Jump to content
MakeWebGames

Recommended Posts

Posted

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:

23icrpl.jpg

Cheers, and thanks for reading

Rasheed Saeed - Renkia

Posted
// 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

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