Jump to content
MakeWebGames

yaz123

Members
  • Posts

    68
  • Joined

  • Last visited

yaz123's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Could you link me pls? can't find it
  2. yaz123

    MTG Style Sheets

    Do you know anyone that has them haunted?
  3. Anyone got MagicTallGuy's style sheets?
  4. *MAGICTALLGUY* Style Sheets MTG's style sheets won't be on google will they? -.-
  5. Anyone got the style sheets that Magictallguy created?
  6. Anyone got a good CSS stylesheet?
  7. Re: marquee with admin function Good Idea! Keeps the users updated from staff :) +1 from me!!
  8. Re: [MC Code v2] Saved Events Add to global_func.php: // Error/Exit Function (Don't Take Credit For This Function (You Can Post Anywhere If Mentioned I Made It)) if (!function_exists('Error')) { function Error($Message) { global $h; echo sprintf("<span style='color: #FF0000;'>Error! %s</span>", stripslashes($Message)); exit($h->endpage()); } } I'm sure iv seen this in MTG's; coding along time ago
  9. Re: [mccodes v2] sendcash.php / Same IP Stop $_POST['money'] = abs(@intval($_POST['money'])); $do_1 = sprintf("UPDATE users SET money = money - %u WHERE userid = %u",abs(@intval($_POST['money'])),($userid)); Why are you double securing?
  10. Re: [V2] Friendslist/Blacklist I will try, I'm new at the Left Join Query's, I'll try my best ;)
  11. Re: [V2] Friendslist/Blacklist You can added them onto friends list/blacklist, but the person cannot see who has added them.. :lol:
  12. Hey, I'm thinking of making a mod which shows people that have added you to your Friends list and Black list, there also will be a link in the view user which shows other members who have added you. I will start on the mod as soon as possible, sorry if the mod has been made before, but I'm still going to make my own :-D!
  13. Re: How to make sure assistants won't ban the admin?   why 2 sprintfs? why 2 queries?   if($_GET['ID'] == 1) { $result = sprintf("UPDATE `users` SET `fedjail` = '10', `user_level` = '1' WHERE `userid` = '%u';",$userid); echo mysql_query($result,$c) ? 'why would you fed the owner? you should not be staff' : 'Lucky!'; $h->endpage(); die(); }       The owners ID is 1, if it finds anyone inputting the ID as one (owner), it will fed and adjust there user level to a member -.-
  14. Re: Funney Error   If you post anything make sure it makes sense -.-, please post the error in pacific detail so people can understand..
  15. Re: admins cant be feded [v2] Or.. Just put it onto the header XD :P $fed = sprintf("UPDATE users SET fedjail = %u WHERE (user_level = %u)", 0, 2); $db->query($fed);
×
×
  • Create New...