vBulletin Modifications

Miscellaneous Hacks - Htaccess IP Restriction

Welcome to vBHackers.com! - vBHackers Updates:

Go Back   vBulletin Modifications > Forum Archives > vBulletin 3.0 Hack Releases

Reply
 
Thread Tools Search this Thread
Download Options
You Must Register First
To Download This Modification

Bugs
No bugs found in the system. If you have found a bug, please report a bug here
Submit A Bug | View All Bugs

Advertisement
  
Supported
[vB 3.0.8] Miscellaneous Hacks - Htaccess IP Restriction (119)
Released: 09-03-2005, 08:34 AM
Modification Information:
Author: Fury
Last Online: 10-11-2006
Hack Version: Final Installer Included: 1 Additional queries added to database: 1
New Templates: 0 Template Edits: 0 File Edits: 1
New Files: 0 New Phrases: 0 Installation Time (In Minutes): 5

Before i coded this version, i tried plenty of existed htaccess hacks, tested them, and few of my tests leaded to bad results, meaning - failed. i managed to pass it without any difficult problem so i decided to code one myself, and it passed every test i did

Decided to release this one to help you increase your board security, very important part of the board.

Enjoy it, easy to install, any problems just reply here, ill do my best to help you out.

Greets, Fury

P.S it fits to every 3.0.x versions.




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Add a Comment!
Old 09-03-2005, 11:32 AM   #11
Advanced Coder
Niels's Avatar
Join Date: Jun 2004
Real Name: Niels
Location: NL
Niels is on a distinguished road

Default

Quote:
Originally Posted by solong
can i find for 3.0.8 plzzzzzzzzzzzzzz
Just read the instructions from the php file without executing it....




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
Old 09-03-2005, 11:39 AM   #12
Coder
barakat's Avatar
Join Date: Oct 2004
Real Name: Barakat
Location: Jerusalem
barakat is on a distinguished road

Default

my vbulletin is 3.5.0 Rc2 released and i get that error too

Fatal error: Call to undefined function: globalize() in /var/www/html/admincp/install.php on line 45




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-03-2005, 01:12 PM   #13
Coder
Join Date: Aug 2004
Fury is on a distinguished road

Default

No, its for 3.0.X!
it works fine for me, tested it few times, and after you guys said that you get the errors, i tested it again, and still it works great.

Just run it in your AdminCP dir, you wont get any error.




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-06-2005, 02:05 PM   #14
Member
Join Date: Jun 2005
biocore is on a distinguished road

Default

hmmmm,
can't find this:
$globaltemplates = array(require_once('./includes/init.php');

in global.php :s

using vb v3.0.8




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-06-2005, 02:13 PM   #15
Coder
Join Date: Aug 2005
solong is on a distinguished road

Default

Quote:
Originally Posted by biocore
hmmmm,
can't find this:
$globaltemplates = array(require_once('./includes/init.php');

in global.php :s

using vb v3.0.8
me too




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-06-2005, 02:58 PM   #16
Member
Join Date: Jun 2005
biocore is on a distinguished road

Default

taking a look in the install.php, noticed that it's probably just mistake in the install file.

It should say:
Find:
require_once('./includes/init.php');

I'm i correct fury ?

edit: on second thought, i have no idea

Last edited by biocore; 09-06-2005 at 03:06 PM.




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-07-2005, 08:54 AM   #17
Member
Join Date: Jun 2005
biocore is on a distinguished road

Default

Guess i'm wrong but is there no one who knows the fix ?




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-07-2005, 08:55 AM   #18
Advanced Coder
Niels's Avatar
Join Date: Jun 2004
Real Name: Niels
Location: NL
Niels is on a distinguished road

Default

Quote:
Originally Posted by biocore
Guess i'm wrong but is there no one who knows the fix ?
Gimme 5 seconds I'll make a txt how to install it should work then




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-07-2005, 09:00 AM   #19
Advanced Coder
Niels's Avatar
Join Date: Jun 2004
Real Name: Niels
Location: NL
Niels is on a distinguished road

Default

## Fury's Htaccess Hack ##
## install guide by Slash ##

Comments:
I know that there's plenty of versions of htaccess
before i coded this one, tried them all, and got into alot of bugs.
that was the main reason who caused me code it, and my friend who bugged me to code it.
Enjoy!

## run this query:
You must first be a registered member to view any code.
## OPEN global.php
## Find:
## $globaltemplates = array(require_once(\'./includes/init.php\');
## ADD BELOW:
You must first be a registered member to view any code.
## Final comments:
Ok, all done, simple as that.</br> Hope you guys will enjoy it, to incrase your boards security.
It goes by IP Restriction, you can do xx.* \ xx.xx both of the options will work, you cant do *.* - IT WONT WORK!!
and for your own board security i wont suggest you to do so.
Enjoy it guys, any problems you know the drill, post it in the thread.

Comment by Slash:
Ok this guide should do the trick if it doesn't work it's my copy/paste fault, because I'm 100% Sure fury's hack works!




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-07-2005, 10:02 AM   #20
Member
Join Date: Jun 2005
biocore is on a distinguished road

Default

thx for the effort but this still doesn't solve my problem.

there is no $globaltemplates = array(require_once('./includes/init.php'); in global.php

either he ment something like:
require_once('./includes/init.php');

or:
$globaltemplates = array_merge(

:s




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Warning Serious Flaws in Htaccess / Ip restriction Hack(s)! Niels General vBulletin Support 2 09-08-2005 04:26 PM
htaccess biocore General vBulletin Support 2 08-13-2005 05:13 PM


All times are GMT -3. The time now is 03:54 AM.


SEO by vBSEO 3.2.0 ©2008, Crawlability, Inc. (Patent Pending)