![]() |
| Forums | Gaming News | Videos | Downloads | Today's Posts | Mark Forums Read | Chat | FAQ | Members List | Contact |
| ||||||
This is a discussion on Can someone help me within the PSP Development Forum forums, part of the PSP Development, Hacks, and Homebrew category; i dont know how to work this but maybe somone does http://www.oklol.co.uk/?p=26 this would apply to the psp and mp3 ...
![]() |
|
|
LinkBack | Thread Tools |
|
|
#1 |
![]() ![]() Mindless Self Indulgence
|
i dont know how to work this but maybe somone does
http://www.oklol.co.uk/?p=26 this would apply to the psp and mp3 players
__________________
PSN:realn0whereman NEW MSI ALBUM APRIL 29TH: IF *orgasm* ![]() |
|
|
|
|
|
#3 | |
![]() |
You can't use this after you've lost your USB pen, you need to put it on to protect it being stolen.
I'm going to have a look at the code, and see if I can figure it out... Quote:
__________________
-=Images are for Premium members only=- |
|
|
|
|
|
|
#5 | |
![]() ![]() total-Z
|
Quote:
__________________
牧来栠摩琠敨映汩獥PSN: youresam From Earth the Frozen Ipaqs shall rise and be silenced and all will live free.
--Mike Hollingsworth |
|
|
|
|
|
|
#6 |
![]() |
Try posting something constructive PLZ, as opposed to just acting as if everyone else is stupider than you. It may be true, but don't.
To the maker of this thread: Do you have everything it says you need?
__________________
-=Images are for Premium members only=- |
|
|
|
|
|
#7 |
![]() ![]() total-Z
|
Oh, sorry, didnt read the post.
Make a file on a server that supports PHP and the mail function (hard to find on free servers), and put this in your PHP file: Code:
<? $browser=$_SERVER[’HTTP_USER_AGENT’]; $ip = getenv(”REMOTE_ADDR”); $msg = “ip: $ip\nbroswer agent $browser “; $subject = “i stole ur usb pen”; mail(”email@mail.com“, $subject, $msg); header(”Location: http://google.com“); ?> Now, make your index.html say this: Code:
<META HTTP-EQUIV="Refresh" CONTENT="0; URL=http://www.server.com/thatphpfile.php">
__________________
牧来栠摩琠敨映汩獥PSN: youresam From Earth the Frozen Ipaqs shall rise and be silenced and all will live free.
--Mike Hollingsworth |
|
|
|
|
|
#10 |
![]() ![]() total-Z
|
Ok, I set one up for everyone to use :mrgreen:
I have included the index.html file. Put it on the root of the memory stick. However, you need to change a couple of things. At the very end, you will see &email=your@email.com, change that to your email. And, also at the end, you will see &object=psp, change that to whatever your object it. When index.html is opened, it is redirected towards the php file, and that file redirects it to google.com. The emails subject is: I stole your [object] and the message says the IP and the browser name. OH, and I almost forgot! Once you get the IP address, look it up on www.arin.net/whois
__________________
牧来栠摩琠敨映汩獥PSN: youresam From Earth the Frozen Ipaqs shall rise and be silenced and all will live free.
--Mike Hollingsworth Last edited by youresam; 05-25-2006 at 12:25 PM.. |
|
|
|
![]() |
| Thread Tools | |
|
|