Coding an indexing tool?

5 replies
Hey all,

Just wondering if anyone could help me with a bit of coding, or at least tell me how I can do this.

I want to be able to have someone enter a URL into a form and press submit. From there a page will load up and have a series of websites with the url placed at the end.

i.e. http://series-of-websites.com/the-URL-they-entered.com

Anyone know how I could achieve this?

#coding #indexing #tool
  • Profile picture of the author Ti
    Easily accomplished using the most basics of PHP. Just do a GET on their field form input (Eg, $domain), then do a simple print "http://series-of-websites.com/$domain"; and you're set.
    Signature

    Affiliates Wanted --> http://Pwnboxer.com <-- Promote to your MMORPG/World of Warcraft Niche
    Insanely Popular Software Lets You Play 5x WoW+ On 1 PC - 100% Legit Bliz Approves Multiboxing
    Current Affiliate Stats: June 4th 2011: EPC = $3.50, Conversions = 10.2%, $23.50/sale

    {{ DiscussionBoard.errors[1798030].message }}
  • Profile picture of the author graham23s
    Yep very easy to code a bot in vb.net to do this

    Graham
    {{ DiscussionBoard.errors[1798033].message }}
  • Profile picture of the author imarketstuff
    yes, it's easy to do.. so here's some code for you to tweak for you needs:

    http://www.makemclick.com/append-url.phps

    grab the code and put it on your server, build your html form to (validate/submit) the url to the script and it will echo out the data formatted as you requested.

    example output:

    http://www.makemclick.com/append-url...rriorforum.com

    peace

    p.s. i'll be removing the script from my server tomorrow.

    Signature
    I MARKET STUFF

    {{ DiscussionBoard.errors[1798089].message }}
  • {{ DiscussionBoard.errors[1799956].message }}
  • Profile picture of the author milo_pl
    Use HttpWebRequest or WebClient in VB.NET - you'll get done what you need in no time.
    {{ DiscussionBoard.errors[1807722].message }}

Trending Topics