Jump to content
MakeWebGames

Recommended Posts

Posted

ive made this new explore so that if your in jail or hospital you can visit the explore page but not all fetures come up and some of the name e.g shop goes to jail shop you can freely change it and its untested so im not sure if it works but please keep the notice on there. and remember to back up your work

untested

replace explore.php with:

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

Posted

Re: [V2]New Explore

 

you can freely change it and its untested so im not sure if it works

Sorry but why do people do that. Put things on here and then decide not to test it. This is probably a decent script and will probably work but for gods sake quit being lazy and test the thing before you add it on here.

Posted

Re: [V2]New Explore

i'm sure they do test alot of people just say that incase someone else finds a problem, because then they have the excuse i never tested. It's human nature staying out of trouble :P

Posted

Re: [V2]New Explore

It shouldnt take more than 2 mins to test a script. offline or online. It just gives people peace of mind that yuve put yourself out to clarify any errors before publishing.

Posted

Re: [V2]New Explore

i have noting to test it on as i dont have mccodes i was an admin and was asked to re-design the ecplore page so i did and then the game went offline so i had no way of testing

Posted

Re: [V2]New Explore

Parse error: syntax error, unexpected T_IF in /home/cityoftu/public_html/explore2.php on line 13

and line 13 is

if($ir['hospital']) print("Some Features Are Not Shown As Your In Hopsital")

Posted

Re: [V2]New Explore

I'm not too sure about this, but I think it should be this.

if($ir['jail'])

{

print("Some Features Are Not Shown As Your In Jail");

}

Posted

Re: [V2]New Explore

Why do people add notices at the top, saying do not remove and so on it only urges people to do it more. And its a free mod why would you want that there its not like its going to help it in anyway.

Posted

Re: [V2]New Explore

 

Y have you posted loads of the same stuff?

Your just trying to make the file bigger

no im not. lets say you have this explore on your game and you wanna add a new link to lets say a carnival but you only want it so its on when your in jail and none you dont have to keep putting

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

you just put the link in 2 places sure its more work and a longer code but its alot simpler and its clearly set out

  • 8 months later...
Posted
You begin exploring {$r['cityname']}, you look for some usefull things.

Town Market

Shops

Item Market

"; echo " Work Places

Work

Prision School

"; echo " Dark Side

Gangs

Gang Wars

Federal Jail

"; echo " Statistics Dept

All Users

The Best Players

{$set['game_name']} Staff

Ledgends of {$set['game_name']}

Game Stats

Users Online"; echo " Catalogs

Item Catalog

Job Catalog

Shop Listings

"; echo " Mysterious

Cast Your Vote Today

Personal Notepad"; if($ir['donatordays'] >= 1) { echo " Donators Only

Daily Donator Reward

Crystal Gym

Donator Shop

"; echo "

 

This is your referal link: http://{$domain}/register.php?REF=$userid

Every signup from this link earns you ten valuable crystals!"; } else if($ir['hospital']) { echo "You begin exploring {$r['cityname']}, you look for some usefull things.

Town Market

Hospital Shops

"; echo" Work Places

Hospital Jobs

Hospital School

"; echo" Dark Side

Gang Wars

Federal Jail

"; echo " Statistics Dept

All Users

The Best Players

{$set['game_name']} Staff

Ledgends of {$set['game_name']}

Game Stats

Users Online"; echo " Catalogs

Item Catalog

Job Catalog

Shop Listings

"; echo " Mysterious

Cast Your Vote Today

Personal Notepad"; echo "

 

This is your referal link: http://{$domain}/register.php?REF=$userid

Every signup from this link earns you ten valuable crystals!"; } else if($ir['jail'] | ($ir['hospital'] == 0)) { echo "You begin exploring {$r['cityname']}, you look for some usefull things.

Town Market

Shops

Item Market

Auction Market

Crystal Market For The Players With Lots Of Money

Airport

Housing

City Bank

Investment Bank

"; echo " Fun And Games

 

Carnival

Slots Machine

Roulette

Lucky Boxes

Crystal Chance

Money Chance

Horse Racing

"; echo "Work Places

Work

School

"; echo "Dark Side

Gangs

Gang Wars

Federal Jail

"; echo " Statistics Dept

All Users

The Best Players

{$set['game_name']} Staff

Ledgends of {$set['game_name']}

Game Stats

Users Online"; echo " Catalogs

Item Catalog

Job Catalog

Shop Listings

"; echo " Mysterious

Cast Your Vote Today

Crystal Temple

Mine Shaft

Search The Streets

Battle Tent

Personal Notepad"; if($ir['donatordays'] >= 1) { echo " Donators Only

Daily Donator Reward

Crystal Gym

Donator Shop

"; } echo "

 

This is your referal link: http://{$domain}/register.php?REF=$userid

Every signup from this link earns you ten valuable crystals!"; $h->endpage(); } } ?>

 

What i'd like to know is why the hell are all the same links for everything on this 5-6 times....it's just stupid

Posted
Why do people add notices at the top, saying do not remove and so on it only urges people to do it more. And its a free mod why would you want that there its not like its going to help it in anyway.

 

I say the same thing, If I use a mod and it's got all that I remove it and put copyright owner: owner's name.

I'm not having all that WASTTE OF SPACE code in there.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...