firecamp Posted May 19, 2009 Posted May 19, 2009 when someone gets a new mail they do not get an alert so i will pay ?1 if you can fix this my msn is [email protected] Quote
firecamp Posted May 20, 2009 Author Posted May 20, 2009 Re: mailbox.php now paying you if you can fix soz i meant that im patin 1 quid Quote
Danny696 Posted May 20, 2009 Posted May 20, 2009 Re: mailbox.php now paying you if you can fix thats easy to fix Quote
Faz` Posted May 20, 2009 Posted May 20, 2009 Re: mailbox.php now paying you if you can fix if($ir['noob']) { print "I R NOOB!"; } Quote
wolfe Posted May 20, 2009 Posted May 20, 2009 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. Quote
CrazyT Posted May 21, 2009 Posted May 21, 2009 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 Quote
Jordan Palmer Posted May 22, 2009 Posted May 22, 2009 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 ~ 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.