
Matty
Members-
Posts
168 -
Joined
-
Last visited
Never
Content Type
Profiles
Forums
Events
Everything posted by Matty
-
lets try again since you wrecked my last post
Matty replied to Snatchy's topic in General Discussion
Re: lets try again since you wrecked my last post Not sure what you mean. You could use LOW PRIORITY in your query, that will wait until none else is updating the fields in the query before it runs... mysql_query("UPDATE LOW PRIORITY table name SET blahhh = blahhh....etc... etc -
Re: Cron Job Hosting Woah, is it your time of the month or sommat? I suggested a site, which is what you asked for. I then gave you alternatives options opposed to cronhosts. Sorry for trying to help you out!
-
Re: Cron Job Hosting No google doesnt but it gives you links, which you can click and read the reviews, much like seanybob did, so dont insult other people like that. Try - http://www.cronhosting.com A mate said there not bad... You could also transfer to a better host/higher spec server/different package. You could try paying for another hosting package from someone else and run them from that, as it seem cronhosts usually cost the same as a lowish bandwidth hosting package. You could also host them on a mates server for an hour or so too see if that clears up lag? Or if you have a decent connection, boot (via vm or dual boot) into unix/linux and run em yourself?
-
Re: Can you help me debug my codes You need to set sessions/cookies. Then you need to do checks on each page... etc. Your being logged out because of that, hence being redirected back to the login page. If i'm wrong ignore me its late...
-
Re: Blocking proxies Why block proxies? Just make your game super secure. Your not going to find or do anything to the hacker if you had his IP anyway, so what difference does it make if he hides it? Save your time and just make sure they cant find holes in your game, keep checking constantly, thats the only way ;)
-
Re: GANGS MOD You can get everything free... Also what with this.. You gonna sit and give Karma for 12 hours? lol
-
Re: HELP!!!!!!! 44 is the percentage of exp you have whereas 710 is the actually amount of exp points you have. I believe you work the percentage out by using the exp and the exp needed fields in the user table, or is that another engine? lol
-
Re: HELP!!!!!!! Then you want to do... Something like $select = $db->execute("SELECT * FROM gangs WHERE ID='$player[iD]'"); $details = $db->fetch_row($select); $db->free_result($select); Echo 'Gang EXP: '.$details[GANGexp].'.'; Something like that?
-
Re: HELP!!!!!!! Check your gangs/user database for gangexp/gangdays?
-
Re: ILLEAGAL CODES!!! Right... he also used (if) as well. IF I lock this thread you wouldn't be able to post in it any more, then you wouldn't sound like an ass. -LOCKED-
-
Re: ILLEAGAL CODES!!! Actually I agree with deception. You know, you did... The bold bits are the claims and badass-ness. Also before you criticise somebody else's English, why don't you learn how to spell, punctuate and grammar-tise your own sentences? You actually gave the other guy all the information he needed to structure his post. Red - You said you would hack his cpanel, and hes talking about that, seems like you started that one to me... blue - Hes talking about his ages and yours, again seems like you started that one...
-
Re: [v1] [Free] Personal Notes [simple] You could just do... $notes=stripslashes($_POST['notes']); $notes=mysql_real_escape_string($notes); $perform= mysql_query("UPDATE users SET notes='$notes' WHERE userid=$userid"); echo "Personal Notes Updated! <a href=index.php>Back</a>"; Also why have you change this $notes=str_replace(array("<", ">", "mysql", "query"), array("", "", "", ""), $notes); to this $notes=str_replace(array("<", ">", "sql", "query", "_"), array("", "", "", "", ""), $notes); Its not doing anything. Read what SQL injection is. Then find out! Its for you benifit so that you can check your game for it, wasnt your game getting hacked a while back? http://wikipedia.com
-
Re: [v1] [Free] Personal Notes [simple] Err, I think there is a function in MCcodes that escapes the data anyways, although I'm not sure. I like to escape my data even if it there. Just too be sure ;) You could use. mysql_real_escape_string(); Although if you have a function that addslashes on POST and GET data you may want to stripslahes (stripslashes();) before using it so that your not escaping the data twice. It depends on the code, but you defo need some security in there. EDIT - Just saw your 'fix' $notes=str_replace(array("<", ">", "mysql", "query"), array("", "", "", ""), $notes); You don't know what SQL injection is do you. No offense but read up on security before you start posting mods. Id hate to think how insecure your game is, if your work is like this. Still I like the concept and idea, just not the lack of security! bar that its great.
-
Re: [v1] [Free] Personal Notes [simple] Its been posted before, as a user notebook. Although its a good mod, and I like the clearing bit. BUT... Its unbelievably insecure!! mysql_query("UPDATE users SET notes='{$_POST['notes']}' WHERE userid=$userid",$c); Your adding what the user submits straight to the database. No checking or anything! So I could SQL inject your code right there. I hope your not using this in your game! EDIT - Shouldnt this be... <table><tr><td valign=top><center><u>Personal Notes:</u></center><form action=personalnotes.php method=POST><textarea rows=3 cols=38 name=notes>{$ir['notes']}</textarea> <center><input type=submit value=Change></center></form></td></tr></table> This Echo " <table><tr><td valign=top><center><u>Personal Notes:</u></center><form action=personalnotes.php method=POST><textarea rows=3 cols=38 name=notes>{$ir['notes']}</textarea> <center><input type=submit value=Change></center></form></td></tr></table>";
-
Proposed Features for DBS/MCcodes Next Ver.
Matty replied to Dabomstew's topic in General Discussion
Re: Proposed Features for DBS/MCcodes Next Ver. Actually you were bashing the community and I was standing up for it. I don't have a grudge against you, your just an asshole. Actually I don't need to get over myself, I am not being childish by standing up for the community and I am not 13 or 14, also don't do a Deathstar and include my nickname into the argument... Thats just pathetic. Probably very few, unless they had the money. BUT not everyone know where they can get illegal codes from, I have no idea where to get V2 codes from, although I have seen V1 around a few places. Dont make it sound like your the good one Arson. I thought you were leaving already? -
Re: User Bars no its not a code problem, its how firefox renders the image. I had the exact same problem... now i just use PHP to draw the bars for me :)
-
Re: User Bars is this mainly firefox or an IE problem... I get this in firefox with my table borders...
-
Re: Just An idea For V2 Codes Does it matter? Hes what? 14.. Taking out a copyright for it at first would be expensive. You just like the rest of the whinners, if you dont like it tuff, go elsewhere. It helped you make money for the mods you created? So why complain? Your just as bad as him... No copyright on those? Are they even worth protecting etc...
-
Proposed Features for DBS/MCcodes Next Ver.
Matty replied to Dabomstew's topic in General Discussion
Re: Proposed Features for DBS/MCcodes Next Ver. Arson, Just get lost. Its not just that. If you used your non exsistant brain you would realise that if it wasnt worth the money then there wouldnt be such a community created from it, which includes YOU. People have brought these so called overprice scripts and its still going. Maybe it wasnt worth the money for you because your such an asshole? Nothing is too late to start protecting, for example inivision do not do there free forum anymore, as for MCcodes being worth protecting. Well it is, its helped alot of poeple make money such as yourself. A new database structure could be good, from what ive seen the current database is not normalised and is designed very badly, not many people who buy scripts like this know how to do all that. Less efficient crons? Depends on the requests per minute. I think coded crons would be alot easier for those that dont know much coding, like half of the comminuity. Crons are also simple, and i would expect there would be crons to run as crons available aswell. Last thing... I could say I could make all those mods in 5 minutes, so what. What does that say apart from making it sound like you have you head up your ass? The code is aimed at people who cant code, and dont have the ability to code a new engine or mods, or want to learn, if you can code so well why would you buy it when you can code your own for free which meets your specifications and needs, the only reason is because your lazy/dont have time? Whatever Arson, stop trying to pick pointless fights, your wrong, your a twat, now go like you said. -
Re: Drug Place Okay... then now who owns... The rpg game in your sig, under 'my sites' NYC thugs and GT have the same layout =/
-
Re: Drug Place bleh Hardly unique now that another site has stole your design... http://www.nyc-thugs.com/login.php
-
Just a small, puny, itty-bitty, cute, tiny little problem part 2
Matty replied to Jesse60905's topic in General Discussion
Re: Just a small, puny, itty-bitty, cute, tiny little problem part 2 Just use a formula to work some code out and reverse that formula? Something like 1st number of md5 hash * 20... etc this way it would alway be different and reversable. It will still be able to be broken once the hacker works out the formula. if you need any more help, say and il see what i can do. -
Just a small, puny, itty-bitty, cute, tiny little problem part 2
Matty replied to Jesse60905's topic in General Discussion
Re: Just a small, puny, itty-bitty, cute, tiny little problem part 2 Im confused by your post... So you want to make a hash unbreakable but you also want a bit of code that will break it? Going against what you said? lol =s -
Proposed Features for DBS/MCcodes Next Ver.
Matty replied to Dabomstew's topic in General Discussion
Re: Proposed Features for DBS/MCcodes Next Ver. That program was just an example... But I think your missing the point. Sometime you have to invest in something to gain more. In this case, if you invest in a program more people will be happy to BUY the codes because they know they cant get them elsewhere for free, thus making more MONEY. You will also be giving a better service making your customers happier: Happy customers = more money... There are more reasons. There arnt any known ways to hack around Zend guard, the encrypted scripts that can be hacked around are encrypted badly. As for making a new globals.php... A good coder wouldn't do it, they would have the self respect to buy the codes, now the people who just want to make a few quid don't have a few quid to spend on codes and would try to recreate it, but wouldn't be able to because they cant code... You can also encrypt more than one file to make it harder, its entirely up to the coder to pick what files to encrypt and how strong he wants the protection to be. Yay.. Nothing can be fully SQL injection proof/hackable. In my opinion the game owner should know how to prevent a certain amount of SQL injections/Javascript etc and therefore would be capable of checking or fixing when someone finds a exploit. However your idea on releasing patches is a good one :) -
Re: Just An idea For V2 Codes Lol... I dunno... Atleast I can read what pain posted...