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 29th May 2011 01:31

BT.Manager (phpMyBitTorrent 3.0)
 
11 Attachment(s)
http://btmanager.org/Themes/default/images/logo.png


attention

Attention


Final Now Out





BT.Manager is now running on PHP Version 5.5.12
BT.Manager is now running on MySQL 5.5.37
BT.Manager is Now Able to handle languages with ASCII characters in all areas (Shouts, Details, Forums Topics and Posts)


We Have decided to there well be a small Fee for this New release the fee is not for the source code it is for Tech support

Demo
Forum link

For those with trouble on security question
what day is christmas In the United states 00/00 (MM/DD) the answer is 12/25

it53lv 18th June 2011 23:21

hi
i have looked over to older versions of you're code and it's great
i'd like to help you if you can help me
i got some messed up php i can't fix myself and as far as i see you're great at codeing

but i can help you with you're source design (admit it design is s^it)
i can't design unique since i s%ck at photoshop but i can rip anything
and stuff it on anything
have riped a lot of wordpress, ipb, and vbulletin designs
so if you can help i might help too.

btw i'm sorry for my english
hope you can understand what i'm trying to say :coffee:

joeroberts 18th June 2011 23:46

Quote:

Originally Posted by it53lv (Post 28485)
i got some messed up php i can't fix myself and as far as i see you're great at codeing

What code?

wMan 18th June 2011 23:53

joe
 
can i help in any way i do now css 3 and im very good at doing themes:drink:

it53lv 18th June 2011 23:57

basicly this first code checks if result is anything
and it doesn't work for some reason
PHP Code:

    //------------------------------------------------
        // Check if resultset contains any rows
        //------------------------------------------------
        
if ($DB->num_rows($result))
        {
            while(
$obj $DB->fetch_array($resultMYSQL_ASSOC))
            {
                
$results[$obj['member_id']] = $SESSION->parse_data($obj, array());
                
$profile_types[$obj['type_id']][] = $obj['member_id'];
            }
        } 

this one does the same thing and with some errors work ( $sqlitems needs to be defined as array() i think :wallbash: )
but is more complicated and i can't understand where is the diference in code

PHP Code:

       if ( $DB->num_rows($result) )
        {
            if ( 
$sqlitems ) {
                while(
$obj $DB->fetch_array($resultMYSQL_ASSOC))
                {
                    
$member_ids[] = $obj['member_id'];
                    
$members_obj[$obj['member_id']] = $obj;
                }

                
$result $DB->query("SELECT * FROM " DB_PREFIX "members_items WHERE field_id IN (".implode(","$sqlitems).") AND data_id IN (".implode(","$member_ids).")");
                while(
$obj $DB->fetch_array($resultMYSQL_ASSOC))
                {
                    if ( !isset(
$members_obj[$obj['data_id']]['items']) ) {
                        
$members_obj[$obj['data_id']]['items'] = array();
                    }
                    if ( !isset(
$members_obj[$obj['data_id']]['items'][$obj['field_id']]) ) {
                        
$members_obj[$obj['data_id']]['items'][$obj['field_id']] = array();
                    }
                    
$members_obj[$obj['data_id']]['items'][$obj['field_id']][] = $obj['item_id'];
                }

                
$i 0;
                foreach ( 
$members_obj as $obj ) {
                    
$results[$i] = &$SESSION->parse_data($obj, array(
                        
'member_id' => 'member_id',
                        
'groups' => 'group_in_browse',
                        
'fields' => 'field_in_browse',
                        )
                    );
                    
$i++;
                }
            }
            else {
                
$i 0;
                while(
$obj $DB->fetch_array($resultMYSQL_ASSOC))
                {
                    
$results[$i] = &$SESSION->parse_data($obj, array(
                        
'member_id' => 'member_id',
                        
'groups' => 'group_in_browse',
                        
'fields' => 'field_in_browse',
                        )
                    );
                    
$i++;
                }
            }
        } 


joeroberts 19th June 2011 00:02

Quote:

Originally Posted by xblade (Post 28489)
can i help in any way i do now css 3 and im very good at doing themes:drink:

you are aware 3.0 well no longer use a php based theme right?

wMan 19th June 2011 00:02

it53lv rong thead
 
Put in the write thead on the site:drink:

joeroberts 19th June 2011 00:02

Quote:

Originally Posted by it53lv (Post 28490)
basicly this first code checks if result is anything
and it doesn't work for some reason

First off what source is this from?

it53lv 19th June 2011 00:04

not a torrent tracker source
i hope it doesn't make a big diference

joeroberts 19th June 2011 00:05

Quote:

Originally Posted by it53lv (Post 28496)
not a torrent tracker source
i hope it doesn't make a big diference

