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.

Krypto 20th October 2008 12:47

In takesignup.php

comment out this part like shown

PHP Code:

/*$body = <<<EOD
You have requested a new user account on $SITENAME and you have
specified this address ($email) as user contact.

If you did not do this, please ignore this email. The person who entered your
email address had the IP address {$_SERVER["REMOTE_ADDR"]}. Please do not reply.

To confirm your user registration, you have to follow this link:

$DEFAULTBASEURL/confirm.php?id=$id&secret=$psecret

After you do this, you will be able to use your new account. If you fail to
do this, you account will be deleted within a few days. We urge you to read
the RULES and FAQ before you start using $SITENAME.
EOD;

if($arr[0])
  mail($email, "$SITENAME user registration confirmation", $body, "From: $SITEEMAIL", "-f$SITEEMAIL");
else */ 


TheArcadeMaster 20th October 2008 13:22

keep getting a 406 error after uploading torrents

50Cent 21st October 2008 10:31

Torrents at index.php?
 
hi all,the Torrents in index also Last Torrents no working?

can anybody help me?

greetz

Krypto 21st October 2008 12:50

I would suggest waiting for the next release.

Quote:

Originally Posted by Bigjoos
I have it fairy stable now the full code on a server all earlier issues addressed i'll run full tests now before adding new updates


50Cent 21st October 2008 16:22

torrents in index
 
Quote:

Originally Posted by Krypto (Post 5660)
I would suggest waiting for the next release.

im found the Error,and now going lol

nero 21st October 2008 20:01

Tracker sending invalid data<NULL>
 
hi have this error Tracker sending invalid data

What the problem can be?

can be the announce

Kotafi 21st October 2008 22:37

Quote:

Originally Posted by nero (Post 5670)
hi have this error Tracker sending invalid data

What the problem can be?

can be the announce


yes, u need to fill this in your announce with correct info :ok:

// secrets.php part //
$mysql_host = 'localhost';
$mysql_db = 'xxxxxxxx';
$mysql_user = 'xxxxxx';
$mysql_pass = 'xxxxxx';
// end of secrets.php part //

sharpe 22nd October 2008 11:46

skins??
 

wMan 22nd October 2008 12:24

great job bigjoos

the demo site needs fixing as its full of errors mainly from index.php

Bigjoos 22nd October 2008 13:34

errors
 
Yeah fynnon only needs to go on ftp - cache folder and chmod that and all nested files to 0777 then all the fopen failuers will go - The homepage has a lot of caching and if the folders are not writable it will error - @sharpe yeah the installer runs the torrentstrike theme engine so you could have 20 ts themes if you want or simply revert back to default stdhead/stdfoot - to add more add your sql - put the folder in themes add the stylesheet name to include/cache/stylesheet.php 2 min job easy done

sharpe 22nd October 2008 14:28

thats good have enoughh ts themes

joeroberts 22nd October 2008 17:50

missing tag for clean.php
$announce_interval = 60 * 60;
wetch I beleave should be in bittorent.php??

Fynnon 22nd October 2008 18:11

Quote:

Originally Posted by Bigjoos (Post 5696)
Yeah fynnon only needs to go on ftp - cache folder and chmod that and all nested files to 0777 then all the fopen failuers will go - The homepage has a lot of caching and if the folders are not writable it will error

The problem is its asking for the newuser.txt + stats.txt & active.txt files from

/httpdocs/cache/index/ instead of /httpdocs/bigjoos/cache/index/

Krypto 22nd October 2008 21:44

Hopefully I've fixed the error, well seems to work anyway and updated the code on the test site here.

I've edited bittorrent.php

FIND
PHP Code:

if ($_SERVER["HTTP_HOST"] == "")                        // Root Based Installs Comment Out if in Sub-Dir
  
$_SERVER["HTTP_HOST"] = $_SERVER["SERVER_NAME"];      // Comment out for Sub-Dir Installs
$BASEURL "http://" $_SERVER["HTTP_HOST"];           // Comment out for Sub-Dir Installs
//$BASEURL = 'http://domain.com';                       // Uncomment for Sub-Dir Installs - No Ending Slash 

CHANGE
PHP Code:

