TBDev Forum
Programming board
Main Page Forum Rules Privacy Policy Members Contact Us
Welcome Guest (Login | Register)
TBDev Forum TBDev.net - Mods & hacks Mods In Progress Nice UserCp
Page 1 2 3 4 5 6 7 8 9 10 11 12 13

Nice UserCp

2007-03-01 16:08:00
Group: Member
Posts: 239
Topics participated: 83
Topics started: 17
First post: 2007-01-27 21:45:00
Last post: 2008-11-16 10:23:00
When i add this mod, i got this:

Fatal error: Cannot redeclare get_percent_completed_image() (previously declared in C:\Program Files\xampp\htdocs\include\bittorrent.php:1123) in C:\Program Files\xampp\htdocs\include\bittorrent.php on line 1150

Post up your bittorrent.php
 
2007-03-01 23:02:00
Group: Member
Posts: 9
Topics participated: 3
Topics started: 2
First post: 2007-03-01 14:15:00
Last post: 2007-03-07 14:28:00
My Bittorrent.php
 
2007-03-02 01:24:00
Group: Member
Posts: 239
Topics participated: 83
Topics started: 17
First post: 2007-01-27 21:45:00
Last post: 2008-11-16 10:23:00
Atach your File as its to long for your post and ther is some missing. Also read the posting rules

If your script(s) are long, say more than 100 lines, instead of using the [code ] tags, use the [codebox ] tags instead.
 
2007-03-02 03:08:00
Group: Member
Posts: 9
Topics participated: 3
Topics started: 2
First post: 2007-03-01 14:15:00
Last post: 2007-03-07 14:28:00
Look above!!! There i was attached my bittorrent.php
 
2007-03-10 21:30:00
Group: Member
Posts: 137
Topics participated: 57
Topics started: 11
First post: 2006-12-23 21:02:00
Last post: 2007-12-08 15:49:00
Sorry solved my prob :P
 
2007-03-11 04:48:00
Group: Member
Posts: 194
Topics participated: 95
Topics started: 11
First post: 2006-07-20 11:23:00
Last post: 2007-06-29 20:32:00
Post up your bittorrent.php


We dont need to see his bittorent, he should remove the dublicate functions...
 
2007-04-26 10:01:00
Group: Member
Posts: 774
Topics participated: 452
Topics started: 10
First post: 2006-03-26 05:51:00
Last post: 2009-01-04 00:57:00
This is a very sweet usercp..
I got it in, looks good..

I had to change and add some things such as securing it and to make it work with my source, but
it works great..Just got to sweep through it 1 more time to see why it doesnt count
the created boxes..

Thanks to whoever made this and for sharing, job well done..
 
2007-04-26 00:11:00
Group: Member
Posts: 8
Topics participated: 2
Topics started: 0
First post: 2007-04-26 00:11:00
Last post: 2007-12-09 14:17:00
Sparks did this usercp for my site and its the bizz!!!!
Thanks sparks hun ;-)
 
2007-04-29 08:32:00
Group: Member
Posts: 27
Topics participated: 13
Topics started: 3
First post: 2007-01-30 17:52:00
Last post: 2007-11-24 22:21:00
Fatal error: Call to undefined function: get_percent_completed_image() in c:\program files\easyphp1-8\www\usercp.php on line 34

I got this error :(
 
2007-01-31 18:08:00
Group: Member
Posts: 62
Topics participated: 34
Topics started: 8
First post: 2006-09-14 20:23:00
Last post: 2009-01-02 12:13:00
1. In Bittorrent.php

Add

function get_percent_completed_image($p) {
$maxpx = "70"; // Maximum amount of pixels for the progress bar

if ($p == 0) $progress = "";
if ($p == 100) $progress = "";
if ($p >= 1 && $p <= 30) $progress = "";
if ($p >= 31 && $p <= 65) $progress = "";
if ($p >= 66 && $p <= 99) $progress = "";
return "" . $progress ."";
}
function get_percent_donated_image($d) {
 

Similar threads

Topic Posts Last post
IPB Like USERCP 12 2006-05-15 14:38:00
UPDATE: IPB Like UserCP 36 2007-08-12 02:00:00
usercp.php that works whit every source 8 2008-09-24 10:17:00
Very nice! 25 2008-02-01 20:17:00
Something very nice 44 2008-12-30 02:18:00