Results 1 to 5 of 5
Like Tree2Likes
  • 1 Post By mahipat
  • 1 Post By softwarefreak

Thread: need a small but strong code

  1. #1
    Member
    Join Date
    Aug 2011
    Location
    earth
    Posts
    95
    Thanks
    18
    Thanked 43 Times in 14 Posts
    Rep Power
    2

    Post need a small but strong code

    Hello members i think i make trouble every post for seniors but when i not found something my mind comand me to open coding-talk so coding talk is a heart touching site for me so the question is
    Can we change the ip in any script ??????
    i think its impossible but somebody say nothing is impossible so try if you find then post and post your views about me also!!!!!

  2. #2
    Member mahipat's Avatar
    Join Date
    Nov 2009
    Location
    Heaven :D
    Posts
    45
    Thanks
    28
    Thanked 1 Time in 1 Post
    Rep Power
    0

    Default

    Use Proxy...
    Lue_chin likes this.

  3. #3
    Member
    Join Date
    Aug 2011
    Location
    earth
    Posts
    95
    Thanks
    18
    Thanked 43 Times in 14 Posts
    Rep Power
    2

    Post

    Quote Originally Posted by mahipat [Only registered and activated users can see links. Click Here To Register...]
    Use Proxy...
    can you give me any example please

  4. #4
    Moderator arnage's Avatar
    Join Date
    May 2009
    Location
    Serbia
    Posts
    712
    Thanks
    165
    Thanked 183 Times in 80 Posts
    Rep Power
    5

    Default

    Example of what?
    <!DOCTYPE html PUBLIC "-//WAPFORUM.RS

  5. #5
    Senior Member softwarefreak's Avatar
    Join Date
    Jun 2011
    Location
    http://softwarefreak.in
    Posts
    347
    Thanks
    142
    Thanked 211 Times in 69 Posts
    Rep Power
    2

    Default

    For the 3rd time,posting the same script,you might find this useful to hide ip :D
    PHP Code:
    <?php  
    $url 
    "http://www.google.com.hk";  

    $ch curl_init();  
    curl_setopt($chCURLOPT_URL$url);  
    curl_setopt($chCURLOPT_RETURNTRANSFER1);  
    curl_setopt($chCURLOPT_PROXY122.72.10.208); // a valid proxy, get it 4rm  http://proxy-list.org/en/index.php 
    curl_setopt($chCURLOPT_PROXYPORT80);  

    $exec curl_exec($ch);  

    curl_close($ch); 
    //echo curl_error($ch);  
    echo $exec;  
        
    ?>
    arnage likes this.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. what is missing in dis small code????
    By slowy in forum Coding Forum
    Replies: 3
    Last Post: 04-06-11, 08:11
  2. small help needed
    By slowy in forum Coding Forum
    Replies: 7
    Last Post: 05-05-11, 02:22
  3. help in dis small code
    By slowy in forum Coding Forum
    Replies: 6
    Last Post: 09-07-10, 04:18
  4. My Small Wap Site
    By vijayan in forum Sites / Links
    Replies: 8
    Last Post: 24-03-09, 14:56
  5. Small Help Needed
    By tkrocks in forum Scripts Forum
    Replies: 0
    Last Post: 01-01-70, 00:00

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