Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > Yuna Scatari Edition (YSE)
Reply
  #1  
Old 29th November 2008, 12:05
The Analyzer The Analyzer is offline
Member
 
Join Date: Nov 2008
Choose
Posts: 2
Exclamation Release bad torrentID
People help my..! my releases block is good ,but I can't submit...I paste TorentManija :: Login and space OK ,but ERROR bad torrent ID ...My tracker Yuna Pre7 RC v02.1 - BolaMN... PLZ HELP MY!!! sory my bad english speek

Last edited by The Analyzer; 29th November 2008 at 20:36.
Reply With Quote
  #2  
Old 29th November 2008, 12:22
kp380lv's Avatar
kp380lv kp380lv is offline
Senior Member
 
Join Date: May 2008
Latvia
Posts: 388
Post
Well try this block-releases.php!

[code]

<?php
if (!defined('BLOCK_FILE')) {
Header("Location: ../index.php");
exit;
}
$count = get_row_count("indexreleases");
$blocktitle = "Releases".(get_user_class() >= UC_MODERATOR ? "<font class=\"small\"> - [<a class=\"altlink\" href=\"indexadd.php\"><b>Add</b></a>]</font>" : "");
//$content .= "<table cellspacing=\"0\" cellpadding=\"5\" width=\"100%\"><tr><td>";
if (!$count) {
$content .= "No releases...";
} else {
include "include/codecs.php";
$perpage = 5;
list($pagertop, $pagerbottom, $limit) = pager($perpage, $count, $_SERVER["PHP_SELF"] . "?" );
$content .= $pagertop;
$content .= "</td></tr>";
$res = sql_query("SELECT indexreleases.*, categories.id AS catid, categories.name AS catname, categories.image AS catimage FROM indexreleases LEFT JOIN categories ON indexreleases.cat = categories.id ORDER BY id DESC $limit") or sqlerr(__FILE__, __LINE__);
while ($release = mysql_fetch_array($res)) {
$catid = $release["catid"];
$catname = $release["catname"];
$catimage = $release["catimage"];
$content .= "<tr><td>";
$content .= "<table width=\"100%\" class=\"main\" border=\"1\" cellspacing=\"0\" cellpadding=\"5\">";
$content .= "<tr><td class=\"colhead\" colspan=\"2\" align=\"center\">".htmlspecialchars($release["name"]).(get_user_class() >= UC_MODERATOR ? "<font class=\"small\"> - [<a class=\"altlink_white\" href=\"indexedit.php?action=edit&id=$release[id]&returnto=" . urlencode($_SERVER['PHP_SELF']) . "\"><b>Are you sure to want delete</b></a>][<a class=\"altlink_white\" href=\"indexdelete.php?action=delete&id=$release[id]&returnto=" . urlencode($_SERVER['PHP_SELF']) . "\"><b>press here</b></a>]</font>" : "")."</td></tr>";
$content .= "<tr valign=\"top\"><td align=\"center\" width=\"160\"><img src=\"$release[poster]\" width=\"160\" border=\"0\" /></td>";
$content .= "<td><div align=\"left\">".(!empty($catname) ? "<a href=\"browse.php?cat=$catid\"><img src=\"pic/cats/$catimage\" alt=\"$catname\" title=\"$catname\" align=\"right\" border=\"0\" /></a>" : "")."<b>Genre: </b>".htmlspecialchars($release["genre"])."<br /><b>Director: </b>".htmlspecialchars($release["director"])."<br /><b>Actors: </b>".htmlspecialchars($release["actors"])."<br /></div><div align=\"left\"><hr align=\"left\" width=\"85%\" color=\"#000000\" size=\"1\"></div><div align=\"left\"><b>Ī ōčė
Reply With Quote
  #3  
Old 29th November 2008, 16:40
The Analyzer The Analyzer is offline
Member
 
Join Date: Nov 2008
Choose
Posts: 2
Default Help
tnx

Last edited by The Analyzer; 30th November 2008 at 16:05.
Reply With Quote
Reply

Tags
bad , release , torrentid

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
phpMyBitTorrent 2.0.4 Gold Release joeroberts BT.Manager (phpMyBitTorrent) 143 12th May 2016 02:47
TSSE 5.5 RELEASE [ENCODED] Dragan3591 Downloads 12 15th June 2010 00:05
What is the best release AT THE MOMENT ? fen7azy Yuna Scatari Edition (YSE) 5 5th February 2010 21:09
New Release but not version joeroberts BT.Manager (phpMyBitTorrent) 5 9th January 2010 22:44
Final release? icecore Yuna Scatari Edition (YSE) 2 16th August 2008 17:54



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