Jump to content
MakeWebGames

Recommended Posts

Posted

Hey all

So i made an amendment in my explorer.php file, moving certain links under diff headers. But now its showing my explore as totally blank when I go to it? Im thinking its a coding issue, btu can't, for the life of me,, find any issue. If someone can point it out to a blind bat, then please do :lol:

<?php
include "globals.php";
$tresder=(int) rand(100,999);
if($ir['jail'] or $ir['hospital']) { die("This page cannot be accessed while in jail or hospital."); }
print "[b]You arrive in town and go for a wonder.[/b]

<table width=75%><tr height=100><td valign=top>
[b]<u>Shops and Market</u>[/b]

[url='shops.php']Shops[/url]

[url='itemmarket.php']Item Market[/url]

[url='cmarket.php']Dub Market[/url]
[url='crystaltemple.php']The Record Shop[/url]
</td>

<td valign=top>
[b]<u>Town Centre</u>[/b]

[url='monorail.php']Train Station[/url]

[url='estate.php']Estate Agent[/url]

[url='fedjail.php']Prison[/url]

[url='job.php']Job Centre[/url]


[b]<u>Banking</u>[/b]

[url='bank.php']The Bank[/url]";
if($ir['location'] == 5)
{
print "

[url='cyberbank.php']Cyber Bank[/url]
";
}
print "</td>
<td valign=top>
[b]<u>Gang Info</u>[/b]

[url='gangcentral.php']Gangs[/url]

[url='gangwars.php']Gang Wars[/url]


[b]<u>The back alleys</u>[/b]

[url='slotsmachine.php?tresde=$tresder']Slots Machine[/url]

[url='roulette.php?tresde=$tresder']Roulette[/url]

[url='search_the_bins.php']Search the bins[/url]

[url='stripper.php']Strip Club[/url]

[url='lucky.php']Lucky Boxes[/url]";
if($ir['location'] == 5)
{
print "

[url='slotsmachine3.php']Super Slots[/url]
";
}
print "</td></tr><tr height=100>
<td valign=top>
[b]<u>Stats</u>[/b]

[url='userlist.php']User List[/url]

[url='stafflist.php']{$set['game_name']} Staff[/url]

[url='halloffame.php']Hall of Fame[/url]

[url='stats.php']Game Stats[/url]

[url='usersonline.php']Users Online[/url]</td>
<td valign=top>
[b]<u>Unknown</u>[/b]

print "[url='battletent.php']Dub War[/url]
";
print "</td></tr></table>

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

Every signup from this link earns you two dubplates!";
$h->endpage();
?>

 

Big help if you can :D

Shiv

Posted

Re: explorer.php is blank?

no errors just blank?

Quick glance..

 

[b]<u>Unknown</u>[/b]

print "[url='battletent.php']Dub War[/url]
";
print "</td></tr></table>

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

Every signup from this link earns you two dubplates!";
$h->endpage();
?>

 

thats at the bottom of your page.....

 

[b]<u>Unknown</u>[/b]

[url='battletent.php']Dub War[/url]

</td></tr></table>

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

Every signup from this link earns you two dubplates!";
$h->endpage();
?>

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...