CodeLeader7 Posted December 22, 2015 Posted December 22, 2015 Hello. I will be selling Pokemon Legends and Pokemon Vortex RPGs codes. I can provide you proofs/snippets. I cant set up a demo because i dont have enough time. I will sell for 1000$ each. comment down. if interested. Thank you
sniko Posted December 22, 2015 Posted December 22, 2015 (edited) Hello. I will be selling Pokemon Legends and Pokemon Vortex RPGs codes. I can provide you proofs/snippets. I cant set up a demo because i dont have enough time. I will sell for 1000$ each. comment down. if interested. Thank you Sketchy. You don't have enough time to potentially make $1,000? It should also be noted that these sources most likely store the users passcode in plaintext or md5 (which is considered broken) and should not be used for passcodes. Also, don't pay $1,000 for a source like this in 2015/2016. http://pastebin.com/VHHucfjA I don't care if you call me for slander; $1,000 for insecure sources like this is a rip off. (Plus, it's only slander if it's not true; my claims are true.) Edited December 22, 2015 by sniko
CodeLeader7 Posted December 22, 2015 Author Posted December 22, 2015 if you want.. you can change it to sha1 or any other hash code its just an one line edit
CodeLeader7 Posted December 22, 2015 Author Posted December 22, 2015 site: pokemon-vortex.com *and* pokemonlegends.com
Dave Posted December 22, 2015 Posted December 22, 2015 Hello. I will be selling Pokemon Legends and Pokemon Vortex RPGs codes. I can provide you proofs/snippets. I cant set up a demo because i dont have enough time. I will sell for 1000$ each. comment down. if interested. Thank you How did you come to acquire these "source codes" do you have full permission for re-sale? That said pokemonlegends.com looks pretty neat!
Coly010 Posted December 22, 2015 Posted December 22, 2015 sha1 isn't much better. PHP comes shipped with its own password hashing function now anyway which is my preferred option tbh. password_hash($password, PASSWORD_BCRYPT); password_verify($passToChecm, $hashedPass); Also, the whole code would need to be rewritten to use at the very least mysqli. And to add some more security I would convert to use prepared statements. I don't know if [MENTION=65371]sniko[/MENTION]'s pastebin is an exact copy but if it is there doesn't seem to be much coherence to PSR-2 or any form of code style guidelines. I feel a switch statement would be better for the following: if($catchy1==1){$catchy = $mappy->poke1;} if($catchy1==2){$catchy = $mappy->poke2;} if($catchy1==3){$catchy = $mappy->poke3;} if($catchy1==4){$catchy = $mappy->poke4;} if($catchy1==5){$catchy = $mappy->poke5;} if($catchy1==6){$catchy = $mappy->poke6;} if($catchy1==7){$catchy = $mappy->poke7;} if($catchy1==8){$catchy = $mappy->poke8;} if($catchy1==9){$catchy = $mappy->poke9;} if($catchy1==10){$catchy = $mappy->poke10;} if($catchy1==13){$catchy = $mappy->poke13;} if($catchy1==14){$catchy = $mappy->poke14;} if($catchy1==15){$catchy = $mappy->poke15;} It just seems to be a mess 1
Dominion Posted December 22, 2015 Posted December 22, 2015 I got to line 12, and 13, and stopped reading - $_GET['map'] = abs((int) $_GET['map']); $_GET['map'] = mysql_real_escape_string($_GET['map']); Would be interested to know where you originally got the source, and what kind of discount this resale is giving us?
Zettieee Posted March 18, 2016 Posted March 18, 2016 If anyone is actually interested in the Pokemon RPG source code let me know. I'll gladly sell at an amazing discount of $999.95. But really, I'd be willing to sell the version I purchased in 2015 for a reasonable price. (Sorry to bump old posts.)
Magictallguy Posted March 19, 2016 Posted March 19, 2016 What, in the absolute fuckhole, is this shit?! Moderators, please take this down - this is beyond offensive -.- 1
Mafiakill Posted November 13, 2021 Posted November 13, 2021 Pokemon legend and other pokemon scrips are free released open source at ragezone? so you ask $1.000 for a open source...
big_mike Posted November 13, 2021 Posted November 13, 2021 2 hours ago, Mafiakill said: Pokemon legend and other pokemon scrips are free released open source at ragezone? so you ask $1.000 for a open source... Dude this was over 5 years ago I doubt the poster even checks here anymore tbh.
PHPStudent12 Posted November 15, 2021 Posted November 15, 2021 On 3/19/2016 at 4:54 PM, Magictallguy said: What, in the absolute fuckhole, is this shit?! Moderators, please take this down - this is beyond offensive -.- Would you do the honours
Recommended Posts