What program to use for first project ever

wuptii

Junior Member
Joined
Aug 6, 2009
Messages
182
Reaction score
127
Hello.

I daily try out a lot of stuff on new websites ect.

Now i have a txt file with "quick backlinks".

It could look like hxxp://www*0s0mestuff*com/[domain]

You change [domain] to your url and paste into your adress bar and hit enter.

After that you ping the url and you are done, but i have like 200+ sites like this and would like to automate it (not macros)

So you simply put in the domain you want backlinks for and hit a start button and it does all sites and ping them all.

What program or langue would be best suited for me to start learning to build this program?
 
man, better you ca do something else.search in member downloads backlink speed and quick backlinks.or you can put all your links in a txt file replace [domain] with yourdomain.com and copy all list and paste here http://urlopener.com:beerchug:
 
man, better you ca do something else.search in member downloads backlink speed and quick backlinks.or you can put all your links in a txt file replace [domain] with yourdomain.com and copy all list and paste here http://urlopener.com:beerchug:

Thanks dude, but it was also because i wanted to learn how to do things like this :)
 
I've always been partial to perl for netscripting. Wouldn't take many lines of code to do what you're looking for.

If not Perl, consider Scala.
 
I've always been partial to perl for netscripting. Wouldn't take many lines of code to do what you're looking for.

If not Perl, consider Scala.

Perl aint for desktop programs is it?
 
You can try java. You can do that with perl or php and run from a Linux terminal. That 's not hard.
 
I think I wrote a pinger using perl sometime back. Not that hard. Fetching the url should be easier.

Take a look at perl. This is the kind of job that scripting is meant to do.
 
I'm actually learning VB.NET right now and it is really pretty simple. The IDE that microsoft gives out really ALMOST makes it just point and click. Of course you still have to know the language as far as what variables are, objects, methods, etc. But it really has been pretty damn simple for me so far. I would recommend diving into it. Get in there and figure it out and good luck!



Jmann
 
Back
Top