Jump to content
MakeWebGames

Recommended Posts

Posted

I brought a new game layout but some of my old game links don't seem to fit into the new game.

I want to have my gang link and my shop link

Here is the code as i thought it should work :

 

print "$bull [url='announcements.php']News [size="1"](0)[/size][/url]

$bull [url='{$link1}']{$name1}</font>[/url]

$bull [url='http://wrestlingwars.pro-forums.com']Forums[/url]

$bull [url='http://iPocalypse.net/tflash.swf?joinonconnect=wrestlingwars&restricted=0&headercolor=0099FF&bgcolor=000000']Chat[/url]

$bull [url='search.php']Search[/url]
";
}
   if(!$ir['jail'] && $ir['gang'])
   {
print " $bull [url='yourgang.php']Faction[/url]
";
   }
   $checkforshop=$db->query("select * from usershops where userid=".$ir['userid'].");
   if(mysql_num_rows($checkforshop))
   {
print "$bull [url='myshop.php']Your Shop[/url]
";
   }
   if($ir['user_level'] > 1)
{
print "<hr>
[url='staff.php']Staff Panel[/url]
\n";

 

Here's the code without my addition

 

$bull [url='wegym.php']Weather Gym[/url]

$bull [url='board.php']Board Game[/url]

$bull [url='newspaper.php']Newspaper[/url]

$bull [url='search.php']Search[/url]
";
}
if($ir['user_level'] > 1)
{
print "<hr>
[url='staff.php']Staff Panel[/url]
\n";

 

Any help would be very appreciated

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