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)

Izacic 7th December 2008 13:07

indexproblem and message problem
 
i have this on index.php:
Code:

Warning: fopen(/home/branyuk/public_html/cache/index/newestuser.txt) [function.fopen]: failed to open stream: No such file or directory in /home/branyuk/public_html/tb/index.php on line 25

Warning: fputs(): supplied argument is not a valid stream resource in /home/branyuk/public_html/tb/index.php on line 26

Warning: fclose(): supplied argument is not a valid stream resource in /home/branyuk/public_html/tb/index.php on line 27

Warning: fopen(/home/branyuk/public_html/cache/index/stats.txt) [function.fopen]: failed to open stream: No such file or directory in /home/branyuk/public_html/tb/index.php on line 83

Warning: fwrite(): supplied argument is not a valid stream resource in /home/branyuk/public_html/tb/index.php on line 84

Warning: fclose(): supplied argument is not a valid stream resource in /home/branyuk/public_html/tb/index.php on line 85

Warning: fopen(/home/branyuk/public_html/cache/index/active.txt) [function.fopen]: failed to open stream: No such file or directory in /home/branyuk/public_html/tb/index.php on line 109

Warning: fputs(): supplied argument is not a valid stream resource in /home/branyuk/public_html/tb/index.php on line 110

Warning: fclose(): supplied argument is not a valid stream resource in /home/branyuk/public_html/tb/index.php on line 111

an in my mmailbox.php cannot delete messages

Bigjoos 9th December 2008 13:06

Mailbox not deleting messages - complete rubbish - your installing into a sub-directory and low and behold your another one that cant read - The installer is configured for root install - If you install into a sub-directory its your job to re-configure it - good luck

You cant even see the blantant error message telling you that either ?? - A small tip -- Dont use the tbdev installer if your a newbie to Tbdev code or you'll have no chance as i see from countless posts of rubbish. It may be modded but does require a certain amount of brains to use it - it aint just a upload and go code like some - Anyway if you had been checking the forum where the actual code is official you would have read this.

Izacic 10th December 2008 15:59

problem
 
1 Attachment(s)
can you for me edit my takemessage.php when i will delete then comes a 403 forbidden page..
my tracker url is www.yubraca.com/tbdev

here

rabtb 11th December 2008 20:41

1 Attachment(s)
couldnt see this updated here so here it is BIG thanks to bigjoos for this nice work m8.

bigjoos wrote...

Installer rar has been updated 07/12/08 - If you used the early version i advise you delete the lot and re-install the updated code - theres to many updates and changes to list - Its still Beta and i know all about the missing require_once or not required require_once in 3-4 files max - Im aware of all little known area's that require further work.

tunad 14th December 2008 02:25

problem
 
how can i set that only users >= uploader can upload ?

Bump: my torrents do not apear in tracker unless i log in once and after that i must update torrents from my u'torrent.....

what can i do to recognize my torrents ???

Slatkis 22nd December 2008 21:44

I have this erorr

Quote:

Fatal error: Cannot redeclare check_banned_emails() (previously declared in C:\xampp\htdocs\include\user_functions.php:2) in C:\xampp\htdocs\include\user_functions.php on line 11
and this

Quote:

Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in C:\xampp\htdocs\themes\default\stdhead.php on line 302

THORNORDLAND 24th December 2008 01:49

Quote:

Originally Posted by tunad (Post 7399)
how can i set that only users >= uploader can upload ?

Bump: my torrents do not apear in tracker unless i log in once and after that i must update torrents from my u'torrent.....

what can i do to recognize my torrents ???

use the announce from TBDev with installer (beta) 1
not from the last

hellix 5th January 2009 22:04

This source is not safe I found a lot of Vulnerability:sad:

SentriX 7th January 2009 15:15

Seeing as this looks like a BIG change from the tbdev source release 1.1.08 is it therefore practical to update the original code with this one?

Kudos on the work though joos I am sure many tracker runners appreciate it :)

tunad 8th January 2009 22:30

TBDev with installer (beta) 1
 
where can i find TBDev with installer (beta) 1

:sos:

fox_tgz 21st January 2009 18:26

Code:

Fatal error: Cannot redeclare check_banned_emails() (previously declared in /var/www/localhost/htdocs/torrents/include/user_functions.php:2) in /var/www/localhost/htdocs/torrents/include/user_functions.php on line 10
I have :wallbash:this error


Code:

function check_banned_emails($email)
{
    $expl = explode("@", $email);
    $wildemail = "*@".$expl[1];
    /* Ban emails by x0r @tbdev.net */
    $res = mysql_query("SELECT id, comment FROM bannedemails WHERE email = ".sqlesc($email)." OR email = ".sqlesc($wildemail)."") or sqlerr(__FILE__, __LINE__);
    if ($arr = mysql_fetch_assoc($res))
    stderr("Sorry..","This email address is banned!Reason: $arr[comment]", false);
}


Krypto 21st January 2009 22:14

if you get an re-declare error then that file your visiting requires the - require_once("user_functions.php"); commented out on that file at the top - if you get call to undefined function - format comment then all you do on that file is add require_once("bbcode_functions.php"); at the top.The only reason the cannot redeclare and the call to undefined happened on a lot of files was due to me removing global.php altogether then re-housed the code on various seperate files where i only include them when its a file it requires it - it was a transition between big change

Bump: Updated see first post.

ShadoW69 7th February 2009 12:01

invite error
 
edited*

coolblue 8th February 2009 20:37

error
 
i get an error well my captcha image doesnt want to apear and tells me : "captcha image is messed atm" ...what sould i do?:sad::mad:

Ashur 9th February 2009 02:46

here is original post for the new 2009-01-21 release
Board Message

I looked at some code it's still not UTF8 friendly

coolblue 9th February 2009 22:56

admin error
 
when i try to login as admin i get this error :
Code:

Warning:  Missing argument 1 for bark(), called in C:\xampp\htdocs\takelogin.php on line 47 and defined in C:\xampp\htdocs\takelogin.php on line 23
p.s. when i changed the admin's name in to my own i could login but i couldn;t do anything because the only page i could view was index ... it was saying that it cant find the specified url ....can anyone help me? ive no ideea why im getting this ive installed it for at least 14-15 times and xampp as well:wallbash::wallbash:

Fynnon 10th February 2009 16:17

Try the updated release of this source, i updated the download in the first post with the new code ! Beta 3 21.01.2009

Remember that this is in BETA stage so there could be many bugs in it !

Xtream 12th February 2009 16:42

Help Me !
 
I have a problem with this :
Code:

Warning: fopen(../include/secrets.php) [function.fopen]: failed to open stream: Permission denied in C:\xampp\htdocs\install\functions.php on line 14
Make secrets.php writable -> chmod to 777

but secrets.php is 777 chmod
all is 777 chmod

I need help plss ...

NatashaRhea 13th February 2009 00:14

cant get the installer to work any idea what i am doing wrong

http://sitename.com/install/index.php

speedtouch2008 17th February 2009 22:04

hi, how can i disable the cache please?

Undefined 17th February 2009 22:34

why would u want to do that ?

King 26th February 2009 18:59

Error
 
Code:

Fatal error:  Call to undefined function  ssr() in E:\Tracker\xampp\htdocs\maxcoder.php on line 31
:sos:

codeblue 9th March 2009 03:38

can someone please help (shoutbox)
 
I want to remove the shoutbox completely but i cannot find it in the index.php, how do i remove it.

*EDIT*
I also found a bug, for every link saying "announcements" it links to usersearch.php

*EDIT*

Ok I found how to remove the shoutbox, now for the new problem, I can upload a torrent but i cannot download it, it points to http://mysite.com/download.php/2/tor...loaded.torrent and says
Not Found

Sorry pal :(

Bigjoos 9th March 2009 10:56

LoL
 
So you found a bug eh - Tell you what see that bug you found on the usersearch - i now advise you to read the instructions on that particulair usersearch then come back - Inexperience as usual and there you are screaming about bugs when you dont even understand the structure of that source code :) Your second one sorry pal not found is simple as well you either havint chmod'ed your torrent folder or you installed this into a sub-directory so thats your problem to sort out - that installer is already pre-configured to be installed into root on windows or linux ... Go figure .... and try reading TbDev .. you know the place where its actually an official source code then maybe you'll see your making the same mistakes/presumptions most do.

Bump:
Quote:

Originally Posted by NatashaRhea (Post 8999)
cant get the installer to work any idea what i am doing wrong

http://sitename.com/install/index.php

Yeah Natasha - Your not pointing to install -- httP://yourdomain.com/install/install.php

The installer uses install.php not index.php :)

codeblue 9th March 2009 21:07

Quote:

Originally Posted by Bigjoos (Post 9748)
So you found a bug eh - Tell you what see that bug you found on the usersearch - i now advise you to read the instructions on that particulair usersearch then come back - Inexperience as usual and there you are screaming about bugs when you dont even understand the structure of that source code :) Your second one sorry pal not found is simple as well you either havint chmod'ed your torrent folder or you installed this into a sub-directory so thats your problem to sort out - that installer is already pre-configured to be installed into root on windows or linux ... Go figure .... and try reading TbDev .. you know the place where its actually an official source code then maybe you'll see your making the same mistakes/presumptions most do.

