Filesoup
X   Site Message
(Message will auto close in 2 seconds)


> 

If you would like to advertise your Hosting, Services or Products on Filesoup, please contact Geeker for a quote.

6 Pages V  < 1 2 3 4 > »   
Reply to this topicStart new topic
> AK Nova 1.7.5, T-Xore Modifications
Jaggi
post May 31 2007, 01:36 AM
Post #16


Spam Soup
Group Icon

Group: BT Community Leader
Posts: 819
Joined: 11-August 04
Member No.: 170,409
 


looks good, we're gonna add cURL to ibitzy in another version but waiting on beeman to return to the living before any large changes are made to it.


--------------------
CODE9 ADMIN
Check out Code9-Group.org for the best stuff around, NOW running my IPBTracker (only IPB forum with a passkey system), membership now open.

IPBTracker (Invision 2.1.* intergrated forum tracker using XBT) going final in nxt release, IPBTracker 2.0 begins development for IPB 2.2 soon.

Check out IBITZY at my IPBTracker site, the best torrent spider around.
Go to the top of the pageReport Post
+
phrostwave
post May 31 2007, 02:27 AM
Post #17


DJ Taktikz / STR Records
Group Icon

Group: BT Community Leader
Posts: 128
Joined: 7-September 06
From: 407 Area
Member No.: 411,795
 
System Specs: (show/hide)




awesome!

i thought it would be a good idea since someone pointed out that there could be curl functions inserted into it easily, so i just used the same cURLing ability thats in the config.php. it seems to work a lot faster when grabbing torrents, but i can see issues when using it w/crontabs (curl is great, but it isnt perfect or meant to be used every 3 seconds, 24/7) in my mod.


--------------------
torrentgod :: god of torrents (and powered by the ak nova!)
ak project :: ak sourceforge

recommended dj cuts:
vaughn mason - bounce, rock, skate, roll
Go to the top of the pageReport Post
+
phrostwave
post May 31 2007, 02:57 AM
Post #18


DJ Taktikz / STR Records
Group Icon

Group: BT Community Leader
Posts: 128
Joined: 7-September 06
From: 407 Area
Member No.: 411,795
 
System Specs: (show/hide)




open rss.php, look near the bottom of the page for:
CODE
echo '<category>...</category>';

remove this line.

ALSO, find:
CODE
echo  '<link>'.$base_uri.'details.php?id='.$id.'</link>';

replace with:
CODE
echo '<link>'.$base_uri.'/details.php?id='.$id.'</link>';


there was a slash missing, thanks to hustler263 for pointing this stuff out!

This post has been edited by phrostwave: May 31 2007, 02:58 AM
Go to the top of the pageReport Post
+
manof
post May 31 2007, 04:55 PM
Post #19


Chicken Noodle
Group Icon

Group: Member
Posts: 25
Joined: 25-April 05
Member No.: 271,516



The requested topic does not exist
Go to the top of the pageReport Post
+
phrostwave
post May 31 2007, 10:51 PM
Post #20


DJ Taktikz / STR Records
Group Icon

Group: BT Community Leader
Posts: 128
Joined: 7-September 06
From: 407 Area
Member No.: 411,795
 
System Specs: (show/hide)




the topics exist, it could be a timeout between the database and the forum....

this happens every once in a while when i use it as well (my-place.us SUCKS!), but it works for free phpbb3 hosting.
if it still doesnt load for you, i'll make a mirror of whatever topic doesnt seem to be loading for you smile.gif
Go to the top of the pageReport Post
+
tweek_piracy
post Jun 1 2007, 03:39 PM
Post #21


Vegetable
Group Icon

Group: Member
Posts: 27
Joined: 30-March 07
Member No.: 446,041

System Specs: (show/hide)




when i have done everything that it,s in the readme and i go to localhost (i host my self) its a black bg whit red test and it's say it wrong or somthing, hear is my config.php

