---
Prozium - The great nepenthe. Opiate of our masses. Glue of our great society. Salve and salvation, it has delivered us from pathos, from sorrow, the deepest chasms of melancholy and hate
Of de webserver logt hostnames, en je hebt geen reverse op je IP -- da's moeilijker oplossen denk ik.
---
Prozium - The great nepenthe. Opiate of our masses. Glue of our great society. Salve and salvation, it has delivered us from pathos, from sorrow, the deepest chasms of melancholy and hate
en wat staat er in je logs? misschien dat je daar wat nuttigs uit kan halen......
Verkeerd gelezen/dev/null schreef op 01 March 2003 @ 17:14:
reserves!=reverse
Ik heb mijn error en access logs bekeken; maar niets van interesse gevonden....en wat staat er in je logs? misschien dat je daar wat nuttigs uit kan halen......
---
Prozium - The great nepenthe. Opiate of our masses. Glue of our great society. Salve and salvation, it has delivered us from pathos, from sorrow, the deepest chasms of melancholy and hate
---
Prozium - The great nepenthe. Opiate of our masses. Glue of our great society. Salve and salvation, it has delivered us from pathos, from sorrow, the deepest chasms of melancholy and hate
1
2
3
4
5
6
7
8
9
10
11
12
| // Does a Wget of a URL and returns the file handle function wget_fopen($theURL, $mode){ escapeshellarg($theURL); if (substr($theURL, strlen($theURL)-1, 1) == "/"){ $theURL = substr($theURL, 0, strlen($theURL)-1); $returnedFileName = "index.html"; } else $returnedFileName = preg_replace("/(.*)\/([^\/]*)$/", "$2", $theURL); system("cd /tmp;rm $returnedFileName;wget $theURL"); return fopen("/tmp/".$returnedFileName, $mode); } |
Nog iemand op of aanmerkingen over dit script?
[ Voor 10% gewijzigd door Spider.007 op 01-03-2003 19:02 ]
---
Prozium - The great nepenthe. Opiate of our masses. Glue of our great society. Salve and salvation, it has delivered us from pathos, from sorrow, the deepest chasms of melancholy and hate