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


All times are GMT +2. The time now is 10:51.

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