- This topic has 3 replies, 3 voices, and was last updated 19 years, 3 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Home › Forums › Archives › Community Center › Forum Support › Bug Reports › Squashed Bugs › Staff Room › Modified vBulletin Files
This list keeps track of modified files for those hopefully rare occasions when vBulletin needs to be upgraded.
General
v3Arcade
vBXirc (requires reinstall after each upgrade)
Who Was Online Today
Set Language by Forum
Google Talk Suppport
EDIT by Spike: Added Google Talk Hack Reference.
Edits for Spike’s referral fix:
[PHP]== In global.php: ==
==== Find: ====
// #############################################################################
// ######################## START TEMPLATES & STYLES ###########################
// #############################################################################
==== Replace With: ====
// Referral System
session_start();
if($_GET and !empty($_GET)) {
$_SESSION = $_GET;
$_SESSION = NULL;
} else {
$_SESSION = TRUE;
$_SESSION = NULL;
};
// End Referral System
// #############################################################################
// ######################## START TEMPLATES & STYLES ###########################
// #############################################################################
== In -Template- “register”: ==
==== Find: ====
==== Replace With: ====
[/PHP]
Does this still apply to the current version of vB, or is this obsolete?
Who knows anymore, a lot of this is outdated.