Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > BT.Manager (phpMyBitTorrent)
Reply
  #1  
Old 8th June 2009, 07:41
wMan wMan is offline
Banned
 
Join Date: Feb 2008
P2P
Posts: 1,433
Default image error
PHP Code:
if($page $pages $cat) {
                        
$next "<b><a href=\"torrents.php?page=".($page+1)."&cat=".$cat."\"<img src=\"images/next.png\"</a></b>";
                } elseif(
$page $pages ) {
                        
$next "<b><a href=\"torrents.php?page=".($page+1).$sort1."\"<img src=\"images/next.png\"</a></b>";
                        
                }else{
                        
$next "<img src=\"images/next.png\>";
                }
                if(
$page $cat) { 
this shows image ass nex button either >>>>
but this gives error
PHP Code:
if($page $cat) {
                        
$prev "<b><a href=\"torrents.php?page=".($page+1)."&cat=".$cat."\"<img src=\"images/back.png\"</a></b>";
                } elseif(
$page 1) {
                        
$prev "<b><a href=\"torrents.php?page=".($page+1).$sort1."\"<img src=\"images/back.png\"</a></b>";
                        
                }else{
                        
$prev "<img src=\"images/back.png\>";
                } 
same code but error !! hove fix
when i click wiew image i get 404 and in url /images/back.png\></p></td><td align=
Reply With Quote
  #2  
Old 8th June 2009, 07:45
joeroberts's Avatar
joeroberts joeroberts is offline
BT.Manager Owner
 
Join Date: Jan 2008
United States
Posts: 2,113
Default
because you have open tags
__________________
Do not ask me to help you work on your site that is not phpMyBitTorrent
Do not ask me to make a mod for any other source
Do not Ask me to setup your site.
I will no longer help you setup your site, there is a setup script if you have trouble with it post in the forum here or in BT.Manager™ forum
My Current Demo is here http://demo.btmanager.org/
Reply With Quote
  #3  
Old 8th June 2009, 07:47
wMan wMan is offline
Banned
 
Join Date: Feb 2008
P2P
Posts: 1,433
Default
that's like didn't help
Reply With Quote
  #4  
Old 8th June 2009, 07:51
joeroberts's Avatar
joeroberts joeroberts is offline
BT.Manager Owner
 
Join Date: Jan 2008
United States
Posts: 2,113
Default
Code:
                if($page < $pages & $cat) {
                        $next = "<b><a href=\"torrents.php?page=".($page+1)."&cat=".$cat."\"><img src=\"images/next.png\"></a></b>";
                } elseif($page < $pages ) {
                        $next = "<b><a href=\"torrents.php?page=".($page+1).$sort1."\"><img src=\"images/next.png\"></a></b>";
                        
                }else{
                        $next = "<img src=\"images/next.png\">";
                }
                if($page > 1 & $cat) {
                        $prev = "<b><a href=\"torrents.php?page=".($page-1)."&cat=".$cat."\"><img src=\"images/back.png\"></a></b>";
                } elseif($page > 1) {
                        $prev = "<b><a href=\"torrents.php?page=".($page-1).$sort1."\"><img src=\"images/back.png\"></a></b>";
                        
                }else{
                        $prev = "<img src=\"images/back.png\">";
                }
__________________
Do not ask me to help you work on your site that is not phpMyBitTorrent
Do not ask me to make a mod for any other source
Do not Ask me to setup your site.
I will no longer help you setup your site, there is a setup script if you have trouble with it post in the forum here or in BT.Manager™ forum
My Current Demo is here http://demo.btmanager.org/
Reply With Quote
  #5  
Old 8th June 2009, 07:54
wMan wMan is offline
Banned
 
Join Date: Feb 2008
P2P
Posts: 1,433
Default
thanks atached images if someone want to use it like that

searching have bug !! hove to fix this ?
Click the image to open in full size.


see these in manage atachments for torrent upload

Code:
Warning:  opendir(UserFiles/T15) [function.opendir]: failed to open dir: No such file or directory in /home/t15ool/public_html/bitbucket-upload.php on line 230
Code:
Warning:  readdir(): supplied argument is not a valid Directory resource in /home/t15ool/public_html/bitbucket-upload.php on line 231
Attached Images
   

Last edited by wMan; 8th June 2009 at 13:54.
Reply With Quote
Reply

Tags
error , image

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
image border error irfan TBDev 1 29th December 2009 02:21
TS SE v5.1 error no security image help wMan Template Shares 2 1st August 2009 13:12
Image on mouseover lovebeer Torrent Strike 1 24th July 2009 21:46
image scream21m Template Shares 0 16th June 2009 12:00
Security image oem TBDev 2 14th June 2008 08:36



All times are GMT +2. The time now is 15:33. vBulletin skin by ForumMonkeys. Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.