Bump:

Yeah Natasha - Your not pointing to install -- httP://yourdomain.com/install/install.php

The installer uses install.php not index.php :)

My torrents dir is chmod'd to 777 and it is installed in the web root dir.

*EDIT*

I managed to get it working by using information on this post, tho I had to make alot of changes to details.php
Board Message

*EDIT*

when a user provides the incorrect password I get this:

Code:

Warning:  Missing argument 1 for bark(), called in /var/www/takelogin.php on line 47 and defined in /var/www/takelogin.php on line 23
--
I cannot add staff either gives error:
Code:

Fatal error:  Call to undefined function ssr() in /var/www/maxcoder.php on line 31

Bigjoos 12th March 2009 15:19

LoL
 
You managed to get it working after modifying a lot on details - Ok ... i told you the installer is configured for straight root install on linux or windows no changes required unless you cant set up a server properly namely PATH_INFO and i'll put money on it ... or you fiddled with stuff you know nothing about - You proceed to post 2 more issues covered on like the second and third page on Tbdev - Learn to code and read man or stay away from Beta source codes untill there stable at least to save your self the trouble :)

@Staff .. Guys your better having someone keep this post updated from Tbdev perhaps - Odd post here and there are issue's that were fixed ages ago :)

Bengt 13th March 2009 16:32

I have been running BigJoos code now for awhile without any problem and i have followed any updates on tbdev and read all post about bugs and i can only say that its a wonderful code as long as you dont mess with staff that you dont know anything about

amaudio 29th March 2009 12:18

pincode error
 
I can't find pincode

pincode word not see

theacidwiz 29th March 2009 16:17

Warning: fopen...
 
1 Attachment(s)
Installed the latest rls ;) thanks ;)

Still, major problem, the tracker said that I, as a seeder, am Not Connectable, and one leecher (my uTorrent on other computer - differenet ISP) also is Not Connectable, and we both are :P The announcer is working in both clients, but it doesn't connecting peers...

Second thing is that when I promote a user to a higher class (SysOp, moderator...) the script said that there were hacked admin accounts and bans promoted account...
Code:

Sorry but your not an authorized staff member - nice try your banned !
I tried to modify staffids and staffnames in settings directory entering promoted user id and username, but it doesn't work!

Can't make ajax poller to work :(

I GIVE UP... gonna start from null and build my own tracker on tbdev bases...

----
- fixed cimage.php (default cache dir is set for windows users, and should be for linux users)
Code:

//$CACHE = "C://AppServ/www/cache"; // for windows
$CACHE = "/home/YOURZ_ACC/public_html/cache"; //for unix based

- fixed categorie.php (should find and replace all in that file category.php to categorie.php) ...

- fixed few things, and now everything works in coder/sysop/admin/mod tools

naspoli 4th April 2009 15:01

HELM ME
 
Quote:

Originally Posted by theacidwiz (Post 10351)
Installed the latest rls ;) thanks ;)



..when I promote a user to a higher class (SysOp, moderator...) the script said that there were hacked admin accounts and bans promoted account...
Code:

Sorry but your not an authorized staff member - nice try your banned !


I have the same problem. How to fix?


thanks guys! :drink:



Strikey 10th April 2009 05:23

Great Source
 
As far as i can see this is a great source, the only problem that i have is that if i set something on the site, for example the theme or turn the shout off or even if i log off on some pages it will be there and some pages it will not it doesn't work correctly unless i cleare my cache everytime may i have some assistance on this.

XxBraveGuyxX 12th April 2009 05:49

For some reason takelogin.php wont work...

as soon i try to login i get a huge error...

Code:

Warning: is_file() [function.is-file]: open_basedir restriction in effect. File(/usr/local/apache/htdocs/dictbreaker/21b1fee3321bfbac73542e0b2f0747998e0eb86d) is not within the allowed path(s): (/home/:/usr/lib/php:/tmp) in /home/a7726278/public_html/takelogin.php on line 6


PHP Error Message
Warning: fopen() [function.fopen]: open_basedir restriction in effect. File(/usr/local/apache/htdocs/settings/STAFFNAMES) is not within the allowed path(s): (/home/:/usr/lib/php:/tmp) in /home/a7726278/public_html/include/bittorrent.php on line 258


