Jump to content
MakeWebGames

Blade Maker

Members
  • Posts

    518
  • Joined

  • Last visited

Everything posted by Blade Maker

  1. Not much of a big error but when going to staff.php while not a staff member you get this error: Fatal error: Call to a member function endpage() on a non-object in /home/paul/public_html/sglobals.php on line 68 Like I said, nothing big, maybe not big enough to post so if so don't flame me please.   EDIT: Just a question, when you try to send a message why does it say: "OR Enter a username to send to:" before the input field where you put the username? There is nothing before OR?   EDIT: Never mind I just read it and noticed you are not looking for errors but instead hacks, I will still leave this out there though so people can fix it.
  2. @Diesl Exactly.
  3. Idk, he should have mentioned that it never worked before converting anyway..the errors are the random, it says it must be an array first so I think I know how to solve it. Just waiting on his reply.
  4. Would you mind sending me the full code in the file through a private message so I can help?
  5. Does it work with the first code before you converted?
  6. Can a admin please remove that, danny what are you thinking people will actually try that, wanna pay out compensation to anyone who loses all their users?   If they are smart they would have backups and all that, and if they were smart they would not do that in the first place.
  7. He prob assumed that the guy was smart enough to do it himself.
  8. Just copy his code and paste it where it shows that code in the file.   All you need to do is add , $db in the globals call.
  9. Oh wow that shows how stupid I am lol, just zoomed past it.
  10. Just small mods or big mods too?
  11. I thought that: $ggq=$db->query("SELECT * FROM gangs WHERE gangID=".$r[$f]); has to end with a " like: $ggq=$db->query("SELECT * FROM gangs WHERE gangID=".$r[$f].");
  12. Try this: $ggq=$db->query("SELECT * FROM gangs WHERE gangID=".$r[$f]."); Still kinda weird how its setup but try that, tell me if it works.
  13. Okay it looks like a bunch of people has gotten this message, kinda weird?
  14. OKay I wont post it or the name as I do not want to mock the member, but a member signed up today and messages me about friendship and to email her at her private email? Has anyone else got this email cause it was random?
  15. mysql_query("UPDATE `gAuctionBids` SET BidCount=BidCount+1 WHERE (`ID` = ".abs(intval($_GET['ID'])).")");
  16. Is the Limit set to 2 or something.
  17. ALTER TABLE `gAuctionBids` add column `BidCount` int(11) NOT NULL ;
  18. Sorta correct, but yeah you have to make it take something from the database, and make sure it has a number.
  19. Reply to my message and yeah I will.
  20. OK back the above post was wrong so hold on. Edit: I just looked through the code and Diesl is correct.
  21. Try: $avgb=int($totalb/$banks); idk I will check this in a second brb.
  22. One of the if statements are prob messed up, you could just ask me as I have been asking you.
  23. Wouldn't a Case work aswell? Or am I wrong.   Edit: nvm, did not read it properly.
  24. Thanks.
  25. Thanks for the warning, prob a kid though.
×
×
  • Create New...