iR00T Posted July 19, 2008 Share Posted July 19, 2008 Ok here is the problem on one of my v2 games i have mail but it dont show like i logged in said Mailbox (0) but i clicked it and i had mail so does anyone know what the problem is and it wouldent have to tdo wid the mailbox.php just something on my mainmenu.php am i right.????? Quote Link to comment Share on other sites More sharing options...
AlabamaHit Posted July 23, 2008 Share Posted July 23, 2008 Re: Have mails dont show Nope sounds like your mailbox.php It has to update the users table (newmail) <-- something like that...everytime you send a mail... Not exact code but will help you solve it...in the mailbox.php in the send function there should be a query to do that somethign like this. $db->query("UPDATE users SET newmail=newmail+1 WHERE userid= here is where im not sure but it should be the person RECIVEING the mail. Quote Link to comment Share on other sites More sharing options...
Joel Posted July 23, 2008 Share Posted July 23, 2008 Re: Have mails dont show Go to phpmyadmin and go to users and see if the mail is at 0 Quote Link to comment Share on other sites More sharing options...
Magictallguy Posted August 9, 2008 Share Posted August 9, 2008 Re: Have mails dont show Are you attempting to send a mass mail via the staff panel? If so, then it won't update unless you edit the code and tell it to update! Quote Link to comment Share on other sites More sharing options...
POG1 Posted August 9, 2008 Share Posted August 9, 2008 Re: Have mails dont show "on one of my v2 games" cowboy! Quote Link to comment Share on other sites More sharing options...
Tezza` Posted August 9, 2008 Share Posted August 9, 2008 Re: Have mails dont show "on one of my v2 games" cowboy! wonder how many v2 games he has? and whether he has a liecence for them all? Quote Link to comment Share on other sites More sharing options...
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.