Protecting yourself from Jelsoft

WiRED

New Member
If your forum directory is /forum/, then you just place the .htaccess file in that directory.


Cheers,
.WiRED
 

chakru

New Member
WiRED said:
Just - Copy - The - Entire - Contents - Of - The - Quote - Box - Don't - Change - Anything


192.168.1.101 is a local IP, not an external IP.. Trying to be funny are you?

I just got it from my hotmail.. he mailed me some 3 or 4 months back when my forums got caught for using nulled vb..

I have no ideas about these ips though lol..
 

Mako-Infused

New Member
i saw one day of the year - (admins and I will decide) every single member here spams the vbulletin.com site. This is the message:

"Fuck your software - Fuck Pirate Report"

lol
 

Cyber-boy

New Member
Mako-Infused said:
i saw one day of the year - (admins and I will decide) every single member here spams the vbulletin.com site. This is the message:

"Fuck your software - Fuck Pirate Report"

lol
Lol how they can do that to spam vbteam after all they got from here..
 

egyfox

New Member
Scaper123 said:
were do i put the .htaccess in my forums folder?
or just in the filer manager?

i think it must be on the home dir
not on forum dir only
so they can't acsess all
do am i right???
 

robert00693

New Member
i have a problem, when i upload the .htaccess to my forum dir it dont stay, like i never uploaded it. My hosting is 1&1. Anyone else here with this problem?
 

Skivey

New Member
refresh your ftp folder or log oout and back in. If your using windows ftp wizzard thats normally the case.
 

techiekaran

New Member
Hey, my final .htaccess file should look like this?

DirectoryIndex index.html index.php

#Hostnames
deny from vbulletin.com # vBulletin Hostname
deny from vbulletin.org # vBulletin Hostname
deny from vbulletin.net # vBulletin Hostname
deny from jelsoft.info # Jelsoft Hostname
deny from jelsoft.com # Jelsoft Hostname
deny from jelsoft.net # Jelsoft Hostname
deny from jelsoft.org # Jelsoft Hostname
deny from piratereports.com # Piratereports Hostname
deny from piratereports.net # Piratereports Hostname
deny from piratereports.org # Piratereports Hostname
deny from piratereports.info # Piratereports Hostname
deny from mailgate.piratereports.com # Hostname in conjunction with 81.134.2.134 #Jelsoft IP#

#IPs
deny from 81.134.2.134 # Jelsoft IP #Mr Ice Man#
deny from 68.178.254.168 # Piratereports.com Website IP
#deny from 64.202.189.170 # Piratereports.org and .net Website IP
deny from 209.62.16.128/27 # Jelsoft Website IP Range #toniboni88#
 

motovet

New Member
I found Steve Machol very personable and a decent guy.

When I posted on the official VB forum, Steve was the first to answer my question, and very quickly as well.

I just love my forum too much to get caught running it with a "nulled" version of the software.

So I ditzed it and went legit.
 

bluescorpion

New Member
Code:
RewriteCond %{HTTP_REFERER} .*jelsoft\.(.*) [NC]
RewriteCond %{HTTP_REFERER} .*piratereports\.(.*) [NC]
RewriteCond %{HTTP_REFERER} .*vbulletin\.(.*) [NC]
RewriteRule .* - [F]

# Add your deny from IP addresses here


You should understand that this is a bandaid solution with a really easy workaround. Jelsoft has a virtual army of zealots that they can recruit with IP addresses and domains that don't look anything at all like any of the above. A simple email request to any of them would get a verification that you are running vbulletin.

FYI
 

pythonimp

New Member
I found my .htaccess file
but it only had it in

Code:
deny from all

So I just pasted your code into the bottom..

BUt I refreshed the page, and saw that mailgate.piratereport.com was still there but only had activity 15 minutes ago.
So when they try and have more activity, it will kick them off?
 

ananas7777

New Member
i understand how to do all of this but i don't really know where's this .htaccess file cuz i didn't find it in my forum folder or my website root folder
do i have to create a new one? if yes, where would i put it in my website?
 

ashish

New Member
you can see the .htaccess file when you access your server from a ftp client, just edit the file from there... it will be at the root or where your forum resides
 

Grinderhand

New Member
No, he's right. Unless you created one or installed a mod that has one as part of the mod (VBSEO & VBSEO Sitemap Generator, for instance), there is no .htaccess file included in a standard vB install. You have to create one if you don't have one.
 

ananas7777

New Member
Grinderhand said:
No, he's right. Unless you created one or installed a mod that has one as part of the mod (VBSEO & VBSEO Sitemap Generator, for instance), there is no .htaccess file included in a standard vB install. You have to create one if you don't have one.

where i have to put it to be used my my forum as i added it as a subdomain?
 
Top