Gossamer Forum
Home : Products : Links 2.0 : Customization :

Toplist mod??

(Page 2 of 2)
> >
Quote Reply
Re: [Paul] Toplist mod?? In reply to
oh yeah Cool

it's the forum ^_^

i'm trying again

Code:


# Definition of your database file.
%db_def = (
ID => [0, 'numer', 5, 8, 1, '', ''],
Title => [1, 'alpha', 40, 75, 1, '', ''],
URL => [2, 'alpha', 40, 75, 1, 'http://', '^http|news|mailto|ftp'],
Date => [3, 'date', 15, 15, 1, \&get_date, ''],
Category => [4, 'alpha', 0, 150, 1, '', ''],
Description => [5, 'alpha', '40x3', 500, 0, '', ''],
'Contact Name' => [6, 'alpha', 40, 75, 1, '', ''],
'Contact Email' => [7, 'alpha', 40, 75, 1, '', '.+@.+\..+'],
Hits => [8, 'numer', 10, 10, 1, '0', '\d+'],
isNew => [9, 'alpha', 0, 5, 0, 'No', ''],
isPopular => [10, 'alpha', 0, 5, 0, 'No', ''],
Rating => [11, 'numer', 10, 10, 1, 0, '^[\d\.]+$'],
Votes => [12, 'numer', 10, 10, 1, 0, '^\d+$'],
ReceiveMail => [13, 'alpha', 10, 10, 1, 'Yes', 'No|Yes'],
inHits => [14, 'numer', 10, 10, 1, '0', '\d+']
);
Quote Reply
Re: [numeric] Toplist mod?? In reply to
just one question :

Did the script worked with your Links install ?
Quote Reply
Re: [numeric] Toplist mod?? In reply to
Anyone got the page that used to be here :http://www.dbink.hostingcheck.com/incoming.html

that would help a lot TongueCool
Quote Reply
Re: [numeric] Toplist mod?? In reply to
up
Quote Reply
Re: [numeric] Toplist mod?? In reply to
the page is not up.
Quote Reply
Re: [jamies] Toplist mod?? In reply to
?!
> >