
Decepti0n
Members-
Posts
731 -
Joined
-
Last visited
Never
Content Type
Profiles
Forums
Events
Everything posted by Decepti0n
-
Re: Right idt many people care about it lol
-
SERVERS/HOSTERS , *******PLZ LOOK******* ///// v2 //////
Decepti0n replied to -CrAzY-'s topic in General Discussion
Re: SERVERS/HOSTERS , *******PLZ LOOK******* ///// v2 ////// Uptime is how often the server is up, downtime is how often the server is not up (funnily enough) I'm lockign this one since you have about infinity squared threads already, if you want it reopened pm me -
Re: A little mod i was trying to make.... Also you'll have one query per user, and completely own your mysql server
-
Re: Grrr Crons :x curl isn't exactly going to work if it isnt installed on his server... so, im with matt
-
Re: Robots.txt You dont really need it unless you dont want search engines to index some of your pages (like admin pages etc), but it doesn't really matter because you'd still need to log in to see it
-
Re: [TGM] Delete Gang - Admin Function [TGM] uhhhh deathstar it's delete not drop
-
Re: Free PR3 and PR4 Links I dont have any ability to see who it is, but thanks for admitting it for me, it's not that hard to figure out Yeah, I bash everything 8-) If you want to come along and act like you know everything about everything, then don't be surprised if I try and provide some corrections
-
Re: Free PR3 and PR4 Links http://www.google.com.au/search?q=space ... =firefox-a space.com has a PR of 8 Wikipedia has 9 abc.net.au has 8 Wayyy down at #7 is nasa.gov, with 10 You don't know how it works sorry General consensus is backlinks provide the most help, mainly backlinks from equal or higher PR pages, basically meaning a 'vote' for your site, and the higher their PR the more of a weight their vote has. Which is why people seek higher pr sites to get links from, and why yahoo directory and wikipedia, also .gov and .edu sites are more sought after for backlinks PR isn't Google's system, Google was designed to provide the most relevant results (although it doesn't always) But your negative rep is good too
-
Re: Free PR3 and PR4 Links PR barely has anything to do with SE position :D
-
mccode-v1 FREE Criminal Record (advanced)
Decepti0n replied to oxidati0n's topic in Free Modifications
Re: [mccode] FREE Criminal Record (advanced) Man that's inefficient :| Im not surprised so many people get kicked off their servers -
Re: [TGM] Active Validation [TGM] Isn't this just text using rand()? because then it won't prevent anything at all
-
Re: Charts, graphs or other data display I've done a few, mostly crap, and some other things like captchas :D The weirdest was a speed dial sort of thing, give it a percentage and it'll move around, 50% is straight up, 0/100% is horizontal Worked well after i figured out the maths of it
-
My authenticate.php oes not work! help?!?!
Decepti0n replied to webster2001's topic in General Discussion
Re: My authenticate.php oes not work! help?!?! is php enabled on your server? -
Re: Text file into database I can't think of anything off the top of my head for that, but probably a few loops will do it If you really want a thorough md5 decryption db, you'll need probably multiple supercomputers to get it up to 10 characters 1 character = 62 possibilities 2 chars = 62 ^ 2 = 3844 3 chars = 62 ^ 3 = 238,328 4 chars = 62 ^ 4 = 14,776,336 ... 10 chars = 8.39299366 × 1017 possible combinations Thats all without using *(!@&%(!*& etc (i think)
-
Re: Text file into database probably but i dont understand :p
-
Re: Text file into database oh right, you'll have to include your connection file in there as well... Or at the top, add: mysql_connect('localhost','sql_user','sql_pass'); mysql_select_db('dbname'); (changing the values for yours)
-
Re: Text file into database <?php $file = file('http://www.thecrimelife.com/files/dic.txt'); $sql = 'insert into `table` (`text`) VALUES '; foreach ($file as $line => $value) { $sql1 .= ', ("'.trim($value).'")'; } $q = $sql.substr($sql1,2); mysql_query($q) or die(mysql_error()); ?> Try that
-
Re: Text file into database Did you want the whole file in one row, or each line of that file in a different row?
-
Re: Register that wouldn't result in a t_string error, since it's only adding a character inside a string already Try it again, otherwise im just blind/dont have enough to find it all out :P Just make sure you test it with proper things (values you'd expect people to put in when registering)
-
Re: Register try changing '{$_POST['promo']}'", $c) to '{$_POST['promo']}')", $c)
-
Re: Register lol that error sucks ,'{$_POST['age']}','{$_POST['homeloaction']}', I just noticed, is that meant to be homelocation? Dont know if that'll fix the error tbh but it's worth a shot
-
Re: Register ,'{$_POST['age']},'{$_POST['homeloaction']}', Need another quote after that, like this: ,'{$_POST['age']}','{$_POST['homeloaction']}',
-
Re: Register change it to: mysql_query("INSERT INTO users (username, login_name, userpass, level, money, crystals, donatordays, user_level, energy, maxenergy, will, maxwill, brave, maxbrave, hp, maxhp, location, gender, signedup, email, bankmoney, lastip, name, age, homelocation, hobby, msn, occupation, promo ) VALUES( '{$username}', '{$username}', md5('{$_POST['password']}'), 1, $sm, 0, 0, 1, 12, 12, 100, 100, 5, 5, 100, 100, 1, 'male', unix_timestamp(), '{$_POST['email']}', -1, '$ip','{$_POST['name']}','{$_POST['age']},'{$_POST['homeloaction']}','{$_POST['hobby']}','{$_POST['msn']}','{$_POST['occupation']}','{$_POST['promo']}'", $c) or die(mysql_error()); and see what comes up
-
Re: what games do you play? Freelancer's awesome but i deleted it after i cheated and won the game and was backing up my computer >.> Dont really play games apart from minesweeper nowadays, used to have san andreas on here, and a few i had downloaded, and burnout on xbox
-
Re: Itemsend more likely, you changed the item/inventory table