Posted: Wed Mar 04, 2009 2:59 pm Post subject: Support for PHP Nuke Bit Torrent Module
I have a couple questions to ask about the php nuke bit torrent module v.80.
Is v.80 the latest. Its whats posted on sourceforge but i saw a couple other forums that someone mentioned .90
I'm getting a couple errors.
I get this error everytime i try to upload a test torrent
Our tracker has been disabled, <a href='Bittorrent.html&file=upload_help'>read tutorials</a> to learn how to use external trackers
I can bypass it and the file will post to the site by commenting out the line but i'd like to find out why its needed so i don't screw something else up.
#if($ann=="$nukeurl/modules/$name/announce.php" and $stealthmode) bark(str_replace("**name**",$name,_bttrackerdisabled));
Second question applies to the categories menu where you can add/delete/modify the different groups such as Movies, TV, Music.
It fails when you try to add, delete or modify anything. i end up getting a SQL ERROR
I think it comes down to index.html in the admin directory. i noticed there were a couple mislabeled areas with index_sort instead of sort_index, so i changed them. I just can't seem to see what is wrong here.
function CategoriesAdmin() {
global $db, $admin_file, $module_name, $act, $id, $name, $sort_index, $image;
switch ($act) {
case "add": {
if (isset($name) AND isset($image) AND isset($sort_index)) {
$db->sql_query("INSERT INTO torrent_categories (name, sort_index, image) VALUES('".addslashes($name)."','".addslashes($sort_index)."','".addslashes($image)."');") or die("SQL ERROR");
}
break;
}
case "del": {
if (isset($id)) {
$db->sql_query("DELETE FROM torrent_categories WHERE id='".$id."' LIMIT 1;") or die("SQL Error");
}
break;
}
case "takeedit": {
if (isset($name) AND isset($image) AND isset($sort_index)) {
$db->sql_query("UPDATE torrent_categories set name = '".addslashes($name)."', sort_index = '".addslashes($sort_index)."', image ='".addslashes($image)."');") or die("SQL ERROR");
}
break;
}
case "edit": {
if (isset($act) AND $act=="edit" AND isset($id)) {
$act = "takeedit";
$row = $db->sql_fetchrow($db->sql_query("SELECT * FROM torrent_categories WHERE id = '".$id."';"));
} else {
$act = add;
}
break;
}
}
Posted: Fri Dec 04, 2009 5:03 pm Post subject: nice post
I called the Safeway about this. I was told that no one was ever allowed to park there overnight.000-061 exam And they will now be tagging cars that park there overnight. You get one warning, then the next 640-822 exam time you get towed. I heard they even tried to tow one of their own employees. So much for the "friendly"642-892 exam neighborhood grocer.
<a>IT Certifications and Career Development</a>
<a>Microsoft Certifications - What Are The Options?</a>
<a>Overview of Computer Network</a>
<a>IT Certifications: A Fastest Way To IT Career</a>
<a>Types of Online Certifications</a>
<a>Certifications in Brief</a>
<a>Microsoft Certifications</a>
<a>Future of Computer Certification Exams</a>
<a>Computer Network Connectivity</a>
<a>MCITP Certification</a>
<a>Importance of CompTIA Security+</a>
<a>MCPD Certification</a>
<a>CCNA Certification</a>
<a>A+ Certification</a>
<a>MCSE/MCSA Certification</a>
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum