Thread: Your Very Own PROXY!

Page 1 of 2 12 LastLast
Results 1 to 10 of 18
  1. #1 Your Very Own PROXY - Fixed 
    Donator

    A2 Alex's Avatar
    Join Date
    Jan 2008
    Posts
    621
    Thanks given
    46
    Thanks received
    6
    Rep Power
    139
    Ok so lets start making your own proxy.

    If u follow everything even the theme download everything you will end up with a proxy like: www.natural-scape.com/prox
    I edited mine so its now www.natural-scape.com/proxy
    I will add more themes later in another version of this proxy.

    If you would like to see an example here they are: http://natural-scape.com/proxy/

    First off make a file called 'config.php' and add this init:
    Code:
    <?
    // Site Title
    $title = 'Natural Scape Proxy';
    
    // Footer
    $footer = '&copy; 2007 IP Disguise';
    
    // Paragraph Text
    $paragraph = 'IP Disguise is a free online web proxy to let you surf past censorship. Our reliable and secure proxy site allows you to browse any website. Log on to all your favourite sites, surf around and keep in touch. Use our proxy at the office, in school, at college or just about anywhere! Please use our proxy service we provide in a sensible manner, any illegal activity that is detected will be forwarded to the appropriate authorities.';
    
    // Network Bar
    $net = '<span><b>More Web Proxies:</b></span> <a href="http://www.internetcloak.com" >Internet Cloak</a> <a href="http://www.zelune.info">Zelune</a> <a href="http://www.myspacephproxy.com">Myspace Proxy</a> <a href="http://www.unfilterme.com">Unfilter Me</a> <a href="http://www.proxydirectory.com">Proxy Directory</a>';
    
    // Adsense Ads
    $adsense ='<script type="text/javascript"><!--
    google_ad_client = "pub-";
    google_ad_width = 250;
    google_ad_height = 250;
    google_ad_format = "250x250_as";
    google_ad_type = "text";
    google_ad_channel = "";
    google_color_border = "313131";
    google_color_bg = "313131";
    google_color_link = "8EBEEB";
    google_color_text = "D7D7D7";
    google_color_url = "D7D7D7";
    //-->
    </script>
    <script type="text/javascript"
      src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
    </script>';
    ?>
    Then make a new file called 'index.inc.php' and put this init:
    Code:
    <?php include("config.php"); ?>
    
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang="en-US">
    <script type="text/javascript">  var innerOn = { timeout : null, showMenu : function(){ clearTimeout(this.timeout); if($('innerOn').style.display == 'none'){ this.timeout = setTimeout(function(){new Effect.BlindDown('innerOn', {duration:1, fps:50})},300); } }, hideMenu : function(){ if($('innerOn').style.display == 'none'){ clearTimeout(this.timeout); }else{ this.timeout = setTimeout(function(){new Effect.BlindUp('innerOn', {duration:1, fps:50})},500); } } } </script>
    <head>
    <title><?php echo($title); ?></title>
    <link rel="stylesheet" type="text/css" href="style.css">
    </head>
    <body>
    <center>
    
    <div id="bod">
    
    <div id="content">
    <div id="surf">
    <form method="post" action="<?php echo $_SERVER['PHP_SELF'] ?>">
    	<p>
    <img border="0" src="index.3.jpg"></p>
    	<p>
    <img border="0" src="index.1.gif"></p>
    	<p>
    <input class="url" value="http://www." size="50" name="<?php echo $GLOBALS['_config']['url_var_name'] ?>" type="text" id="search" onfocus="this.select()" />
    <input id="submit" type="submit" value="" /><br class="clear"/>
    </p>
    
    <?php
    
    switch ($data['category'])
    {
        case 'auth':
    ?>
    <?php
            break;
        case 'error':
            echo '<br /><div align="center"><div id="error">';
            
            switch ($data['group'])
            {
                case 'url':
                    echo '<b>URL Error (' . $data['error'] . ')</b>: ';
                    switch ($data['type'])
                    {
                        case 'internal':
                            $message = 'Failed to connect to the specified host. '
                                     . 'Possible problems are that the server was not found, the connection timed out, or the connection refused by the host. '
                                     . 'Try connecting again and check if the address is correct. <br />';
                            break;
                        case 'external':
                            switch ($data['error'])
                            {
                                case 1:
                                    $message = 'The URL you\'re attempting to access is blacklisted by this server. Please select another URL.';
                                    break;
                                case 2:
                                    $message = 'The URL you entered is malformed. Please check whether you entered the correct URL or not.';
                                    break;
                            }
                            break;
                    }
                    break;
                case 'resource':
                    echo '<b>Resource Error:</b> ';
                    switch ($data['type'])
                    {
                        case 'file_size':
                            $message = 'The file your are attempting to download is too large.<br />'
                                     . 'Maxiumum permissible file size is <b>' . number_format($GLOBALS['_config']['max_file_size']/1048576, 2) . ' MB</b><br />'
                                     . 'Requested file size is <b>' . number_format($GLOBALS['_content_length']/1048576, 2) . ' MB</b>';
                            break;
                        case 'hotlinking':
                            $message = 'It appears that you are trying to access a resource through this proxy from a remote Website.<br />'
                                     . 'For security reasons, please use the form below to do so.';
                            break;
                    }
                    break;
            }
            
            echo 'An error has occured while trying to browse through the proxy. <br />' . $message . '</div></div><br />';
            break;
    }
    ?></div>
    <div id="innerOff" onclick="innerOn.hideMenu('innerOn')"> <div id="innerOn" style="display: none;">
    <?php
          
          foreach ($GLOBALS['_flags'] as $flag_name => $flag_value)
          {
              if (!$GLOBALS['_frozen_flags'][$flag_name])
              {
                  echo '<li class="option"><label><input type="checkbox" name="' . $GLOBALS['_config']['flags_var_name'] . '[' . $flag_name . ']"' . ($flag_value ? ' checked="checked"' : '') . ' />' . $GLOBALS['_labels'][$flag_name][1] . '</label></li>' . "\n";
              }
          }
          ?>
    </div>
    </form>
    </div>
    </div></div>
    
    </center>
    </body>
    </html>
    I am sorry the index.php file could not fit in [code ] and [ / code] so i had to add it on a page on my website so you can get the index.php file here:
    http://www.MegaShare.com/418622 100% credits to who ever made PHProxy

    Theme Download:
    http://www.MegaShare.com/418618
     

  2. #2  
    Registered Member

    Join Date
    Sep 2007
    Posts
    1,394
    Thanks given
    3
    Thanks received
    2
    Rep Power
    323
    Wow, Looks very good. Im going to make one right now thanks.
     

  3. #3  
    Registered Member
    novalye's Avatar
    Join Date
    Sep 2007
    Posts
    784
    Thanks given
    1
    Thanks received
    0
    Rep Power
    393
    Sweet Dude. Alex, thanks a lot for this. I am not going to use because there are ones out there already, but still, it looks sweet! Thanks!
     

  4. #4  
    Donator

    A2 Alex's Avatar
    Join Date
    Jan 2008
    Posts
    621
    Thanks given
    46
    Thanks received
    6
    Rep Power
    139
    Thanks for ur replys and good comments
     

  5. #5  
    Registered Member
    JakobWolthers's Avatar
    Join Date
    Aug 2007
    Age
    31
    Posts
    616
    Thanks given
    16
    Thanks received
    3
    Rep Power
    84
    nice good job but what it exatly do?
     

  6. #6  
    Gl And Gf
    Guest
    You won't show up as your own IP. And you can access things you usually wouldn't be able to at schools, businesses, etc.
     

  7. #7  
    Donator

    A2 Alex's Avatar
    Join Date
    Jan 2008
    Posts
    621
    Thanks given
    46
    Thanks received
    6
    Rep Power
    139
    or get through forum ban's and stuff
     

  8. #8  
    TeleNubby
    Guest
    If only you were the maker of this. It'd be a lot better.
     

  9. #9  
    Registered Member
    Join Date
    Jun 2007
    Age
    31
    Posts
    427
    Thanks given
    17
    Thanks received
    38
    Rep Power
    67
    Quote Originally Posted by TeleNubby View Post
    If only you were the maker of this. It'd be a lot better.
    I second that...

    No credits... No sources link...

    Good leech!
     

  10. #10  
    Registered Member

    Join Date
    Sep 2006
    Age
    31
    Posts
    623
    Thanks given
    2
    Thanks received
    2
    Rep Power
    156
    I'm back
     

Page 1 of 2 12 LastLast

Thread Information
Users Browsing this Thread

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


User Tag List

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