Jump to content
MakeWebGames

AnonymousUser

Members
  • Posts

    218
  • Joined

  • Last visited

Everything posted by AnonymousUser

  1. lmfao you must've gotten REAL bored :D
  2. I suggest adding string to verify they're staff... i made mine fed them but u can do whatever you like i just suggest adding some sort of security <?php include("globals.php"); echo '<font color=green><font size=4>You were redirected here because you are not logged into the staff panel.</font></font> '; $pass = "THE PASSWORD YOU WANT WRITE IT HEREl"; $_POST['pass'] = htmlspecialchars(mysql_real_escape_string($_POST['pass'])); if($_POST['pass'] == $pass) { $_SESSION['stafflogin'] = 1; header('location: smenuOp.php'); } echo '<form action="stafflogin.php" method="post"> Password: <input type="password" name="pass"> <input type="submit" value="Submit"></form>'; $h->endpage(); ?>   also wouldnt add pass to the code as it is easy to obtain
  3. why not just have the users tables under one [ code ] ?
  4. dangit i thought i had them, they must be on my old computer if i find them ill send ya a mail
  5. the error   QUERY ERROR: Column count doesn't match value count at row 1 Query was INSERT INTO bingofour VALUES ('',1, 11,66, 74, 24, 43, 22, 49, 8, 71, 34,36, 46, 33, 4, 5, 65, 68,16, 54, 17, 6, 57, 70, 29,32, 41, 13, 40,56, 42,67, 15,64, 18,7,55,21,59 ,75,26)   looks like u fixed it though
  6. lol im sure the query error isnt cause of forum though, sorry got side tracked trying to clean up some other "paid mods" bleh lol you would think if im going to spend money at least make it easier on the eyes to read but then again most people who buy mods cant read code anyhow :D
  7. IN bingo.php --------------------------------- replace $numberth irtysix with $numberthirtysix replace $numberfour tythree with $numberfourtythree replace $numberf ifty with $numberfifty replace $numberfourtysix with $numberfourtysix replace $number fiftythree with $numberfiftythree replace 28 with 28   BASICALLY lol a lot of spaces need fixed...   i will be working to find out what other errors come along... so far im getting those and a QUERY ERROR: column count doesn't match value count at row 1
  8. **shines up boot** your right lol i mean if u cant read then why go to a forum asking for someone to do work for u for free lol
  9. or just google a css creator... makes things a lot easier when having to deal with css :D
  10. its on there you just have to wait for it to load...
  11. mail, events, inventory, and forums, and pretty much everything else the users uses but is not in the user table :D
  12. cool nice update... ill go check it out... as soon as i get the update of course :D
  13. nope never got it to work so i just kept his credit exchange and just bought David's Ajax Cart Donation System it works great just add the link where people are donating to your list of IPNs and your set you can also give credits as long as you got it in your users table
  14. do you want someone to help or someone to tell you what to do? if your relying on people here to do work for you, you will have to show your worth. people here feel they're entitled to certain respects and when you ask for 'help' this is there ways of helping some criticism will be good some bad its just how it works around here lol so if you want "Help" then i suggest checking out some of the 'locked' forums under security ;)
  15. heres a site that might be helpful... http://teachthe.net/
  16. lol simple enough find the $Data sting and replace it with this one...   $Data = $db->query("SELECT g.`ID`,g.`SenderID`,g.`RecieverID`,g.`Comment`,u.`userid`,u.`username` FROM `gComments` g LEFT JOIN `users` u "."ON g.`SenderID` = u.`userid` WHERE (`RecieverID` = ".abs(intval($_GET['u'])).") LIMIT 20");
  17. not a redux pblm im using v2... and getting this error :D ill see if i can fix...
  18. lol thanks zu for some reason i had a brain fart couldnt recall the string xD +1
  19. oh man... i thought this was already on a locked thread... TRY TO LOOK BEFORE YOU ADD >.<
  20. i like the design.php good idea! Might wanna clean your logs beforehand though... I never sent anything to anyone but it says Last 15 Sent You sent $668 to CreationZ Lol
  21. lol what u dont remember? :D
  22. If your looking for work lol i got plenty of it... drop me a mail and your pricing options on projects posted below... "Still Will" Item - i want this item to keep still for a random duration from 2-5min Unlimited Brave - Same thing less time... (1-3min) New Gym with refill option in gym 'buttons' (preferably ajax but if not thats fine also...) Along with a Full Security Check! PM Me your pricing on these things... Thanks!
  23. i was working on this but got buried with other projects :(
  24. lol there are crimes that require items and stuff like that in a mod around here somewhere...
  25. thanks Octarine ;)
×
×
  • Create New...