Bitcoin Forum

Economy => Services => Topic started by: Hamuki on April 08, 2015, 12:45:18 PM



Title: Looking for Programmer
Post by: Hamuki on April 08, 2015, 12:45:18 PM
Hello everyone.

I am looking for a programmer that is able to make a program in Python or what you think fits the best.

Budget: 50$ in BTC

If you are able to make a program that views a website using proxies,
so the site thinks there is a lot of different people watching it then please contact me.

More info about the job can be given.

~Hamuki


Title: Re: Looking for Programmer
Post by: Amph on April 08, 2015, 12:52:59 PM
isn't better to just load a vpn? there are many free out there(cyberghost, surfeasy, tunnelbear ecc...)

there are also google extentions that can do that, like Dotvpn or Browsec


Title: Re: Looking for Programmer
Post by: Hamuki on April 08, 2015, 12:58:24 PM
isn't better to just load a vpn? there are many free out there(cyberghost, surfeasy, tunnelbear ecc...)

there are also google extention that can do that, like Dotvpn or Browsec

It is not a tool to stay anon.
Its to make it look like muiltiple people are on the website.


Title: Re: Looking for Programmer
Post by: Coinbuddy on April 08, 2015, 01:05:41 PM
Hello everyone.

I am looking for a programmer that is able to make a program in Python or what you think fits the best.

Budget: 50$ in BTC

If you are able to make a program that views a website using proxies,
so the site thinks there is a lot of different people watching it then please contact me.

More info about the job can be given.

~Hamuki

like this? youmeda.com
its shows youtube videos


Title: Re: Looking for Programmer
Post by: Hamuki on April 08, 2015, 01:08:24 PM
Hello everyone.

I am looking for a programmer that is able to make a program in Python or what you think fits the best.

Budget: 50$ in BTC

If you are able to make a program that views a website using proxies,
so the site thinks there is a lot of different people watching it then please contact me.

More info about the job can be given.

~Hamuki

like this? youmeda.com
its shows youtube videos

No its a program that needs to be made.
Like in VB or something alike not a website.

Its for a specific website.


Title: Re: Looking for Programmer
Post by: sltrei on April 08, 2015, 07:20:30 PM
Hello everyone.

I am looking for a programmer that is able to make a program in Python or what you think fits the best.

Budget: 50$ in BTC

If you are able to make a program that views a website using proxies,
so the site thinks there is a lot of different people watching it then please contact me.

More info about the job can be given.

~Hamuki


You know the program need to refresh or click the page always since if it is just open then maybe the page will timeout.

How many peoples want to show up on your page?


Title: Re: Looking for Programmer
Post by: Hamuki on April 08, 2015, 07:45:43 PM
Hello everyone.

I am looking for a programmer that is able to make a program in Python or what you think fits the best.

Budget: 50$ in BTC

If you are able to make a program that views a website using proxies,
so the site thinks there is a lot of different people watching it then please contact me.

More info about the job can be given.

~Hamuki


You know the program need to refresh or click the page always since if it is just open then maybe the page will timeout.

How many peoples want to show up on your page?

There is no need for that. It wont timeout.
The amount of proxies actived should be the amount of "people" watching.


Title: Re: Looking for Programmer
Post by: Hamuki on April 09, 2015, 07:18:20 AM
Still looking!


Title: Re: Looking for Programmer
Post by: NicosKaralis on April 10, 2015, 12:13:29 PM
I need more info on that

What site do you intent to run this program?

What exactly do you need the program to do?
Any program that will open a website can simply load the assets, but if you want it to load assets and load the js inside the assets that will make a really huge diference

PM me the details and we can talk about it


Title: Re: Looking for Programmer
Post by: seoincorporation on April 10, 2015, 06:43:17 PM
If the idea is to get a lot of traffic from proxys, you can do this;

Code for command line;
Quote
export http_proxy=http://10.1.68.253:3128 && lynx http://www.cplusplus.com/

Lets suppose you have a proxys list:

Code:
[root@localhost usr]# cat proxys.txt
10.1.68.253:3128
12.1.68.253:3128
13.1.68.253:3128
14.1.68.253:3128

with the next script you can change the proxy on the command;

Code:
#/bin/bash
for a in $(cat proxys.txt)
do
export http_proxy=http://$a && lynx http://www.cplusplus.com/ &
sleep 3
killall  -9 lynx
done

###############################################

Solution 2:

You can put a page inside other page, (A into B), that way all visits to A will be visits to B too.

Code:
<iframe src="http://www.google.co.in" name="targetframe" allowTransparency="true" scrolling="no" frameborder="0" ></iframe>

Embed your page to a popular page and that way you will get much more visits.


Title: Re: Looking for Programmer
Post by: Somekindabitcoin on April 12, 2015, 05:34:55 AM
I'm pretty sure what this means is that he's going to use it on twitch to make it look like he has a lot of viewers watching his stream.


Title: Re: Looking for Programmer
Post by: Stn on April 12, 2015, 05:57:16 AM
This thing the guy wanted called DDOS.


Title: Re: Looking for Programmer
Post by: Hamuki on April 12, 2015, 05:43:55 PM
This thing the guy wanted called DDOS.

Lol... Not really.. There is plenty of services on the web that makes you able to do that..
And its weak to DDOS.

Shows you cant do shit.