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)

bsf 20th June 2009 10:15

Help
 
The Users Cannont Registry :sorry::wallbash:

wMan 20th June 2009 10:33

Quote:

Originally Posted by borfasrebel (Post 12522)
The Users Cannont Registry :sorry::wallbash:

is there any error code ore something like that ?

naceur 22nd June 2009 18:23

hello please help me
 
hello please help me

i have this errer

Code:

Warning: require_once(/home/naceur/public_html/include/config.php) [function.require-once]: failed to open stream: No such file or directory in /home/torrent/public_html/include/bittorrent.php on line 6
Code:

Fatal error: require_once() [function.require]: Failed opening required '/home/naceur/public_html/include/config.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/torrent/public_html/include/bittorrent.php on line 6

Grom 23rd June 2009 13:56

Quote:

Originally Posted by naceur (Post 12593)
hello please help me

i have this errer

Code:

Warning: require_once(/home/naceur/public_html/include/config.php) [function.require-once]: failed to open stream: No such file or directory in /home/torrent/public_html/include/bittorrent.php on line 6
Code:

Fatal error: require_once() [function.require]: Failed opening required '/home/naceur/public_html/include/config.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/torrent/public_html/include/bittorrent.php on line 6

In bittorrent.php find code
PHP Code:

require_once ROOT_PATH."include/config.php"
require_once 
ROOT_PATH."include/ctracker.php"
require_once 
ROOT_PATH."include/vfunc.php"
require_once 
ROOT_PATH."include/cleanup.php"
require_once 
ROOT_PATH."include/function_happyhour.php"
require_once 
ROOT_PATH."include/mood.php"
require_once 
ROOT_PATH."include/class.inputfilter_clean.php"

Replace code with
PHP Code:

require_once"include/config.php"
require_once
"include/ctracker.php"
require_once
"include/vfunc.php"
require_once
"include/cleanup.php"
require_once
"include/function_happyhour.php"
require_once
"include/mood.php"
require_once
"include/class.inputfilter_clean.php"

Find code in bittorrent.php
PHP Code:

require_once ROOT_PATH.'languages/'.$page_find.'/'.$lang.'.php'

and replace code with
PHP Code:

require_once'languages/'.$page_find.'/'.$lang.'.php'


naceur 23rd June 2009 16:12

hello
 
Code:

Fatal error: Cannot redeclare local_user() (previously declared in /home/torrent/public_html/include/bittorrent.php:69) in /home/naceur/public_html/include/bittorrent.php on line 16

oxyg3n 29th June 2009 16:12

Quote:

Originally Posted by Grom (Post 12629)
In bittorrent.php find code
...

after i do that, i get this error :

Code:

Warning:  require_once(/home/blackmed/public_html/include/bittorrent.php) [function.require-once]: failed to open stream: No such file or directory in /home/blackmed/public_html/tracker/include/cleanup.php on line 5

Fatal error:  require_once() [function.require]: Failed opening required '/home/blackmed/public_html/include/bittorrent.php' (include_path='.:/usr/lib/php') in /home/blackmed/public_html/tracker/include/cleanup.php on line 5

nobody?

RaduNebunu 1st July 2009 15:39

kool thx!:nosepick:

wMan 2nd July 2009 14:00

hi
 
i tryed this code out not very good at all i ask bigjoos to check it out and he could not work out why it would not work and all bugs was sorted as well

BertieBassett 2nd July 2009 21:52

You will need to provide a lot more info than that for us to be able to help u :ok:

micro 3rd July 2009 07:47

Thanks for the nice version, but when someone tries to register it appears that after pressing Signup.Tracker hosted on my computer.

Code:

Warning:  mail() [function.mail]: Failed to connect to mailserver at "localhost" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set() in D:\xampp\htdocs\takesignup.php on line 136

Warning:  Cannot modify header information - headers already sent by (output started at D:\xampp\htdocs\takesignup.php:136) in D:\xampp\htdocs\takesignup.php on line 140

Cheers


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

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