My Assistant
Logged in as: OPPZeroCool ( Log Out )
My Controls · View New Posts · My Assistant · My Friends · 1 New Messages
If you would like to advertise your Hosting, Services or Products on Filesoup, please contact Geeker for a quote.
T Xore addons |
May 19
2007, 09:46 AM
Post #31
| |
Vegetable Group: Member Posts: 46 Joined: 7-May 07 Member No.: 452,851 |
If the subcat stuff gets taken care
of that'd be sweet. Anything that can be done to make the site look/feel
cleaner will of course be good to (whatever that may be). Only other
recommendation I can think of right now is to possibly have the popup
metadata window draggable (I don't know how difficult that is, im bad with
javascript/dynamic html stuff). |
| |
May 19
2007, 10:04 AM
Post #32
| |
DJ Taktikz / STR Records Group: Member Posts: 72 Joined: 7-September 06 From: 407 Area Member No.: 411,795 System Specs: (show/hide) 64bit x86 based
AMD 'san diego' 3700+ anthlon processor (2.41G), nforce4-a754 board, 2gb
ram, SATA 200gb HD + 350gb HD, 10MB line, nforce-anux 1.0 OS (my buddies
version of linux). same cpu, same board, same ram, SATA 200gb, usb 200gb, windows xpsp2. BAD MUTHAS! |
draggability is a good idea, i'll see
how well i can integrate that. and im telling ya, i know that it can be done because i've seen tons of sites that use ibitzy correctly, most of them being t-xore, or maybe a mininova sc mod. i've been working at it for a while now, and still nothing.... -------------------- :: My side of the internet AK Nova 1.7.5 :: Source available! |
| |
May 19
2007, 10:12 AM
Post #33
| |
Vegetable Group: Member Posts: 46 Joined: 7-May 07 Member No.: 452,851 |
Well, I think it could be as simple
as just writing some code that extracts the sub-cat info from the details
page (or wherever is easiest) and have it drop it into the DB in the right
place and have code that creates a new sub-cat table in the DB when it
finds a new one. You'd have to also right site specific code so if there
is for example a movies sub-cat called suspense but it's called something
else on another site, the code would place it in the right sub-cat and not
make a new one. It'll take some time to get this all squared away. Once my
crawlers are done though this won't be a problem. |
| |
May 23
2007, 12:34 AM
Post #34
| |
DJ Taktikz / STR Records Group: Member Posts: 72 Joined: 7-September 06 From: 407 Area Member No.: 411,795 System Specs: (show/hide) 64bit x86 based
AMD 'san diego' 3700+ anthlon processor (2.41G), nforce4-a754 board, 2gb
ram, SATA 200gb HD + 350gb HD, 10MB line, nforce-anux 1.0 OS (my buddies
version of linux). same cpu, same board, same ram, SATA 200gb, usb 200gb, windows xpsp2. BAD MUTHAS! |
fixed those weird bencoding
errors... replace your entire download.php with this: CODE
<? /* Project : T-Xore version 0.0.4 released on 06/2006 By Bogaa This piece of software is free to use by anyone and may be redistributed and modified by anyone in any way. We can't be held liable for damage or copyright infringement claims. Read the documentation! Bogaa's Homepage : http://www.meganova.org Project Homepage : http://www.devnova.org */ require_once 'config.php'; connect ($dbhost, $dbuser, $dbpass, $database); if(ini_get('zlib.output_compression')) ini_set('zlib.output_compression','Off'); $id=$_GET['id']; $result= mysql_query ("SELECT * FROM torrents WHERE hash = '$id'") or die ("query error"); while($row = mysql_fetch_array ($result)) { extract ($row); $filepath=file_get_contents('adm/b/torrents/'.$_GET['id'].'.torrent'); } if ($torrentname == '') { die('<bgcolor="#000000"><font color="#ff0000 family="verdana">Torrent seems to be missing, contact the admin.</font></body>'); } header("Content-Type: application/x-bittorrent"); header( "Content-Disposition: attachment; filename=\"$hash.torrent\""); print($filepath); ?> |
| |
May 28
2007, 10:12 PM
Post #35
| |
DJ Taktikz / STR Records Group: Member Posts: 72 Joined: 7-September 06 From: 407 Area Member No.: 411,795 System Specs: (show/hide) 64bit x86 based
AMD 'san diego' 3700+ anthlon processor (2.41G), nforce4-a754 board, 2gb
ram, SATA 200gb HD + 350gb HD, 10MB line, nforce-anux 1.0 OS (my buddies
version of linux). same cpu, same board, same ram, SATA 200gb, usb 200gb, windows xpsp2. BAD MUTHAS! |
alright, i've been doing a lot of
work on the new version, i'm hoping to have it completely cleaned up and
released by the end of tonight....the only thing left that i have to do is
put the old '.$sitename.', so you dont have to edit every file and remove
'AK Nova' from them - it'll just echo the name you put in during the
config. hopefully everything will go smoothly |
| |
May 28
2007, 10:51 PM
Post #36
| |
Vegetable Group: Member Posts: 46 Joined: 7-May 07 Member No.: 452,851 |
noice
|
| |
May 28
2007, 11:53 PM
Post #37
| |
Spam Soup Group: Admin Posts: 1,382 Joined: 16-January 04 From: Florida Member No.: 61,222 |
I am looking forward to it as in my
opinion it is one great package you have put together! -------------------- Mini Tracker Public Announce URL: http://hustlers-place.com/sbt/announce.php
Hustler's Place Lite Tracker: http://hustlers-place2.com/ttlite/index.php
Hustler's Place BT Lister using AK Nova: http://hustlers-place.com/mybit/index.php
(New) Hustler's Place Topsites Site: http://hustlers-place.com/topsite/index.php
Hustler's Place VIPTracker: http://hustlers-place2.com/viptracker/index.php This one
requires
you to be an active member of our forums!
|
| |
Today,
08:53 AM
Post #38
| |
Tomato Group: BT Community Leader Posts: 54 Joined: 26-February 07 Member No.: 447,369 |
Check http://test.nova9.org/ for
the latest Improved T-Xore version, with a lot of ajax everywhere ! |
| |
Lo-Fi Version |
0.1756 sec --
12 queries
GZIP
Enabled Time is now: 30th May 2007 - 06:41 PM |