Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 25

Thread: Proxy Supply .com - New Proxy Listing Site

  1. #11
    nux
    nux is offline Moderator
    Join Date
    Dec 2008
    Location
    Minneapolis
    Posts
    533
    Thanks
    28
    Thanked 77 Times in 54 Posts
    Hey everyone. Just wanted to mention that I have now disallowed .tk along with .co.cc submissions. .TK domains have been essentially flooding the list and I found a lot were IFRAMEs, or low quality sites that were submitted over and over on new free domains.

    This helps bring up the quality of proxies submitted. Recently submitted proxies are getting a lot more exposure than they have in the past month or two.

    I hope to see more quality submissions.

    Thanks,
    -nux
    Submit Your Proxies @ Proxy Sites.net

  2. Thanked by:

    solidstate (29 May, 2012), vectro (16 March, 2010)

  3. #12
    dtkguy's Avatar
    dtkguy is offline Still Learnin'
    Join Date
    Dec 2008
    Posts
    391
    Thanks
    7
    Thanked 164 Times in 108 Posts
    Quote Originally Posted by nux View Post
    Hey everyone. Just wanted to mention that I have now disallowed .tk along with .co.cc submissions.
    Hey nux, how'd you ban the dotTK domains? On my @proxy based list, I've been getting spammed to hell with the TK domains and want to block them out.

    I added the dot.tk nameservers to the banned list, but they still get through.

    Though I did add a warning to the submission page that excessive tk domains would get deleted, so it has slowed down; but even so, I'd like to know how you totally blocked them with the script.

    Cheers.

  4. #13
    nux
    nux is offline Moderator
    Join Date
    Dec 2008
    Location
    Minneapolis
    Posts
    533
    Thanks
    28
    Thanked 77 Times in 54 Posts
    I added this to the submit-proxy.php file in the document root

    if (strstr($url['host'], ".tk")) // Block the free TLD .tk
    $errors[] = 'The TLD .tk is not allowed. Please try again';

    To be honest it bugged me for a couple months, and was only like 30 seconds of coding to fix it.. Hah!
    Submit Your Proxies @ Proxy Sites.net

  5. #14
    dtkguy's Avatar
    dtkguy is offline Still Learnin'
    Join Date
    Dec 2008
    Posts
    391
    Thanks
    7
    Thanked 164 Times in 108 Posts
    Haha, nice! Thanks for the code snippit

  6. #15
    zeolshah's Avatar
    zeolshah is offline ZilZil Proxy
    Join Date
    Jan 2010
    Posts
    76
    Thanks
    1
    Thanked 1 Time in 1 Post
    nice site buddy...added mine....and congrats for blocking free domains....

  7. #16
    vectro's Avatar
    vectro is offline I Like Stuff
    Join Date
    Dec 2008
    Location
    U.S.A.
    Posts
    596
    Thanks
    191
    Thanked 95 Times in 74 Posts
    I just submitted one of my proxies and it was added instantly. Thank you!

  8. #17
    mammonth is offline Unknown Net Builder
    Join Date
    Aug 2010
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Great, a cool proxy website.
    What kind of script?

  9. #18
    nux
    nux is offline Moderator
    Join Date
    Dec 2008
    Location
    Minneapolis
    Posts
    533
    Thanks
    28
    Thanked 77 Times in 54 Posts
    It's the script Will.Spencer built. AtProxy script is what it's referred to a lot.
    Submit Your Proxies @ Proxy Sites.net

  10. #19
    Habaku's Avatar
    Habaku is offline Newbie Net Builder
    Join Date
    May 2009
    Posts
    443
    Thanks
    89
    Thanked 46 Times in 40 Posts
    Quote Originally Posted by nux View Post
    I added this to the submit-proxy.php file in the document root

    if (strstr($url['host'], ".tk")) // Block the free TLD .tk
    $errors[] = 'The TLD .tk is not allowed. Please try again';

    To be honest it bugged me for a couple months, and was only like 30 seconds of coding to fix it.. Hah!
    Thanks a lot. I have ammended your code to block tk domains when submitted using capitals or combinations such as .tK and Tk as this loophole could be exploited.

    Code:
    if (strstr($url['host'], ".tk") or strstr($url['host'], ".TK") or strstr($url['host'], ".Tk") or strstr($url['host'], ".tK")) // Block the free TLD .tk
    $errors[] = 'The TLD .tk is not allowed.';

  11. #20
    nux
    nux is offline Moderator
    Join Date
    Dec 2008
    Location
    Minneapolis
    Posts
    533
    Thanks
    28
    Thanked 77 Times in 54 Posts
    Thanks! That's silly - I can't believe I missed that. Here's a quicker way to do that using stristr, a case insensitive strstr:

    if (stristr($url['host'], ".tk")) // Block the free TLD .tk
    $errors[] = 'The TLD .tk is not allowed. Please try again';
    Submit Your Proxies @ Proxy Sites.net

  12. Thanked by:

    solidstate (29 May, 2012)

Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. [WTS] Proxy Template Download Site cum Proxy Listing
    By AstroNyu in forum Sites
    Replies: 0
    Last Post: 1 September, 2010, 00:26 AM
  2. [WTS] PR4 Proxy Listing Site
    By geeknb in forum Sites
    Replies: 2
    Last Post: 10 August, 2010, 11:03 AM
  3. Replies: 2
    Last Post: 1 April, 2010, 14:51 PM
  4. [WTS] Proxy listing site The Proxy Finder PR3
    By Ogle in forum Sites
    Replies: 5
    Last Post: 16 December, 2009, 08:16 AM
  5. Please Review My Proxy Listing Site !
    By WebEvader in forum Site Reviews
    Replies: 13
    Last Post: 11 April, 2009, 22:30 PM

Tags for this Thread

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
  •