Bravo List

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

joeroberts 5th August 2009 05:24

first error with pass word
open edit.php and find
PHP Code:

                if ($password == ""$password "NULL";
                else 
$password htmlspecialchars($password); 

and replace it with
PHP Code:

                if ($password != "" AND $announce == "") {
                if (!
get_magic_quotes_gpc()) $password addslashes($password);
                
$password "'".$password."'";
                } else 
$password "NULL"

Quote:

Originally Posted by wolfman (Post 14115)
one more bug when i edit someones profile seting more upload it makes number like this 137986690.0 < makes upload not count so error

what are you entering for upload amount ?

it works in bytes so you can not enter a 1.1 you can do:

1024*1024*1024
or
137986690+10000000
or
137986690-10000000
or
137986690/2

as long as the end done come out to a 137986690.1

better yet to insure no decimals edit user/editprofile.php
PHP Code:

        processload("uploaded",$up); 

to
PHP Code:

        processload("uploaded",number_format($up,0)); 


wMan 6th August 2009 06:39

both fixed

joeroberts 8th August 2009 03:27

edit user/editprofile.php and change
PHP Code:

processload("uploaded",number_format($up,0)); 

to
PHP Code:

processload("uploaded",str_replace(",","",number_format($up,0))); 


wMan 13th August 2009 21:50

1 Attachment(s)
:ok:source is great but i wan't to ask you hove to do this resizing thing
(image atached )
if u have free moment u coud take a quick look but it's nothing important any way
:sun:
Code:

if ($user->user ) {
        echo "
\n";
        echo "\n";
        echo "\n"; //echo "\n";


Attachment 1604

joeroberts 14th August 2009 02:33

the shout box size is defined in the css file

wMan 14th August 2009 02:35

not shoutbox style but shoutbox text box or what ever u call that thing where u type

joeroberts 14th August 2009 02:40

OMG
What part of in css dont you get??
Code:

.shoutbox{
font-size:12px;
  margin-right: 5px;
  display: inline;
  float: left;
  width: 98%;
  height: 300px;
  overflow:auto;
  color:#CC9900;
}
.shout_time {
color:#FF0000;
}
#shout_text_area{
clear: right;
  width: 90%;
  height: 20px;
}
.shoutbox_bold{
  font-weight: bold;
}

:smack:

wMan 14th August 2009 02:47

1 Attachment(s)
wtf ? (atached image )
btw ur stop confir mail don't work user don't register at all no mysql inserts notin youst say succses

Attachment 1620

joeroberts 19th August 2009 01:45

Quote:

Originally Posted by wolfman (Post 14403)
wtf ? (atached image )
btw ur stop confir mail don't work user don't register at all no mysql inserts notin youst say succses

umm then you did something wrong as it dose work because I used it for 2 weeks when I first opened Jungle Pirates
and I need a little more info on how you got that image?
And please start new threads

get_fire 20th September 2009 12:01

The problem with downloading torrent
 
1 Attachment(s)
phpMyBitTorrent 2.0.3

I have here is a problem:
Code:

Catchable fatal error: Object of class php4DOMDocument could not be converted to string in / usr / local / www / xak / upload / taketorrent.php on line 173
when trying to download torrent, when I fill the required fields click on download you walk is a miracle.

picture will also be present

PS if something is misspelled sorry I do not know much English

Attachment 1722


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

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