//if ($_SERVER["HTTP_HOST"] == "")                        // Root Based Installs Comment Out if in Sub-Dir
//  $_SERVER["HTTP_HOST"] = $_SERVER["SERVER_NAME"];      // Comment out for Sub-Dir Installs
//$BASEURL = "http://" . $_SERVER["HTTP_HOST"];           // Comment out for Sub-Dir Installs
$BASEURL $config['domain'];                       // Uncomment for Sub-Dir Installs - No Ending Slash 


Bigjoos 23rd October 2008 01:49

Sub dir
 
Yeah Krypto - maybe its worth noting that only applys to a sub-directory install like here - the installer is configured to run in root path from the start not sub-dir thats user preference which will require that edit.

nero 23rd October 2008 15:34

can't connect a seeder
 
why can't *i *connect to who is seeding on my tracker *i know for sure that the code is right because i've tried it on another server" the server is linux and my source is Tbdev Official Modded Version By Big Joos (beta)

empereur 23rd October 2008 17:18

probl
 
I find that this version has thing a lot category rectified forum, freeleech vip, source which disappears and leech which disparait while everybody is too much linked of thing have see again I leave this version too much probl

Bigjoos 23rd October 2008 18:56

??
 
empereur - Tell you what instead of posting unreadable english learn to bloody code then you'll see that the installer is one nice source code - Your ability must be zero so why are you running a tracker i ask. Your suited to running xams ts source i think - handed on a plate requiring no coding ability to run it - i rest my case.... Funny that Coders that can actually code and intermeddiate level coders are loving it - That says a lot for you....

empereur 23rd October 2008 19:18

Quote:

Originally Posted by Bigjoos (Post 5766)
empereur - Tell you what instead of posting unreadable english learn to bloody code then you'll see that the installer is one nice source code - Your ability must be zero so why are you running a tracker i ask. Your suited to running xams ts source i think - handed on a plate requiring no coding ability to run it - i rest my case.... Funny that Coders that can actually code and intermeddiate level coders are loving it - That says a lot for you....

if my English is void certain no sound also encodes it because in test easy to say that it works but gone around and after you will be able to say that she works because over 48 hours of test with torrent etc on my version a lot thing are rectifies and of error very visible sound

I said that the source is very well but correction is has do again because it is damage to see such a nice version fallen has water as errors which are not correct version uploader on your version of test and used max during week and errors it shall show


because when they make an upload and that on torrent it is noted upload

johnake 23rd October 2008 19:20

empereur, I'm sorry to say this to you, dude... but you got to learn some english because your posts are unreadable and maybe you mean to say something but the words come out wrong.

sharpe 23rd October 2008 19:31

he obviously use a online-translator or something:unknown:
guys don't be to harsh, nobody's perfect and he proofs it:tease:

NatashaRhea 23rd October 2008 21:45

lol that funny bigjoos little harsh but funny all the same :hi::hi::lol::lol::lol::lol:

Krypto 23rd October 2008 23:22

1. Have you tried using the latest release from SVN? SVN LINK

2. As the Topic Title states it's still in BETA so expect some errors.

lo4a57 24th October 2008 11:41

problem
 
I edit anounce.php and when i torrent addet hi 5 min seedindg and then stop seeding

djlee 24th October 2008 11:49

so put the original announce from the source back on and stop editing it ???

Krypto 24th October 2008 12:15

@lo4a57

Quote:

Originally Posted by Bigjoos
Attention - On building the faster announce it was noticed that i missed the define of announce interval on bittorrent.php for announce_clean interval to run

Add this at the the top of bittorrent.php if you dont have it next to the other config variables

PHP Code:

$h date("H");
         if (
$h >= 01 && $h <= 06//When to save some load.
         
$announce_interval 60 60//60 min update in announce - Night
         
else
         
$announce_interval 60 30// 30 min update in announce - Day 


sharpe 24th October 2008 16:00

which part must i remove/ out comment to make it metafile capable?

iZ4R 26th October 2008 15:21

Can someone show a screen from inside?

Fynnon 26th October 2008 15:24

Quote:

Originally Posted by iZ4R (Post 5882)
Can someone show a screen from inside?

There is a link for a demo in the first post of this topic !
If you would only look...

ANDiTKO 27th October 2008 14:14

wow.This script is a big mess.Its hard to navigate and the design is terrible.I still prefer the original TBDev ;-)


All times are GMT +2. The time now is 02:08.

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