The Most Active and Friendliest
Affiliate Marketing Community Online!

“Propeller”/  MyBid

Babble Bot Reports

It's simple, we are not the only species in the universe, and like Google rankings there are many other competitors

The bots are part of a sabotage campaign and are being sent by a extraterrestrial force from an enemy planet to distract us from the impending attack that is surely coming to destroy our planet // we just don't know when it will happen?

For the human race to survive we need to capture and develop more planets

The risk is too high having just one lone planet

Meteor strike could take the whole project out

Same goes if the leader of any nuclear nation gets drunk and decides to have some fun with the emergency codes
 
start here ;)
Bash:
#!/bin/bash
#ipinfo.sh

echo "Pls enter your ip:"
read ip

curl "https://ipinfo.io/$ip"


exit

:~$ chmod 755 ipinfo.sh
use
:~$ ./ipinfo.sh

Bash:
#!/bin/bash
#asinfo.sh

echo "Pls enter your ip:"
read ip
whois -h whois.cymru.com "$ip"

exit

755 and use the same way
 
Last edited:
this just came in the mail:
might be an alternative

Types of proxy servers supported​


VPN – Anonymizing VPN services. These services offer users a publicly accessible VPN for the purpose of hiding their IP address.


TOR – Tor Exit Nodes. The Tor Project is an open network used by those who wish to maintain anonymity.


DCH – Hosting Provider, Data Center or Content Delivery Network. Since hosting providers and data centers can serve to provide anonymity, the Anonymous IP database flags IP addresses associated with them.


PUB – Public Proxies. These are services which make connection requests on a user’s behalf. Proxy server software can be configured by the administrator to listen on some specified port. These differ from VPNs in that the proxies usually have limited functions compare to VPNs.


WEB – Web Proxies. These are web services which make web requests on a user’s behalf. These differ from VPNs or Public Proxies in that they are simple web-based proxies rather than operating at the IP address and other ports level.


SES – Search Engine Robots. These are services which perform crawling or scraping to a website, such as, the search engine spider or bots engine.


RES – Residential proxies. These services offer users proxy connections through residential ISP with or without consents of peers to share their idle resources. Only available with PX10
 
MI
Back