*/
/*
General db config
******************************************/
$dbhost = 'localhost'; // LOCALHOST
$dbuser = 'root'; // MySQL User
$dbpass = '******'; // MySQL User Password
$database = 'tracker'; // MySQL DB
$btdir = 'adm/b/torrents/'; // DO NOT CHANGE THIS UNLESS YOU FEEL LIKE EDITING A LOT OF FILES!
$sitename = 'Piracy OF Sweden'; // Your website name (do not add an image logo!)
$logo = 'images/aknova.png'; // Put LOGO here!
$forum = ''; // Forum URL (this is not the embedded forum, it is not included.)
$tracker = 'http://www.sumotracker.com/announce'; //Default tracker to RECOMMEND (http://radio.phrostwave.com/announce.php)
$tracker2 = 'http://www.torrent-downloads.to:2710/announce'; //2nd tracker to RECOMMEND!
$style = 'bNova v.2'; // Change the stylesheet around and rename it =)
$admin_user = 'admin'; // ADMINISTRATOR
$admin_pass = '*****'; // ADMINISTRATOR PASSWORD
$version = '4'; //T-Xore version (Dont Touch!)
$akversion = '1.7.5'; // AK Nova Version (Dont Touch!)
$base_uri = ''; // Where the script is, dont use ending slash. <-- what does this meen
/*

// end config >>>

have i done som thing wrong??

This post has been edited by tweek_piracy: Jun 1 2007, 03:40 PM


--------------------
Visit The Pirate Ship plez upload som stuff until i got Ibitzy to work
Go to the top of the pageReport Post
+
nat98
post Jun 1 2007, 04:32 PM
Post #22


Tomato
Group Icon

Group: Member
Posts: 55
Joined: 17-December 03
Member No.: 47,525



QUOTE
$base_uri = ''; // Where the script is, dont use ending slash. <-- what does this meen


in your case ( your hosting on your home pc)

QUOTE
$base_uri = 'http://localhost'; // Where the script is, dont use ending slash.



every thing else looks fine.
hope that helps





--------------------
Go to the top of the pageReport Post
+
tweek_piracy
post Jun 1 2007, 05:03 PM
Post #23


Vegetable
Group Icon

Group: Member
Posts: 27
Joined: 30-March 07
Member No.: 446,041

System Specs: (show/hide)




no did not help:( can it be somthing else i have forgoten??
Go to the top of the pageReport Post
+
phrostwave
post Jun 1 2007, 08:49 PM
Post #24


DJ Taktikz / STR Records
Group Icon

Group: BT Community Leader
Posts: 128
Joined: 7-September 06
From: 407 Area
Member No.: 411,795
 
System Specs: (show/hide)




everything in the config looks fine, do you know your IP address? if youre running it out of port 80, try typing in your IP into the BASE_URI (ie: http://67.8.228.27/ = http://aknova.info/), and see if that makes any difference...and just a small last question, are you using php5? i have had reports from many different people about this script working and not working on different php5 versions (dont know how thats possible but...whatever smile.gif )

This post has been edited by phrostwave: Jun 1 2007, 10:24 PM
Go to the top of the pageReport Post
+
coscast
post Jun 2 2007, 05:30 AM
Post #25


Clam Chowder
Group Icon

Group: BT Community Leader
Posts: 78
Joined: 8-October 04
Member No.: 198,840
 


Just to give feedback, i grabbed your scraper and modified it to my needs. Works fine thank you.


--------------------
http://www.torrents-and-more.to
Go to the top of the pageReport Post
+
phrostwave
post Jun 2 2007, 06:00 AM
Post #26


DJ Taktikz / STR Records
Group Icon

Group: BT Community Leader
Posts: 128
Joined: 7-September 06
From: 407 Area
Member No.: 411,795
 
System Specs: (show/hide)




thanks coscast! the only thing that sucks about it is that it cant grab the downloaded stat from some trackers....and i have no idea why. i know that tpb has the 'downloaded' amount in the scrape value, but it cant seem to pick it up. this applies to nextorrent, prq, and a couple of trackers. all others seem to work flawlessly though smile.gif
Go to the top of the pageReport Post
+
tweek_piracy
post Jun 2 2007, 12:00 PM
Post #27


Vegetable
Group Icon

Group: Member
Posts: 27
Joined: 30-March 07
Member No.: 446,041

System Specs: (show/hide)




ok now it's working but it say:

Manual Refresh


Warning: mysql_connect(): Access denied for user 'ODBC'@'localhost' (using password: NO) in H:\xampp\htdocs\tracker\adm\b\ibitzy.php on line 45
Access denied for user 'ODBC'@'localhost' (using password: NO)


Guide:

This script is completely automated, and will refresh within 5 seconds at query screens, and every 900 seconds when locked.

Make sure to always pay attention to your loading/progress bar in the corner, it is normal for the script to stall!If you get stuck at any screen, lay off the script for a while. MAKE SURE TO RECOUNT YOUR STATS AFTER CRAWLING!!!!


i'm not that good at this:(..but i'm i quik lerner:)

This post has been edited by tweek_piracy: Jun 2 2007, 01:30 PM
Go to the top of the pageReport Post
+
phrostwave
post Jun 2 2007, 02:57 PM
Post #28


DJ Taktikz / STR Records
Group Icon

Group: BT Community Leader
Posts: 128
Joined: 7-September 06
From: 407 Area
Member No.: 411,795
 
System Specs: (show/hide)




did you configure ibitzy? make sure to look in adm/b/conf.php - you simply need to add your DB info, thats all! smile.gif

keep in mind ibitzy isnt perfectly suited for t-xore in this release, and it doesnt work 100% correctly with the subcategories.

This post has been edited by phrostwave: Jun 2 2007, 02:58 PM
Go to the top of the pageReport Post
+
juiced
post Jun 2 2007, 03:34 PM
Post #29


Tomato
Group Icon

Group: Member
Posts: 56
Joined: 7-May 07
Member No.: 452,851



QUOTE(tweek_piracy @ Jun 2 2007, 10:00 AM) *
ok now it's working but it say:

Manual Refresh
Warning: mysql_connect(): Access denied for user 'ODBC'@'localhost' (using password: NO) in H:\xampp\htdocs\tracker\adm\b\ibitzy.php on line 45
Access denied for user 'ODBC'@'localhost' (using password: NO)
Guide:

This script is completely automated, and will refresh within 5 seconds at query screens, and every 900 seconds when locked.

Make sure to always pay attention to your loading/progress bar in the corner, it is normal for the script to stall!If you get stuck at any screen, lay off the script for a while. MAKE SURE TO RECOUNT YOUR STATS AFTER CRAWLING!!!!
i'm not that good at this:(..but i'm i quik lerner:)


Hmm... providing you set up the config good (right user/pass/DB name etc) then you might be missing a php module or two. Were you testing that on your own server or is it on shared hosting or something somewhere? If it's on your own server what OS? You potentially need to install the "php_mcrypt" module.
Go to the top of the pageReport Post
+
Jaggi
post Jun 2 2007, 06:12 PM
Post #30


Spam Soup
Group Icon

Group: BT Community Leader
Posts: 819
Joined: 11-August 04
Member No.: 170,409
 


that error means you mysql details were wrong so check them in the conf.
Go to the top of the pageReport Post
+

6 Pages V  < 1 2 3 4 > » 
Fast ReplyReply to this topicStart new topic
1 User(s) are reading this topic (0 Guests and 0 Anonymous Users)
1 Members: OPPZeroCool

 




Loans | Loans | Credit Card | Funny Videos | Birthday Gifts
-
Lo-Fi Version 0.1500 sec    --    13 queries    GZIP Enabled
Time is now: 27th June 2007 - 06:23 PM