
waffles
Members-
Posts
28 -
Joined
-
Last visited
Never
Content Type
Profiles
Forums
Events
Everything posted by waffles
-
Re: HELP http://www.albinoblacksheep.com/flash/posting
-
Re: EDITED Points Exchange Points for sex change! Thats a great idea. *gets coding*
-
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.
-
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.
-
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.
-
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.
-
Re: Basic Criminal Record Great idea
-
[mccode] How to Setup PayPal Instant Payment Notification - Free!
waffles replied to oxidati0n's topic in Free Modifications
Re: How to Setup PayPal Instant Payment Notification - Free! Force given to you and to md (the original guy) -
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.
-
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
-
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 :)
-
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.
-
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.
-
Re: LARGE ammount of stolen code in use. The guy seemed perfectly fine. Until he screwed thigns up and stuff happened like this.
-
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.
-
Re: LARGE ammount of stolen code in use. They took over my hosting account and used them for their own game.
-
Re: LARGE ammount of stolen code in use. Oh and did i forget to mention there was an item equip, gang alliance and crime experince mods stolen too?
-
http://www.thecrimelife.com is currently using a stockmarket, mission, loan shark, find items in city, and voting credit mod, jail, report bug, chatroom, forums, images and a hell of alot more which were stolen from ME. I highly reject the idea of supporting this game as they cannot code mods for themselves and have resorted to stealing the code AND images from myself and my organization.
-
Re: Would anyone like to help me out? Lol. Get a nice site like freehostia or w/e and practice PHP there. Self taught php is always the best. Thats how a mjaority of the scripters here learned.
-
Re: CRONS When switching servers you CronJobs are not backuped in a Full Site Backup. You have to configure them again. Happened to me so i know.
-
Re: A well known bug explained and how to fix. Thanks for the confirmation.
-
Re: Viewuser.php error There isn't quite a way we can help you without seeing bits of the code. Just look at the mysql query's and see how the link together and try and find a } or { thats in the wrong spot. Try comapring it to the old one.
-
Ok this happened on my game before and luckily i was able to patch it asap. Someone can send an item to themselves while overriding the item quantitity check. How it is performed: 1. They type 1.4e1053838..... in the quantity box. 2. They type the id 3. They user is large ammount of items and the item quantity check is disabled. Why this happens: 1. The e acts as a exponent. So its actually going to send you 1.4 to the power of 1053838 quantities of items. This e will confuse the script and the item quantity check will fail. How to patch it: 1. Open the itemsend.php file. 2. Under the line: $h->menuarea(); 3. Add: $_GET['qty'] = ((int) $_GET['qty']); 4. Save the file How does this fix it: 1. The int means that the value can only be an interger. 2. So if the script discouvers a letter or unknown character in the script it will stop the value befotre the letter 3. so 1.4e1053838 would be come 1. 4. This is because it would orginally be 1.4 but you did not want decimals so it is rounded to the nearest whole number giving you the final value of 1. Thanks all and i think this bug only happens on MC Lite.
-
Re: TC Rips don't mean to bring up and old topic or anything but this is a definate topic to be replied on. my 2 cents: MC Lite was the greatets thing DBS Codes has done. Without MC Lite half the PHP coder you see doing PHP games won't know anything about PHP. I Myself just looked at the script for about an hour and i knew my PHP owning the game will improve your skills. And with your skills you can build a greta game. You got to start from the basics. You see examples and use your common sense to see how they link together is the best way to learn. With enough mdos you won't even notice that your game was once run by the engine of MC Lite. Just keep building on and on and your site will be unique and as it was said above, theres enough players to go around.
-
Re: User "sifter" cron nope, LITE and v1.1 didnt when i got those Well now I'm confused cause I'm pretty sure 2.0 doesnt have it either. I checked and re-checked Sorry about that my bad