Back to Modification Graveyard

[Alexey]Create your own. php file
Mod Version: 1.00, by Alexey™

This thread is in the Modification Graveyard.
vB Version: 3.8.2 Rating: (1 vote - 5.00 average) Installs: 4
Released: 06 Apr 2009 Last Update: Never Downloads: 0
Not Supported Additional Files  

Ok so here is what you have to do
open a new php file lets say
test.php
write into there this

<?php
error_reporting(E_ALL & ~E_NOTICE);
define('NO_REGISTER_GLOBALS', 1);
define('GET_EDIT_TEMPLATES', true);
define('THIS_SCRIPT', 'newpage');
$phrasegroups = array();
$specialtemplates = array();
$globaltemplates = array();
$actiontemplates = array();
require_once('./global.php');
$navbits = array();
$navbits[''] = 'NAME IN NAVBAR';
$navbits = construct_navbits($navbits);
eval('$navbar = "' . fetch_template('navbar') . '";');
eval('print_output("' . fetch_template('TEMPLE NAME') . '");');
?>
And change the
"NAME IN NAVBAR" - this is will be displayed in the navbit
"TEMPLE NAME" - this must be the name of the temple you will create in your style.

And what ever you'r going to write in the temple that you will create wiil be shown there.

Any one who need help contact me in privet
Enjoy!

Download

No files for download.

Similar Mods

New Posting Features Easy Forms - Create a form or multiple forms without php or html knowledge vBulletin 3.8 Add-ons

vblts.ru supports vBulletin®, 2022-2024