1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

$0 - $30 a day. 0 - 700,00 hits a day.

Discussion in 'General Business' started by Sohan, Oct 5, 2006.

  1. Nestrer

    Nestrer Well-Known Member

    Messages:
    1,663
    Likes Received:
    103
    Best Answers:
    0
    Trophy Points:
    135
    #881
    I agree with ThreeGuineaWatch, put a proxy on a popular list is to kill it

    But your proxy still can get banned even if you have no back link. schools alway know which sites are visited, then they can ban even report it.

    It's great to know their spiders' IP :)
    They're unlike Googlebots though :D
     
    Nestrer, Mar 2, 2007 IP
  2. mubin

    mubin Notable Member

    Messages:
    3,434
    Likes Received:
    123
    Best Answers:
    0
    Trophy Points:
    240
    #882
    Anyone know how you add pop-ups to proxy;s?
     
    mubin, Mar 2, 2007 IP
  3. Nestrer

    Nestrer Well-Known Member

    Messages:
    1,663
    Likes Received:
    103
    Best Answers:
    0
    Trophy Points:
    135
    #883
    Pop-ups also kill proxy, but it's not so bad for a-week-proxy lol
     
    Nestrer, Mar 2, 2007 IP
  4. Nestrer

    Nestrer Well-Known Member

    Messages:
    1,663
    Likes Received:
    103
    Best Answers:
    0
    Trophy Points:
    135
  5. mubin

    mubin Notable Member

    Messages:
    3,434
    Likes Received:
    123
    Best Answers:
    0
    Trophy Points:
    240
    #885
    im running cgi
     
    mubin, Mar 2, 2007 IP
  6. chatmasta

    chatmasta Peon

    Messages:
    693
    Likes Received:
    38
    Best Answers:
    0
    Trophy Points:
    0
    #886
    Exactly. There are really two proxy business models. The one Sohan employs, which requires a lot of work, and the one I use. The former is basically buying a TON of .info domains and putting them all up, then buying more as they get banned, which I find to be rather shortsighted. But they don't get a chance to get to making around $20 a day in that first week. If you let them stay up longer, you will see much higher revenues.

    The business model I use is to buy a few (less than 10) high quality .com's, get them rolling, and then sit on them for a month or two. Once I feel they're making a good profit, I can sell them off for $XXXX. It works.
     
    chatmasta, Mar 2, 2007 IP
  7. Kaustubh

    Kaustubh Active Member

    Messages:
    222
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    60
    #887
    Yes my experince says that proxies from proxy.org get ban so fast.. many proxy owners are adviced to get them name listen in proxy.org but it takes school to ban these proxy and collect all proxy database easily to ban from proxy.org many of big proxies are really no included in proxy.org or any other top list.. i guess the more u shout ur proxy address in big proxy list site the earlier it ll be black liste
     
    Kaustubh, Mar 2, 2007 IP
  8. mubin

    mubin Notable Member

    Messages:
    3,434
    Likes Received:
    123
    Best Answers:
    0
    Trophy Points:
    240
    #888
    someone please tell me how to implement popups in cgi proxy.
     
    mubin, Mar 2, 2007 IP
  9. ThreeGuineaWatch

    ThreeGuineaWatch Well-Known Member

    Messages:
    1,489
    Likes Received:
    69
    Best Answers:
    0
    Trophy Points:
    140
    #889
    a) are you attempting to create your on popups or using code provided by an advertising network? b) how are you launching CGIProxy? c) do you want them from your homepage and all subsequent proxied pages, or only proxied pages?

    Help us to help you ;)
     
    ThreeGuineaWatch, Mar 2, 2007 IP
  10. mubin

    mubin Notable Member

    Messages:
    3,434
    Likes Received:
    123
    Best Answers:
    0
    Trophy Points:
    240
    #890
    1) using codes provided by my advertising network
    2) just the proxied pages.
     
    mubin, Mar 2, 2007 IP
  11. mubin

    mubin Notable Member

    Messages:
    3,434
    Likes Received:
    123
    Best Answers:
    0
    Trophy Points:
    240
    #891
    thanks for showing some interest in my problem
     
    mubin, Mar 2, 2007 IP
  12. chatmasta

    chatmasta Peon

    Messages:
    693
    Likes Received:
    38
    Best Answers:
    0
    Trophy Points:
    0
    #892
    Go to nph-proxy.pl or nph-proxy.cgi, whatever.

    Find the line that says $INSERT_FILE=. It may also be #$INSERT_FILE= ''. If it is, uncomment it (get rid of the # sign). This will insert a file in the header of each CGI proxy-generated page. You can then make a file like header.php and include whatever you want in there, although in my experience PHP code doesn't work in it.

    Here's what mine looks like (lines 527-554 for me).

    # If either $INSERT_HTML or $INSERT_FILE is set, then that HTML text or the
    #   contents of that named file (respectively) will be inserted into any HTML
    #   page retrieved through this proxy.  $INSERT_HTML takes precedence over
    #   $INSERT_FILE.
    # When viewing a page with frames, a new top frame is created and the
    #   insertions go there.
    # NOTE:  Any HTML you insert should not have relative URLs in it!  The problem
    #   is that there is no appropriate base URL to resolve them with.  So only use
    #   absolute URLs in your insertion.  (If you use relative URLs anyway, then
    #   a) if $ANONYMIZE_INSERTION is set, they'll be resolved relative to this
    #   script's URL, which isn't great, or b) if $ANONYMIZE_INSERTION==0,
    #   they'll be unchanged and the browser will simply resolve them relative
    #   to the current page, which is usually worse.)
    # The frame handling means that it's fairly easy for a surfer to bypass this
    #   insertion, by pretending in effect to be in a frame.  There's not much we
    #   can do about that, since a page is retrieved the same way regardless of
    #   whether it's in a frame.  This script uses a parameter in the URL to
    #   communicate to itself between calls, but the user can merely change that
    #   URL to make the script think it's retrieving a page for a frame.  Also,
    #   many browsers let the user expand a frame's contents into a full window.
    # [The warning in earlier versions about setting $INSERT_HTML to '' when using
    #   mod_perl and $INSERT_FILE no longer applies.  It's all handled elsewhere.]
    # As with $INSERT_ENTRY_FORM, note that any insertion may throw off any
    #   precise layout, and the insertion is subject to background colors and
    #   other page-wide settings.
    
    #$INSERT_HTML= "<h1>This is an inserted header</h1><hr>" ;
    $INSERT_FILE= '../header.php' ;
    Code (markup):
     
    chatmasta, Mar 2, 2007 IP
    kgrad and MTbiker like this.
  13. mubin

    mubin Notable Member

    Messages:
    3,434
    Likes Received:
    123
    Best Answers:
    0
    Trophy Points:
    240
    #893
    sweet. Thank you so much man.
     
    mubin, Mar 2, 2007 IP
  14. chatmasta

    chatmasta Peon

    Messages:
    693
    Likes Received:
    38
    Best Answers:
    0
    Trophy Points:
    0
    #894
    No problem.
     
    chatmasta, Mar 2, 2007 IP
  15. Sohan

    Sohan Peon

    Messages:
    2,330
    Likes Received:
    74
    Best Answers:
    0
    Trophy Points:
    0
    #895
    Nah, the hardest bit is parking them all. Takes 10mins, but it's pretty slow on cPanel.

    After that, it's just a waiting game for a day or two.

    A .com is no diff to a .info IMO.

    The proxies I run are quality. They always have a low load, and enough ram to run smoothly.
     
    Sohan, Mar 2, 2007 IP
  16. chatmasta

    chatmasta Peon

    Messages:
    693
    Likes Received:
    38
    Best Answers:
    0
    Trophy Points:
    0
    #896
    So do you just have all of your domains redirect to one main domain? Because it takes a little longer for me to set up - I put a separate proxy on each and then include my main PHP file which determines the variables to display.
     
    chatmasta, Mar 3, 2007 IP
  17. kgrad

    kgrad Well-Known Member

    Messages:
    2,414
    Likes Received:
    82
    Best Answers:
    0
    Trophy Points:
    130
    #897
    Thanks a lot for this. You have really solved my problem as well. Rep+ to you :D
     
    kgrad, Mar 3, 2007 IP
  18. chatmasta

    chatmasta Peon

    Messages:
    693
    Likes Received:
    38
    Best Answers:
    0
    Trophy Points:
    0
    #898
    No problem. If you didn't realize, that's also how you can put links, etc into your header.
     
    chatmasta, Mar 3, 2007 IP
  19. Centurion

    Centurion Banned

    Messages:
    1,492
    Likes Received:
    29
    Best Answers:
    0
    Trophy Points:
    0
    #899
    how do we get money from runing a proxy.
     
    Centurion, Mar 3, 2007 IP
  20. mubin

    mubin Notable Member

    Messages:
    3,434
    Likes Received:
    123
    Best Answers:
    0
    Trophy Points:
    240
    #900
    umm, it doesnt seem to be working for me. I did everything you said to but still no luck,.
     
    mubin, Mar 3, 2007 IP