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)

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?


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

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