PHP Error Message
Warning: fopen(/usr/local/apache/htdocs/settings/STAFFNAMES) [function.fopen]: failed to open stream: Operation not permitted in /home/a7726278/public_html/include/bittorrent.php on line 258


and it continues.......any idea wats wrong....here is a website take a look ...testingfortorrent.netii.net

KiD 12th April 2009 10:26

...
 
have you traid this:

http://bvlist.com/5602-post8.html

thereal 12th April 2009 10:39

Code:

Warning:  mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /home/content/m/a/r/marselt/html/beta/takelogin.php on line 36

Warning:  Missing argument 1 for bark(), called in /home/content/m/a/r/marselt/html/beta/takelogin.php on line 47 and defined in /home/content/m/a/r/marselt/html/beta/takelogin.php on line 23


I get this error screen, whats wrong?

brysf150 12th April 2009 23:14

Quote:

Originally Posted by naspoli (Post 10554)
I have the same problem. How to fix?


thanks guys! :drink:



for new staff add them to STAFFNAMES and STAFFIDS in /settings


Quote:

Originally Posted by thereal (Post 10741)
Code:

Warning:  mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /home/content/m/a/r/marselt/html/beta/takelogin.php on line 36

Warning:  Missing argument 1 for bark(), called in /home/content/m/a/r/marselt/html/beta/takelogin.php on line 47 and defined in /home/content/m/a/r/marselt/html/beta/takelogin.php on line 23


I get this error screen, whats wrong?


on takelogin.php replace

Code:

function bark($text)
{
print("Error!");
print("
");
print("

Error:

" . htmlspecialchars($text) . "

");
print("
");
print("
");
die;
}

with

Code:

function bark($text = "Username or password incorrect")
{
  stderr("Login failed!", $text);
}


thereal 12th April 2009 23:52

Quote:

Originally Posted by brysf150 (Post 10754)
for new staff add them to STAFFNAMES and STAFFIDS in /settings





on takelogin.php replace

Code:

function bark($text)
{
print("Error!");
print("
");
print("

Error:

" . htmlspecialchars($text) . "

");
print("
");
print("
");
die;
}

with

Code:

function bark($text = "Username or password incorrect")
{
  stderr("Login failed!", $text);
}



but now it takes me to a blank screen after login?

Strikey 13th April 2009 01:09

try removing the htaccess file and can somebody please respond to my previous post

Bigjoos 14th April 2009 13:11

Installer
 
If you get a bit code in the installer causing issue replace it with default code from 01.01.08 , thats the core of the installer - If your getting issues and dont understand how to work with the maxcoder function then comment the function out on bittorrent.php and then comment out all the

Code:

maxcoder():
Thats on every file and thats it job done no more banned for unauthorized staff :)

@strikey thats simply a cache issue - the stdhead and stdhead files need - pragma no cache added - i know that because as the installer sits at an advanced stage it works perfect with IE FF3 ect now no problems.

@xxthebraveguyxx - Free Web Hosting
PHP Error Message
Warning: fopen() [function.fopen]: open_basedir restriction in effect.

Your told and clearly instructed on readme to use on a dedicated server only not even shared - are you suprised.

All the versions of this code thats out there are old now - all posted issues were resolved ages ago.

starisloven 15th April 2009 09:37

How to disable PIN code when logging in, or to remain only during the verification of registration? Also interested in me that I can be set to the registration is only through invitation?

brysf150 20th April 2009 06:58

On login.php remove

PHP Code:

<script type="text/javascript" src="captcha/captcha.js"></script> 

and
PHP Code:

  <tr>
    <td>&nbsp;</td>
    <td>
      <div id="captchaimage">
      <a href="<?php echo $_SERVER['PHP_SELF']; ?>" onclick="refreshimg(); return false;" title="Click to refresh image">
      <img class="cimage" src="captcha/GD_Security_image.php?<?php echo time(); ?>" alt="Captcha image is messed atm" />
      </a>
      </div>
     </td>
  </tr>
  <tr>
      <td class="rowhead">PIN:</td>
      <td>
        <input type="text" maxlength="6" name="captcha" id="captcha" onBlur="check(); return false;"/>
      </td>
  </tr>

and on takelogin.php change

PHP Code:

if (!mkglobal("username:password:captcha"))
    die();
    
session_start();
  if(empty(
$captcha) || $_SESSION['captcha_id'] != strtoupper($captcha)){
      
header('Location: login.php');
      exit();


to

PHP Code:

if (!mkglobal("username:password"))
    die();
    
session_start(); 



All times are GMT +2. The time now is 18:00.

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