[NOT NULL] VBulletin 3.6.10 - Untouch

easyzuddin

New Member
Here is the untouch of vBulletin Board v3.6.10

- Not Null
- No customer number
- License Number : VBF1CEBD13

Code:
[ATTACH]3804[/ATTACH]
&
[url=http://www.savefile.com/files/1521293][b][i]Alternative Download Link[/i][/b][/url]
 

ahmedr

New Member
thanks for this
I actually have a license number but I could'nt download updates as it has expired but still works when installing
been looking for one like this
 

nosorry

New Member
I was hoping that someone could upload this file again. The direct link from the forum does not work for me and the link at savefile is dead. It would be greatly appreciated. Respectfully nosorry.
 

nosorry

New Member
Nightvision,
I would like to express my gratitude to you for doing that. For some unforeseen reason I could not download the link in the topic thread. It is much appreciated. By the way these original untouched scripts are a hot commoditie for those of us who prefer to have it that way. It would be nice to have the whole collection untouched including 3.7. But that would be a separate topic for a request. Thank your for your time. Respectfully nosorry
 

Shikari

New Member
i have installed this but the license code is not working whyy ??

have inserted the license given above.. but still its doesnt go to next stage..
 

jdowdy

New Member
All you have to do Is open authenticate.php in your install folder.
Find

PHP:
if (strlen('e94c2d5b6eae9844f2ef7d433dbd1998') == 32)
{
	/**
	* @ignore
	*/
	define('CUSTOMER_NUMBER', 'e94c2d5b6eae9844f2ef7d433dbd1998');
}
else
{
	/**
	* @ignore
	*/
	define('CUSTOMER_NUMBER', md5(strtoupper('e94c2d5b6eae9844f2ef7d433dbd1998')));
}

And replace with

if (strlen('49888f85edaec9251df99aa3bef1f7b1') == 32)
{
    /**
    * @ignore
    */
    define('CUSTOMER_NUMBER', '');
}
else
{
    /**
    * @ignore
    */
    define('CUSTOMER_NUMBER', md5(strtoupper('49888f85edaec9251df99aa3bef1f7b1')));
}
And It won't ask for a customer number and you'll still have a NON Touched VBulletin! HAVE FUN! :)
 

ahmedr

New Member
yes but then you still will have links to vbulletin which is not really good when clicking on them and them finding out the referer is your site, I'd prefer a fully edited nulled forum with all linkbacks to vbulletin removed in admin zone with a keygen to make it seem mine and normal "untouched" but no links to vbulletin.
 

Leony

New Member
ahmedr said:
yes but then you still will have links to vbulletin which is not really good when clicking on them and them finding out the referer is your site, I'd prefer a fully edited nulled forum with all linkbacks to vbulletin removed in admin zone with a keygen to make it seem mine and normal "untouched" but no links to vbulletin.

You have right 100%
 

jdowdy

New Member
That is correct. Well even they can ask for a valid customer and license number. If not provided the case can be taken to the Internet Service Provider, and even to court.
 

Gh0st

New Member
I think nulled versions are better, because they don't require a real customer number, especially with keygen versions. =D

But good release, it could help some newbs.
 
Top