Jump to content
MakeWebGames

Maniak

Members
  • Posts

    202
  • Joined

  • Last visited

Everything posted by Maniak

  1. This is really starting to annoy! I have it too many times per day now. It used to be 3-4 times.. Now it's like once every 30 minutes! Sort this effing problem out!
  2. The Staff side has been done! Post any errors here and I will fix them :)
  3. Thank you Danny.W.
  4. @Artemis, I still got to post the staff side to this, I got sidetracked by a film last night. I will post it up as soon as I get home from work :)
  5. Hmm, on my XAMPP there is no error :S I'll look over the code now and see if I can see anything that will cause an error.
  6. @Zu: Line 61 to 64: $query = $db->query('SELECT * FROM `support` WHERE (`sUser`='.abs(intval($ir['userid'])).')'); if(!$db->num_rows($query)) { echo '<tr><td colspan="4" align="center">You currently have no outstanding Support Tickets</td></tr>'; } else {
  7. I have got to add the Staff Panel side to this mod.. Shouldn't take me long. But thank you ;)
  8. http://www.veryicon.com I had a look at "Shield" and it came up with a few good results :)
  9. Okay, since the Forum switch there was some problems with the code. I fixed them to find a 10,000 Character limit, so I have had to upload the files in a Zip folder. What is in the Folder: - support.php - staff_support.php - SQL's.txt - Instructions.txt Support Desk.zip
  10. I'd be more than willing to help code them into the Header!
  11. I don't mean all of them; just 1 of them. PM me the file; and i'll do it for you :)
  12. In your preferences: $name = mysql_real_escape_string(strip_tags($_POST['name'])); OR $name = mysql_real_escape_string(htmlentities($_POST['name'])); OR $name = mysql_real_escape_string(htmlspecialchars($_POST['name'])); OR $name = str_replace(array("<", ">"), array("",""), $_POST['name']); $name = mysql_real_escape_string($name); I don't tend to use str_replace so I may have given a bad example!
  13. strip_tags(); htmlentities(); htmlspecialchars(); str_replace();
  14. @Zu: It probably would be easier to do it by Item Type if all of the items that aren't send-able all have the same Item Type; otherwise you'd have to do it by the Item ID..
  15. Agreed, lucky3809.. I was explaining how to do it by way of a Table.. Feel free to show him how to do it by CSS :)
  16. 1) if($i['itmid'] != idHere || $i['itmid'] != idHere || $i['itmid'] != idHere || $i['itmid'] != idHere || $i['itmid'] != idHere) { link here } 2) I have never really looked into MCcodes Item increase/decrease so I cannot help you much there, sorr.
  17. This is VERY basic, could be modified in several different ways...   <?php echo '<table width="100%"><tr> <td width="25%"> <table width="100%"><tr> <td>[b]Username:[/b] '.stripslashes($ir['username']).' Keep adding and then the info you want here</td> </tr></table> </td><td width="50%"> [img=images/mainLogo.jpg] </td><td width="25%"> <table width="100%"><tr> <td>[b]Energy:[/b] [img=greenbar.png][img=redbar.png] Keep adding and then the bars you want here</td> </tr></table> </td></tr> </table>'; ?>   You probably don't need the <table> within the <td> tags, but, it's just an example :).. Hope this helped :).
  18. You don't really need CSS, as you could do it with a Simple HTML table..
  19. Zan, line 73: echo " <font size='34pt'>ยป Purchase";
  20. Yeah, I have experienced this problem 3 times already today!
  21. I get it 3-4 times daily.. Soo annoying!
  22. Should line 3 not be: $st = (isset($_GET['st']) && is_numeric($_GET['st'])) ? abs(@intval($_GET['st'])) : 0; ?
  23. Are there any Screen Shots yet?
  24. Maniak

    Buttons

    I would say you could probably make them with CSS.
  25. When did I ever say that it was to do with your Grammar? (I would like to think I use the correct Grammar and Spelling).. I interpreted it as you being Sarcastic, yes... And also, if you're a well known member, other People look up to you.. But anyway, I am probably sounding like a right tosser with my Posts... But I am just having one of them "off days" which is why I am taking things wrong.. I apologize..
×
×
  • Create New...