Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Downloads (http://www.bvlist.com/forumdisplay.php?f=16)
-   -   CodeX Installer v4 (http://www.bvlist.com/showthread.php?t=1203)

Subzero 19th October 2008 00:03

CodeX Installer v4
 
1 Attachment(s)
attention

Attention


This code is no longer being built nor supported !

It never made it out of Beta due to various reasons so you have it from my mouth its dead - finito - gone and i wont be answering any other posts on it - If you respect my wishes you'll remove this - The people that have it are all grown ups if they cant figure it out it wasnt for them in the first place - Sorry but this is how it has to be - Codex/Tbdev Installer is Dead
- BigJoos





attention

Attention


This code is not official TbDEV source code any more so dont go to TbDEV and post any more support requests.
If you want support for this source then Bvlist is where you'll get me responding to your posts :-P Subzero





This was known as TBDev Modded Source by BigJoos - now it has a new name: CodeX Installer v4

BigJoos:
A little history on this one - it started about 6 months ago initially as a default code with installer feature then i realized it could become modded the most popular mods used with the highest help requests posted. That produced this release where its fully loaded with mods and input from myself where i just made code of the cuff or modified exsisting code to serve other functions. I'll fully support this release and i hope to get input from you as well to further refine it so we end up with a damm fine source. - You'll notice the structure is like the latest Tbdev release. Good Luck !!

Be aware that this code is fully loaded and not super quick so dont expect that and it requires a fair bit of skill to run as well.

All i can say is a big thank you to every Tbdev member's mod's/snippets i've used.
This source is complete in terms of mods and now it will be fully debbuged and stablized for final release - Stay tuned !!

3v0 19th October 2008 01:32

Firstly great work by Bigjoos for putting in the hours putting this source together, I'm sure this will be a great advantage to alot of people starting off there own tracker but why oh why with that theme :-( IMO it should have been left to the default TB theme thats been used since dinosaurs roamed the land.

empereur 19th October 2008 03:49

theme
 
what is damage it is topic what shall have to be magazine no but very source the one who has a nice topic as that her I am available to take it thank you

Krypto 19th October 2008 12:06

Also remember to edit announce.php and enter your database details otherwise you will receive 'torrent not registered'.

empereur 19th October 2008 22:54

th
 
somebody shall be able to make topics for this version which is more cool thank you in advance

Krypto 20th October 2008 01:16

Some fixes from BigJoos

On line 165 of takemessage.php change that test code url - pdq provided the fix only i totally forgot about it being set to a test code url :

PHP Code:

if ($returnto == 'http://chat2pals.co.uk/shoutbox.php'

to this adding your own url

PHP Code:

if ($returnto == 'http://yoursite.com/shoutbox.php'

On index.php change this

PHP Code:

<?php
$cachefile 
"cache/forumpost".($CURUSER['class'] >= UC_ADMINISTRATOR 'staff' '').".html";
if (
file_exists($cachefile))
{
include(
$cachefile);
}
else {
ob_start(); // start the output buffer
require_once("include/function_forumpost.php");
latestforumposts();
$fp fopen($cachefile'w');
// save the contents of output buffer to the file
fwrite($fpob_get_contents());
// close the file
fclose($fp);
// Send the output to the browser
ob_flush();
}
?>

To this

PHP Code:

<?php
require_once("include/function_forumpost.php");
latestforumposts();
?>


Just quick fixes from last minute testing and editing i was doing today - i forgot to revert those 2 small ones back pardon.gif main files will be updated.

sharpe 20th October 2008 02:32

Looks neat this source but how is the
compatibility with the mods and hacks thats overall accesible on the net??

TheArcadeMaster 20th October 2008 10:25

problems with install
 
i have installed thid 4 times now and all i keep getting is a big stop sign can someone please help me and tell me wat im doing wrong
thanks in advance:wild:

Krypto 20th October 2008 11:36

forums.php

CHANGE
PHP Code:

        $stats "<font class=small>Class: ".get_user_class_name($arr2["UC"]).""."Posts: $forumposts"."Uploaded: $uploaded "."Downloaded: $downloaded"."Ratio: $ratio"

TO

PHP Code:

        $stats "<font class=small>Class: ".get_user_class_name($arr2["class"]).""."Posts: $forumposts"."Uploaded: $uploaded "."Downloaded: $downloaded"."Ratio: $ratio"

forummanage.php
mysql_overview.php
cachecategories.php


Remove or comment out this line on the 3 files above.
PHP Code:

include ('include/user_functions.php'); 

mysql_overview.php

Change
PHP Code:

chat2pal_chat2pal 

to your database name.

sharpe 20th October 2008 12:22

How do i shut off the e-mail verification?
I mean so that every one can login immediately.


All times are GMT +2. The time now is 17:39.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.