You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Stefano Novelli edited this page May 20, 2014
·
2 revisions
We assume that your website has LEAST a script called for every page. Usually, this file allows you to create connections to the database, configuration files, etc., or a file that creates the output of your script. To function properly, the script must be called BEFORE any print output, so before any printed text in any language.
Custom Website (include into BEFORE any print output, ie. after <.head> HTML tag) <?php require_once('codeshield/core.php'); ?>
vBulletin 4.x Open includes/config.php and add at LINE 1 <?php require_once('../codeshield/core.php'); ?>
Woltlab Burning Board 4.x Open config.inc.php and add at LINE 1 <?php include(dirname(__FILE__).'/codeshield/core.php'); ?>
Open Game Portal Open index.php and add at LINE 1 <?php require_once('codeshield/core.php'); ?>