PDA

View Full Version : No license number in config.php????



cbiweb
Thu 25th Dec '08, 10:05pm
I downloaded 3.8.0 RC2 from the members area, and when I opened config.php I saw no license number! This is what I see:


<?php
/*================================================= =====================*\
|| ################################################## ################## ||
|| # vBulletin 3.8.0 Release Candidate 2
|| # ---------------------------------------------------------------- # ||
|| # All PHP code in this file is ©2000-2008 Jelsoft Enterprises Ltd. # ||
|| # This file may not be redistributed in whole or significant part. # ||
|| # ---------------- VBULLETIN IS NOT FREE SOFTWARE ---------------- # ||
|| # http://www.vbulletin.com | http://www.vbulletin.com/license.html # ||
|| ################################################## ################## ||
\*================================================ ======================*/



:eek:

lim (x³-7x²) = ∞
Thu 25th Dec '08, 10:17pm
Yes. It's only in other php files.

cbiweb
Thu 25th Dec '08, 10:23pm
But it's always been in the config.php before, right up to RC1. Is this something new that I somehow missed?

Bounce
Fri 26th Dec '08, 7:40am
But it's always been in the config.php before, right up to RC1. Is this something new that I somehow missed?

Must be,mines is the same and yes your right it was in the previous files,if your worried it's no there just add it in :D

I know what your saying thou,why is it not there vbdevs :cool:

veenuisthebest
Fri 26th Dec '08, 8:08am
Just a guess, maybe it has ben removed from config.php so that users do not need to overwrite it with every upgrade release just because of maintaining versions.

It must have been removed from "Suspect File Version" checks so version is not a problem for it.

Wayne Luke
Fri 26th Dec '08, 11:05am
It must have been removed from "Suspect File Version" checks so version is not a problem for it.

Suspect files never checked the config.php file anyway because there was no way to make an MD5 hash for it when you download.

It was removed because people would upload config.php.new which can expose license information as it wouldn't be parsed by the server.

cbiweb
Fri 26th Dec '08, 11:30am
It was removed because people would upload config.php.new which can expose license information as it wouldn't be parsed by the server.
Ah, good to know it was intentional. And yes, I'm one of the guilty ones for uploading config.php.new. :rolleyes: I don't use it of course, I just never think to remove it before or after everything goes to the server. :o