montyash Posted March 12, 2008 Posted March 12, 2008 Re: [mccode] Advanced Warning System This should work: You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. sdthis wrk for v2 aswell Quote
montyash Posted March 12, 2008 Posted March 12, 2008 Re: [mccode] Advanced Warning System it dnt matter m8 it works thanx is there a way to make it give u an event of a auto mail wher you get given a warning Quote
Ghetto Posted March 12, 2008 Posted March 12, 2008 Re: [mccode] Advanced Warning System Yeah, Find in warnings.php: You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. Add under that: You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. Quote
montyash Posted March 12, 2008 Posted March 12, 2008 Re: [mccode] Advanced Warning System thanx it works but wen it sends me a mail it dnt say i have one i have to click it to read this is there a way to change it Quote
Ghetto Posted March 12, 2008 Posted March 12, 2008 Re: [mccode] Advanced Warning System Then add under that: You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. Quote
montyash Posted March 12, 2008 Posted March 12, 2008 Re: [mccode] Advanced Warning System sorry ghetto i think it might work but i found out wen i send a mail it dnt show i have one do u know where i can add that code to make it work again Quote
gangstas-conflict Posted March 13, 2008 Posted March 13, 2008 Re: [mccode] Advanced Warning System +1 works great thanks Quote
Silver Posted May 10, 2008 Author Posted May 10, 2008 Re: [mccode] Advanced Warning System Ok for those who are having problems converting I have finally decided to convert for you, and it should be a fully working version. Please visit: http://criminalexistence.com/ceforums/index.php?topic=19934.0 Thanks Quote
iMpuLSe Posted December 23, 2008 Posted December 23, 2008 Re: [mccode] Advanced Warning System is there a way to have the user recieve an event saying what they did wrong? instead of saying you been warned? Quote
Tonka Posted December 23, 2008 Posted December 23, 2008 Re: [mccode] Advanced Warning System event_add(); Quote
bocco Posted December 24, 2008 Posted December 24, 2008 Re: [mccode] Advanced Warning System Still having a problem can someone help me out. This is the error message QUERY ERROR: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'ORDER BY w.time DESC' at line 1 Query was SELECT w.*,u.* FROM warnings w LEFT JOIN users u ON w.warner=u.userid WHERE w.user= ORDER BY w.time DESC Yes i have double checked the database and it is correct Quote
Uridium Posted May 4, 2009 Posted May 4, 2009 Re: [mccode] Advanced Warning System Someone asked me to include an EVENT when users get warning so heres the fix. open warnings.php find You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. Directly underneath add. You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. Users who get warnngs will also receive an Event. Quote
tobatz Posted May 4, 2009 Posted May 4, 2009 Re: [mccode] Advanced Warning System Still having a problem can someone help me out. This is the error message QUERY ERROR: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'ORDER BY w.time DESC' at line 1 Query was SELECT w.*,u.* FROM warnings w LEFT JOIN users u ON w.warner=u.userid WHERE w.user= ORDER BY w.time DESC Yes i have double checked the database and it is correct The mysql query on {w.user=? ORDER...} has no value. Check the variable assigned to the query. <- {$_GET['user']} Quote
Uridium Posted May 4, 2009 Posted May 4, 2009 Re: [mccode] Advanced Warning System have my copy cos i know this one works and if it dont work on yours then you have an error on another file... This version also includes the Event to inform a user.... THIS FOR THE V2 VERSION warnings.php You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. 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.