file access
+ Reply to Thread
Page 1 of 2 12 LastLast
Results 1 to 15 of 21

Thread: new proxy

  1. #1
    Join Date
    Jan 2008
    Posts
    140

    new proxy

    here guys i made a proxy..hopefully it isn't blocked since i just made it check it ou its in

    [url]http://www.cybernin.net[/url]
    Yes..i do wear a grey hat... and don't plan on changing to white or black..

  2. #2
    Join Date
    Sep 2006
    Posts
    1,649
    In the menu bar, sometimes the menu bar lists it as 'Ninja Proxy' and sometimes as 'Ninja Forum'. Here's an example:

    [url]http://www.cybernin.net/main.html[/url] shows Ninja Proxy on the menu bar

    [url]http://www.cybernin.net/Head%20Ninjas.html[/url] shows Ninja Forum instead of Ninja Proxy on the menu bar

    I can't give you any real feedback on the proxy itself until I use it at school, to see if it's detected by my school or not.
    "Workers of the world unite; you have nothing to lose but your chains." -Karl Marx

  3. #3
    Join Date
    Jan 2008
    Posts
    140

    Thanks!

    thank you for that, lol as you may see im in the process of making that site and i guess i must have missed that thanks m00nbat

    Fixed and shipped =)
    Last edited by teknicalissue; 02-02-2008 at 05:41 PM.
    Yes..i do wear a grey hat... and don't plan on changing to white or black..

  4. #4
    Join Date
    Dec 2007
    Posts
    141
    Pretty awesome site The PHProxy you are using is very common. It will probably get picked up. I'm not totally sure though because web proxies are much harder to detect because they send no proxy info in the http header. So web filters may only look for a blacklist of sites?

    Anyway I see your into MMA teknicalissue. Are you watching the big fight this weekend? Sylvia vs Nogueira && Mir vs Lesnar. It's gonna be good!

  5. #5
    Join Date
    Feb 2008
    Posts
    1
    This Proxy is Very Awsome and The cite CYBERNIN.NET is Also Very Awsome so Awsome in Fact That I Just Had to Write This in Title Case and I am Not Biased in Any Way

  6. #6
    Join Date
    Sep 2006
    Posts
    1,649
    tek, I don't mean to assume, but are you manually copying/pasting the code for the menu bar on each page of the site? You could easily do that using PHP's include() function.
    "Workers of the world unite; you have nothing to lose but your chains." -Karl Marx

  7. #7
    Join Date
    Jan 2008
    Posts
    140
    my friend if i knew php i probably would do that =)
    Yes..i do wear a grey hat... and don't plan on changing to white or black..

  8. #8
    Join Date
    Sep 2006
    Posts
    1,649
    [url]http://www.w*schools.com/php/php_includes.asp[/url]

    Read this, it'll tell you all you need to know about including files. But here's the gist of it.

    Suppose you have a menu you want to appear on every page. The code for the menu bar is:
    Code:
    <a href="http://www.google.com">Google</a>
    <br>
    <a href="http://www.**********">Yahoo!</a>
    You could include this menu bar manually by copy/pasting the code for it on every page, like so:
    Code:
    <html>
    <body>
    
    <a href="http://www.google.com">Google</a>
    <br>
    <a href="http://www.**********">Yahoo!</a>
    
    <h*>WELCOME TO MY HOMEPAGE</h*>
    
    </body>
    </html>
    But, with PHP, you can put the code for the menu bar into a seperate page called menubar.php and make the source code look like so:
    [PHP]<html>
    <body>

    <?php include("menubar.php"); ?>

    <h*>WELCOME TO MY HOMEPAGE</h*>

    </body>
    </html>
    [/PHP]
    This might not have been a very good explanation. You should go to the link I posted.
    "Workers of the world unite; you have nothing to lose but your chains." -Karl Marx

  9. #9
    Join Date
    Jan 2008
    Posts
    140
    will do m00nbat
    Yes..i do wear a grey hat... and don't plan on changing to white or black..

  10. #10
    Join Date
    Jan 2008
    Posts
    140
    question m00nbat, since my proxy is up, how about putting it in the "official proxy list"
    Yes..i do wear a grey hat... and don't plan on changing to white or black..

  11. #11
    Join Date
    Sep 2006
    Posts
    1,649
    Just did
    "Workers of the world unite; you have nothing to lose but your chains." -Karl Marx

  12. #12
    Join Date
    Jan 2008
    Posts
    140

    great!

    awsome thanks =)
    Yes..i do wear a grey hat... and don't plan on changing to white or black..

  13. #13
    Join Date
    Jan 2008
    Posts
    140
    lol ironically my website got blocked by my school lol that was pretty quick
    Yes..i do wear a grey hat... and don't plan on changing to white or black..

  14. #14
    Join Date
    Sep 2006
    Posts
    1,649
    Eh, just some advice to not get blocked. Take any and all mention of 'proxy' or 'filter' out of the web page. I know it'll make getting your proxy well-known a little harder, but it'll get blocked less. School filters often look for keywords such as the ones I've said and when they find them they'll block 'em.

    Also, if you're using a commonly found proxy script, you'll wanna obfuscate the code a little, maybe stick in a few <!-- comments --> in places. School filters check for blocks of code sometimes and the comments may throw them off.

    If all else fails, take your source code, convert it all to Base64 using any old online converter, and use PHP's base64_decode function, like so:
    [PHP]echo base64_decode(YOURBASE64STUFFHERE);[/PHP]
    "Workers of the world unite; you have nothing to lose but your chains." -Karl Marx

  15. #15
    Join Date
    Jan 2008
    Posts
    140
    good tip, but they didn't block out my proxy, the blocked my whole page, and on a side note i know for a fact that my school just blocks the URL...like i said, the people not clearing history was gonna kill me. my IP address alone works fine though =)
    Yes..i do wear a grey hat... and don't plan on changing to white or black..

+ Reply to Thread

Similar Threads

  1. IRC Proxy Search - Find *000+ IRC Proxy Servers in *0 second
    By zeronow in forum Proxies and Firewalls
    Replies: 3
    Last Post: 05-25-2007, 04:40 PM
  2. Use a mac, and I need a proxy
    By exemacs in forum Proxies and Firewalls
    Replies: 0
    Last Post: 03-10-2005, 08:29 PM
  3. Ftp Proxy
    By Unregistered in forum Proxies and Firewalls
    Replies: 2
    Last Post: 03-17-2003, 03:12 AM
  4. What really is a proxy?
    By loopers in forum Internet Privacy
    Replies: 1
    Last Post: 01-13-2003, 09:30 AM
  5. Why do I have to use proxy?
    By atan in forum Proxies and Firewalls
    Replies: 1
    Last Post: 07-10-2001, 08:59 AM

Posting Permissions

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