I stell need to know what source M8

wMan 19th June 2011 00:06

css work
 
do you need any help making themes :unknown:

joeroberts 19th June 2011 00:08

Quote:

Originally Posted by xblade (Post 28498)
do you need any help making themes :unknown:

I can use help yea just wanted to make sure you know that it uses a new theme base system which works kinda like phpBB
the new default theme can be seen here
http://phpmybittorrent.cvs.sourcefor...emes/eVo_blue/

it53lv 19th June 2011 00:09

i'l write quick install instruction and send you the download link :bubble:

wMan 19th June 2011 00:10

Quote:

Originally Posted by joeroberts (Post 28499)
I can use help yea just wanted to make sure you know that it uses a new theme base system which works kinda like phpBB

yes i can help you joe there :drink:

it53lv 19th June 2011 00:53

omg is that realy what you wan't as default ?
i'd go for something more like imperial you can see it at http://www.ipbforumskins.com/demo/

with soft, light and warm colors (that's what 60% of people like in website's design)
easy for you're eyes too

wMan 19th June 2011 00:56

Quote:

Originally Posted by it53lv (Post 28504)
omg is that realy what you wan't as default ?
i'd go for something more like imperial you can see it at http://www.ipbforumskins.com/demo/

with soft, light and warm colors (that's what 60% of people like in website's design)
easy for you're eyes too

upload the code for it all have this

Petr1fied 19th June 2011 01:05

Creating skins is an important aspect of any script but I don't think that's really the priority. I think fixing the php codebase (depreciated functions etc.) is more what's joeroberts is after at this moment in time.

I did a few fixes earlier this week but the SMF 2.0 release has kinda sapped all my time in the last few days as I need to update xbtit for it.

FWIW I really like the eVo_blue theme joeroberts. :ok:

it53lv 19th June 2011 09:37

style is important too
noone will care if there is a bug somewhere in core if it looks and works great

@xblade will look for it, i puted it some folder just need to find witch one :D

cdx1 19th June 2011 14:03

Quote:

Originally Posted by it53lv (Post 28519)
style is important too
noone will care if there is a bug somewhere in core if it looks and works great

@xblade will look for it, i puted it some folder just need to find witch one :D

how wrong is that "no one will care if there is a bug somewhere in core" where as looks are the main thing from a members point of view safety and functionality is the main concern for developers/site owners joe is right in what he is doing get the source sorted skin last

it53lv 19th June 2011 14:11

i'm testing 2.0.4 and have not found a bug yet
so it seems like joe is coding very well and that's why i disagree
i think in this case it's more important to make source look good
if you don't think so it's fine, i don't care.

joeroberts 19th June 2011 17:33

As far as themes go they are really kinda low on the priority list because the base source is not complete yet and there are still more templates to be added to the theme.

3.0 is still under constant changes because there are changes and bugs being fixed every day.
I am updating CVS every day or two and am ever improving the source and its security.
Having some one working on a theme would be great but Bear in mind of the constant changes to both source codes and output info to the templates.:drink:

as Petr1fied said there is still quite a bit to do even as close to being ready for beta as I am I have not even begun to work on the install script
not to mention the forum has not been completed yet.

it53lv 19th June 2011 18:24

so i can't realy help you at this point :coffee:

joeroberts 23rd July 2011 21:09

New previews added to first post

Fynnon 27th August 2011 17:27

that Admin Panel looks great joe :ok:

http://img847.imageshack.us/img847/2350/adminju.png

joeroberts 14th October 2011 14:18

new massupload
 
New massupload layout
http://img830.imageshack.us/img830/2355/massupload.png

DAKz 15th October 2011 19:13

Looking real good
 
I just snagged the rev 18 and installing it on a localhost....

would be more fun if there was a db, or an installer...

joeroberts 15th October 2011 19:34

:unknown: How are U installing with out a installer or a current data base?

DAKz 15th October 2011 19:36

lol see the edited post above
 
:wallbash:
Can I request a copy of the db so I can install this, please pretty please, and I wont give it to developer/wolfman/abc/etc.....

joeroberts 15th October 2011 20:14

sent threw PM version3.0.0.18.sql

Please please remember this is not a working version it is only a Developer release

Edit
torrent_config to what you use
open includes/configdata.php and edit this
you well need to sign up and then go to the data base and make you level = admin and set your can_do = 1

DAKz 15th October 2011 21:09

in really big letters....
 
Strict Standards: Resource ID#34 used as offset, casting to integer (34) in C:\xampp\htdocs\pmbt3\include\db\mysql.php on line 572

Strict Standards: Resource ID#34 used as offset, casting to integer (34) in C:\xampp\htdocs\pmbt3\include\db\mysql.php on line 574

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 17:33.

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