Jump to content
MakeWebGames

waffles

Members
  • Posts

    28
  • Joined

  • Last visited

    Never

waffles's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Re: HELP http://www.albinoblacksheep.com/flash/posting
  2. Re: EDITED Points Exchange Points for sex change! Thats a great idea. *gets coding*
  3. Re: [mccode] for any version copyright code Use the opera browser and right click an image and select properties. It shows the exact time made and with what program made it.
  4. Re: [Free] Password reset code   read it properly failed to open stream No such file forgot_password.php now i think you get it your missing the forgot_password file Actually you are incorrect. He is missing the mysql.php file. Which was called inside the forgot_password.php file.
  5. Re: 1h work to solve the dumbest error there is $query = sprintf("SELECT rank,prize FROM prizes WHERE type = 'supporter'"); change to $query = sprintf("SELECT rank,prize FROM prizes WHERE type=supporter") AND $prizeResult = mysql_query($query); change to $prizeResult = mysql_query($query) or die(mysql_error());   That will tell you exactly what is wrong with the query. It was made for a reason, to make debugging faster.
  6. Re: Robots.txt It should basically consist of this: User-agent: ia_archiver Disallow: /   Save it as robots.txt in your public_html fodler and it stops webcrawlers and robots from going through your site.
  7. Re: Basic Criminal Record Great idea
  8. Re: How to Setup PayPal Instant Payment Notification - Free! Force given to you and to md (the original guy)
  9. Re: [mccode] Poker Script for v1 No its pick the random number. Only relation to poker is the use of chips and betting which is found in almost all Casino games. If you call i poker i might aswell call it blackjack or Go-fish. I don't mean to be rude lol but its confusing why its still called poker.
  10. Re: LARGE ammount of stolen code in use. Yea ill let myself go unnoticed for a while to drive him nuts and then play some kind of physcology stuff and intimidate him into apying me. I so far hacked 3 accounts with my copy of the DB :D
  11. Re: LARGE ammount of stolen code in use. To the other guys account but they were then split with me. And i got myself a copy of the fiels so im ovcourse abusing all the loopholes in my own code. To piss off his members and then have him pay me to fix the loopholes :)
  12. Re: LARGE ammount of stolen code in use. I myself have a copy of all the codes, the name waffles appears many times in the game as the owner and my e-mail adress also appears in the game codes. I also have customers who have bought copeis of parts of the code off of me who can witness that i have created the code.
  13. Re: LARGE ammount of stolen code in use. with him selling the codes and i still having the ownership to them i surely can do something about it.
  14. Re: LARGE ammount of stolen code in use. The guy seemed perfectly fine. Until he screwed thigns up and stuff happened like this.
  15. Re: LARGE ammount of stolen code in use. No. They were a partner with me. But they then changed the password and such and took the domain and the hosting account. The codes belonged to me, the hosting account to them and the agme we split. But he then took the codes, game and hsoting and went his own way. Thus stealing my codes.
×
×
  • Create New...