Jump to content
MakeWebGames

[mccode] Advanced Warning System


Silver

Recommended Posts

  • Replies 87
  • Created
  • Last Reply

Top Posters In This Topic

  • 1 month later...
  • 7 months later...

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

Link to comment
Share on other sites

  • 4 months later...

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.

Link to comment
Share on other sites

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']}

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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