Results 1 to 3 of 3

Thread: how to grab

  1. #1
    Member
    Join Date
    Nov 2010
    Posts
    58
    Thanks
    3
    Thanked 1 Time in 1 Post
    Rep Power
    0

    Default how to grab

    hey all
    i want to grab a page with changing virubl
    i use that code but not working

    $room = $_GET['room'];
    $page = file_get_contents('http://test/s.php?bd=$room');

  2. #2
    Senior Member i0nutzxp's Avatar
    Join Date
    Apr 2009
    Location
    Romania , Galati
    Posts
    153
    Thanks
    7
    Thanked 48 Times in 31 Posts
    Rep Power
    5

    Default

    for that use cURL:
    eg:

    PHP Code:
    <?php
      $room 
    $_GET['room'];
        
    $ch curl_init('http://test/s.php?bd='.$room);
        
    curl_setopt($chCURLOPT_HEADER0);
        
    curl_setopt($chCURLOPT_USERAGENT'Googlebot/2.1 (http://www.googlebot.com/bot2.html)');
        
    curl_setopt($chCURLOPT_RETURNTRANSFER1);
        
    $text curl_exec($ch);       
        
    curl_close($ch);
        echo 
    $text;

    ?>
    Last edited by i0nutzxp; 08-02-11 at 18:08.
    <?php unlink('World/Europe/Romania.country'); ?>

  3. The Following User Says Thank You to i0nutzxp For This Useful Post:

    atef201080 (08-02-11)

  4. #3
    Member
    Join Date
    Nov 2010
    Posts
    58
    Thanks
    3
    Thanked 1 Time in 1 Post
    Rep Power
    0

    Default

    Thanks in0nutzxp bro
    its working gud
    if u can make business with me contact me at [Only registered and activated users can see links. Click Here To Register...]

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Rockwap.net(FREE) grab now
    By KiLLeR_mAcHInE in forum Marketplace
    Replies: 11
    Last Post: 07-02-11, 14:21
  2. Mob89.Com Grabber - Grab 8000 High Quality Porn Videos !
    By seven_shadow in forum Scripts Forum
    Replies: 8
    Last Post: 13-09-10, 02:14
  3. Grab/Copy Files From A host's Unprotected Folder
    By tricky in forum Coding Forum
    Replies: 2
    Last Post: 10-08-10, 04:09
  4. Grab Youtube Videos
    By StRiNg_MaStEr in forum General Discussion
    Replies: 0
    Last Post: 14-07-10, 18:56
  5. Cheap VPS : GRAB IT
    By spiderwebs in forum Domains - Hosting - Servers
    Replies: 4
    Last Post: 17-09-09, 15:01

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

SEO by vBSEO

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19