Shivski Posted January 15, 2009 Posted January 15, 2009 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 Quote
AlabamaHit Posted January 15, 2009 Posted January 15, 2009 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(); ?> Quote
Shivski Posted January 15, 2009 Author Posted January 15, 2009 Re: explorer.php is blank? lol, I feel such a fool haha. God knows how the "prints" got there. All working now, many thanks for that. Quote
POG1 Posted January 15, 2009 Posted January 15, 2009 Re: explorer.php is blank? If you had a editor with syntax highlighting it would of been so easy to spot the error Quote
Sparkz Posted January 17, 2009 Posted January 17, 2009 Re: explorer.php is blank? add me msn [email protected] i need a coder for my game Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.