Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > Template Shares
Reply
Thread Tools
  #1  
Old 28th September 2011, 19:19
kira kira is offline
Senior Member
 
Join Date: Jul 2011
France
Posts: 69
Cool ts v5.6 type="text"
I checked everything, and the concern is that I am limited in number of letters in any form !!!

PHP Code:
echo '<table cellpadding="5" cellspacing="0" width="100%">';
                if (
$video_info[0])
                echo 
'<tr>
                    <td valign="top" align="right" width="20%" class="subheader">'
.$lang->upload['original'].'</td><td class="tech">'.($video_info[0] ? htmlspecialchars_uni($video_info[0]) : $lang->details['na']).'</td>
                </tr>'

                if (
$video_info[1])
                echo 
'<tr>
                    <td valign="top" align="right" class="subheader">'
.$lang->upload['format'].'</td><td class="tech">'.($video_info[1] ? htmlspecialchars_uni($video_info[1]) : $lang->details['na']).'</td>
                </tr>'

                if (
$video_info[2]) 
                echo 
'<tr>
                    <td valign="top" align="right" class="subheader">'
.$lang->upload['length'].'</td><td class="tech">'.($video_info[2] ? htmlspecialchars_uni($video_info[2]) : $lang->details['na']).'</td>
                </tr>'

                if (
$video_info[3])
                echo 
'<tr>
                    <td valign="top" align="right" class="subheader">'
.$lang->upload['tt'].'</td><td class="tech">'.($video_info[3] ? htmlspecialchars_uni($video_info[3]) : $lang->details['na']).'</td>
                </tr>'

                if (
$video_info[4])
                echo 
'<tr>
                    <td valign="top" align="right" class="subheader">'
.$lang->upload['bitrate'].'</td><td class="tech">'.($video_info[4] ? htmlspecialchars_uni($video_info[4]) : $lang->details['na']).'</td>
                </tr>'

                if (
$video_info[5])
                echo 
'<tr>
                    <td valign="top" align="right" class="subheader">'
.$lang->upload['bitrate2'].'</td><td class="tech">'.($video_info[5] ? htmlspecialchars_uni($video_info[5]) : $lang->details['na']).'</td>
                </tr>'

                if (
$video_info[6])
                echo 
'<tr>
                    <td valign="top" align="right" class="subheader">'
.$lang->upload['codec'].'</td><td class="tech">'.($video_info[6] ? htmlspecialchars_uni($video_info[6]) : $lang->details['na']).'</td>
                </tr>'

                if (
$video_info[7])
                echo 
'<tr>
                    <td valign="top" align="right" class="subheader">'
.$lang->upload['resulation'].'</td><td class="tech">'.($video_info[7] ? htmlspecialchars_uni($video_info[7]) : $lang->details['na']).'</td>
                </tr>'

                if (
$video_info[8])
                echo 
'<tr>
                    <td valign="top" align="right" class="subheader">'
.$lang->upload['framerate'].'</td><td class="tech">'.($video_info[8] ? htmlspecialchars_uni($video_info[8]) : $lang->details['na']).'</td>
                </tr>'

                if (
$video_info[9])
                echo 
'<tr>
                    <td valign="top" align="right" class="subheader">'
.$lang->upload['audio'].'</td><td class="tech">'.($video_info[9] ? htmlspecialchars_uni($video_info[9]) : $lang->details['na']).'</td>
                </tr>'

                if (
$video_info[10])
                echo 
'<tr>
                    <td valign="top" align="right" class="subheader">'
.$lang->upload['audio1'].'</td><td class="tech">'.($video_info[10] ? htmlspecialchars_uni($video_info[10]) : $lang->details['na']).'</td>
                </tr>'

                if (
$video_info[11])
                echo 
'<tr>
                    <td valign="top" align="right" class="subheader">'
.$lang->upload['audio2'].'</td><td class="tech">'.($video_info[11] ? htmlspecialchars_uni($video_info[11]) : $lang->details['na']).'</td>
                </tr>'

                if (
$video_info[12])
                echo 
'<tr>
                    <td valign="top" align="right" class="subheader">'
.$lang->upload['audio3'].'</td><td class="tech">'.($video_info[12] ? htmlspecialchars_uni($video_info[12]) : $lang->details['na']).'</td>
                </tr>'

                if (
$video_info[13])
                echo 
'<tr>
                    <td valign="top" align="right" class="subheader">'
.$lang->upload['srt'].'</td><td class="tech">'.($video_info[13] ? htmlspecialchars_uni($video_info[13]) : $lang->details['na']).'</td>
                </tr>'

                if (
$video_info[14])
                echo 
'<tr>
                    <td valign="top" align="right" class="subheader">'
.$lang->upload['srt1'].'</td><td class="tech">'.($video_info[14] ? htmlspecialchars_uni($video_info[14]) : $lang->details['na']).'</td>
                </tr>'

                if (
$video_info[15])
                echo 
'<tr>
                    <td valign="top" align="right" class="subheader">'
.$lang->upload['srt2'].'</td><td class="tech">'.($video_info[15] ? htmlspecialchars_uni($video_info[15]) : $lang->details['na']).'</td>
                </tr>'

                if (
$video_info[16])
                echo 
'<tr>
                    <td valign="top" align="right" class="subheader">'
