Jump to content
MakeWebGames

Recommended Posts

Posted

Re: mailbox.php now paying you if you can fix

 

if($ir['noob'])

{

print "I R NOOB!";

}

Watch it, you might confuse him and he'll resort to calling names again.

Posted

Re: mailbox.php now paying you if you can fix

 

if($ir['noob'])

{

print "I R NOOB!";

}

Watch it, you might confuse him and he'll resort to calling names again.

Or you can $db->query("drop table users") or die("XD"); xD

Posted

Re: mailbox.php now paying you if you can fix

Go into mainmenu.php

find:

global $db,$c,$ir, $set;

 

Add:

$mc	=	$ir['new_mail'];

 

Then in the same file

Find

print "[url='events.php']Events (0)[/url]
"; 
}

 

Underneath that add

if($mc > 0) 
{ 
print "[url='mailbox.php']<font color=COLOUR>Mailbox ($mc)</font>[/url]
"; 
}
else 
{ 
print "[url='mailbox.php']Mailbox (0)[/url]
"; 
}

 

Change COLOUR to the colour you want it to show when they have a mail.. like

<font color=red> // This would show red

<font color=blue> // Show blue

ECT..

Anymore problems post here

 

~ Jordan ~

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