Welcome Guest ( Log In | Register )


This  is  NOT  a  Search  Box
PRIVATE NOTICE FROM crepourg
--
fratmen
(Today, 09:32 PM) crepourg
--
fratmen
PRIVATE NOTICE FROM
--
m4x just beat xCassiopeiAx score of 4 in Flash Halo: CTF with a new score of 5
(Today, 09:19 PM)
--
m4x just beat xCassiopeiAx score of 4 in Flash Halo: CTF with a new score of 5
PRIVATE NOTICE FROM
--
(Today, 09:15 PM)
--
PRIVATE NOTICE FROM ladyhawk
--
good
(Today, 09:14 PM) ladyhawk
--
good
PRIVATE NOTICE FROM BrutallyFrank
--
Nope, no one
(Today, 09:09 PM) BrutallyFrank
--
Nope, no one
PRIVATE NOTICE FROM ladyhawk
--
hello anyone
(Today, 09:03 PM) ladyhawk
--
hello anyone
PRIVATE NOTICE FROM ladyhawk
--
matron/
(Today, 08:51 PM) ladyhawk
--
matron/
PRIVATE NOTICE FROM wng95
--
oooo Matron
(Today, 08:50 PM) wng95
--
oooo Matron
PRIVATE NOTICE FROM
--
David Guetta Fck Me Im Famous 29.11.08 (torrent) has just been added.
(Today, 08:49 PM)
--
David Guetta Fck Me Im Famous 29.11.08 (torrent) has just been added.
PRIVATE NOTICE FROM ladyhawk
--
i have been just took a back seat lol its quiet when im not on eh lol
(Today, 08:39 PM) ladyhawk
--
i have been just took a back seat lol its quiet when im not on eh lol
PRIVATE NOTICE FROM BrutallyFrank
--
Hey LH: I thought you were going to be here all day
(Today, 08:19 PM) BrutallyFrank
--
Hey LH: I thought you were going to be here all day
PRIVATE NOTICE FROM ladyhawk
--
as always
(Today, 08:06 PM) ladyhawk
--
as always
PRIVATE NOTICE FROM
--
Gorkywong just beat yourmercifulgod score of 486 in Bar Sliding with a new score of 491
(Today, 07:51 PM)
--
Gorkywong just beat yourmercifulgod score of 486 in Bar Sliding with a new score of 491
PRIVATE NOTICE FROM BrutallyFrank
--
Anybody home?
(Today, 07:45 PM) BrutallyFrank
--
Anybody home?
PRIVATE NOTICE FROM BladeD
--
Sure, very good.
(Today, 07:04 PM) BladeD
--
Sure, very good.
ShoutOut! © InvisionMint
Float shoutbox?

AK Nova 3.5.0 Released

This topic is about AK Nova 3.5.0 Released, the author, phrostwave, wrote about: Just released the last fix for the AK Nova (3.5.0), which ends the 3.x developement series. fixed small concerning upload.php and sitelist.php/.txtbot ... To read more just scroll down

> 

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

 
Reply to this topicStart new topic
> AK Nova 3.5.0 Released
phrostwave
post Jan 25 2008, 09:20 PM
Post #1


somicidal
Group Icon

Group: Community Leader
Received 2 Thanks
Posts: 21
Joined: 23-January 08
From: Factory 33
Member No.: 119




Just released the last fix for the AK Nova (3.5.0), which ends the 3.x developement series.
  • fixed small concerning upload.php and sitelist.php/.txt
  • both BTDIRs use get/ instead of get/1
  • BTDIR2 fixed in ibitzy to point in the right directory
  • completely commented out the ibitzy scrape
  • more templating implemented on all torrent details pages (tab menu, and download block)
  • login / logout / register is controlled by a nice dropdown effect in community - usercp (menu)

If youre wanting to use cURL on ibitzy, heres the function in class_spider.php:

CODE
    /*-------------------------------------------------------------------------*/
    // Get file content (cURL'd by phrostwave)
    /*-------------------------------------------------------------------------*/

    function file_get_content( $url,$timeout=5 )
    {
    $ch = curl_init();
    curl_setopt($ch, CURLOPT_USERAGENT, 'AK Crawler');
    curl_setopt($ch, CURLOPT_URL, $url);
    curl_setopt($ch, CURLOPT_CONNECTTIMEOUT,$timeout);
    curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
    curl_setopt($ch, CURLOPT_VERBOSE, 1);
    $adval=curl_exec($ch);
        for( $i = 1; $c <= $this->conf['tries']; $c++ )
        {
            $file = @file_get_contents( $url );
            if( $file != FALSE )
            {
                return array( 1 => TRUE, 2 => $file );
                break;
            }
        }
        return array( 1 => FALSE, 2 => '' );
    return $adval;
    curl_close($ch);
    }

..and if it doesnt work, sorry buddy.

Sourceforge
Go to the top of the page
 
+
DandyDon
post Jan 26 2008, 08:13 PM
Post #2


Advanced Member
Group Icon

Group: Community Leader
Posts: 244
Joined: 7-May 06
Member No.: 607



I'll be trying it out today

Link to follow, once I get it running.

Go to the top of the page
 
+
Modgik
post Jan 28 2008, 04:16 PM
Post #3


Newbie
Group Icon

Group: Member
Posts: 7
Joined: 28-August 07
Member No.: 15,854



tkns..

i gona test on my server rolleyes.gif
Go to the top of the page
 
+
DandyDon
post Jan 28 2008, 09:50 PM
Post #4


Advanced Member
Group Icon

Group: Community Leader
Posts: 244
Joined: 7-May 06
Member No.: 607



so far so good,


I like the separate php ibitzy files dependent on cats.
I had been thinking of that on previous t-xore/ibitzy combinations.

so far just used the books.php

Don
Go to the top of the page
 
+
phrostwave
post Jan 30 2008, 05:48 AM
Post #5


somicidal
Group Icon

Group: Community Leader
Received 2 Thanks
Posts: 21
Joined: 23-January 08
From: Factory 33
Member No.: 119




also, the ak nova has its own forum (http://forum.aknova.info/), so you can get support, mods / hacks, upcoming release news, and other stuff directly from the source smile.gif

some noteworthy updates since the release are:
upload.php missing required components
cloud.php glitch fix

t-xore support is also available if you need help with the legacy script.

This post has been edited by phrostwave: Jan 30 2008, 05:52 AM
Go to the top of the page
 
+
ninicoco
post Mar 11 2008, 02:26 PM
Post #6
Member
Group Icon

Group: Member
Posts: 15
Joined: 17-September 07
Member No.: 6,742



I install everything and ibitzy seem to work but when uploading torrents, it returns a 0 for the torrent name. No torrent added in categories but in ibitzy i have 200 torrents.

What do you think it is?

Thanks for any help
Go to the top of the page
 
+
lazyyan
post Apr 7 2008, 09:01 PM
Post #7
Member
Group Icon

Group: Member
Posts: 12
Joined: 21-July 07
Member No.: 37,760



i have same problem and i already change the value in conf.php $CONF['lock_timeout'] = 50; to 100 and $CONF['interval'] = 100; to 200, but doesnt look any change.

Go to the top of the page
 
+
thorin
post Jul 20 2008, 11:31 AM
Post #8


Member
Group Icon

Group: Member
Posts: 16
Joined: 31-May 07
Member No.: 34,112



Same here. Is forum.aknova.info ever coming back?
Go to the top of the page
 
+

Reply to this topicStart new topic
Tags
No Tag inserted yet

1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 







Loan | Go ACC | Bad Credit Mortgages | Myspace Layouts | Books
RSS Lo-Fi Version | SEO by MinervaSEO © Icelabz.net Time is now: 1st December 2008 - 09:32 PM