Renkia Posted May 1, 2010 Posted May 1, 2010 Hey Makewebgames: I Couldn't find my old code for the explore page, so here the code again. The code looks different & the styling, but what the heck, it's free. The mod has been tested, works 100% fine, any troubles, just PM me. What's needed: 1 PHP File Find: explore.php & Replace with this code <?php // Mod crated by - Mccodes V2 // Edited by - Rasheed Saeed (Renkia) // Copyright to - Makewebgames ([url]http://makewebgames.io[/url]) // This is an un-secured modification, sorry 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 "<hr> <table width=90% border=3 cellspacing=0 class='table'><tr style='background:grey'> <th>Blah</th> <th>Blah</th> <th>Blah</th> </tr> <td valign=top width=33%> [url='linkhere.???']What ever[/url] [url='linkhere.???']What ever[/url] [url='linkhere.???']What ever[/url] <td valign=top width=33%> [url='linkhere.???']What ever[/url] [url='linkhere.???']What ever[/url] [url='linkhere.???']What ever[/url] <td valign=top width=33%> [url='linkhere.???']What ever[/url] [url='linkhere.???']What ever[/url] [url='linkhere.???']What ever[/url] </tr> <tr style='background:grey'> <th>Blah</th> <th>Blah</th> <th>Blah</th> </tr> <td valign=top width=33%> [url='linkhere.???']What ever[/url] [url='linkhere.???']What ever[/url] [url='linkhere.???']What ever[/url] <td valign=top width=33%> [url='linkhere.???']What ever[/url] [url='linkhere.???']What ever[/url] [url='linkhere.???']What ever[/url] <td valign=top width=33%> [url='linkhere.???']What ever[/url] [url='linkhere.???']What ever[/url] [url='linkhere.???']What ever[/url] </tr> <tr style='background:grey'> <th>Blah</th> <th>Blah</th> <th>Blah</th> </tr> <td valign=top width=33%> [url='linkhere.???']What ever[/url] [url='linkhere.???']What ever[/url] [url='linkhere.???']What ever[/url] <td valign=top width=33%> [url='linkhere.???']What ever[/url] [url='linkhere.???']What ever[/url] [url='linkhere.???']What ever[/url] <td valign=top width=33%> [url='linkhere.???']What ever[/url] [url='linkhere.???']What ever[/url] [url='linkhere.???']What ever[/url] </tr> </table> <hr>"; $h->endpage(); ?> Screen Shot: Cheers, and thanks for reading Rasheed Saeed - Renkia Quote
Dayo Posted May 2, 2010 Posted May 2, 2010 // This is an un-secured modification, sorry all you are doing is checking the users to see if they are in jailor hosp then if they are youare using die() (use $h->endpage();exit; that way it dont mess up the layout) also thereisno need for the (int )rand(100,999) as you have removed the link to the slots other then that it looks like the normal explore just edited slightly 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.