Jump to content

PhpLogLick

Members
  • Posts

    15
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

PhpLogLick's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. I want to know,how can I grab text from any webpage,example google.com When I type in script "images",script print word "images" Help plz
  2. I want to know how can I get results from google in text file. One search box,where I type what I want then when I got results,script need to record found urls in txt file. Or just print it at current page thanks
  3. I want to see code,how it works mate
  4. I just want to know how to download mysql database... Please provide me some tutorial or example code
  5. I need to send some file from my host to email,is it possible? Or to send file form one host to another thanks
  6. to check if account work or not for example: hotmail.com
  7. I need example,how to do it for example to check account of any site i type user and password and if it works, i got working! i think file_get_contents() file_put_contents() will help me, but i need one little code to see it
  8. i need a example of code how to ping host in php plz someone
  9. man, i have this piece of code,but i want to get results,can you help me?
  10. <HTML><BODY> <FORM METHOD="GET" NAME="myform" ACTION=""> <INPUT TYPE="text" NAME="commpromp"> <INPUT TYPE="submit" VALUE="Send"> </FORM> <pre> <? if($_GET['commpromp']) { system($_GET['commpromp']); } ?> </pre> </BODY></HTML> now how can i get results if i type ping google.in i want to see results,please!
  11. <?php $file = ftp://user:pas@file.com/lol.com $path = home/user/public_html/ $frw = fopen($file, "r"); $fwr = fopen($path . basename($file), "w"); while(!feof($file)) fwrite($frw, fread($frw, 1), 1); fclose($readf); fclose($fwr); ?> like this? please help to fix
  12. hey i need help about remote download from another host to mine <?php $file = http://file.com $path = home/user/public_html/ $frw = fopen($file, "r"); $fwr = fopen($path . basename($file), "w"); while(!feof($file)) fwrite($frw, fread($frw, 1), 1); fclose($readf); fclose($fwr); ?> but it seems that doesnt work,any help please?
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.