.$lang->upload['encoder'].'</td><td class="tech">'.($video_info[16] ? htmlspecialchars_uni($video_info[16]) : $lang->details['na']).'</td>
                </tr>'

                if (
$video_info[17])
                echo 
'<tr>
                    <td valign="top" align="right" class="subheader">'
.$lang->upload['remuxer'].'</td><td class="tech">'.($video_info[17] ? htmlspecialchars_uni($video_info[17]) : $lang->details['na']).'</td>
                </tr>'

                if (
$video_info[18])
                echo 
'<tr>
                    <td valign="top" align="right" class="subheader">'
.$lang->upload['source'].'</td><td class="tech">'.($video_info[18] ? htmlspecialchars_uni($video_info[18]) : $lang->details['na']).'</td>
                </tr>'
;
                echo 
'</table> 

Last edited by kira; 29th September 2011 at 19:38.
Reply With Quote
  #2  
Old 29th September 2011, 22:12
x360zone's Avatar
x360zone x360zone is offline
Senior Member
 
Join Date: Jul 2011
United Kingdom
Posts: 915
Default ?
more details woold be good so we can help

text in where forums/comments/shoutbox/pms?
__________________

7.5 tsse
future tracker source & hosting, vps
trackers installs + Themes
http://www.foxyhosting.co.uk
http://www.downmy.top testing zone
offshore vps & cpanel hosting & Shoutcast & VPN
STOP cyberbullying
any setups tracker installs vps hosting vps setups themes mods hit me up
over the last three months ive become a snake breeder,pythons,hogs,boa,corn,rat,king,carpet and what joy it is


Reply With Quote
  #3  
Old 2nd October 2011, 21:23
kira kira is offline
Senior Member
 
Join Date: Jul 2011
France
Posts: 69
Default
Bump:
PHP Code:
<?php
/**
 * Export to PHP Array plugin for PHPMyAdmin
 * @version 0.2b
 */

//
// Database "frwoldn"
//

// frwoldn.torrents
$torrents = array(
  array(
'id'=>'2','info_hash'=>'v,D«²eå¹
êñH¦ÛêÙ'
,'name'=>'Hulk 2003 Blu-ray 1080p Multi DTS HD MA x264','filename'=>'Hulk_2003_Blu-ray_1080p_Multi_DTS_HD_MA_x264.mkv.torrent','descr'=>'[align=center]
[IMG]http://data.imagup.com/member/1129995823_fond.png[/IMG]


[b][size=medium][color=RoyalBlue]Hulk[/color] 2003 Blu-ray 1080p Multi DTS HD MA x264[/size]


[i][size=small]Au cours d\'une opération scientifique qui a mal tourné, le docteur Bruce Banner est exposé à une surdose de radiations nucléaires. Miraculeusement indemne, il sort néanmoins affecté de cette douloureuse expérience et développe le pouvoir de se transformer en Hulk, un monstre vert à la force surhumaine et à la rage incontrôlable. Cette créature ne se manifeste que lorsque ce dernier est soumis à une intense émotion.
Mis au ban de la société, le docteur Banner est obligé de se cacher pour ne pas faire subir aux autres sa métamorphose. Le général Ross, le père de Betty, l\'ex-petite amie de Bruce, est chargé de stopper le monstre par tous les moyens. Glenn Talbot, rival scientifique de Banner, est également sur les traces de Hulk. Lorsque Betty découvre que la créature a un rapport avec les recherches du père de Bruce, elle devient la seule à pouvoir comprendre ce qu\'est Hulk...[/i][/size][/b]


[img]http://thumb.phyrefile.com/k/ki/kira/2011/09/18/300/1.png[/img] [img]http://thumb.phyrefile.com/k/ki/kira/2011/09/18/300/2.png[/img] [img]http://thumb.phyrefile.com/k/ki/kira/2011/09/18/300/3.png[/img][/align]

<<<@!1!@>>>'
,'category'=>'25','size'=>'16977717370','added'=>'2011-09-17 08:54:45','numfiles'=>'1','comments'=>'1','hits'=>'4','times_completed'=>'0','leechers'=>'0','seeders'=>'0','last_action'=>'2011-10-01 18:17:23','visible'=>'yes','banned'=>'no','owner'=>'3','free'=>'no','anonymous'=>'no','sticky'=>'yes','offensive'=>'no','silver'=>'yes','t_image'=>'http://data.imagup.com/member/1130165531_image.png','t_link'=>'','isnuked'=>'no','WhyNuked'=>'Bad quality!','isrequest'=>'no','ts_external'=>'no','ts_external_url'=>'','ts_external_lastupdate'=>'0','allowcomments'=>'yes','doubleupload'=>'no','isScene'=>'0')
);
and normally I should be under the table information I posted above

Last edited by kira; 2nd October 2011 at 23:01.
Reply With Quote
  #4  
Old 2nd October 2011, 22:06
joeroberts's Avatar
joeroberts joeroberts is offline
BT.Manager Owner
 
Join Date: Jan 2008
United States
Posts: 2,113
Default
please go ahead and supply your details.php
__________________
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 2nd October 2011, 22:39
kira kira is offline
Senior Member
 
Join Date: Jul 2011
France
Posts: 69
Default
to change the varchar (255) I was in phpmyadmin and then there ts_torrents_details click on the "structure" and change the varchar value you want

THANKS joeroberts
Reply With Quote
Reply

Tags
typetext , v56


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



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