Bitcoin Forum
May 05, 2024, 04:00:37 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Looking for Programmer  (Read 641 times)
Hamuki (OP)
Legendary
*
Offline Offline

Activity: 1022
Merit: 1000


View Profile
April 08, 2015, 12:45:18 PM
 #1

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

1714881637
Hero Member
*
Offline Offline

Posts: 1714881637

View Profile Personal Message (Offline)

Ignore
1714881637
Reply with quote  #2

1714881637
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714881637
Hero Member
*
Offline Offline

Posts: 1714881637

View Profile Personal Message (Offline)

Ignore
1714881637
Reply with quote  #2

1714881637
Report to moderator
1714881637
Hero Member
*
Offline Offline

Posts: 1714881637

View Profile Personal Message (Offline)

Ignore
1714881637
Reply with quote  #2

1714881637
Report to moderator
Amph
Legendary
*
Offline Offline

Activity: 3206
Merit: 1069



View Profile
April 08, 2015, 12:52:59 PM
Last edit: April 09, 2015, 10:11:52 AM by Amph
 #2

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
Hamuki (OP)
Legendary
*
Offline Offline

Activity: 1022
Merit: 1000


View Profile
April 08, 2015, 12:58:24 PM
 #3

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.

Coinbuddy
Hero Member
*****
Offline Offline

Activity: 896
Merit: 1000



View Profile
April 08, 2015, 01:05:41 PM
 #4

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
Hamuki (OP)
Legendary
*
Offline Offline

Activity: 1022
Merit: 1000


View Profile
April 08, 2015, 01:08:24 PM
 #5

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.

sltrei
Full Member
***
Offline Offline

Activity: 227
Merit: 100



View Profile
April 08, 2015, 07:20:30 PM
 #6

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?

For donations: 1B2gU7hHnweSKDFktd5AymGGUfhFvH5Gcf
Hamuki (OP)
Legendary
*
Offline Offline

Activity: 1022
Merit: 1000


View Profile
April 08, 2015, 07:45:43 PM
 #7

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.

Hamuki (OP)
Legendary
*
Offline Offline

Activity: 1022
Merit: 1000


View Profile
April 09, 2015, 07:18:20 AM
 #8

Still looking!

NicosKaralis
Sr. Member
****
Offline Offline

Activity: 416
Merit: 251


★777Coin.com★ Fun BTC Casino!


View Profile
April 10, 2015, 12:13:29 PM
 #9

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

seoincorporation
Legendary
*
Offline Offline

Activity: 3150
Merit: 2930


Top Crypto Casino


View Profile
April 10, 2015, 06:43:17 PM
 #10

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.

█████████████████████████
████▐██▄█████████████████
████▐██████▄▄▄███████████
████▐████▄█████▄▄████████
████▐█████▀▀▀▀▀███▄██████
████▐███▀████████████████
████▐█████████▄█████▌████
████▐██▌█████▀██████▌████
████▐██████████▀████▌████
█████▀███▄█████▄███▀█████
███████▀█████████▀███████
██████████▀███▀██████████
█████████████████████████
.
BC.GAME
▄▄░░░▄▀▀▄████████
▄▄▄
██████████████
█████░░▄▄▄▄████████
▄▄▄▄▄▄▄▄▄██▄██████▄▄▄▄████
▄███▄█▄▄██████████▄████▄████
███████████████████████████▀███
▀████▄██▄██▄░░░░▄████████████
▀▀▀█████▄▄▄███████████▀██
███████████████████▀██
███████████████████▄██
▄███████████████████▄██
█████████████████████▀██
██████████████████████▄
.
..CASINO....SPORTS....RACING..
█░░░░░░█░░░░░░█
▀███▀░░▀███▀░░▀███▀
▀░▀░░░░▀░▀░░░░▀░▀
░░░░░░░░░░░░
▀██████████
░░░░░███░░░░
░░█░░░███▄█░░░
░░██▌░░███░▀░░██▌
░█░██░░███░░░█░██
░█▀▀▀█▌░███░░█▀▀▀█▌
▄█▄░░░██▄███▄█▄░░▄██▄
▄███▄
░░░░▀██▄▀


▄▄████▄▄
▄███▀▀███▄
██████████
▀███▄░▄██▀
▄▄████▄▄░▀█▀▄██▀▄▄████▄▄
▄███▀▀▀████▄▄██▀▄███▀▀███▄
███████▄▄▀▀████▄▄▀▀███████
▀███▄▄███▀░░░▀▀████▄▄▄███▀
▀▀████▀▀████████▀▀████▀▀
Somekindabitcoin
Hero Member
*****
Offline Offline

Activity: 518
Merit: 500



View Profile
April 12, 2015, 05:34:55 AM
 #11

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.
Stn
Full Member
***
Offline Offline

Activity: 227
Merit: 100


View Profile
April 12, 2015, 05:57:16 AM
 #12

This thing the guy wanted called DDOS.
Hamuki (OP)
Legendary
*
Offline Offline

Activity: 1022
Merit: 1000


View Profile
April 12, 2015, 05:43:55 PM
 #13

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.

Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!