Press Ctrl+V RIGHT NOW

fury

Administrator
Staff member
if (*uniqid* iswm $3) {
%link.pos = $pos($3-,uniqid,1) + 7
%linkid = $mid($3-,%link.pos,8)
writeini -n bannedlinks.ini links %linkid true
set -u0 %temp.curcache.links $readini(bannedlinks.ini,caches,links)
writeini -n bannedlinks.ini caches links $addtok(%temp.curcache.links,%linkid,44)
$eval(%temp.output That link ID is now banned.)
}
 

Gotnolegs

Active Member
Anyway, someone here should have the link for a report that was posted on Netsword by some crazy American dudes who chopped up a freshly killed cow carcass in an abatoire with an assortment of weapons...


You really don't want to know...
 

paul_valaru

100% Pure Canadian Beef
Investment Options

5% Conservative Portfolio

· If all your registered funds are invested for the next 8 years, in a portfolio earning an average rate of 5%, your RRSP will be worth $273,348 (after inflation) at age 60. This in turn will generate an income of $17,843 per year till age 90.

· If all of your non-registered funds are invested in a portfolio for the next 8 years, earning an average rate of 5%, your non-registered funds will be worth $121,000 (after taxes & inflation) at age 60. This in turn will generate an income of $6,050 per year.

7% Balanced Portfolio

· If all your registered funds are invested for the next 8 years, in a portfolio earning an average rate of 7%, your RRSP will be worth $319,287 (after inflation) at age 60. This in turn will generate an income of $25,854 per year till age 90.

· If all of your non-registered funds are invested in a portfolio for the next 8 years, earning an average rate of 7%, your non-registered funds will be worth $133,116 (after taxes & inflation) at age 60. This in turn will generate an income of $9,318 per year.

9% Growth Portfolio

· If all your registered funds are invested for the next 8 years, in a portfolio earning an average rate of 9%, your RRSP will be worth $371,845 (after inflation) at age 60. This in turn will generate an income of $36,416 per year till age 90.

· If all of your non-registered funds are invested in a portfolio for the next 8 years, earning an average rate of 9%, your non-registered funds will be worth $146,280 (after taxes & inflation) at age 60. This in turn will generate an income of $13,280 per year.


happy??
 

freako104

Well-Known Member
scored 7 correct answers.
Your grasp of the festive facts would not impress Santa, but perhaps you’re already enjoying the seasonal celebrations too much to pay attention to trivia. This is important work, but don’t miss out on something interesting that could help you in Christmas pub quizzes!
 

Mirlyn

Well-Known Member
CREATE TABLE `cpg11d_albums` (
`aid` int(11) NOT NULL auto_increment,
`title` varchar(255) NOT NULL default '',
`description` text NOT NULL,
`visibility` int(11) NOT NULL default '0',
`uploads` enum('YES','NO') NOT NULL default 'NO',
`comments` enum('YES','NO') NOT NULL default 'YES',
`votes` enum('YES','NO') NOT NULL default 'YES',
`pos` int(11) NOT NULL default '0',
`category` int(11) NOT NULL default '0',
`pic_count` int(11) NOT NULL default '0',
`thumb` int(11) NOT NULL default '0',
`last_addition` datetime NOT NULL default '0000-00-00 00:00:00',
`stat_uptodate` enum('YES','NO') NOT NULL default 'NO',
PRIMARY KEY (`aid`),
KEY `alb_category` (`category`)
) TYPE=MyISAM AUTO_INCREMENT=10 ;
 

CoffeePhoenix

New Member
fury said:
if (*uniqid* iswm $3) {
%link.pos = $pos($3-,uniqid,1) + 7
%linkid = $mid($3-,%link.pos,8)
writeini -n bannedlinks.ini links %linkid true
set -u0 %temp.curcache.links $readini(bannedlinks.ini,caches,links)
writeini -n bannedlinks.ini caches links $addtok(%temp.curcache.links,%linkid,44)
$eval(%temp.output That link ID is now banned.)
}

fury doesnt that make everyone who posts a link get banned? :confused:
 
Top