Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   BT.Manager (phpMyBitTorrent) (http://www.bvlist.com/forumdisplay.php?f=23)
-   -   BT.Manager (phpMyBitTorrent 3.0) (http://www.bvlist.com/showthread.php?t=6511)

joeroberts 15th October 2011 21:21

try replacing those 2 lines with
PHP Code:

                        @$this->row[$query_id] = @mysql_fetch_array($query_id);

                        return @
$this->row[$query_id]; 

or even
PHP Code:

                        $this->row[(int)$query_id] = @mysql_fetch_array($query_id);

                        return 
$this->row[(int)$query_id]; 


DAKz 15th October 2011 23:57

yep that worked
 
I am in kinda, looks good, I got some errors all over, so I will chase them around for awhile, one for the shoutbox,

Notice: Undefined variable: btback1 in C:\xampp\htdocs\pmbt3\blocks\shoutbox.php on line 48

and on the index.php

Notice: Undefined variable: rowsets in C:\xampp\htdocs\pmbt3\blocks\searchcloud.php on line 47

Notice: Undefined variable: rowsets in C:\xampp\htdocs\pmbt3\blocks\searchcloud.php on line 51

Warning: Invalid argument supplied for foreach() in C:\xampp\htdocs\pmbt3\blocks\searchcloud.php on line 51

Deprecated: Function eregi() is deprecated in C:\xampp\htdocs\pmbt3\include\bdecoder.php on line 32

Deprecated: Function eregi() is deprecated in C:\xampp\htdocs\pmbt3\include\bencoder\bdecoder-domxml.php on line 32

Notice: Undefined variable: arr_config in C:\xampp\htdocs\pmbt3\include\cleanup.php on line 387

and in user.php is....Deprecated: Function eregi() is deprecated in C:\xampp\htdocs\pmbt3\language\mailtexts.php on line 31

Parse error: syntax error, unexpected ',' in C:\xampp\htdocs\pmbt3\user\takeregister.php on line 99
the left column is disproportionately wider then the rest, so I have to look at that as well....

a few things to look at....will let you know how it progresses from here

Capt Midnight signing off......:relax:

joeroberts 16th October 2011 00:33

All repairs posted to SVN

DAKz 16th October 2011 01:33

its cool.....
 
I was working on them off and on... but thanks for the update, getting it now.:cool:

Bump: Parse error: syntax error, unexpected ',' in C:\xampp\htdocs\phpmybittorrent\user\takeregister. php on line 101

Code:

$sql = "INSERT INTO ".$db_prefix."_users (username, clean_username, email, password, act_key, can_do, uploaded, regdate" . $passkeyrow . ", active) VALUES ('".addslashes($username)."', '".strtolower($username)."', '".addslashes($email)."', '".md5($password)."', '".$act_key."', " . $default_group[0] , ", '".$give_sign_up_credit."', NOW()" . $passkey .", 1);";

joeroberts 16th October 2011 02:43

fixed in SVN but here just replace the line with this
PHP Code:

$sql "INSERT INTO ".$db_prefix."_users (username, clean_username, email, password, act_key, can_do, uploaded, regdate" $passkeyrow ", active) VALUES ('".addslashes($username)."', '".strtolower($username)."', '".addslashes($email)."', '".md5($password)."', '".$act_key."', " $default_group[0] . ", '".$give_sign_up_credit."', NOW()" $passkey .", 1);"


DAKz 20th October 2011 02:28

Are we there yet??
 
Waiting for the finished project

BEST 20th October 2011 14:41

hello how do I install the source, where do the sql data in php which

daffy 20th October 2011 21:03

Quote:

Originally Posted by BEST (Post 30746)
hello how do I install the source, where do the sql data in php which

This version is not available for live use therefore no sql is with it.
you can see it in action here with uptodate files

http://world-connect.co.uk

joeroberts 23rd October 2011 07:07

rev 26
 
1 Attachment(s)
got some new updates done
few new languages
new arcade both on the user side and the admin panel
Got admin panel done
and a little more clean up done

Bump: phpMyBitTorrent 3.0 is at revision: 49 on sourceforge SVN DATA base changes are made

it53lv 30th November 2011 11:19

awesome :work:


All times are GMT +2. The time now is 07:32.

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