View Single Post
  #16  
Old 28th September 2009, 02:32
wMan wMan is offline
Banned
 
Join Date: Feb 2008
P2P
Posts: 1,433
Default
can u tell normali what to add where not just add that after that
last time i checked i can't read ur mind
all i needed to do was deleate elseif part from user.php
like this
Code:
case "login": { 
                if (!isset($username) OR $username == "" OR !isset($password) OR $password == "") { 
                        bterror(_btusrpwdnotset,_btlogin); //missing data 
                } else { 
                        $result = $db->sql_query("SELECT active FROM ".$db_prefix."_users WHERE username = '".addslashes($username)."' AND password = '".md5($password)."'"); 
                        if ($db->sql_numrows($result) == 1) { 
                                list ($active) = $db->sql_fetchrow($result); 
                                if ($active == 1) {
BTW youtube.php still shows 2 videos if u migrate from index
still no generated code for Torrent bar
still have junk like bitbucket and hl.swf

issue with phpBB it uses diferent user session so i get something like (image 1 )
and what happens when i try to login :D (image 2 )

BTW hole theming is fucked for some reason on phpbb works only ur themes those who u have in some themes packages all other return tihis crap
Code:
            template->_tpl_load_file(): File ./styles/prosilver/template/../../../rokbb3.php does not exist or is empty
take a look at image 3 none of those sitles work so tell me please wtf did u changed in phpBB since all those themes work on normal phpBB
Click the image to open in full size.

u know phpBB integration (or it's quality (if u have used php-nuke and seen hove it's phpbb integration looks like u know what i mean ) makes wan't to not use PMBT u know like there is something missing and have to manage + style 2 diferent things and then somehove put them togeather and hope it will look god kinda doesn't work
i hope someday u will atleast integrate something simple because phpBB have torrent tracker mod this is like u integrated tracker in to tracker some idiots asked me if PMBT is phpBB addon u know what i mean ?
Attached Thumbnails
Ekranattels-1.png   Ekranattels.png  

Last edited by wMan; 1st October 2009 at 14:02.
Reply With Quote