-- MySQL dump 9.11 -- -- Host: localhost Database: blitz3df_mabase -- ------------------------------------------------------ -- Server version 4.0.22-standard-log -- -- Table structure for table `nn_banner` -- DROP TABLE IF EXISTS nn_banner; CREATE TABLE nn_banner ( bid int(11) NOT NULL auto_increment, cid int(11) NOT NULL default '0', type varchar(10) NOT NULL default 'banner', name varchar(50) NOT NULL default '', imptotal int(11) NOT NULL default '0', impmade int(11) NOT NULL default '0', clicks int(11) NOT NULL default '0', imageurl varchar(100) NOT NULL default '', clickurl varchar(200) NOT NULL default '', date datetime default NULL, showBanner tinyint(1) NOT NULL default '0', checked_out tinyint(1) NOT NULL default '0', checked_out_time datetime NOT NULL default '0000-00-00 00:00:00', editor varchar(50) default NULL, custombannercode text, PRIMARY KEY (bid), KEY viewbanner (showBanner) ) TYPE=MyISAM; -- -- Dumping data for table `nn_banner` -- INSERT INTO nn_banner (bid, cid, type, name, imptotal, impmade, clicks, imageurl, clickurl, date, showBanner, checked_out, checked_out_time, editor, custombannercode) VALUES (1,1,'banner','Ka-Ching',0,27,0,'ka-chingBanner.gif','http://www.miro.com.au','2004-07-07 15:31:29',1,0,'0000-00-00 00:00:00',NULL,NULL); INSERT INTO nn_banner (bid, cid, type, name, imptotal, impmade, clicks, imageurl, clickurl, date, showBanner, checked_out, checked_out_time, editor, custombannercode) VALUES (2,1,'banner','Oi!',0,18,0,'OiBanner.gif','http://www.miro.com.au','2004-07-07 15:31:29',1,0,'0000-00-00 00:00:00',NULL,NULL); -- -- Table structure for table `nn_bannerclient` -- DROP TABLE IF EXISTS nn_bannerclient; CREATE TABLE nn_bannerclient ( cid int(11) NOT NULL auto_increment, name varchar(60) NOT NULL default '', contact varchar(60) NOT NULL default '', email varchar(60) NOT NULL default '', extrainfo text NOT NULL, checked_out tinyint(1) NOT NULL default '0', checked_out_time time default NULL, editor varchar(50) default NULL, PRIMARY KEY (cid) ) TYPE=MyISAM; -- -- Dumping data for table `nn_bannerclient` -- INSERT INTO nn_bannerclient (cid, name, contact, email, extrainfo, checked_out, checked_out_time, editor) VALUES (1,'Miro International Pty.','Administrator','admin@miro.com.au','',0,'00:00:00',NULL); -- -- Table structure for table `nn_bannerfinish` -- DROP TABLE IF EXISTS nn_bannerfinish; CREATE TABLE nn_bannerfinish ( bid int(11) NOT NULL auto_increment, cid int(11) NOT NULL default '0', type varchar(10) NOT NULL default '', name varchar(50) NOT NULL default '', impressions int(11) NOT NULL default '0', clicks int(11) NOT NULL default '0', imageurl varchar(50) NOT NULL default '', datestart datetime default NULL, dateend datetime default NULL, PRIMARY KEY (bid) ) TYPE=MyISAM; -- -- Dumping data for table `nn_bannerfinish` -- -- -- Table structure for table `nn_categories` -- DROP TABLE IF EXISTS nn_categories; CREATE TABLE nn_categories ( id int(11) NOT NULL auto_increment, parent_id int(11) NOT NULL default '0', title varchar(50) NOT NULL default '', name varchar(255) NOT NULL default '', image varchar(100) NOT NULL default '', section varchar(50) NOT NULL default '', image_position varchar(10) NOT NULL default '', description text NOT NULL, published tinyint(1) NOT NULL default '0', checked_out int(11) unsigned NOT NULL default '0', checked_out_time datetime NOT NULL default '0000-00-00 00:00:00', editor varchar(50) default NULL, ordering int(11) NOT NULL default '0', access tinyint(3) unsigned NOT NULL default '0', count int(11) NOT NULL default '0', params text NOT NULL, PRIMARY KEY (id), KEY cat_idx (section,published,access), KEY idx_section (section), KEY idx_access (access), KEY idx_checkout (checked_out) ) TYPE=MyISAM; -- -- Dumping data for table `nn_categories` -- INSERT INTO nn_categories (id, parent_id, title, name, image, section, image_position, description, published, checked_out, checked_out_time, editor, ordering, access, count, params) VALUES (1,0,'Latest','Latest News','taking_notes.jpg','1','left','The latest news from the Mambo Team',1,0,'0000-00-00 00:00:00','',0,0,5,''); INSERT INTO nn_categories (id, parent_id, title, name, image, section, image_position, description, published, checked_out, checked_out_time, editor, ordering, access, count, params) VALUES (2,0,'Mambo','Mambo','clock.jpg','com_weblinks','left','A selection of links that are all related to the Mambo project.',1,0,'0000-00-00 00:00:00',NULL,0,0,0,''); INSERT INTO nn_categories (id, parent_id, title, name, image, section, image_position, description, published, checked_out, checked_out_time, editor, ordering, access, count, params) VALUES (3,0,'Newsflash','Newsflash','','2','left','',1,63,'2004-10-03 06:48:16','',0,0,0,''); INSERT INTO nn_categories (id, parent_id, title, name, image, section, image_position, description, published, checked_out, checked_out_time, editor, ordering, access, count, params) VALUES (4,0,'Contacts','Contacts','','com_contact_details','left','Contact Details for this website',1,0,'0000-00-00 00:00:00',NULL,0,0,0,''); INSERT INTO nn_categories (id, parent_id, title, name, image, section, image_position, description, published, checked_out, checked_out_time, editor, ordering, access, count, params) VALUES (66,0,'Mambo','Mambo','','com_newsfeeds','left','',1,0,'0000-00-00 00:00:00',NULL,2,0,0,''); INSERT INTO nn_categories (id, parent_id, title, name, image, section, image_position, description, published, checked_out, checked_out_time, editor, ordering, access, count, params) VALUES (7,0,'Examples','Example FAQs','key.jpg','3','left','Here you will find an example set of FAQs.',1,0,'0000-00-00 00:00:00',NULL,0,0,2,''); INSERT INTO nn_categories (id, parent_id, title, name, image, section, image_position, description, published, checked_out, checked_out_time, editor, ordering, access, count, params) VALUES (51,0,'Business: general','Business: general','','com_newsfeeds','left','',1,0,'0000-00-00 00:00:00',NULL,1,0,0,''); INSERT INTO nn_categories (id, parent_id, title, name, image, section, image_position, description, published, checked_out, checked_out_time, editor, ordering, access, count, params) VALUES (52,0,'Companies','Companies','','com_newsfeeds','left','',1,0,'0000-00-00 00:00:00',NULL,2,0,0,''); INSERT INTO nn_categories (id, parent_id, title, name, image, section, image_position, description, published, checked_out, checked_out_time, editor, ordering, access, count, params) VALUES (53,0,'Entertainment','Entertainment','','com_newsfeeds','left','',1,0,'0000-00-00 00:00:00',NULL,3,0,0,''); INSERT INTO nn_categories (id, parent_id, title, name, image, section, image_position, description, published, checked_out, checked_out_time, editor, ordering, access, count, params) VALUES (54,0,'Finance','Finance','','com_newsfeeds','left','',1,0,'0000-00-00 00:00:00',NULL,4,0,0,''); INSERT INTO nn_categories (id, parent_id, title, name, image, section, image_position, description, published, checked_out, checked_out_time, editor, ordering, access, count, params) VALUES (55,0,'Industry','Industry','','com_newsfeeds','left','',1,0,'0000-00-00 00:00:00',NULL,5,0,0,''); INSERT INTO nn_categories (id, parent_id, title, name, image, section, image_position, description, published, checked_out, checked_out_time, editor, ordering, access, count, params) VALUES (56,0,'Internet','Internet','','com_newsfeeds','left','',1,0,'0000-00-00 00:00:00',NULL,6,0,0,''); -- -- Table structure for table `nn_components` -- DROP TABLE IF EXISTS nn_components; CREATE TABLE nn_components ( id int(11) NOT NULL auto_increment, name varchar(50) NOT NULL default '', link varchar(255) NOT NULL default '', menuid int(11) unsigned NOT NULL default '0', parent int(11) unsigned NOT NULL default '0', admin_menu_link varchar(255) NOT NULL default '', admin_menu_alt varchar(255) NOT NULL default '', option varchar(50) NOT NULL default '', ordering int(11) NOT NULL default '0', admin_menu_img varchar(255) NOT NULL default '', iscore tinyint(4) NOT NULL default '0', params text NOT NULL, PRIMARY KEY (id) ) TYPE=MyISAM; -- -- Dumping data for table `nn_components` -- INSERT INTO nn_components (id, name, link, menuid, parent, admin_menu_link, admin_menu_alt, option, ordering, admin_menu_img, iscore, params) VALUES (1,'Banners','',0,0,'','Banner Management','com_banners',0,'js/ThemeOffice/component.png',0,''); INSERT INTO nn_components (id, name, link, menuid, parent, admin_menu_link, admin_menu_alt, option, ordering, admin_menu_img, iscore, params) VALUES (2,'Manage Banners','',0,1,'option=com_banners','Active Banners','com_banners',1,'js/ThemeOffice/edit.png',0,''); INSERT INTO nn_components (id, name, link, menuid, parent, admin_menu_link, admin_menu_alt, option, ordering, admin_menu_img, iscore, params) VALUES (3,'Manage Clients','',0,1,'option=com_banners&task=listclients','Manage Clients','com_banners',2,'js/ThemeOffice/categories.png',0,''); INSERT INTO nn_components (id, name, link, menuid, parent, admin_menu_link, admin_menu_alt, option, ordering, admin_menu_img, iscore, params) VALUES (4,'Web Links','option=com_weblinks',0,0,'','Manage Weblinks','com_weblinks',0,'js/ThemeOffice/component.png',0,''); INSERT INTO nn_components (id, name, link, menuid, parent, admin_menu_link, admin_menu_alt, option, ordering, admin_menu_img, iscore, params) VALUES (5,'Weblink Items','',0,4,'option=com_weblinks','View existing weblinks','com_weblinks',1,'js/ThemeOffice/edit.png',0,''); INSERT INTO nn_components (id, name, link, menuid, parent, admin_menu_link, admin_menu_alt, option, ordering, admin_menu_img, iscore, params) VALUES (6,'Weblink Categories','',0,4,'option=categories§ion=com_weblinks','Manage weblink categories','',2,'js/ThemeOffice/categories.png',0,''); INSERT INTO nn_components (id, name, link, menuid, parent, admin_menu_link, admin_menu_alt, option, ordering, admin_menu_img, iscore, params) VALUES (7,'Contacts','option=com_contact',0,0,'','Edit contact details','com_contact',0,'js/ThemeOffice/component.png',1,''); INSERT INTO nn_components (id, name, link, menuid, parent, admin_menu_link, admin_menu_alt, option, ordering, admin_menu_img, iscore, params) VALUES (8,'Manage Contacts','',0,7,'option=com_contact','Edit contact details','com_contact',0,'js/ThemeOffice/component.png',1,''); INSERT INTO nn_components (id, name, link, menuid, parent, admin_menu_link, admin_menu_alt, option, ordering, admin_menu_img, iscore, params) VALUES (9,'Contact Categories','',0,7,'option=categories§ion=com_contact_details','Manage contact categories','',2,'js/ThemeOffice/categories.png',1,''); INSERT INTO nn_components (id, name, link, menuid, parent, admin_menu_link, admin_menu_alt, option, ordering, admin_menu_img, iscore, params) VALUES (10,'FrontPage','option=com_frontpage',0,0,'','Manage Front Page Items','com_frontpage',0,'js/ThemeOffice/component.png',1,''); INSERT INTO nn_components (id, name, link, menuid, parent, admin_menu_link, admin_menu_alt, option, ordering, admin_menu_img, iscore, params) VALUES (11,'Polls','option=com_poll',0,0,'option=com_poll','Manage Polls','com_poll',0,'js/ThemeOffice/component.png',0,''); INSERT INTO nn_components (id, name, link, menuid, parent, admin_menu_link, admin_menu_alt, option, ordering, admin_menu_img, iscore, params) VALUES (12,'News Feeds','option=com_newsfeeds',0,0,'','News Feeds Management','com_newsfeeds',0,'js/ThemeOffice/component.png',0,''); INSERT INTO nn_components (id, name, link, menuid, parent, admin_menu_link, admin_menu_alt, option, ordering, admin_menu_img, iscore, params) VALUES (13,'Manage News Feeds','',0,12,'option=com_newsfeeds','Manage News Feeds','com_newsfeeds',1,'js/ThemeOffice/edit.png',0,''); INSERT INTO nn_components (id, name, link, menuid, parent, admin_menu_link, admin_menu_alt, option, ordering, admin_menu_img, iscore, params) VALUES (14,'Manage Categories','',0,12,'option=com_categories§ion=com_newsfeeds','Manage Categories','',2,'js/ThemeOffice/categories.png',0,''); INSERT INTO nn_components (id, name, link, menuid, parent, admin_menu_link, admin_menu_alt, option, ordering, admin_menu_img, iscore, params) VALUES (15,'Login','option=com_login',0,0,'','','com_login',0,'',1,''); INSERT INTO nn_components (id, name, link, menuid, parent, admin_menu_link, admin_menu_alt, option, ordering, admin_menu_img, iscore, params) VALUES (16,'Search','option=com_search',0,0,'','','com_search',0,'',1,''); INSERT INTO nn_components (id, name, link, menuid, parent, admin_menu_link, admin_menu_alt, option, ordering, admin_menu_img, iscore, params) VALUES (17,'Syndicate','',0,0,'option=com_syndicate','Manage Syndication Settings','com_syndicate',0,'js/ThemeOffice/component.png',0,''); -- -- Table structure for table `nn_contact_details` -- DROP TABLE IF EXISTS nn_contact_details; CREATE TABLE nn_contact_details ( id int(11) NOT NULL auto_increment, name varchar(100) NOT NULL default '', con_position varchar(50) default NULL, address text, suburb varchar(50) default NULL, state varchar(20) default NULL, country varchar(50) default NULL, postcode varchar(10) default NULL, telephone varchar(25) default NULL, fax varchar(25) default NULL, misc mediumtext, image varchar(100) default NULL, imagepos varchar(20) default NULL, email_to varchar(100) default NULL, default_con tinyint(1) unsigned NOT NULL default '0', published tinyint(1) unsigned NOT NULL default '0', checked_out int(11) unsigned NOT NULL default '0', checked_out_time datetime NOT NULL default '0000-00-00 00:00:00', ordering int(11) NOT NULL default '0', params text NOT NULL, user_id int(11) NOT NULL default '0', catid int(11) NOT NULL default '0', access tinyint(3) unsigned NOT NULL default '0', PRIMARY KEY (id) ) TYPE=MyISAM; -- -- Dumping data for table `nn_contact_details` -- INSERT INTO nn_contact_details (id, name, con_position, address, suburb, state, country, postcode, telephone, fax, misc, image, imagepos, email_to, default_con, published, checked_out, checked_out_time, ordering, params, user_id, catid, access) VALUES (1,'Name','Position','Street','Suburb','State','Country','Zip Code','Telephone','Fax','Miscellanous info','asterisk.png','top','email@email.com',1,1,0,'0000-00-00 00:00:00',1,'',0,4,0); -- -- Table structure for table `nn_content` -- DROP TABLE IF EXISTS nn_content; CREATE TABLE nn_content ( id int(11) unsigned NOT NULL auto_increment, title varchar(100) NOT NULL default '', title_alias varchar(100) NOT NULL default '', introtext mediumtext NOT NULL, fulltext mediumtext NOT NULL, state tinyint(3) NOT NULL default '0', sectionid int(11) unsigned NOT NULL default '0', mask int(11) unsigned NOT NULL default '0', catid int(11) unsigned NOT NULL default '0', created datetime NOT NULL default '0000-00-00 00:00:00', created_by int(11) unsigned NOT NULL default '0', created_by_alias varchar(100) NOT NULL default '', modified datetime NOT NULL default '0000-00-00 00:00:00', modified_by int(11) unsigned NOT NULL default '0', checked_out int(11) unsigned NOT NULL default '0', checked_out_time datetime NOT NULL default '0000-00-00 00:00:00', publish_up datetime NOT NULL default '0000-00-00 00:00:00', publish_down datetime NOT NULL default '0000-00-00 00:00:00', images text NOT NULL, urls text NOT NULL, attribs text NOT NULL, version int(11) unsigned NOT NULL default '1', parentid int(11) unsigned NOT NULL default '0', ordering int(11) NOT NULL default '0', metakey text NOT NULL, metadesc text NOT NULL, access int(11) unsigned NOT NULL default '0', hits int(11) unsigned NOT NULL default '0', PRIMARY KEY (id), KEY idx_section (sectionid), KEY idx_access (access), KEY idx_checkout (checked_out), KEY idx_state (state), KEY idx_catid (catid), KEY idx_mask (mask) ) TYPE=MyISAM; -- -- Dumping data for table `nn_content` -- INSERT INTO nn_content (id, title, title_alias, introtext, fulltext, state, sectionid, mask, catid, created, created_by, created_by_alias, modified, modified_by, checked_out, checked_out_time, publish_up, publish_down, images, urls, attribs, version, parentid, ordering, metakey, metadesc, access, hits) VALUES (1,'Welcome to Mambo','Welcome','If you\'ve read anything at all about Content Management Systems (CMS), you\'ll probably know at least three things: CMS are the most exciting way to do business, CMS can be really, I mean really, complicated and lastly Portals are absolutely, outrageously, often unaffordably expensive.

{mosimage}Mambo is set to change all that ... Mambo is different from the normal models for portal software. For a start, it\'s not complicated. Mambo has been developed for the masses. It\'s licensed under the GNU/GPL license, easy to install and administer and reliable. Mambo doesn\'t even require the user or administrator of the system to know HTML to operate it once it\'s up and running.','

Mambo features:

\r\n\r\n

Extensive Administration:

\r\n',1,1,0,1,'2004-06-12 11:54:06',62,'Web Master','2004-06-12 12:33:27',62,0,'0000-00-00 00:00:00','2004-01-01 00:00:00','0000-00-00 00:00:00','asterisk.png|left|Another logo|0','','',1,0,1,'','',0,1); INSERT INTO nn_content (id, title, title_alias, introtext, fulltext, state, sectionid, mask, catid, created, created_by, created_by_alias, modified, modified_by, checked_out, checked_out_time, publish_up, publish_down, images, urls, attribs, version, parentid, ordering, metakey, metadesc, access, hits) VALUES (2,'Newsflash 1','','Mambo 4.5 is \'Power In Simplicity\'!. It has never been easier to create\r\nyour own dynamic site. Manage all your content from the best CMS admin\r\ninterface.','',1,2,1,3,'2004-08-09 08:30:34',62,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2004-08-09 00:00:00','0000-00-00 00:00:00','','','',1,0,1,'','',0,0); INSERT INTO nn_content (id, title, title_alias, introtext, fulltext, state, sectionid, mask, catid, created, created_by, created_by_alias, modified, modified_by, checked_out, checked_out_time, publish_up, publish_down, images, urls, attribs, version, parentid, ordering, metakey, metadesc, access, hits) VALUES (3,'Newsflash 2','','Yesterday all servers in the U.S. went out on strike in a bid to get more RAM and better CPUs. A spokes person said that the need for better RAM was due to some fool increasing the front-side bus speed. In future, busses will be told to slow down in residential motherboards.','',1,2,1,3,'2004-08-09 08:30:34',62,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2004-08-09 00:00:00','0000-00-00 00:00:00','','','',1,0,2,'','',0,0); INSERT INTO nn_content (id, title, title_alias, introtext, fulltext, state, sectionid, mask, catid, created, created_by, created_by_alias, modified, modified_by, checked_out, checked_out_time, publish_up, publish_down, images, urls, attribs, version, parentid, ordering, metakey, metadesc, access, hits) VALUES (4,'Newsflash 3','','Aoccdrnig to a rscheearch at an Elingsh uinervtisy, it deosn\'t mttaer in waht oredr the ltteers in a wrod are, the olny iprmoetnt tihng is taht frist and lsat ltteer is at the rghit pclae. The rset can be a toatl mses and you can sitll raed it wouthit porbelm. Tihs is bcuseae we do not raed ervey lteter by itslef but the wrod as a wlohe.','',1,2,1,3,'2004-08-09 08:30:34',62,'','0000-00-00 00:00:00',0,0,'0000-00-00 00:00:00','2004-08-09 00:00:00','0000-00-00 00:00:00','','','',1,0,3,'','',0,0); INSERT INTO nn_content (id, title, title_alias, introtext, fulltext, state, sectionid, mask, catid, created, created_by, created_by_alias, modified, modified_by, checked_out, checked_out_time, publish_up, publish_down, images, urls, attribs, version, parentid, ordering, metakey, metadesc, access, hits) VALUES (11,'Mambo License Guidelines','','Learn more about how Mambo is licensed and how this affects you.

Mambo is released under the GNU General Public license (GNU GPL).The\r\nGNU GPL provides for a person or persons to distribute Mambo for a fee,\r\nbut not actually charging for the software itself, because Mambo is\r\nfree. Mambo is free to share and change, but if you do change it in\r\nanyway, can you also change the license and make it commercial? No! The\r\nwhole GPL is devoted to ensuring this does not happen. Copyright, a\r\nmuch more refined and stringent law will prevent this as well.

So with regard to Mambo, the GPL and copyright:

You MAY distribute it and charge for that service. You MAY change it, add design and content to it and you MAY charge for that. You may NOT alter the license and you must NOT alter the copyright. You do NOT have to show a \'Powered by Mambo\' graphic, as it not a copyright notice.

In other words, you must NOT pretend that Mambo is yours, and you must NOT charge people for Mambo.

\r\nUse Mambo to empower yourself and your clients by taking away the\r\n\'Black Magic\' that surrounds putting content on the internet. Charge\r\nfor the value you add and not for the hard work that Miro, the Mambo\r\nDevelopment Team and the Mambo community have put into it.

Guidelines:

Mambo is \"free\" software released under the GNU General Public License (GPL).

The\r\nword \"free\'\' has two legitimate general meanings; it can refer either\r\nto freedom or to price. When we speak of \"free software\'\', we\'re\r\ntalking about freedom, not price. (Think of \"free speech\'\', not \"free\r\nbeer\'\'.)

Free software is a matter of the users\' freedom\r\nto run, copy, distribute, study, change and improve the software. More\r\nprecisely, it refers to four kinds of freedom, for the users of the\r\nsoftware:

{mospagebreak}

1. What license is Mambo released under?

Mambo is released under the GNU GPL. A copy of this is included with your copy of Mambo and can also be found at http://www.fsf.org/licenses/gpl.html. Unofficial translations can also be found at http://www.fsf.org/licenses/translations.html.

2. Who owns the copyright to Mambo?

The\r\ncopyright to Mambo is held by Miro International Pty Ltd. Miro were the\r\noriginal authors of Mambo and continue to actively support the project.

3. Are there any restrictions to your use of Mambo?

The GNU GPL grants you the freedom to use the software for whatever purpose you see fit.

4. May I charge money for Mambo?

The\r\nGPL allows everyone the freedom to do this. The right to charge money\r\nto distribute Mambo is part of the definition of \"free\" software.

When\r\npeople think of \"selling software\'\', they usually imagine doing it the\r\nway most companies do it: making the software proprietary rather than\r\nfree. So to avoid ambiguity you may you may charge to distribute the\r\nsoftware and any other service you provide along the way. You may not\r\ncharge for the software itself.

Remember if someone pays your fee the GPL also gives him or her the freedom to pass on the software with or without a fee.

5. May I remove \"powered by Mambo, Copyright Miro etc\" from the footer?

Yes you can although we would hope that you would retain it as a badge of honour.

6. May I remove the \"copyright\" statements from the source code to Mambo?

No, you must keep all copyright notices and credits in the source code.

7. Does the GPL mean that my website content is also GPL?

No.\r\nThe copyright and license of Mambo does not cover the content that you\r\ncreate. Using Mambo does not place any restrictions, legally, on the\r\nlicense or copyright you use for the content of your website.

8. I have modified Mambo for my own web site. Do I have to release these modifications?

The\r\nGPL permits anyone to make a modified version for their own use without\r\nthe requirement to distribute it or pass on those changes to others.

9. I have made a modification (hack) to the Mambo core code. Do I have to release it under the GPL?

If\r\nyou chose to distribute your modifications to others it must be\r\nreleased under the same terms that you received the original code. So\r\nyour modifications must be released under the GPL. You may of course in\r\nthis case modify the headers for the source code to include your own\r\ncopyright statement. If you do so you must clearly annotate in the\r\nsource code your amendments, changes or additions.

10. I have written a Component, Module, Template for Mambo. Do I have to release it under the GPL?

No The GPL allows you to write your own extensions for Mambo and to release those extensions under whatever license you chose.

11.\r\nI have written a Component, Module, Template for Mambo and released it\r\nunder the GPL and I charge a fee for it, but website X is giving it\r\naway for free.

If someone pays your fee the GPL also\r\ngives him or her the freedom to pass on the software with or without a\r\nfee. Placing a restriction on someone\'s use of GPL licensed software is\r\nin breach of the GPL itself.

12. May I purchase a copy of Mambo, which has the copyright statements removed?

Although other GPL products may be available in this way Mambo is not.

13. I believe person A is in breach of the GPL what should I do?

You should report it. First check all the facts that you can and then report it by sending an e-mail to license-violation@mamboserver.com.

14. Who has the power to enforce the GNU GPL license of Mambo?

Only\r\nthe copyright holder, Miro International Pty Ltd, has the power to do\r\nthis. If the Mambo Development Team finds, or is made aware of, a\r\nbreach of the GPL they will report it to Miro for them to take any\r\nnecessary action.

Miro takes copyright infringement very seriously and will prosecute to the full extent of the law.

15.\r\nWebsite X is using, or offering, my non-GPL Component, Module, Template\r\nwithout my permission, or in breach of its license, can you help me?

Whilst\r\nthis is not within the remit or responsibility of Mambo we are willing\r\nto act as intermediaries in this on your behalf. In most cases these\r\nsituations arise out of simple misunderstandings and can be settled\r\namicably. You should e-mail full details to license-violation@mamboserver.com.

DISCLAIMER

This\r\ndocument refers to the software program Mambo, Version 4.x and all\r\nsubsequent versions, released under the GNU General Public License and\r\ncopyright Miro International Pty Ltd.

This document is subject to additions, modifications and other changes at any time without notice.

A\r\nlawyer has not prepared this document. You should consult a lawyer\r\nexperienced in copyright, licensing and intellectual property for\r\nclarification.

Document Rev. 1.4 - 17th August 2004


','',1,0,0,0,'2004-08-19 20:11:07',62,'','2004-08-19 20:14:49',62,0,'0000-00-00 00:00:00','2004-08-19 00:00:00','0000-00-00 00:00:00','','','menu_image=\nitem_title=1\npageclass_sfx=\nback_button=\nrating=\nauthor=\ncreatedate=\nmodifydate=\npdf=\nprint=\nemail=',1,0,11,'','',0,11); INSERT INTO nn_content (id, title, title_alias, introtext, fulltext, state, sectionid, mask, catid, created, created_by, created_by_alias, modified, modified_by, checked_out, checked_out_time, publish_up, publish_down, images, urls, attribs, version, parentid, ordering, metakey, metadesc, access, hits) VALUES (12,'Example News Item 1','News1','{mosimage}Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat,\r\nsed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit\r\namet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam\r\nvoluptua. At vero eos et accusam et justo duo dolores et ea rebum.','

{mosimage}Duis autem vel eum iriure dolor in hendrerit in vulputate\r\nvelit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at\r\nvero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum\r\nzzril delenit augue duis dolore te feugait nulla facilisi. Lorem ipsum dolor\r\nsit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt\r\nut laoreet dolore magna aliquam erat volutpat.

\r\n\r\n

Ut wisi enim ad minim veniam, quis nostrud exerci tation\r\nullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis\r\nautem vel eum iriure dolor in hendrerit in vulputate velit esse molestie\r\nconsequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan\r\net iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis\r\ndolore te feugait nulla facilisi.

\r\n\r\n

Nam liber tempor cum soluta nobis eleifend option congue\r\nnihil imperdiet doming id quod mazim placerat facer possim assum. Lorem ipsum\r\ndolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod\r\ntincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim\r\nveniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut\r\naliquip ex ea commodo consequat.

\r\n\r\n

Duis autem vel eum iriure dolor in hendrerit in vulputate\r\nvelit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis. At\r\nvero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd\r\ngubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum\r\ndolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor\r\ninvidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero\r\neos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no\r\nsea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit\r\namet, consetetur sadipscing elitr, At accusam aliquyam diam diam dolore dolores\r\nduo eirmod eos erat, et nonumy sed tempor et et invidunt justo labore Stet\r\nclita ea et gubergren, kasd magna no rebum. sanctus sea sed takimata ut vero\r\nvoluptua. est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet,\r\nconsetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore\r\net dolore magna aliquyam erat.

\r\n\r\n

Consetetur sadipscing elitr, sed diam nonumy eirmod tempor\r\ninvidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero\r\neos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no\r\nsea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit\r\namet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut\r\nlabore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam\r\net justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata\r\nsanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur\r\nsadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore\r\nmagna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo\r\ndolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est\r\nLorem ipsum dolor sit amet.

',1,1,0,1,'2004-07-07 11:54:06',62,'','2004-07-07 18:05:05',62,0,'0000-00-00 00:00:00','2004-07-07 00:00:00','0000-00-00 00:00:00','food/coffee.jpg|left||0\r\nfood/bread.jpg|right||0','','',1,0,2,'','',0,0); INSERT INTO nn_content (id, title, title_alias, introtext, fulltext, state, sectionid, mask, catid, created, created_by, created_by_alias, modified, modified_by, checked_out, checked_out_time, publish_up, publish_down, images, urls, attribs, version, parentid, ordering, metakey, metadesc, access, hits) VALUES (13,'Example News Item 2','News2','

{mosimage}Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat,\r\nsed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit\r\namet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam\r\nvoluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem\r\nipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At\r\nvero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.

','',1,1,0,1,'2004-07-07 11:54:06',62,'','2004-07-07 18:11:30',62,0,'0000-00-00 00:00:00','2004-07-07 00:00:00','0000-00-00 00:00:00','food/bun.jpg|right||0','','',1,0,3,'','',0,2); INSERT INTO nn_content (id, title, title_alias, introtext, fulltext, state, sectionid, mask, catid, created, created_by, created_by_alias, modified, modified_by, checked_out, checked_out_time, publish_up, publish_down, images, urls, attribs, version, parentid, ordering, metakey, metadesc, access, hits) VALUES (14,'Example News Item 3','News3','

{mosimage}Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat,\r\nsed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit\r\namet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam\r\nvoluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem\r\nipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At\r\nvero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.

','',1,1,0,1,'2004-04-12 11:54:06',62,'','2004-07-07 18:08:23',62,0,'0000-00-00 00:00:00','2004-07-07 00:00:00','0000-00-00 00:00:00','fruit/pears.jpg|right||0','','',1,0,4,'','',0,1); INSERT INTO nn_content (id, title, title_alias, introtext, fulltext, state, sectionid, mask, catid, created, created_by, created_by_alias, modified, modified_by, checked_out, checked_out_time, publish_up, publish_down, images, urls, attribs, version, parentid, ordering, metakey, metadesc, access, hits) VALUES (15,'Example News Item 4','News4','

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat,\r\nsed diam voluptua. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam\r\nvoluptua. At\r\nvero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.

','

{mosimage}Duis autem vel eum iriure dolor in hendrerit in vulputate\r\nvelit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at\r\nvero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum\r\nzzril delenit augue duis dolore te feugait nulla facilisi. Lorem ipsum dolor\r\nsit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt\r\nut laoreet dolore magna aliquam erat volutpat.

\r\n\r\n{mospagebreak}

{mosimage}Ut wisi enim ad minim veniam, quis nostrud exerci tation\r\nullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis\r\nautem vel eum iriure dolor in hendrerit in vulputate velit esse molestie\r\nconsequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan\r\net iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis\r\ndolore te feugait nulla facilisi.

\r\n\r\n

{mosimage}Nam liber tempor cum soluta nobis eleifend option congue\r\nnihil imperdiet doming id quod mazim placerat facer possim assum. Lorem ipsum\r\ndolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod\r\ntincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim\r\nveniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut\r\naliquip ex ea commodo consequat.

\r\n\r\n

Duis autem vel eum iriure dolor in hendrerit in vulputate\r\nvelit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis. At\r\nvero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd\r\ngubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum\r\ndolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor\r\ninvidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero\r\neos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no\r\nsea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit\r\namet, consetetur sadipscing elitr, At accusam aliquyam diam diam dolore dolores\r\nduo eirmod eos erat, et nonumy sed tempor et et invidunt justo labore Stet\r\nclita ea et gubergren, kasd magna no rebum. sanctus sea sed takimata ut vero\r\nvoluptua. est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet,\r\nconsetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore\r\net dolore magna aliquyam erat.

\r\n\r\n{mospagebreak}

Consetetur sadipscing elitr, sed diam nonumy eirmod tempor\r\ninvidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero\r\neos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no\r\nsea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit\r\namet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut\r\nlabore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam\r\net justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata\r\nsanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur\r\nsadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore\r\nmagna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo\r\ndolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est\r\nLorem ipsum dolor sit amet.

',1,1,0,1,'2004-07-07 11:54:06',62,'','2004-07-07 18:10:23',62,0,'0000-00-00 00:00:00','2004-07-07 00:00:00','0000-00-00 00:00:00','fruit/strawberry.jpg|left||0\r\nfruit/pears.jpg|right||0\r\nfruit/cherry.jpg|left||0','','',1,0,5,'','',0,6); INSERT INTO nn_content (id, title, title_alias, introtext, fulltext, state, sectionid, mask, catid, created, created_by, created_by_alias, modified, modified_by, checked_out, checked_out_time, publish_up, publish_down, images, urls, attribs, version, parentid, ordering, metakey, metadesc, access, hits) VALUES (16,'Example FAQ Item 1','FAQ1','

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat,\r\nsed diam voluptua. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam\r\nvoluptua. At\r\nvero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.

','',1,3,0,7,'2004-05-12 11:54:06',62,'','2004-07-07 18:10:23',62,0,'0000-00-00 00:00:00','2004-01-01 00:00:00','0000-00-00 00:00:00','','','',1,0,5,'','',0,8); INSERT INTO nn_content (id, title, title_alias, introtext, fulltext, state, sectionid, mask, catid, created, created_by, created_by_alias, modified, modified_by, checked_out, checked_out_time, publish_up, publish_down, images, urls, attribs, version, parentid, ordering, metakey, metadesc, access, hits) VALUES (17,'Example FAQ Item 2','FAQ2','

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat,\r\nsed diam voluptua. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam\r\nvoluptua. At\r\nvero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.

','

{mosimage}Duis autem vel eum iriure dolor in hendrerit in vulputate\r\nvelit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at\r\nvero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum\r\nzzril delenit augue duis dolore te feugait nulla facilisi. Lorem ipsum dolor\r\nsit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt\r\nut laoreet dolore magna aliquam erat volutpat.

\r\n\r\n

{mosimage}Ut wisi enim ad minim veniam, quis nostrud exerci tation\r\nullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis\r\nautem vel eum iriure dolor in hendrerit in vulputate velit esse molestie\r\nconsequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan\r\net iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis\r\ndolore te feugait nulla facilisi.

\r\n\r\n

{mosimage}Nam liber tempor cum soluta nobis eleifend option congue\r\nnihil imperdiet doming id quod mazim placerat facer possim assum. Lorem ipsum\r\ndolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod\r\ntincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim\r\nveniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut\r\naliquip ex ea commodo consequat.

\r\n\r\n

Duis autem vel eum iriure dolor in hendrerit in vulputate\r\nvelit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis. At\r\nvero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd\r\ngubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum\r\ndolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor\r\ninvidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero\r\neos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no\r\nsea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit\r\namet, consetetur sadipscing elitr, At accusam aliquyam diam diam dolore dolores\r\nduo eirmod eos erat, et nonumy sed tempor et et invidunt justo labore Stet\r\nclita ea et gubergren, kasd magna no rebum. sanctus sea sed takimata ut vero\r\nvoluptua. est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet,\r\nconsetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore\r\net dolore magna aliquyam erat.

\r\n\r\n

Consetetur sadipscing elitr, sed diam nonumy eirmod tempor\r\ninvidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero\r\neos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no\r\nsea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit\r\namet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut\r\nlabore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam\r\net justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata\r\nsanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur\r\nsadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore\r\nmagna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo\r\ndolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est\r\nLorem ipsum dolor sit amet.

',1,3,0,7,'2004-05-12 11:54:06',62,'Web master','2004-07-07 18:10:23',62,0,'0000-00-00 00:00:00','2004-01-01 00:00:00','0000-00-00 00:00:00','fruit/cherry.jpg|left||0\r\nfruit/peas.jpg|right||0\r\nfood/milk.jpg|left||0','','',1,0,5,'','',0,6); -- -- Table structure for table `nn_content_frontpage` -- DROP TABLE IF EXISTS nn_content_frontpage; CREATE TABLE nn_content_frontpage ( content_id int(11) NOT NULL default '0', ordering int(11) NOT NULL default '0', PRIMARY KEY (content_id) ) TYPE=MyISAM; -- -- Dumping data for table `nn_content_frontpage` -- INSERT INTO nn_content_frontpage (content_id, ordering) VALUES (1,1); INSERT INTO nn_content_frontpage (content_id, ordering) VALUES (2,2); INSERT INTO nn_content_frontpage (content_id, ordering) VALUES (3,3); INSERT INTO nn_content_frontpage (content_id, ordering) VALUES (4,4); INSERT INTO nn_content_frontpage (content_id, ordering) VALUES (5,5); -- -- Table structure for table `nn_content_rating` -- DROP TABLE IF EXISTS nn_content_rating; CREATE TABLE nn_content_rating ( content_id int(11) NOT NULL default '0', rating_sum int(11) unsigned NOT NULL default '0', rating_count int(11) unsigned NOT NULL default '0', lastip varchar(50) NOT NULL default '', PRIMARY KEY (content_id) ) TYPE=MyISAM; -- -- Dumping data for table `nn_content_rating` -- -- -- Table structure for table `nn_core_acl_aro` -- DROP TABLE IF EXISTS nn_core_acl_aro; CREATE TABLE nn_core_acl_aro ( aro_id int(11) NOT NULL auto_increment, section_value varchar(240) NOT NULL default '0', value varchar(240) NOT NULL default '', order_value int(11) NOT NULL default '0', name varchar(255) NOT NULL default '', hidden int(11) NOT NULL default '0', PRIMARY KEY (aro_id), UNIQUE KEY section_value_value_aro (section_value,value), UNIQUE KEY nn_gacl_section_value_value_aro (section_value,value), KEY hidden_aro (hidden), KEY nn_gacl_hidden_aro (hidden) ) TYPE=MyISAM; -- -- Dumping data for table `nn_core_acl_aro` -- INSERT INTO nn_core_acl_aro (aro_id, section_value, value, order_value, name, hidden) VALUES (10,'users','62',0,'Filax',0); INSERT INTO nn_core_acl_aro (aro_id, section_value, value, order_value, name, hidden) VALUES (11,'users','63',0,'Eddy Tout Puissant',0); -- -- Table structure for table `nn_core_acl_aro_groups` -- DROP TABLE IF EXISTS nn_core_acl_aro_groups; CREATE TABLE nn_core_acl_aro_groups ( group_id int(11) NOT NULL auto_increment, parent_id int(11) NOT NULL default '0', name varchar(255) NOT NULL default '', lft int(11) NOT NULL default '0', rgt int(11) NOT NULL default '0', PRIMARY KEY (group_id), KEY parent_id_aro_groups (parent_id), KEY nn_gacl_parent_id_aro_groups (parent_id), KEY nn_gacl_lft_rgt_aro_groups (lft,rgt) ) TYPE=MyISAM; -- -- Dumping data for table `nn_core_acl_aro_groups` -- INSERT INTO nn_core_acl_aro_groups (group_id, parent_id, name, lft, rgt) VALUES (17,0,'ROOT',1,22); INSERT INTO nn_core_acl_aro_groups (group_id, parent_id, name, lft, rgt) VALUES (28,17,'USERS',2,21); INSERT INTO nn_core_acl_aro_groups (group_id, parent_id, name, lft, rgt) VALUES (29,28,'Public Frontend',3,12); INSERT INTO nn_core_acl_aro_groups (group_id, parent_id, name, lft, rgt) VALUES (18,29,'Registered',4,11); INSERT INTO nn_core_acl_aro_groups (group_id, parent_id, name, lft, rgt) VALUES (19,18,'Author',5,10); INSERT INTO nn_core_acl_aro_groups (group_id, parent_id, name, lft, rgt) VALUES (20,19,'Editor',6,9); INSERT INTO nn_core_acl_aro_groups (group_id, parent_id, name, lft, rgt) VALUES (21,20,'Publisher',7,8); INSERT INTO nn_core_acl_aro_groups (group_id, parent_id, name, lft, rgt) VALUES (30,28,'Public Backend',13,20); INSERT INTO nn_core_acl_aro_groups (group_id, parent_id, name, lft, rgt) VALUES (23,30,'Manager',14,19); INSERT INTO nn_core_acl_aro_groups (group_id, parent_id, name, lft, rgt) VALUES (24,23,'Administrator',15,18); INSERT INTO nn_core_acl_aro_groups (group_id, parent_id, name, lft, rgt) VALUES (25,24,'Super Administrator',16,17); -- -- Table structure for table `nn_core_acl_aro_sections` -- DROP TABLE IF EXISTS nn_core_acl_aro_sections; CREATE TABLE nn_core_acl_aro_sections ( section_id int(11) NOT NULL auto_increment, value varchar(230) NOT NULL default '', order_value int(11) NOT NULL default '0', name varchar(230) NOT NULL default '', hidden int(11) NOT NULL default '0', PRIMARY KEY (section_id), UNIQUE KEY value_aro_sections (value), UNIQUE KEY nn_gacl_value_aro_sections (value), KEY hidden_aro_sections (hidden), KEY nn_gacl_hidden_aro_sections (hidden) ) TYPE=MyISAM; -- -- Dumping data for table `nn_core_acl_aro_sections` -- INSERT INTO nn_core_acl_aro_sections (section_id, value, order_value, name, hidden) VALUES (10,'users',1,'Users',0); -- -- Table structure for table `nn_core_acl_groups_aro_map` -- DROP TABLE IF EXISTS nn_core_acl_groups_aro_map; CREATE TABLE nn_core_acl_groups_aro_map ( group_id int(11) NOT NULL default '0', section_value varchar(240) NOT NULL default '', aro_id int(11) NOT NULL default '0', UNIQUE KEY group_id_aro_id_groups_aro_map (group_id,section_value,aro_id) ) TYPE=MyISAM; -- -- Dumping data for table `nn_core_acl_groups_aro_map` -- INSERT INTO nn_core_acl_groups_aro_map (group_id, section_value, aro_id) VALUES (25,'',10); INSERT INTO nn_core_acl_groups_aro_map (group_id, section_value, aro_id) VALUES (25,'',11); -- -- Table structure for table `nn_core_log_items` -- DROP TABLE IF EXISTS nn_core_log_items; CREATE TABLE nn_core_log_items ( time_stamp date NOT NULL default '0000-00-00', item_table varchar(50) NOT NULL default '', item_id int(11) unsigned NOT NULL default '0', hits int(11) unsigned NOT NULL default '0' ) TYPE=MyISAM; -- -- Dumping data for table `nn_core_log_items` -- INSERT INTO nn_core_log_items (time_stamp, item_table, item_id, hits) VALUES ('2004-10-03','#__content',11,2); INSERT INTO nn_core_log_items (time_stamp, item_table, item_id, hits) VALUES ('2004-10-03','#__content',13,1); INSERT INTO nn_core_log_items (time_stamp, item_table, item_id, hits) VALUES ('2004-10-08','#__content',1,1); -- -- Table structure for table `nn_core_log_searches` -- DROP TABLE IF EXISTS nn_core_log_searches; CREATE TABLE nn_core_log_searches ( search_term varchar(128) NOT NULL default '', hits int(11) unsigned NOT NULL default '0' ) TYPE=MyISAM; -- -- Dumping data for table `nn_core_log_searches` -- -- -- Table structure for table `nn_groups` -- DROP TABLE IF EXISTS nn_groups; CREATE TABLE nn_groups ( id tinyint(3) unsigned NOT NULL default '0', name varchar(50) NOT NULL default '', PRIMARY KEY (id) ) TYPE=MyISAM; -- -- Dumping data for table `nn_groups` -- INSERT INTO nn_groups (id, name) VALUES (0,'Public'); INSERT INTO nn_groups (id, name) VALUES (1,'Registered'); INSERT INTO nn_groups (id, name) VALUES (2,'Special'); -- -- Table structure for table `nn_mambots` -- DROP TABLE IF EXISTS nn_mambots; CREATE TABLE nn_mambots ( id int(11) NOT NULL auto_increment, name varchar(100) NOT NULL default '', element varchar(100) NOT NULL default '', folder varchar(100) NOT NULL default '', access tinyint(3) unsigned NOT NULL default '0', ordering int(11) NOT NULL default '0', published tinyint(3) NOT NULL default '0', iscore tinyint(3) NOT NULL default '0', client_id tinyint(3) NOT NULL default '0', checked_out int(11) unsigned NOT NULL default '0', checked_out_time datetime NOT NULL default '0000-00-00 00:00:00', params text NOT NULL, PRIMARY KEY (id), KEY idx_folder (published,client_id,access,folder) ) TYPE=MyISAM; -- -- Dumping data for table `nn_mambots` -- INSERT INTO nn_mambots (id, name, element, folder, access, ordering, published, iscore, client_id, checked_out, checked_out_time, params) VALUES (1,'MOS Image','mosimage','content',0,-10000,1,1,0,0,'0000-00-00 00:00:00',''); INSERT INTO nn_mambots (id, name, element, folder, access, ordering, published, iscore, client_id, checked_out, checked_out_time, params) VALUES (2,'MOS Pagination','mospaging','content',0,10000,1,1,0,0,'0000-00-00 00:00:00',''); INSERT INTO nn_mambots (id, name, element, folder, access, ordering, published, iscore, client_id, checked_out, checked_out_time, params) VALUES (3,'Legacy Mambot Includer','legacybots','content',0,1,1,1,0,0,'0000-00-00 00:00:00',''); INSERT INTO nn_mambots (id, name, element, folder, access, ordering, published, iscore, client_id, checked_out, checked_out_time, params) VALUES (4,'SEF','mossef','content',0,3,1,0,0,0,'0000-00-00 00:00:00',''); INSERT INTO nn_mambots (id, name, element, folder, access, ordering, published, iscore, client_id, checked_out, checked_out_time, params) VALUES (5,'MOS Rating','mosvote','content',0,4,1,1,0,0,'0000-00-00 00:00:00',''); INSERT INTO nn_mambots (id, name, element, folder, access, ordering, published, iscore, client_id, checked_out, checked_out_time, params) VALUES (6,'Search Content','content.searchbot','search',0,1,1,1,0,0,'0000-00-00 00:00:00',''); INSERT INTO nn_mambots (id, name, element, folder, access, ordering, published, iscore, client_id, checked_out, checked_out_time, params) VALUES (7,'Search Weblinks','weblinks.searchbot','search',0,2,1,1,0,0,'0000-00-00 00:00:00',''); INSERT INTO nn_mambots (id, name, element, folder, access, ordering, published, iscore, client_id, checked_out, checked_out_time, params) VALUES (8,'Code support','moscode','content',0,2,1,0,0,0,'0000-00-00 00:00:00',''); INSERT INTO nn_mambots (id, name, element, folder, access, ordering, published, iscore, client_id, checked_out, checked_out_time, params) VALUES (9,'No WYSIWYG Editor','none','editors',0,0,1,1,0,0,'0000-00-00 00:00:00',''); INSERT INTO nn_mambots (id, name, element, folder, access, ordering, published, iscore, client_id, checked_out, checked_out_time, params) VALUES (10,'TinyMCE WYSIWYG Editor','tinymce','editors',0,0,0,0,0,0,'0000-00-00 00:00:00','theme=default'); INSERT INTO nn_mambots (id, name, element, folder, access, ordering, published, iscore, client_id, checked_out, checked_out_time, params) VALUES (11,'MOS Image Editor Button','mosimage.btn','editors-xtd',0,0,1,0,0,0,'0000-00-00 00:00:00',''); INSERT INTO nn_mambots (id, name, element, folder, access, ordering, published, iscore, client_id, checked_out, checked_out_time, params) VALUES (12,'MOS Pagebreak Editor Button','mospage.btn','editors-xtd',0,0,1,0,0,0,'0000-00-00 00:00:00',''); INSERT INTO nn_mambots (id, name, element, folder, access, ordering, published, iscore, client_id, checked_out, checked_out_time, params) VALUES (13,'Search Contacts','contacts.searchbot','search',0,3,1,1,0,0,'0000-00-00 00:00:00',''); -- -- Table structure for table `nn_menu` -- DROP TABLE IF EXISTS nn_menu; CREATE TABLE nn_menu ( id int(11) NOT NULL auto_increment, menutype varchar(25) default NULL, name varchar(100) default NULL, link text, type varchar(50) NOT NULL default '', published tinyint(1) NOT NULL default '0', parent int(11) unsigned NOT NULL default '0', componentid int(11) unsigned NOT NULL default '0', sublevel int(11) default '0', ordering int(11) default '0', checked_out int(11) unsigned NOT NULL default '0', checked_out_time datetime NOT NULL default '0000-00-00 00:00:00', pollid int(11) NOT NULL default '0', browserNav tinyint(4) default '0', access tinyint(3) unsigned NOT NULL default '0', utaccess tinyint(3) unsigned NOT NULL default '0', params text NOT NULL, PRIMARY KEY (id), KEY componentid (componentid,menutype,published,access), KEY menutype (menutype) ) TYPE=MyISAM; -- -- Dumping data for table `nn_menu` -- INSERT INTO nn_menu (id, menutype, name, link, type, published, parent, componentid, sublevel, ordering, checked_out, checked_out_time, pollid, browserNav, access, utaccess, params) VALUES (1,'mainmenu','Home','index.php?option=com_frontpage','components',1,0,10,0,1,0,'0000-00-00 00:00:00',0,0,0,3,'leading=1\r\nintro=2\r\nlink=1\r\nimage=1\r\npage_title=0\r\nheader=Welcome to the Frontpage\r\norderby_sec=front\r\nprint=0\r\npdf=0\r\nemail=0'); INSERT INTO nn_menu (id, menutype, name, link, type, published, parent, componentid, sublevel, ordering, checked_out, checked_out_time, pollid, browserNav, access, utaccess, params) VALUES (2,'mainmenu','News','index.php?option=com_content&task=section&id=1','content_section',1,0,1,0,3,0,'0000-00-00 00:00:00',0,0,0,3,''); INSERT INTO nn_menu (id, menutype, name, link, type, published, parent, componentid, sublevel, ordering, checked_out, checked_out_time, pollid, browserNav, access, utaccess, params) VALUES (3,'mainmenu','Contact Us','index.php?option=com_contact','components',1,0,7,0,7,0,'0000-00-00 00:00:00',0,0,0,3,''); INSERT INTO nn_menu (id, menutype, name, link, type, published, parent, componentid, sublevel, ordering, checked_out, checked_out_time, pollid, browserNav, access, utaccess, params) VALUES (4,'mainmenu','Links','index.php?option=com_weblinks','components',1,0,4,0,6,0,'0000-00-00 00:00:00',0,0,0,3,'image=web_links.jpg\r\nimage_align=right'); INSERT INTO nn_menu (id, menutype, name, link, type, published, parent, componentid, sublevel, ordering, checked_out, checked_out_time, pollid, browserNav, access, utaccess, params) VALUES (5,'othermenu','MamboServer','http://www.mamboserver.com','url',1,0,0,0,1,0,'0000-00-00 00:00:00',0,0,0,3,''); INSERT INTO nn_menu (id, menutype, name, link, type, published, parent, componentid, sublevel, ordering, checked_out, checked_out_time, pollid, browserNav, access, utaccess, params) VALUES (6,'othermenu','Administrator','administrator/','url',1,0,0,0,3,0,'0000-00-00 00:00:00',0,0,0,3,'menu_image=-1'); INSERT INTO nn_menu (id, menutype, name, link, type, published, parent, componentid, sublevel, ordering, checked_out, checked_out_time, pollid, browserNav, access, utaccess, params) VALUES (7,'othermenu','MamboForge','http://mamboforge.net','url',1,0,0,0,2,0,'0000-00-00 00:00:00',0,0,0,3,''); INSERT INTO nn_menu (id, menutype, name, link, type, published, parent, componentid, sublevel, ordering, checked_out, checked_out_time, pollid, browserNav, access, utaccess, params) VALUES (21,'usermenu','Votre compte','index.php?option=com_user&task=UserDetails','url',1,0,0,0,1,0,'0000-00-00 00:00:00',0,0,1,3,'menu_image=-1'); INSERT INTO nn_menu (id, menutype, name, link, type, published, parent, componentid, sublevel, ordering, checked_out, checked_out_time, pollid, browserNav, access, utaccess, params) VALUES (22,'usermenu','Poster une news','index.php?option=com_content&task=new§ionid=1&Itemid=0','url',1,0,0,0,2,0,'0000-00-00 00:00:00',0,0,1,2,'menu_image=-1'); INSERT INTO nn_menu (id, menutype, name, link, type, published, parent, componentid, sublevel, ordering, checked_out, checked_out_time, pollid, browserNav, access, utaccess, params) VALUES (23,'usermenu','Poster un lien','index.php?option=com_weblinks&task=new','url',1,0,0,0,3,0,'0000-00-00 00:00:00',0,0,1,2,'menu_image=-1'); INSERT INTO nn_menu (id, menutype, name, link, type, published, parent, componentid, sublevel, ordering, checked_out, checked_out_time, pollid, browserNav, access, utaccess, params) VALUES (24,'usermenu','Check-In My Items','index.php?option=com_user&task=CheckIn','url',1,0,0,0,4,0,'0000-00-00 00:00:00',0,0,1,2,''); INSERT INTO nn_menu (id, menutype, name, link, type, published, parent, componentid, sublevel, ordering, checked_out, checked_out_time, pollid, browserNav, access, utaccess, params) VALUES (11,'topmenu','Home','index.php','url',1,0,0,0,1,0,'0000-00-00 00:00:00',0,0,0,3,''); INSERT INTO nn_menu (id, menutype, name, link, type, published, parent, componentid, sublevel, ordering, checked_out, checked_out_time, pollid, browserNav, access, utaccess, params) VALUES (27,'mainmenu','Search','index.php?option=com_search','components',1,0,16,0,7,0,'0000-00-00 00:00:00',0,0,0,3,''); INSERT INTO nn_menu (id, menutype, name, link, type, published, parent, componentid, sublevel, ordering, checked_out, checked_out_time, pollid, browserNav, access, utaccess, params) VALUES (28,'topmenu','Contactez-nous','index.php?option=com_contact&Itemid=3','url',1,0,0,0,4,0,'0000-00-00 00:00:00',0,0,0,3,'menu_image=-1'); INSERT INTO nn_menu (id, menutype, name, link, type, published, parent, componentid, sublevel, ordering, checked_out, checked_out_time, pollid, browserNav, access, utaccess, params) VALUES (29,'topmenu','News','index.php?option=com_content&task=section&id=1&Itemid=2','url',1,0,0,0,2,0,'0000-00-00 00:00:00',0,0,0,3,''); INSERT INTO nn_menu (id, menutype, name, link, type, published, parent, componentid, sublevel, ordering, checked_out, checked_out_time, pollid, browserNav, access, utaccess, params) VALUES (30,'topmenu','Liens','index.php?option=com_weblinks&Itemid=4','url',1,0,0,0,3,0,'0000-00-00 00:00:00',0,0,0,3,'menu_image=-1'); INSERT INTO nn_menu (id, menutype, name, link, type, published, parent, componentid, sublevel, ordering, checked_out, checked_out_time, pollid, browserNav, access, utaccess, params) VALUES (33,'mainmenu','Mambo License','index.php?option=com_content&task=view&id=11','content_typed',1,0,11,0,2,0,'0000-00-00 00:00:00',0,0,0,0,''); INSERT INTO nn_menu (id, menutype, name, link, type, published, parent, componentid, sublevel, ordering, checked_out, checked_out_time, pollid, browserNav, access, utaccess, params) VALUES (34,'usermenu','Déconnexion','index.php?option=com_login','components',1,0,15,0,5,0,'0000-00-00 00:00:00',0,0,1,3,'menu_image=-1\npageclass_sfx=\nback_button=\npage_title=1\nheader_login=\nlogin=\nlogin_message=0\ndescription_login=0\ndescription_login_text=\nimage_login=\nimage_login_align=right\nheader_logout=\nlogout=\nlogout_message=1\ndescription_logout=1\ndescription_logout_text=\nimage_logout='); INSERT INTO nn_menu (id, menutype, name, link, type, published, parent, componentid, sublevel, ordering, checked_out, checked_out_time, pollid, browserNav, access, utaccess, params) VALUES (37,'mainmenu','News Feeds','index.php?option=com_newsfeeds','components',1,0,12,0,9,0,'0000-00-00 00:00:00',0,0,0,3,'menu_image=-1\npageclass_sfx=\nback_button=\npage_title=1\nheader='); INSERT INTO nn_menu (id, menutype, name, link, type, published, parent, componentid, sublevel, ordering, checked_out, checked_out_time, pollid, browserNav, access, utaccess, params) VALUES (38,'mainmenu','Wrapper','index.php?option=com_wrapper','wrapper',1,0,0,0,10,0,'0000-00-00 00:00:00',0,0,0,3,'menu_image=-1\npageclass_sfx=\nback_button=\npage_title=1\nheader=\nscrolling=auto\nwidth=100%\nheight=600\nheight_auto=1\nurl=www.mamboserver.com'); INSERT INTO nn_menu (id, menutype, name, link, type, published, parent, componentid, sublevel, ordering, checked_out, checked_out_time, pollid, browserNav, access, utaccess, params) VALUES (39,'mainmenu','Blog','index.php?option=com_content&task=blogsection&id=0','content_blog_section',1,0,0,0,5,0,'0000-00-00 00:00:00',0,0,0,3,'count=8\r\nintro=3\r\nimage=0\r\norderby=date asc\r\nheader=A blog of all section with no images\r\nempty='); INSERT INTO nn_menu (id, menutype, name, link, type, published, parent, componentid, sublevel, ordering, checked_out, checked_out_time, pollid, browserNav, access, utaccess, params) VALUES (40,'mainmenu','FAQ','index.php?option=com_content&task=section&id=3','content_section',1,0,3,0,3,0,'0000-00-00 00:00:00',0,0,0,3,''); -- -- Table structure for table `nn_messages` -- DROP TABLE IF EXISTS nn_messages; CREATE TABLE nn_messages ( message_id int(10) unsigned NOT NULL auto_increment, user_id_from int(10) unsigned NOT NULL default '0', user_id_to int(10) unsigned NOT NULL default '0', folder_id int(10) unsigned NOT NULL default '0', date_time datetime NOT NULL default '0000-00-00 00:00:00', state int(11) NOT NULL default '0', priority int(1) unsigned NOT NULL default '0', subject varchar(230) NOT NULL default '', message text NOT NULL, PRIMARY KEY (message_id) ) TYPE=MyISAM; -- -- Dumping data for table `nn_messages` -- -- -- Table structure for table `nn_messages_cfg` -- DROP TABLE IF EXISTS nn_messages_cfg; CREATE TABLE nn_messages_cfg ( user_id int(10) unsigned NOT NULL default '0', cfg_name varchar(100) NOT NULL default '', cfg_value varchar(255) NOT NULL default '', UNIQUE KEY idx_user_var_name (user_id,cfg_name) ) TYPE=MyISAM; -- -- Dumping data for table `nn_messages_cfg` -- -- -- Table structure for table `nn_modules` -- DROP TABLE IF EXISTS nn_modules; CREATE TABLE nn_modules ( id int(11) NOT NULL auto_increment, title text NOT NULL, content text NOT NULL, ordering int(11) NOT NULL default '0', position varchar(10) default NULL, checked_out int(11) unsigned NOT NULL default '0', checked_out_time datetime NOT NULL default '0000-00-00 00:00:00', published tinyint(1) NOT NULL default '0', module varchar(50) default NULL, numnews int(11) NOT NULL default '0', access tinyint(3) unsigned NOT NULL default '0', showtitle tinyint(3) unsigned NOT NULL default '1', params text NOT NULL, iscore tinyint(4) NOT NULL default '0', client_id tinyint(4) NOT NULL default '0', PRIMARY KEY (id), KEY published (published,access), KEY newsfeeds (module,published) ) TYPE=MyISAM; -- -- Dumping data for table `nn_modules` -- INSERT INTO nn_modules (id, title, content, ordering, position, checked_out, checked_out_time, published, module, numnews, access, showtitle, params, iscore, client_id) VALUES (1,'Sondage','',1,'right',0,'0000-00-00 00:00:00',1,'mod_poll',0,0,1,'cache=0\nmoduleclass_sfx=',0,0); INSERT INTO nn_modules (id, title, content, ordering, position, checked_out, checked_out_time, published, module, numnews, access, showtitle, params, iscore, client_id) VALUES (2,'Menu Utilisateur','',2,'left',0,'0000-00-00 00:00:00',1,'mod_mainmenu',0,1,1,'menutype=usermenu',1,0); INSERT INTO nn_modules (id, title, content, ordering, position, checked_out, checked_out_time, published, module, numnews, access, showtitle, params, iscore, client_id) VALUES (3,'Menu Principal','',1,'left',0,'0000-00-00 00:00:00',1,'mod_mainmenu',0,0,1,'menutype=mainmenu',1,0); INSERT INTO nn_modules (id, title, content, ordering, position, checked_out, checked_out_time, published, module, numnews, access, showtitle, params, iscore, client_id) VALUES (4,'Login Form','',4,'left',63,'2004-10-03 07:09:10',1,'mod_login',0,0,1,'',1,0); INSERT INTO nn_modules (id, title, content, ordering, position, checked_out, checked_out_time, published, module, numnews, access, showtitle, params, iscore, client_id) VALUES (5,'Syndicate','',5,'left',0,'0000-00-00 00:00:00',1,'mod_rssfeed',0,0,1,'',1,0); INSERT INTO nn_modules (id, title, content, ordering, position, checked_out, checked_out_time, published, module, numnews, access, showtitle, params, iscore, client_id) VALUES (6,'Latest News','',4,'user1',0,'0000-00-00 00:00:00',1,'mod_latestnews',0,0,1,'',1,0); INSERT INTO nn_modules (id, title, content, ordering, position, checked_out, checked_out_time, published, module, numnews, access, showtitle, params, iscore, client_id) VALUES (7,'Statistics','',6,'left',0,'0000-00-00 00:00:00',0,'mod_stats',0,0,1,'serverinfo=1\nsiteinfo=1\ncounter=1\nincrease=0\nmoduleclass_sfx=',0,0); INSERT INTO nn_modules (id, title, content, ordering, position, checked_out, checked_out_time, published, module, numnews, access, showtitle, params, iscore, client_id) VALUES (8,'Qui est en ligne','',2,'right',0,'0000-00-00 00:00:00',1,'mod_whosonline',0,0,1,'online=1\nusers=1\nmoduleclass_sfx=',0,0); INSERT INTO nn_modules (id, title, content, ordering, position, checked_out, checked_out_time, published, module, numnews, access, showtitle, params, iscore, client_id) VALUES (9,'Popular','',6,'user2',0,'0000-00-00 00:00:00',1,'mod_mostread',0,0,1,'',0,0); INSERT INTO nn_modules (id, title, content, ordering, position, checked_out, checked_out_time, published, module, numnews, access, showtitle, params, iscore, client_id) VALUES (10,'Template Chooser','',7,'left',0,'0000-00-00 00:00:00',0,'mod_templatechooser',0,0,1,'show_preview=1',0,0); INSERT INTO nn_modules (id, title, content, ordering, position, checked_out, checked_out_time, published, module, numnews, access, showtitle, params, iscore, client_id) VALUES (11,'Archive','',8,'left',0,'0000-00-00 00:00:00',0,'mod_archive',0,0,1,'',1,0); INSERT INTO nn_modules (id, title, content, ordering, position, checked_out, checked_out_time, published, module, numnews, access, showtitle, params, iscore, client_id) VALUES (12,'Sections','',9,'left',0,'0000-00-00 00:00:00',0,'mod_sections',0,0,1,'',1,0); INSERT INTO nn_modules (id, title, content, ordering, position, checked_out, checked_out_time, published, module, numnews, access, showtitle, params, iscore, client_id) VALUES (13,'Newsflash','',1,'top',0,'0000-00-00 00:00:00',1,'mod_newsflash',0,0,1,'catid=3\r\nstyle=random\r\nitems=\r\nmoduleclass_sfx=',0,0); INSERT INTO nn_modules (id, title, content, ordering, position, checked_out, checked_out_time, published, module, numnews, access, showtitle, params, iscore, client_id) VALUES (14,'Related Items','',10,'left',0,'0000-00-00 00:00:00',0,'mod_related_items',0,0,1,'',0,0); INSERT INTO nn_modules (id, title, content, ordering, position, checked_out, checked_out_time, published, module, numnews, access, showtitle, params, iscore, client_id) VALUES (15,'Search','',1,'user4',0,'0000-00-00 00:00:00',1,'mod_search',0,0,0,'',0,0); INSERT INTO nn_modules (id, title, content, ordering, position, checked_out, checked_out_time, published, module, numnews, access, showtitle, params, iscore, client_id) VALUES (16,'Random Image','',3,'right',0,'0000-00-00 00:00:00',1,'mod_random_image',0,0,1,'',0,0); INSERT INTO nn_modules (id, title, content, ordering, position, checked_out, checked_out_time, published, module, numnews, access, showtitle, params, iscore, client_id) VALUES (17,'Top Menu','',1,'user3',0,'0000-00-00 00:00:00',1,'mod_mainmenu',0,0,0,'menutype=topmenu\nmenu_style=list_flat\nmenu_images=n\nmenu_images_align=left\nexpand_menu=n\nclass_sfx=-nav\nmoduleclass_sfx=\nindent_image1=0\nindent_image2=0\nindent_image3=0\nindent_image4=0\nindent_image5=0\nindent_image6=0',1,0); INSERT INTO nn_modules (id, title, content, ordering, position, checked_out, checked_out_time, published, module, numnews, access, showtitle, params, iscore, client_id) VALUES (18,'Banners','',1,'banner',0,'0000-00-00 00:00:00',1,'mod_banners',0,0,0,'banner_cids=\nmoduleclass_sfx=\n',1,0); INSERT INTO nn_modules (id, title, content, ordering, position, checked_out, checked_out_time, published, module, numnews, access, showtitle, params, iscore, client_id) VALUES (19,'Components','',2,'cpanel',0,'0000-00-00 00:00:00',1,'mod_components',0,99,1,'',1,1); INSERT INTO nn_modules (id, title, content, ordering, position, checked_out, checked_out_time, published, module, numnews, access, showtitle, params, iscore, client_id) VALUES (20,'Popular','',3,'cpanel',0,'0000-00-00 00:00:00',1,'mod_popular',0,99,1,'',0,1); INSERT INTO nn_modules (id, title, content, ordering, position, checked_out, checked_out_time, published, module, numnews, access, showtitle, params, iscore, client_id) VALUES (21,'Latest Items','',4,'cpanel',0,'0000-00-00 00:00:00',1,'mod_latest',0,99,1,'',0,1); INSERT INTO nn_modules (id, title, content, ordering, position, checked_out, checked_out_time, published, module, numnews, access, showtitle, params, iscore, client_id) VALUES (22,'Menu Stats','',5,'cpanel',0,'0000-00-00 00:00:00',1,'mod_stats',0,99,1,'',0,1); INSERT INTO nn_modules (id, title, content, ordering, position, checked_out, checked_out_time, published, module, numnews, access, showtitle, params, iscore, client_id) VALUES (23,'Unread Messages','',1,'header',0,'0000-00-00 00:00:00',1,'mod_unread',0,99,1,'',1,1); INSERT INTO nn_modules (id, title, content, ordering, position, checked_out, checked_out_time, published, module, numnews, access, showtitle, params, iscore, client_id) VALUES (24,'Online Users','',2,'header',63,'2004-10-03 06:39:47',1,'mod_online',0,99,1,'',1,1); INSERT INTO nn_modules (id, title, content, ordering, position, checked_out, checked_out_time, published, module, numnews, access, showtitle, params, iscore, client_id) VALUES (25,'Full Menu','',1,'top',0,'0000-00-00 00:00:00',1,'mod_fullmenu',0,99,1,'',1,1); INSERT INTO nn_modules (id, title, content, ordering, position, checked_out, checked_out_time, published, module, numnews, access, showtitle, params, iscore, client_id) VALUES (26,'Pathway','',1,'pathway',0,'0000-00-00 00:00:00',1,'mod_pathway',0,99,1,'',1,1); INSERT INTO nn_modules (id, title, content, ordering, position, checked_out, checked_out_time, published, module, numnews, access, showtitle, params, iscore, client_id) VALUES (27,'Toolbar','',1,'toolbar',0,'0000-00-00 00:00:00',1,'mod_toolbar',0,99,1,'',1,1); INSERT INTO nn_modules (id, title, content, ordering, position, checked_out, checked_out_time, published, module, numnews, access, showtitle, params, iscore, client_id) VALUES (28,'System Message','',1,'inset',0,'0000-00-00 00:00:00',1,'mod_mosmsg',0,99,1,'',1,1); INSERT INTO nn_modules (id, title, content, ordering, position, checked_out, checked_out_time, published, module, numnews, access, showtitle, params, iscore, client_id) VALUES (29,'Quick Icons','',1,'icon',0,'0000-00-00 00:00:00',1,'mod_quickicon',0,99,1,'',1,1); INSERT INTO nn_modules (id, title, content, ordering, position, checked_out, checked_out_time, published, module, numnews, access, showtitle, params, iscore, client_id) VALUES (30,'Mamboforge','',1,'cpanel',0,'0000-00-00 00:00:00',0,'',0,99,1,'rssurl=http://mamboforge.net/export/rss_sfnews.php\nrssitems=5\nrssdesc=1\ncache=0\nmoduleclass_sfx=',0,1); INSERT INTO nn_modules (id, title, content, ordering, position, checked_out, checked_out_time, published, module, numnews, access, showtitle, params, iscore, client_id) VALUES (31,'Other Menu','',3,'left',0,'0000-00-00 00:00:00',1,'mod_mainmenu',0,0,0,'menutype=othermenu\nmenu_style=vert_indent\ncache=0\nmenu_images=0\nmenu_images_align=0\nexpand_menu=0\nclass_sfx=\nmoduleclass_sfx=\nindent_image=0\nindent_image1=\nindent_image2=\nindent_image3=\nindent_image4=\nindent_image5=\nindent_image6=',0,0); -- -- Table structure for table `nn_modules_menu` -- DROP TABLE IF EXISTS nn_modules_menu; CREATE TABLE nn_modules_menu ( moduleid int(11) NOT NULL default '0', menuid int(11) NOT NULL default '0', PRIMARY KEY (moduleid,menuid) ) TYPE=MyISAM; -- -- Dumping data for table `nn_modules_menu` -- INSERT INTO nn_modules_menu (moduleid, menuid) VALUES (1,1); INSERT INTO nn_modules_menu (moduleid, menuid) VALUES (2,0); INSERT INTO nn_modules_menu (moduleid, menuid) VALUES (3,0); INSERT INTO nn_modules_menu (moduleid, menuid) VALUES (4,1); INSERT INTO nn_modules_menu (moduleid, menuid) VALUES (5,1); INSERT INTO nn_modules_menu (moduleid, menuid) VALUES (6,1); INSERT INTO nn_modules_menu (moduleid, menuid) VALUES (6,2); INSERT INTO nn_modules_menu (moduleid, menuid) VALUES (6,4); INSERT INTO nn_modules_menu (moduleid, menuid) VALUES (6,27); INSERT INTO nn_modules_menu (moduleid, menuid) VALUES (6,36); INSERT INTO nn_modules_menu (moduleid, menuid) VALUES (8,1); INSERT INTO nn_modules_menu (moduleid, menuid) VALUES (9,1); INSERT INTO nn_modules_menu (moduleid, menuid) VALUES (9,2); INSERT INTO nn_modules_menu (moduleid, menuid) VALUES (9,4); INSERT INTO nn_modules_menu (moduleid, menuid) VALUES (9,27); INSERT INTO nn_modules_menu (moduleid, menuid) VALUES (9,36); INSERT INTO nn_modules_menu (moduleid, menuid) VALUES (10,1); INSERT INTO nn_modules_menu (moduleid, menuid) VALUES (13,0); INSERT INTO nn_modules_menu (moduleid, menuid) VALUES (15,0); INSERT INTO nn_modules_menu (moduleid, menuid) VALUES (17,0); INSERT INTO nn_modules_menu (moduleid, menuid) VALUES (18,0); INSERT INTO nn_modules_menu (moduleid, menuid) VALUES (31,0); -- -- Table structure for table `nn_newsfeeds` -- DROP TABLE IF EXISTS nn_newsfeeds; CREATE TABLE nn_newsfeeds ( catid int(11) NOT NULL default '0', id int(11) NOT NULL auto_increment, name text NOT NULL, link text NOT NULL, filename varchar(200) default NULL, published tinyint(1) NOT NULL default '0', numarticles int(11) unsigned NOT NULL default '1', cache_time int(11) unsigned NOT NULL default '3600', checked_out tinyint(3) unsigned NOT NULL default '0', checked_out_time datetime NOT NULL default '0000-00-00 00:00:00', ordering int(11) NOT NULL default '0', PRIMARY KEY (id), KEY published (published) ) TYPE=MyISAM; -- -- Dumping data for table `nn_newsfeeds` -- INSERT INTO nn_newsfeeds (catid, id, name, link, filename, published, numarticles, cache_time, checked_out, checked_out_time, ordering) VALUES (66,16,'Mamboforge.net','http://mamboforge.net/export/rss_sfnews.php','',1,5,3600,0,'0000-00-00 00:00:00',16); INSERT INTO nn_newsfeeds (catid, id, name, link, filename, published, numarticles, cache_time, checked_out, checked_out_time, ordering) VALUES (66,17,'Mamboportal','http://www.mamboportal.com/index2.php?option=com_rss&no_html=1','',1,5,3600,0,'0000-00-00 00:00:00',17); INSERT INTO nn_newsfeeds (catid, id, name, link, filename, published, numarticles, cache_time, checked_out, checked_out_time, ordering) VALUES (66,18,'Mambohut','http://www.mambohut.com/index2.php?option=com_rss&no_html=1','',1,5,3600,0,'0000-00-00 00:00:00',18); INSERT INTO nn_newsfeeds (catid, id, name, link, filename, published, numarticles, cache_time, checked_out, checked_out_time, ordering) VALUES (56,1,'Linux Today','http://linuxtoday.com/backend/my-netscape.rdf','',0,3,3600,0,'0000-00-00 00:00:00',0); INSERT INTO nn_newsfeeds (catid, id, name, link, filename, published, numarticles, cache_time, checked_out, checked_out_time, ordering) VALUES (51,2,'Internet:Business News','http://headlines.internet.com/internetnews/bus-news/news.rss','',0,3,3600,0,'0000-00-00 00:00:00',0); INSERT INTO nn_newsfeeds (catid, id, name, link, filename, published, numarticles, cache_time, checked_out, checked_out_time, ordering) VALUES (56,3,'Web Developer News','http://headlines.internet.com/internetnews/wd-news/news.rss','',0,3,3600,0,'0000-00-00 00:00:00',0); INSERT INTO nn_newsfeeds (catid, id, name, link, filename, published, numarticles, cache_time, checked_out, checked_out_time, ordering) VALUES (56,4,'Linux Central:New Products','http://linuxcentral.com/backend/lcnew.rdf','',0,3,3600,0,'0000-00-00 00:00:00',0); INSERT INTO nn_newsfeeds (catid, id, name, link, filename, published, numarticles, cache_time, checked_out, checked_out_time, ordering) VALUES (56,5,'Linux Central:Best Selling','http://linuxcentral.com/backend/lcbestns.rdf','',0,3,3600,0,'0000-00-00 00:00:00',0); INSERT INTO nn_newsfeeds (catid, id, name, link, filename, published, numarticles, cache_time, checked_out, checked_out_time, ordering) VALUES (56,6,'Linux Central:Daily Specials','http://linuxcentral.com/backend/lcspecialns.rdf','',0,3,3600,0,'0000-00-00 00:00:00',0); INSERT INTO nn_newsfeeds (catid, id, name, link, filename, published, numarticles, cache_time, checked_out, checked_out_time, ordering) VALUES (54,7,'Internet:Finance News','http://headlines.internet.com/internetnews/fina-news/news.rss','',0,3,3600,0,'0000-00-00 00:00:00',0); -- -- Table structure for table `nn_poll_data` -- DROP TABLE IF EXISTS nn_poll_data; CREATE TABLE nn_poll_data ( id int(11) NOT NULL auto_increment, pollid int(4) NOT NULL default '0', text text NOT NULL, hits int(11) NOT NULL default '0', PRIMARY KEY (id), KEY pollid (pollid,text(1)) ) TYPE=MyISAM; -- -- Dumping data for table `nn_poll_data` -- INSERT INTO nn_poll_data (id, pollid, text, hits) VALUES (1,14,'Génial avec toutes ces options',3); INSERT INTO nn_poll_data (id, pollid, text, hits) VALUES (2,14,'Très bien et joli à la fois',0); INSERT INTO nn_poll_data (id, pollid, text, hits) VALUES (3,14,'Très bien',0); INSERT INTO nn_poll_data (id, pollid, text, hits) VALUES (4,14,'Ca va',0); INSERT INTO nn_poll_data (id, pollid, text, hits) VALUES (5,14,'Je préfère l\'ancien...',0); INSERT INTO nn_poll_data (id, pollid, text, hits) VALUES (6,14,'',0); INSERT INTO nn_poll_data (id, pollid, text, hits) VALUES (7,14,'',0); INSERT INTO nn_poll_data (id, pollid, text, hits) VALUES (8,14,'',0); INSERT INTO nn_poll_data (id, pollid, text, hits) VALUES (9,14,'',0); INSERT INTO nn_poll_data (id, pollid, text, hits) VALUES (10,14,'',0); INSERT INTO nn_poll_data (id, pollid, text, hits) VALUES (11,14,'',0); INSERT INTO nn_poll_data (id, pollid, text, hits) VALUES (12,14,'',0); -- -- Table structure for table `nn_poll_date` -- DROP TABLE IF EXISTS nn_poll_date; CREATE TABLE nn_poll_date ( id bigint(20) NOT NULL auto_increment, date datetime NOT NULL default '0000-00-00 00:00:00', vote_id int(11) NOT NULL default '0', poll_id int(11) NOT NULL default '0', PRIMARY KEY (id), KEY poll_id (poll_id) ) TYPE=MyISAM; -- -- Dumping data for table `nn_poll_date` -- INSERT INTO nn_poll_date (id, date, vote_id, poll_id) VALUES (1,'2004-10-03 06:47:10',1,14); INSERT INTO nn_poll_date (id, date, vote_id, poll_id) VALUES (2,'2004-10-08 02:21:10',1,14); -- -- Table structure for table `nn_poll_menu` -- DROP TABLE IF EXISTS nn_poll_menu; CREATE TABLE nn_poll_menu ( pollid int(11) NOT NULL default '0', menuid int(11) NOT NULL default '0', PRIMARY KEY (pollid,menuid) ) TYPE=MyISAM; -- -- Dumping data for table `nn_poll_menu` -- INSERT INTO nn_poll_menu (pollid, menuid) VALUES (14,1); -- -- Table structure for table `nn_polls` -- DROP TABLE IF EXISTS nn_polls; CREATE TABLE nn_polls ( id int(11) unsigned NOT NULL auto_increment, title varchar(100) NOT NULL default '', voters int(9) NOT NULL default '0', checked_out int(11) NOT NULL default '0', checked_out_time datetime NOT NULL default '0000-00-00 00:00:00', published tinyint(1) NOT NULL default '0', access int(11) NOT NULL default '0', lag int(11) NOT NULL default '0', PRIMARY KEY (id) ) TYPE=MyISAM; -- -- Dumping data for table `nn_polls` -- INSERT INTO nn_polls (id, title, voters, checked_out, checked_out_time, published, access, lag) VALUES (14,'Le nouveau site WEB est ....',2,0,'0000-00-00 00:00:00',1,0,86400); -- -- Table structure for table `nn_sections` -- DROP TABLE IF EXISTS nn_sections; CREATE TABLE nn_sections ( id int(11) NOT NULL auto_increment, title varchar(50) NOT NULL default '', name varchar(255) NOT NULL default '', image varchar(100) NOT NULL default '', scope varchar(50) NOT NULL default '', image_position varchar(10) NOT NULL default '', description text NOT NULL, published tinyint(1) NOT NULL default '0', checked_out int(11) unsigned NOT NULL default '0', checked_out_time datetime NOT NULL default '0000-00-00 00:00:00', ordering int(11) NOT NULL default '0', access tinyint(3) unsigned NOT NULL default '0', count int(11) NOT NULL default '0', params text NOT NULL, PRIMARY KEY (id), KEY idx_scope (scope) ) TYPE=MyISAM; -- -- Dumping data for table `nn_sections` -- INSERT INTO nn_sections (id, title, name, image, scope, image_position, description, published, checked_out, checked_out_time, ordering, access, count, params) VALUES (1,'News','The News','articles.jpg','content','right','Select a news topic from the list below, then select a news article to read.',1,0,'0000-00-00 00:00:00',1,0,1,''); INSERT INTO nn_sections (id, title, name, image, scope, image_position, description, published, checked_out, checked_out_time, ordering, access, count, params) VALUES (2,'Newsflashes','Newsflashes','','content','left','',1,0,'0000-00-00 00:00:00',2,0,1,''); INSERT INTO nn_sections (id, title, name, image, scope, image_position, description, published, checked_out, checked_out_time, ordering, access, count, params) VALUES (3,'FAQs','Frequently Asked Questions','pastarchives.jpg','content','left','From the list below choose one of our FAQs topics, then select an FAQ to read. If you have a question which is not in this section, please contact us.',1,0,'0000-00-00 00:00:00',2,0,1,''); -- -- Table structure for table `nn_session` -- DROP TABLE IF EXISTS nn_session; CREATE TABLE nn_session ( username varchar(50) default '', time varchar(14) default '', session_id varchar(200) NOT NULL default '0', guest tinyint(4) default '1', userid int(11) default '0', usertype varchar(50) default '', gid tinyint(3) unsigned NOT NULL default '0', PRIMARY KEY (session_id), KEY whosonline (guest,usertype) ) TYPE=MyISAM; -- -- Dumping data for table `nn_session` -- INSERT INTO nn_session (username, time, session_id, guest, userid, usertype, gid) VALUES ('','1103144223','f3d997ff3dcb21bc9b6a494c5f14da73',1,0,'',0); -- -- Table structure for table `nn_stats_agents` -- DROP TABLE IF EXISTS nn_stats_agents; CREATE TABLE nn_stats_agents ( agent varchar(255) NOT NULL default '', type tinyint(1) unsigned NOT NULL default '0', hits int(11) unsigned NOT NULL default '1' ) TYPE=MyISAM; -- -- Dumping data for table `nn_stats_agents` -- INSERT INTO nn_stats_agents (agent, type, hits) VALUES ('MS Internet Explorer 6.0',0,13); INSERT INTO nn_stats_agents (agent, type, hits) VALUES ('Windows XP',1,14); INSERT INTO nn_stats_agents (agent, type, hits) VALUES ('net',2,12); INSERT INTO nn_stats_agents (agent, type, hits) VALUES ('Mozilla Firefox 0.9',0,1); INSERT INTO nn_stats_agents (agent, type, hits) VALUES ('fr',2,2); -- -- Table structure for table `nn_template_positions` -- DROP TABLE IF EXISTS nn_template_positions; CREATE TABLE nn_template_positions ( id int(11) NOT NULL auto_increment, position varchar(10) NOT NULL default '', description varchar(255) NOT NULL default '', PRIMARY KEY (id) ) TYPE=MyISAM; -- -- Dumping data for table `nn_template_positions` -- INSERT INTO nn_template_positions (id, position, description) VALUES (1,'left',''); INSERT INTO nn_template_positions (id, position, description) VALUES (2,'right',''); INSERT INTO nn_template_positions (id, position, description) VALUES (3,'top',''); INSERT INTO nn_template_positions (id, position, description) VALUES (4,'bottom',''); INSERT INTO nn_template_positions (id, position, description) VALUES (5,'inset',''); INSERT INTO nn_template_positions (id, position, description) VALUES (6,'banner',''); INSERT INTO nn_template_positions (id, position, description) VALUES (7,'header',''); INSERT INTO nn_template_positions (id, position, description) VALUES (8,'footer',''); INSERT INTO nn_template_positions (id, position, description) VALUES (9,'newsflash',''); INSERT INTO nn_template_positions (id, position, description) VALUES (10,'legals',''); INSERT INTO nn_template_positions (id, position, description) VALUES (11,'pathway',''); INSERT INTO nn_template_positions (id, position, description) VALUES (12,'toolbar',''); INSERT INTO nn_template_positions (id, position, description) VALUES (13,'cpanel',''); INSERT INTO nn_template_positions (id, position, description) VALUES (14,'user1',''); INSERT INTO nn_template_positions (id, position, description) VALUES (15,'user2',''); INSERT INTO nn_template_positions (id, position, description) VALUES (16,'user3',''); INSERT INTO nn_template_positions (id, position, description) VALUES (17,'user4',''); INSERT INTO nn_template_positions (id, position, description) VALUES (18,'user5',''); INSERT INTO nn_template_positions (id, position, description) VALUES (19,'user6',''); INSERT INTO nn_template_positions (id, position, description) VALUES (20,'user7',''); INSERT INTO nn_template_positions (id, position, description) VALUES (21,'user8',''); INSERT INTO nn_template_positions (id, position, description) VALUES (22,'user9',''); INSERT INTO nn_template_positions (id, position, description) VALUES (23,'advert1',''); INSERT INTO nn_template_positions (id, position, description) VALUES (24,'advert2',''); INSERT INTO nn_template_positions (id, position, description) VALUES (25,'advert3',''); INSERT INTO nn_template_positions (id, position, description) VALUES (26,'icon',''); INSERT INTO nn_template_positions (id, position, description) VALUES (27,'debug',''); -- -- Table structure for table `nn_templates_menu` -- DROP TABLE IF EXISTS nn_templates_menu; CREATE TABLE nn_templates_menu ( template varchar(50) NOT NULL default '', menuid int(11) NOT NULL default '0', client_id tinyint(4) NOT NULL default '0', PRIMARY KEY (template,menuid) ) TYPE=MyISAM; -- -- Dumping data for table `nn_templates_menu` -- INSERT INTO nn_templates_menu (template, menuid, client_id) VALUES ('rhuk_planetfall',0,0); INSERT INTO nn_templates_menu (template, menuid, client_id) VALUES ('mambo_admin_blue',0,1); -- -- Table structure for table `nn_users` -- DROP TABLE IF EXISTS nn_users; CREATE TABLE nn_users ( id int(11) NOT NULL auto_increment, name varchar(50) NOT NULL default '', username varchar(25) NOT NULL default '', email varchar(100) NOT NULL default '', password varchar(100) NOT NULL default '', usertype varchar(25) NOT NULL default '', block tinyint(4) NOT NULL default '0', sendEmail tinyint(4) default '0', gid tinyint(3) unsigned NOT NULL default '1', registerDate datetime NOT NULL default '0000-00-00 00:00:00', lastvisitDate datetime NOT NULL default '0000-00-00 00:00:00', activation varchar(100) NOT NULL default '', params text NOT NULL, PRIMARY KEY (id), KEY usertype (usertype), KEY idx_name (name) ) TYPE=MyISAM; -- -- Dumping data for table `nn_users` -- INSERT INTO nn_users (id, name, username, email, password, usertype, block, sendEmail, gid, registerDate, lastvisitDate, activation, params) VALUES (62,'Filax','filax','blitz3d.fr@wanadoo.fr','de81f67065b117a1dbc212b3e105be28','superadministrator',0,0,25,'2004-10-03 02:50:16','2004-10-03 03:51:55','',''); INSERT INTO nn_users (id, name, username, email, password, usertype, block, sendEmail, gid, registerDate, lastvisitDate, activation, params) VALUES (63,'Eddy Tout Puissant','eddy','ed.rtv@free.fr','162b96e2cbea97f3ba1808fae6a95401','',0,0,25,'2004-10-03 03:23:43','2004-10-03 14:27:20','',''); -- -- Table structure for table `nn_usertypes` -- DROP TABLE IF EXISTS nn_usertypes; CREATE TABLE nn_usertypes ( id tinyint(3) unsigned NOT NULL default '0', name varchar(50) NOT NULL default '', mask varchar(11) NOT NULL default '', PRIMARY KEY (id) ) TYPE=MyISAM; -- -- Dumping data for table `nn_usertypes` -- INSERT INTO nn_usertypes (id, name, mask) VALUES (0,'superadministrator',''); INSERT INTO nn_usertypes (id, name, mask) VALUES (1,'administrator',''); INSERT INTO nn_usertypes (id, name, mask) VALUES (2,'editor',''); INSERT INTO nn_usertypes (id, name, mask) VALUES (3,'user',''); INSERT INTO nn_usertypes (id, name, mask) VALUES (4,'author',''); INSERT INTO nn_usertypes (id, name, mask) VALUES (5,'publisher',''); INSERT INTO nn_usertypes (id, name, mask) VALUES (6,'manager',''); -- -- Table structure for table `nn_weblinks` -- DROP TABLE IF EXISTS nn_weblinks; CREATE TABLE nn_weblinks ( id int(11) unsigned NOT NULL auto_increment, catid int(11) NOT NULL default '0', sid int(11) NOT NULL default '0', title varchar(250) NOT NULL default '', url varchar(250) NOT NULL default '', description varchar(250) NOT NULL default '', date datetime NOT NULL default '0000-00-00 00:00:00', hits int(11) NOT NULL default '0', published tinyint(1) NOT NULL default '0', checked_out int(11) NOT NULL default '0', checked_out_time datetime NOT NULL default '0000-00-00 00:00:00', ordering int(11) NOT NULL default '0', archived tinyint(1) NOT NULL default '0', approved tinyint(1) NOT NULL default '1', params text NOT NULL, PRIMARY KEY (id), KEY catid (catid,published,archived) ) TYPE=MyISAM; -- -- Dumping data for table `nn_weblinks` -- INSERT INTO nn_weblinks (id, catid, sid, title, url, description, date, hits, published, checked_out, checked_out_time, ordering, archived, approved, params) VALUES (1,2,0,'Mambo','http://www.mamboserver.com','Home of Mambo','2004-07-16 10:18:31',0,1,0,'0000-00-00 00:00:00',1,0,0,''); INSERT INTO nn_weblinks (id, catid, sid, title, url, description, date, hits, published, checked_out, checked_out_time, ordering, archived, approved, params) VALUES (2,2,0,'Miro International Pty Ltd','http://www.miro.com.au','Where Mambo was born','2004-07-07 11:32:45',0,1,0,'0000-00-00 00:00:00',2,0,1,''); INSERT INTO nn_weblinks (id, catid, sid, title, url, description, date, hits, published, checked_out, checked_out_time, ordering, archived, approved, params) VALUES (3,2,0,'php.net','http://www.php.net','The language that Mambo is developed in','2004-07-07 11:33:24',0,1,0,'0000-00-00 00:00:00',3,0,1,''); INSERT INTO nn_weblinks (id, catid, sid, title, url, description, date, hits, published, checked_out, checked_out_time, ordering, archived, approved, params) VALUES (4,2,0,'MySQL','http://www.mysql.com','The database that Mambo uses','2004-07-07 10:18:31',0,1,0,'0000-00-00 00:00:00',4,0,1,''); INSERT INTO nn_weblinks (id, catid, sid, title, url, description, date, hits, published, checked_out, checked_out_time, ordering, archived, approved, params) VALUES (5,2,0,'MamboForge','http://mamboforge.net','Get your Mambo add-ons here!','2004-07-07 10:18:31',0,1,0,'0000-00-00 00:00:00',4,0,1,''); -- -- Table structure for table `o2_attachments` -- DROP TABLE IF EXISTS o2_attachments; CREATE TABLE o2_attachments ( aid smallint(6) NOT NULL auto_increment, tid smallint(6) NOT NULL default '0', pid smallint(6) NOT NULL default '0', filename varchar(120) NOT NULL default '', filetype varchar(120) NOT NULL default '', filesize int(10) NOT NULL default '0', attachment longblob NOT NULL, downloads smallint(6) NOT NULL default '0', PRIMARY KEY (aid), KEY tid (tid), KEY pid (pid) ) TYPE=MyISAM; -- -- Dumping data for table `o2_attachments` -- INSERT INTO o2_attachments (aid, tid, pid, filename, filetype, filesize, attachment, downloads) VALUES (1,725,11357,'rendu.jpg','image/pjpeg',13436,'ÿØÿà\0JFIF\0\0\0d\0d\0\0ÿì\0Ducky\0\0\0\0\0\0\0ÿî\0Adobe\0dÀ\0\0\0ÿÛ\0„\0  \r\Z\Z\Z\Z#%\'%#//33//@@@@@@@@@@@@@@@\Z\Z&\Z\Z\Z\Z&0##0+.\'\'\'.+550055@@?@@@@@@@@@@@@ÿÀ\0K\"\0ÿÄ\0§\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0!1AQaq\"2‘¡±’ÒÁÑBRrcá3s³b‚#£Ó¢Sð²Cƒ“\0\0\0\0\0!1AQaqÑ2b’‘¡±\"RðÁáBr‚ñ#3²ÿÚ\0 \0\0?\0îúÏÚÅsç[ûQø®|ç09}ŸÅóíík.Ÿ­ý¨üW>qõ¿µŠçÎsô:Ï·´Ë§ëj?Ïœ}oíGâ¹óœÀ}ŸÅóíí2éúßÚÅsç[ûQø®|ç0C§ñ|û{Lº~·ö£ñ\\ùÇÖþÔ~+Ÿ9ÌÐéü_>ÞÓ.Ÿ­ý¨üW>qõ¿µŠçÎsô:Ï·´Ë§ëj?Ïœ}oíGâ¹óœÀ}ŸÅóíí2éúßÚÅsç[ûQø®|ç0I¼„û}/)¿Ï·µfo/ÑÓõ¿µŠçÎ>·ö£ñ\\ùÌU©>ƒHØæn}¦·ùOûííjiµð[ë?f?ÏœÒÝÛ—;¶cNnW>r±²h¬–ý—O.òÿ\0ËokOÇòksy ÓsþBêÆ?îÈV\när“ôâtÛ¾×~5éX7û.¤÷mÛþûKú¥éß\nÍm¹Æ9aGs?ÿ\0¡+hùGýÏùˆî-q‹^ÓEvÃ]êt4Î7íú³ž½_UÚþ‰åÛ»òr}éÿ\0sþR~‹ôÿ\0¹ÿ\0)ÝNŠI¾²êÚybsºÙÏÏ=;l˜ðyßCúÜÿ\0”} ÿ\0ûŸòž—†O†‰¾kíG™ô?§ýÏùJ½œ—¹ÿ\0!êøh\rrñÛæ¾Ñáݵ¹·Š± ¯ðÊå}Ng+Þ4èìÅ5šr¹óŸHìÅœ÷öo*N)ôñõ5º´ÛÕ¾ÞÑáýoíGâ¹ó­ý¨üW>s«qä·#YX•Wå–~³Î¹jå©i¹rg}z}¹]¾}½©Å¿ÖþÔ~+Ÿ8úßÚÅsç9¿¡Óø¾}½©—OÖþÔ~+Ÿ8úßÚÅsç9€ú?‹çÛÚeÓõ¿µŠçÎ>·ö£ñ\\ùÎ`>‡Oâùöö™týoíGâ¹ó­ý¨üW>s˜¡Óø¾}½¦]?[ûQø®|ãëj?Ïœæètþ/Ÿoi—OÖþÔ~+Ÿ8úßÚÅsç9€ú?‹çÛÚeÓõ¿µŠçÎ>·ö£ñ\\ùÎd›tJ­ä–f¿Kucr–“ÉÜz}QÆOЇÐéü_>ÞÓ->·ö£ñ\\ùÇÖþÔ~+Ÿ9Jmaœ§uòŠP^¹j÷¸qþT!ióKSõÍɡӸ¾}½¦X€ \0\0\0\0\0\0\0\0ZæééfÖö­ã<_°ÜÒßçNßKê©hÚœ³Ã¨ì†Ý.Ѳ‘Òtäñt9éqÃoÐmR¶‘ur75sFÁ¤l£} fC|\"‹…ŠÚYà(¸\"êYeª(–Q/¤¶’ŒÔIÒiA@)¤²ªÉÓ¨µ¬¯^_úq÷š-ÝÎ)?a[t:[sÓ_à Ýu½‘×\r͹a.ËéÈÙQª¬QçИÊPu‹hóu>Ç[ǧ|¾Œbô§eþ„i0†éå5‡4tFQ’¬]Qãêt:?zzû¶×myªàa{knìtÜŠ’äΡCŸ™|öïÉe\ZÏlê¿í¼ý òåBN3N2Y§ƒ>ͧóagqÜ{TÂK4wéýÅœ6ããÚ˜|À:·~_{jÜ»Öÿ\07.³”õk´Úf\\ \0(\0\0\0\0\0\0´.\\…tIÇVŽ…~ÜÀ\0\0\0\0\0\0\0\0\0X·qÒ~o¸²[Éd·’ËE‹6†Þ®²Ä½›*+í:¡¶ºIév×I=,áe.ñhĺGL:a\n(²ˆE’\n(–È‘E(Ùe\ZQ\nª‰d‰¡)E ¡4&„É•h(Z‚ƒ&QABh(2e&„Ðe2¨¡j\n&QBbåXº1@./ ÄooržT|ø¦šªÅ4/nì­ºg(ñõ¾Ò^=>øözœ¶éÎzþ²S&2RI¬S‚Ì99îÙSMIU<ÏžóƒÚË\\?•\'ð¾GÔ³›qb`ã$¥šfº}K¥ðí‡7É«}±žÖxci÷eË¡œ§»]¦Ó1\0@\0\0\0\0\0\0\0\0\0\0\0\0·¥áAãøÚà¹u–LÜfádüiiXÁ<_7Èíµi$Œvö’K Ùw×\\G£]qŒMbŠÄº6ÚȲ*‹ ©E‘T]\"‰¡#2B¤ JIDDf”%C)”PPµS*ÐP°2­ ¡!E¼–ÆL«@_LVoЊŒ™@$„€œ­º¬¸£±II&±Lâf›{še¡äòë<ßuÑókçÖ~íyøÆw×33œt²¬±\r6¸¹7[x]·(MV2Ìù›öebì­Ë5“湟[5UCËó-§\nÇ¿c÷º=O-ÅåVÇ„X<Áìd\0\0\0\0\0\0\0\0\0\0\0K·<;nY¼¢¹·‘k\\^-ã\'ͳKƽ‡vÝRé|YÝf4G]5íuÓ^Ööâoek«¬^%ÑTJ*®JejJe+o8Sôº{ê]F)ú$©î©”K iáÏð­_§\n¢êäøº®Oyx¯’T¢óŠô`JPy6º×ÜL™ð(•Â’ê`£Yª,å(’}/ŽfmfÔÝ•Íû§Ã¢&Q¥ç’æðŠÍ׫ø‘Vó\0âšÓ$—·ÞCmæê*€\0‚€\0(U’C*Ç]‹šáy`Ëœ–\'¢åRÀëgÊûžŸ“©d÷výÑÃ}q·¥I]QÐ̤pŒ¾w̶þíq]›˜ÿ\0›‰Æ{Ûû-©GŽq}(ðOoG6¸í׃4\0@\0\0\0\0\0\0\0\0Ëqs÷‡~]˜õ¾>ƒSŠì¼]ËKÛ쮿Ä]fjë3[mm¤—$w[F£DŽ˜#¼w¢hŒâ]\ZitMJ¢jUY‰Di.‰*IUdYED¢¨²ȼe%…päQFk5£“T¦\'†Íu/p0ÂH$\0¨@¨\0@ ª\0AT\0  UÖ§â[RãǬáfûIa(zO/Þéž—›·KùVz³:ç¹Ð̤hÊHùŽkѪ<õ¯ûk)ö—Ú} Ï+ÌíVÞµœ±º;cyãÁ+Ë\0Ä\0\0\0\0\0\0\0\0e¸»áY”×{(õ¼ϵ·DªNöZ®BÒáÚ—¹XÓHé¤tÛGDLm£hc¬iè¢,Š«T”âjŒâ]V$©!VE‘DYh‹\"ˆºȲ*‰Õ›K¬ÆÖI›qéJÒY®¥îerTuÁb“k.ƒ\'8VR“t®Uk‚Èóï÷\Zk&6Òçâåú°è Ê‚“íªQ~*ªÕó4R‹UM5Í\ZéõuÞg:ç sÈI¤D*€ ª\0 ª’\0;yi¼ºpõÊ7¥©,Ó©7×ͦÚÿ\0-l,̱è2’-ZªóÄ«>ÌÊG.â\nQiäÕ©ÜUEˆùÙEÆN/4èAѽ†›Õá,Nsèks¬½ì€€\0\0\0\0;»ž‰5ƒ}•ÖÀäƒñoNçæxu,°ï¶Ž=´Gu´wÖ;kÀÖ&Q5F›]EdUX”T´@Ò%Ê¢j-’fÜOI(©+¤Ïžßw[|oížßÉV©dß\"¨º/—{Ïlxk\'÷ȲÕÍ\"Ê/Œ™²%éëÛæ¾¯éÈJ„xãÖ^1ŠÉ%ÔB% ÓÒ\\Íu—¿ ZK5Ô½Å4bÚ“Uêû‹Ë5Ô½ÄÛI´™ìãÂãôbrDc¥·VÛêû„«Šo¥éëåòã3Ÿ?¨¯‡oò¯R#Ç/k,@ú]?á§Ë]4ÊM{}â³\\êÀ±éÉîÝ´ô^…àªëæš÷¤žN¤•q‹ÍIÊë·§…üg±RA]4ɵí’ÍUs_q|ö{ÚÝ|gíü• „ÓÈ–Y™Å@(2’.g ;6òÕf=z‹3\r¤°”z™»>7Ükåëošzð;Yó>÷\\ueþZ¸õ9ú•‘”œ+›žúª<9ÇLåM£Ý»‘ãî£Kòé£=oxÙß±\0”\0\0\0\0Vì´[œóÓéÔ7i\Z$uù„´íšÂ³i{kömÕ\"èÞŽ»fñ1¶m¬tb]38š\'§¦^ávÇ ÆÞQ¥ÒâðDׂÁ«x²S$×G{uǙ羓¶Û­¸º×Vxþ÷k¦Ó²Ù\\º½•,ÎFŒÎG…ÉÌ™äï£Û‹ëG¯3ÌßDzŸ&uèÜo¸€±\0\0\0\0c*Ü·o•dý8/´›J‰ne¯y<é\ZGÔíuäé¯\'D26…[¢ÌÆ º%‹|\rÓQÁbø¿±ÞÉÆ×HÑ5/‹û‰Fhº.³6óªº%L”hkDeDÊ«T’¤¢ªÈ²(‹ .‹£4]h‹£4hŠ.‹\"ˆ²3R¯,×R÷L³]KÜA\'&g €\n¨\0€ B ª\0 \0dÀ¤Ž¼ß„ª°Mªýç,Ž«ÿ\0KÒÏßk/O<¯šqsêrõµl¤ƒì¿ðûˆ‘óeü\\YÈàÞªÛ•:ýGtŽ=Ò¬$¹¦tÒãi|Qæ\0r\0\0\0\0<˜KĽ;•®©6ŸEp;-Eɤ³8öèô\"´GGâ}þð3ŒIÎÿ\0YuÕªj+L=2çÕÐLJĺ7®²{Û[YL„J4,™dT²\nÖ%“)Ȫ¹(ªd .‰EQ(ªÑEd¨º3EÑU¢,Š\"È•\ZO5Խȩ3ÍuG܈39$å\0*„\0U@\0 ’\n¨ ’\0‚ \"H !‘QP)#}£ìK¯ì9äÍö½Éužo»ÿ\0ã}1ާºÝ³7†8l¤²>]³›‚’9w¦º‡ÈÂñ­hò€yƒÞÈ\0\0\0ÌÚ·Šðuq¶Ÿ5›ôWÖu[uƵé<«Ó“ºÓ¢ÑØId”p¡{[™Ã‰½;ï;ùNÈë+Ù‰¢<û[è¾ñ×ný¹dβµ,t\"QX²é•¤’ˆ,€¼KEŠ©D¢d¢Èª&ª*­¤–mà‚®‹¢‘i¤ÓM<šÅE‰¢3EÑUt]EÑçšý1÷\"¥§šý1÷\"¤œ™œ A$B (C$†UA\0€ † Ê’ÊÔ T‚\0 0)#£mü¯K9¤Î«5V£_ýby~öÿ\0ë“¿hçÔåë]²’,UŸ9ÅœŽ{ù29¯µÇ.#Æäy|A2N2iæˆ>„¹™Œ€\0\0\0<]ütîîtÒ^´s¾iõ1tÆQUõ´r¸3¤äÜä­KÂôâf\0íµ¿”sg}ôe™á–ŒåTË6«6¯¥…ÈË&jo¾”ZRg±fúœ®&åˤ¹uD²9Ýä‘W™r¹u¢QËå¾&±ÜÚˆ¹\\·F{›¾]éº**ÑfÝ È<š+q-pjÜâ—BÇ!y“{QQ„R¥ÃN^ŒY¢)\Z%D¨¹\"é•cD]Lº*¬‹¢ˆº ´}Iz•\0ˆIdT(C!²*Ù\r‘P‰©\r‘R*²**A\0‚@g#º¤\"¹$qÅVqYU£Ð¹Mà°æxþîmµÓMfyÚá×ß]dÍP«;‹qUx¾“+±²ë§ /Ûm&s-îyþsÆY’97 ê¹TÚy£‹tðg8áß9™Ž\'ÚxÇÕÁý…I„´º¼²k¡‰GK§¥>ƒÙ¯ uõÏï\0@\0Îó^õŸóø”…­J¼(ty’­»«ì/´…`tÓ“¦*äˆÒáÑ·°œkrÜôç].”-n*ÞñŬ–¬õ\Z£j”§BÜ%àâ[-ØÒJ\\ž6ãËoÙNIj4z’„%ÞŠ}h(i®†ã^ /SyÛ0y¥ç0ùóÒòË’u‹Æ„nö3•g›Íéûˆòˆ¹^kuçÁuçÁè]„Þ+ŽägŽ\'·+5Yw¶ù›±ÒÇ‘)Ý?©½™Ûso‰ÉzÖ“7,\\¯0½¢i\'Jײõz7U0e£(c‡LÔÍ{–üâ%³Ž+VqÅ{My¾Ìu.8¡ô›¤«áJE¶×¥jãÒ\'K[ÛIÒÖö×›ŽîYZkŽ4^ó‡Ë,µæˆÒšg(Ñd±>•N¸s<%‡‹vþã\'rì9bË4šÙ…9­˜z~\Z¡ÏzÊäzÎÝQÑÑã]±ZÑ»à •ŽƒžîÓUpàfêÍÕòs„µ´Ñ{V\\›KŠ¡êÇd®]žYÑTOcgoq•’•56òxœöá2å´ÄÍq¯)¸ãTñ3žÏwk\ZjG§JßòîIS›©¼wª=‹ÑÏÓÞô¥QæÓ¿ ¯—nYx\nj´’Ó.“XÍq=;övûš¨ÛÒò¬Ú‹ô%SŠ÷–Ý´«m©.D¹ÿ\0YŸæ“Úcñýµ7šx–nž]—.¦³Ge©HÜIxðz¶å\\N›r<ûgu¼Q¸Üu\"ÈΆšMA  \0A\0€NÖÓï>9uðŽ©(ógFúòÛl§(½7&¼;\\õK )L³1Ô¼0ñýçStçûñ¾†r¦úúŒ]vöžuW%ù8.¾F»½Ý½¥­)ö²ŒVmò)²Œ6»7r]˜Æ²ßjæ{±ÕvSJŒÞÓµÓyÚ­åDz–®-\'‹j2·*HôlO\nSZèÜî]½Ë‹½ÙýOûM|Ÿlìí¢¥‹¥[égøø÷¬íóMëŸTr=ËQ‚EíkµjhÑ¢(2²±”LåË:\\HpÁŒ™|ân‹‹\'\\½%/j»&àé*×*åÐ[yXo.t³êשÚfaÎÌðî¨Ó?þDçÔðø{%•ËqTî.Mi^¼ŽËSƒÆpR|ÚLì„v²_ÊŠ|Ò9Îì³Ö]|Üÿ\0+kÉÁ¬1F–^—¡F±|ØzKaåòÅÙUæ›_ûhRæÞVú7DóSjQ]8­oâ5:{kÇÿ\0ÊëÑãÃ|z^nïc^$(¥…c“u­=Æ6âëF¨ÑÝvÕéM]½$å\Z(¨.Î]¬ù¿W(Ú¬ªjg» ¶²^=ëÚ‰ÙeÓejÙÓ fâÆÑ-Rˆ±¦“QR\0\n‘PA\0 d\0\0¶Ê·+Éþc?ch±¥âMpÕ>ÌxpUõ;U‹}HãÙ¿¨ó-Öá×B›‚ƽ›}œ)ÃŽþõ|¿ºÛ=mþdun—‰+[HÓB¤î®Ã£JŒLvqw%-ij¸õ.®Ã[^[Üã½-R/bÕ]YXCÄŸAÝjÚŠ\"Ú´!Di@‘&¤eÃæÒqÚQ~)$ýçÏ<[gµç·mÛ…smµÔx‹.³ãÕ¿ ÃÝöó9ãmH\0Ó°Zçz«)v—¤©lí§Æ.ž†gnkë}äT\0hqïeªí»|«\'éÁ»hÑ#Ϲ-[ÙfÔiaèY–Gm9:éÉèÚ•\"‰¹\\]&žÔÎŽ¬eµídM-ÚUl½Û´GŸvR½8ÙŽ.ã£_áâJ—ƒÒò›nô纒þc¤?BÈöÒ¢9¶VU«Q\\•\0\0ä\0=ç6´ÝÖ¸æqÚuÌö¼ÓnîÆ‹¬ò‰ÛtkÒ*YÅÑn‡L%DqÀ耋\neµ¶e¶kD4ÆôjVݪ#u&ic·lÕ*HšT$P\0\0€$@A \0$géö×®å(®ÏêxGŸ\r¥Ÿg1XÝÁõ~&c¿œ©bÊîܹY‘`½r=;»uá$—[«÷7÷«äý×®þ6~Ž‹0P¶Žk×ç¢ódïÞåÂ6víGZ~$Ú«§%Ö_k¶V œ±“Ͳ<þ+Yµ¥ ‘tY ;ÍÊÛmçyæ—eso\"Û‰–¤Í’v¼;¾¯oü(ºÆÚQ|°ÅýÇ!HUÊS“¬¤ñ|Þl¹Ã^9Ûù\\¾†ºùuš÷@\0i µ¼[‡æXu¬QRS£O“©6™ÖÉÏ³ÓØ š¤äºYQ.d³¶dyv^«Ójœ›Oš®£jG—¶g¡iõvÕØ¤YLÁH¶£m&ìËùU¯q+Ïdz´ä¿7GLò]l÷<«n­ÙŠxºU‰ÌœkÒ‚¢Hš„CaSR*CdT¸\\-PÚ(åBŽcœc5FpßÚ§\\„ø‰æUyñÚ>F±ÛÐêÕ F:h‰P©¢K¨…‘zHšR„PÒ„P èE\r\Z\"€R€µ  µ\0 ± ±Š†î?êìÝ3•ÏtZ×~qüªÔysjîûofª–£)¿ÌœšÏÔzqƒœõWT¸ðÒ´ÓØpÛÞ¾—Çûœý]óü¯ëÁ¦•&ß\'OQ2œbŽw¸¥‰Mw“u]Ìã[Ÿ\Z]qÃÑW«’lÒ.O5CžÂª:’¡b~ôÛ«n­æø³_~IÎóz~ß§sç¼§/K(äX%E@Y1$zÀ@\0®c6ÿ\05%ëU*Z…óŠöv~¦z~泺cðà^oÛp›‹Á¦ÓëG}‰;¨x[»‘àÞ¥þlN‹g}k¦µÛ¨FKÊ&›E´ïníÛÍ\'©ý‡Õm£¦ùß\'µ¯srí0­£é ©NMkÉr­’ÙFË#R\r‘R#J‰³ LµÖÎy6D«»„+†‘™2™u©LåŒÍa\"®]1.‘”$j™Ud‰ L(E h(I\r”CEYfʶ ©,€ˆ ’\0‚ !²9rÇir?ý¥íoµ»ºS÷¶z\Z\'਼Õk×SÄÜËé<æ7ì_Œd«Î K^Ãèíiœu,™ç·6¾/[o6÷åràp‘XØjz’=/§MšFÄRbf³Û¬\nï7ÛÃJÆë]˜òéew[¸m£¦8Íä¹už-Û²œœ¥Œ¥‹g>§WÉ1=ïÑףѻ\\íÃ_Õ[·%)9IÖO6r˵*>¿°èÒÞ,Ë|Ùç3¶o¥íå1\0è\0\0\0xiw øâ½Oø•5vçá¤Ö*OŠäŒÚqtjŒçÓß[,›kvܝШó<ÖÝ.BêÉ­/­Ù›G§º³ãØ•µžqëY,dâèðhï­]kÒ…Ãmj0r|W\r¯N°‚àä«èÄé—L½ï\'±v’G²‘âyeÕ\Z>³nuUfû\'. 8²<6Ë©\"Õ&jf³VWÞKU© Ó5ÏwmZÑžeëªp—fK™íJJ‡‡æÖêã>8¯VŽ8arïI¸r6× ´L¦^„fm ¸Î›w *Êî„¢ÎKs7ŒÍ4è‹-S(ȶ¢ªõ)¨9-Ù\ZŠÔ 6T‡\"€’*C‘W ,Ù\r”r!Ȉ³‘G\"*ØäUÈŒX¡‡Y•í²½ gaëŠ\\Sï#³É|¶ñqX3)eN¸rÙn6<}¯ú¶e‹µ^Üz¹œ7“Lfó¸|î¯ÚÝtá|Ü_X®E*¶sîüÂ6á¦ÓNëÉ> ™ã[ßonǺí\'“žkü¤¥JâÛn­·VÎ[õ¤˜×sét6·;p×õ\')JM·VÝ[é* h k|O%¯d˜áJ4‹æq%ENG§(áSÏšjrOƒ;t9Ôª€à\0\0L;ñë^ò,̳¼m†‰Öšµa‡ê3¹ßôGÿ\0j,î\\ð×nUr|^TFm¶êÝ_6qéi´Ûm¯Œý\'ö[CÊó-¾‹ŠôU!>õ8Køž©KÖ•ëR¶ÿ\0Ï“àÏD¸I^=‰F´‘×zÜe¶r‹MÂ’^ŒÏ9©BM<\ZtgUÄ–ðgI]%zž]¹ì£Øµ¸tXŸ+nrÚÏ„û¯ì=>aƦõÙ½v}/¶j®6xv·sš¬\ZQüÏìEÕýÊÏMrоóYù£ÚÔ5Ï6ÜØ«’Ëk—fTö¦Zןظ“ʼÆbùµ{¹DpnivÄšÍMû‘Ë{Ía%K}¹KÅfÙÓ3…ˆÁâßjoœžc9LåæÎÙ’TgmÛm²Ž&k66„Œ1E¡ ;mÌÞ38á#xÈÔjW\\f_YÍR*¶ÖN£%\"j}Dj)QP‹9Rµ\" Z¤6V¤6ÔŠ‘R*A-@¨DÝr3œè€N|e¥r½•’Àåñž\r­Å³Å÷[çi¯ñþî=K›Žå’lÒ&6ŒO-¬\"0/¦¸ŒK¨™Ê±œ0Hó7pÑyò’©ìÊ8˜ÛìÆ|¤éÑÛÏ \\\0Ö€\0\0\0 K¹Öýoø-?¹E{{_iS:{¾›oãrP\0hy>ekEýk+о•™Ë 4ÏSÌá«n§Æö<)fo^MG¡bJQÓ%TóO—ÆRÕjã·MWíFV&vFxnqrJîêÜœ!rª9QPïØ[Üî)®mz mÛŒœªz]/Mp,œWYÅÕ&³8µvr“dGÿ\0òõŠrôºýÇToât[ºš7ˆéåÖö9ìy.ÂÃRµ©~,kï:ݨSON°ä\\5&·vŠY7¶rŽ4=9\\¡Œî‹\"Y<ã(ægZ3ѽ¢Y£†ìbž,bÄÂfиr)P²¸ÆL»ápÕLà…ÓewårëS\'YÊ®â+—F±¬çÖ5Œ™o¬f:‰Ô µÖF£=DÔ ê)Rj¶CdT«`%# ·L¼¤qß“œ•µÇ>£;m‰j6±8R¸É³¥nRXC«žQT$ðÝe¶Þ6“§¯oGÕ\\à’%^¼Õ5?qŒQ¬PòëÝ\ZškÝ{;’sp“n«\n¾(íHómÉÂjKƒ©êF’JK\'Š8õf.{Üúºâç½V°9wv¼KR\ZaÖŽÖŒnÄç.,½ÎOŸ®¨«³QÆ)º>„d\0\0\0˜ªÉ.n‚ÜLÞÁ7p›\\¨½J…I›¬äù¶A&4Ö^Íay€C-ÌͽÈs‹¥y¬Oú#Á»oEéÁc¦Mz™­WUìʇ\\gçFµÀÞe$¨nVåz8yi›G.Öiº1Âá¨Üwx˜›ÚºpêÀ¼.PÖZËÔÊ¢ÚŽ+WMÔÍe¬´‘„ÍuT¬¢%È6sNÛ;å)¤±›t­²”glí™;fp˜cѬdF‚Ê, )2ÊEhMDÔš‘Bh)–ER,‰\0¢j*@l€ÙIH9J@VìÒX™mãVî?Åîàgv^$ÔúŽ˜ª*:Û©¯zĬXE¢Ž-­mR(Ö(D¤wìîjƒ¶óŽ]GEíÍÛššàg}|Ó ¾¾mqø=Œ¯5r›Ê)·è6MJ*QÅ<Ž?3¼­me\Zö®vcOo°óë3´ž/%xm¶Ûy¼X\0÷²\0\0†—åXu¼RÏ iq“«êX/´Îü¤þW®ßÈŠ€\r\0\0Í·VaçvÝõþÅÇåJ}‡IÁæp’ð¯Ç8:7ËŠ5­Å]n,vå5nåÕ‹q…‰GDœ;iÕj¢âž‹ Úp–(úŸ+ßmüÓe-žçQÑ8Ö®³æüËË·>]yÂì_„äÕ«¹©.šþž.®³[ûv×–Ó¶/S:ß>¼uÛòkfõ¤ë\Z=HøwcBJ¬ù´Ímî/[îI£;}¯S^XÞxp5ëNÞ •‹Évhý&m_†qg¯9¿”Ö®”o<â‹9Þžóž»OS¤ßKÚê·¹q}¥N³®Þæ,óWœmåÞ^ÂÑó„ž=ŸZ3É©´ï{¸žL¾£Í³mqÒÕäß*ÐŒéŽ%•©Wte$U¶C…\n®yD£‚7”JPˆÅÛ#A¾’4„Ã#I¶‘ ˜0ÇI*&ÚF’®¨“Bô \nЊl£aèQÈ6fÙR1»=)–”¨r]–¹¨.¶gm±26ñm¹¼ÙÔ‘¨àoymÍËrpLQ¤QX£X£-DÅ\Z$U\"è4”J!^ÎævŸ\\~ÓÊóKþ6êQ‹¬-öW_âö›Ý¼ìÃ\\]\'”_K<ѧNMîï/^I·Þ4\0\\€\0›tY²×\ZrtÉ`½ x7/ʪºòELóßþ3ºv\0@\0\0Rí¸Ý·+rÊJŸÄ¸ÄŒïì·5‹Ó8?Zþ\'Òí|Ïk¿Ûø;¨©ÂJŽ2Çÿ\0Lñ¼ÖÊpåšzeÔò<ûwgnZ èuÓ{8ºk¶öçÿ\0Û]N~_{C¦®v•V~óÇÝyg˜lñ¿e¨e®=¨ú×Úwm<ÞJŠNŒõmyVg¯OºÚsýÞ’ôú{rý·Áò:—1SëÝœÓS³m§Ÿb?qŒ¶žO5G¶„Mbÿ\0éhí>ï^ÙX½ Ù´|½IŒe7H§&òITú¥gÉàÔ–ÞÚk ºó6•,Â1\\¢’%û¹Ù¯ãIÐïÚzž&ßÿ\0ó-ÂÕ¥ZMU9×Ü¡ò½Œü¾Ü•ûîê—æm´×*·EÐbüÖôÕUvSuœ«Ðpß­¶üÝ´ÓMxÌçÅéOu„zJklæ„‘ª‘ŒºefŠ´K’dUEAȇ ‰5‘¬ Ô†Ê9•sFÊ9s(æD]È«‘G2Ža2´¤g)äavêŠx’ÔÉ~òŠ+·¶ÛÕ,Þ,ÆÔ]ùë—uwQè[…?S|ÜNMk;W„MR\"*…Ò9º,‘tФhˆ±dJ!ARA\'.êý+j9þ\'öL¦ÛMfkÍßåv8/µ™\0tx¶¶Ûoh\0\0LcªIeÍòBÙ%·°NVÒã\'_Bþ%I”µJ¹,’èYgYq›Îñ \04\0\0\0\03¿oų;™a×ÀðO¢<=Ô4înÅ,56«Ó‰­WV&¶ï܆ àfÓBŒÓNµ¼ÕÍñìÆQRX&²/àÅ<®-qQ^“Φ‘œ‰Vº x`^ÝÆtÂíU]jEXî…ãUxàŒš4SeËYvø£Å9™mR.W.‡pÁ6MFLµÖF³\'\"5-\\ʹ™¹©-ʹ•!.E\\ˆlÊåÕ7.(£êÜN‹¸½¤7=ÄôǺwíöê a‰Ã}óÂek´¤Ž¨ÆˆB.‘ÉÖD¤Y\"d‚¥EQtEJ$)Ær“¢AT¿{†çÝûÎ×.;“r|r\\Š$Äxú›ù¯„ä\0\nÀ\0\0[»\nqž>„DoêÅõÜY›Çi;5ã°€ \0\0Ê4xbž)Ie™€\0(fúÝÖ½è§ö}‡¦yþg…Ë/¢I¿Quæºócà© ¶®¨ÞÍ\ZGm›UgYdËŽÞÞYbtGo.G¥nÄZÈèŽÚ<ÍZš¼…·|‹};äzÿ\0Kô±Uò¼§dø õ^ÙôèyO+ÌVedô|¸vÒ0âVhNšŠFS0É¢¬³*ÈŠ²¸—¡ µ\n¶\0£bR¡ÏvòK2Z‹]º¢Ž&ç~zcÝ\rÎü´Ç»Åûm²‚Xbqß|ð„™[m¶PK NÈB‚¢4Häë&‘j\0EJ,ˆET¢Èª$ V˜¼Ž+÷¼IQw_y¦æ÷ÿ\0ÌþØ޳µçëu3ûg¬\0\Zq\0\0\0-»Òî¬úz n&Aöb£ÅÑËìECm¶Þo³;Æú@\0P\0hº­Ž)òÄ«M:<Ö`³íF¿‰gÒ¹™÷n{/?\n*\04™ÂNÄf¿ªý8…/[ñmNßæT]| 9‘ô•R=}²N‡µ›Œ´¼\Zà{»I¬Ú»êôíÄè„p9­I*GHëH4ˆREQ¤Q¢Îfr˜DHÆe¥3L‰U™”‘vÌäÈÊ­h³e[\" «tFrš ™HÊw)rê8ïn9Ûi9¥­on9á ›‰r‰lÎüªðz–,(¤’8m½¤™Fßn ’Hì…´‰„.‘‡Y0$HPHY‰\n“;וµHã7ìnèŽç‘ÈÛn¯Ík;\\º½L~ÙÌ\0y€\0\0 I·D-Ç\Z_$³|r® ²BMQF9/kæA™3s}Sû€\0Ð\0\0\0\0ÚuX4\0¢–1Â\\c÷»ø®÷ÌÏ»ÿ\0Óü\n€\r#yeí÷\Zâ»z¢ýèîÙ_Ábi¸ÛÇqoD°yÆ\\™æYœì\\vî`ÖM6oMŸIfê:Uî“Æ±¸\\Ε¸\\β»Jô¼n‘ãtžÒGÔt—+—{½ÒQÞ8õÌ«¾¹Œ™v;µ(æŽW}ËpL¦]nhÎSG$·Ù”·Q\\I”˲WR1ôŽ+›¾Lç–á³7i»;§¸0žå.%7÷_‹oú?³žî]};ÔîLå{—ܰEìm\'rJW0#£o´Œq¥_6wÚ²s»[͹¯z–l$’K®HF)¡—I4 Š‚R °\0\0T”¹uAs—Våí8GÏ‘ÎÛn¯3S^÷§W5æ–Ü^-·œ\0\0\0g‚Ìx,Ë>Ïe™ýƒ¸šüo>…È©Ÿzçýg/\0\Z\0\0\0\0\0\0\0\0\0\0Â}ö?âTª–n’çÁõ™÷ãúS›w³Žá)\'¦äVƒègSN.ŒƒRöÁãx—¶òÑv.-zc»é=9F3Ž™¥(¾c-–ÖN®Ú]U¸ÜÝ©»—êß2>¯¤ÙùfÞŽŽiðuþ?ú«÷eêEó¯ŸÕô‡»é7^W¶¢«›|]WÜJòݲO¼ÛTM¼ºp óžw#ÞòÄÎ[¹¼°0œ%nr„°”]Íê/Žüžl«¹&j]ZLÍÞ®ö™*Ü™´lbt[°fÕš§q·R»i¿û=–`mfÂY#ªõ¥®ßôlÿ\0n¡‰kzëÀ·i#h ‘tGI‰²dHH!ÉEUà ¬crõp†\\Y[—°XG‘Cs^÷§W<5åÞ\0\r8€\0\0£†§„yýĶN`¢å—§ š¨áL¸úr® ¬—ÞA1o½Ëøû@\0h\0\0\0\0\0\0\0\0\0\0\0\0\0\0J•1äþÂt§Œ1渕n½ºð¿•\0Z±—{ù—ÚˆqqÏÐø ·^úä \0h\0\0y¾kbŽ7ã“ìϯƒ<ãèn[ØJÜÕc%FxWìÎÅÇny¬Ÿ5Ì•½obmætA‘•Õndn7ŒM Œc#hÈÇuõÛ‡ô­n\"%oË·éZþÜHŒˆÖ¼£tÉ©’™mA¥êEJj%0-PELås„}bL³¶óYŤ®(ô³IÉÕ\rɇŸ}îÞŽà\0V\0\0\0[E;ïOGP×NâÓÓœ½f|Ù÷g›Ç³ñ0QG½Ÿýä6Û« kÛnoõÈ\0\0\0\0\0\0\0XØ×árO87¥×—j‰ú €\ZOo~ÚÕ(5œÖ1ø£TfL\';oU¹8IdâÚ~Ã_ªºûê7?\\Suç\\}`b\0\0\0\0\0\0\0\0J“Xfžiä@%’Ì^\"Ô„²z_\'Šõ á$«J®kì*quNŒ˜Úr¹ðÛÛÿ\0µ§ÞŠ}+4Å÷eè–܇›ôÇ9ø˜TçÞíVâÞÌqý‡L£(÷“DYfeÌ9>vQ”dã%I,\Zeãq£ÓÞìU÷â[znñ®R¦G•;s·\' §. ˜t—.ˆ]6…Ó…I£HÜ\rJõ÷7?Ô·ý?Ú¸sî§þ¥¿èXþÔ„ÈÔ¼±™u*œÑ‘¬r#Yl™:¨Q6\rM{ØÛ«\'\rx¥É¾¢\04ám·4£‰oyµEÍáï%ÛYÎÉé´Ág*ôE}ô\ZéÜZzx“ÍŸv[éý³ó\rÆoOGP×NâÓÓÇÖT.}ëæðìü\0\0h\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0J”£“ÖkÔN¸¼à½EA›¦¶ç{ç ùZ¶ß .¦¾â—,mïGLÞ¥þ(ÓÔâÛ$\'vÛOÏõÉ—%Ï\'±›O‡—âÑ9ÏôÓóeKŽ§Úø#YW­¼ùô„\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0ÿÙ',106); INSERT INTO o2_attachments (aid, tid, pid, filename, filetype, filesize, attachment, downloads) VALUES (5,768,12962,'capture.jpg','image/pjpeg',15650,'ÿØÿà\0JFIF\0\0\0d\0d\0\0ÿì\0Ducky\0\0\0\0\0\n\0\0ÿî\0Adobe\0dÀ\0\0\0ÿÛ\0„\0\'\'2&&2.&&&&.>55555>DAAAAAADDDDDDDDDDDDDDDDDDDDDDDDDDDDD  &&6& &6D6++6DDDB5BDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDÿÀ\0Ös\"\0ÿÄ\0›\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0!12Aq3Q\"a‘‚±Br²¡Á#ÑRb’áS4ðñ¢s$\0\0\0\0\0\01!AQaq\"2ð±ÁÑRr‘#ñB3ÿÚ\0 \0\0?\0ÆùQˆ\0Á$ j\Z€ÁLZŠtÆLDÃR 2¤ÆLÎjbÞµ ðvî*Å1“\'`æí¥¸öÎõšÜ±.ä~ Ç—{m‡¸X÷ wo.¥“\\Sø£Î¦g†ÑY¼·i;W8ÓKægî=<Ÿòã·ü^Ô‡3cîy(_J7©Èêû_´IÊ7ïáŠÏàc}æ“;,–ÞŽ¯¶X{}´c%I?T¼ÿ\0éCS b¶|›nÖí}^©10V#ŠÄ\nÅa`f‚±XÌVi\nÀh\0@\0@\0!Q\0B\0B@\0@\0Bm{‹Ìèœí¯qyÁB=í3ú5³MÝ3ú-³Úó*Þi&Áÿ\0E‡y¤žÜ«iνn·›-¶úY¢å¯ê6fxLÝki§¥—®Ò(¹¥Z\"È&Tèab8AE‘+C ,\nƒR†#\" \0$\n\0…\0 \ZŠB|ç¨B€€1\0B¡ª\ZŠ\Z‘MQª%CR¨É•Ô5&‰Œ™Ra©0«jh³¼»gD°ðx£%CQ3.gC—Zñ5N¨§Ë½Ï¼n?¶„ù¾ã‡6¡©Òy¼“ÕŽÍ}•n7Þï¹ê‡T-Eñòx³“øüš¬î$þ\n¿àw:‰SWî<—×Ç«ÓÚ¬meÖ«)pêàolJ’§­Úçk–¤“l\r‚¢Ô˜QlVÈØ­•ŠÂ+4\0X¬¨ f€\0T@\0\0D!\0!\0!Q\0vÛ¸¼ÎÏÛw™Ð5\0QeÝ3ú,35]Ó?§ð2Ã3Øóy¤lí17šGöÎÓå\nÈæÞT¸Î¿æ9»ŒÄ{(¢æ–heîi`T‚³#PʬAb¡˜\"¤Y‹B ”5IP\"\0È A\0 ŠˆØ¤€qÈB9ê\0!€ SR0E¡¨@Õ\rE©*E=CQP¡©]CR *J‰PÔ˜PÔ®¡¨Àz’¢T•RTJ’£ª\n‹RTPTJ#%@Q ¨€!\n\0 \0 (€!\0!\n @!@€B¢\0„í·qy›Î~Û¸¼Í梉\0B‹néŸÓø i»¦Gàfìy•o4í½¦&óHÞÝÚ`hO•{¸Î¢ÌåÞî0;1í#=Ý,ÑÒ3ÝÒÀª#‚eV\'P‹˜ ‹\"WÄPã QÓ„æ0 ‰PT€0ˆ h@8¡žô‰\0 @B£m¼^Ù§ãCyuñí´ËMrÙ••Kk5ñ}o©|{OE! ·(昦˜Åœ˜€©†©*\0ĨÕ%E T•¤¨\rPÔJ’ 5IQjJ€Õ µ%@5ART-IP\0!D\0Q\0B„D!\0!\0@B\0]¶î/3yƒmÜ^fãQD€!E×tÏèü Ð4ÝÓ?£ð3@ö<Ê·zGöîÓw¤>Üÿ\0¤À¹j9—ûŒé­G2ÿ\0q؇i]ÒËãÚF{ºXDa\"=L©–c³æPȱ\"Ø€Ã& È!HˆÀ(Œ,‚€‚Ô€qÀ9êº8ÏáÄ[\'+®·nBnˆ½ACã!å.•Eé^ 3<îpG<Ý¿£]&¼õ¦œüK¡»…_ÄÄ߉§ej7ºÕiCgRù{kToBY?‘bŸƒù”¿o´òª)¹´¨õFf/‹êÔóOXÛÕðL0y¯š0^–îp׌_Ó†ç“ZÒöЖB=¥2bÇ{nYá̶7á-/ø“õóKìÎöó_%ÓGCª¼jL?ú%õbøg£š\Z [Œ³§š+–Ú/,9\ZžIêç|7Ò±Ðö¾æ#ÛÍp¯#]Òú±|{OEd©\\sBÔÓ\Z¤¨µ CT•¤¨¤AR†AR\0j\0 B\0… !Q\0\0B€\0@\0@D\0@»nâó7˜6ýÅæn5!U_wLþÀÍMÝ3ú?<çy¤omí>bîôí§Ì 1Ì»ÜgS‰Ë»Ü`vcÙFkºY¢=¤QwK˜äDŒÊ™f8”2ˆ‹QZ,@‡L\"j„P€È€D¨ ‚-CÔ!*@9#FÛžYx—ÃoÆE¦ —É*ïéG_½vé j¯÷?ä%Ëч?âUssÔéX¶¶®ãê¸ük¥½vomæ³\Zƒ¸æð¬*8,ÐÈí5‘çÛ{TK7ÌÙíÙËÈÇ,ß3g·g/#W†\'.Vç¶ù¢Ò­ÏmóG:Ò¤\"\ZB»q–i1mì­ÜrM5–E¥›mRò3Zж¸ãnmx\'ÿ\0Ïä+Ûn¡“RHé–KËS}§È[›ÑÕë{)¢èd“ϵ¹æÚ;˜>%ŠI”½½·ÃäK[Í:Iª3Å=\'š{/¨®Üi½øéš|ÊËðm8Öž~=§\r|šÞV½´>(­í_ïTuE¢Èï-KÌ~¸vøê‡bk[‹Žj‡AMK\'òù/¬fø\'¥s*C¡+Q–iËm•Q©äŽwôã«@h–Õð2™ÁÁÑ››KÕÓmy… i”!T@€€@…\0 \0 \n@€\0\0€¨€ \n-Û÷™¸Ã·î/3q¨!\0tÏèü ÐÌÓwLþÀÍÖóªÝéÛ;/˜›Í%žÙÙ`_ÄäÞî3­ÄäÞî0;í\"‹º|{HÏ{C˜ÄX…æeNE‹QJ-@:t%EP Å…º‹RT¨\Z³!„-ýÜmús~¢.ndÏL|\r[]½µiܧª´©lu#çk¬œ>†ÞK³<¬Âˤ0\r¾#ßÕä%¾\'Gy\r\r\"Èhi4ŒòÍó6{vrò1Ë7ÌÙíÙËÈ^rèn{oš.)Üöß4s¼6©&K6Ú¥äVY¶Õ/#5cR!†$2N‰nÛ\'̨»m“æ)§Ü‘¸Å>䈥x•ÊŹgZHªß·Ûœz“qoÀ/ev:.r©¯o¡y–³8Ï-M¬áÊrÜ[m4¥@­Ûޏ5ÈÑs\\¼…\'Ç­ônyvŠã½´ótæUuÆä«T[rÜd±HÅ5ön:io#?uoåîý;#Ã2Ê=J¨¨²åÃm{n„!Y@…\0¡(\Z\0@\0@Д\0\0j\0\0€ÊP¬ , ¢Í¿qy›Œ;~âó7\Z‚„(ÓwLþÀÍMÝ3ú?4[Ϋy¤³Û;,¯y¤³Û;, øœ›ÝÆu¸œ›ÝÆb=¤g½¡š#ÚF{ºE‘¼A©S*xº¡£‰^CÀ¡‘bf…L5¨DLœH‚óE¨Õ\rAj \0@×ÿ\0þ¯ðu\"mñŸêÿ\0CR<ëWW–ø–_Õä%®&‘žA†H0Òi囿löìåäc–o™³Ûó—¼$åÐ*Üöß‘j*Üöß4s­ªA ¤Ͷ©ymµKÈÍXÔ+\r¼† \'%ÛlŸ2’ݶO˜«\Z SîHØcŸrD\0„!¤]·Ð¼ËJ¶ú>e¤ŠÇs\\¼…\Zæ¹y\nX”²ÈÇ}VM|Y²Y/j|Ù©Ë4¶dáé–\\¹\nb²`qê·A¬Üë­¹êG-¦/twÖÍçmçÑQœ](L¹YŽ”¤ Ô%\n…¡(5Bd% AèJ „¡(= Ò2„ ô%BPƒÐ\r ¬v…eB±XÌVP¬ f+4‹6ýÅæm1mÓ믴Ô„!F«ºgô~h\ZnéŸÑø zÞu[Í%žÙÙe{Í%žÙÙ`_ÄäÞî3­ÄäÞî0;í\"‹º|{HÏ{C‹Qs¸Ôb¸³ŸwÞö¶ðTù*/ãþÖm·í™Kdå§í“íœûŸò*}»MøõH0ÿ\0[§®Û¯Á›ø¼ŸâÏ~¾íý\0poî›mÃQ«Œž—øÿ\0ôm•ºîu¸Úa©‹Ãˆ®&™D©¢Ê)hF‹š+hܨ­¡cšˆ­’0stCR®ˆÑ x¨C<·\rë®yà!HµZ]r0±µTßrɛӃ~P„!·6»šeô~h\Zni—Ñø zÞu[Í%žÙÙe{Í%žÙÙ`_ÄäÞî3­ÄäÞî0;í#=í ÑÒ3ÞÐÀÍĈë3*dƈ¡E D`\nÌv\" q¯0£2\0¡ª(P @P€W°Mm]Ìÿ\0ðÔƒ·µ+[~™R­×a©²–þ¯\"»|G¿«È[|M2Ï!¡¤Y\r\r&‘žY¾f¯oÎ^FYfùš½¿9y Á9t\nw=·äZU¸ÐüŒV•%A,Ûê—‘QfßT¼‰V5 Å ‡ YÀ%»l¥Ì¤»lð|ÉHÑSû’6TÇ>ä‚¡\0B¢ý¾…æZS·Ñó-$V[šåä(nk—¥‰BY/j|ÙªY/jóf§)N´GJæSÑÒ¹Š/JäsÓ:JäÎZ‘Ê´¹1“)ê\n‘œ&ZT‹#3\"˜TÌÝW&÷;waÂ\Z“RKÄoøïüi»µ+›”åq7n®=?,_áðîXÞÜÛË®Œíâò_é³£kÝ×Õèÿ\0ô›ûÿ\0Ú„»ìßv=2±¿Òº_ÍQ™#ÿ\0\"Tõ[Çá\"Ï¿Îâ鵊æëWäzï›L9vWœÞû=¸ï²—Ù‹]r—Å/ÉÚÚ˜êŠî/&×És}µ­2™S‘S¸/ULMZXä#`¤Ÿ\0t³GmöÅGÄ)(ã›.Zš_SÂ\r`•dòH×\'\rœ5ºð”—ôÇât6[%a9ËŽ/ËàŒ¾ÕiJ_ÜMuIW¡pǟĺëšéž˜×ПúÙGl·w]%_M¿\nøø¿àŒ§wyW°Mÿ\0›ù³„w³ÃÏ·7>èBˆÙsL¾ÀÍMÍ2ú?4[Ϋy¤³Û;,¯y¤³Û;, øœ›ÝÆu¸œ›ÝÆb=¤g½¡š#ÚF{Úâ7PÆT[a(1e…QE¨A@\nAƒ&3ˆ  L1 €r\0€[.Òò3ÃR/ŸirFxjG‚=”·õy kˆ×õy k‰¦THhiCÃI¤f–o™«aœ¼Œ²Íš¶ËÈ^ ËyVç¶ü‹\n·:‘ŠÒ´@ •³oª^EE›}Rò%XÔ@ pÈa!Âp·m“æR[¶Éó%#AŽzäk2O\\‚¡\0B¢ý¾™iNßBó-$V[šä ×5ËÈRÄ¡,Œ—µy³T²2ÞÕæÍNRh-Ž•Ì©h-Ž•ÌTj–•úYÆS;Ñô³† Ì5‹xYÖ±::Ö4¾bjä¿l·Ó”Ÿð,±´µmÕ,VMâj¹­‹<Š™i|Kü >È›µ‚ñüMÏé_²:m#Î_¸éâæ³n\"ßs¶­ì\\V4éýÇ™=G¼´¶²^.4ùžXï¿.\ZõëD€ –›ni—Ñø i¹¦_GàfêyÕo4–{ge•ï4–{ge“{¸Î·“{¸ÀìG´Œ÷´3D{HÏ{C:eD5\0À\"¨†¨¡\0æ’\0ƒ,@4@‰ €˜*• • O´¹#45#DûK’3CR<ì¡W¶¸W¶¸šeD‡†‘$=½&‘žY¾fŽrò3Ë6iØç/!x\'-¥[ȸ§s¡ù­*A\0JˆY·Õ/\"²Í¾©y¬i ÀÇ †%›S¹(*Ñгû{¿å4Y.ج»o“æ$­\\Žq~X·Œ’u‹XøÊ²ÅÆIë‘§©de“õÈ€€‰Ô…íôy²Ò¾6ZH¬·5¿!¹­ŠX,Œ·µy³L²3^ÕæÍNR™h.Ž•Ì¥h-Ž•ÌTkJª)ñE1ÙÚO*óeÑü¡fŠïGoiÒ1KÈß[Œ\"ŸÀ͹Uœú‘Ò· 1¥íÄio¼|±:Ϻ÷[ëÇ“ÏtÞxæ½×iŸã¥e†õ©.˜Õø\r-Íë²Â4tðfý¾Òåè)\'ÅåWQ-ÅÎjÛ’XµÕö¾ëv½:ðòo÷ž]z|Rg¤Íÿ\0Ã$eºuŠÁ|hHí÷Õ*yÔé[Ú\\•ÇiÊ+§¯\Zü\ná^4ty®\']<>®\'uyüŸy÷:ÌÝu×òþõ’;+“¯ÜŸ*b-Ý’³mÉʲù#¢Šw§ätßÁã×]¬×®+—ï|ûùt×mú]¦f\'»°×wœNþÓKæyý†»¼ÑßÚi|Ï“_ ÛÔ³Ôù–ØÉó)ž§Ì¶ÆO™’ðÎˬi|Ê[-±§ÌEª.ëbà ÝÖù‹<Š4¾?¥þöžÒ)øËñãú_àj½¾Âeþ¯ÜÎÞkËf\'4}û 1æy³³î;§ºÛõµJNˆã6¹¹ŒÝn¸×ng÷B\0„Fûš%ô~h\Znh—Ñø zžu[Í%žÙÙe{Í%žÙÙ`_ÄäÞî3­ÄäÞî0;í#=í ÑÒ(»¡˜ A2¢³Tñ\"XUÒ¡Õ!˜\rL€3\nÀjˆB\0÷;k’3CR/¸ÿ\0¦¹\"ˆjG†põн«È¸†ö¯!mq*)cÛÒ#,·¤Ò3Ë7ÌÕ±Î^Fifùšv9ËÈ^ ËiVç·æ‹QVç¶ù£¥!!\nˆ>ßT¼„oª^D«\ZHB0Û¢_¨Ü`öÍýFã¾¼G¹ÉEUº/`ÿ\0Ümõ·‹ê”šIÇÕüMa—B¤¨Es÷”WRXz™In÷½ÓüÊŽ;rë¯ ¶ú<ÙiNßGÌ´Ãl·5°zØ¥ˆÈÍ{W›4K#=í^lÔå)–‚Øéó)Z<Ëc§Ìµ\ZãùFeqzGg6Ø·È~¤ua±·¹µ9ÝmF5éÇ“¸×ÔŽ…=Þ-.þ;¬ÿ\0\'Ëû¯\'ÇåÓY¯OùWbÜURÉPÙeÙSþ¶˜ª¨Ó6e°×OƸ—Ôö|sm;gL¾nÛ]|×­žÿ\0ÇæËf=[‡ruPrX×(>Ÿ§vÜ-\\é¶ë\ZW:Ð÷jßôڣϙ¢)G%CŸ‹ÃÛfÒÿ\0³¯Üùîÿ\0£m\'OÛ´ZŠwúOȱ2ãþ“ò;y?fß…y|ý¼í¯ósö:îsGhý/™ç¶/×sš;ûGé|Ï…³õ—Ô&ýO™m‡ƒæg›õ>eÖ™‚ð¡²ëÓæfl¿ný>aTÝ~¶$^|ƒuúß1bóä_Djo?Òÿ\0-‰/ýd\Z¿ÜÍ\rçú‘ÊÛÝKl“|î‘ÓÇq—M5ÎÚý.VÝÿ\0Äúÿ\0‘Í5ÜÜFV:ùÿ\0‘èÇŸ÷¡B¸·ÜÑ/£ð3@ÓsD¾ÀÍÔóªÞi,öÎË+Þi,öÎËþ\'&÷qn\'&÷qØiïhfˆö‘žö†pT$2¢0\Z\nDµ,ËbT5Fb L)â(V`¡[Ä`\n\0Üí®H¢\Z‘uÇý5ÉCR<3‡®ò—µy×^ÕäK\\M\"–YoI[-·¤¨Ï,ß3VÇ9y¥›æjØç/!x\'-”)ÜèóEå;žÛæŒV”*fßT¼„oª^D«\ZÈF{n‰~£q‡ÛtKõŽúñvä—mBô»Š±y£ÉÎÄ6þí v—LTíÑy#ÕßW\Z²ÒŸårÈà\\ö}ô÷ tçmÜM>4ÃáC¦¬×¢!FÑ_Vÿ\0þ—r¯NT/0®~÷º¿Oó).Þ÷Wéþe\'-¹u×…Û}2Ò«\Z>e§6Ù.k` õ¿!MD dg½«Íš%‘žö¯6YÊQZ #¥s+Z #§Ì¨Òž‘™Zü£³\r2n5Ãõ#¡S›¸×ÔŽ…O¥ö¿¶þ/÷ÿ\0¿_õþ¡\Z;•\\0eÉ™âúdãÁâ‹“=z¼>Ng¶:öœiż êd´ú¤äÝd›\\‘¡1¯_ÔžI‰4öþ«S)Ý¿é?!Ó)Ý¿é?\"y?fß…Oÿ\0·ÇþÓù°lŸ®ç4w¶Òùžfýw9£»´~—Ìø[?UëBoÔù—mÞ™šãõ>eÛwƒæaTÔ¿ný>fFËì?O™EW_­ó/>@¸ýo˜±yòÖÞ¥þVÚÚ¹ð¤~}R;•Åþ—øûž¿j„V®·ø³§Õ©qc‡ÿ\0ò/ÿ\0ký ݹ[ÚÅKÇûD:×?\'î\0„st.h—Ñø i¹¢_GàfêpU¼ÒYí–W¼ÒYí½–üNMîã:ÜNMîã±Ò3ÞÐÍí#=í µÄ5Ä^!fUeB…®‰DY—D©f[†¡@2\rqˆ¬FBÔ`V\"Ô1`=-H¹Û\\‘D5\"ëй\"ˆjGŠpõѽ«È¸’ö¯\"ZâTTËmé*.µ¤ ï7ÌÕ±Î^Fg›æjØç/!x\'-…;žßš/)ÜöüÑ‹ÃJHB\ZeÛê—ƒíõKÈ•ZÂ{n‰~£qÁë»Õ¹8ãÀO½¹ÿ\0¹/™×[0çgW¡!ç¾öçþä¾cÛ¹¹•©,üMwDí®ñ\'VçþäŠ]ÝÊ“_r_2wC¶ºÞêý?̤®ru¸ÜŸÄ°çytœ.Ûèóe¥[}2Ó\r2\\Öü…æ¶)¨”²ÈÍ{WÌÓ,Œ×µ|Ë9J+AbÓæV´´ù•\ZÒ3bWH[2Ó.áúáú‘µÉ,Ùƒpýqæ_~.J«\Zp=þ f›Y3rù¿s¦»ù|zï·n¶~ïnWWú‹–ªJ´âs¾ë¥+ŠNžeÛu‹’Ë#®¾\\Ù¬œõüü¿itÓo&ûc³ôÉþ]·V™:MIqÁ—&e”«(¥ÃäÎóÕàÞt×>ßÕje;§ý65J·OúlžOÙ·áWÃ?ìÓý§ócÚ?]Îhíí%é|ÎÑúçÍ­¬½/™ñ6~–r“~§Ì»nð|ÌÓ~§Ì¶ÃÁó2ªª_aú|̵.°ý>`Wqú˜±yòÇêbÅæTk®§ùÙ£íWÝUUŸI]sý%;îÕ›IcVåÿ\0äѽ=KÕ»¸»ppÒåUþÓu÷1û»%u¼TÝ9?är•Š$Ë£sD¾ÀÍMÍú?4S‚­æ’Ïmì²½æ’Ïlì°/ârowÖârowˆö‘žö†hiïè`dY†BÄ&TÑx …ˆÅ ‹bR‹bà\"diˆ[Ä\02¡@0É Ð\0BQ¹¡rE0Ô‹g¡rE0Ôáë£wWmqÝ^DµÄ¨¬ºÖ’’ëZ@¥æùš¶YËÈÌó|Í[åä/å°£sÛ~Eå;žßš1xiHCH›}Rò+,Ûê—‘)\Z\0Š€†C  vë̬³o“æ)PË=r5™\'®A@„!Q~ßG›,*Ûèù–™VKšØs[bRË#=í_3D²3ÞÕó59J‹@ëO™ZÐ:ÓæT]]!l_ò‘³-2îª<Í]kÅ7+¨Å÷)Áž¯“²cy<þ–ËÝŒGQÚ·)uè´•G\r]^æ?ÞŠñ:Ï6³\\6ûo&ÒM¼™“Ž]¨Ñ6×ÔŽ\Z¿‰#}šF§ÜOñ¬_³Úÿ\0íÞ¢­Óþ›9_}/ÌÉ÷Óé²mç—[1zÃO³ß]õÛ3¥•£jýSæŽÆÕú_3‹µÎOƒ¥¾Ùú_3Á³êÎRoÔù–Øx>fi¿Sæ[eàù˜Uu.²ý>fj–Ù~Ÿ2…¸ýLX¼Å›õ0E檿´å]Ü;Vlµþ¤ÿ\0Üt«ûN.êŸÛÚyÑÍ|ÍéËQÑ·¼ûÛk–ßå”Z3½¾k¢ä^§F¾f“¥sÛ”F]+š%ô~h\Znh—Ñø z\\o4–{oe•ï4–{oe“{¸Î·“{¸ÀìG´Œ×ûlÓÒ3_ÐÀÉ‹Œ©¢3#2,EH±:D\"\nÌ%q \0X°ía×\'ÈÄ•fϰ°Q’¬†¿°@0OBäŠá©\r)ziðBCRßT¼‰HÒ\0…b†C †„ݾO™Qnß\'ÌR/2O\\f9ëT T_cG›-*±£æZEd¹­ù\03Öü…,JÈÍ{WÌÑ,Œ÷³ù–r•–Ÿ0BœiST6¸zßÈÜÖÞ¶E_åÁ¬Ö¥mAxs̪åèéŽ-ñ5t’~ªÌÞÛÒ(½n5B«pxu∟¡œTGm$K›HT¶Ûõ Ý~¢æŠc²‹‹e_Ù#l¡ˆž(f˜Š.ìHHl[fûÏÌŸ¨f¦\"¨Xû~–k±‚|ÊfýL{/ÌÍP›õ>e¶^™žOÔù–Yx>`%Km?O™š¥¶ž`,ß©‚/1fýLy•\Z“ÇÈäÜÛ´’•R¯‘Ô‹ÇÈoígº¶ãsž‹œ8Ö,»r­j\"Ëi{o/Zôø„é×Õ‹sÀ„éÜÑ/£ö™ iž‰}´ÍÒà«y¤³Û{,¯y¤³Û{, øœ›ÝÆu¸œ›ÝÆb=¤f¿¡šcÚF{Ú–aL 0¤eO…Y²ÄT5B€@¤B  \rK¶×U¹6ø¢†MnP¸‰Ê«àN©Öûñ!Éë‘Eßb3x::PŸÙÊ-4ê3ÞAá::ø–FP–*«ôº˜íÖ·Ý´d»fu­8ÜZ­U\rÙé’|Ð&¿-y2_ô_’¹†‹ZKd£ù£NhPJˆÅñÖ¦ñ™æùš¶YËÈ©Ùâ™mŠZ­q©›¦ÞÍwOvÂ×oÍî]Ûªäzr3ñíì½úû\0š\n£ñ5ñìðÛê—‘kù_ÈhÁÅÖ1x‹dù\"â1RŸù_Ì3ð_2üWÜù#2ÕÐ×¢Qñ”K<_Tù>Œ¥¶0N¾%ŸZòDôÿ\0ù\"ü_Tù>†©šP“›tÁ—zæ‘)ÂOÌ¿÷>J§íÈŸm—zå~lP_‘ãÕ;émµn4loº…[‹|:\0÷q\\b¹!Ù¡ß±$”¤Ýsø¡|~@—¸F?›ä„~åóKä;t†wYö[á/‘?¶«¯C|ÌïÜׄ¾es÷*eù²þˆŸªº:Ý>Í{Ü!iRÚ«ø‰Ì»¸åêxx FÛ’%ßÙfžë.n.^’«Â¹#Jx•((Q…\\‹yœmˬ˜_u∟¡‰rIÒOÐÈ©êA¸ñÔƒqâÅú‰â†‹ô2´ñAZ.¼¶ß¨^[oÔ@ó~¦=§ƒ)›õ1í<O=§ƒ)“Åià•-´ðó3Ô²ÛÃÌ Mú˜\"óoÔÁ®/#£í·åiO¦‰µ›Éȼ|‹mÜé‹®)Ö/“âålÌÃfÿ\0Ü,î¶î-RëQ—ñUùBÝÎÎ.KqmåƒO<\\ŸóE\'KeáÎK9„WRz%ô~Ó4\r3Ñ/£ö™ z\\o4–{oe•ï4–{oe“{¸Î·“{¸ÀìG´Œ×ô3L{HÍCKÊB(P C±Òþþ?çþ OïâÛIËÙÍŠ¶Kä«Ù\Z¥¼\n±^ò4Òëñ`[`ÿ\0lO’¯dR½Á¿È¾`{é¼¢¨XÀ°NúvB=íו${«Ò®?ÁöQm‹J™.õf±GÜ»þfQ\'qÉÕ¿™ÕûQ3Ê ®F{šíap”³m‘Yfî”J\"å0ÍfÃq-þÙš¬hù–ÔÎZÕ-¿©“ûs\\õ±K*a™ØÀÍr>¦¾,èIàgº©/™eêX®6ý5eËù‹ùCù|Â\rÇéò9É cA?¶‹àLá¹2È›\\’âËÞÑpªû7ÁŒÅÅ\"¿5Äoîdñ`{k‹â#µqf‡AzÝÑR[„euY U \'Fénc/€az5­Lte4Þ {O3–N©.# ‡FO=·Ìû²\\FŽæqâ\\k©e·nÈîúVA0¾OH³;ÜEºnâ“À¨Ûõôù”Åãä:~Ÿ3\n7ô®HÌ_yúW\"ƒzðÍåYè—ÑûLÐ4ÏD¾ÚfépU¼ÒYí½–W¼ÒYí½–üNMÞã:ÜNMÞã±Ò3ßÐÍí#5ý q Ñ•@ÄT±CÄD4J‡D‹\"$s\0±F`\0 ÐBP€d³7;u~#ÃR)Û?é>e°Ô#Ô7$·êK™†ß(vÇ…¼]kIr25‹5ìaÔå_SI¶jÙª9yÞ„Z~Ú+ÜA(|‹ªS¹~‘ŠÒ®”J\"T•4‰€ö5KÈ®£Ø~©‘¦ laYaj$^©b\Z¥–™MKl<2R/©–O×#EL²~¹5IQjJ•Ø~™eJl¿OÌz‘TMúص$ß­‹RÄI<\nnæY\'UÜË9DZCù|Åü¡ü¥\\Ñyq¼cStejYLÆ×šÉYT®,ÕFW©œMªÝriÛñI˜îöýY~üxJ‰l­Eð+vÌ\\Tq‹ÙŒ³HoµL˜R …rÙÇ:\"—²\\*isk>ê⋚˜ŒOhø1Önû‘â2”®ê˜Žc³5ÁˆÔ–u;1y0;eïN×\Z¬;Ì^i2¹m`ø¾\'mrêÊŽ¨Û-œ~&{»w cŠ5™Yí±ªÅõ,ó4§éó91•17Z½Õ–fô\Z.¿JäP[qà¹\ZŒ^P QÕž‰}´ÍDôKèý¦x—[Í%žÛÙe{Í%žÛÙ`_ÄäÝî3­ÄäÝî0;í#5ý ÓÒ3_ÐÀÈ‚…A2¢† ‹,‰TK\"PÃ\n0DHÌ)fŒ€J@ € Ä(稨F‹CR PÍ9Ã×y=ÌÃoˆ·3\r¾!\n]múJ m¼\0^,Õ´z¼ŒœY§jóò…k©Náú *S¸ÐeIRTZ’¥CTkÕ\"ºeú˜¤i¨*-HÙš9¢Eà\Z–!ªYaàù”Ô{/ÌR4TË\'ëeõ3IúØST•¤©Qu—é,©M—é¦ULß©‹ROSMDI<\n®æ;xÜ̱ò‡òƒò‘Jˆ–ádÊ7‘ÓµbÜ[XщHïm”]¨~”qÞÞ^$áK²–B»sYi7JÌçÜÞ#œåv9Ä_½ã¥*$VéáR÷Oc·Ú±§ x¡” ø‡pÒȢǪâ5é–oF´„qŠÍ\Z^[2K–°1|\nçm!àðXšb¨¢,ŒR)“\Z26çzUôª(¼*΢ñ0ØJ5)j¥ÒlF«‰¨Ž}ë_mÕdÄŒ¨ÎŒà¤±ÈÁvÓ´èüŽ’åÎÌujÞµG˜LÖ_¨Òj9íÈ„+.¬ôKèý¦x\Z\'¢_Gí3Àô¸*Þi,öÞË+Þi,öÞËþ\'&ïqn\'&ïqØi¯èf˜ö‘šþ†4 ™QA@\n\0¢ÄWÑC!ÅAL\"f@,ÀjŒ(@`¦-B€b\0…îÅGU Ñvæqœ«¨S Ñãœ=›rk™’ßO2[âT-KmäR[o \\Y£jñ~F^,Ѷy’«]J·Ð5J¯¿A•-APT4ɪ5—‹+¨Ö^,•cEHصaYâð\rE‹À•*\Z£Ùx>eUËÁó‹êg“õ2ê™äýL€Ô•¤©EÖ_¤z•Z~‘êEU7êb’oÔÅ©b$ž\\Ìg\Z«Á&z\nÂ8•¶IJ¤Œ\\šŒsf>®²c¢Í½Ÿ»*=+3³—›}·ÛŠŠ/•´qÛl×mf ­æ<©KN@Su«F0¦œ—kˆ®²d«Ä¸V-ÕÌhM›¬Ì×k&ßÄÑíëÖÎÖcWçgBë¢fÈÚãÔÙ’ähèsÕаuD’Ú dªtb°ÉîôºSEÈP§¡<ΚáÏ|®³v3ÈÐ’j«4sájU:’^f7˜½\r.bÞÞ©#]¼lUÇÉÝ\' ÛjËVŠÉ¸ÑPX´‡©Æ×E}(­Ö9\Z(š)èmàðøˆ”½^\"ubXâ ‘Tµ3]ž&†°©Ì»\'VtÖeêΪ³mµé9–åVެ¤»ôbu P³•XÍЦLÌnL$ø å…\ndê2iš*7TS2îž,dµôÐG‡ FN•\ZÛ©·*±M¸Õf:õ!t$] VçX)Ñà;Ç<ÄjàË”iBQžî’ƒEõDg;iÃŽü‰Cnn´ôKèý¦x\Z\'¢_Gí3Àô8ªÞi,öÞË+Þi,öÞËþ\'&ïqn\'&ïqØi·¶ii·¶€1• @ÈÃ믒)•A·˜Ý?ðrÉm¸äüNeÛ2¶é,¼NãHIF2Tkzï†n®M1E‘n†«û)B²·Šð(^ s—<`1 lv×e’§ð-ŽÂO6‰˜¸¬µ@ê:Pöè,ÛeÐÛB/Óg¾/mr”²M—[Ú]¹Â‹âu%H¬GN bÌ÷ûF»}ëŸmž_\"èlmG4åÌÒîÅd¾cÛŒ¦ªðFnÛ.5ŠaaGLRò,éñc»UãP;UtYËEQUõt5žÂ*Û¨ø©RüG<&E\",]²¹)<émbÀy.œØµ\\Óñ\n«ÉP¹9:Q¥âÆnM*Ç1+^47ø+ˆ®’Ë—O BäÞ@©,dË¥VN…?ÝÛŽò,™:E´\\ÆI¿ï)¥$V÷–l½µ›¼nrŒsb;ñŽ•SÜ`êf¦ŒÝÚÞæ\\¹Jã–lHÚ¹<“-ŽÕþgNEéÎTõ‹W,•MŠÍ¸ð¯1£rž”’ä3ì•U‹r†2TOII2ØÛê%¾©€„üq*»G*¡çÇ\n*\'»p\Z r$žƒª*ÒJ%3F¦ŠæJË%³‰SFãñc)t´ÌÝrYâ])d[òЦžD—T•°x|GG.yTÞ\\Ã̬í¯;ò\0M0ëÏD¾Úg¢z%ô~Ó<CŠ½Þ‘ý·²ÄÝé,öÞËî\'&ïqn\'&ïqØi·¶ii·¶eV,€Èˆ!Ä<\n A\"Ä$€Ž%1†B‹ÛŠ¬Â•m—JXc‘]S>Cë(’IÑܱ¤ˆä©€\"ÒN¸×®V­qE7\"ÿ\0.e–œðMU>%Ý)bN åGD’TU-V—ªØŒ™Vãņ=1Â(‹âG4‚‹«Ë—]tÀ­c™S Æ\nN‘Å–ýªg€\"ß!¨¸°\nP‹«Å–«¾¡µäO»L0al¤ü\0ß‹ÀG\' 9$ªñ …ÑšY \'ÔêÕXª­*,ÂÓaq©f¹àN”•^Ê¥;~5äY+”ñÄMäg–ê Š\'º›ËSTîrÃU2‰î-G\nÕü}ɶñu*©Òiîç|žÎ‹ß(éE3ÝÎ|iÈÉRÈY»sLp5Û#Ö’smâ\'Sy›áíÒüïäh†Î͵ZUüq%ßX½¶¹p‹–•SL6W%‹¤y(µ€%/%¼5ØÏ\r”¶ßðF~„T“ÌYJ+#9·•Ä3“di•}Ö…so2àYUň刕RF¡‰ê³­‘ÊO6W×\\ƒêcDXêQ,\n™SI1’éტ 9É4$\nå6‹†FE- î.\"¶j¹àÊgi¬Ql¼DS7+‹,ͼ£eަ¤ª±1³z¥ÅH”ÏC£(5§ oÊ6æëÏD¾Úg¢z%ô~Ó<CŠ½Þ‘ý·²Ê÷šK=·²À¿‰É»ÜgW‰Ê»Ü`v#ÚFmÇmšcÚFmÇmÏ\0(Ê\0ˆ èH± ˆD‚T@D € ³N#\0B!@:)©g—¾¥ŽbtÊ8Œî%F²ü‘‡ÖGiµD:µm*fÄ•ÕÕɵHª¨z\nؽ2xÉ‚n2Tj¤ÂõT÷êéLu9,]*Ã$:’øšéèuõ)&Æõ?O¶³m±”Á\'D*d‹+•\0ý_õ\r`œ²\'Kx·AºZX Õã&ªCñENc:ðÁ=ÄVHIn¤þÅ.Ѫ1Yæ#¹ñ«øbbw+ž<ÀçCSV{ÛçÁ|Ù\\·|Úeë\'Q{Y¶¬rmâ:\r½ÉcÓNxGb¿<¼¢\\ÆX¥0EJæM¿ÐèµmÑF¯ÆX–u7–_ÞÎ2ç-•ת‘æ]„?3lÖ¢ÆVø³7zÔÖ*…‹vòHz¾Æ/qL’3Ö¶gÕ‘T䣘—/9fPäjAb¼ü(/[|JÛBÕšÀ¶¢¹$-Û|J™N²u·êÜVaÁd$é|p\"вD&SNC)¥ÌIaƒiƲÈ.‹2—7â+À²S®EnLG![©©e:JU kˆ­7ÈÜŒZZ°9S1¥n«gore‹³D&ŸÄŒ_À¦Ü*ëñ54K0’ç•4qøšìÉIþ–ÓOÀÍ곕·Rée×bR]8Mù@€&ÜÝyè—ÑûLð4OD¾ÚgèqU¼Ò?¶öX»Í#{wezÌå]î3¨³9w{ŒÄ{H͸í³L{H͸í°0 \0™Q@aD`2 ²Ñ\01QÂÁfr\nu‚\0 !@:n}8\"¸Â9‹Õ“îx#«ë¬Ë$ dð«Ìop§éIbʤÒȱeHã*P²E$_ýFSêÉ2™n-ÇÈG¾KJù›í¾ÌݤõhÇŠ$©ù™‚æêsÍ™§q¶&‰|žÎ„÷Vã‚ħûÙ~UC[È+sHÅÞ´Ks9æÄëlH¦Ý©¦;²Å®•þ¬Hj¥&\Z›¡íñZåþÔZ¬Ú†ˆ®rÄÍÞz/ms¡nw4¦ÍÙÏó5âÍŽåU©›½kµRÚÛŽu‘rj ЩȲ:%‹ùͦ$,äéˆ-\'%€:¸%ó\'U?ùCIŠiÛMоÔV*œð3«’àéÈRr×kLîÛ\\kȦ[‰<\"’+ ÐI å):·R·&ôªÓ\'›¡³*˜Y\ZT\"¾$o\0Ë?Ûñ\nIpÈVü\nÊ)>«t6òX Ù:©˜µ\\_È^ºe€FkÃæGr…]@©pÌ^¡[\n‹| £En™…$³ º4úp¡Y´ŽI,Dn¼Jî\'˜#‰¼9æQ–¶’* sÀ!.cÄ©§,8šÖÞO‚-˜Ç…G~ÛY-YhÓöë¨y:ü Ý­tšà´éÁ*¤±ÄWžF2ªç‘YeÉ&¨ŠÎºpã¿(Û¼ôKèý¦x\Z\'¢_Gí3Àô8«ÞiÛ{,Mæ‘ý·´À¹j9w{Œê-G.ïqØi·¶ii·¶\0QA À2C (Å‘(€8P¨ 1\0@4cÀ±¯B1õàà¾%sÊzcüHAþl·åði|?èd—UqÌ„:ëù8mù—ª†˜ Dy‚*è[¶õÍ.I³]¸ín¯ãRç¶~­kù7Ûé§ôéô‘Ö¤!º–]TeŽD!C*PRü©€W>¯Ì&4ø†¢ÀA!\nÐÔWÔBh%]N] ÿ\0‰Vixd+©1+•HB¥.m²ÔEiø\"bBˆPHÈ@ÍBÇÕÇ\"2­Ð ý9†™,òÇ1!ñ!\n—–ˆÆ™üú%C¸¨ ÞM*x†[;¡X„DmðErÿ\0QX•\\éÓQvׇùB†˜v\'¢_Gí3À„=*·šGöîÓ!\0¹j9w»¬„±Ò3n;l„\n\"! ©‚B\0ÄD ¨`\"BC€B€ÿÙ',135); INSERT INTO o2_attachments (aid, tid, pid, filename, filetype, filesize, attachment, downloads) VALUES (4,768,12960,'capture.jpg','image/pjpeg',15626,'ÿØÿà\0JFIF\0\0\0d\0d\0\0ÿì\0Ducky\0\0\0\0\0\n\0\0ÿî\0Adobe\0dÀ\0\0\0ÿÛ\0„\0\'\'2&&2.&&&&.>55555>DAAAAAADDDDDDDDDDDDDDDDDDDDDDDDDDDDD  &&6& &6D6++6DDDB5BDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDÿÀ\0wÞ\"\0ÿÄ\0¤\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\n\0\0\01!Qq±23Aa‘r\"BRð¡ÁÑ‚#áb’Sñ¢²4ÂC$\0\0\0\0\01A!Q2aq‘±Rb#Ár3$¡Ñ\"BðS’á²ÿÚ\0 \0\0?\0E\Zx®ãmhÅÉ[f,¡_^ƒŒg %.bÊ?³wo±¢á¹½¼÷¸¬ðÐ7Ý*µ*®ª›¶ÍëmÊže˜ö1O\"‚å«3Ï’…*åü·Ê’7dâ“óEyÏ2ô5ýÌw9{®ËmÉm›ÎRÏe¶Ø¬Ò9ã¨¼Žªë£nVíÏòØ—š´¼Òò ,|Ç;œó/@ç<ËÐ×CJS©Üš—ÃîµÇ/…™2xg+B¼iSqÝ[ÎÜ«ØÒ¿ýÖ=EUù ¤|Æns̽žó/C ñ”­mBöìÉAÿ\0ø¿R>òžK!t”¶e²Iþ–\\ò;ï\'4¼ƒË1ƒžó/@ç<ËÐÜñ”Ô7a ª2[ÖFû2=O)’»J“œVìe&ÒÌ‹‹mí$•¥Rœç™z9æ^„nát\"¨žs̽œó/B7p(Dóžeèç™z¸@ª\'œó/@ç<ËÐÀÜ\nQ<ç™z9æ^„nàP*‰ç<ËÐ9Ï2ô#p7TO9æ^Îy—¡¸\n¢yÏ2ôs̽Ü\rÀ UÎy— sžeèFàn¨žs̽œó/B7p(Dóžeèç™z¸@ª\'œó/@ç<ËÐÀÜ\nQ<ç™z9æ^„nàP*‰ç<ËÐ9Ï2ô#p7TO9æ^Îy—¡„n¨·9æ^Îy—¡]ÀÜ\nQns̽œó/B»¸\n¢Üç™z9æ^…wp(E¹Ï2ôs̽\nîàP*‹sžeèç™zÜ\rÀ Uç<ËÐ9Ï2ô+¸@ª-Îy— sžeèWp7TnÂShJsÉc±$—ôeœiZ¢­µ»<<´®Å\Zr[ß…öX2´6.”&£lmß^yL¤š6IQ:\n…\'%‘Zül³úTÛ¨©5ºÛY쇖Õck%+|‡ÃV-Ú’³,²|ÃuI±¥†évø[”ž÷_ý&)IÒ©\Z1o—VÕ(ä¾:¬üŽ,K…>[„Ú—öÿ\0oã.ƒ“Z/™IXíNY,ËfƒÈÒ×Õ“’“n“¶)lÀõ§¡¥©¿’Wº}§&¬Üed]‹ ¾ló²ÕøÞ­‚ÃVsZ“þO‰ârÆ+*ج25ä¯všiÔÞVÙ‘^a5QèÏLL\'9ÓŽ]ìÚ4_Õw\ZLµ™²˜Ôš\ZÙÌœµW÷—{5‹Ò—õIõ!ö&UÁ SL²ò#›¨¿¼»Ù£Òƒþ«¸X v;Ê8X>v§ž]ìÍé%ýWq\0\0ùºžyw²rGÊ»€’ °\\ÝO<»ØùkÊ»€ °7C©ç—{)yP6º.v§ž]ì9KÊŠ’Né;¨9Úžyw±òW•±ˆ½ˆœ‚çjyåÞÇÉŽåÜRÄ!™ ;SÏ.ö>Dw.á{¨Ï!™Iµ‹Ÿ©ç—{\"—p¾_‘<¯\"öþ-\'{Í;WÏ.ö>Fžïœ¯\"y>EíüXÉü\\.~¯ž]ì|?)NBò\'‘\"ÙoâÑsµÙ.öW\'OÈŠò\"O\"Ú¿ -_‹EÎÕÿ\0d»ØùZ~H÷\"ƒ•O7æNOÂ%[›`¹Ú¿ì—{*H÷\"9tó åÓÌ¿2ÖKðɱþsµ?Ù/ý1òáär)ʇӴ90úKYæˆn+Å;Wý’ïcåCÉäG*ˆåS̽IuaåaWˆ¦¯—æ>n·ž}ìY4ü±îDò¡™~aʇҿ1oIx“*ñ–ø«Vó5¼Óïd¸é,!úåC1¨fñQÌLqÊM|«xyõüÒïdû>žâܨfTsm2¼~dQã_‚.ºþyëÿ\0¢®Žè÷yqÌG.9ŒÔ+Ê´÷Lú\"œùºÖÏ.öC–Šþ«¸×¹7a˜Í\n’”’o#hUz’IE<‰´†ž­iÌ—{}&ª »‘¶Èf!îf9®¬Ÿ‰rÎË÷Ù.öN}?\"îGE¸f*åÈ]|Ž6}1Ø$µ\Z¯2]ì™N Ó–¿OØÓ¾®Iucä^ª×°Â5)ÖœÉw±f‹UÉã[«\"®¤o3®fДëÇ+®6…ûƒ/_è[Œ¯Æô-‚Ç«õ\'ó?C…uj£Ñž˜™MTz3Ó [µ±ê\03•OíÚd5Ç¥Sûv™zþ˜ …ê-{ŽÂõ½ƒ•˜+•.úOJ(]ôŸ¹&73’¯ •z(fšÜrÒ,en9iB²%Ý“‰ê=Ø$v\'¨ô-‚G\"ÝÇᯗµ€a¯—µ€±dË£/tLÆ—Ñ—º&`Ž=e`€×WåöÄÈk­òûc°Ð…—­Ñ‡º_¡Bµçþ8¯9~‚Å\n8Z]8hDó ²9/R´2Ò§¢\'w³S¤­~6Z“ȳR»N÷,©>}%ó/A¼Ä¼%ªú¹ÇuY“)hü67”çÿ\0£nW¾jáúÍ{)MN¢¶ê;3BEãK\'b¡Rß8Y´õv¹JÔò\"7GäÞ¦š²m·Hú©ryÒè<ÃÂâÕÔ%ëê1`1ÍZ©Y¦q=Jv m,¬îZ0j¤óæy˜vÌt¯„c¦Ñ2WhÇxºò—ô7â{þ\Z“Ü¥mZ–îîA;LѧÜû†ã©%Bÿ\0ã·{Z\\0U+>¥äò®“&#:szI+ìNOÒÓ_8ËvœÔ×Ô¢×ä·rí©T¥„Ã\',D²ÊN泞¶vºx\n[‰[7Ç,ì\\´ð-ê(¬Í¹VÊÇ–ŽºK*¦ý\"]v¾é,»¶tOcËÜä­•™?ßý ô£YWT¥F¤žå®”¦ÓîðÉäzçÞ0JúÐõ2c#Mã°•á|÷¾,ñÝÈ#KROŽ8=ç–#¶%N…Dòoe“Šÿ\0ÕqÕ¡G³âmpTÝ—ÛjÚvªS…X¸M)EÞÇ;Øpx†äádš±näKQYi¸Ë4]ëÔÑÛ„ŒR(YíLd0XznØS‚~QGöÎáOí+oÃ\'Ã.\'g†\\‹Ô×€ï\\Ê’Ãââ©V^\riüy«A8:V/2:œ˜xEz$’ø²ùŒM5j¸Ü¶þF:Úy×ñ[mл?Æf˜–¹r^$FÅnð÷e¹o¹/yzºN^ÒÍ\ZºFê;úcDër‡’šÊýdzšŒlv6W½,½-KœN[,o¤ëSêGÚ¶³1§¸u·õfcÓ‡\n0ÔâfÜEñöÇ`–;|}±Ø$Q²1—…ê­{ &ü/UkØa\Zâ}KâRáíýˆ%\\À<\r¡~ÇàÄË×ãzÁc+ñ½[WêOæ~\"‡\nê ÕG£=12š¨ôg¦&·j-cÔ,\0f6=*ŸÛ´ÈkJ§öí2\n8õü\r0@? ÔZö…ê-{+0WE ¾”½È¡wÒ~èƒ&73’¯ •z(fšÜrÒP½n9i(B²%݆\'¨ô-‚GbzBØ(q²-Üv\Zù{Xù{X L°ú2÷DÌi}{¢fãÖV\ru~_lL†º¿/¶ î„ì,V#§,p¬GN:Xb‰Ž\'[Ò§¢\'³ð3C¥OB=gÉLó~åVè;§du³*,âìMÜËÁ.{bµœÑФ§/ã-›?«êÄç¨Å®&ĉ0÷çOŸÅR\\ã|yF1[HÍ\'\'D>µzxJn¥YY—)Âr¯ße¸Ê–Y)[óèüdÛ_¸Vçw»N<T­Öì;‘ŠŠ±+ðcE•lŠÀÖªÛ=ûŒØn߇ÂÅF”ݹÙl½o4»‰C&ÛÚÏÚñ¡W˜¡R®!onî»U–f¼ëÆ—vî’©.D-Ë»leé°ôÃR¦÷¡ÅçQHi\n&òÕMÕGoI£üjŽû©ˆ”«7õdýHÆ`{v\rÆ.”\\ŸË–ÝÜþ¶ãƒü 7N8ªVïSÉ%á»âÂJ‹`iÍÊijIå8¿oJ9TQÞîZ•°”ªÒOIFQÝy|7¿#Ía«N¥ɬ”×Å+sä_™í°9pÔ­ú!±Á^§WÜÍ%®ÛÜé÷\n{ÐÉ%Å ßéæn<•mÌ>5QíÎq“’X%ðزÛk=iªu8µ\"•\Z³À 8îÕ‡ÇÙÎÄ®’ÈÍÀQšm:£Ìoc»*No›…NÌœIyþŠÛî¸PÆ«hÉJË-Y­4´š±åG¹v}ö±8OñÖ†\\™¬ðük&XÒ±ŸÇ¼ìØ­´¬ã¼¼Îjîðî±­Ú±âƒý<Ž™2„gi\\†œ]ÊnoXäx¹^ô½§·Øì(ÙˉŽÂõV½†#nªµì0q>¥ñ)pöþ〹›BýÁ‰—¯Æô-‚ÆWãzÁCÕú“ùŸˆ¡Âº€ÕG£=12š¨ôg¦&·j-cÔÅ€\0ÌÆÇ¥Sûv™\rqéTþݦAG¿¦áz«^Áð½U¯`åf\nè¡wÒ~äP»éKÝdÆærUä¯(fšÜrÒ,en9i(B²%Ý“‰ê= `‘¸ž£Ð¶ l‹w4a¯—µkåí`,Y2ÀcèËÝ1¥ôe#YX\"M•~_lLfÊ¿/² î„ì,V#§2/ÓŽ–¢c‰Ö¡Ò§¡‡²»!m‡ž¡Ò§íG£ìjØXÎIEʱŽÇ]ŒíÔáGj)^¼B1°ˆ+Ý–Z´(AÔ¨÷cÛ:´âœc*%JÒž=§&42w>å -Id„í™{_mš›Æã>*óʗг~.¸OfÂË7Ü16¹¶ùJW(çKñœïš­»M$ò,‘¾,\0\0£ \0\0\0\0\0\0^„qåJ§ •Œh\0Xóø¯ã°²1Âü)ÉsT§/Š9Žõ:q§äŒRKB,I\"å7%Iº­¶Ì¤€ €\0\0\0\0\0‹Ý{;­/ºÂ½ÌDrÚ²o~3ê\'¶wÚXŠø‰ÂœÓÝiÉ+|ì;\'–ïÝ•),N\r¶ÿ\0ÉæÏÿ\0‚^ͨÚ-KøO±§ÞpQ¾´=O.Ý­µs´ëa×f«MTݧñèädËeÙl9õô’MÒ½§\'¸õVÕ™M]Ǫ´~¬Êisêq3n\"øûc°HìEñöÇ`‘FÈÆ\\Lv¨µì0›°½U¯a„k‰õ/‰K‡·öUÌ‚UÆÐ¿cðbeëñ½[\r¯Æõl=_©?™øŠ+¨\rTz3Ó)ªFzba+v¢Ö=LX\0 ÌlzU?·iוOíÚdqëø\Z`€~ªµì; ÕZöV`®Š—})i‰Bï¥-(1¹œ•y¢†i­Ç-% Öã–’„+\"]ØbzDv ‰êjŽÁ#‘nãð×ËÚÀ0×ËÚÀX²e€ÇÑ—º&SSèËÝ(G²°Dšêü¾È™\ru¾_lAÝ ØX¼GN:XÁxŽœtÈ1DÇ­C£OÚIØ×Ãiæðý\Z~ÔzNÇÀcœ¶ï;58QÛ<î2O¼â~Ò›J•§9_¼×‚ØÍÝï,ñuf÷i«-Ëýs í8²£cnS›ß›S:ž×Cÿ\0ŸêoJ̈Œ€\0\0\0\0\0\0Ö­\ns©%«Û9¸Žÿ\0…¤Òƒu-ÿ\0¯-‚m+—J\\*§XþIK•ODZ—ò:••c*jÌå·ÐY–òù\ZžS¶“ÒŠ})iˆ™1¹œ•y«Ë¦·´‹[ŽZE¬‰wdâzš–Á#±=MK`‘ÆÈ·qø{åí`{åí`,Y2À¼º2÷DÌi}{¢fq+º¿/¶&C]_—Û;¡;_§2..¿N:Xb…N¾£i²½yÑÀKsç{DŒX^”=£«)W \"i*³¿5†1âgl­Øàpë BS·uYi¤­ªµ»YYå±=ÿ\0R¼ãƒÝt£s”}N¦Ò¹ÍKQÿ\0ÕÎí]ÖŸp§jøj.8fÿ\0C¢UÈi§F.½hЧ*³É«Yäkâêw*ÜÉÛ\ZpËÞÿ\0]SÂJÙ)Ù³åËù:qÜŠŠðF:¿ítÕ9Žø\0+9n«Lò*TÝÒfm»Ènܬ\0Ñ*\0 ’\0\0 £†‚Õés’”2I\\Ä—„Ü_ÕOEرÕ1Tå\n¹eMîïg:ç’í/•Y>\Z‘’[OZuAÕ&¼2M¥`\0Ì\0\0\0\0ðÒ¾Z^ÓÜžWËKÚsë`tèbr»[Q˜ÓÜzÚ‘”¨p£=N&l¯|}±Ø(v\"øûc°H£de.&; ÔZÌFÌ/QkØc\Zâ}Ÿ®ߨ‚Êæ@+™´/Øü˜ÊüoVÁCkñ½[WêOæ~\"‡\nêMŒôÄÌi£Ñž˜˜JݨµðI\031±éTÕ´ÊjJ¦­¦PŽ?æ˜ †ê-{ŽÃu½+0W*]ô¥¦% >”´ dÆâ WJ¼¡š+qËIBõ¸å¤¡\nÈ—vN\'¨ô-‚FâzBØ(q²-Ü~ù{Y‡¾^ÖÅ“,>Œ½Ñ3\Z_F^虇JÁ®¯Ëí‰×WåöÄNèNÂÅ×éÇK.¿N:Xb…N¶¥i¢Ÿÿ\0\'ïýQ›\rÒ‡´ÓOÿ\0‘ƒ÷þ¨ÊLí•£þ`v»ÿ\0vXzN…T°’¶×^g MÓ¦¢ï)NO^¦*ioJMX¼,4Žr«;>ßK$k‹S\r [+ó^÷ü{º*ÐXJ›Î´µÊëÈŽYš¥OµÄRÅYjƒËáhBTa÷\ZJQªº:Ýö¤å‹§Jß‚1ß³Ï)œgwœjciÎ\r8ºv¦µŠ Ü>Ý{h“=w–ÁæJœLƒ¡\0 \0d‹Ué¹nï+s»„¤ ’¹¼¢(ò7—çiIËQ¦ÒÃiÓ.·OâÏ“A¨MPÒ.©2ÒIòäžXÊ+ÕžìðV¯…xïÃiïM´¬Ï7ï8¢\0\0lp\0\0<,¯–—´÷G„“Ë-/iϫӡ‰ËîmHÌiîmHÌ\\8Qž§6W¾>Øì:½ñöÇ`‘FÈÊ\\Lv¨µ˜Í˜n¢Öb\Z»ìøpöþÀJ¹J¹›BýÁ‰Œ¯Æõl2¿Õ°Xõ~¤þgâ(p® 4ÑéOLL¦ª=)鉌­Ú‹_`\0ccÒ©«iÕ•M[L¡Ì\r0@;\rÔZö †ê-{V`®AgÒ–˜”.úRÒ“ˆx¼¡škqËIBõ¸å¤Y\nÈ—vN\'¨ô-‚†âzš–Á#‘nãð÷ËÚÀ0÷ËÚÀX²ewÑ—¹Í£/tLÃŽ%`‰5Uù}±2\Zêü¾Ø‰Ý ØYJý8éeÊWéÇK(QÄêaºQö¡Ø•*Tiâ ì)|93‰Ãt£íFùPUð3µÙ¸·ÿ\0âc&vÊÑ9Øjð¢”[R”Þ÷Ãáoƒó4VÅF“Q±¶þ“¹Û{N†§Z­8¹¸ü[¹?$t(vlj­*iN7;_õ/%]M?êʲÓj<\n8ìj¶…;#mŽ_ù§ŠÁ[K“R·vYìñ_ê{ÌEeFm¥bvZx,MZ¸øK^Mµnì|#ä6’\r=]MF÷ E 6—…BY’ü2çC•ÍìÑŠµµÉY;NF\Z²©­¶I|DÍbmöòªqÜÇ™j«%¤Ò*¼m[ٌΣ8@€\0”•*°””·¬Ê8\0M\'pJ̈’rQÊîš»mbq”á%¼•²—éùØ{cÍÂñâekøa\'â¼OHtAQ?ÜË4ú‰ \0£˜\0\0U\0<¯z^ÓÞ\nW½/iަFŽ\'7¸õu#1§¸uu#1páDO‰šëßlv\n^øûc°H£de.&;\rÔZÌfÌ7Qk1]ÿ\0›Æ¬«™«™´/Øü™züoBØ(m~7¡lV¯ÔŸÌüEÔª=)鉔ÓG¥=10•»QkàP\0\0ÌdzU5m2š£Ò©«i”#‰¦aº‹^Á#°ÝE¯`JÌÊ—})iE ¾”´ dÆâ^A*ò†h«Ç-% Öã–’„«îÉÄñê[Äqê[6E»Ãß/k 0÷ËÚÀX²ewÑ—¹Í¥-(Î °@j«òûbe5Uù}±t\'b‚ëô㥗)[§,1B‰ÔÃt£¡ƒ³Â5!¹$œZ±¦yì?N:è»%ÈÅ]sáAüqÊ„«à¦•´å½jWèIZîGœî”þÃGNĪ=ÉÛç|ž¡]û¹}ËŽ \nÜœšß”2«3~¦Õ3qÌÓX˜;Ö>ìZ†õ´`¬MK#óýT©G”éÂQY,G¢Àÿ\0\ZÃaãmeÍ›Yw¸u!˜ÞßÛðteZT`÷U×[äKv׌HÆ¢ÿ\0Ž÷\Zu°ðö•HÛr´¼L}ï\0°“Xª ¨Éÿ\0‘+—ž³ñuKîíªv>Zðóüm(©§+SÈÑWF.\\­LÑí +\0%+M=¯\0»†#âMÑðoýIÁvÚØù¨¸ºto”ŸŽÆC×Q£O MB F_†Í#Yů®’É ‰Æc)vê;ídVF1W³‰[ùz­¬5;#gÏ}¾¦F*¦>¾õM×\nnJ6/jUPÒ›²\r/¶3j\\•‰Çµ–»KºãðÍÚÕU“,¼4\\d–!»²CWå#3:–›ÙCÑà¿QÅTåJ.›|;Þ\'`ðu¡ÏŠ”x£”ô½¸OJN³N¢“ȲdÐh¥Sƒ_C\'ò޵¶\nO+ÒÏYÞ±o …œâÒ›VFßÂ<|xQ#IllÃÜ:º‘˜ÓÜ:«B3\ZÃ…O‰šëÞ½±Ø(m{×¶;#9]ŽÃu³¯\rÔZ̃Wæñ«\0+˜®fпcðbv/_è[\rÄq½ `¢µ~¤þgâ(p® 4ÑéOLLÆš=)鉄­Ú‹_d\0f6=)êÚe4Ç¥=[LÁM0@7\rÔZö\n†ê-{+0W ³é=(©gÒzP™1¸‚Uä(fš¼oIBÕxÞ’„«îÉÄqê[ Äqê[Ž6E»ŽÃß/k(_/kbÉ–JZQœ{éKJ3‚Ĭ&š¿/¶&SU_—ÛwBv(R·N:YbµºqÒÃ(:8ûQè;-ÈóÔ:qÐAÙnF*ìëŸ\n;=Ãu P›±?\\r?MQæàçÚvðØÚÎÿ\0O#ÐZyþù„\n‘îmå8µÌÝúsÙù\ZÇjÈñ;ÕkBŒJ(Ç+lñ“­>õZj¥xÓ¡ð©»4|-潆3ŠïÕ9xxµJ6dý_ô;û C{·œU³›oôi(_‰™;„©aqq˜iÂP¦•7NVÙ–ïSÔŸ;Ž8·^½ãJšÞŒ||‘ìû%xÖÁÓj[Î)F^äÔŽÅÐtŒ¸Üt7++l¹«Ñ¤d›[Qækÿ\0­JÙajZ­¶0ÔÇ[\rÃ5Í¥¼ŸýyvÈ’\\S:#÷3Iâ7±ôTÿ\0‹þ…éPÆbe»J“Š×ÌVЕþî{-Køö&²·QC.X,¹=Nδað2s¤›“ñ“¶Íð)$Œ%«9ñ2LøÔåB¢JÖá,š‡€Ì–Æx\\ÿ\0åÎ9\Z+ZÝçi»ºv÷ÛêªéÊP¨å¿“\"nã3p­ÂÓk1‹Tg·§58ªˆ,;ðd*&äìK£\"…»Ö«¼NŸñÇmzÕl{–qXr¤ùŽ40öÊRywM¸¦ð]³RS©9ÛSueK6Of_\"â±9uäšå¡ÔT»î2RœŸÛRvÁ$Õ¿ëŸÈåMåzYí;~¾Š£MÛâÛñgŠ•ïKÎX:·K+qýU¡þªÐŒæ±áFâfº÷¯lv\n^õíŽÁB‘œ®Çaú‹YŒ×‡ãZ̃Wæñ«J¹•%\\Ía~ÇàÄÆb8Þ…°PÜGÕ°QZ¿R3ñ8WP\Zhô§¦&cE”ôÄÂVíE¯@\0˜Èô§«i˜Óœõm2‰bi‚Ø~¢×°Hì?QkØ9Y‚¹Rï¦ô¢…ßIéBdÆâ^\0Š¢¯ÒP½^7¤¡*Ä»²qz–Á#qz–ÁC‘nã¨_/k\0¡|½¬‰2À»éKJ3šJZQœ%`€ÕSåöÄÊi«òûbèNÅ\nVàŽ–\\¥néaŠN•èG ì×#ÏPàŽ„w»<¬HçrQ«“¢:ådz[C#ÈÊÚFþ[\n”Ôi\\]ÏCÎaåS°Ötê­ì-G¼ª%ÂÞÇ™ÓïŠoRJI©FÈ»ofú´áZDœe‘¦xîéÛê`,¡)?³”Ô­²×øõ44T“MßÄêá{–·öè4ãÌqO–žY7Åüc¸N^\nQøe½,Í?¥Û;VÝJ[µ–9¼ªÕåày˜IÔuqÕ+ªum{ªRoÊÜ‹Ì I<Èú°w¹ãŸÛÕÅÚçmùsû@ÁÅÅÑ’ëW…:•‘W¶yNçüžS|¼Hµ–meÕšÀ`åcÖT«\nJÙÉE¹Ø\"¯rÃRƒ©*‘±f’oÑ9ÄbªâZ•i¹´¬[ÂFl´w³ßÿ\0ö\\Öÿ\0á/è2~ÁVš§\n™]Ö¦¶Ÿ<\0*\'ÔV*‹È§ù!§ÊMøNïŠÂ%\Zs{‰Ûºî`KÑÜϡ֣\nðtê¥(»Ó9Ÿãxj­Ê´Ý–%­Óü‚ž7üul…[r/£ýNÍ¢3¬ écÌ/ãØÄ¬U£èÆQþ5)6ñ5my,Üým=g»wu‡³Câ¯?…%òÛøÈ*\Zóu%²¢1õðžØá©®|Õ‰+1ý‡µ¼7R²\\éeoÅ,ÅûOhŽ;õýiqNÿ\0OëyÔ´o·{$ð½ég¾´ð½édÈ­»å—\'ù~Ë•3ÆTYª¤k…w÷l#+=\nÈV­(V‹§Q)Eäiœ8÷ÈÞíô-ûô<ýÈ=›‰ÊÄb°5û]Ibp\nÚm=ú^ ñêbì=³ Š“•YªŽËyYU–çϨêþýOÏÐäã«RœãˆÂŽ´sFÄÿ\0™¥Qj´§ê7Û¾ë¸Ö£J\\·EÂÌ‹\"åðÉ*áœécSœ¢ï–ÿ\0C›K¸béש‰i:“Žå¹,ððÔUS§G (Çâ¯RË_Ò¼WâñÕ•Ù îýâ}Æv+cIpÇõg,¿&§ÒÓWéa°ÑQ*\"€_“Wédrª}/ÐuC©P\'rKô\rÉý/Ш€\'rKô\rÉý/ШiÚ¯G®ìßÈ#R<¬S²qV©ýIgóÚy\rÙ/C·3d”®zÌGtÄwWöø(¸ÂM©T~1ü^¯:»³PÀ=øÛ*Y½/ öiÛ»…\nxjq‹Š²*ß ¶e5~çGê^¤ÔÁ¼Äo´‹LK¸Ò•Í=dýõ<â&†»O+õÈö_}O9ãµÛæÅ#X±ÝE¡ÍޢЌ汲1Ÿ5V½{c°PÚׯlv\nlg+±¸~5¬ÊjÃñ­fQ«±«*æT²¹šÂýÁ‰—Äq½ `¡¸Ž7¡lV¯ÔŸÌÅÔš])鉘ÑK¥=10•‹_€\031‘éÏVÓ1¢=9êÚgÄÓpýE¬PÜ?Qk³r¥ßMéE >›Ò„ÉÄ’ˆyC4UãzJ«Æô•%X—p¯Ç©l6¿¥°PÕ‘nã¨ß/k(ß/kbK.úRÒ„}\'¥\ZĬ\Zj|¾Ø™>_jº±B*ð-,’*ð-,1BˆúxºqŠNÛRJâßyKÏÐçšèvê•â¥bpFËRCþæ’v;} ûš9ÿ\0\"ÒíU[¶ÔWöšÞDåCÏ-È&Šv6ýî¨ç~„TíU¥&Õ™|ÅþÓ_2õHïynC㉣\'b—ä[ŸKêÙ^2M¥‡Û+ý\"È·‡2[qKê@ñ•òFoÛ«ý$TÀWvYd[ÁjKq­W¤îš-ϧõ#Ÿû} «À×_#ZÞ>d¼§K©:ŸÔŒ3ÂUo$ȧÚUú¹kx=YyN’©sDïÇ:9•pÕMEܼ}½O¡ú-o5ùNÆôs ÞŽsÈŸÒýÎŒ²|.åྑs_”êZÀr7$²XËEJÉ_prúAkzN®LÄdÌq¬—™y_hù}!Íè;$6s(Ô¶o;,~$s\'õ?QrÚ·MDØÎ{Éo;ó•I©?‰ßœ25nê-Aœ¦í“µªTT1“«©ªµëÛc+^½±LlD®ÆÐãZ̦ªkY”jìjÀJ¹J¹šÂýÁ‰ŒÄq½ `¡¸Ž7¡lV¯ÔŸÌüEÔŠ])鉜ÑK¥=10•‹BÀ\0d Nz¶™1éÏVÓ0–%à€m¢6‡\Z³r >›ÒŠ–}7¥ “‰ E }^7¤¡z¼oIBU„îM~=K`¡•øõ-‚ƬŠwF÷í`o~Ö@bK.úOJ9ôÞ” %`‰4Tù}¨Ìh©òûP;‰Ø©Z¼ K$µEþ8ébÅ\n&cÝÀÆ®œßŠû™áì=çñÜNæ\nœ<—þæ6RWìiIÓ©V’¾2’L|0ªEN\r8¼©«38ԭܱ\\ªtjpÚ«ødWy—Á÷X`ûEHA5Q9SÊíø¥â¼ƒ*\n³ÐÓÁP­o.Q•—î´Â}¾”8¤•¹Ùæ?ã(à±§J[ЭN*y.©¯ñ”nSÇTÄâqtÝz°žì(Ût|—âàÊ‚¬ôk¶BJÔÓD>×âfþ?ŠÃÊ„þÞ„7ßÁ\'mŽÅw‘‹¾Bž+¹aiTMÂJJJÛ6\nŠÕÓ­ûTHý¥˜Mv~á\Z%)P« IÓ”­ÝjדЯkÂG¼Rx¼]JŽs””Td⢖aåW¨UÚˆý¨á~ûˆÃ`«ÒÞÞ«J§&]ö;r¿5gçä2¼(`TU|exâ$”÷“”¡kò²Ë/Hªv?jd~ÔδjÅ¥”òîõp0ÆÑ«7)Ó—øw²¿‹\"ËèýE–¸Ž¬ê~Õ\"¯µHäK½â#Û¹[ïîÕNN÷Ž{KG÷¬}l&\'Cî%J›§þIؤíË”y:B¦÷ÚäWö¹éã§#Gë¸Ån·Owuþ¶œê}ï©Ò© TjÕ”¢MFÿ\0÷ \'Hf;µË1WÚå›ò+ÝûÕj¨a)ÊSŽô«TV­׫­\n‰Õ¥RÕm*°º×õ Ê÷†c\'í’̽\n¾Øþ•èGlÇ÷,ejÔœéYE¸?…åylÕj+S¸÷ZxÈà_!Ôœw“²Vxÿ\0@ÊÃ1/µ¿¥z}¯ý«ÐÓÝ;¦/·Ã\ZNµVã;÷ÖmÊkÀWÆÕ©f\"4yv_JM»E•1Áîø%G î¥-ø«|O/S‰é=÷ò•ÿ\0ñ«?ìàª/‰éUÝJ¢ÅQb‰4Ö½{c°XÊׯlE¬)]¡Æµ™M48Ö³0ÕÙJÀJ¹J¹šÂýÁ’Æb8Þ…°PÜGж\n+WêOæ~\"‡\nêôºsÓ9¢—NzQ„¬Z(2 ǧ=FsDzsÔg‰x C\nC³r >›ÒŠ–}7¥%\\P\"\0c4UãzJ«Æô”°É¯Ç©l2¿¥°P+\"ÆÑ½ûXßµ€bK,úoJ9ôÞ”$%`€ÑSåö£8úžÔâv*Z§N:YRÕ:qÒÄðD·²ÔÝÃAy?ýÌòFŠXÚÔVì%b^$ÚØi“Úzšý³ ˆ›«RÎW½çýF<Â÷~\noz*ß<çŸqÄEا༠ºbWÍn¢)-åf…lz|FŽ%ÅÍXà÷¢ã‘Ú\'ÛpøŠœïŠò§-ÛN\r^퉄ÜS‹È§ïX¬ñô¥MÄõ85,\r>]+loyÚím‰Ç`#Œ©\n®r„ଋ§ÞëÎJ;±ÊüÉýî¿ÓÌ)*ôƒp¡ÝÁvúXJ޳”ªUy7æíb_jtå\'…­:1žYB9U¾G-wÚ¶e‚·Ii÷ê³à½[ÅþüÅX3±Oµáᆖ+ŒòÊO‰Ë9Чf­VœhTĹQ‹µEÃ*³ÌÇä2ù©ú2ÿ\0ý‰ÖýP4?àz…RÄ–cŽí/‹Ž!NÈ|ñËkÝ2~ü“²P‘oßéý2ôÿ\0Q,ÊÀòbߺáÿ\0ì©h÷*ȧ¬k@È·™‘Óž!Ðq„ªF2nJ9rdÚ;µT¡N³TpÕ(9,²•¶YšñëMÝ%ê{MüËÔ3ì dÛRÿ\0È\'½‚¿öCõ<Ô %à€e4,e47f\nä|J*Yð=(L•q@ˆ%1Õ8™Bõ8ž’„« ÜšÜZ–Ác+qj[X§q”¯z+Þ†ÄL³é½(H×ÓzP CÁ\0ùø{PÓðÐÜXMNœt²¥ªpGK\rÂB€€(fŠ—êE Ô¿R(B°Ù8Ž£3ÔbƬŠwC©$²(u#¤–‰Ø ¯òûJ–¯òûEŠˆ\0(\roÔ¶/Võ¡lJ°¥v[zö¡#±¯j8اp4Tù}¨Îh©áí@áÃ/k^2ö±;ˆ\0†7Ç©ì œ?§°‚qd^ŸÒ…Õã––^ŸÒŠUã––‚±@\0(\roZ²õoZBU…+±”xÖ³8úŸNZQŒ¬Z(\0\0AxðOPñàž¡\0±/èñ¡ch¦ä˜Ý\\‚_Ò‹rg˜—N[Y–ÔMP(½ÆrQnTó¡,̪ £S‰é*Z¢{Ì«±.á[‹RØ,en-K`±«î2•ïC\0¥{ÐÀX‰–}7¥\n\Zø”$ðDŽŸ†„ |ü4 wI©À´²¥§À´°ÜP\0ê_©/RýH¡\nÂw&¿QŠ_¨Å\rYî2‡R:IdPêGI,1°[åö•-[åö†(\"€€\Z*ß©/RýH¡*Âwdâ/^Ô(m{×µ lS¹#ê|¾Ô }Ojt,\n…Òö‹ ¥í°£q\01Ø~=OaCSØ@±bðâZQJ¼rÒËSâZJUã––‚±@\0(\roZ²õoZB…+±”xÖ³9¢\ZÖg\Z¸Õ€²¹ê*Y\\õ\ZÂýÁ‰ŒÄõ…°HìOQè[WêOæb‡\nêÔúrÔ$u>œµÊÅ¢€JMäCcA»òi\\J-ؤx%¨¤(Ê~\Z⣠²æÙž}ÆËOÌR4!,¬¾õ™B¶7¹¢¢±;ì9Œ­¡hP*_˜Ã˜Rд(Ì`»@(:ŒßNô‚Ø}(Xd\n\0Ä©¯7)¿€¢Ù¸g.›Vxûz~eI\r»Â‹p}¬3²òÃÆV|W+\nZM¯8UïXîµ^&XV⣼²0µ…¬+-á’;…ý”ó¢\n§…Œvó\'}†iH”ž£v¥àŠ}½LÃùŒžk ÒèÓ‹Þf­Fnm¨»:SWÅúùÌž{9,ôâñ0ÑŒ”âÚwƒ7óÙ<àæ=ÂzIâs‰­òûN‡29‘\rÓ•ñL|Î-\Zc–MÆ‹¾(ŽU¤|Õ¹‡)ïFZ·êBÍî•^™mEçÔ]$½W{×µ\n:SÂÓŸÌÕ™\n}?­jFƒzR0©áíC¾Á}kмðŽVY%‘$>dkq=9ÒÆ2ðº^Ñï?˜G Q)]•XqÞJÓ’v0£ìêæüʼ-Uò—š;Ðd–æE-OaiP©Zâîe9Sú_ ª«r\\],ø–’•x套„^òÈï)WŽZXÕÁX \0!õoZ²õoZB„îÆQâõ>«X +ž¢¥•ÏQ¬/Øü˜ÌOQè[šªÑ”æÝË&ÂÑ¡_•‹ZijOæ~%iÁ¸Ç¨Ë\ZrÈÕNŽäZ—‰w;.ÈQ³™É¾ƒuºK&¢¾C“w•´,Î*†’³¾ñmìÅ_™6…7.`X7íæG&y‚¡Av22åO3!ÂKÀ*ò…¬½1Fm\râÀ\0Wx7‰±ˆ\0àÞ&Ä\0ñ6‘a6 ´’¤€É&Ò¤ˆ ´›J€ ¶ðZ@*Zд€Ô \0*I%@¥€¨ZRÖù…¾ew˜o¥íyÃy”Þ P¨/¼Éß»PZ‚ƒ¨Îd‰æÈU¡o˜P*7œÉç±6…¡Dc¾á‡?8›@YPUŽubïKÐênø¯AZˆÈ:F¾[½\"7)?ê,N’vnC:iÚ—æSí©ùú‘`ÝáE¸>ÒÙm’×c[ó5Ór­ð—ÿ\0–D£\Z[â2RnëlÐ,\0ìÔÿ\0Ÿ<ófÍWSsrÇ-)M„h €~/¬¯wÒ\Z\nÙ€ãzÃÝè–rUž\0øÞ°÷zÖ²ÉۨЪ+2\'f†\0Kÿ\0—×ú\rs}$ógèÊó<Ÿ \0¿×úïzATΟ£%Íyú0\0ü_X{ÞSK?£!ÔŽgè\0‹ëýïzJº”üWät¼Wä\0?ÅõþîúJïRwÝ0\0üoX½ßIRÎÊÙO;ô\0ãzÿ\0@÷} ãKÂOÐØ}_\0~7¯ôwÒFìsþL‹} üo_è/wÒ\ZÃ&p\0üoX{¾Éœ\0ñ½aîú@2\0âúÃÝô€k\0Åõ‡»é$\0ñ}c÷½ \0ü_X{Þ @ñ}aïzBд\0?Ö÷¤\0âúÅîú@\0ñ½aîúH\0\0üoX{½`X\0?Æõ‡»Ð@e\0Æõ‡»ÐNPÊ\0‹êw 2†P~/¬=î€ÊNP\0ü_X{Ý”-`Çþjÿ\0Ö~Dù´ÛCÿÙ',139); INSERT INTO o2_attachments (aid, tid, pid, filename, filetype, filesize, attachment, downloads) VALUES (7,1004,14699,'pointeur.bmp','image/bmp',2638,'BMN\n\0\0\0\0\0\06\0\0\0(\0\0\0-\0\0\0\0\0\0\0\0\0\0\0\0\n\0\0Ä\0\0Ä\0\0\0\0\0\0\0\0\0\0ÿÿÿ€€€€€€€€€ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ€€€€€€€€€ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ€€€€€€€€€ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ\0€€€ŸŸŸŸŸŸŸŸŸ€€€€€€ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ€€€ŸŸŸŸŸŸŸŸŸ€€€€€€ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ€€€ŸŸŸŸŸŸŸŸŸ€€€€€€ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ\0€€€ŸŸŸ°°°°°°ŸŸŸŸŸŸ€€€€€€ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ€€€ŸŸŸ°°°°°°ŸŸŸŸŸŸ€€€€€€ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ€€€ŸŸŸ°°°°°°ŸŸŸŸŸŸ€€€€€€ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ\0€€€ŸŸŸ°°°ÀÀÀ°°°°°°°°°°°°€€€€€€ÿÿÿÿÿÿ€€€€€€ÿÿÿ€€€ŸŸŸ°°°ÀÀÀ°°°°°°°°°°°°€€€€€€ÿÿÿÿÿÿ€€€€€€ÿÿÿ€€€ŸŸŸ°°°ÀÀÀ°°°°°°°°°°°°€€€€€€ÿÿÿÿÿÿ€€€€€€ÿÿÿ\0€€€ŸŸŸ°°°ÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀ×××€€€€€€ÀÀÀÀÀÀ€€€€€€ŸŸŸ°°°ÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀ×××€€€€€€ÀÀÀÀÀÀ€€€€€€ŸŸŸ°°°ÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀ×××€€€€€€ÀÀÀÀÀÀ€€€\0€€€ŸŸŸ°°°ÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀ××××××××××××ÀÀÀÊÊÊ€€€€€€ŸŸŸ°°°ÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀ××××××××××××ÀÀÀÊÊÊ€€€€€€ŸŸŸ°°°ÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀ××××××××××××ÀÀÀÊÊÊ€€€\0€€€ŸŸŸ°°°ÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀ××××××ÀÀÀÀÀÀÊÊÊ€€€ÿÿÿ€€€ŸŸŸ°°°ÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀ××××××ÀÀÀÀÀÀÊÊÊ€€€ÿÿÿ€€€ŸŸŸ°°°ÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀ××××××ÀÀÀÀÀÀÊÊÊ€€€ÿÿÿ\0€€€ŸŸŸ°°°ÀÀÀÀÀÀÀÀÀÀÀÀ××××××ÀÀÀÀÀÀÊÊÊ€€€ÿÿÿÿÿÿ€€€ŸŸŸ°°°ÀÀÀÀÀÀÀÀÀÀÀÀ××××××ÀÀÀÀÀÀÊÊÊ€€€ÿÿÿÿÿÿ€€€ŸŸŸ°°°ÀÀÀÀÀÀÀÀÀÀÀÀ××××××ÀÀÀÀÀÀÊÊÊ€€€ÿÿÿÿÿÿ\0€€€ŸŸŸ°°°ÀÀÀÀÀÀÀÀÀÀÀÀ××××××ÀÀÀÊÊÊ€€€ÿÿÿÿÿÿÿÿÿ€€€ŸŸŸ°°°ÀÀÀÀÀÀÀÀÀÀÀÀ××××××ÀÀÀÊÊÊ€€€ÿÿÿÿÿÿÿÿÿ€€€ŸŸŸ°°°ÀÀÀÀÀÀÀÀÀÀÀÀ××××××ÀÀÀÊÊÊ€€€ÿÿÿÿÿÿÿÿÿ\0€€€ŸŸŸ°°°ÀÀÀÀÀÀÀÀÀ××××××ÀÀÀÊÊÊ€€€ÿÿÿÿÿÿÿÿÿÿÿÿ€€€ŸŸŸ°°°ÀÀÀÀÀÀÀÀÀ××××××ÀÀÀÊÊÊ€€€ÿÿÿÿÿÿÿÿÿÿÿÿ€€€ŸŸŸ°°°ÀÀÀÀÀÀÀÀÀ××××××ÀÀÀÊÊÊ€€€ÿÿÿÿÿÿÿÿÿÿÿÿ\0€€€ŸŸŸ°°°ÀÀÀÀÀÀ××××××ÀÀÀÊÊÊ€€€ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ€€€ŸŸŸ°°°ÀÀÀÀÀÀ××××××ÀÀÀÊÊÊ€€€ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ€€€ŸŸŸ°°°ÀÀÀÀÀÀ××××××ÀÀÀÊÊÊ€€€ÿÿÿÿÿÿÊÊÊÊÊÊÿÿÿ\0€€€ŸŸŸ°°°ÀÀÀ××××××ÀÀÀÊÊÊ€€€ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ€€€ŸŸŸ°°°ÀÀÀ××××××ÀÀÀÊÊÊ€€€ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ€€€ŸŸŸ°°°ÀÀÀ××××××ÀÀÀÊÊÊ€€€ÿÿÿÿÿÿÿÿÿÊÊÊÊÊÊÿÿÿ\0€€€ŸŸŸ°°°ÀÀÀ×××ÀÀÀÊÊÊ€€€ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ€€€ŸŸŸ°°°ÀÀÀ×××ÀÀÀÊÊÊ€€€ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ€€€ŸŸŸ°°°ÀÀÀ×××ÀÀÀÊÊÊ€€€ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ\0€€€ŸŸŸ°°°×××ÀÀÀÊÊÊ€€€ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ€€€ŸŸŸ°°°×××ÀÀÀÊÊÊ€€€ÿÿÿÿÿÿÊÊÊÊÊÊÿÿÿÿÿÿÿÿÿÿÿÿ€€€ŸŸŸ°°°×××ÀÀÀÊÊÊ€€€ÿÿÿÿÿÿÊÊÊÊÊÊÿÿÿÿÿÿÿÿÿÿÿÿ\0€€€ŸŸŸ°°°×××ÊÊÊ€€€ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ€€€ŸŸŸ°°°×××ÊÊÊ€€€ÿÿÿÿÿÿÿÿÿÊÊÊÊÊÊÿÿÿÿÿÿÿÿÿÿÿÿ€€€ŸŸŸ°°°×××ÊÊÊ€€€ÿÿÿÿÿÿÿÿÿÊÊÊÊÊÊÿÿÿÿÿÿÿÿÿÿÿÿ\0€€€ŸŸŸ×××ÊÊÊ€€€ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ€€€ŸŸŸ×××ÊÊÊ€€€ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ€€€ŸŸŸ×××ÊÊÊ€€€ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ\0€€€ŸŸŸ×××€€€ÿÿÿÿÿÿÊÊÊÊÊÊÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ€€€ŸŸŸ×××€€€ÿÿÿÿÿÿÊÊÊÊÊÊÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ€€€ŸŸŸ×××€€€ÿÿÿÿÿÿÊÊÊÊÊÊÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ\0€€€ŸŸŸ€€€ÿÿÿÿÿÿÿÿÿÊÊÊÊÊÊÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ€€€ŸŸŸ€€€ÿÿÿÿÿÿÿÿÿÊÊÊÊÊÊÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ€€€ŸŸŸ€€€ÿÿÿÿÿÿÿÿÿÊÊÊÊÊÊÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ\0€€€€€€ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ€€€€€€ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ€€€€€€ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ\0',9); INSERT INTO o2_attachments (aid, tid, pid, filename, filetype, filesize, attachment, downloads) VALUES (8,1171,16755,'Erreur2.JPG','image/pjpeg',14103,'ÿØÿà\0JFIF\0\0`\0`\0\0ÿÛ\0C\0 \n \r \Z\Z $.\' \",#(7),01444\'9=82<.342ÿÛ\0C \r\r2!!22222222222222222222222222222222222222222222222222ÿÀ\0\0„Ô\"\0ÿÄ\0\0\0\0\0\0\0\0\0\0\0 \n ÿÄ\0µ\0\0\0}\0!1AQa\"q2‘¡#B±ÁRÑð$3br‚ \n\Z%&\'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyzƒ„…†‡ˆ‰Š’“”•–—˜™š¢£¤¥¦§¨©ª²³´µ¶·¸¹ºÂÃÄÅÆÇÈÉÊÒÓÔÕÖרÙÚáâãäåæçèéêñòóôõö÷øùúÿÄ\0\0\0\0\0\0\0\0 \n ÿÄ\0µ\0\0w\0!1AQaq\"2B‘¡±Á #3RðbrÑ\n$4á%ñ\Z&\'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz‚ƒ„…†‡ˆ‰Š’“”•–—˜™š¢£¤¥¦§¨©ª²³´µ¶·¸¹ºÂÃÄÅÆÇÈÉÊÒÓÔÕÖרÙÚâãäåæçèéêòóôõö÷øùúÿÚ\0 \0\0?\0g‡þêúæ‹m©Ú›&}Ûw˃ÃŽßæyÓxK^[Ø­>ÂZIciQ–ThÊ/Þ;ÁÚ\0ï“ÆG¨¦ k_ožÉ­U&‚ÜÝHdž5AÆ_ym¥yꯡ®ÕíaÒ5»;Ãê.µ:s¨è“•‡r‚žFîp¸ä)Âõë}\'NÓ|Gâ;M\ZÉæó|5,§¹ge•ñû†Úwgx?7¥`ó\ZŠ7ÓoÅ;;ûÚyt}ÍÖ\rÛ]ÿ\0·OønÇ\roá­Rê<Éàû@µB\r1PÁ·á›p3ßÐÓ­¼-¬Ýj-§G+|²4e–ê(å$\rÇ̆9Èc½uVV–Vþ µ¶ñ-•ż-â_ž‰‡É͹#!÷1]½²sëwM†ù~: ïÂy“I$‘´`ìh¼†T+ž¿(>¹ªxêÞý­î¦öÞÖóóùi¸¾«KÝßV—ß/øsÍ.`kY¼¦žÖVÚ6×1Πõ(ÄÇNµ{TЯôW–-Aì ž-¡à7Ð4£v1û°å»ƒÓ§=+*Ò<Ù@éšÿ\0*î|v°ßüJ¾°x¬í®­Ò[â$2`ÃKeö`:(û£ž¹ìZ±©wM½;[ÏÏÌç:n3—k%ó¿—ùm´Þ]ÃkïšgXã\\–\'\0dñÔÕ«Q³³šîx6A\rÛY;ïS‰”SƒÏ\0ò8÷¯P½Ñ-à\ZS\ZÑø-Yííó=³»Ê\"ÚÌp¹ã>•´?N¹F²»‚ìø|euº ¡cEJ±‚w_C;× Í®¹¢´ëý~GJÀt“ÔòÇÖ­\\i÷–¶wÓG²ÚóÙßp;öŒä`‘Ö½éš|ž2ðž«¢-‰Mö“$0ÛÇ9ÄQÊøä㟽Ç^•‹ãH¯Ç‡|\"š•¤v—›/̶ñ±,g΀«Æ1ŒýrsšÞ‡´8Á|_ý¶ß4e,$fäöÿ\0þg¸úѸúÔžUUzœ¬áº#Ü}hÜ}jO**ŽVD{­­IåQåQÊÂè\'Ö“-ëRùF“Ê>”r°º#ËzÑ–õ©<£éG”}(åatG–õ£-ëRyGÒ(úQÊÂè-ëF[Ö¤ò¥Qô£•…Ñ[ÖŒ·­IåJ<£éG+ ¢<·­oZ“Ê>”yGÒŽVDyoZ2Þµ\'”}(ò¥¬.ˆòÞ´e½jO(úQåJ9X]å½hÜÞµ\'”}(òͬ.ˆ÷7­›Ö¤òÍY§ÈÇtG¹½hÜÞµ\'–hòÍŒ.ˆ÷7­›Ö¤òÍY£‘…Ñæõ£szÔžY£Ë4r0º#ÜÞ´noZ“Ë4yfŽFD{›ÖÍëRyf,ÑÈÂèszѹ½jO,Ñåš9]îoZ77­Iåš<³G# ¢2ÍŽµÃÐÇwâm&ÖtC5ä1ȇ£)püª§–kOÂñãÆ\Z!ÿ\0§ø?ôbÖU¢Õ9?&]&œÑêvÒjZ£µ…ÕÀh\"`Šá‘þÂÛÐ{AY°Ükw¶—±j‘ÛZ®^Y/TŸî¯<·=>ž£)áxÚæazoEœJ$–pFà:`äôèG× þ\"¹‹Å:<“éÓ˜>ÀÏ4¶.UC©$ù£[žG<“ŽOÍøó—49›×ó?WåP«ìÒVºÖÛy|úv¾½øCÃúgŠôÛ›írØ_]Er`Y¥$¾ÀªÀÔòǓ۵¡ð­·xvøÿ\0Óûè¸è¯_ Ь¨ÆÓ{wgÏcèÓX™®U¿c£º‰O?¨«òßWò¯¤(¯¢ÿ\0Yÿ\0é×ãÿ\0\0ù÷“Eý¿Ãþ ós]Û²YH銌Oj\náPl_—îAé_JÑOýgÿ\0§_ü,•/·øÁ>iYíPªŠ’ã4žmŸ•ålËþæÞ?*ú^Š?Öúuøÿ\0Àö2þÃþ ó:=”eJE•$©Œg­?í¤8ÚŸ?ÞãïvçÖ¾•¢õŸþ~?ðû?·øÁ>k[«uP«€ `\08‹sl›¶]ÇqÀÆO­}+E?õ£þäßðýŠ¿Ÿðÿ\0‚|ÓçÚnݵ7g9ÛÎzf…žÕUUW•pÒ¾–¢—úÏÿ\0N¿øþÆ_ÏøÁ>jIíc,QQKrHÍ5%³Ë¢F¬F2«ƒ_KÑGúÏÿ\0N¿øýŒ¿Ÿðÿ\0‚|Ùöȼ(ûd?Þôÿ\0Ö‡ÿ\0>¿òoøþÅóþðO›>Ù÷…l‡û¾“¢õ¡ÿ\0ϯü›þ\0bÇùÿ\0ø\'ÍŸl‡û¶Cýá_IÑGúÐÿ\0ç×þMÿ\0\0?±cüÿ\0‡üæÏ¶CýáIöȼ+éJ(ÿ\0Z_üúÿ\0É¿àö,Ÿðÿ\0‚|×öȼ(ûd?Þô¥­/þ}äßðû?ÏøÁ>kûd?Þ}²ï\núRŠ?Ö—ÿ\0>¿òoøý‹çü?àŸ5ý²ï\n>Ù÷…})EëKÿ\0Ÿ_ù7ü\0þÅóþðOšþÙ÷…l‡û¾”¢õ¥ÿ\0ϯü›þ\0bÇùÿ\0ø\'Íl‡û¶Cýá_JQGúÒÿ\0ç×þMÿ\0\0?±cüÿ\0‡üæ¿¶CýáGÛ!þð¯¥(£ýióëÿ\0&ÿ\0€رþÃþ ó_Û!þð£íÿ\0xWÒ”Qþ´¿ùõÿ\0“ÀìXÿ\0?áÿ\0ù¯íÿ\0xPo!þð¯¥(£ýióëÿ\0&ÿ\0€رþÃþ óWÛ õ•lƒÔ~Uô­­/þ}äßðû?ÏøÁ>jûd£ò£ízʾ•¢õ¥ÿ\0ϯü›þ\0bÇùÿ\0ø\'Í_lƒÔ~T}²QùWÒ´Qþ´¿ùõÿ\0“ÀìXÿ\0?áÿ\0ù«ízʶAê?*úVŠ?Ö—ÿ\0>¿òoøý‹çü?àŸ5}²QùQöÈ=Gå_JÑGúÒÿ\0ç×þMÿ\0\0?±cüÿ\0‡ü毶Aê?*>Ù¨ü«éZ(ÿ\0Z_üúÿ\0É¿àö,Ÿðÿ\0‚|ÕöÈ=GåGÛ õ•}+EëKÿ\0Ÿ_ù7ü\0þÅóþðOš¾Ù¨ü¨ûd£ò¯¥h£ýióëÿ\0&ÿ\0€رþÃþ óWÛ õ•Ma«&Ÿ©ZßF=´É2ƒÐ• úWÑôR|OugKÿ\0&ÿ\0€5“$î§øÁ<umgf¥©Æ§†Áo¶ï8gëôÙ5M\rÆ­©à±?øý{Ýó®9kÿ\0˜wÿ\0¿ò>…fŠÿ\0—ßù*„ÿ\0*ñg.Hóž ,UxÑSV_™Z=2‘âbBŸ êG¿Zê6‡sGg:Žª›”þy?ʰt½_xV{TÚ0¶\Z×\0zù=JÄ🅼C®êÏþ}¥¬.VâYT‚ê ¦°n«jÝO †.„js»rhÓ¿3ÿ\0‡ék|Nѵn¼¾ßÃ:ì_ð´štËyaŸ\nÏl-6Å\ny~zK#~ûwúñˆŽÂ¥G9|ÛºÔ´[è¬çy-ì[û7OX«hî§Œoʱ+·Ä «y‰Û+Q`=ŠàtÉo«é³ÜXÝ%²ÝI7RÀ<—f¶( P‰Fè¤p«¸Ép,x¯GÔ5óa5Îtö°5Ìoelm\'g>bˆf+p<¼lF?ß_3‚ÔXÚŠä-´;Ø/¬$–Éæ··Xéd¼ó\ZêuU rr9\0e‚³ýí¹† Õ<á›ÝüÍwêÎ-|«¹å{aÜÙRdQù’ò®CÌC€ý v °F§®Øé7[Ý}©¦¸Wxã¶³–ኡPĈՈ\0ºò}jÝ¥å½ôf[i<ؾ]²(; £© >eÈê3kXÑïµi—V·×V0Águ—Â\"Ûà*„H¬0B1ÈÃÔgŸo\n\rNpþþÔÐ㔤\Z~è¤émirí™Âü¾LÉ’w|üš,€êãñƒè6\ZÃ’ 裒„-$Ͻw… bÌ$…ΓÐWìï-õ D¹¶“|Oœ\nAÁV•`AHA\0ŠÂÓ­¯ô¿iiÓ\\O\r„6×Vö÷+ˈ‚·–û€Üï^2A$\0y=oÃ:íÆ‡1éÓ<ñEq&žmE¡šÚi%‘×ΖnC0åâbåÖF,ÇkÀz)Ôì—WM(ܧÛÞ¹[Ê ±ô`zóŒàáš¾±g¡Ø=õù™m“;Þ+y&Ø\0$³RB€Xð=k\nÛÂ÷6>8ƒT‡P½–Ñâ¼’u—É I#õ29\\\'$¨‰ pu|Qgq¨øKZ±´Ì¹¹°ž“ nv€<Hë@ìu5ß\n] Ú÷ö²ÂpKŽ ç*x댌 4íB-NÙî!WTI怇\0ÑHѱàôÊ{c¥rþ Ðï.üK%ói¿Ú\Zg•j\'³ÝûPOµ‚›]‚­4/ó>\\Œ²RiúMõ·€.4è4ĵ’YîH±u‰¶[ÉrìQFL[ü¦Â‚JnÀo—4X‡RÖ,ô¯(\\™šIs²+{y\'‘€Æ[djÍ´eAl`PO#5ljt†»ŠÞ;¿3ÍÙ¶h£w€\0¢™€1«0e–ïL¹sËèºn§¥è—Ö2èš¼–^ÝÛÛ\\ž\\DmNIF¢Àuöš„W·7öñ«‡²œA!`0XÆ’dsÓ/§ ÕMWÄš=í¥Äs4—XØcP@ÌÐÃÎHþ+„?@ÞÀåx^ÊçJ’ø[øwû6Î÷SÞ¶ûáO³Ä-PoÛ2œÉ0~}ǽsPøSQ[Í$§‡ü‹»X MGPÝ\0ût«wi#K¸>÷ȆgË€Ç=2qE‹¥êjÚE–¥n®°ÝÀ“Ʋ\0+¨` Áõ¢=JÖ]J]>7w¸…wI¶&(ÒøÚ §fw`ƒŒÖ7ƒå¸¶Òìô+‹m’éšeœsÈ$ ÅxŽ8Ü¡Qºž$SЂhhÚ.¥¦ëØŽØã7÷WWy¾Öhei]8‹Žâ$ùk÷æ9ù‹ÙÕ-ZÞÿ\0A¶Ö#I…´ö«t©å–“c(`6®Ilƒ<ôÍsWúäÞ%šátß2æKûiíu]Ñÿ\0¢Û ‹Íƒqo1wl›åU*|îHÜØåÛÃRYøæÞo¦˜cÐ$³¹Äí÷¤D!e3opèûKa·J6‚Xà°·P=åº_ÃbÒbæhžhÓ”BŽzpdOÏØ×ŸIá\raõ]VxöJ¶˜õ6Þ8JȲWz!¹m›âùX…STˆ”\Z¯ö¾‘ƒÎÖÕ¦O²­CE+´n@W+…0$ý0¤Q`;j©¥êjÚE–¥n®°ÝÀ“Ʋ\0+¨` Áõ®ÁZEΕöï7Oû4Rya&ºŠ}pÃqfáfI>ðÃpܶàOÌÜÖ‰àÝVÖ÷G–öÞ÷í6ñYš)-DvÉ1,‘4…Za–Ir‘üŒ$Á#{XëKñ¦«ö.9¡û\\Oqiæ¨ÿ\0Hv~õv“…>j`6Öç•­jàtÇ¥ÛøFI|=k#ÙYùwQG;¡»qo›ƒ’+ä°,¤¿#\0ó‰<¢êº¿6VSO$6¯ö m×̆äç,ï?Ì‹ÄEZ\"äž‹ÙÝÞ[ØB³\\ɲ6–8AÁ?<ެÊ?iñ̲<¨¡Á‰¶6äeà a‚9Èê-熤ºƒR‚ãész÷‚æMAÄ /-Öífû™·“å* W2€gh¤Õ\"’òÿ\0I¶þ˺{¥ŽÕ6ÄÞU´–¶ñ?Ê òÞ%|¾FÐpù%€îª KË{øZki7Æ²É 8#çÊ8çÑ•‡áÅp¿ð†Íkâ¸%··½û5¼¶ÂÆh¤·Û[D‘©‰¤uk’’eåa& ÜŽ¿C±m?O–ß–¼º›ç\n$žIF#n9Î1§ \0iQE†ãŸÄx‡OœäG%®Åú«ô!^Ç\\¯|*|U  Ú/­É’Üž2{®}ÿ\0˜XóFÇ~Y‰XlLjKcøW¥kÞ\'MFÊI-ì¡?éãåsß?¥zˆnGŒ<-©Ùø_XŒÝDÆ9|¦ûØê™ì¨àú‘šðÏøN|A¤xf ¾m‚ÊVG*VU\\s°ýqÇJÈð÷Š/¼1«Å¨éòaÔáã\'å•{«{TBq„TÓ©íâpµqUeŠrJJÜ«ueµûÜ‚ñf³šK[ˆÚ)£b®Ž0T׸ü$,Þ·fÎ\ZyŠý7œW‹Þ^k<^ÛI}vØÄk„? ד_Hh:D:…g¥Ûÿ\0«¶ˆ&}OsùÓ£O–ìâÎq®¿%7ñ-íÜѪ𦡓¤^êW\ní\r¤<‹Š¢– dœZ·Tu\"Ó\\Ó…òo¶ib‘ЀCùr,XART;‚kcÂ9¨¼Q­ZÁem}§Ãwª®¦Ö±iøßèÏp¦+¯Eò󸎎\0éWõýnãJñ•˶Úâ&\'”s››H”õq3ŒçŒç\r€ qø7A[ë™ô}šmÔm“§$IöyQdÃlÚW{GpÀîåe «z†™¤ë÷ºeÛ_n‘bó­D¡Æ&·›xàî]ÑD28Ãû‚‚(§ôåÒ“R½²½°‚kU»¶7FöˆÙ‘Ad!>ib¼(ðOˆÒÑ|Gmâ=\"âóI $°³Db’t*%\n)’2ë‚NT¶3êÛÁÚ{Xé–¾uÐ\Zm˜´¶p˹v´.²—Õ­ã#§œ©~ÊÎ!gwdúÕô¥Š\\Ìó*±AÇîöˆÎ¤ Ô7RXšÏ]x—Y±Ñ|K&Û+»Í&ÔÜ#µ¼¶ˆØß¸Ù™ÙG–HpvÉ ¬Õ¥âk½nÅ\"“J»ÓÕæd‚ k‹7•¥™‰çrʸ@>f±UGnqŠ‚}ÂïÃÚœ·ZýÔðêVj“êŒðöP€PF!Ý·8sÏ ¯ì´{» ™î&¸–Ê\'D2mûR\0~\0T c\r@êzÀÓî µŠÆêúîuyÞØÆb äÈʸÐc9ù¸FO‡õÙõíQšº}&%mdU‰`pðÃ0bï¼ÏÞžÁ6ãÕ­©èãP¸‚ê+뫸ãK‹amŽT²\"²à”Cœgåà€H&¡Yh0Ï\r‚ºC+#Ù· pª‚yÆØ—©\'9æ€4¨¢£3Ä· nÒ ™Õc,72©ˆH—\'¶áëHd”T{iw2=Ô+®~ÐÍ (c¼ÿ\0ÊCs؃SÐE3Åp…á•$@Ì…‘”•aÇpAv Š\0’Š( ŠŒO\\=ºÊ†dUvŒ0ܪą$u\0•lûO¥OOI*#ÌÛ#V` ¶ `zœ+z{P”QQÉnÛÈQ ºšÚådž%ks›–p[!H…ÈêqÎ\0 Eû=oIÔcI,u;+¨ä”ÂÂ8iî(<¶Ð[p3EÀóß ÝFÓEðýõçÚ,ntx!63DÛ\"6Š\\Ý)_6<–º6Ó”)?=„×µ¹t[HêóG>—áÛ{é­–vKt>Ñæ¤ ¡eù¡\nÊ¥ÃNê]oI‚KxæÔ죒æV†{„Y¶²(\'æ`ß)xªš]ݵ¶¡.ŽºuÕ‹³OuœÈËp ¹–D*ì@ß*œ6ÓóŒÀåíIM#W¶ÖõHJ®§tÆÓPTk{6yçhšdNÇ8ó[ vm •¬ß´xr]>ËNÔnôûK½²´7ד¬kkoçÊ#–È9 ˜ögb,e™ÂFºoD¯xD$PÎ--ü²îçÆ]#_ºX¶Iwm–/ÿ\0„‚ÖÖÃíšÒaÆeò”jW¦ãŒŒ‘—žxÎ~SÅÆ·swe ê7vy÷ZË$ì-æHªJ®ÑÉÉ\0`s\\|(š·‰´¡¦øÆêô-öëëf´‘‡Ïiû³¶\"˜ä7ÝÝÏ\\q[^G‡?á%û7öÔßÚþo›ö/íÉ÷nÆüyn6ã»qŽØ­&ñˆ©xí¬iá,˜%۔Ż´çå$‚0qÈÅ 8_\rêëË|Ú¤:^®Ðý§Ê,³M§Û%‰9ó´ƒ–m«¹NY ×µ»›{9[Wš)RÃJŽæ$†øø¸¸’ÞrÀ¡*èW…à+&HÊžÚÏXŠûWžÎßdÇgowÄrYVV” cŒb,ç\';½¹ÍѼKáqá¨5KmNÊÓO¹•¤&{¤&”™– >]‰\\ñÛŠ`sw>3¼Ó´=þ«\r¼°XO›$â43ÜC=ÜD¨ |Ge\0°Â€Ø¬–”ÙGâ«–¿û3=†¡ö{i&ŽõÒëPf]²)/°2±U=nW«Þ^ÚiÖw}u\r­´xß4òEÉÀË$ƲtÏi7öV×ßY[ý²ê{{Ek¤?iòæh¦íØSŸ¼=Ip9K­{[¶·¿¼]^fò¢ÕïR&†ƒìw\\qp™ØÊß7;¾Qµ—œ’x—Ä©ªê¦ 즞¶ˆôŸ0É0XÖO%¼„„H»ÊDw4¥XIò€]\0êô¿i:ŠÞ«ßYAse-ÊÜ[µÒŠ8ehÌŽ8*¤(l‘¸sÞ´®õM>Á&{Ëû[dQåi¦T«ª[\'€H Ô‚(¸nšÄþ4û]ž°þ$‰ß|‘-¼ò¶ú‹ùqùJ ?Ê1Œ1ÝŒàâŸe®Þ^-ËϪYj?ÙV‘ÞÛ]Çr!Iex§ÞéHB$\')ò†-»¦Þê\r~ÒêþÒ+y!¸³½‰ÚÖò ƒÇ$ˆ~xò8ÝŽ@’L³›÷¶vú…ÍÜ~eµÌM ©’7#ÈäpOJ.OâMY­õì½qïõa>§ Ó#Ž\ZÑ\"K„DßÑÀ¹rÀù˜Á,¸5ÿ\0Xj^*°[ZÛévÓÛ¿Ûm§– ^ ðÙv ¹!clõãæ½ÒÎÞ†Ú=‘´²LFIùärîyõfcøñSÒ¸Qý³~|AèžÈÏå*CwzŠ\"xãMWÊ™˜•YQºmXã\nØ«úL·Zþ½¦õÍM$ŽÖýMêIV\\5žDN±lx²Nhl©n\nH¢‹æz_‹ÕÓ÷F³mõ#¦ÙYi7\ZÏöŸk-í¹¹&$h¼©•m`-2²Ð6ñ‘¹‚†\'Ðj {;{Y®¦†=²]J&˜äÎPz|¨£O­ÈµîáþÍ}CÌ‹þŒGic,/å(°ÜZé|ÔË•‘¶œ !Iùú½GTÔtU´›ze±ÿ\0G–}Vá Y-’E¹þ-‚ ¥à‰Ad<ÊÃ9+·º¢‹çÐëÞ&Ö+Eû[M–ͳ\Z}¢+yæÞù#¾O±¦á…hÞƒ\nEdø‹_¹½ð¦¯ý£®ÿ\0gÚÜé—:wú˜ÿ\0´RG¸ÙΤœB-þTÚãÍù¹#¯EÏ­µj>%½°M^ÊÒG–ê¶Þ%šÕ8Š Bs¶&Ý$¥?\0o@\'¸Ô¯õ-9uûˆ¾Çý¢Ç eqnË\'•{#8å ,ñF\0„ÈÌîª Û;}FÂæÆî?2Úæ&†TÉ‘dr8\'¥Ï´}pé·3-¦¥6¥ Ôõ3w£@±K%¼K%ÌÕD™Ö5Ø©2ãºâ¤/ÔŽôâ]\"H`ki\Zö=NÝäÚâmÑG!…!ó?r„#§BÙqSÔè¢àyÔ\"×%ñ¤mKh‹Z¬v:ƒ¬wW™:X´HÑ™,£y‚Þ2d¼yŽÈa‘ÕËs¬Ûk°è«ró †Šæ;É0ÉaDêT\0–XÆx?éyQˆuYÛ¥ü×Ë.f‰!‘òyD.Tc§Güý…›ÖµøZæÉF»ý‘¥¿Ú’]C÷i‹ˆdXÄ;¦Rœþøã>^AÀ9毼W¨ÛØjÓÙxƒíZ„Rê‰-†Øì1B. RíT0ѹrTù2áT[F°}*ïKh3gwçyÑïoŸÎfi9ÎFK±àñž1B`døgR7—÷ð[ë?ÛZ|QBñßæ&ýëź%T;Uclcpó98+Ž’Š) (¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0*ޱ¦ÿ\0j鯨KåH²Åè\\A\n_Èé>b–& æSMÀ…lãu¬Ôðv 4¿ÀÓZùÚ¾$*6Øæ’[©X·%¹U\rŒ¤í+¶¢ÄpºÏ„5mCG¸Ò¡{!º¾¸†w•Ã?Úbº2„;v½ÂŒ‚Ù\0ž´µ]P›Å ®Y›YÝmÌPM#F$d[¤`̶Œ\\‚\r’¤`g5ÔQEÀó£àMJq;Ý%¬~³Gsjw1E\n½ÅĽ# ö‹ŒmŸp€~bGoeaö}GR»q™.¥B®dÞDk\Z€£åT6ó·,2ÌÙùˆ¨¢àr–úEÚy¶ñ¦Û­3S›Q³’PD7+?šÅX€vãΖ> *Q\\© ¿S±ñ©oK¬F6pövÚÄð,™ ¶C÷þ|î?ïÓ…Ù÷¿óçqÿ\0~›ü(º 2µgû>÷þ|î?ïÑÿ\0\n?³ïçÒãþýŸð¢è,ÊÔUìûßùô¸ÿ\0¿gü(þϽÿ\0ŸIÿ\0ïÙÿ\0\n.‚̯EXûçüúOÿ\0~ÏøQö ÏùôŸþýŸð¢è,ÊôU°^Ϥÿ\0÷ìÿ\0…`¼ÿ\0ŸIÿ\0ïÙ¢è,ÊôSä†H[l±¼lFpÊAÅ2˜‚Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( ÇþM?þzÝßKþ«áKpÅî¬ÃÛ[¿i^Ñþ´} ž×7<ŽžHö2ÿ\0áÒÿ\0çÐßoþ4Â;¦Ϩÿ\0¾ßükSÎsÿ\0,…\'šÿ\0Ýs>áÊ»ãÒ,bŒ\"ÙÛ?½ãùžiÿ\0Ù–_óçkÿ\0~Wü*s#zQ¸žÔ®ÇdG•¼ ^!ˆÁ(N?\n›gûCó¦uíúѰÃþú íß_Γ ýõüé¾Zÿ\0tßTycû«ùÐü¿Þ&WÖ—Ëö_ΗË«@ ܾŸ­&áýÑùÔÂ%þòþt¾R|Qp+äÿ\0tßTsè?:±¶1ütÓäâ 0ÞßOù5)xGñΚd‹Ôþt\0݆,ú\Z<ÔìOçG˜?½ÿ\0PåJ<£éH_ý¿üzšNå§ë@‡y~ß­&Ð;\ZfÜÿ\0ËJ6ùéL;GcúR¾Kµ¼hÂÿ\0{õ gý“ùQÏ÷M;åþ÷ëKÇ© ð}åFß­L>´¾Y4\\6ý*6U)©|¦ö¢àVÙG—V|¶Ö†Ò€+ùtycüŠœ“ê´ÒçÕh–=JB£Ô~U!cýå¦Þ«L=GåM8õâ[Ú“-ýÚ\0­ö+OùöƒþýŠ>Ãiÿ\0>ðß±V¾oAK†ö§p±Sì6Ÿóíýû}‚Óþ}¡ÿ\0¿b®`û~TœúÊ•Ø¬ŠŸ`µÿ\0ŸhïØ£û>×þ}¡ÿ\0¿b­æŠ.ÇdTþϵÿ\0ŸhïØ£û>×þ}¡ÿ\0¾[üih»‘Oû>×þ}¡ÿ\0¾øRÿ\0gZÿ\0Ï´?÷Àÿ\0\n¹‘éFWû§ò¢ì,Š_Ù¶ßóíýð?štëùö‡þøáWò¿Ü?•!ÙýÃÿ\0|Ó» \"ÓíÇü»Eÿ\0|\nŠM2ÖLn·Aîü¿Ê´ˆ_îÊšTwô¢ì,Œ¿ì‹/ùáÿ\0Ÿñ¥þȲÿ\0žøùÿ\0\ZÑ(?¸*a_öåNìVEì‹/ùãÿ\0Ÿñ£û\"Ëþxÿ\0ãçüjî?ÙoÊ“#û¦‹°²)ÿ\0cÙÿ\0Ïü|ÿ\0ØöóÇÿ\0?ãW7/¡£rú\Z.ÂÈ¥ýgÿ\0<ñãþ4cÙÿ\0Ïüxÿ\0^Èô4¿¢ì,ŠØöóÇÿ\0?ãGö=§üñÿ\0ÇøÕüûQŸj.ÂÈÏþǵÿ\0ž?øñÿ\0\ZOì‹_ùâï£þ5¡Ÿj\\ýh» #7û&×þxŸûèÿ\0BÚ-¹$æQìãô­ŸÎ ÷4s1r£û\Zßûó~cü(þÆ·þü¿˜ÿ\0\nÙòÇ©£Ê¹§ÌÕ¿ØÖÿ\0ß—óáGö5¿÷åüÇøVÁ„xÒyæŽf¨ÈþÆ·þü¿˜ÿ\0\n?± þüŸ˜ÿ\0\nÕ0ŸSHcoSG3Teÿ\0cAýù?1þcAýù?1þ¦Q½i6ŸZ9˜r£¢ýç÷(Ù!ê)‚ÿ\0稢+ÿ\0-¿ñêÊÆ·!cþM<@}MEåÎ?Œø1Œƒ©ÿ\0Ǩ°\\¶!«ʪ?‰«=¦aØÓ ÍéE€Òù;’i¤Ä:Ö³ ‡üši|÷¢Ài!À)¦X» ¬ü3t&œ!sëE€´]HŇüó·oZw’GÖ€$Ýÿ\0LÖ·û+Q•ǧçL ö­%$ËM)žëùÓ6ÉýÃùÓ‚7u?0+ý¡øIå¯vþU\'–½Á¤Û¡  ¨üÅ.ÔݤÛ(HOqHb³I‘íùÔžTgø…!Š1ÖAùÐ!£äÓ¸ôjoîWøÅ(x½Gå@ ÿ\0j]­ØÊ$}¤QøT‚tòÔP6IíøŠ]’z¯åOûLóÒ·øÏå@\ròåþúþTæ*C2ÿ\0}©¦eÿ\0j€gÄ¿•\'™/w•4Ê?ڨ̿Z`M—?Æ)cücóªÆL÷¦î÷P‚¯ýñùÔlüé‚Dî\ZæGïLãø©7?­I½=(ܧµ#Þþ§ò§ǹü©Û€þJ%Qü?© ¿¼ipßß?o·ëIæJ\0>oïΓŸΗÌÿ\0f“xÿ\0žt\0`ŸïRìÏ÷©¥ÿ\0–t€ÿ\0²i\0ÿ\0/ýïÊ—n;·åLÜ}\rÏ|Ѐßô¥Þ£¸¨wŽäÓƒÜОrâ:zþ”‹CùTŠ«íùP|øÏñ~”Ó4Þý*o-}Sò£ÉSÙ?ïš`W2FŠšYOCVL ÝGåM0Æ;~”\\Ÿ­0çÞ¬˜×³Ê›°ê\nV\'Ô\ZnWºš´B÷U¦ŸÜ0+îOCFô÷©ˆþyþµú@ æ-/˜¾†›„íŸÎ“fzP·/¡£#ÐÓ|¶¥\nâ€pô4nö¥»Ò—ŽàR¹>Ÿ¥&O÷jM«íM*?¼?ïª`7þKÇ÷M.=üèçüš\0L\'¡§Oz9ô4dú?å@ å§ù4yIþM&áþÐü)wï~”¤KwsùÓIä?3yîE4¾j\n&\nñ~´y÷‹Ô Øþtí‡Ñ¨Lþ(ÿ\0ïºxì§èÔß/ëM1Ÿ_Ò€&aýE”ÆQêJ¯å°ïNv4 yUõüÅ4ŒtaL,{)ü¨íÒ3ùP¹þø§\0ßßÍ\'Ùä?À/’ëü@~\0í쾦—í:-\nÄpn?ñÚ•YOü´yò·jLHÝš®.Ì}àiÙQýÏÄP  þtï³Çß?[,¿ôÌTfTãü¨³Ãêh@{µJe^À ¤ûC»þ;EÀoÙ = S\ZÌvcR™åþãø\r4Ü8þüVÄVkp:“QùQÿ\0µVLåºüv›º3EÆF±\'`Õ(„cï‘õ¨^ECæx`àTsÉóÜß4}œÿ\0Ïeÿ\0¾MU\'÷‡ýõKæ?wÄLÐÿ\0-Tý¨š&óIz¿ë@ ýúCQý)›_ºŠ›\0Òù õ§qÈñùÒ|£ÿ\0×V<•´ÈûªÇð¢à@zT‹ÏoÒž¿óÉ¿*p.>ô/ùP\0«õ¦?ö©wÇš))¦H¸Ãð¤\0cß0ÅŽOýÛtãê´¢ýåÿ\0¾h®;Ê”õ)„Ûò4ÂŒ;ãó \rÞ‚ÿ\0ý*éFãlqë¼F#lãf÷\\,ÈLGÚ“É>Õ1ܧ¦ù¾Â˜‹ÅãåÔ°0@YŽ3U–Œ œŠ‘Àv¥”ƒzÉ;9ô5mdAÈRqÞ«,K€1N F}© lŒ“a—‡¡©c—Ì H¼´ÔH•¼ÅÀ«Tu9P}À¤!‘ˉqÀ©¤Ba2)ü*®ôBxÍ\'ÚÙxÛ•¦€¬Ó±b;ÓT¹nµe–þd[¸5Š@þ”À~\\0Áçµ_Ž{“…”9OqPÇÊØ«±Ê2p´w!ä¯ÓÚµŒï£2”:£\"Š(­ Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š(  m`ûMÜ6û¶ù²*nÆq“Šõ¸£ÿ\0Fp2?çð¯3ðä >»l$RÑ©.ØÏóÅzfÂBÍÑ7gÕ…g­é-.9Hn™!jº…S+ŽÇŠXåÊŒ`sÀ¨É$„Q’ÝkbåÄqÉ JØFUǯzÇ0£¹CŸL`VÌ꯬›c\'§#ªPx¨—’Xç&šô4à¶â€#帩c?¾r*=¾¼ÔÑ*õæ€,ÉaÖ˜ŽÑ¾hÉ‚}ý8ÎF*,1ùúÕh¯¶I†\'Z±,ŠÀ2÷ x¯Z±mnˆÝU–O”cñ«¹Û2i\0·2íuQÍ5ÓtgK#+:–AR3«pÆ;Qê#.kv$0 Ú¥ˆPªÃ?Zš{O5 V ­g”tœcÐÑašqÃ2œúÕ¥(FÆÇ=«&ÚòE|$zUÃ|NPP3ÙÆ2ËÇ5\\ ädV’ÞDí†^\r2öÞÜáã<â€(#2¨šÎêÙÝK¼\Za\r!À4 ¹vÎÿ\0Ò‚ò,x@Iö©\Z/ï\ZGq´*€­0 ™lŠA÷¢h•S gñ©­áv\\°ÏÒ›r›W€GÖÄVˆ#¶53A2\rVEuËcW£Q\"¯#šÈ’ìx¨fÚŸz¸ñ¾\n©ééT$W Fyi\0\0ãŠ\0§Ãcó\n˜ÅlŠ\0¨3Èâ¤HbcÆGãVLàûT‹åF™ ÏÖ€ l)ŒÛÆLìN1Šjs@í5(D=…FÏ#ü¸©!°r(¤l9R°cR1†*2ùm¢‹ˆçõ}ĦêÙ?wÕиöþ_N˜•Þ‰€zW5«iŠŒ÷«òuxÇðûoåôé¬%Ñ™Ê=QEV†aEPEPEPEPEPEPEPEPEPEPEª¬î¨ŠY˜à\02I MðͺA¦Y!}ÛáÜ1÷²Øü3Š¿(\"à°þÀíTacŠ‘¨UA´\00\0éZèÒÛÊORF\rrK¹×a@[‹V\\|Ê7O³%`\n3ëŸSP‰J#)v˜ÒÛ#ÆŒ_r+tâ¦ÃcÚåÑHÎåÏCUL‘ͽH\"¤šÜ¸ýÙ>§Š©6!s`^õh†P¸@ŠrÃo¡¬æk}Ç\'õ5<÷%‰ôúTòblýjÒ!–àI\"bYI†¥‘‘Ôü˜5]¼I¦ºÌAÿ\0q¿Âžu ?ñ÷ýüZM1ó4\'ëND*¤±«̳Ǻ6W^̧ Ón\"`8†B½95$2…#ó¦lš™R„ƒßZ,yfÁ\rOÈIÍQ-±¶À§‡ÜÄ3NÀX™åRxïUܱl’j_ŸœŠ /\'NqØP2  žkFÕ‚R2­U’/QôÅ>9\Z6Á\\Ô„iN›`Yc\'˜‡ižsQE#Ü@c dŠb²:ã   ]†y4›™yЉÁ.ëJ[häÐ2_=þ¸¨.[ÍL¨ÁïÅ\"K‡çŠsñ—ÝÁ¤\"š~é·¦Ÿ+îbr>”ß)ø ƒHÖÒ#a‡_CL-Ä\\n ~jA$l3¸âªH»ûR,ÄŒmÆiŒž@w|¼Šg̹ù°i¹lðqSïV\\0ÉÇZI¨ff<µ>0ž¦ªÉ gï`Sá œg5VRÚcÁm¢­ÈñȇqVZÆuf9¨‘dʤœÊ¨˜^TvÈ­òµ>2ì@ysJcq\'4 µo› ëO)\0ÈRÇ®EÌTÀ‘M¹Bçr®¤m4YÚ\0_¥RQ´8QU¤‡¹84)DQÏ4\nå`ÈwU‡ ¦ºàோ!\'©¢yIŒ¨4ŒŠFÓBËÏJ†5`Ä·5+ÇZ`L¥Cgé.–2\0^lsFIûË@>ÐŽ¼ñP°iÀ« ¦ù`“ŽÔ\0Ö…ñšj~í¾j—ÎaÅDìd?Jz—©èèÈg³L0å£ýÇø“]¦J”æ±õ=8ÌZâýçWAü^ãßùÿ\0;Œº39Gª0袊ÐÌ(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0*þ‰Ÿ¬Ú¦q‡ßÓ?wæÇéT+£ð]¹›ZfÙ‘1H{gõ©“²eE]£²ŽÝ¥qÕ¸‰†6ˆŸ”w5`•ŽA&\0À½W» !éZ¹7:ˆoˆƃœòÞôÖ¾2±QØg­­()?…P¹“.:ž88¦—.uDá$bç¯+%¦wbZMÙõæ–àŽsž„Õ/›y\nüֈ͎•S\0³ gšÄ¼Ö%†îHàòÚ5Æ =9ïëZ’(Á’k“‘üÉ]ñÌN+H#9±´QEhf$WAŸ&i#Ý×cŸÊ£¢€,-ýâ°au6AÏ.Hüª_íkìçÏÿ\0ÇWü*•¬‡vi\rnè(\"b;•<þµ\"kŽ÷+6z«cük&Š9Pù™»ˆïap¿ì¶Oô­|K`C$ê Áb£~µÉQIÁ;=ÖþÚî#-»î@Ûw`Ž~‡ëNÚ‡.X\nÅð„osiy®DL®1ÔîýVÌÀ¢„*TXËGceª¸£ï†…Ãc®ÓWâe’¼ÞõË\\€ã\'šŽ6).å$8 Ó°®t…JŸš£1—Íc‹™ÉÁ–B:}ãTuMVòßÊògÚ9Aôõ(Ü\\Ö:P‘ºîÏ?ZŽfÁÀ®VÞÅ\Z©H$#ø™NOä@§ÌÄ™­£\'·–JãóÍ>F.ttJÇpâe\0îcs\\òx”]Ö¤.y!òqùUÓâ{R\Zÿ\0_ñ¥ÈÇÌ‹,KI»¨«ë¶H@P¹}kjún܉ØdgG·Ju­õ«u»„˜s´þ´¬Çtj°@\0Ïz‰°_\0â 7–ò±Ï°!X\ZI”’7jVÇ\0¬Û\\þ\"Ÿöpr0\"¨‰2Ø&¥Š]§†¦ß!\\r*¹ކ§`çšhÉÈ xaÁ«QÌ€O4ňœ‚j&]¬yé@™ß’‡Šts;.ô¨ e+à ú\Zc‡W%xÏ¥\0>F ä5U’=²|¦œU™òÙÍJ©ÎrÔ W#ïbž²FçTÈÎý*O²ªŒí .5VsÇÖ£–ä)_ΡÙr\0\nHpsÅc«¯ þF˜YÐà«P%;ñŽ=j؇zçp \nbMÝ(—TïŒÁªÍÖ€$È4ÝÁN1Ö˜Š‘yç\0¹ÈéI·&»$ñA\"€2u=!¥\rqn¹~¬ƒø½Ç¿óþx5ÞF¹\\æ±5(HZâÜ~ó« þ/qïüÿ\0Â}œ£ÕõQZ™…Q@Q@Q@Q@Q@Q@Q@Q@vÞ„-½ÔÀåäq\ZŒtÀÎñïÒ¸šôßÚЭ˜G±›s—ÇòÇáŠÎ«÷M)/xÖyM‡É!ÁQøTW/•UÉÀlÓïK¢¤p£õª¬Ûׯ<àW1ÒX·\'÷¤.A\0o_éT\'XÙþX‹Ö®@¼\"Fv†BúÔi4XãcØÍ4K3îmvª²£Eg7ÈNäÁ÷³çåÈÜvú5fÞ‚%Û·#éVˆf6¡0ûÌÙÎÜ~|W5[zܤF‘à®ãŸ¨þ±X•¼61–áEUQE\0QE\0QE\0QE\0u>\n¹1\\ÝÀ;ãY7g¦ÓŒcþúWO|7à¬1Ó85Çx:àï,a7yñ4}zþËÆ» “$e•N8ÚGÏSâ7ƒ÷Nvåb­WÎ9ïWnYOÝ8ê*¯– <‘T„ÇÁ’æ³5¸ÈXŸŒGçÿ\0ê­ÎÖÛëTµ¬ý™sÙÇò5QÜ—±‡EV†aEPEPJ V ¤‚9v¤¢€%ûMÇü÷—þû5\"_Ý \0J ýjµ¬‡v_‹X»‹9e÷—§åвž\"¸ Ã/p¹óɬz(åAÌÍãâfÆ®?í§ÿ\0Z¥:ý£}è¥?ðþ5ÎQK‘T:Μ1vB…ä~U:jöR–Ù:\0?¼vÿ\0:㨥ȇÎÎÔj6¹\0Op\0psV£¾„}åý+€¢Ž@ç=/ cò`\Z²’†£é^h·W\n\0Yå\0p\0sÅY‡YÔmÔ¬wOŒçæÃ:9C˜ï§·‚D$š¦l\"\'\0×$5ýC$¼ÂAŽŒ ,SÓÄ7ŠÀ‘Ç?ãK•IGØTgž”Ã\rb>0msÿ\0m?úÕ\"x’ƒÌ†UnápGç‘SÊÇÌFߎM\'”U׬¤B xÈþòõü³SÛêÖ8O´¨\'ûÀ¨üÈÅ+1Ý}i‚.)ïweŽ/-ÿ\0ïèÿ\0\ZcGµ³ÔRÆ)h\'w\0T„JX¤Enh¾–˜ ŠE‘rIÍOs$lœ`þŸ¹àqBC(êšbÈ\rͰùúºâ÷ÿ\0çë…]g˜vâ¨Þé‰r­$\nn¤voð5¤emœ£Õ4R²•b¬ àƒÚ’´3\n(¢€\n(¢€\n(¢€\n(¢€\n(¢€\n(¢€\n(¢€\nõý23i§Cl>^#,3´šòÝ\"/?X´O-dj³#cAÉÎ}¯X·u6Ò‚p\nƳèmIu13ȾÙYíÚ-ÉÇåS!Ù…næšÒKö¦ˆœÇ!ÏáX#v/’’¢œ1R0 ¤xaŒQŒw=juò£Â9b½½A¨\'@yWÈ=Å4K2n?s1ÝóÐŒ\Z©rb•v‡ Zµv§Ì*ãÞ²åOœä0¢­Î{X”½ØvB/äOùS]ÉæÝÊÀ‚7`ÜC] c¸QEÄQE\0QE\0QE\0QE\0iøzqo¯Ù¹ rû=X©¯C¿°޵æZtËm©ÚNç ÈìqØ05èÌ.™ÏÓ¥cQksZ{—¹vs¨ª+–ïï[[”ûÍ¿Î85÷™†1ƒBZ©ê-æYÊHèA]Ç™ØUkÈ ±—œ|¹ÏÓškq=Ž~Š(­L‚Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š(  Rêâ4“ʪ:r\0§­õÒ6DîOûGwóªôQ`¹quKÀAórb£š—ûjãþyÅùñ¬ê)r¡ó3Tk\\\rÖàœs‡Çô©#Öb\0î‰Ôç¢àÿ\0…cQK•™š··™‘wG(Yxn;Ö}SJÂnáESQE\0QE\0QE\0QE\0QE\0QE·áH<ím_v<¨Ùñ޼mÇþ=úWqm¸ÝÖ¹ÏÙ´¿j˜ äª+ñžäÕk±ŽÍUdFü+š«÷ŽšKÝ ´Øc,>] cН4Ã̈ã \r¿…Xsç0W=¹ªQÏžF•sÙW°¬Ñl³1lªpz¦YØü§Z»‚BFé» ªWwÑ#íHòzf­\" »™ˆ 㸬;É¥He‘vªOJ·q¹Ü¶æ5‘«“œr¤™.sÓ¿ô«ŠÔ‡±ÎÑE¹ˆQE\0QE\0QE\0QE\0QE\0W¡˜Áu`ÊU†CAèA¯<¯KÓš;ÍFÆÅº\0Üu ‚?:ʯCZ}Lۥܹ5˜xÝŠÕ»Bª@\\\nÊcó‘Š”S$Nc­2ìÿ\0¡MÛäl~T™==*Ë.PAÒ™\'!EVÆAEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEP¤x&³è+1`|ù€ÇÝþÿ\0 þµÑ J/\n@9ªz\rŸÙ´ëhdŒ#,JF8lsÓß5+ËµÊ a@Ç\'vÙ×eb¬ŒVñóè\0ª˜Õ™”dŒæ§‘þi¹éO½H™G$\\ëB2rÌú檼Œ§åõç5x@¬ÖäuU†=ûU¦C#iœýÑŽ;šçõ©KK1$¨\'ÛŸÿ\0UoLÀasÏ­rúŒžeô‡9\0íúc¯ëšÖ™Ob­QZ…Q@Q@Q@Q@Q@z€1á«7 7óëóµyýw> ?ñ\'JåLíÿ\0 ­gSbéîOvÞfãåí=ñÐÖCÄœÖÕî>p‹‘ëšÆ2¾ ÔDьٷ>õ.I9ëÅGŒ°^šÒ횢NvtXç‘’ªÄ}3QÔ×jRîPFâÍCZ™Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@MiÚ¯`·Ý³Í‘Sv3Œœg\rmxR?Ä0nEtYÛ8ãå ûèŠMÙ\\i]Øõ{wEF9+Ö±î?vÌ¡²C`šÐ|GfŽ9vÕFd [ŒŒ×ØTU2Ì2O?­Kq,xU‘‹Ü”,~\\¡ ã#¹¥û$Y%Õ²;\Zd‘<‹\n2äûg5Rì)‹~ÁùT÷1b<ÇŽ;\n¥æ¡B m1T‰fMËG\Z3œŒsôɳvv9f9&ºmZF‚ÎQ½[pÚ3ïÿ\0Ö®b·†Æ3aEUQE\0QE\0QE\0QE\0QE\0ÔxJíá‚ö=Çi(@=ÞÉþ_•rõµá ï}4jNÓ b¹ààñ53بnuF³8\0ZξØ*ÛýÅ\\Ø9<æ³®SñY#V0|§Ž¤RˆA#éL^_\'Ò¥\\œàÓ$çu‹ùGÓù\n«Wõu÷p, Ÿåý*…j¶3{…QLAEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEPEP]7ƒ¡&âòä71Æn:î9Ïþ;ú×3]çƒ,œèòKåæÈHn2T`~„5EGh—M^GI Í,IõÇùüê!ó´‘cïdéRÁ£wû§?Ρ‘ŠLÅzu>ƹN¡ ù×t¬K)Âã°©]£c$7|žµ^݉fv5ÂAÛ#Ú¨†$èÁ‡=±X÷ òœ{óZÛÚ8ÎNAý+*æ]ÿ\0êðÒ©Î{[m±Å\'q-Ïlúë\Z¯jò3ßÃ/׿õª5Ñ¡„·\n(¢˜‚Š( Š( Š( Š( Š( ¶|/3îÄàH®¬0FÒ˜Z\Zío®Yº$Ê\rÓ\ròŸÐÒ–ÌqÜî/#FÕG>œ`ÖÎ~lŠÝ¹&2Ê=cÜpü©ÁëXDÝ”óÞ¦ƒ€Äô¨Â‚\n|xÝŽÕd\ZÚrÆÒ»Gáÿ\0ë¬ÊÕÖ[q‡­ý+*´ŽÆrÜ(¢Šb\n(¢€\n(¢€\n(¢€\n(¢€\n(¢€\n(¢€\n(¢€\n(¢€\n(¢€\n(¢€\n(¢€\n(¢€\n(¢€\n(¢€\n(¢€\n(¢€\n(¢€\n(¢€\n(¢€\n(¢€\n(¢€\n(¢€\nõÏ À–¾³ŒûÈCäÿ\0µóÔדCÏò^¿oÖ©\"YÎÜKç\\É Î‰ëŽÕVæEPEPEPEPEPEPRÚÏök¸nîò¤WÆqœÔTP§Þ0X‡˜ìcšÃ¹Gf-Œu­ ï¶D’È6ùŠ.sŒŒõ¨å–¸!\0×:FìÎþsÏJGUG|sJH,ùè:bœ¸#\'¸ª$ÌÕŠÿ\0–ƒù\ZÈ­fxÌiœ¸!Ž; õë´ŽÄKp¢Š*‰\n(¢€\n(¢€\n(¢€\n(¢€\n(¢€\n(¢€\n(¢€\n(¢€\n(¢€\n(¢€\n(¢€\n(¢€\n(¢€\n(¢€\n(¢€\n(¢€\n(¢€\n(¢€\n(¢€\n(¢€\n(¢€\n(¢€5<;\\x‚ͰPåþ_U‡ê+Ø&`l݇ÛÁ¯2ðD!µYæxÕ’8J†8ùX‘Œ~‡ÿ\0®½õÄj˜Ïσ\\Õµ‘ÑIhd»òúŠKwý÷P0ö¥šÚjHÎÈÙ• 1?…AlŠåäÆÁÇr:ÔZ•F{Œô«\nóä—L¯¸éP q)Î?\n¢Lé‹;—µbk‘jv ¶õçÐ^IÃiéšåµ§crˆØÀ\\Œ{Ÿþµi\rÌç±™EVÆAEPEPEPEPEPEPEPm§Ççi6“¢±MOÕx?Ê›>qŠ©¢ëÖvº|V“—B²Ûr§,On{úT²ÞÚ\\.b¹FÜp8\'ð<Öi›]4W?ÅP]ß-¬`\0\ZB8_êi×3 xÚFävêkižy ¹É?¥\\UÉ“°ÒKI$žI4”QZ…Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@§ƒ`UÓ.no1æGl(Èÿ\0ÐufV™0Çî æ³ü1§¼1:fCŒ|Ù$‚qíŠÐXü‚ÈüîN+’nòg\\¢Šæm¨ŽyP~qKgiSš…œqéO2;¿*1Ó3)ÁSǯ5™r~`È0ÝÅ[{‚FÌ*…GùÔ€qTˆfl÷;Y§Jä/ŸÌ½•±›—Òº‹©c‰d|Ÿ”@ö®>µ‚2›\n(¢´ (¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢¯è¶æï[²‡Ë2–FÆ\nƒ–Î}¡»W=jÕ#´Óa¶MÆ8ãXÁn§þURî@WÌÇAZW ¶9èEbÏ {r1ÔW;\'t%9\nyb*E’3ò!;{df«È¬ß6\n9ÍSy›Ã‘Ž˜=*Ñ,¿;A d¶éY·33”ñõ¨e‘÷ĹïÍ7Îãîçðª±v­)]=‰ûÎÁAŸò¹Ê×ÖîYü¨x\0eˆÇåýk\"¶ŽÆRÜ(¢Š¢BŠ( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( Š( º?Û$úñv,\ZZDÇrH^5ÎWeà„’+{Û‚1º lõ#$ÿ\01QQÚ,ºjòGq&èñœÂ°ÝºŽÂ´ï¥ó$R§å\"³¦‹i ­s#¥‹Ý„®A<ý1ÿ\0ëª-\n¼„l•l·“عlrqQ™XÇóFC~•H–fÜBcb6>• …U\0§æy‘O#¦k.|àœÕ\"Íj’ù—Ì8!\0QóïTéÒ9’FsŒ±$â›[£QE0\n(¢€\n(¢€\n(¢€\n(¢€\n(¢€\n(¢€\n(¢€\n(¢€\n(¢€\n(¢€\n(¢€\n(¢€\n(¢€\n(¢€\n(¢€\n(¢€\n(¢€\n(¢€\n(¢€\n(¢€\n(¢€\n(¢€\n(¢€\n(¢€\n(¢€\n(¢€\n(¢€\n(¢€\n(¢€\n(¢€\n(¢€\n(¢€\nô Úù~ŠEÜ|Ù\ZFϨ;xüWŸWªxbõ/ü/ü¾dCÉpÛÓ¯û8?e[á5¥ñ6òØqQ3Žmú\ZµpDm åaTM¡wvjÁ2Ê+m°ëÏj­3ç!—­>Y6à‚j;{aÆG­R%”ZCrŠËÕgŒYÊê§q\\Ÿ^+VáA9â¹ínUG\Z±;›\'è?ýb´ŠÔ‰= :(¢¶1\n(¢€\n(¢€\n(¢€\n(¢€\n(¢€\n(¢€\n(¢€\n(¢€\n(¢€\n(¢€\n(¢€\n(¢€\n(¢€\n(¢€\n(¢€\n(¢€\n(¢€\n(¢€\n(¢€\n(¢€\n(¢€\n(¢€\n(¢€\n(¢€\n(¢€\n(¢€\n(¢€\n(¢€\n(¢€\n(¢€\n(¢€\n(¢€\n(¢€\nè<#¨µ¦«öv`±\\­’Tÿ\01zçéU™]«)È àƒI««\r;;ž©tÇb‘× UG•EÑ. .8Ž 5-:fÏ¡ù•<ÞÄà~Ík7,,‰&AÈÇlŠ©-Ä*J¦r*¦H9ÎAªåÙ[Ф‰cå’BÝG5ÏkN\Zô ?q\0 t¯òÅo4¯Ž\0Zå¯%i®å‘˜1,yig=ˆh¢ŠÐÌ(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0é|-#ùQçåVVÜç?ÈWNÄ¥²àäc8>ôQ\\óøáð”\0¸Q€ó1Š(¡\r•î¤1Ã+®2ªH®VŠ+XL(¢Š²Š( Š( ÿÙ',16); INSERT INTO o2_attachments (aid, tid, pid, filename, filetype, filesize, attachment, downloads) VALUES (16,1683,24024,'blitzcc.jpg','image/pjpeg',10975,'ÿØÿà\0JFIF\0\0`\0`\0\0ÿÛ\0C\0\Z\"9%\"\"F25)9RHWUQHPN[fƒo[a|bNPr›s|‡‹’”’Xm ¬ŸŽªƒ’ÿÛ\0C\Z\Z\"\"C%%C^P^ÿÀ\00„\"\0ÿÄ\0\0\0\0\0\0\0\0\0\0\0 \n ÿÄ\0µ\0\0\0}\0!1AQa\"q2‘¡#B±ÁRÑð$3br‚ \n\Z%&\'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyzƒ„…†‡ˆ‰Š’“”•–—˜™š¢£¤¥¦§¨©ª²³´µ¶·¸¹ºÂÃÄÅÆÇÈÉÊÒÓÔÕÖרÙÚáâãäåæçèéêñòóôõö÷øùúÿÄ\0\0\0\0\0\0\0\0 \n ÿÄ\0µ\0\0w\0!1AQaq\"2B‘¡±Á #3RðbrÑ\n$4á%ñ\Z&\'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz‚ƒ„…†‡ˆ‰Š’“”•–—˜™š¢£¤¥¦§¨©ª²³´µ¶·¸¹ºÂÃÄÅÆÇÈÉÊÒÓÔÕÖרÙÚâãäåæçèéêòóôõö÷øùúÿÚ\0 \0\0?\0çn®g[©‚Ï Ø\0ñÍEö«ùø—þû5$ÐM5åÇ“ɉv©8äÕZ\0›íWóñ/ýöhûUÇüüKÿ\0}š†¦K[‰”©¯‘\"vEêÁIñ }ªãþ~%ÿ\0¾Íj¸ÿ\0Ÿ‰ï³PÑ@}ªãþ~%ÿ\0¾Íj¸ÿ\0Ÿ‰ï³PÔÉkq\"Ž ]OB¨H4\0}ªãþ~%ÿ\0¾Íj¸ÿ\0Ÿ‰ï³MH%x̉²/V\nH5ßvÄfÚ7 àzПj¸ÿ\0Ÿ‰ï³GÚ®?çâ_ûìÔ4Pßj¸ÿ\0Ÿ‰ï³GÚ®?çâ_ûìÓR ^3\"Dì‹Õ‚’ãJ¶Ó´^jÃ!ï\nqùÐýªãþ~%ÿ\0¾Íj¸ÿ\0Ÿ‰ï³Qì/ÌÚÛ3·v8Ϧi´7Ú®?çâ_ûìÑö«ùø—þû5\r7Ú®?çâ_ûìÑö«ùø—þû5\r<Å ˆJca8Gñ ýªãþ~%ÿ\0¾Íj¸ÿ\0Ÿ‰ï³MH%x̉²/V\nH5ßvÄfÚ7 àzПj¸ÿ\0Ÿ‰ï³GÚ®?çâ_ûìÔ4Pßj¸ÿ\0Ÿ‰ï³GÚ®?çâ_ûìÔ4Pßj¸ÿ\0Ÿ‰ï³GÚ®?çâ_ûìÔ4ó‚!)„dà9Æ€ö«ùø—þû4}ªãþ~%ÿ\0¾ÍCREÓgɉäÇ]ªN(ßj¸ÿ\0Ÿ‰ï³GÚ®?çâ_ûìÔ4Pßj¸ÿ\0Ÿ‰ï³GÚ®?çâ_ûìЖ· xà•Ôô*„ƒBZÜHã‚WSЪ\r\0j¸ÿ\0Ÿ‰ï³GÚ®?çâ_ûìÓ)$Vd™PeŠŒõ¥Š ¦Ï“ÉŽ»TœP¾Õqÿ\0?ÿ\0ßfµ\\ÏÄ¿÷Ù¡-n$@ñÁ+©èU £ìŒêŒUq¸ÀÏ­\0Iö«ùø—þû4}ªãþ~%ÿ\0¾Í0E!ˆÊ#c\ZœøÐÑHŒÊñ²²Œ°#}1@ûUÇüüKÿ\0}š>Õqÿ\0?ÿ\0ßf¡©’ÖâDºž…Ph\0ûUÇüüKÿ\0}š>Õqÿ\0?ÿ\0ßf›äKäù¾SùßÚqéÖ„‚WŒÈ‘;\"õ`¤øÐ¾Õqÿ\0?ÿ\0ßfµ\\ÏÄ¿÷Ù¡-n$@ñÁ+©èU „µ¸‘Ç®§¡T$\Z\0>Õqÿ\0?ÿ\0ßfµ\\ÏÄ¿÷Ù¤Ó•vÈU vœ.:çÒ…¶¢óV x\'xS΀íWóñ/ýöhûUÇüüKÿ\0}š†Š\0›íWóñ/ýöhûUÇüüKÿ\0}š†Š\0›íWóñ/ýöhûUÇüüKÿ\0}š†Š\0›íWóñ/ýöhûUÇüüKÿ\0}š†Š\0›íWóñ/ýöhûUÇüüKÿ\0}š†Š\0›íWóñ/ýöhûUÇüüKÿ\0}š†Š\0›íWóñ/ýöhûUÇüüKÿ\0}š†Š\0›íWóñ/ýöhûUÇüüKÿ\0}š†Š\0›íWóñ/ýöhûUÇüüKÿ\0}š†Š\0›íWóñ/ýöhûUÇüüKÿ\0}š†Š\0›íWóñ/ýöhûUÇüüKÿ\0}š†Š\0ô/ ±}bY˜¶Iê~cEÿ\0‘~ßêÿ\0ú¢€9y’YÖ³ûñܹ“î±o•˜};ÕH˶—{Gcœ´XóÊŸJ­wÿ\0“ÿ\0×Fþu\r\0\\⸅m§+/ú©»þË{g¿j¹kM(<л®÷`r3œ3ÅcÑ@\ZÈIeöû«fbg;¶dnSøñÉý\0§[YZË,#fŠC\'™+˜€û¹ÇךǢ€5´ûK[•¶BÙ™¼Ü¾qÈ\0g~‡¿JH!¶\ZrÝÏjÄ °BnåqõìO_`=ê”W·F90;x®zàõ…W \r{+i•K‚ÑJìªØ;“ÓqÎéŽimí-–Þ×Ï|ÉIVÜÌDЏÆ} ü«Š\0–æ1\rÔ±)%QÊŒõàÖ®Øôd–håd[ ÙC´Œg?^;sÞ²h \rM=$º[Çh™™£sæ.àKqòðp~˜¤Ò —ý3÷Oþ¡ÓÇ_jÌ¢€5í¬­Í¤m,2;±q)^ xõ$€¾¼æ£³µŽ[0ÆßyùË9| ê8SþðÁõ¬Ê(äÄ+m9XÙÕKýßö[Û=ûV…»¥”I$2[Ð~^ØÏC?ãXTP½¤rIu¨º©‘Z9T:/ÊÇ=ª=6ÝÞ;µ0>V\'†àwqòðp~•™E\0k[Ç»IhÖÚ7•\'ýàrT€òÜŒwŸ%ªµ¼R=—š¯6–ÜÇ=I\n;séYTP¶’‰b•÷yJc–ÊEÁÎáÛ·qRiÉ(Ó u ¡n÷–èäçÓ¨¬Z(N¢âêl¨°,C¼8ÎBëééKkk¶»Å±l—%šN\0¸p§ýáƒëYtPµ¥¥³ÙE#Äò—ßæ2ÿ\0:sלæ’ÕDºAXíâ’E›/¸‘òí\'$äc¸ô¬ª(\0­‹¼Í6(ž0IuœýÜ\0XcÓ×¥cÑ@\ZÖäM~!Vx„2\"8\rÓ#©¦i¶îñÝ©ò±8 7»—ƒƒô¬Ê(ZÞ=ÚKF¶Ñ¼©?ï’¤\0§–äc¸ôüi,íU­â‘ì¼Õ|´¶æ9êH8QÛŸJÊ¢€5l-#žÒ)\r¿˜Þ”øÝ÷NãƒÆ?*’×O¶fÃâHžGE‘rJã–ΔÈ+ˆVÚr±²ÿ\0ª—û¿ì·¶{öªtPÄ!­4 óBìb»Ý€qÈÎpxÏ-›‰-b–áy·Û×g${õâ°¨ \ráæ»Û˜ÙCCrís°à)ÝÔç¶3ÏáL*.…°±b¨—XÆ™ØK|ŒWŽ1ß·éX”PAEÎö\'PáÔÜÞ¸ôÈ©`½µI[\r,“ùˆƒääç<þ\\\Z樠 {q\Z\",˜T  `†ê¯ãW­ÅÍÆ•zLLÆB¥JÇËÄžƒŸéY4PÈ+ˆVÚr±²ÿ\0ª—û¿ì·¶{ö­ wK(’Hd,· ü½°1ž‡ ư¨ \r©-庰uŒo2_AÚF1»¿¨¢·x¬5HÀfÊ»€ëµŽNk*Š\0Ó²ó²oYwü¾^Ò3Æ\'LæŸh—+`’Ư$º(\0F ù›#¡Ï¿*É¢€6tø®#½\r;3¬m —Ü‘âÃßð¥Ó’Q§@êBÝï-Ð ÉϧQX´P·%\ZêV‹YrW⢢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0ô/\nÿ\0È¿oõýÑG…ä_·ú¿þ„h h&šòãɉäć;Tœrj­mL’ΰ-ŸßŽå̘u‹|¬ÃéÞªFXý´»Ú;å¤êÇžSüúP\n™-n$@ñÁ+©èU ¦â¸…m§+/ú©»þË{g¿j¹kM(<л®÷`r3œ3Å\0cÑZÈIeöû«fbg;¶dnSøñÉý\0§[YZË,#fŠC\'™+˜€û¹Çך\0Ç¢µ´ûK[•¶BÙ™¼Ü¾qÈ\0g~‡¿JH!¶\ZrÝÏjÄ °BnåqõìO_`=è*Š×²±¶™T¸-®Ê­ƒ¹=7à˜àæ–ÞÒÙmí|øÌ”•mÌÀäH«ŒgПʀ1êdµ¸‘Ç®§¡T$\ZK˜Ä7RĤ•G*3׃Z6»cÑ’Y£•‘nƒeÒ1œýxíÏz\0ÌHYÔFÅî:çÒ• •ã2$NȽX) ~5¡§¤—Kxí34n|ÅÜ n>^ÓšTÿ\0¦~éÿ\0Ô:}Ó÷¸ãëí@”V½µ•¹´¥†Gv.%+Á¤לÔvv±ËfÛï?9g/€=G\nÞ>´™S%­Äˆ8%u=\n¡ ÔÐ^Ò€3(­kx÷i-\ZÛFò¤ÿ\0¼Jž[‘ŽãÓñ¤³µV·ŠG²óUòÒÛ˜ç© áGn}(*ŠÓ†Ö6²†D·óËïó[~ß/9è=y¢XÚÊßÏ/¿Ímû|¼tç õæ€3(¢¦F·‘JÍܬ€Ëi h­‹+{„¶\"u•ŸÌmĘñÐdp3î;ÖCX‚z‚€±HÊcb¥¶‚ú}i¬¥X«zŠž¹av•ID üB¯BMÎ–ì ŠiŒå¤ÜJñ´Ä‚1ßÚ€2h­kKKg²ŠG‰å/¿Ìeþ tç /¯9Í2ÎÖ9lÃ}çç,åð0¨áOûÃÖ€3(­[Uéc·ŠIl¾âGË´œ“‘ŽãÒ¨Cm4ñÉ$I¹bs0?È ¤ Ll#\'Èàþ4¤ Ll#\'Èàþ5«a™¦ÅÃæ .³ƒŸ»€ zzô© \r €EçFׇnsÊ cóé@ËŒ¡–6*[h pO§ÖšÊUа!Á¨«få­¤haex£ŸÌByÉG¨ª²;I#;œ³Iõ&€EPEPEPEPEPEPEPEPEPEPEPEPEPEPEP¡xWþEû«ÿ\0èFŠ<+ÿ\0\"ý¿Õÿ\0ô#E\0r«aÉy\nLÌnŒM±†\0Îwt5Cìr<²$eÌe±Ü äþjgy¢¸µ†ÚYœÈ]Npy1éïL´Õ\r¬Q*Æsò¾çûßCô !±¸â@ÊìUpî Ç^8%Ë®DG’@R@cޏ“jx½ bm¢Iùž`q\'~ç°üy¢+ÔHJK •‰bw9ÚÄ÷ ÷ ƒ@\rµ¶G3°f 0Ê#¹çJHìn$‰$D\\£pËc®riÖwQÛ,»¢giÆH|\0ày©aÔ„-k¶Vܾ~[wáÚ€ÛûCÈŒA÷Iavî烷<ýHª,\n±SŒƒŽEjé÷°Â4Ò)òKáJ6á‘ü$psïTmŠys¶i›nC#Ë÷ÀëÚ€+ÑSC$)‚X<Æa„mäl>¸ïÿ\0Ö¢!HäÁæ3 #o#aõÇþµ\0CEPEPEPEPEPEPEPEPEPEPEPEPEPEP¶÷[KæBÁ\\ T~uÌXã$çIE\0QE\0QE\0QE\0QE\0QE\0QE\0QE\0QE\0QE\0QE\0QE\0QE\0QE\0QE\0QE\0QE\0QE\0QE\0QE\0QE\0z…ä_·ú¿þ„h£Â¿ò/Ûý_ÿ\0B4P2è×¶f;—2”]ÛX·ÊÄwã½b€©i‘çv’Q,Š1´ƒ×;€_^sP{IÜÒ‰³ Ÿ>Ö9r8ãÒ©Ãcq:#ĕتá‡\\޼p(õ¥¼±X£Ä \\ 7>㑌ããô¤´´¶{(¤xžRûüÆ_àÇNrúóœÕí&”°D”P°\rÇ_—­:;‰\"IW¨Ü2Øëœš\0·mºé‰uqlÌm¤®~eÇ^¾§ôÅ>ÊÆÚeRà´R»*¶äôÜs€zcƒš¡•ı‡Ž<†ÎÑ c®SøSì­â¸Žà8pñÄÒcŽØÇõ  vñîÒZ5¶åIÿ\0x• <·#ǧãQép´°Ýb?¹}®¥\'—ƒƒôªpÛK8& ¬F~]ÃqÀÏ95,v2Ieöñ€_` àv÷<}(í­”–QË4;C)\\ã8ý)º}¥­ÊÛ!\nìÌÞn_ ¸ä\03È?CߥSµ¶G3°f 0Ê#¹çJšÜjÚ36Æ>Wwû[sÏå@£¶–áf–ÆÈÆæÁáG>§=©!¶šxä’$ܱ ¹ÈäS¢²¸™£!Î zàwúÔ \n±SŒƒŽE\0K\r´ÓÇ$‘&åˆeÎ@Àÿ\0\"¡¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0ô/\nÿ\0È¿oõýÑG…ä_·ú¿þ„h 9æØš„^C¸’O™Ãp˜cŽÞµ^ùzÙ‘][Ìó7‡Ç?L{zõ­˜y¶¨Y€–I÷ ,œŸ½Ï§±¬Û;Xå³ m÷Ÿœ³—ÀÀ£…?ï Z\0m¶ªöéØÌÈÌćÀ“=wçÐÒC©Z×l$­¹|ü¶ïõ>ÎÖ9lÃ}çç,åð0¨áOûÃÖŸiilöQHñ<¥÷ùŒ¿ÁŽœäõç9 \n°^G¿”ðyŸ{‚ÿ\0)$pHõ£–Ò_²A$m+,Êcß»jàúpyâ­ZÛZ›[C$JÏ1 –fþñWŒB*še[o³L¨oH³ƒ‚Üc§¯J\0¯g{40+Ak)ŽbJ“´ƒ×~$üvâ«Áp\r´–ÿ\0ei£V2¸ü¼cæÇQÓÒ¬Ø[‘5ø…YâȈàd7L ަ™¦Û»Çv¦ÊÄà0Üî>^Ò€+ÙÝGl²î‰¤C!ð\0?楇Rµ®ØI[røùm߇j±ke¥”rÇŸÍÄÊW8ÀÎ?JnŸikr¶ÈB»37›—Ã.9\0 òÐ÷é@Ÿ{ )M\"Ÿ$¾£nÂG>õŸ ¤r `ó†·‘°úã¿ÿ\0Z–;iniaŒlŒnlsêsÚ’i§ŽI\"MËËœþE\0É\nG –1˜ay®;ÿ\0õ¨†HR9°yŒÃÛÈØ}qßÿ\0­D6ÓO’D›–!—9üІ€\n(¢€\n(¢€\n(¢€\n(¢€\n(¢€\n(¢€\n(¢€\n(¢€\n(¢€\n(¢€\n(¢€\n(¢€\n(¢€\n(¢€\n(¢€\n(¢€\n(¢€\n(¢€\n(¢€\n(¢€\n(¢€\n(¢€\n(¢€\n(¢€\n(¢€\n(¢€\n(¢€\n(¢€\n(¢€\n(¢€\n(¢€\n(¢€\n(¢€= ¿ò/Ûý_ÿ\0B4Qá_ùíþ¯ÿ\0¡\Z(”k(çIfXf–O´´eQÀ¹èqT~É$¬­ob³“¹yÂLׯò ’Æá×r ’ 2Øë·ž\nH¬®%ŒöRšE>I|)FÜ2?„Ž}ë>!HäÁæ3 #o#aõÇþµ\0CEM ¤r `ó†·‘°úã¿ÿ\0Zˆd…#K˜Ì0¼‡×ÿ\0úÔ\rQ@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@…á_ùíþ¯ÿ\0¡\Z(ð¯ü‹öÿ\0Wÿ\0ÐÁÝÿ\0Çäÿ\0õÑ¿CS]ÿ\0Çäÿ\0õÑ¿C@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@…á_ùíþ¯ÿ\0¡\Z(ð¯ü‹öÿ\0Wÿ\0ÐÁÝÿ\0Çäÿ\0õÑ¿CS]ÿ\0Çäÿ\0õÑ¿C@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@Q@…á_ùíþ¯ÿ\0¡\Z(ð¯ü‹öÿ\0Wÿ\0ÐÁÝÿ\0Çäÿ\0õÑ¿CS]ÿ\0Çäÿ\0õÑ¿C@Q@Q@Q@Q@Q@Q@Á·2ˆ C$„u8? ¨«_Âßò1Zÿ\0Àÿ\0ôW¼Yk§¬Ëqo2¬ò¨‘£PJÈñ3üúý@9ª(¢€\n(¢€\n(¢€\n(¢€\n(¢€\n(¢€\n(¢€\n(¢€\n(¢€\n(¢€\n(¢€\n(¢€\n(¢€\n(¢€\n(¢€\n(¢€\n(¢€\n(¢€\n(¢€\n(¢€\n(¢€\n(¢€\n(¢€\n(¢€\n(¢€\n(¢€\n(¢€\n(¢€\n(¢€\n(¢€\n(¢€\n(¢€= ¿ò/Ûý_ÿ\0B4Qá_ùíþ¯ÿ\0¡\Z(ƒ»ÿ\0Éÿ\0ë£:†¦»ÿ\0Éÿ\0ë£:†€\n(¢€\n(¢€\n(¢€\n(¢€\n(¢€\n(¢€®ÈrŒTàŒƒŽÁ•_ûT3è_föÏm&ë~ Ü­÷—Ž<äý+:Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0ô/\nÿ\0È¿oõýÑG…ä_·ú¿þ„h ïþ?\'ÿ\0®üê\Zšïþ?\'ÿ\0®üê\Z\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0ô/\nÿ\0È¿oõýÑG…ä_·ú¿þ„h ïþ?\'ÿ\0®üê\Zšïþ?\'ÿ\0®üê\Z\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0ô/\nÿ\0È¿oõýÑG…ä_·ú¿þ„h ïþ?\'ÿ\0®üê\Zšïþ?\'ÿ\0®üê\Z\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0ô/\nÿ\0È¿oõýÑG…ä_·ú¿þ„h ïþ?\'ÿ\0®üê\Zšïþ?\'ÿ\0®üê\Z\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0ô/\nÿ\0È¿oõýÑG…ä_·ú¿þ„h ïþ?\'ÿ\0®üê\Zšïþ?\'ÿ\0®üê\Z\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0ô/\nÿ\0È¿oõýÑG…ä_·ú¿þ„h ïþ?\'ÿ\0®üê\Zšïþ?\'ÿ\0®üê\Z\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0ô/\nÿ\0È¿oõýÑG…ä_·ú¿þ„h ïþ?\'ÿ\0®üê\Zšïþ?\'ÿ\0®üê\Z\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0(¢Š\0ô/\nÿ\0È¿oõýÑG…ä_·ú¿þ„h ïþ?\'ÿ\0®üê\ZÙŸÃÚ¬—H–ŒU˜‘–QÁ?Zþ½_þ|Ïýö¿ã@TV¯ü#z¿üùŸûíÆøFõùó?÷Úÿ\0\0eQZ¿ðêÿ\0óæïµÿ\0\Z?áÕÿ\0çÌÿ\0ßkþ4•Ejÿ\0Â7«ÿ\0Ï™ÿ\0¾×ühÿ\0„oWÿ\0Ÿ3ÿ\0}¯øÐU«ÿ\0Þ¯ÿ\0>gþû_ñ£þ½_þ|Ïýö¿ã@TV¯ü#z¿üùŸûíÆøFõùó?÷Úÿ\0\0eQZ¿ðêÿ\0óæïµÿ\0\Z?áÕÿ\0çÌÿ\0ßkþ4•Ejÿ\0Â7«ÿ\0Ï™ÿ\0¾×ühÿ\0„oWÿ\0Ÿ3ÿ\0}¯øÐU«ÿ\0Þ¯ÿ\0>gþû_ñ£þ½_þ|Ïýö¿ã@TV¯ü#z¿üùŸûíÆøFõùó?÷Úÿ\0\0eQZ¿ðêÿ\0óæïµÿ\0\Z?áÕÿ\0çÌÿ\0ßkþ4•Ejÿ\0Â7«ÿ\0Ï™ÿ\0¾×ühÿ\0„oWÿ\0Ÿ3ÿ\0}¯øÐU«ÿ\0Þ¯ÿ\0>gþû_ñ£þ½_þ|Ïýö¿ã@TV¯ü#z¿üùŸûíÆøFõùó?÷Úÿ\0\0eQZ¿ðêÿ\0óæïµÿ\0\Z?áÕÿ\0çÌÿ\0ßkþ4•Ejÿ\0Â7«ÿ\0Ï™ÿ\0¾×ühÿ\0„oWÿ\0Ÿ3ÿ\0}¯øÐU«ÿ\0Þ¯ÿ\0>gþû_ñ£þ½_þ|Ïýö¿ã@TV¯ü#z¿üùŸûíÆøFõùó?÷Úÿ\0\0eQZ¿ðêÿ\0óæïµÿ\0\Z?áÕÿ\0çÌÿ\0ßkþ4•Ejÿ\0Â7«ÿ\0Ï™ÿ\0¾×ühÿ\0„oWÿ\0Ÿ3ÿ\0}¯øÐU«ÿ\0Þ¯ÿ\0>gþû_ñ£þ½_þ|Ïýö¿ã@TV¯ü#z¿üùŸûíÆøFõùó?÷Úÿ\0\0eQZ¿ðêÿ\0óæïµÿ\0\Z?áÕÿ\0çÌÿ\0ßkþ4•Ejÿ\0Â7«ÿ\0Ï™ÿ\0¾×ühÿ\0„oWÿ\0Ÿ3ÿ\0}¯øÐU«ÿ\0Þ¯ÿ\0>gþû_ñ£þ½_þ|Ïýö¿ã@TV¯ü#z¿üùŸûíÆøFõùó?÷Úÿ\0\0eQZ¿ðêÿ\0óæïµÿ\0\Z?áÕÿ\0çÌÿ\0ßkþ4•Ejÿ\0Â7«ÿ\0Ï™ÿ\0¾×ühÿ\0„oWÿ\0Ÿ3ÿ\0}¯øÐU«ÿ\0Þ¯ÿ\0>gþû_ñ£þ½_þ|Ïýö¿ã@TV¯ü#z¿üùŸûíÆøFõùó?÷Úÿ\0\0eQZ¿ðêÿ\0óæïµÿ\0\Z?áÕÿ\0çÌÿ\0ßkþ4•Ejÿ\0Â7«ÿ\0Ï™ÿ\0¾×ühÿ\0„oWÿ\0Ÿ3ÿ\0}¯øÐU«ÿ\0Þ¯ÿ\0>gþû_ñ£þ½_þ|Ïýö¿ã@TV¯ü#z¿üùŸûíÆøFõùó?÷Úÿ\0\0eQZ¿ðêÿ\0óæïµÿ\0\Z?áÕÿ\0çÌÿ\0ßkþ4•Ejÿ\0Â7«ÿ\0Ï™ÿ\0¾×ühÿ\0„oWÿ\0Ÿ3ÿ\0}¯øÐU«ÿ\0Þ¯ÿ\0>gþû_ñ£þ½_þ|Ïýö¿ã@TV¯ü#z¿üùŸûíÆøFõùó?÷Úÿ\0\0eQZ¿ðêÿ\0óæïµÿ\0\Z?áÕÿ\0çÌÿ\0ßkþ4•Ejÿ\0Â7«ÿ\0Ï™ÿ\0¾×ühÿ\0„oWÿ\0Ÿ3ÿ\0}¯øÐ[á_ùíþ¯ÿ\0¡\Z*_ÛMg£CÂl‘Ker2Äö¢€?ÿÙ',32); INSERT INTO o2_attachments (aid, tid, pid, filename, filetype, filesize, attachment, downloads) VALUES (17,962,24307,'Snap2.jpg','image/pjpeg',10915,'ÿØÿà\0JFIF\0\0`\0`\0\0ÿá\0RExif\0\0II*\0\0\0\0\0i‡\0\0\0\0\Z\0\0\0\0\0\0\0\0†’\0\0\0\0,\0\0\0\0\0\0\0LEAD Technologies Inc. V1.01\0\0ÿÛ\0C\0 \n \r \Z\Z $.\' \",#(7),01444\'9=82<.342ÿÛ\0C \r\r2!!22222222222222222222222222222222222222222222222222ÿÀ\0\0¬\0\"\0ÿÄ\0\0\0\0\0\0\0\0\0\0\0 \n ÿÄ\0µ\0\0\0}\0!1AQa\"q2‘¡#B±ÁRÑð$3br‚ \n\Z%&\'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyzƒ„…†‡ˆ‰Š’“”•–—˜™š¢£¤¥¦§¨©ª²³´µ¶·¸¹ºÂÃÄÅÆÇÈÉÊÒÓÔÕÖרÙÚáâãäåæçèéêñòóôõö÷øùúÿÄ\0\0\0\0\0\0\0\0 \n ÿÄ\0µ\0\0w\0!1AQaq\"2B‘¡±Á #3RðbrÑ\n$4á%ñ\Z&\'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz‚ƒ„…†‡ˆ‰Š’“”•–—˜™š¢£¤¥¦§¨©ª²³´µ¶·¸¹ºÂÃÄÅÆÇÈÉÊÒÓÔÕÖרÙÚâãäåæçèéêòóôõö÷øùúÿÚ\0 \0\0?\0\r(ŒŽŸZTçÆºo\r|9¶Ö|-¤jw\ZÞYCq\"Çö}¡3 8ÉîI ciô£iô®óþ5‡ýõÏü–ÿ\0ã4¦°ÿ\0 þ¹ÿ\0’ßüf€8=§Ò§Ò»oøV\ZX¸XÄZÒÉ\"—D-k–P@$~ç /ýô*_øTúxÆ|A®sÇü»ñš\0á6ŸJ6ŸJî—áFžË¸xƒ[Ç·Ù¿øÍW²øm¤êÒ\\Zø‡^xÒia<[^7hÜ`ÃýåaøP´úR—“Àõ5Ø]ü9Òtø[½_ Ñ@m±ËÈë\Zcž 0ÝêØøO¦dŸíýp°8Ïú9ÇþA >–áb\nÌë—Ø  Í€pÐÓ¾xå)×ø†}}?OÆ»÷øG§8 ëúÙ`ãìÃÿ\0hÒ\'Â=:!…×õÄ\\tØôOÀܺ˜ù0ÏÏøÒþø#\'Lºãjïÿ\0áSiïÿ\03º@<Û`ÿ\0ä\ZÂ=<—_ר}˜ý@zB.ã±ÃŒô\'ñéNòå+à êCõ5Ù¾ÐTÝ(ñF°­ÂÛLOÙÔ,®ªgÈäŸ1?Ç\'Š}÷Ã\ZÊ5šëk–(AÛiyQìÊ3ŽôÅ\0Ûëpóþ”Ô÷ryèN㨮ãPøgk§éWW‘ëšËKoH±È-Ê œqã#¶\rpÏ$QÈA÷•ÈîGÔö_ÈП—UÈQÕp?1Xîe…#Ÿ˜†_ÃçÑ|–xU¤”8#%OÜ#òçñü©îï1Ýåï\'«sùÐ0#æUó$ÉÁ ì>”¸ßüds‘tüiWnXFÌÍŒ#$æ((Íþ¶0Øì\0?ýÊ€\ZîΤ’@èA}éNÅlù®9èzþF…’7uòä|öŽ?^iÄ¥UaëÏòŠg˜•>ƒ?Êœ¬w)ÈÎ8 ¢Š(ÉÔ× øwX¹°ðw„-¡dI4‹VbT’?vƒŒWŸ\'SU|p÷vþ\nð¶òÍ\Z¶‹f7#$GíõªŒy€ô­sÄzìs[:KKhRâ?´µÊ¦\"X8SÓxùzúÕŸ\rëš¶¡âyínîì\ZÄÛ4DŠDä‡\0’q·ntîkÎ-onâðõ„û\Zå—NgŽ7Bûå3Çñ62q×jé¾Ûj×!·Õ/´ñmÒ¤lƒÎg‰ˆçèi¸èËwgæŸxm$_:(¤Y\Z ²7Œ¬23È+ê*-c@ƒX†â;‰\'+qi=“ùa7,smÝ‚Ã#G\0à÷ ŠÉ¤5¥¥¾—¤cv¿šý•˸32GË™XARW‚àŠú¿†5=m®RûŶ–ÞbIlºB›Y\"Uó>W}ÌdÜs÷Fc“PôÜ\r}OL·Ô­\"·»2*¤ÐϘŽIh¤I\09‚Q{g+*mG°°òg¾K`u~“Ì\"F­7œä€©+Fùàf8ó‘œÉ-¡µ¼Ž{e¡™µx#iBFU‚Â!îåHaÎרù¶Rë:Ö¯¨=徨¶¿ñ,¹±ƒËˆù¼Ì„˼?Uò—\n\09ÏÍè[KKJðF…¤é÷zm̉Φº‰Œð²#¤‚5@¦1òõ\0žy®¯ƒô´+O¾Ómõtëu··7Ð,¬h^¸À\'h$㯧lë?\rx‚Ýtã/ŠDÿ\0d¸2†òÜŸ¸ÇœC|ªÃ|¾c|ù0Üe¶Ñu›ÍsLÕn¼R—0ÙOqæZÙÛa˜XÂ2ù§”tvù·ÄŽ0\0»!ðâKw$×ko&£Õ°†Ú,ª\"C³DpL¯3äãy!—$Tö~Ò¢¹»¹–ßíBí_ÌŽåUÕwÉq#`m?éR©ÿ\0dêLú6{§Å »Õ§Ôm`¶ù™”~íy”’ij³,sÈØ1•,Õotp<—v:ÌBqq5ÒÃ:¸„³@b†#†8IWaƒ¹òÀ/J6h¼!¤XÍe6›f¶ iqö‘\rªßË’,”é²·Ì\0\'jä V^áÇZ½–Æ÷ÍÔ\"Æh³‚3\rgËUVUÉùvç !I_K·×ŸOÓdÕ.´øõçy/þÅ4S®×T\n[ 1˜‰=~B:\Zϸð½ýέ®É\'ˆo¢²Ôü€ÛÌé%¨Ž6Rb}ØŒ—ÚÄòH;¸W@jŸ\rÙ<×(yVêò×W $KM¸Æ0`F>½ —úe–§hÖ·öv÷VÒrñMºAèF ­eØèú¥­¤éq¯n¦¸‚gœÂ*\"D²\"¡$\0þ\\‡#L„‘“χõFð[èvþ%ºŠ÷a‰5g‹tÁ ñ\nåö|»ºçæàÑt‹.ßGð^§enò˜ÚáHGîу°EÀEj¯e\0v¯ -Š‘žsÊþb½‘ìnôß^Y^Þ}¹àÓŒ^{!.Øv³>Y²ÌÁ›?íÎ2|e£„mŽ1å6w\0Ÿ.>¿áƒô4À{\0™Q‰N…}ð§î2°Ã•:ò?:b¤Ñ˽Þ9A©Jc¾yòzú‹1’L¼L„ty\0éêÈí@\nã UÓ~xzŸð¨dºµŽXme›dò’c„±À\'8ôÀ<×7¯øÎ×JcŸ\"Ý^deÛçyäO·5Íx~þ}WÇv·7R̃œ‘ˆ\0€q@¡ºNÁYHêTMU‰!—ÄÃð¥r6;粫d~Y§ %Ÿ}ÿ\0LZ\0Eó Ü’¾„g?ˆéMâ&c*þ¿Ãþ\nGaòÀ>»ýÊœI \'+êÇ’zõé@C–“æ8ì?­5¾|î§;“¿Óüþt–|R÷õüGOÒŸÑ3—íƒóéüè\0 ƒ K´·$ ÏÓ­!Goõª¬¾ŠpÏãC€P ¾}·(úw¡[2²Æø=H=?*\02ª6.S¿ÍÛó¤Þ+y$FŠ«¸¼¬ zž˜¥f0ÆÍ&6(ËÁÇãþsQA*Ü Æöª3´ñ±ê(F0sÆ}O— S©¯Sðmï€|*×VÑLÑéVÛ ˆoî“8ôè+È\rä/9µl”ެr3\'È‚8 Öø+B¦[gܨ‘É#¦1»Ûµ\0}0úNŸ*\"Icjè§pV…HבVÕ(Uà€tòéð^´cNÂã;šY7~[¸§ÿ\0ÂáÜ X#ÀÄÒœŸûê€=÷ÄZ>¡¨jÚmÝŒëÛ¡IöV*n-€ÀèR)õÈ «WÖ×7?cû:»*\\G#æé *ƒ9?*øþã`äb¾vÿ\0„+D Ÿ°!?Üó¤Ïþ…Að‡ƒmþÏRÃø|é8üwV¾ÚVŠè¯øŠËsè[Í?U»v–ÏXûèŠ*}•%Øûe²züÍc§îqüF³l´_X,’j:ù×%ãÊ~Â\"Û—çËÎýα©ÈáKu«xwü!ZäÙ(ÿ\0¶ÒàãÔÑàýçþ%¨Bÿ\0žCún§\ZÎ0åŠ_r¿ß¿ã¯P²=ÞËIÖôýBXçÔ¥¥É ‘‰‚[5BY0ËO»åV,Ã!yÝ¸Š¨º¹imª¬ZªÙ5Ä£ì²$m8‰šòy˜Ï2K\'¶8PkÅ¿á ðû.Mš¿¿Ÿ\'øõ5|£rVË#!3JNß7øSx™·­µiì·[i·®šõ #Ý|9gªÅ=õÍÔ³4-$ÑÅÌû—mÕÁ  7‹êv¦ÑlµK[ÛÙ¯/üøæÉ†#+7—þ‘pùÁd‘/ÜÇ@+ÁÂEì@>óËÏÓæä×3¯Å£hzÄVÒhùƒÊY>[©22H9ù¹áz>µ5+JnNÉsyv)õ½†¯ˆî¯gºÝ§¿™åÀ$f¥²¯ËŒ 4sqþßxá°h÷öþ$¸¾Žsö9fˆ„{ÙUO’UT;ŠpYÁ\0·ÊÀWÍ:\\^Õ˜$v›g*Ïå<’©ÿ\0ÐŒ¥nh,¥þÂŒ;vÍ\'o}Üô¤ê·oK|¿Ìv=·Äú6¿ª^Ù¶“¨-”0ÁwËö©#ÞòB&kó“‚1‘ÍtÖút·MMæHFòÓ3ƒó3`\'.ÃŽØðö«Ù5«ØaùcŠæD@§  G…E<D…[„vVížëúPëJQP“Ñm÷ßP²>àñ,ñÛø_WšVÛYLÎø\'hrx¯\n‚öÎò6ÙÒH·Ü„‘Œý:÷Çò¯H·4>[`Ëû³Ž9éýE2Þâ{;•š)^)Pä26ú\ZÊã=£S¾ƒH³7W×#<\"ýíÇЦ¸-gÆ÷º›¥½‹Ig K+üîO‘ÛéùöÕÕÜ××ÝÜÈÓ1˜“Œç¦1Ó§LUmÃfî®O9©€ø@2ÆÅIT#wçŸä\rmøM·xÆÝ㤠ƒÅf3®ñ~ìIÁE8\0í×ï\ZÕðzÅU`Fà\\6}v68¤˜¨ó[Ä1*y=Á)Ûê8ü3RyrìÊž3üG9üEN|Ç·Œƒœ\n©}w§i¶í¨O(…ö³.s¸ÿ\0³Ÿ˜ûc>ã0,³ªFí\"€‘¡v8È\0uÿ\0=+‡¼ñ4Ú¯ˆ´Û-4¸´7Ì@#ÌÃØû˜ÆqÈè5¯x†ç[Ú’¶È£bD\\znb\'¯°ìKá_øKl•ŽäØäŒã¬gühÖrë•\n§á\\cê)ª\"UÚw+÷n„þ4à‚4]‡d|ñŒñ£æsûÄÂús@ ‰\n¬6ÔŽOÐŽ”˙ⷶy䈸À ’y\0}édšm-¾O–5@y>ý‡^IÆ;ôá!·‘’g2Ìß)\näF=Ó;ˆÉÏð”\0$qÉ#3³\rŠßº]ÛÂxb=CtÇ@9Î% ùIÓ!W§ähvFÚ¯…Vê3ïý)B:±Ãž½\nõ ܲ!‰’2$PÙÁ‚ê:§^;w´tH.¤1à€ÊÌGûd‚3“’r ç6Ö®N{r:FÌt’Ç–$ÿ\0ç@¼Òƈe*ÞQó6ŒðHóòç\0ã9è ¢9mgÜöÒ$›X£4O¬:‚sÇ^ôðìç cÔ÷ü{TSYÀC²!†v÷\0²Œœr3ÎAï@bVl>\n÷ÇüþT,ÑãÚ§¡l\0ð¨î¢É–/>$&;ˆ\'*x zrqÐçcíùÂCHØÂÉ€qèyäúPyDr[\0ííþÎ(2Š›‡·z \'xç§?‡¯§¯ùÅ6IÙIˆ!,Q«õî(\0Äl “:¼–\'h_­\'™3©Ø™$‘™÷ÇÒ¤ò’R$“lŽ£ƒŽûsÅ&ç„çSüMÛñï@Â82XànþÃÛÚ¼×âÛ°màU#ŸöÞ½5H¿Füʸ/ˆànÓ™PíBHuOþµ\0p# :t5»gâ=SL‚‚õ¤‰J&C¹c+Ðê?tŠÍ‚@Š[Œ¨î\09ˆ5 jD¯ ¯,6fíH oïEæ¡5ÒDbó]ßníØÜIÆqÏZi”4’,¹ÃwºŸçL‰#\0– †?CÇéøSpãÁ8Éüh\0/¶2ƒî–Èõãÿ\0×I-\"±R8±ëŽ¿§?¢l+•RJçÞ¥‘R%67“‘ЩÀ?Ê€$k) |u¸?/§þºe¼ LÌÇrD7£ ÷Æ:¿sqÁ‘Ëæ‡\r:(þyü+=‹En2Ç×#Φ.èÀŽéZÚ¨l5ÛkÙ0Sµ¶òH#Žõ’€ˆ\0‘’ieUW!H#=EX‘?Ä;1lÏ\r•ÁqÀݵA>ø\'½ëƒÔo®µ[¦¸¹mòlÇEQÐ@?Ï5Sc˜ÃìgÞ‰Ç&Ìž@aï  ,¸.ûCyÃä@rFìÿ\0…jø?kx¶Ë)¹O™Á¶6+ÛjŽ9*sù~_Öº_½²ø¥Zi<´‚ò„®ªw6ò@?}¸¤¥#ÜJ·—!\0:vÝ´ðN8Î:qM[ÇY¾Î¤Kr½<²Si “ÎÞv2y$ †I2_¶¶)ë%\nDx  ç¸Ç 4ðZCiH`䜒ۉ9,I$䜜’zš`Fˆ#¤‘ÈÓ“Ì…~\\v\n@×’KP–æ7ÊvnOÐÿ\0õè,ä³åÎ £Èµ‘J… “¸ùrÏÔ• Ð×åVÊ÷ä’}ê5Çjîô\'ð¥Û3lPË\"tmýHÉ=†nߨdŒ’Æè d‚?2:úó@\nU¤bËòï¿• \"\nFWÔsþ4s̽2Ü~^¿ç­=6ÄuêÄõÿ\0?J\0@æOºv€qÏSííøÓDqÂó-Ó®O¦)ĉ+Î3óg¥EdlŸŸ?ÅÐþµ\00’A2‹ÓüžÝ)—°ÙÏ\nEx‰$yùUÆI8Çÿ\0ãRy—1 !ó çtãDz%´qxÔ«¼ÙÎ}Îh¬°Üª»#I4eB›YH!ÞØÌb´Žc%Ün „VQœ·r~_^†€8l™ìjYeóÕB‘pÌ ËpMG\"Ê Œ©RFor»€Ï8ôvé[r®)_”uêzóÀ§;²“ŸœçÙ©­ÿ\0ãÞFQ–?ºÇûÙÿ\0Qœc×\n:ý*KXÝác!”ù˜í…þ¼Ò`<$f\\|ñÇ|ã#ò¨Ù–#Qʱfë€?JždÚ\"…HªHý@ý*½àhü±‚ Ì“I\0†9!Ë)PÜGQ‘Ò ØûÂlmç¸æ¶¯#wûr\0\"¡aÐŒN\0j„r–º’í†6e—#ŒöʈÈ“f&…vºÈ˜<ãŽ~½é­!”Hà~òFè:€9ÿ\0ʪ\Z·kµžAÃesè:ŸÇ·ãM«j\")*BެxLú×]ðòmrb²\rßecŒtçüö®Ræu“lqn¯@z“êk°øyh>Ýww¼þî%hêÛŽr>›yúÓ@z&ö /ÐŽJR¢DËãfxR?Zj¬Á8qï×ó¥ó›+õÀ_’@¡9ÿ\0ëЬŲÈ@Žù4¢0Ç$í?ìñÿ\0ë¤%ãäà¨öÁ (ŠÁŽ ãÿ\0×HZL\0À…õQÈúúS‡\r™G ýãÐéN.îO¥\0\"ÚJ°#¹Ïó¤$È@BTt-íí@~Xñì;ý}h2¼éРrƒ ¹©QŸÄÑænâ!¸{·ÿ\0^—À$¾ƒÓÞ”¢uû¾àùúÐDKÉÉ z°êi<Æ_—\0ûŽƒëÿ\0Ö£sž¿sûÊ~¿JzìÚ\n‘Z\0D Ù}[Lt¤m™;rýžÿ\0Zk(oõyQݱŠQº1‚ ´:þ\"€™ox¼Â9qùׄºaøì}¿É¯xóò¿?Ó±¯\rx¦¶¹‘.cddsªÃ•=óïHÙ¦U8\'¿ùÿ\0\n›Î3Á³pÜÑî:~xæ˜áR\rÑà¨<ò:üê(†×RÙÚÇ·Ô ›j²\"ç’yüj¬ÇtÄý?•X?4èÃ$néøÓµ-6ëMš¼ŒÇ,щvª #v<(@V‰Wr–?)m§éëOŽ)b—îàŽžÙ¦å£ŒaŽA­\råÄN¹;{Ž˜Î?¥\r^FFßÐÝýâúôØØIŒq\Zg÷êJz´~O™´+#ghéœä*lˆ°!qÑÔ® ¤™JI: #Ël ú cüûšY¿xÐoNp3íUàbm-†L‘žƒþ°©ráv³+íd`Àäw5/A qpïo,ÎKcg®_åš©#¹Œ[/!ylw=NjW Û‰ ÈGÛŒõâ’AwbÁÎ8Â÷þGóªZ!•LEbI 1 ÿ\0Z°m£e»61é_­E<Æy²*ôU\0\n *%rËÁSÓ­Vû€ß3t¢GP@##¶+Ð>!©Ç½¿vb*:€óþ¼þYŒ„|ª tUW£øÂ[m2Kæe)xh9þ`y¢Àuûy‘r3Õy\0{朧suÝþÏ\\~ÔpÍ—ùyùU¸ÏøÓÊ)9#Ÿ^†˜Ñ€w+`Ó°¦«1Áu8ÿ\0gœ}EdÀ·ªžwwö§ FàWýáýh\09“6¯¯sþyxC×sH[iœ·÷M•~¹éþzÐy§;HPGÎE<&ÒIÉoSÖ—åEÁÀQÆ*4V\05ôïúÐ\0v—!$ëÇõ£8ÿ\0]Î:Óÿ\0­NV ò0#Ãó ’x\\dIéøP‹€g¯OzfÍì_;OÇõõ¥ ·8$Ôÿ\0ž) ²€É\'‚?¨í@ –@K·»/oÃü)e]ËÂãœÿ\0…(\nÃ%·céÇåJÀn.NÔ\Z\0<¥$Œ:\Zñ]fF‹ÄZ ì×R†ã¨ÞkÚÉ»\'îÿ\0ãÕâÞ\"‰áñ ¬…?Ò€zà’GèE\0WB N;~GüŠ}•œ÷—pÛÛ!’ixD©ýlÕÏ\rè—:Ö¤±¢ºÛŒyÓáGצ}z–— Øè¥šÂ\0®à+—bK½ø¥`(ø{ÂÖú2Çq,kqzï0òdc\n3Äõöâ¹?ˆ{^‰³ÒÑ@w½zP™_åÜxù¸üëÍ~#n\Zýªuÿ\0E_Äïaý09|ßw#5}¤óa]He\r8$ðâ ·^¡Ç΃;}Açùâ ùˆãøy·Ôˆ°ÅœnÈ<ûgÿ\0¯M„n§$zöÿ\0\nYO›\Z€ 3Ï>ß•vZ‚ҽή’F2<¸AÁ uÏqíøûT¤lAI7õƒ¯¦r?¯éBß2ç;@€#ü+Ñîü¥Ë,(ö²¬ŒYsïÐ÷®;Wðíþq+3[‘ÕÐtö]Ö‘ŸáªÀòÍcº¶‘ºIíÃÀt-¹zwèGâzƒß\nX3•|ßøVøÞpÃ;@FG|ú¨…bŽ1j±)$ío$äœ{’Oã@†zŒÆ¢1BUsÉ\r)]Î\nñޤQ‡\rÆÇ~¿á@\n Q‚¿*¼9ý;P]~Cœ÷Æi €ð~VÎêS\Z–݃¸w\'š\0r\0£*z÷õ¦1í “íÛñíI‚ÿ\0pì_çøv§+*\r§åç¿CøÐB²òp㺞ßCO­ÏO¯Z®Ñ‚ØÎ3Ú›åç;þcÙºcé@Ã?,o÷q×ëIµ‡Ý<ú0$õ¨ÜPeù½ÿ\0*A–‹`Ê\0˘Ú{Ÿ_§­9Whã9õ=ivŒcÚ£;¹òÎGùé@åÊŸDã?ZWæ|Þ£%GøS—`ùAü\r9œÉëÚ€\rß)eç¿Ö¸é¼&u¯ÞêÊñÙ…pÒ‹ê>ïQïÒºá9Ý´õã ÿ\0>´Ø>pßµ\0Aeco¥Û {HBBvªóžy>½Ï`8â6Ôõ…\0ïÆ9_QÆi|µèîðh\01¡Ú>¸æ¼Çâ0+â a’ÑW¯ûï^‘$Ó2K\r¿–Ó`eä$,a¿ˆÉÀç“Áãp5æ~?\"Ö­•Üý”yYŽ÷äð9ú\0;\0s±LKÆÇ£Àà}áýhØ~ÑåDË2á@ÉnØ¿ZŽÒ ®.á†/,ŽªŠ;’xê~\Zð¤zK‹Ë´Š[Ïá{{ñ×¶i[P+øsÁ¢Å£¾¾+%ÐUÛ åPÿ\0´;žŸNk¬óÿ\0X0{šçƒØç\"—;òªTŽç®)€“…>û‡ùëA@T޹Ï^Aàõ\'—€6Ÿ¨ü©­!O•úö#¡ÿ\0\n\0ÆÔü/¥ß\rïf! ZÓ\nBƒž? ÷®Rð&©d]àÙw?/“’ø÷^¹úf½P*ä#ø³šVEÉ=RGàL¬ŒQ”«)Á`ƒ^Û`—Zv›m È.\"·Š8Á‡%øUV!{Ž rF ¨¯ô\r3S6òÆ9™›%×äsîHÁ?™éÒµT«Gâ1Ž”\0Øî!žDHˆq’!GÀ8\'k`ã§=9´­‡ãúŽ”ÙQ&TRªÅNõ$}Â22=$~&¢6óÅ&m®3M¢ ù^ƒ0‡#©,pOà€ ö²p…J÷×ð4†`¤‚¬= ~uÛá¸Úy@Û§¹8\nÊ“œp ê=jrƒ%¤\'˜ñôúÐ\00Ë çžhÙ‚J¶=›•ð>C·‡Jo˜Ù`ãä^¬sžØ  {g¨ÆsLåþ`p¤zri¾W9s½©åÀ9—Üž?:\0A–?w€3’§¹£Ììߺx¥ÜY~SÁïåëG–½\0Ç9Èëš\06 †<·­\0%”qÔcüi»ˆÈûÇÐu¤Qæ›\rá#îÐd°ùþïfìßáRÀÇ>”§¾MEµ°|¼(=GLý=(Íó|¸ÝëíHªñg\r¼œcœ\ZSˆð\nïŽ)ÅÆvç$ô´\0‚@rGA×Ú–å†`!Œ1ËòGLv¤vDÏ,Š)lž3üÅ\08§%”à÷ÏCUžäLÏo…•IGr2«•$=§°æ–•»h|¶a2¹•Xe»o\\ò0y7 âtŽ8•cQT(\n0\0\0}1Å\0,h‘.Øò’Nq’I\'$ã®I9ê{× ñÉï/´˜í¡/s7˜€(å¾îêk·#cFãû½¿úÔmMÛ¤xèÄd¥\0s>ð¨Ñc[»´|ëÈÿ\0ž\0ŽG^O<ŸÂº•`À‘Ò”0+×åëíL*%ÁèG~ÿ\0þª\0V`ÚGÊx$÷úRí*ÆÂánZ@YG##ýžÿ\0…r‚1œž÷ Ìè!ÏAëøÓ€=[¯qéM œï\0“Ôb¥>éGðŸñþ”\0†%Éeù[±›‰?0Êw`:þÇ‚Œ¨z±þU û£;zP\0¤2äi®»¶Ã„v÷¡€Ý•ÎãýÓüèF[®Ts@ ‰#-掣½wmÎ2AÁêoCÖ‚¢P ¦sƒßÒ€aðÅG+‘’>ž™ªÂÄÅh-¬eã~à]L€³ŒŒ/ céÁ±µÇÝlÐ7øÐÒ`ÈÎOAíŸþµ\0VšøÛ³}´Gn \'˜YJœà’@Úxç<\rË‚sű»Ž1‘ƒH£ üÁ³ïœÔY¨’Y Á;—Q•8ÇÞSÁàc=qÀ\"€\'g\n@\'“ÐzÒÞ2ã9ç@ÿ\0\Z€~âòˆåbz|Åxü‡ÿ\0«Šµœó@ (W\0þxÿ\0ëR Cœ/¤ŽŸãJüȋ؃NÚ0FFE\0\0Òšû\0±ìIÅ5áóÉéaù—y9&€ 0Ï’½~Ÿ_Z0p\nœŽØ¥¨.p‘î–!O¸4.íÙ\nwzžÂ€›ìàŸZ{.Ò\0鎥! ÚuŠ6yqÐY‰äëL1}¢fó„F!•™IÃdpá\0ô8=xí\'{«ËÐå‚ÛLÐ\"«°R¥#bHÎ çAîsl|“ì•\0ã=¨Á)\0pH?çó¦eùT‡=ýT_žä„$R¨\0 PG³nPƒž§ÞœjIžŒ ¥E#u\0;`~Tmýÿ\0Z”1 »}§ûS\\áI ›ø{š<µ ùˆîzÔC÷j¥‹ÍYaƒ@ë¿7û\'ƒùЧPFÞ žô?P;ŸÊ—jº\0GN˜ã\0î´Æ\\)ÚH=€ÿ\08¨à‘žVVÁàóÞ¤NAsÉÍ\0 &<—ôÎð8?áR{ö¢¡¸ù‘üD÷ 2‡`AÉÿ\0\nebCdvVÿ\0\ZXÏÈ0\0çSè?1GÝ”ŽM8¤Œ“Ôÿ\0J@¢L–Á\0S7äWÁ  6‡a=×ü;ÓX¶í¬2 e™–)í·҄€?ÿÙ',77); INSERT INTO o2_attachments (aid, tid, pid, filename, filetype, filesize, attachment, downloads) VALUES (18,1704,24720,'Sibly.jpg','image/pjpeg',4609,'ÿØÿà\0JFIF\0\0\0d\0d\0\0ÿì\0Ducky\0\0\0\0\0\0\0ÿî\0Adobe\0dÀ\0\0\0ÿÛ\0„\022?/\'/?:0//0:EBBBBBEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE(#(00D0(0DED66DEEEEBEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEÿÀ\0\0\0\"\0ÿÄ\0ˆ\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0!1AQaq\"‘¡±Á2BðÑRár#3b’\0\0\0\0\0\0\0\0!1AQa\"q‘2áBÿÚ\0 \0\0?\0ÌBÐä!@\0„A †B€2Â@øk,A£ \0×íÊ|>—”™MS›ìÃÆ\rwÆg½{HjljKruܪ´²RŒ¦ª,¨†Öˆh}T—Hôd­úЕ üu×P¢Œµ1Àä‚‘Œöf¯ñ@ J¶lŒYä2 t^¢Â‘hÐ(zÂA #1ד\0)7<¤Çe EH\0 2‰Xå\0ĵ”)ÃZÈÕˆf,]GºŠŽ}¢¾ÛF— j¤b3})„Ñ\\I\0о.ÂïŠ\rQ²=QÊʵ%j6êXÊP–À¡ª”%(i¥ ¬a¥Ö ­F\"“¢@,Hu!5J2Œ»b­h!íøªòy‚†Ä¸+¸lD2.RÜY*É´·˜k~D¨2ÙÉY!Š„ Z„\0)Ž®M\r¢%¸Rœ’›—ºB“€NŒéãjc2ÀÇ‘½ª:Yê? õM›ðÖ½GG%Ó+mAÁ‚Ânh²ë¨ÀÌñ¥qJÀ êÔ*¥ˆc!Ä€2Rá_cdKèX»Ô·\"–¾…3Γ”•²\r™Q™¾Ëò$•¡U²0ui(„¾DLNCzÀ°ìhaeh(‚#BÎÒT)HÊãl:\0R²lÇTŠcÇâQP¾ˆm/ØÅk94b‘{\rnYjhUC@2$œµ\ZØ à]T´†2\0€l£dl«`=JÈy\ZGà—<‹µEÚ¨½î&Ù4OâyæädްkL%ä¡ \0%ª¤Ò¼}$ HÈ2·€^ÊÀŸ\"„µ¤©h$0ËÕHÇŽº¶†;í,”Zš9Ücì¥Á¯šAY9›4øËQz¡ûX§SV:@ÊÕ4_Œ .ª^Ū]!J&‡ *–cA\0H!•eÆUŠ\0¦R̽ܶ£Yà—¨Âô™[Øœðàkª+-Ìö¸rXC±±ãbVZƒÉÄ«°ŒYÝ—?3›×^×ÁUA d:I/G ܳ®0s‚˜†˜Ì––P)UºÁz8%Ùщ$…ˆ„!zÖD­d݃ ÇCv:•j¦ÃRQõ$¢*ŒH“.Ù]•liö/%yÏC=¬\r8?˜9NF$7вë)–ây–Í¡™XDë±ÉêTÌÏ$1µÊCNÔ^Z‘ˆÍH0Ù,×Prîõ/-¾Ìô’èABˆ `’€˜ÑªZI%B!Ð(µjSAIZš)@R†ªP¦V•6ã©Zc4Ò$^š}µ\Z€‰¸HA$’­!6FÈ™FÈ™BC,ô3X{z³#%ì4™•[Q¼Š×BÈŸ&Æ\'qÞK0ÚÂJ¢7Ùk\\ ,\nl£e:ù¤ÌÙ*\0ˆ‚\"6?\0„Œ„ G@YV¢\Za­GÒ„¥\rT  ”¡¦”\r(h­D2V£R)ΕݤY][g$·X ’U²_!Ð[(Ø(Ù¢PT-‘1mƒœ\0!¶¶†kd\rò­b1æ—¶]_SMm¡[QÞæ…éÒrá_\"ÈÂØÜ·–$•ø¡ÏvZ¨¦E\0vv´\'i›à¬…\"é!d!zÖ@EH=áiH– \0‚­\n¦ˆ‘uVLkSWöŒPÏZš)@Ö†¬xÆØ3U1Á+Rý žù:—Ä ÊÔÅõ–ÇT«¢fìs\Z˜<¼ÖW®>ëg«ì=hœãž|z÷³z•YíÍ[Gkê%+Ši]dà/Cm1Œ@¦3V:”4V¢|¡¢n2ʧhÔçìËüGô9GÔùïÆÕÐ×\"ÏE¡ƒ4[÷)ø”Úfx|´)ùKϲ£«UNtc|¼<“TB«“Ž•Py÷%FÍýXŸÇ¿5¤C;mœÚåµ\\§ìõF™iš­l[eÚ‘6ÐÒ“ fFÅZâ eòîSÞB¢£(ÙOqÙ\nÕÐN Ri·g.îY15«amX•®aD¢7cºHÈÊ–M‡,_¹¹…^ËvþöIo¿ÞCÑ^ŒÙîH‰›¥b²ÅL.LÏÚ“;7 rµšÐ6–ÚN¥1W›-¤Ÿh™|4ÛSÕžƒrÅJÙpÑ3«J:×vÈ44ÎhÊÖ ¡iÇ÷¿i¹¾=F½E{Uî+kÉÕz—vã»-íÁ¤×xiØÇ比Öí¦®/Õ³‡&¦×`Ú•MÔG8kˆÖâ4kíKÑ:9Ng±¥Q7ÜÈí1?`ÚDCÖw‡©›É¶uÉl”inàN\'6”Úk§qÙ£ížÏúÔÉX®¶•ò-9¥ô7{ÚʸΚ½5æýo-ò<-_\Z=oUÎÚuì¿­NÝbòío•èè↾,Ž\ZÚt–¾öôûý»7Ì~a缬öÌÒ¾U“¯íâ§Ö:ˆ«%ûŸVüLy­ªª»(û̶úgW6[ÿ\0’ŸÄßâýÿ\0N;_ú)ç/Ì5øÕ½±V®êUk+„F›_p©`ÉìºÒËÖ±«K·Új‹/šî*º-‰ÎkÑôHø¿kŸm/ÊôKGŒ²u³NªWñz2ÞÆ“j¸{:¹ãñG©ÏãRÏ•«ó”IŽ¿K­[²³‡ºfûýnßð5œœŒï…Î\'oÒÇqÙY\'yMzŠ·\\_¹»7²ìǶôŽetYÝ[E°8ÍŠîû¢êÑóuE#¯,#”!ø+^8Ü7û›ü‘ŠÚ½u/Uª5C¼DS˽óßÚÆ´{³5±pMí\Z#§…,ÝÞ¶z$dò*Ú—¶ì§Ñ›I×^O_ˆêcmH-^6—±¶¶ª«]¸.ø9·®²É޼“øþFŒ‰F…ZX«Ç©Iß_É•*lej²n+3Ù΂ó _Cn+üüÓúg[\r´–yß,[“Üíøù9X\"6Ë]Šg¼h‹Uë Qy+\Z³3Íx(š’¹rº¹…´H¤m\"r­tr‡§Ò/ZjAزònÝ¡»GÜs“–ãcF<–µ5êžßSFLÍ(_•\\µbmºÔ #ÚuFoäç“C´@-w•NÍË3å»N;\neø¹¥^}Véhµô9¼­¢[º5¤Èžs:)|““e«[iWèUN9Ù¯MÌù3pù­°?úâ8´ˆôÎ_Ù|ëÉ¢°µJ$Ïvìᦣ¢ëñ*òßuÔ«ËiˆQ&©÷äM¨•›_=¶´³9Ñ(}J{ŽÏåÜ [Ë Nºw#Rº()|œšªý°Qk6ÝSùм>/]PÏVåD Æ—úåáGZ­_RÑ/m‰Ëå._.ºê+&V®ú¦fU_RUʗЯ·XÌ©ÕÕôh¦RÙ‰¼Êû‹\'Åñÿ\0ƒV?üºj\"ú×›ÝìW.F«Åv5\'’V|Åvœ.¢3Ù[ŠZ¤†«¼uäŒíJ‘¥Í4KšR“Éjwqx÷ªÓW<-«¨îz –åEkm2=c¼[Zª, Ôÿ\0äPµ1â½m¢«¬w5ÒÑYØÁóö9_?aVm1ŠÅ/¢—Ô*± Š\n^ÆVŠª;êÊZ߯» Ù§°ÈmšQ<œ¸4bN%¾Å!UÊÜn ͹=ªG”dÕ‰\Z3V4®ý –£«rKå÷.iºç]ëŽòÇkfJ¶ç¢\"ºN$7„¾Pc§âbîÛ×§aÔÆ«^M*¶YѨêÁe)»0KšÅ攀eU­­¤èK5Åz‰ó­¥jáé±·þiHMîâ4†.×âš[‹MU¥Ü–²æ“ê&¸-\Z’\\9vLÀòYJ]My2Î7U¶ß‘‘Å[o Ë.²Ç\ZôNMöMšŠ½R9TÉÿ\0#ofoɕ㬪4ƒfLš^z!y9ͺ!—\"b}ˆ[H[·Í%­n4ž¢±×Gg»¡œeòd’’µÞ ^Õ\\ªÞ/¹/±»[ì_jöÙ•ËknèMrqˆèä£IWh“zèŽÏý¸“®Û#ˆ£±«•ltáÙè ­+ÑÖñií«s±©UÕ%ÉÙw8ôó!Îú }rég©–“\\œúMriWS u½äUUÑ«UëTÔ7ÛOÔÍsÑŸêhtoà†¥«ŽÅSvªs¹/¢PB×&k|ó࣬ \'ÇBÜ[`â­×QÔSÒJË–]e³\\z U⡌jÅì‰{ÈROÔ3Ç]Å<’¥iñFlGÍ.¾›‹ÛèJѯ&]!îd¶[-«Ž†f±¥¤‹wUì¾rͦµ•ñã£s+°œ¶yÙìe÷Ue­Ø«y\rìh‘²É¢®mÊtC|›Ó-•«¢„’9¯%ŸÀºË¬¿CHiêl[òfävo³e²evJñ©î;®±¡\\¹-eÆtBëgG+r¶·â>hç43¤Nƒ½ÞXס’Ö >ããÇ¡P¯Z6÷V‰î:¶¬;-ŒJ3ð#i‘òäÁ{>M6Q©Ü’ØsFU\'V…¿R\'ÛT\0ÿÙ',189); -- -- Table structure for table `o2_banned` -- DROP TABLE IF EXISTS o2_banned; CREATE TABLE o2_banned ( ip1 smallint(3) NOT NULL default '0', ip2 smallint(3) NOT NULL default '0', ip3 smallint(3) NOT NULL default '0', ip4 smallint(3) NOT NULL default '0', dateline bigint(30) NOT NULL default '0', id smallint(6) NOT NULL auto_increment, PRIMARY KEY (id), KEY ip1 (ip1), KEY ip2 (ip2), KEY ip3 (ip3), KEY ip4 (ip4) ) TYPE=MyISAM; -- -- Dumping data for table `o2_banned` -- -- -- Table structure for table `o2_box` -- DROP TABLE IF EXISTS o2_box; CREATE TABLE o2_box ( id int(11) NOT NULL auto_increment, name text NOT NULL, mesg text NOT NULL, time int(11) NOT NULL default '0', PRIMARY KEY (id) ) TYPE=MyISAM; -- -- Dumping data for table `o2_box` -- INSERT INTO o2_box (id, name, mesg, time) VALUES (8947,'izguit','c\\\'est le batteur de linkin park',1103132193); INSERT INTO o2_box (id, name, mesg, time) VALUES (8946,'izguit','abaoui merde je vous ai pas dit',1103132180); INSERT INTO o2_box (id, name, mesg, time) VALUES (8945,'izguit','hard rock',1103132159); INSERT INTO o2_box (id, name, mesg, time) VALUES (8944,'#Jardel#','c\\\'est quoi comme genre : rock, punk etc..',1103127549); INSERT INTO o2_box (id, name, mesg, time) VALUES (8943,'jbam','oui oiu c\\\'es moi a la batterie :) :) mdr',1103117339); INSERT INTO o2_box (id, name, mesg, time) VALUES (8942,'izguit','la!',1103116691); INSERT INTO o2_box (id, name, mesg, time) VALUES (8941,'izguit','[img]http://maximepiton.chez.tiscali.fr//spacer.gif[/img]',1103116683); INSERT INTO o2_box (id, name, mesg, time) VALUES (8940,'izguit','putin, marche po non plus',1103116462); INSERT INTO o2_box (id, name, mesg, time) VALUES (8939,'izguit','2ème ligne 1ere image',1103116439); INSERT INTO o2_box (id, name, mesg, time) VALUES (8938,'izguit','http://www.robbourdon.net/frames.html',1103116426); INSERT INTO o2_box (id, name, mesg, time) VALUES (8937,'jbam','de la premiere guerre mondiale , pour le delire',1103113258); INSERT INTO o2_box (id, name, mesg, time) VALUES (8936,'jbam','parceque avant je mixait du gros son et j\\\'avais avec moi un vrai masque a gaz',1103113242); INSERT INTO o2_box (id, name, mesg, time) VALUES (8935,'jbam','mon avatar c\\\'est moi qui l\\\'ai fait . pourquoi un masque a a gaz ???',1103113203); INSERT INTO o2_box (id, name, mesg, time) VALUES (8934,'jbam','c\\\'est clair ton lien merde :) :)',1103113172); INSERT INTO o2_box (id, name, mesg, time) VALUES (8933,'mangatome','il merde ton lien',1103113017); INSERT INTO o2_box (id, name, mesg, time) VALUES (8932,'izguit','regardez le logo sur la grosse caisse',1103112242); INSERT INTO o2_box (id, name, mesg, time) VALUES (8931,'izguit','http://www.robbourdon.net/Imgs/spacer.gif',1103112224); INSERT INTO o2_box (id, name, mesg, time) VALUES (8930,'izguit','oups',1103112210); INSERT INTO o2_box (id, name, mesg, time) VALUES (8929,'izguit','[img]http://www.robbourdon.net/Imgs/spacer.gif[/img]',1103112190); INSERT INTO o2_box (id, name, mesg, time) VALUES (8928,'izguit','jbam!!!! il vien d\\\'ou ton avatar?',1103112086); INSERT INTO o2_box (id, name, mesg, time) VALUES (8926,'bobysait','Bobye',1103082968); INSERT INTO o2_box (id, name, mesg, time) VALUES (8927,'Seyhajin','Bobye sait !',1103107543); INSERT INTO o2_box (id, name, mesg, time) VALUES (8924,'jbam','oui je vais pas tarder aussi a+',1103082937); INSERT INTO o2_box (id, name, mesg, time) VALUES (8925,'bobysait','ouaip en plus j\\\'attend justement un colis dans les jours qui viennent ////',1103082946); INSERT INTO o2_box (id, name, mesg, time) VALUES (8923,'jbam','le plus chiant de vivre la nuit , c\\\'est quand le facteur sonne comme un bourrin a 9h du mat :) :) :)',1103082910); INSERT INTO o2_box (id, name, mesg, time) VALUES (8922,'bobysait','bon bah @ + j\\\'vais voir si mon lit a des choses à me dire',1103082875); INSERT INTO o2_box (id, name, mesg, time) VALUES (8921,'bobysait','je sort parfois avec des rebane et de la creme anti uv ;)',1103082560); INSERT INTO o2_box (id, name, mesg, time) VALUES (8920,'jbam','cool un colegue vampire :)',1103080935); INSERT INTO o2_box (id, name, mesg, time) VALUES (8919,'bobysait','bah je dors le jour moi :) le soleilme fatigue :lol:',1103080792); INSERT INTO o2_box (id, name, mesg, time) VALUES (8918,'jbam','vive les insomniac :) :)',1103079365); INSERT INTO o2_box (id, name, mesg, time) VALUES (8917,'jbam','vive les insomniac :) :)',1103079335); INSERT INTO o2_box (id, name, mesg, time) VALUES (8916,'jbam','he boby tu n\\\'es pas coucher il est 4h du mat',1103079315); INSERT INTO o2_box (id, name, mesg, time) VALUES (8915,'bobysait','tien tu peux regardez si le texturage de cube te convien fruity ;)',1103060120); INSERT INTO o2_box (id, name, mesg, time) VALUES (8914,'bobysait','avec des cubes :)',1103060090); INSERT INTO o2_box (id, name, mesg, time) VALUES (8913,'Fruity-Music','jvais sortir une demo pendant les vacances :p',1103058466); INSERT INTO o2_box (id, name, mesg, time) VALUES (8911,'mangatome','joyeux anniv UNi :)',1103047974); INSERT INTO o2_box (id, name, mesg, time) VALUES (8912,'bobysait','Ouaw... y a du populo ce soir :)',1103057841); INSERT INTO o2_box (id, name, mesg, time) VALUES (8910,'bobysait','\\\" c pas moi qu\\\'AI dis ça\\\" dsl pour l\\\'ortogrffe',1103013246); INSERT INTO o2_box (id, name, mesg, time) VALUES (8909,'bobysait','pour le f5... c pas moi qu\\\'est dis ça.. ça doit être mon subconscient ....',1103013223); INSERT INTO o2_box (id, name, mesg, time) VALUES (8908,'bobysait','salut :) ouaip... j\\\'ai dis la même chose que toi e fait... j\\\'avais pas calculé la ligne :D',1103013190); INSERT INTO o2_box (id, name, mesg, time) VALUES (8907,'Copland','Bjour tlm :) vivement janvier que je refasse un mois de taff parceque je m\\\'ennui là !!',1103012027); INSERT INTO o2_box (id, name, mesg, time) VALUES (8906,'Copland','Lol Bobysait qui donne de bon conseil :D',1103011981); INSERT INTO o2_box (id, name, mesg, time) VALUES (8904,'bobysait','UNi api beurfdé',1102983396); INSERT INTO o2_box (id, name, mesg, time) VALUES (8905,'bobysait','tou iouuuu',1102983405); INSERT INTO o2_box (id, name, mesg, time) VALUES (8903,'bobysait','et pour faire chier , tu peux tapper une connerie, et tapper 50 fois sur f5 :D',1102983263); INSERT INTO o2_box (id, name, mesg, time) VALUES (8902,'bobysait','tu peux aussi clicker sur le petit lien \\\"monochat\\\" juste au dessus :)',1102983244); INSERT INTO o2_box (id, name, mesg, time) VALUES (8901,'Copland','hum je sais pas peut etre ^_^',1102975694); INSERT INTO o2_box (id, name, mesg, time) VALUES (8900,'Flash Solaar','C\\\'est parce qu\\\'ils sont calés sur le beat de ta zik... ;)',1102975620); INSERT INTO o2_box (id, name, mesg, time) VALUES (8899,'Copland','j\\\'arrive pas a distinguer les tits clics que ça fait',1102975584); INSERT INTO o2_box (id, name, mesg, time) VALUES (8898,'Copland','lol bein pour etre honete en se moment j\\\'entend rien avec ma sique sur les oreilles',1102975572); INSERT INTO o2_box (id, name, mesg, time) VALUES (8897,'Flash Solaar','Y a juste le son de l\\\'update automatique qui est un peu enervant mais ça, ça vient de mon navigateur... :-?',1102975457); INSERT INTO o2_box (id, name, mesg, time) VALUES (8895,'Flash Solaar','Merci Copland!',1102975342); INSERT INTO o2_box (id, name, mesg, time) VALUES (8896,'Copland','de rien monsieur !',1102975368); INSERT INTO o2_box (id, name, mesg, time) VALUES (8894,'Flash Solaar','Wouaaaahhh, Formidab!',1102975335); INSERT INTO o2_box (id, name, mesg, time) VALUES (8186,'Stitch','héhé!!! me revoila les amis!!! en 2Mb cette fois!!!',1099063240); INSERT INTO o2_box (id, name, mesg, time) VALUES (8187,'Stitch','bon, g pas trop le temps de lire tout ce que j\\\'ai manqué, mais je reviendrai, promis',1099063288); INSERT INTO o2_box (id, name, mesg, time) VALUES (8188,'Stitch','et je vous donnerai des nouvelles de mon jeu de parachute... allez, @ pluche!',1099063326); INSERT INTO o2_box (id, name, mesg, time) VALUES (8189,'mangatome','super stitch, reviens vite :)',1099072683); INSERT INTO o2_box (id, name, mesg, time) VALUES (8190,'mangatome','ya une nouvelle démo pour ceux que ça interesse...',1099167962); INSERT INTO o2_box (id, name, mesg, time) VALUES (8273,'Copland','slt tlm :D',1099808634); INSERT INTO o2_box (id, name, mesg, time) VALUES (8274,'Copland','DEBOUT LA DEDANS FAUT SE LEVER',1099808650); INSERT INTO o2_box (id, name, mesg, time) VALUES (8275,'wako3d','gniarp',1099821111); INSERT INTO o2_box (id, name, mesg, time) VALUES (8276,'Kallen','@ Mangatome : non non je suis le premier en partant de la droite et au milieu, le brin, quoi. :)\r\nCelui ou crois que j\\\'ai les cheveux gras et pleins de péllicules, lol. :)',1099823163); INSERT INTO o2_box (id, name, mesg, time) VALUES (8277,'Fruity-Music','coucou ... c dur de ce lever ....',1099826490); INSERT INTO o2_box (id, name, mesg, time) VALUES (8278,'wako3d','la suite du brevet a la con : http://pcinpact.com/actu/news/Suites_dun_proces_ridicule.htm',1099827942); INSERT INTO o2_box (id, name, mesg, time) VALUES (8279,'wako3d','erf.. merde.. sladius qui avait laissé un msg dans les questions 3d s\\\'est désincrit?',1099842466); INSERT INTO o2_box (id, name, mesg, time) VALUES (8280,'mangatome','lol ... bah oui',1099848407); INSERT INTO o2_box (id, name, mesg, time) VALUES (8281,'bobysait','bonjour tout le monde',1099902914); INSERT INTO o2_box (id, name, mesg, time) VALUES (8282,'bobysait','bienvenu MATTEO',1099906377); INSERT INTO o2_box (id, name, mesg, time) VALUES (8283,'bobysait','termanutor3 le retour MDR :D',1099906457); INSERT INTO o2_box (id, name, mesg, time) VALUES (8284,'Fred','Happy Birthday Aryuu',1099925330); INSERT INTO o2_box (id, name, mesg, time) VALUES (8285,'bobysait','alu Loki... BlitzPlay ça marcherai pour ce que tu veux?',1099934166); INSERT INTO o2_box (id, name, mesg, time) VALUES (8286,'LoKi','non bcp trop lent.',1099998858); INSERT INTO o2_box (id, name, mesg, time) VALUES (8287,'LoKi','special dedicace a ceux qui font le concours et surtout : naos, filou et boby. Bravo les mecs!',1099998897); INSERT INTO o2_box (id, name, mesg, time) VALUES (8288,'eddy','EXCEL SAGA, ils ont pris quoi quand ils ont réalisé cet anime :)',1100020692); INSERT INTO o2_box (id, name, mesg, time) VALUES (8289,'eddy','EXCEL SAGA, ils ont pris quoi quand ils ont réalisé cet anime :)',1100021046); INSERT INTO o2_box (id, name, mesg, time) VALUES (8290,'wako3d','je sais pas mais c exellent :) crétin a souhait, super marrant.. tres décalé... que du bonheur',1100024397); INSERT INTO o2_box (id, name, mesg, time) VALUES (8291,'joers','ya pas quelqu\\\'un qui aurait le son du chargement de l\\\'amstrad cpc 464 SVp. :)',1100127240); INSERT INTO o2_box (id, name, mesg, time) VALUES (8292,'bobysait','hep aidez moi à savoir si c\\\'est moi qu\\\'est pas compris là...',1100133984); INSERT INTO o2_box (id, name, mesg, time) VALUES (8293,'bobysait','http://ns9.hosteur.com/~blitz3df/forum/viewthread.php?tid=1699',1100133990); INSERT INTO o2_box (id, name, mesg, time) VALUES (8294,'bobysait','chouette ...des testeurs pour voir l\\\'intro de ma demo :)',1100134808); INSERT INTO o2_box (id, name, mesg, time) VALUES (8295,'bobysait','dans 8 minutes',1100134820); INSERT INTO o2_box (id, name, mesg, time) VALUES (8296,'OrcEpic','Pour Bobysait : \\\"BIIIP\\\" c\\\'est ca le son que tu voulais :)',1100135084); INSERT INTO o2_box (id, name, mesg, time) VALUES (8297,'bobysait','lol ouais ça me convient :)',1100135754); INSERT INTO o2_box (id, name, mesg, time) VALUES (8298,'bobysait','tien test ça :) http://worldmirror.free.fr/NiceWorld.exe',1100135778); INSERT INTO o2_box (id, name, mesg, time) VALUES (8299,'bobysait','encore un bout :) http://worldmirror.free.fr/demo_vm/Morphing_missile.rar',1100210655); INSERT INTO o2_box (id, name, mesg, time) VALUES (8300,'bobysait','Tien Joers :) 20ans tout d\\\'même ...y en a qu\\\'on d\\\'la chance :D',1100226287); INSERT INTO o2_box (id, name, mesg, time) VALUES (8301,'bobysait','Joyeurse anniversaire au fait :)',1100226300); INSERT INTO o2_box (id, name, mesg, time) VALUES (8302,'bobysait','[img]http://perso.wanadoo.fr/bibliokid/anniversaire/gateau_anniversaire.gif[/img]',1100226376); INSERT INTO o2_box (id, name, mesg, time) VALUES (8303,'bobysait','ou peut être plutôt ça :) pour tes 1 semaine ici :D',1100226466); INSERT INTO o2_box (id, name, mesg, time) VALUES (8304,'bobysait','[img]http://img.kelkoo.com/shopbot/19101/medium/43/84/43/43844381.jpg[/img]',1100226480); INSERT INTO o2_box (id, name, mesg, time) VALUES (8305,'Tite mouette','Happy birthday Joers !!!',1100252733); INSERT INTO o2_box (id, name, mesg, time) VALUES (8306,'joers','Rhhhoo merci, c\\\'est gentil. :)',1100259623); INSERT INTO o2_box (id, name, mesg, time) VALUES (8307,'izguit','joyeux naniv Joers',1100262041); INSERT INTO o2_box (id, name, mesg, time) VALUES (8308,'joers','Merci. :)',1100262474); INSERT INTO o2_box (id, name, mesg, time) VALUES (8309,'Talis','Bonne anniv’ monsieur joers (ben vi a 20 ans on dis mosieur ^o^)',1100264189); INSERT INTO o2_box (id, name, mesg, time) VALUES (8310,'Talis','Lol toujours des problèmes d accent il semble',1100264232); INSERT INTO o2_box (id, name, mesg, time) VALUES (8311,'joers','lol Talis, quelle façon originale d\\\'ecrire anniversaire, merci. :)',1100264602); INSERT INTO o2_box (id, name, mesg, time) VALUES (8312,'Fred','Happy birthday !!!!',1100266874); INSERT INTO o2_box (id, name, mesg, time) VALUES (8313,'mangatome','JOYEUX ANNIV JOERS!!!!',1100284943); INSERT INTO o2_box (id, name, mesg, time) VALUES (8314,'wako3d','et merde.. le responsable d\\\'un des plus gros site d\\\'emulation FR est mort.. accident voiture..',1100291773); INSERT INTO o2_box (id, name, mesg, time) VALUES (8315,'wako3d','j\\\'avais papoté avec lui 2 ou 3 fois... Adieu..',1100291800); INSERT INTO o2_box (id, name, mesg, time) VALUES (8316,'wako3d',':a1:',1100291820); INSERT INTO o2_box (id, name, mesg, time) VALUES (8317,'(-_-) insectman','( ^___^) yeah bonne anniversaire Joers !!!',1100293078); INSERT INTO o2_box (id, name, mesg, time) VALUES (8318,'joers','Merci tout le monde :), et bonne nuit à tous.',1100298648); INSERT INTO o2_box (id, name, mesg, time) VALUES (8319,'Stitch','Bon, ben g raté joers, mais au moins chui le prem\\\'s à souhaiter l\\\'anniv de zelike!!!',1100304468); INSERT INTO o2_box (id, name, mesg, time) VALUES (8320,'Stitch','gargl! ze2like ze voulais dire! (mon clavier numérique n\\\'étais plus verrouillé)',1100304520); INSERT INTO o2_box (id, name, mesg, time) VALUES (8321,'bobysait','Arf, il m\\\'a grillé... bon benh tan pis, ch\\\'ui l\\\'deuxieme :) Ze2Like, sers toi, il reste du gateau :D',1100322992); INSERT INTO o2_box (id, name, mesg, time) VALUES (8322,'bobysait','tien ça fait quoi d\\\'être majeur au fait? :) ... j\\\'ai zappé les 18 moi..ch\\\'ui passé direct à 21 :D',1100324574); INSERT INTO o2_box (id, name, mesg, time) VALUES (8323,'bobysait','et maintenant ça fait 4 ans que j\\\'ai 21 ans du reste :) nanh, en fait, ça fait plutôt 15 ans',1100324628); INSERT INTO o2_box (id, name, mesg, time) VALUES (8324,'bobysait','que j\\\'en ai bientôt 10 :D',1100324641); INSERT INTO o2_box (id, name, mesg, time) VALUES (8325,'joers','Bonne anniv Ze2like. :)',1100340964); INSERT INTO o2_box (id, name, mesg, time) VALUES (8326,'Fred','Happy birthday Ze2Like ...',1100344781); INSERT INTO o2_box (id, name, mesg, time) VALUES (8327,'Tite mouette','Happy birthday Ze2Like',1100344976); INSERT INTO o2_box (id, name, mesg, time) VALUES (8328,'mangatome','bonn aniv ze2like !',1100349107); INSERT INTO o2_box (id, name, mesg, time) VALUES (8329,'bobysait','tien j\\\'avais pas caclulé..Fred est super modo??? :) felicitation ;)',1100366888); INSERT INTO o2_box (id, name, mesg, time) VALUES (8330,'mangatome','bah avant aussi non?',1100367715); INSERT INTO o2_box (id, name, mesg, time) VALUES (8331,'bobysait','bah, quand je suis parti, c\\\'est Pigmin qui passai modo...mais Fred non.. enfin c\\\'est cool :)',1100367791); INSERT INTO o2_box (id, name, mesg, time) VALUES (8332,'(-_-) insectman','( =___=) arf au faite \\\"BONNE ANNIVERSAIRE ZE2LIKE!!!!!\\\" (-_-) et garde nous du gateaux surtout hein!',1100371188); INSERT INTO o2_box (id, name, mesg, time) VALUES (8333,'mangatome','ah ok ... mais heu ...',1100371900); INSERT INTO o2_box (id, name, mesg, time) VALUES (8334,'wako3d',':( .. ma carte mere a grillé.. plus que l\\\'ordi de ma copine dispo.. chuis dans la mouise...',1100382823); INSERT INTO o2_box (id, name, mesg, time) VALUES (8335,'Tite mouette','Happy Birthday Loki!!!!!!!!',1100386842); INSERT INTO o2_box (id, name, mesg, time) VALUES (8336,'bobysait','yep, pareil Joyeux An Loki :)',1100389013); INSERT INTO o2_box (id, name, mesg, time) VALUES (8337,'Stitch','Bravo tite mouette, difficile d\\\'être plus ponctuelle que toi sur ce coup-là!',1100389027); INSERT INTO o2_box (id, name, mesg, time) VALUES (8338,'Stitch','Joyeux annif à touâ Tigrou!',1100389056); INSERT INTO o2_box (id, name, mesg, time) VALUES (8339,'(-_-) insectman','( -_-) mwa ha ha bonne anniversaire atout ceux a ki c l\\\'anniversaire!!!!',1100394303); INSERT INTO o2_box (id, name, mesg, time) VALUES (8340,'mangatome','noyeux naniv :) loki :)',1100424524); INSERT INTO o2_box (id, name, mesg, time) VALUES (8341,'Kallen','Bonne anniverssaire LOKI. :)',1100429044); INSERT INTO o2_box (id, name, mesg, time) VALUES (8342,'Fred','Happy birthday Loki',1100429080); INSERT INTO o2_box (id, name, mesg, time) VALUES (8343,'joers','Bonne anniv Loki. :)',1100432773); INSERT INTO o2_box (id, name, mesg, time) VALUES (8344,'wako3d','Une femme nue, se regarde debout devant la glace.Elle dit à son époux :',1100470354); INSERT INTO o2_box (id, name, mesg, time) VALUES (8345,'wako3d','\\\"Je me trouve horrible à regarder, grasse et ridée .... J\\\'ai besoin d\\\'un compliment\\\"',1100470367); INSERT INTO o2_box (id, name, mesg, time) VALUES (8346,'wako3d','Le mari répond :',1100470376); INSERT INTO o2_box (id, name, mesg, time) VALUES (8347,'wako3d','\\\"Tu as une bonne vue\\\".',1100470385); INSERT INTO o2_box (id, name, mesg, time) VALUES (8348,'Seyhajin','nimporte nawak wako3d :)',1100471729); INSERT INTO o2_box (id, name, mesg, time) VALUES (8349,'bobysait','hum... on va dire...euh... \\\"ptdr\\\"... mais c pas drôle...la pauv\\\' Famille.... le mari c\\\'es Al Bundi',1100475396); INSERT INTO o2_box (id, name, mesg, time) VALUES (8350,'Mark_Sibly','hi every :D Really glad to meet your nice Site ;)',1100483594); INSERT INTO o2_box (id, name, mesg, time) VALUES (8351,'Filax','Vous avez vu :) mark sibbly c\\\'est inscrit sur le forum :) mdr :)',1100505482); INSERT INTO o2_box (id, name, mesg, time) VALUES (8352,'Fred','...Sibly...ouaip...bon boby on t\\\'as reconnu ...moin d\\\'1 semaine que t revenu et tu fé déjà l\\\'con ;)',1100511287); INSERT INTO o2_box (id, name, mesg, time) VALUES (8353,'Kallen','PTDR Wako. :)',1100515548); INSERT INTO o2_box (id, name, mesg, time) VALUES (8354,'bobysait','...comment ça .... et pis pourquoi ce serai moi hein?! tout d\\\' suite ... :)',1100535309); INSERT INTO o2_box (id, name, mesg, time) VALUES (8355,'Mark_Sibly',';) mais non c\\\'est pas moi :)',1100536795); INSERT INTO o2_box (id, name, mesg, time) VALUES (8356,'Seyhajin','baisse ton masque Mark_Boby :)',1100538362); INSERT INTO o2_box (id, name, mesg, time) VALUES (8357,'bobysait','euh... ma non, ma non... c\\\'est pas moi!!!',1100538817); INSERT INTO o2_box (id, name, mesg, time) VALUES (8358,'bobysait','enfin pas tout à fait ...hum',1100538827); INSERT INTO o2_box (id, name, mesg, time) VALUES (8359,'LoKi','tiens merci les gars! j\\\'avais pas callé! (je vais pas souvent sur le chat)',1100539748); INSERT INTO o2_box (id, name, mesg, time) VALUES (8360,'LoKi','juste un motep our vous signaler que j\\\'ai trouvé comment faire ça (deformations) en blitz :',1100539870); INSERT INTO o2_box (id, name, mesg, time) VALUES (8361,'LoKi','http://image.com.com/gamespot/images/2004/screen0/919651_20040209_screen001.jpg',1100539876); INSERT INTO o2_box (id, name, mesg, time) VALUES (8362,'LoKi','je code comme un malade en ce moment, je bousille total le niveau que j\\\'avais ya 1 mois lol',1100539913); INSERT INTO o2_box (id, name, mesg, time) VALUES (8363,'LoKi','en ce moment je me bats avec les TForm, pick, et autres projections. :)',1100539959); INSERT INTO o2_box (id, name, mesg, time) VALUES (8364,'LoKi','gc de vous claquer une video demo de BTU pour le week end prochain. A+++',1100539983); INSERT INTO o2_box (id, name, mesg, time) VALUES (8365,'bobysait','sympa!!!!',1100541406); INSERT INTO o2_box (id, name, mesg, time) VALUES (8366,'bobysait','même impressionant!',1100541423); INSERT INTO o2_box (id, name, mesg, time) VALUES (8367,'bobysait','Oh yeah!!!!!!!!!! à moi l\\\'adsllllllll 2.5 Mo :) c\\\'est pas trop tôt :D',1100580877); INSERT INTO o2_box (id, name, mesg, time) VALUES (8368,'LoKi','C\\\'est bon, j\\\'ai codé mon truc sur blitz (je l\\\'avais codé de tête) hier, et ça marche nickel. ;)',1100596721); INSERT INTO o2_box (id, name, mesg, time) VALUES (8369,'Kallen','@ loki : c\\\'est tirer du jeu burnout 3 ?? si je me trompe pas ?? :)',1100606134); INSERT INTO o2_box (id, name, mesg, time) VALUES (8370,'Kallen','quoi que j\\\'ai un doute.',1100606214); INSERT INTO o2_box (id, name, mesg, time) VALUES (8371,'wako3d','bonne idée la section projet à lancer.... un bon piège à noob ça :)',1100630023); INSERT INTO o2_box (id, name, mesg, time) VALUES (8372,'Fred','putain g mes cookies qui partent en vrille ... faut que je remette 1 mot de passe sur 2 :(',1100638133); INSERT INTO o2_box (id, name, mesg, time) VALUES (8373,'Brimwen','y\\\'en a qui ont vu Half-Life 2 dans leurs magasins ? ...',1100694703); INSERT INTO o2_box (id, name, mesg, time) VALUES (8374,'mangatome','je vais voir a carrouf cet aprem :)',1100695100); INSERT INTO o2_box (id, name, mesg, time) VALUES (8375,'Brimwen','Leclerc que dalle vers chez moi, super ...',1100700888); INSERT INTO o2_box (id, name, mesg, time) VALUES (8376,'Filax','faite gaffe il parait qu\\\'il sera vendu en 2 version : une normal que le game et une version avec',1100711360); INSERT INTO o2_box (id, name, mesg, time) VALUES (8377,'Filax','l\\\'editeur de niveau sortira le 8 decembre ! moi jle veux le source engine :)',1100711384); INSERT INTO o2_box (id, name, mesg, time) VALUES (8541,'bobysait','par contre il me dis que t\\\'es jamais connecté... zarbi tout de même...',1101224047); INSERT INTO o2_box (id, name, mesg, time) VALUES (8542,'joers','Ennnhhhh y\\\'a quelqu\\\'un qui a du bloquer un autre. :D',1101224444); INSERT INTO o2_box (id, name, mesg, time) VALUES (8543,'Kallen','je comprend pas, j\\\'ai regarder dans mes options, et je t\\\'ai pas bloquer. :(',1101224548); INSERT INTO o2_box (id, name, mesg, time) VALUES (8544,'Kallen','je vais te résincrire voir',1101224567); INSERT INTO o2_box (id, name, mesg, time) VALUES (8545,'Kallen','c\\\'est fais,',1101224607); INSERT INTO o2_box (id, name, mesg, time) VALUES (8546,'Filax','un comparatif GIMP VS PHOTOSHOP :) http://bloutch.lordabdul.net/sections.php?page=nldd&ed=106',1101226180); INSERT INTO o2_box (id, name, mesg, time) VALUES (8547,'bobysait','mouarf...si j\\\'vais nunux... fandar le Doudoule \\\"le ricard au placard!\\\" :D...ah non c pas ça...',1101229320); INSERT INTO o2_box (id, name, mesg, time) VALUES (8548,'Stitch','MDR! terrible la comparaison \\\"objective\\\"! comme koi Toshop c kan meme bien...',1101230727); INSERT INTO o2_box (id, name, mesg, time) VALUES (8549,'Stitch','Au fait, javais pas fait gaffe, mais ça y est, chui \\\"membre\\\" du forum! :)',1101230987); INSERT INTO o2_box (id, name, mesg, time) VALUES (8550,'Kallen','je fouine, je fouine, et voilà ce que je trouve http://membres.lycos.fr/dxtgamecreating/page.php?contenu=accueil.txt :)',1101247036); INSERT INTO o2_box (id, name, mesg, time) VALUES (8551,'joers','Merci Kallen, prophete du Kallenoisme né en l\\\'an 0 de l\\\'année lui même. :)',1101247141); INSERT INTO o2_box (id, name, mesg, time) VALUES (8552,'joers','rhoooo en faite ya po grand chose. :(',1101247513); INSERT INTO o2_box (id, name, mesg, time) VALUES (8553,'Kallen','non y qued, mais j\\\'ai jamais dis qu\\\'il y avait beaucoup de truc en blitz. :)',1101247982); INSERT INTO o2_box (id, name, mesg, time) VALUES (8554,'Seyhajin','Debout la dedans ! !!!! :)',1101288889); INSERT INTO o2_box (id, name, mesg, time) VALUES (8555,'Fruity-Music','Quest ce ki é mieu pour faire des trainées en grand nombre ? des sprites ou des polygones ?',1101312776); INSERT INTO o2_box (id, name, mesg, time) VALUES (8556,'Kallen','tiens le forum déconne ou quoi, faut que je fasse F5, une fois entré le passe et logue. :(',1101312966); INSERT INTO o2_box (id, name, mesg, time) VALUES (8557,'Kallen','http://www.multiportail.net/fr/articles-261.html',1101312972); INSERT INTO o2_box (id, name, mesg, time) VALUES (8558,'joers','N\\\'importe quoi. http://www.jfk-reloaded.com/',1101316329); INSERT INTO o2_box (id, name, mesg, time) VALUES (8559,'bobysait','mouarf... un peu malsaine l\\\'idée je trouve...',1101317335); INSERT INTO o2_box (id, name, mesg, time) VALUES (8560,'joers','mdr juste un peu ^^',1101317532); INSERT INTO o2_box (id, name, mesg, time) VALUES (8561,'mangatome','mais clair',1101317578); INSERT INTO o2_box (id, name, mesg, time) VALUES (8562,'OrcEpic','Bon allez au Dodo moi, Bon code les couche tard',1101339307); INSERT INTO o2_box (id, name, mesg, time) VALUES (8563,'Seyhajin','Ou ca des couche tard ? :)',1101343125); INSERT INTO o2_box (id, name, mesg, time) VALUES (8564,'knorc','koi ???? encore couchés ??? :D',1101361899); INSERT INTO o2_box (id, name, mesg, time) VALUES (8565,'joers','AHHHHH j\\\'ai toujour que 2 Mo sur hotmail ahhhhhhh :(',1101386652); INSERT INTO o2_box (id, name, mesg, time) VALUES (8566,'Kallen','AHHHHH j\\\'ai toujours que 1000 mo sur gmail ahhhhhhh :(',1101387063); INSERT INTO o2_box (id, name, mesg, time) VALUES (8567,'joers','nananananannaaaa',1101387243); INSERT INTO o2_box (id, name, mesg, time) VALUES (8568,'joers','Ouaii mais Gmail ils scannent les email pour faire de la pub cibler ^^',1101387322); INSERT INTO o2_box (id, name, mesg, time) VALUES (8569,'Kallen','arf PTDR, gmail, j\\\'ai jamais reçue un SEUL mail de pub depuis que je l\\\'ai. :)',1101388108); INSERT INTO o2_box (id, name, mesg, time) VALUES (8570,'joers','Rhhhooo laisse moi trouver des excuses. :D',1101388221); INSERT INTO o2_box (id, name, mesg, time) VALUES (8571,'Kallen','pas le temps d\\\'attendre tes excuses. :) j\\\'dois partir.........!......!......!...................',1101388343); INSERT INTO o2_box (id, name, mesg, time) VALUES (8572,'joers','http://www.clubic.com/actualite-11847-le-service-mail-de-google-pas-clean-du-tout.html',1101388410); INSERT INTO o2_box (id, name, mesg, time) VALUES (8573,'Kallen','ben perso, j\\\'en ai pas :)',1101401788); INSERT INTO o2_box (id, name, mesg, time) VALUES (8574,'bobysait','trop d\\\' bonheurrrrrrr http://www.humour.com/jeux/games/pc.asp',1101403699); INSERT INTO o2_box (id, name, mesg, time) VALUES (8575,'bobysait','[url]http://www.humour.com/jeux/games/pc.asp[/url]',1101403779); INSERT INTO o2_box (id, name, mesg, time) VALUES (8576,'knorc','L\\\'homme a beau étendre le cercle de ses idées, sa lumière n\\\'est toujours qu\\\'une étincelle promenée',1101409320); INSERT INTO o2_box (id, name, mesg, time) VALUES (8577,'knorc','dans la nuit qui l\\\'enveloppe (Proudhon)',1101409331); INSERT INTO o2_box (id, name, mesg, time) VALUES (8578,'bobysait','mange un Danny ça ira mieux :) (danone)',1101413081); INSERT INTO o2_box (id, name, mesg, time) VALUES (8579,'joers','Un mars et sa repart (Nestlé)',1101413264); INSERT INTO o2_box (id, name, mesg, time) VALUES (8580,'wako3d','http://overgame.com/page/21237.htm no comment... enfin si, ils sont consq ces journalistes',1101419950); INSERT INTO o2_box (id, name, mesg, time) VALUES (8581,'bobysait','mouarf...même commentaire pour moi!',1101420060); INSERT INTO o2_box (id, name, mesg, time) VALUES (8582,'bobysait','au chiotte les journalistes ! et à mort les suicidaires...mouarf trop debile',1101420128); INSERT INTO o2_box (id, name, mesg, time) VALUES (8583,'bobysait','j\\\'ai trop chaud pour dormir moi , c\\\'est affreux ... :(',1101437829); INSERT INTO o2_box (id, name, mesg, time) VALUES (8584,'OrcEpic','World of Warcraft les precommandes c\\\'est aujourd\\\'hui, Faut que je resiste :(',1101463891); INSERT INTO o2_box (id, name, mesg, time) VALUES (8585,'Kallen','clair, trop grave ces journalistes.',1101467590); INSERT INTO o2_box (id, name, mesg, time) VALUES (8586,'#Jardel#','des idées pour Max IDE ? -> allez dans la section démo, merci',1101470906); INSERT INTO o2_box (id, name, mesg, time) VALUES (8587,'bobysait','arf...je vois qu\\\'il y en a qui font la gueule... super... ok, c\\\'est bon, j\\\'ai compris',1101514596); INSERT INTO o2_box (id, name, mesg, time) VALUES (8588,'bobysait','tien des oiseaux de nuits :) ....',1101515654); INSERT INTO o2_box (id, name, mesg, time) VALUES (8589,'Stitch','Bonne nuit... moi je déménage mon frangin demain matin, galèèère....',1101516033); INSERT INTO o2_box (id, name, mesg, time) VALUES (8590,'bobysait','mouarf, gros boulot ;) benh bonne nuit :)',1101516654); INSERT INTO o2_box (id, name, mesg, time) VALUES (8591,'bobysait','mouarf, personnes n\\\'est debout??? bah alors :) l\\\'avenir souris à ceux qui se levent tôt !!!',1101538413); INSERT INTO o2_box (id, name, mesg, time) VALUES (8592,'Stitch','Moi! Super avenir proche... Frigo, lave-linge... ça va me faire les muscles... :(',1101540826); INSERT INTO o2_box (id, name, mesg, time) VALUES (8593,'bobysait','...mmm :) canapé, armoire, gaziniere, enclume... table de musculation...haltere... :)',1101543358); INSERT INTO o2_box (id, name, mesg, time) VALUES (8594,'bobysait','tu vas en chier :D c\\\'est bon pour la forme ;) Allez on est tous avec toi :lol:',1101543379); INSERT INTO o2_box (id, name, mesg, time) VALUES (8595,'naos','debout un samedi a 7h53, faut pas deconner non plus !',1101546445); INSERT INTO o2_box (id, name, mesg, time) VALUES (8596,'Filax','Nous on viens de se lever avec titi mouette :)',1101555155); INSERT INTO o2_box (id, name, mesg, time) VALUES (8597,'mangatome','lol, bande de dormeurs!',1101555643); INSERT INTO o2_box (id, name, mesg, time) VALUES (8598,'bobysait','Ces feignants prenez exemple, je dors jamais :) à part une nuit ou deux dans mon cercueuil :D',1101563378); INSERT INTO o2_box (id, name, mesg, time) VALUES (8599,'Stitch','C bon, chui reviendu, et chui zencore vivant... Mon dos a bien morflé, j\\\'me fais vieux... :(',1101573795); INSERT INTO o2_box (id, name, mesg, time) VALUES (8600,'knorc','Kallen : j\\\'ai 512 mo de RAM alors si tu peux changer sur Kahonna stp :)',1101589835); INSERT INTO o2_box (id, name, mesg, time) VALUES (8601,'knorc','une barette en plus ( non, non; je parle de mémoire :) )',1101589870); INSERT INTO o2_box (id, name, mesg, time) VALUES (8602,'Copland','Yop Filax mate tes u2u :)',1101592652); INSERT INTO o2_box (id, name, mesg, time) VALUES (8603,'Copland','Bein c\\\'est fait j\\\'ai rien dit ^_^',1101592715); INSERT INTO o2_box (id, name, mesg, time) VALUES (8604,'Copland','Filax j\\\'ai l\\\'impression que le type est encore en train de s\\\'éclater la !',1101592998); INSERT INTO o2_box (id, name, mesg, time) VALUES (8605,'Filax','Note au pti con qui s\\\'eclate :) http://ns9.hosteur.com/%7Eblitz3df/forum/viewthread.php?tid=1761',1101593378); INSERT INTO o2_box (id, name, mesg, time) VALUES (8606,'Filax','Note au pti con qui s\\\'eclate :) http://ns9.hosteur.com/%7Eblitz3df/forum/viewthread.php?tid=1761',1101593464); INSERT INTO o2_box (id, name, mesg, time) VALUES (8607,'Copland','Heu est-ce que kk\\\'un aurrait l\\\'ancienne version du logiciel de terrain T2 ? le new bug chez moi :(',1101594686); INSERT INTO o2_box (id, name, mesg, time) VALUES (8608,'joers','Bonne anniv Brimwen. :)',1101597972); INSERT INTO o2_box (id, name, mesg, time) VALUES (8609,'Stitch','Bon Annif Brim\\\' !!!',1101603240); INSERT INTO o2_box (id, name, mesg, time) VALUES (8610,'Brimwen','merci :)',1101637023); INSERT INTO o2_box (id, name, mesg, time) VALUES (8611,'Kallen','@ Knorc : j\\\'ai pas compris, faut minimum 256 mo, donc c\\\'est bon si t\\\'en a 512 ?? vois pas là.',1101637669); INSERT INTO o2_box (id, name, mesg, time) VALUES (8612,'Kallen','Bonne Anniversaire BRIMWEN :) :) :)',1101638315); INSERT INTO o2_box (id, name, mesg, time) VALUES (8613,'knorc','Kallen : nan je disais juste ke kan je m\\\'étais inscrit javais mis 256 mais maintenant j\\\'ai 512',1101640497); INSERT INTO o2_box (id, name, mesg, time) VALUES (8614,'knorc','juste ke ca peut servir de le savoir pour les betas-tests :D',1101640549); INSERT INTO o2_box (id, name, mesg, time) VALUES (8615,'Filax','Bon aniv brimwen',1101641664); INSERT INTO o2_box (id, name, mesg, time) VALUES (8616,'Tite mouette','bonne Anniversaire Brimwen !!!!!!',1101642270); INSERT INTO o2_box (id, name, mesg, time) VALUES (8617,'mangatome','hey brim bon anniv :)',1101644214); INSERT INTO o2_box (id, name, mesg, time) VALUES (8618,'Stitch','Bon sang!!! Bloquez Mangatome! Empechez-le de poster! Faut pas qu\\\'il arrive à 2000! :eldiablo:',1101654870); INSERT INTO o2_box (id, name, mesg, time) VALUES (8619,'bobysait','joyeux anniversaire :)',1101658902); INSERT INTO o2_box (id, name, mesg, time) VALUES (8791,'izguit','tiens ?!!!! plus que 162 membres!!! ya eu du ménage de fait?',1102762438); INSERT INTO o2_box (id, name, mesg, time) VALUES (8792,'bobysait','et benh c po la fête chez 3d station',1102768514); INSERT INTO o2_box (id, name, mesg, time) VALUES (8793,'bobysait','Voilà ce que me retourne a page d\\\'index...\r\n\r\n[quote]Forbidden\r\nYou don\\\'t have permission to access /forum/ on this server.\r\n\r\n\r\n--------------------------------------------------------------------------------\r\n\r\nApache/1.3.33 Server at www.3d-station.com Port 80[/quote]',1102768575); INSERT INTO o2_box (id, name, mesg, time) VALUES (8794,'Copland','lol idem pour moi :)',1102768784); INSERT INTO o2_box (id, name, mesg, time) VALUES (8795,'bobysait','bah tan pis ...je voulais juste repondre à un post d\\\'un mec qui veux animer un bouquin...',1102768976); INSERT INTO o2_box (id, name, mesg, time) VALUES (8796,'bobysait','et moi j\\\'ai fait ça:) tout fier :D [img]http://worldmirror.free.fr/miroir_projet/screen_mir/livre.gig[/img]',1102769023); INSERT INTO o2_box (id, name, mesg, time) VALUES (8797,'bobysait','arf',1102769033); INSERT INTO o2_box (id, name, mesg, time) VALUES (8798,'bobysait','[img]http://worldmirror.free.fr/miroir_projet/screen_mir/livre.gif[/img]',1102769052); INSERT INTO o2_box (id, name, mesg, time) VALUES (8799,'Kallen','BONNE ANIVERSSAIRE BOBYSAIT. :)',1102769084); INSERT INTO o2_box (id, name, mesg, time) VALUES (8800,'Kallen','lol, mais quel con, j\\\'ai encore confondu la zone t\\\'chat et anniversaire, lol',1102769107); INSERT INTO o2_box (id, name, mesg, time) VALUES (8801,'bobysait','mdr...mon anniv ct 6 jours après que je soit parti pendant 4 mois :)... je suis parti juste avant ;)',1102769377); INSERT INTO o2_box (id, name, mesg, time) VALUES (8802,'mangatome','mdr kallen, décidément ...',1102770676); INSERT INTO o2_box (id, name, mesg, time) VALUES (8803,'mangatome','bob, tu n\\\'as qu\\\'a m\\\'envoyer ta démo sur hotmail .. (250mo lol) ... celle de 130mo :)',1102770822); INSERT INTO o2_box (id, name, mesg, time) VALUES (8804,'wako3d','hééé! Bobyyyy! moi aussi j\\\'veux tester ta demo!! Ze veeeeEEEEeeeeuuux!',1102773146); INSERT INTO o2_box (id, name, mesg, time) VALUES (8805,'bobysait','mouarf, elle est pas encore au point ;) ... des que j\\\'ai mis à jour 2 forums qui sont pas à moi du reste, je repart sur la demo... et je vous la boucle en 2jours maxi :) ...mais là suis overBooké :D\r\n\r\nDu coup, la demo est pas ma priorité :( ...dsl ...vais cor\\\' me faire tapper dessus moi :x',1102777162); INSERT INTO o2_box (id, name, mesg, time) VALUES (8806,'mangatome','je parlais de miroir du monde',1102784090); INSERT INTO o2_box (id, name, mesg, time) VALUES (8807,'bobysait','moi aussi :)',1102784298); INSERT INTO o2_box (id, name, mesg, time) VALUES (8808,'wako3d','pareil ! :up:',1102784627); INSERT INTO o2_box (id, name, mesg, time) VALUES (8809,'mangatome','lol ok',1102789590); INSERT INTO o2_box (id, name, mesg, time) VALUES (8810,'LoKi','je viens de tester la demo de nikko, un vrai marathon... j\\\'ai laissé mon commentaire made in loki',1102792950); INSERT INTO o2_box (id, name, mesg, time) VALUES (8811,'LoKi','... j\\\'espere qu\\\'il le prendra pas mal en tout cas. Donnez vos avis vous aussi. u_u',1102792972); INSERT INTO o2_box (id, name, mesg, time) VALUES (8812,'naos','j\\\'ai donné mon acis aussi, mais bon, on va dire que je suis cruel...',1102797467); INSERT INTO o2_box (id, name, mesg, time) VALUES (8813,'mangatome','ya du monde ce soir :)',1102798220); INSERT INTO o2_box (id, name, mesg, time) VALUES (8814,'bobysait','z\\\'êtes vraiment pas des mecs sociaux... ça me tue de voir ça... je partage vraiment pas vos propos !',1102803743); INSERT INTO o2_box (id, name, mesg, time) VALUES (8815,'bobysait','enfin bon, faites comme vous l\\\'sentez, vous les rois du monde, perfection en coding style ;)',1102803765); INSERT INTO o2_box (id, name, mesg, time) VALUES (8816,'bobysait','vous irez loin, c\\\'est bien :)',1102803775); INSERT INTO o2_box (id, name, mesg, time) VALUES (8817,'wako3d','moi je t\\\'aime Boby!! fais péter la demooooOOOooOOoOOOOOooOoOoOOOoooo !!!! :up: !!',1102807617); INSERT INTO o2_box (id, name, mesg, time) VALUES (8818,'wako3d','erf...il est tard.. Eole s\\\'est endormi.. j\\\'vais piquer ses clefs et m\\\'échapper pour aller dormir..',1102822382); INSERT INTO o2_box (id, name, mesg, time) VALUES (8819,'eddy','Qui vous a autorisé à vous lever ? ... Allez TLM au lit\r\n[img]http://ed.rtv.free.fr/download/dodo.jpg[/img]',1102831241); INSERT INTO o2_box (id, name, mesg, time) VALUES (8820,'Fred','Happy Birthday Stenol ...',1102833461); INSERT INTO o2_box (id, name, mesg, time) VALUES (8821,'joers','bon anniv Stenol. :)',1102845685); INSERT INTO o2_box (id, name, mesg, time) VALUES (8822,'mangatome','noyeux naniv :)',1102857582); INSERT INTO o2_box (id, name, mesg, time) VALUES (8823,'FreakForFreedom','La photo des chat - elle est trop cool... je crois, je vais faire comme eux :P',1102858612); INSERT INTO o2_box (id, name, mesg, time) VALUES (8824,'FreakForFreedom','ah oui: happy birthday, Stenol! xD',1102858674); INSERT INTO o2_box (id, name, mesg, time) VALUES (8825,'Fred','Quelqu\\\'un a déjà acheté sur Amazon.com (je parle d\\\'Amazon.com et pas Amazon.fr) ?',1102859318); INSERT INTO o2_box (id, name, mesg, time) VALUES (8826,'Stitch','nan, moi j\\\'achète uniquement sur ldlc.com, sinon c\\\'est en magasin...',1102860157); INSERT INTO o2_box (id, name, mesg, time) VALUES (8827,'wako3d','nan, jamis teste amazon, un pote l\\\'as fait, pas de pb apparement..',1102861836); INSERT INTO o2_box (id, name, mesg, time) VALUES (8828,'Stitch','Bon, j\\\'me casse, je chargerai toutes vos demos demain soir, et vous aurez mon avis! :D',1102865667); INSERT INTO o2_box (id, name, mesg, time) VALUES (8829,'Fred','ben j\\\'avais testé Amazon.fr et pas de pbm ... par contre Amazon.com ils sont méga en retard :(',1102867322); INSERT INTO o2_box (id, name, mesg, time) VALUES (8830,'Fruity-Music','CHUI COMME UN DINGUE G UN NOUVO PC !!!',1102867727); INSERT INTO o2_box (id, name, mesg, time) VALUES (8831,'Fruity-Music','3Ghz , 512 Mo de Ram ... écran plat 17 pouces',1102867758); INSERT INTO o2_box (id, name, mesg, time) VALUES (8832,'Fruity-Music','!!! :D',1102867909); INSERT INTO o2_box (id, name, mesg, time) VALUES (8833,'Fred','cool ...',1102868127); INSERT INTO o2_box (id, name, mesg, time) VALUES (8834,'jbam','fruity tu es un encule :) :) j\\\'ai envis de changer d\\\'ordi :( :(',1102868855); INSERT INTO o2_box (id, name, mesg, time) VALUES (8835,'Copland','lol c\\\'est quoi c\\\'est gros mots là y\\\'a des mineurs ici encore',1102871287); INSERT INTO o2_box (id, name, mesg, time) VALUES (8836,'Copland','aller op on efface tout',1102871296); INSERT INTO o2_box (id, name, mesg, time) VALUES (8837,'Copland','op',1102871300); INSERT INTO o2_box (id, name, mesg, time) VALUES (8838,'Copland','op',1102871304); INSERT INTO o2_box (id, name, mesg, time) VALUES (8839,'Copland',':D',1102871308); INSERT INTO o2_box (id, name, mesg, time) VALUES (8840,'Fruity-Music','hehe Blitz va a toute allure dun seul coups c trop fort :p',1102876386); INSERT INTO o2_box (id, name, mesg, time) VALUES (8841,'mangatome','lol ... le salaud :P ;)',1102879704); INSERT INTO o2_box (id, name, mesg, time) VALUES (8842,'Copland','Bon Jbam et Mangatome vous faite la paire des garçons grossiers ma parole :p',1102889023); INSERT INTO o2_box (id, name, mesg, time) VALUES (8843,'bobysait','c vrai je supporte pas non plus les connards de merde vulgaires comme ça :D',1102889188); INSERT INTO o2_box (id, name, mesg, time) VALUES (8844,'joers','bon anniv Obipadawan. :)',1102894927); INSERT INTO o2_box (id, name, mesg, time) VALUES (8845,'bobysait','c dingue le navigateur de Blitz est super rapide... fandard de se balader sur le forum avec Blitz :D',1102909751); INSERT INTO o2_box (id, name, mesg, time) VALUES (8846,'Copland','lol t\\\'a de ses idées toi',1102909779); INSERT INTO o2_box (id, name, mesg, time) VALUES (8847,'bobysait','ouaw... 90 euros pour acheter TerraEd ??? pfiouuuu.... ça fait un sacré paquet d\\\'fric ça..',1102920495); INSERT INTO o2_box (id, name, mesg, time) VALUES (8848,'bobysait','De quoi acheter BlitzMax :o .... j\\\'croayis que ct de l\\\'ordre de la bcf moi ...',1102920528); INSERT INTO o2_box (id, name, mesg, time) VALUES (8849,'Filax','C\\\'est les sources complet+BCF 3 incluse ;)',1102924216); INSERT INTO o2_box (id, name, mesg, time) VALUES (8850,'Filax','Terraed est a 30 euros',1102925098); INSERT INTO o2_box (id, name, mesg, time) VALUES (8851,'bobysait','ah ok...bah faut que je te previennes alors ;) met m\\\'en une de côté, et ils ont deconné sur Shareit',1102925245); INSERT INTO o2_box (id, name, mesg, time) VALUES (8852,'bobysait','ils ont mis sans vraiment d\\\'indications, 90 euros (enfin presque) Terraed...',1102925277); INSERT INTO o2_box (id, name, mesg, time) VALUES (8853,'Filax','www.shareit.com/product.html?productid=208039&languageid=0¤cies=GBP,EUR,USD&DELIVERY=EML',1102925502); INSERT INTO o2_box (id, name, mesg, time) VALUES (8854,'Filax','tu as fume de la drogue ?',1102925514); INSERT INTO o2_box (id, name, mesg, time) VALUES (8855,'bobysait','euh... tien j\\\'ai pas eu ça moi...je sais pas quelle etape j\\\'ai planté... :D',1102925723); INSERT INTO o2_box (id, name, mesg, time) VALUES (8856,'bobysait','bah..j\\\'ai aps encore dormi depuis plus de 48 heures ;) c\\\'est peut être aussi la fatigue :)',1102925747); INSERT INTO o2_box (id, name, mesg, time) VALUES (8857,'bobysait','ouaw... le lien est super lent...',1102925799); INSERT INTO o2_box (id, name, mesg, time) VALUES (8858,'bobysait','tien moi le lien m\\\'envoyai là ;)',1102925859); INSERT INTO o2_box (id, name, mesg, time) VALUES (8859,'bobysait','http://www.shareit.com/product.html?productid=213803',1102925864); INSERT INTO o2_box (id, name, mesg, time) VALUES (8860,'bobysait','bon bah la commande est passée :) voili voilou !!!!',1102926265); INSERT INTO o2_box (id, name, mesg, time) VALUES (8861,'Filax','Oui mais la c\\\'est le liens du source ! :) sinon je viens de te l\\\'envoyer :)',1102926666); INSERT INTO o2_box (id, name, mesg, time) VALUES (8862,'Filax','tu as fume de la drogue ?',1102926822); INSERT INTO o2_box (id, name, mesg, time) VALUES (8863,'Filax','desole double topic dans le mono chat',1102926847); INSERT INTO o2_box (id, name, mesg, time) VALUES (8864,'bobysait','oki oki :) donc tupeux faire chauffer la bande ;)',1102927128); INSERT INTO o2_box (id, name, mesg, time) VALUES (8865,'bobysait','ça met combien de temps sur shareit pour te dire que j\\\'ai tout fait comme y faut???',1102927191); INSERT INTO o2_box (id, name, mesg, time) VALUES (8866,'bobysait','Filax, regarde ta boite U2U :)',1102927766); INSERT INTO o2_box (id, name, mesg, time) VALUES (8867,'bobysait','arf...l\\\'est parti... et moi qui attend mon TerraEd :x',1102927841); INSERT INTO o2_box (id, name, mesg, time) VALUES (8868,'Tite mouette','boby ton terraed doit deja etre dans ta boite mail',1102928390); INSERT INTO o2_box (id, name, mesg, time) VALUES (8869,'bobysait','ah...bah j\\\'ai riezn reçu moi...',1102928764); INSERT INTO o2_box (id, name, mesg, time) VALUES (8870,'bobysait','je vien de t\\\'envoyer un U2U lol... j\\\'ai du retard :)',1102928780); INSERT INTO o2_box (id, name, mesg, time) VALUES (8871,'bobysait','bah je reçois rien en tout cas... c\\\'est bizare... z\\\'êtes pas planté de mail???',1102929042); INSERT INTO o2_box (id, name, mesg, time) VALUES (8872,'bobysait','arf...l\\\'est partie aussi la tite_mouette... et mon joujou alors?',1102929067); INSERT INTO o2_box (id, name, mesg, time) VALUES (8873,'bobysait','oh...desolé au fait..je flood le monochat :)',1102929084); INSERT INTO o2_box (id, name, mesg, time) VALUES (8874,'bobysait','Bon bah bonne nuit tout le monde et @ ce soir :D',1102930319); INSERT INTO o2_box (id, name, mesg, time) VALUES (8875,'joers','Re bon anniv Obipadawan. :) (vu que Bobyqait a tout écrit partout :))',1102931324); INSERT INTO o2_box (id, name, mesg, time) VALUES (8876,'Filax','Je te l\\\'ai envoye ce matin poto a l\\\'adresse avec de ton incription share XXXX@Free.fr je crois',1102934267); INSERT INTO o2_box (id, name, mesg, time) VALUES (8877,'Kallen','BONNE ANNIVERSAIRE... :) OBI....',1102935620); INSERT INTO o2_box (id, name, mesg, time) VALUES (8878,'izguit','bon anniv obi',1102939828); INSERT INTO o2_box (id, name, mesg, time) VALUES (8879,'jbam','bon annif obi',1102948021); INSERT INTO o2_box (id, name, mesg, time) VALUES (8880,'izguit','bonne claustrof obi',1102961658); INSERT INTO o2_box (id, name, mesg, time) VALUES (8881,'bobysait','bonobiwan kenobi :)',1102967043); INSERT INTO o2_box (id, name, mesg, time) VALUES (8882,'Copland','Sympa l\\\'explication sur les peek poke :)',1102974312); INSERT INTO o2_box (id, name, mesg, time) VALUES (8883,'Copland','j\\\'aime bien le verbe \\\"Poker\\\" dans les explications LoL',1102974337); INSERT INTO o2_box (id, name, mesg, time) VALUES (8884,'Copland',':D',1102974344); INSERT INTO o2_box (id, name, mesg, time) VALUES (8885,'bobysait','vi c kan on depose toutes les donnés sur la table et qu\\\'on compare :) le dernier se fou à poil :)',1102974523); INSERT INTO o2_box (id, name, mesg, time) VALUES (8886,'Flash Solaar','Salut! Je teste le Monochat...',1102974782); INSERT INTO o2_box (id, name, mesg, time) VALUES (8887,'Flash Solaar','ha bah ça marche super bien! :|',1102974799); INSERT INTO o2_box (id, name, mesg, time) VALUES (8888,'Flash Solaar','ha bah ça marche super bien! :|',1102974847); INSERT INTO o2_box (id, name, mesg, time) VALUES (8889,'Copland','lol actualise pas :p',1102974974); INSERT INTO o2_box (id, name, mesg, time) VALUES (8890,'Flash Solaar','Ooops, j\\\'ai gouré! :)',1102975037); INSERT INTO o2_box (id, name, mesg, time) VALUES (8891,'Copland','lol :)',1102975079); INSERT INTO o2_box (id, name, mesg, time) VALUES (8892,'Flash Solaar','Mais les messages s\\\'update pas tout seul? Faut reclicker quelque part ou quoi?',1102975196); INSERT INTO o2_box (id, name, mesg, time) VALUES (8893,'Copland','oui tu click sur le petit liens Forums Blitz3D fr en bas ou alors tu click sur Manochat',1102975238); -- -- Table structure for table `o2_buddys` -- DROP TABLE IF EXISTS o2_buddys; CREATE TABLE o2_buddys ( username varchar(40) NOT NULL default '', buddyname varchar(40) NOT NULL default '' ) TYPE=MyISAM; -- -- Dumping data for table `o2_buddys` -- INSERT INTO o2_buddys (username, buddyname) VALUES ('Progi1984','meteorman'); INSERT INTO o2_buddys (username, buddyname) VALUES ('Progi1984','repeatuntil'); INSERT INTO o2_buddys (username, buddyname) VALUES ('Progi1984','mangatome'); INSERT INTO o2_buddys (username, buddyname) VALUES ('Progi1984','jbam'); INSERT INTO o2_buddys (username, buddyname) VALUES ('Progi1984','pigmin'); INSERT INTO o2_buddys (username, buddyname) VALUES ('patmaba','eddy'); INSERT INTO o2_buddys (username, buddyname) VALUES ('patmaba','pigmin'); INSERT INTO o2_buddys (username, buddyname) VALUES ('bobysait','pigmin'); INSERT INTO o2_buddys (username, buddyname) VALUES ('ZIG','Chgros'); INSERT INTO o2_buddys (username, buddyname) VALUES ('bobysait','Fruity-Music'); INSERT INTO o2_buddys (username, buddyname) VALUES ('bobysait','Fred'); INSERT INTO o2_buddys (username, buddyname) VALUES ('Progi1984','Tite mouette'); INSERT INTO o2_buddys (username, buddyname) VALUES ('ZIG','LoKi'); INSERT INTO o2_buddys (username, buddyname) VALUES ('totor47','Fruity-Music'); INSERT INTO o2_buddys (username, buddyname) VALUES ('totor47','bobysait'); INSERT INTO o2_buddys (username, buddyname) VALUES ('Progi1984','Xaab'); INSERT INTO o2_buddys (username, buddyname) VALUES ('Progi1984','Fruity-Music'); INSERT INTO o2_buddys (username, buddyname) VALUES ('Progi1984','biostrike'); INSERT INTO o2_buddys (username, buddyname) VALUES ('Progi1984','bobysait'); INSERT INTO o2_buddys (username, buddyname) VALUES ('nono007','gignops'); INSERT INTO o2_buddys (username, buddyname) VALUES ('SilverGrom','Filax'); INSERT INTO o2_buddys (username, buddyname) VALUES ('SilverGrom','pigmin'); INSERT INTO o2_buddys (username, buddyname) VALUES ('SilverGrom','dfr'); INSERT INTO o2_buddys (username, buddyname) VALUES ('Alucard 501','Progi1984'); INSERT INTO o2_buddys (username, buddyname) VALUES ('Progi1984','Alucard 501'); INSERT INTO o2_buddys (username, buddyname) VALUES ('20coeur','pigmin'); INSERT INTO o2_buddys (username, buddyname) VALUES ('Tchico','jbam'); INSERT INTO o2_buddys (username, buddyname) VALUES ('Tchico','ftbass'); INSERT INTO o2_buddys (username, buddyname) VALUES ('xanaki','OrcEpic'); INSERT INTO o2_buddys (username, buddyname) VALUES ('dahevos','mangatome'); INSERT INTO o2_buddys (username, buddyname) VALUES ('Progi1984','SaianSupa'); INSERT INTO o2_buddys (username, buddyname) VALUES ('patmaba','Tite mouette'); INSERT INTO o2_buddys (username, buddyname) VALUES ('patmaba','Filax'); INSERT INTO o2_buddys (username, buddyname) VALUES ('Clyde','Filax'); INSERT INTO o2_buddys (username, buddyname) VALUES ('Clyde','pigmin'); INSERT INTO o2_buddys (username, buddyname) VALUES ('Clyde','Copland'); INSERT INTO o2_buddys (username, buddyname) VALUES ('Clyde','Eole'); INSERT INTO o2_buddys (username, buddyname) VALUES ('Clyde','Progi1984'); INSERT INTO o2_buddys (username, buddyname) VALUES ('Clyde','Kallen'); INSERT INTO o2_buddys (username, buddyname) VALUES ('Clyde','nikko'); INSERT INTO o2_buddys (username, buddyname) VALUES ('Boud','Kallen'); INSERT INTO o2_buddys (username, buddyname) VALUES ('Boud','ghent'); INSERT INTO o2_buddys (username, buddyname) VALUES ('Boud','wako3d'); INSERT INTO o2_buddys (username, buddyname) VALUES ('SaianSupa','SaianSupa'); INSERT INTO o2_buddys (username, buddyname) VALUES ('SaianSupa','mangatome'); INSERT INTO o2_buddys (username, buddyname) VALUES ('bobysait','Kallen'); INSERT INTO o2_buddys (username, buddyname) VALUES ('froggies','vloosfelt'); INSERT INTO o2_buddys (username, buddyname) VALUES ('patmaba','Seyhajin'); INSERT INTO o2_buddys (username, buddyname) VALUES ('patmaba','Eole'); -- -- Table structure for table `o2_favorites` -- DROP TABLE IF EXISTS o2_favorites; CREATE TABLE o2_favorites ( tid smallint(6) NOT NULL default '0', username varchar(40) NOT NULL default '', type varchar(20) NOT NULL default '', unsubid varchar(30) NOT NULL default '', KEY tid (tid), KEY username (username), KEY unsubid (unsubid) ) TYPE=MyISAM; -- -- Dumping data for table `o2_favorites` -- INSERT INTO o2_favorites (tid, username, type, unsubid) VALUES (3,'Otma','subscription','101f96e5a059c99cc38df14e9e1187'); INSERT INTO o2_favorites (tid, username, type, unsubid) VALUES (93,'LoKi','favorite',''); INSERT INTO o2_favorites (tid, username, type, unsubid) VALUES (135,'Progi1984','subscription','6ad571532cf14cd94b14e7142224f3'); INSERT INTO o2_favorites (tid, username, type, unsubid) VALUES (152,'Progi1984','subscription','0e23fd155e0499aacb09c39595e18a'); INSERT INTO o2_favorites (tid, username, type, unsubid) VALUES (69,'rDad','favorite',''); INSERT INTO o2_favorites (tid, username, type, unsubid) VALUES (40,'rDad','favorite',''); INSERT INTO o2_favorites (tid, username, type, unsubid) VALUES (142,'rDad','favorite',''); INSERT INTO o2_favorites (tid, username, type, unsubid) VALUES (204,'Progi1984','subscription','90e8c23ab931411f28670ed86fba04'); INSERT INTO o2_favorites (tid, username, type, unsubid) VALUES (226,'Super_Durand','subscription','ce46e0c8ea7baaaf03634fad23d324'); INSERT INTO o2_favorites (tid, username, type, unsubid) VALUES (383,'Progi1984','favorite',''); INSERT INTO o2_favorites (tid, username, type, unsubid) VALUES (494,'totor47','subscription','fa2f60a25248d82c2a3800480cdbbe'); INSERT INTO o2_favorites (tid, username, type, unsubid) VALUES (155,'izguit','subscription','21efd4b7a8d0b8ab8f4c8ab3887cd9'); INSERT INTO o2_favorites (tid, username, type, unsubid) VALUES (542,'eddy','favorite',''); INSERT INTO o2_favorites (tid, username, type, unsubid) VALUES (1053,'SPOKE','subscription','37d91f42706de13f736ca66e91efd6'); INSERT INTO o2_favorites (tid, username, type, unsubid) VALUES (1064,'bob1969','subscription','35c6bfdcab1e890bdad0a9f1e0057f'); INSERT INTO o2_favorites (tid, username, type, unsubid) VALUES (989,'eddy','favorite',''); INSERT INTO o2_favorites (tid, username, type, unsubid) VALUES (1189,'FireAngel','favorite',''); INSERT INTO o2_favorites (tid, username, type, unsubid) VALUES (1055,'Brimwen','favorite',''); INSERT INTO o2_favorites (tid, username, type, unsubid) VALUES (1271,'icare_olivier','favorite',''); INSERT INTO o2_favorites (tid, username, type, unsubid) VALUES (1253,'icare_olivier','subscription','b29bd9b1e820aca210ccc0e6a66056'); INSERT INTO o2_favorites (tid, username, type, unsubid) VALUES (46,'icare_olivier','subscription','2ce01d487e5ccd8d74e7e9a6182dc3'); INSERT INTO o2_favorites (tid, username, type, unsubid) VALUES (894,'icare_olivier','subscription','38c26bd6ea0db549adef59d688b7e7'); INSERT INTO o2_favorites (tid, username, type, unsubid) VALUES (1294,'icare_olivier','subscription','27c9c26ba6ef14bd3aee1343d627f4'); INSERT INTO o2_favorites (tid, username, type, unsubid) VALUES (851,'icare_olivier','favorite',''); INSERT INTO o2_favorites (tid, username, type, unsubid) VALUES (279,'deltaprime','subscription','be1f6e996c333da3e747230473250b'); INSERT INTO o2_favorites (tid, username, type, unsubid) VALUES (1401,'pigmin','favorite',''); INSERT INTO o2_favorites (tid, username, type, unsubid) VALUES (1547,'obipadawan','favorite',''); INSERT INTO o2_favorites (tid, username, type, unsubid) VALUES (1624,'Xaab','favorite',''); INSERT INTO o2_favorites (tid, username, type, unsubid) VALUES (1003,'bobysait','subscription','7e552df5a86d14059381eaa0c22696'); INSERT INTO o2_favorites (tid, username, type, unsubid) VALUES (1003,'bobysait','favorite',''); INSERT INTO o2_favorites (tid, username, type, unsubid) VALUES (557,'Copland','favorite',''); -- -- Table structure for table `o2_forums` -- DROP TABLE IF EXISTS o2_forums; CREATE TABLE o2_forums ( type varchar(15) NOT NULL default '', fid smallint(6) NOT NULL auto_increment, name varchar(50) NOT NULL default '', status varchar(15) NOT NULL default '', lastpost bigint(30) NOT NULL default '0', lastdata varchar(40) NOT NULL default '', moderator varchar(100) NOT NULL default '', displayorder smallint(6) NOT NULL default '0', private smallint(6) NOT NULL default '1', description text, allowhtml char(3) NOT NULL default '', allowsmilies char(3) NOT NULL default '', allowbbcode char(3) NOT NULL default '', userlist text NOT NULL, writelist text NOT NULL, theme varchar(30) NOT NULL default '', posts int(100) NOT NULL default '0', threads int(100) NOT NULL default '0', fup smallint(6) NOT NULL default '0', postperm char(3) NOT NULL default '', allowimgcode char(3) NOT NULL default '', attachstatus char(3) NOT NULL default '', pollstatus char(3) NOT NULL default '', password varchar(30) NOT NULL default '', guestposting char(3) NOT NULL default '', PRIMARY KEY (fid), KEY fup (fup), KEY type (type), KEY private (private), KEY status (status) ) TYPE=MyISAM; -- -- Dumping data for table `o2_forums` -- INSERT INTO o2_forums (type, fid, name, status, lastpost, lastdata, moderator, displayorder, private, description, allowhtml, allowsmilies, allowbbcode, userlist, writelist, theme, posts, threads, fup, postperm, allowimgcode, attachstatus, pollstatus, password, guestposting) VALUES ('group',1,'Programmation','yes',1103147562,'bobysait|1823|26983','',1,0,'','','','','','','',9316,742,0,'','','','','','no'); INSERT INTO o2_forums (type, fid, name, status, lastpost, lastdata, moderator, displayorder, private, description, allowhtml, allowsmilies, allowbbcode, userlist, writelist, theme, posts, threads, fup, postperm, allowimgcode, attachstatus, pollstatus, password, guestposting) VALUES ('forum',2,'Questions 3D','yes',1103147562,'bobysait|1823|26983','Filax, Eddy, Eole, Kallen',0,1,'Des questions sur BlitzBasic 3D ?','','yes','yes','','','Oxygen',5505,529,1,'1|1','yes','yes','yes','',''); INSERT INTO o2_forums (type, fid, name, status, lastpost, lastdata, moderator, displayorder, private, description, allowhtml, allowsmilies, allowbbcode, userlist, writelist, theme, posts, threads, fup, postperm, allowimgcode, attachstatus, pollstatus, password, guestposting) VALUES ('forum',15,'BCF les bugs ?','yes',1092949733,'pigmin|1351|20025','Filax, Eddy, Eole, Kallen',0,1,'Vous avez un problème ?','','yes','yes','','','',185,14,14,'1|1','yes','yes','yes','',''); INSERT INTO o2_forums (type, fid, name, status, lastpost, lastdata, moderator, displayorder, private, description, allowhtml, allowsmilies, allowbbcode, userlist, writelist, theme, posts, threads, fup, postperm, allowimgcode, attachstatus, pollstatus, password, guestposting) VALUES ('group',16,'Forum Blitz3DFr','yes',1103145550,'sebcesoir|1735|26982','',0,0,'','','','','','','',16201,992,0,'','','','','','no'); INSERT INTO o2_forums (type, fid, name, status, lastpost, lastdata, moderator, displayorder, private, description, allowhtml, allowsmilies, allowbbcode, userlist, writelist, theme, posts, threads, fup, postperm, allowimgcode, attachstatus, pollstatus, password, guestposting) VALUES ('forum',12,'Questions 2D','yes',1102869762,'blu3dr4g0n|1808|26578','Filax, Eddy, Eole, Kallen',1,1,'La 2D classique et la 2D accéléré 3D','','yes','yes','','','',419,40,1,'1|1','yes','yes','yes','',''); INSERT INTO o2_forums (type, fid, name, status, lastpost, lastdata, moderator, displayorder, private, description, allowhtml, allowsmilies, allowbbcode, userlist, writelist, theme, posts, threads, fup, postperm, allowimgcode, attachstatus, pollstatus, password, guestposting) VALUES ('forum',6,'Routines Blitz','yes',1103041670,'Filax|1585|26834','Filax, Eddy, Eole, Kallen',3,1,'Partagez votre code !','','yes','yes','','','',1131,103,1,'1|1','yes','yes','yes','',''); INSERT INTO o2_forums (type, fid, name, status, lastpost, lastdata, moderator, displayorder, private, description, allowhtml, allowsmilies, allowbbcode, userlist, writelist, theme, posts, threads, fup, postperm, allowimgcode, attachstatus, pollstatus, password, guestposting) VALUES ('forum',11,'Discussion générale','yes',1103145400,'wako3d|1826|26981','Filax, Eddy, Eole, Kallen',0,1,'Vous avez quelque chose à dire ?','','yes','yes','','','',8897,644,16,'1|1','yes','yes','yes','',''); INSERT INTO o2_forums (type, fid, name, status, lastpost, lastdata, moderator, displayorder, private, description, allowhtml, allowsmilies, allowbbcode, userlist, writelist, theme, posts, threads, fup, postperm, allowimgcode, attachstatus, pollstatus, password, guestposting) VALUES ('sub',37,'Archive Concours 1','yes',1080813059,'Kallen|270|8540','',0,1,'','no','yes','yes','','','',96,3,39,'1','yes','yes','yes','','no'); INSERT INTO o2_forums (type, fid, name, status, lastpost, lastdata, moderator, displayorder, private, description, allowhtml, allowsmilies, allowbbcode, userlist, writelist, theme, posts, threads, fup, postperm, allowimgcode, attachstatus, pollstatus, password, guestposting) VALUES ('group',14,'Section BCF','yes',1095416052,'ftbass|1521|22043','',3,0,'','','','','','','',626,58,0,'','','','','','no'); INSERT INTO o2_forums (type, fid, name, status, lastpost, lastdata, moderator, displayorder, private, description, allowhtml, allowsmilies, allowbbcode, userlist, writelist, theme, posts, threads, fup, postperm, allowimgcode, attachstatus, pollstatus, password, guestposting) VALUES ('group',17,'Section EPS (Eole particle system)','yes',1097751263,'Ecto|1607|22955','',4,0,'','','','','','','',69,11,0,'','','','','','no'); INSERT INTO o2_forums (type, fid, name, status, lastpost, lastdata, moderator, displayorder, private, description, allowhtml, allowsmilies, allowbbcode, userlist, writelist, theme, posts, threads, fup, postperm, allowimgcode, attachstatus, pollstatus, password, guestposting) VALUES ('forum',18,'EPS les bugs ?','yes',1097751263,'Ecto|1607|22955','Filax, Eddy, Eole, Kallen',0,1,'Vous avez un problème ?','','yes','yes','','','',7,3,17,'1|1','yes','yes','yes','',''); INSERT INTO o2_forums (type, fid, name, status, lastpost, lastdata, moderator, displayorder, private, description, allowhtml, allowsmilies, allowbbcode, userlist, writelist, theme, posts, threads, fup, postperm, allowimgcode, attachstatus, pollstatus, password, guestposting) VALUES ('forum',26,'Top of the perles :)','yes',1101372762,'Progi1984|974|25397','Filax,Pigmin,Eddy',0,1,'Les mails sympa que je reçois ...','','yes','yes','','','',198,12,25,'3|1','yes','yes','yes','',''); INSERT INTO o2_forums (type, fid, name, status, lastpost, lastdata, moderator, displayorder, private, description, allowhtml, allowsmilies, allowbbcode, userlist, writelist, theme, posts, threads, fup, postperm, allowimgcode, attachstatus, pollstatus, password, guestposting) VALUES ('forum',21,'BCF plugins','yes',1095416052,'ftbass|1521|22043','Filax, Eddy, Eole, Kallen',1,1,'Vous avez développé un plugin pour la BCF ?','','yes','yes','','','',40,8,14,'1|1','yes','yes','yes','',''); INSERT INTO o2_forums (type, fid, name, status, lastpost, lastdata, moderator, displayorder, private, description, allowhtml, allowsmilies, allowbbcode, userlist, writelist, theme, posts, threads, fup, postperm, allowimgcode, attachstatus, pollstatus, password, guestposting) VALUES ('group',25,'Section perles Blitz3DFr','yes',1101372762,'Progi1984|974|25397','',7,0,'','','','','','','',198,12,0,'','','','','','no'); INSERT INTO o2_forums (type, fid, name, status, lastpost, lastdata, moderator, displayorder, private, description, allowhtml, allowsmilies, allowbbcode, userlist, writelist, theme, posts, threads, fup, postperm, allowimgcode, attachstatus, pollstatus, password, guestposting) VALUES ('forum',23,'EPS en générale','yes',1093960166,'Kallen|86|21027','Filax, Eddy, Eole, Kallen',1,1,'Vous avez quelque chose à dire sur l\'EPS ?','','yes','yes','','','',62,8,17,'1|1','yes','yes','yes','',''); INSERT INTO o2_forums (type, fid, name, status, lastpost, lastdata, moderator, displayorder, private, description, allowhtml, allowsmilies, allowbbcode, userlist, writelist, theme, posts, threads, fup, postperm, allowimgcode, attachstatus, pollstatus, password, guestposting) VALUES ('forum',24,'BCF en générale','yes',1090614075,'Seyhajin|632|18033','Filax, Eddy, Eole, Kallen',2,1,'Vous avez quelque chose à dire sur la BCF ?','','yes','yes','','','',401,36,14,'1|1','yes','yes','yes','',''); INSERT INTO o2_forums (type, fid, name, status, lastpost, lastdata, moderator, displayorder, private, description, allowhtml, allowsmilies, allowbbcode, userlist, writelist, theme, posts, threads, fup, postperm, allowimgcode, attachstatus, pollstatus, password, guestposting) VALUES ('forum',28,'Des idées pour améliorer Blitz3DFr ?','yes',1103046163,'Stitch|1819|26846','Filax, Eddy, Eole, Kallen',3,1,'Pour vous servir ...','','yes','yes','','','',411,40,16,'1|1','yes','yes','yes','',''); INSERT INTO o2_forums (type, fid, name, status, lastpost, lastdata, moderator, displayorder, private, description, allowhtml, allowsmilies, allowbbcode, userlist, writelist, theme, posts, threads, fup, postperm, allowimgcode, attachstatus, pollstatus, password, guestposting) VALUES ('forum',29,'Section Screenshot','yes',1103057333,'bobysait|743|26875','Filax, Eddy, Eole, Kallen',1,1,'Screenshot de vos projets Blitz !','','yes','yes','','','',2888,111,16,'1|1','yes','yes','yes','',''); INSERT INTO o2_forums (type, fid, name, status, lastpost, lastdata, moderator, displayorder, private, description, allowhtml, allowsmilies, allowbbcode, userlist, writelist, theme, posts, threads, fup, postperm, allowimgcode, attachstatus, pollstatus, password, guestposting) VALUES ('forum',30,'Section démo de vos projets','yes',1103142818,'SaianSupa|1830|26980','Filax, Eddy, Eole, Kallen',2,1,'Postez les versions béta de vos projets !','','yes','yes','','','',2786,107,16,'1|1','yes','yes','yes','',''); INSERT INTO o2_forums (type, fid, name, status, lastpost, lastdata, moderator, displayorder, private, description, allowhtml, allowsmilies, allowbbcode, userlist, writelist, theme, posts, threads, fup, postperm, allowimgcode, attachstatus, pollstatus, password, guestposting) VALUES ('forum',32,'Section Graphiste','yes',1103145550,'sebcesoir|1735|26982','Filax, Eddy, Eole, Kallen',0,1,'Contribution pr tout ce qui est graph.','','yes','yes','','','',1219,90,16,'1|1','yes','yes','yes','',''); INSERT INTO o2_forums (type, fid, name, status, lastpost, lastdata, moderator, displayorder, private, description, allowhtml, allowsmilies, allowbbcode, userlist, writelist, theme, posts, threads, fup, postperm, allowimgcode, attachstatus, pollstatus, password, guestposting) VALUES ('group',33,'Blitz Tutorial & Tips (par DJ Pigmin)','yes',1102103657,'bobysait|371|25981','',6,0,'','','','','','','',222,9,0,'','','','','','no'); INSERT INTO o2_forums (type, fid, name, status, lastpost, lastdata, moderator, displayorder, private, description, allowhtml, allowsmilies, allowbbcode, userlist, writelist, theme, posts, threads, fup, postperm, allowimgcode, attachstatus, pollstatus, password, guestposting) VALUES ('forum',34,'Pour les débutants','yes',1102103657,'bobysait|371|25981','Filax,Pigmin',0,1,'','','yes','yes','','','',222,9,33,'3|1','yes','yes','yes','',''); INSERT INTO o2_forums (type, fid, name, status, lastpost, lastdata, moderator, displayorder, private, description, allowhtml, allowsmilies, allowbbcode, userlist, writelist, theme, posts, threads, fup, postperm, allowimgcode, attachstatus, pollstatus, password, guestposting) VALUES ('forum',35,'Pour les brutes','yes',0,'||','Filax,Pigmin',1,1,'','','yes','yes','','','',0,0,33,'3|1','yes','yes','yes','',''); INSERT INTO o2_forums (type, fid, name, status, lastpost, lastdata, moderator, displayorder, private, description, allowhtml, allowsmilies, allowbbcode, userlist, writelist, theme, posts, threads, fup, postperm, allowimgcode, attachstatus, pollstatus, password, guestposting) VALUES ('forum',36,'Questions Physique Engine (Tokamak,ODE...)','yes',1099414956,'Daubermman|850|23965','Filax, Eddy, Eole, Kallen',2,1,'Moteur physique','','yes','yes','','','',285,28,1,'1|1','yes','yes','yes','',''); INSERT INTO o2_forums (type, fid, name, status, lastpost, lastdata, moderator, displayorder, private, description, allowhtml, allowsmilies, allowbbcode, userlist, writelist, theme, posts, threads, fup, postperm, allowimgcode, attachstatus, pollstatus, password, guestposting) VALUES ('forum',39,'Concours pour le fun n°3 :)','yes',1103120003,'JeDi_GeGe|1738|26957','Filax, Eddy, Eole, Kallen',5,2,'Ya dla oldie\'s dans l\'air :)','','yes','yes','','','',1976,42,1,'1|1','yes','yes','yes','',''); INSERT INTO o2_forums (type, fid, name, status, lastpost, lastdata, moderator, displayorder, private, description, allowhtml, allowsmilies, allowbbcode, userlist, writelist, theme, posts, threads, fup, postperm, allowimgcode, attachstatus, pollstatus, password, guestposting) VALUES ('sub',40,'Archive Concours 2','yes',1099309248,'Kallen|957|23892','',0,1,'','no','yes','yes','','','',1217,19,39,'1','yes','yes','yes','','no'); INSERT INTO o2_forums (type, fid, name, status, lastpost, lastdata, moderator, displayorder, private, description, allowhtml, allowsmilies, allowbbcode, userlist, writelist, theme, posts, threads, fup, postperm, allowimgcode, attachstatus, pollstatus, password, guestposting) VALUES ('forum',42,'Annoncez vos projets et montez vos equipes.','yes',1103130645,'sebcesoir|1278|26970','',0,1,'','no','yes','yes','','','',347,6,41,'1','yes','yes','yes','','no'); INSERT INTO o2_forums (type, fid, name, status, lastpost, lastdata, moderator, displayorder, private, description, allowhtml, allowsmilies, allowbbcode, userlist, writelist, theme, posts, threads, fup, postperm, allowimgcode, attachstatus, pollstatus, password, guestposting) VALUES ('group',41,'Section vous avez un projet de jeu ou autre ?','yes',1103130645,'sebcesoir|1278|26970','',2,0,'','','','','','','',347,6,0,'','','','','','no'); -- -- Table structure for table `o2_ignore` -- DROP TABLE IF EXISTS o2_ignore; CREATE TABLE o2_ignore ( username varchar(25) NOT NULL default '', iuid smallint(6) NOT NULL default '0', KEY username (username) ) TYPE=MyISAM; -- -- Dumping data for table `o2_ignore` -- -- -- Table structure for table `o2_log` -- DROP TABLE IF EXISTS o2_log; CREATE TABLE o2_log ( lid bigint(6) NOT NULL auto_increment, username varchar(25) NOT NULL default '', ip text NOT NULL, remotehost varchar(255) NOT NULL default '', time int(11) NOT NULL default '0', url text NOT NULL, PRIMARY KEY (lid), KEY time (time) ) TYPE=MyISAM; -- -- Dumping data for table `o2_log` -- INSERT INTO o2_log (lid, username, ip, remotehost, time, url) VALUES (1,'Anonyme','80.13.99.111','ANantes-106-1-9-111.w80-13.abo.wanadoo.fr',1075411081,'/~blitz3df/forum/member.php?action=reg'); INSERT INTO o2_log (lid, username, ip, remotehost, time, url) VALUES (2,'Anonyme','80.13.99.111','ANantes-106-1-9-111.w80-13.abo.wanadoo.fr',1075411094,'/~blitz3df/forum/index.php'); INSERT INTO o2_log (lid, username, ip, remotehost, time, url) VALUES (3,'Anonyme','80.13.99.111','ANantes-106-1-9-111.w80-13.abo.wanadoo.fr',1075411296,'/~blitz3df/forum/index.php'); INSERT INTO o2_log (lid, username, ip, remotehost, time, url) VALUES (4,'Anonyme','80.13.99.111','ANantes-106-1-9-111.w80-13.abo.wanadoo.fr',1075411343,'/~blitz3df/forum/index.php'); INSERT INTO o2_log (lid, username, ip, remotehost, time, url) VALUES (5,'Anonyme','80.13.99.111','ANantes-106-1-9-111.w80-13.abo.wanadoo.fr',1075411585,'/~blitz3df/forum/index.php'); INSERT INTO o2_log (lid, username, ip, remotehost, time, url) VALUES (6,'Anonyme','82.121.98.105','AFontenayssB-152-1-4-105.w82-121.abo.wanadoo.fr',1075411600,'/~blitz3df/forum/index.php'); INSERT INTO o2_log (lid, username, ip, remotehost, time, url) VALUES (7,'Anonyme','80.13.99.111','ANantes-106-1-9-111.w80-13.abo.wanadoo.fr',1075411936,'/~blitz3df/forum/index.php'); INSERT INTO o2_log (lid, username, ip, remotehost, time, url) VALUES (8,'Anonyme','80.13.99.111','ANantes-106-1-9-111.w80-13.abo.wanadoo.fr',1075411995,'/~blitz3df/forum/index.php'); INSERT INTO o2_log (lid, username, ip, remotehost, time, url) VALUES (9,'Anonyme','80.13.99.111','ANantes-106-1-9-111.w80-13.abo.wanadoo.fr',1075412144,'/~blitz3df/forum/index.php'); INSERT INTO o2_log (lid, username, ip, remotehost, time, url) VALUES (10,'Anonyme','80.13.99.111','ANantes-106-1-9-111.w80-13.abo.wanadoo.fr',1075412398,'/~blitz3df/forum/faq.php'); INSERT INTO o2_log (lid, username, ip, remotehost, time, url) VALUES (11,'Anonyme','80.13.99.111','ANantes-106-1-9-111.w80-13.abo.wanadoo.fr',1075412417,'/~blitz3df/forum/index.php'); INSERT INTO o2_log (lid, username, ip, remotehost, time, url) VALUES (12,'Anonyme','80.13.99.111','ANantes-106-1-9-111.w80-13.abo.wanadoo.fr',1075412417,'/~blitz3df/forum/index.php'); INSERT INTO o2_log (lid, username, ip, remotehost, time, url) VALUES (13,'Anonyme','80.13.99.111','ANantes-106-1-9-111.w80-13.abo.wanadoo.fr',1075412430,'/~blitz3df/forum/misc.php?action=list'); -- -- Table structure for table `o2_members` -- DROP TABLE IF EXISTS o2_members; CREATE TABLE o2_members ( uid smallint(6) NOT NULL auto_increment, username varchar(25) NOT NULL default '', password varchar(40) NOT NULL default '', regdate bigint(30) NOT NULL default '0', postnum int(10) NOT NULL default '0', email varchar(60) default NULL, site varchar(75) default NULL, aim varchar(40) default NULL, status varchar(35) NOT NULL default '', location varchar(50) default NULL, bio text, sig text, showemail varchar(15) NOT NULL default '', timeoffset int(5) NOT NULL default '0', icq varchar(30) NOT NULL default '', avatar varchar(90) default NULL, yahoo varchar(40) NOT NULL default '', customstatus varchar(250) NOT NULL default '', theme varchar(30) NOT NULL default '', bday bigint(30) NOT NULL default '0', langfile varchar(40) NOT NULL default '', tpp smallint(6) NOT NULL default '0', ppp smallint(6) NOT NULL default '0', newsletter char(3) NOT NULL default '', regip varchar(40) NOT NULL default '', timeformat int(5) NOT NULL default '0', msn varchar(40) NOT NULL default '', dateformat varchar(10) NOT NULL default '', ignoreu2u text, lastvisit bigint(30) NOT NULL default '0', rating varchar(15) NOT NULL default '', realname varchar(30) NOT NULL default '', firstname varchar(30) NOT NULL default '', emailnotify char(3) NOT NULL default '', profileviews int(10) NOT NULL default '0', u2upopup char(3) NOT NULL default 'yes', chatpopup int(5) NOT NULL default '0', hidden char(3) NOT NULL default '', hidesig char(3) NOT NULL default '', hideavatar char(3) NOT NULL default '', logintime bigint(30) NOT NULL default '0', readtopics text, PRIMARY KEY (uid), KEY username (username), KEY status (status) ) TYPE=MyISAM; -- -- Dumping data for table `o2_members` -- INSERT INTO o2_members (uid, username, password, regdate, postnum, email, site, aim, status, location, bio, sig, showemail, timeoffset, icq, avatar, yahoo, customstatus, theme, bday, langfile, tpp, ppp, newsletter, regip, timeformat, msn, dateformat, ignoreu2u, lastvisit, rating, realname, firstname, emailnotify, profileviews, u2upopup, chatpopup, hidden, hidesig, hideavatar, logintime, readtopics) VALUES (1,'eddy','162b96e2cbea97f3ba1808fae6a95401',1070924052,443,'ed.rtv@free.fr','','','Administrator','Nantes centre','2D - 3D - blitz - tool builder\r\nVisual Blitz - Candy Designer - Pro Saver Builder - HTML template\r\n\r\nj\\\'aime faire ce que je fais et plus :)','','no',1,'','images/avatars/Avatar30.gif','','','NoImage',257727600,'French',30,25,'no','213.36.66.203',24,'','dd-mm-yyyy','',1103131722,'','R.','Eddy','no',315,'no',0,'no','no','no',31536000,'1@13|2@6|4@26107|3@30|6@67|5@3120|8@28|9@27|14@92|15@100|21@3370|17@115|20@137|22@352|19@136|24@192|28@167|25@169|32@234|30@437|29@199|31@229|33@230|34@225|12@250|38@394|39@319|41@390|37@316|44@357|42@469|45@425|18@355|48@443|51@465|50@395|53@445|56@440|58@467|59@460|61@476|76@638|88@679|89@677|87@681|77@745|97@769|69@765|111@1006|115@1002|116@1023|118@1071|117@1042|121@1035|123@5682|99@1051|124@1046|125@1070|126@1069|63@1072|157@1483|155@22160|158@1553|135@1658|190@2486|189@2462|214@2477|213@2473|194@2339|187@2354|196@2405|205@2414|207@15574|216@2674|221@2590|215@2063|222@2704|219@2652|231@2770|179@2759|232@11671|250@8048|249@3121|245@3140|248@3106|252@3147|246@3251|251@3133|184@3143|239@3145|261@3371|258@3396|265@3406|270@8540|271@4420|266@3564|281@4742|294@4131|307@4208|308@6431|286@3875|318@7044|306@4287|287@8092|280@5144|290@5110|313@4427|316@4431|320@4436|276@4505|292@6338|291@6200|274@4659|282@21055|289@3836|285@7686|304@4176|315@4482|322@4503|324@4512|321@4491|247@3475|107@952|94@851|325@4516|323@4515|328@4736|329@4700|331@4600|330@5034|297@7484|288@3778|310@4944|334@4735|333@4763|335@8277|175@1945|218@811|104@936|119@1148|172@1817|309@4767|203@4926|7@17|337@5161|340@4872|295@3908|336@4858|342@4892|343@6522|346@4941|345@4970|350@5022|349@5026|86@725|83@724|352@7243|356@5476|355@5094|357@5228|359@5214|361@5122|358@5103|363@5205|362@5153|354@5163|368@5212|370@5257|367@6101|339@4942|376@5614|381@5379|377@5318|382@5334|383@5391|388@5529|389@5412|378@5421|386@5416|392@5254|394@5506|393@5509|387@5510|397@7236|399@5647|400@5750|401@5680|403@5660|405@5700|371@13649|404@5669|406@5840|407@5733|398@5839|395@5748|408@5780|410@5816|411@5833|416@6436|415@5947|419@6109|426@7238|428@6110|427@7713|423@6114|424@6117|429@6142|434@6245|435@7100|439@6468|437@4445|444@6393|445@17410|442@6399|441@6446|443@6370|447@6438|438@6453|448@6454|450@7196|462@6573|459@6937|457@6631|461@6589|463@6743|465@6864|473@6717|474@6918|476@6921|477@7004|456@6939|471@6903|478@15307|480@7850|481@6982|466@7083|482@7072|483@3812|486@7374|487@7201|490@7193|489@3785|491@7199|494@8112|493@3469|488@7685|495@7221|208@3374|464@4397|496@7240|475@7254|440@7366|492@7260|497@8174|499@7385|501@7593|502@7754|504@7456|506@7692|508@7645|277@3663|54@881|505@3578|510@7853|509@7525|511@7528|512@7632|515@7724|269@7704|516@7959|519@7731|520@7787|521@7802|522@8344|523@7834|524@11627|527@8030|525@7854|529@7932|530@7987|531@7958|532@8405|526@7967|533@8071|535@8117|534@8191|537@8079|536@8308|539@8225|540@8121|538@8122|436@8142|542@8563|543@8149|458@9169|273@3687|544@8406|514@8639|545@8252|547@8350|548@8508|549@8801|550@8971|551@8312|553@8833|552@8334|513@7670|163@1624|554@8589|556@8387|558@9068|557@8779|559@8490|561@8979|562@8662|560@13061|563@8520|564@8785|565@8572|569@8789|570@8681|568@12579|567@8757|566@8649|571@8675|572@8674|574@18686|573@8822|576@8863|577@8784|575@8794|101@870|580@8856|579@4518|581@8819|578@10655|587@8943|590@8952|589@9054|586@22606|588@8962|591@9080|595@9025|594@9174|592@9061|593@9087|597@9679|598@9181|599@9141|596@9117|192@7358|600@9151|601@10165|602@9161|607@9265|605@9272|606@9286|608@9274|604@9276|609@9380|629@8916|627@9728|625@9711|614@9706|628@9746|631@9734|632@18033|619@9814|634@10040|621@13953|635@9926|636@25765|637@10258|633@9966|620@10061|640@10293|639@11299|641@10070|643@10080|646@10164|644@10154|254@3215|75@4225|372@5261|647@10166|630@9743|122@1403|60@528|55@814|648@10284|650@10427|651@10261|654@10296|652@10424|655@10299|613@10315|656@10440|662@10417|666@10395|663@10425|667@10809|684@10647|682@10623|683@10634|660@10375|673@10833|679@10601|678@10636|686@11743|685@10669|688@11369|691@10818|692@10834|693@10839|661@10836|695@3540|694@10869|671@10874|698@15910|687@10916|703@11051|704@11037|700@24675|702@11179|701@25891|705@11226|709@13521|710@11167|711@11383|713@11233|715@11253|718@11359|716@11373|717@11326|712@11374|719@11329|720@11330|690@11512|722@11376|725@11495|724@11416|723@11537|730@12195|728@11638|732@11619|733@11805|735@11590|734@11582|736@11587|740@11909|739@11666|738@11646|741@11643|180@3693|745@11802|747@11918|751@12021|750@12492|756@12003|753@11926|755@12000|757@11963|758@12713|762@11995|760@12033|746@12009|754@12013|743@26409|768@13509|767@12163|763@4487|769@12226|770@12228|772@12309|776@12512|780@13532|752@768|781@12482|785@2914|788@2994|791@3277|777@6460|779@12813|787@14979|792@18509|793@4042|786@13928|789@2993|794@3107|795@4733|797@4573|775@2906|799@8288|801@6723|798@5357|802@12799|803@6271|804@6562|806@12793|807@12702|808@12273|782@12566|812@12770|814@16777|818@12932|820@13025|800@12783|822@12795|823@12827|821@12863|825@12820|827@12861|828@12959|829@12864|826@12860|830@4490|833@15434|834@13116|832@12946|835@13128|831@12972|838@13023|836@13024|837@13027|840@13045|841@13058|842@13069|843@13354|844@13363|847@13147|849@13262|854@13256|851@13264|848@13268|850@5194|859@13349|858@13288|860@4239|790@13492|865@13388|866@13367|868@13381|867@13401|869@24052|877@13530|883@16381|876@13525|744@16812|680@13943|874@13504|815@14781|816@13604|878@13540|872@13546|880@13574|881@13611|879@13547|884@13614|882@13640|885@13610|889@13632|890@13664|887@13676|893@13697|898@16326|894@19046|895@4196|896@13740|901@4630|653@12248|905@4886|902@4661|903@6407|904@4583|907@5827|909@4919|906@4850|908@4812|616@4729|910@4910|914@5120|912@13925|911@5426|913@5382|916@5299|918@5431|915@5381|925@6151|924@5806|929@13996|927@13955|933@6334|935@20925|938@21026|939@7118|944@13972|950@6876|948@6810|931@6789|940@6490|955@7298|956@7047|964@20211|921@13927|947@15797|958@13950|957@23892|96@13965|965@16857|959@13967|945@15490|966@14316|937@21318|961@14002|967@14012|923@14047|951@19246|968@14044|981@14853|984@14771|983@14330|988@14400|978@14365|994@14578|1000@14782|997@14774|1007@15019|1003@14790|1009@14828|1010@14980|1016@14972|1013@14899|1014@14872|936@21275|1020@24726|1021@15052|1023@14984|1026@14998|1012@14971|1024@14991|989@15394|1031@15228|1034@15306|1032@15263|1037@15411|1017@15527|934@17164|1033@15304|996@15315|1039@15416|1040@15465|1028@15364|1042@15374|1043@15498|1041@17968|1045@15518|1046@15541|1047@15796|1049@15502|1048@15555|1051@15492|1036@15399|1053@16704|1054@15523|1044@15530|1050@15548|1055@19333|1060@15652|1066@15651|1062@15649|1063@15924|1078@15866|1081@15826|1087@15847|1086@15845|1085@15841|1084@15839|1071@15863|1079@15862|1072@15857|1083@15856|1088@15854|1089@15930|1095@16018|1096@16025|1103@15902|1121@16239|1123@16328|1112@16334|1115@16336|1153@16635|1148@16632|1155@16766|1146@16771|1158@20305|1157@16664|1141@16671|1163@16749|1164@25790|1167@16752|1169@16781|1162@16743|1165@16720|1136@17192|1170@17047|1173@16772|1069@17802|1176@16874|1175@16856|1172@16858|1118@16835|1174@16807|873@4217|1180@16876|1181@16881|1185@16934|1199@17178|1196@17201|1208@17338|1194@17329|1002@21281|1214@17453|1211@17823|1219@17530|1232@17759|1226@22270|1241@17869|1235@17901|1191@18233|1254@14502|1259@18034|1239@21592|1248@18027|1250@18024|1252@20664|1263@18066|1238@18072|1265@23222|1266@18232|1267@18277|1272@18403|1260@18268|1274@18264|1223@18275|1271@24596|1269@18253|1268@18271|1275@18274|1244@18010|1273@18285|1278@22152|1277@18306|1243@17871|1279@24323|46@18555|1284@18376|1288@18494|1264@20157|1200@18531|1289@18521|1294@18575|1295@18623|1303@18760|1317@19108|1298@18892|1308@18904|1313@19056|1324@19034|1326@19096|1296@19069|1320@19102|1328@19094|1323@19117|1330@21540|1333@19152|1342@19350|1343@19353|1337@19339|1349@24586|1309@19050|1359@19583|1363@19693|943@21603|1396@20030|1395@20027|1388@20026|1392@20164|1389@20009|1375@19921|1406@22150|1400@20144|1387@20041|1365@23473|1409@20166|1411@20206|1412@19545|1447@20729|1442@20840|1439@20918|1454@20990|1455@20989|1440@21095|1460@23801|888@21107|897@21733|1466@21315|1463@21313|1059@20821|1401@21470|1311@21536|1472@21511|1470@21500|1477@24585|1478@21517|1459@21492|1469@21460|1474@21418|1480@21552|1479@21631|1481@21502|1482@21562|1448@24658|1484@21509|1485@21541|1486@21560|1483@21545|1476@21596|1487@21598|1489@21643|1490@21635|1491@24482|1475@21652|1524@22017|1512@21999|1523@22027|1501@21958|1521@22029|1525@22222|1517@22025|1520@22026|1519@22078|1527@22113|1529@22244|1528@22082|1526@22134|1531@22120|1530@22127|1533@22135|1534@22178|1535@22167|1536@22190|1538@22208|1549@22324|1537@22326|1548@22332|1552@22397|1544@22392|1504@22905|1554@22381|1547@22577|1555@23440|1468@22433|1557@22448|1508@22443|1560@22470|1556@22512|1488@22487|1545@22441|1562@24063|942@19246|1559@13872|1510@24834|1563@20829|1567@22541|1565@22526|1566@22535|1561@13867|1570@22585|1445@22622|1513@21860|1577@22646|1574@22617|1576@22628|1573@22626|1568@22709|1578@23143|1575@22665|1579@22875|1580@23048|1581@22685|1583@22744|1588@22806|1590@22821|1596@22826|1597@22872|1593@24111|1551@22884|1595@22885|1589@22890|1599@22919|1601@22926|1608@22992|1604@24743|1609@23052|1619@24202|1618@23042|1587@23141|1624@23312|1623@26396|1627@14049|1626@23149|1605@26684|1399@21740|1613@23152|1628@23255|1631@23159|1632@23187|1318@18945|1612@24418|1620@23192|1633@23214|1629@23225|1634@23354|40@258|1635@23300|1636@23321|1640@23436|1638@23474|1641@25999|1644@24062|1643@26788|1646@23512|1645@23448|1647@23466|1680@23974|1611@24296|1616@24741|1621@23630|1659@24673|1682@24042|1681@24519|1683@23989|1684@23995|1676@26668|1685@24028|1686@26484|1622@25737|1687@24122|1688@26436|1667@24140|1690@24577|1691@24188|1692@24178|1693@24181|1689@24171|1675@24157|1694@24207|1648@24211|1695@14067|930@26701|1076@24310|962@24228|932@20272|1698@24382|1668@25529|1656@24429|1704@24493|1701@24468|1703@24507|1705@24512|1522@24504|1606@24608|1546@24653|1713@24728|1720@24829|1716@24860|1723@26959|1722@25106|1718@24899|1721@24976|1732@25062|1763@25677|1761@25867|1727@26408|1743@26962|1766@25808|1767@25783|1749@26529|1747@25579|1750@25791|1741@25432|1770@25805|1768@25827|1748@25849|1772@25831|1771@26059|1776@26385|1780@26034|1778@26079|1781@26061|1782@26060|1783@26057|1784@26075|1786@26093|1787@26092|1788@26116|1789@26234|1795@26237|1794@26242|1724@26497|1797@25133|1799@26258|1798@26676|1800@26688|1801@26520|1804@26401|1802@26378|1709@24702|1719@26420|1803@26418|1738@26503|1790@26508|1805@26512|974@25397|1806@26531|1341@26011|1809@26637|1814@26685|1706@25004|1815@26817|1813@26675|1811@26686|1816@26679|1807@26698|1820@26816|1821@26814|1753@26935|1825@26910|1810@26904|1824@26899|1826@26915|1827@26919|1828@26953|1829@26963'); INSERT INTO o2_members (uid, username, password, regdate, postnum, email, site, aim, status, location, bio, sig, showemail, timeoffset, icq, avatar, yahoo, customstatus, theme, bday, langfile, tpp, ppp, newsletter, regip, timeformat, msn, dateformat, ignoreu2u, lastvisit, rating, realname, firstname, emailnotify, profileviews, u2upopup, chatpopup, hidden, hidesig, hideavatar, logintime, readtopics) VALUES (3,'Filax','1a0a283bfe7c549dee6c638a05200e32',1070957564,1846,'blitz3d.fr@wanadoo.fr','http://www.blitz3dfr.com','','Administrator','','','\\\"Je crois au moment. S\\\'il n\\\'y a pas le moment, à ce moment-là, il faut arriver à ce moment-là, au moment qu\\\'on veut.\\\" JC Vandamme\r\n','no',1,'','http://www.blitz3dfr.com/avatars/filax.gif,100,90','','','',27990000,'French',30,25,'yes','193.251.38.49',24,'','dd-mm-yyyy','',1103116394,'','A.','Philippe','no',642,'yes',0,'no','no','no',31536000,'1@88|2@6|3@37|4@26107|5@3216|6@743|7@4868|8@34|9@172|10@36|12@5491|11@2985|13@275|15@382|14@122|16@374|17@115|18@363|20@150|21@3370|19@155|22@372|29@199|23@197|24@1844|25@1756|26@194|27@1967|28@1880|45@505|31@341|30@437|32@264|36@1924|34@225|35@300|46@18794|38@407|37@1580|39@319|40@258|41@390|42@1488|44@357|43@2001|51@474|52@503|47@364|48@911|50@402|49@379|55@814|53@1706|54@881|56@440|57@453|58@467|59@1565|60@528|61@478|62@495|63@1318|64@491|65@621|66@613|67@1840|68@1842|69@765|70@1011|71@591|72@924|73@662|74@580|75@10811|76@648|77@906|78@7427|80@1682|79@723|81@637|86@21027|82@836|83@724|84@647|85@759|87@713|88@695|89@854|90@1601|91@708|95@1044|92@889|93@1584|96@13965|98@857|97@973|106@2973|99@1539|100@826|101@870|102@868|103@874|104@936|105@932|107@952|108@1001|109@1000|114@975|110@2868|111@1006|112@949|113@991|115@1418|116@1111|117@1176|121@1035|118@1230|119@1148|120@1096|122@1403|123@5693|124@1286|125@1834|126@1069|127@1835|128@1155|129@2056|132@14103|130@1187|131@1141|137@1294|133@1184|134@5067|135@1913|136@1196|139@1393|138@2081|140@1297|141@1284|142@1768|143@1328|144@1306|147@1319|145@1536|146@1358|167@1821|148@1326|150@1428|149@1413|155@26042|151@1543|152@3043|157@1534|153@1605|154@1456|156@1983|159@19940|158@2582|160@1711|161@4510|162@1741|163@1624|164@1665|165@2093|166@1702|169@1808|168@1860|170@25653|171@1776|173@1830|172@1817|174@1943|177@2330|178@2058|175@1945|176@1999|201@2329|181@2032|182@2080|183@2575|189@2462|185@2429|186@2044|188@2424|187@2354|208@8613|190@2830|258@3396|192@7358|193@2536|194@2339|196@2888|195@2357|197@2423|198@2237|199@2209|200@2358|204@7034|202@2350|203@5249|205@2414|207@15574|206@2365|209@2465|212@2594|213@3198|210@2458|211@2584|214@2535|215@2063|216@2674|217@2679|219@2652|218@811|220@2644|221@2699|222@24350|267@3440|223@2675|228@3003|224@2724|227@3156|225@2765|226@2796|230@2882|229@3136|231@2770|234@3010|233@3317|796@6241|235@2812|236@2814|242@2983|237@2932|238@2987|239@3639|184@3799|240@2972|241@3159|243@3309|244@3041|245@3209|257@706|246@3251|247@3475|252@3833|248@697|191@3105|250@8072|251@3439|249@3364|254@3215|255@2760|256@240|301@4277|180@3693|253@3405|259@3623|260@3388|261@3613|262@3647|263@3620|264@4032|265@3733|266@3564|268@3390|271@4637|269@8200|510@9453|275@3649|272@3696|273@3687|288@4332|277@7463|276@4740|278@3824|270@8540|509@7951|279@17411|280@5144|281@4821|303@4173|283@4311|290@5110|284@3957|282@21055|352@7797|293@4040|296@4019|294@4486|295@3908|298@4282|306@4287|299@4104|300@4324|302@4924|304@4176|305@4322|309@4767|310@4944|311@4302|312@4275|313@6058|318@7044|314@4688|315@4727|316@4753|317@4372|319@4475|320@4526|321@4491|322@4603|323@4515|324@4732|325@4947|326@4800|327@4623|328@4736|330@5497|331@4712|332@4633|334@4752|335@8277|94@4785|329@4787|333@4827|336@4858|339@4942|337@5837|338@5019|340@5059|341@4884|342@4955|343@6522|344@4974|345@4970|346@4941|347@4999|33@10339|351@5049|348@5005|353@5141|349@5069|350@5041|389@5475|426@8809|354@5184|355@5273|356@5574|357@5232|358@5438|359@5263|360@5113|361@5129|362@5153|364@5227|363@5205|365@5315|366@5267|391@7681|368@5226|369@5304|370@5257|376@5742|372@5261|373@5274|374@5269|375@5272|377@5770|378@5662|379@5604|394@5691|380@5347|381@5339|382@5346|383@6668|384@5661|385@5678|386@5384|387@5613|390@5600|388@5529|367@6101|392@5628|393@5689|407@6049|395@5798|396@5659|398@5839|399@5647|400@5750|401@5680|406@5878|402@5655|403@5660|404@5669|405@5727|412@5864|408@5780|409@5792|410@5871|411@5962|421@6147|413@5935|414@5989|415@6071|416@6999|417@5940|454@6538|418@5969|419@6238|420@5975|427@7933|422@6072|423@6166|424@6117|425@6089|287@8092|428@6110|429@6144|430@6212|431@6327|432@6481|433@6321|434@6418|435@8815|436@8142|289@3945|438@6453|439@6468|440@7366|441@6496|442@7533|443@6427|444@6393|445@17410|446@6575|447@6620|448@6455|452@6497|450@7196|449@6550|451@6504|455@6531|453@6520|456@6996|457@6631|458@9553|459@6956|460@6705|461@6634|462@6605|463@6743|468@6736|465@6864|466@7083|467@7308|480@7890|469@6786|470@6822|471@6958|472@6727|473@6793|474@7204|475@7254|476@6921|477@7074|479@6950|486@4341|481@6982|482@7202|483@7303|484@7079|485@7078|487@7452|489@7744|490@7198|491@7199|492@7344|493@3544|494@8354|495@7432|496@10727|497@8174|505@3578|498@7955|499@7385|500@7426|501@7796|502@9440|503@7354|507@7458|511@7674|506@7950|508@7645|512@8118|513@7670|514@11301|515@7724|521@7913|516@7977|517@7761|518@7701|519@7873|520@7845|522@10613|523@7843|524@17266|528@8029|525@7943|526@7980|527@11711|531@23845|533@8348|529@8015|530@8055|532@20948|538@8161|534@8191|535@8357|536@8371|537@8079|539@8238|540@8134|541@8253|542@8563|543@8167|544@8515|547@8350|545@8359|546@8370|549@8801|548@8813|555@8377|552@8334|550@8971|551@8393|553@8896|558@9068|557@8779|554@19690|556@13497|560@16141|559@8765|561@12456|573@9184|566@8676|562@8768|565@8585|563@8520|564@8808|570@8681|567@8757|597@9679|569@8867|568@18013|571@8924|575@8818|572@8764|576@8912|574@18686|577@11766|578@20230|579@16806|580@8994|581@8960|582@8849|583@10616|584@8958|591@9084|585@8923|586@22610|587@8943|588@9015|596@9256|589@9054|590@4629|592@9061|593@10092|594@9961|595@9025|598@9181|599@9212|600@9259|601@10851|602@9171|603@9315|604@9319|605@9297|606@9303|607@9314|608@9436|609@9430|610@9493|612@9490|617@11788|611@261|613@10315|618@10328|614@9761|615@2038|616@4729|629@12639|619@10378|620@10124|621@13953|622@9631|623@9766|628@9837|624@9608|625@9711|626@10468|627@9755|630@9743|634@10256|632@18033|631@14469|633@9966|635@10194|636@25765|637@17424|638@10029|639@11299|640@10293|644@10541|641@10139|646@10762|642@10024|643@10209|645@17829|647@273|648@10284|371@25981|813@12836|649@10336|650@10447|651@10341|652@10429|653@17409|654@10296|657@10348|655@10299|656@11099|658@10367|659@10371|667@18012|660@10375|661@11348|662@10563|663@10425|664@10702|665@10538|666@10395|668@10533|669@10477|670@10617|671@10874|672@10475|697@10979|673@10833|682@10907|674@10528|675@10595|676@10608|742@11792|677@4861|680@13943|678@1931|679@10601|681@10752|683@10726|691@10818|684@10777|685@10814|686@24665|687@11864|767@12478|688@11861|689@10765|702@11179|690@11512|692@4607|693@11084|179@11018|694@10869|696@20264|695@3540|698@15910|699@10989|504@11292|700@24675|701@25891|705@11226|703@11211|704@11157|711@11504|707@11185|706@11122|745@11802|708@11244|710@12750|709@13521|728@11845|712@11862|713@11233|714@11254|715@11454|764@12345|724@11416|716@11450|717@11326|718@11359|720@11341|719@11524|721@11754|722@11376|723@11885|725@11495|726@12049|727@11501|729@11480|743@26409|850@23965|730@12195|731@11753|732@11633|733@11959|734@11984|735@11669|736@11639|749@11920|737@12120|738@11646|739@11709|740@11909|741@11695|744@17390|746@12319|747@11918|750@12540|748@11814|751@12021|752@5080|753@11942|754@12103|755@12294|757@11963|756@12003|758@14922|759@12011|760@12033|761@12692|762@11995|766@12352|772@12399|763@4487|765@12465|768@13509|769@2989|775@2906|770@12373|771@12238|773@12308|774@12335|779@12813|776@14555|777@6608|778@12459|800@17301|780@13532|788@2994|781@12461|232@12703|782@12566|784@12494|783@4754|785@4046|786@25764|787@20928|793@12678|789@12844|790@13492|810@12739|805@12825|792@18509|798@6491|794@12705|791@8859|795@4863|797@4573|801@6723|802@12799|803@13306|804@13233|814@16785|799@8868|806@12793|807@12866|808@12273|809@11644|811@12631|812@12770|817@12696|818@12932|821@12892|819@13008|822@12795|820@13025|823@17132|824@12824|825@12820|827@12988|826@12901|828@12959|829@12954|285@4591|831@12972|832@12946|833@15434|834@13116|835@13254|836@13024|837@14062|838@13032|839@20232|840@13732|841@13245|843@13354|842@20708|849@13294|844@13416|845@13135|846@13155|847@13205|848@14456|852@13226|851@25658|853@4609|854@13269|855@13627|856@13255|857@13474|858@25694|859@13349|861@13320|860@4239|862@13465|863@13373|864@14745|865@13506|866@13367|867@13401|868@13399|874@13504|869@24087|870@13421|871@25704|872@13784|873@4217|875@13466|876@13706|877@13530|883@24638|815@15112|816@13604|879@13576|878@13542|880@13574|881@13647|882@13640|885@4792|884@13614|886@13859|887@13679|890@4350|895@18195|889@13823|891@13708|892@17060|893@13832|894@19612|286@3917|897@21733|896@13740|898@16326|899@3934|901@4664|900@4202|291@4001|297@4453|292@5417|307@4425|397@4216|437@4445|464@4397|478@15326|902@14072|488@4381|830@4490|903@6623|904@5246|911@5540|993@15107|906@4850|905@4886|910@5563|907@6098|908@4990|909@4919|943@21603|913@14155|912@13925|915@16742|914@6986|916@5299|917@5731|918@5543|919@5760|920@6325|921@13927|922@14981|923@14126|924@5847|927@13955|925@6151|926@6596|928@13930|929@14064|931@6789|932@20272|933@14776|934@17164|935@20925|936@21275|937@21318|938@21026|939@15935|940@6490|941@6601|944@15223|945@16974|956@15155|946@6855|948@6898|984@26383|947@13760|949@8050|955@14030|950@13897|952@13912|953@7148|963@17811|987@14421|957@23892|958@13998|959@14519|960@13889|961@14024|964@20211|965@16857|966@14640|967@14012|968@14111|969@14106|971@14110|970@14188|985@14900|974@25397|972@14119|973@20864|975@14180|978@14365|976@14266|977@14299|979@14233|989@15394|980@20932|981@14853|986@14415|982@14368|983@14330|990@15726|988@15142|991@14778|992@14464|994@14578|995@14525|1012@15254|1038@20766|996@25281|997@14774|999@14628|998@14717|1000@14855|1001@14665|1004@14742|1002@21281|1003@25958|1005@14772|1006@14840|1018@15096|1007@15019|1008@19042|1009@14838|1010@14980|1011@15240|1013@14899|1014@15106|1015@14898|1016@15200|1017@15552|1019@15091|1021@15052|1022@14968|1023@15381|1026@15024|1024@15413|1028@15493|1025@15032|1027@15082|1032@15691|1029@15684|1030@15675|1031@15360|1036@15852|1033@15304|1034@15395|1035@15324|1037@16376|1039@15927|1040@16166|1044@15530|1041@17968|1042@15418|1043@15508|1045@16142|1046@15587|1048@15733|1047@15844|1053@22398|1050@15607|1049@15681|1051@17554|1055@19428|1052@15546|1064@15779|1054@22199|1056@15563|1146@17312|1058@18519|1057@15593|888@21130|1060@15891|1061@15615|1062@16159|1063@16187|1067@15800|1092@16122|1065@15657|1066@15695|1068@15720|1069@17802|1070@24933|1071@16414|1072@16054|1073@15732|1074@15813|1077@15897|1075@15825|1088@15894|1078@17407|1079@15862|1082@15823|1080@16215|1081@15842|1083@15856|1084@15839|1085@17368|1086@15875|1087@15888|1089@17497|1090@17186|1091@16175|1093@15956|1094@16023|1095@16801|1096@16045|1097@16443|1098@16193|1099@16005|1100@16295|1102@16358|1101@16405|1103@19243|1104@16047|1105@16048|1106@16317|1107@16081|1108@16098|1123@17210|1109@16292|1110@16133|1111@16261|1112@16334|1113@16266|1114@16262|1115@16736|1116@17330|1117@16274|1118@16835|1119@16231|1120@16276|1122@16268|1121@16388|1124@16260|1136@17223|1125@18350|1126@16309|1127@16401|1128@17560|1129@16808|1131@16407|1130@16363|1132@16433|1133@16415|1134@16436|1135@16571|1138@18648|1137@16445|1139@16789|1140@16701|1141@16703|1142@16729|1143@16529|1144@16581|1145@16582|1148@16790|1147@16602|1149@16603|1150@16681|1151@16659|1152@18806|1153@16640|1154@17790|1155@16766|1156@16655|1157@16889|1159@16791|1173@17456|1160@16675|1161@16677|1187@17118|1186@16964|1163@16749|1169@17661|1164@25825|1165@16895|1166@16713|1167@16924|1179@16884|1168@16744|1171@16775|1170@17555|1172@16879|1182@17076|1174@16807|1176@17088|1193@17131|1177@16854|1178@21306|1180@16878|1181@17203|1196@17986|1183@16901|1184@19183|1188@22297|1185@17504|1162@17501|1202@17253|1189@17847|1192@17819|1191@18233|1254@18148|1212@18544|954@18025|1194@17452|1195@20142|1197@17306|1265@23826|1190@17763|1201@17595|1198@17135|1199@17391|1200@19955|1204@20154|1203@17237|1205@17276|1206@17524|1207@17380|1208@17455|1242@17960|1175@18834|1209@17760|1234@17752|1210@17506|1218@17614|1211@19905|1213@17579|1214@17453|1215@17663|1272@18403|1221@17600|1216@17543|1217@17521|1219@21433|1220@17599|1222@17638|1223@18275|1224@17770|1225@17633|1226@23651|1227@17745|1228@25652|1229@25103|1230@17965|1231@17764|1232@17832|1235@17920|1233@18008|1299@18679|1236@17804|1237@17798|1238@18218|1239@21592|1240@17839|1241@19875|1243@17871|1244@18010|1245@14151|1246@17903|1251@18018|1247@17979|1248@18112|1249@17991|1250@18149|1252@20664|1253@18610|1255@14424|1256@18591|1257@18065|1258@18165|1259@18034|1260@20269|1261@22756|1262@24109|1263@18228|1264@20203|1266@18232|1267@18277|1268@18271|1269@18253|1270@18336|1271@24596|1273@24931|1274@18264|1275@18274|1276@24430|1286@19743|1277@18612|1278@26924|1279@24323|1280@21410|1281@18413|1302@18714|1282@18420|1283@19826|1287@18477|1284@18376|1296@23815|1285@18804|1370@19741|1288@19683|1310@19890|1289@18593|1290@18592|1291@18556|1292@18963|1293@18651|1294@18827|1297@18642|1295@19526|1325@19081|1298@19093|1300@18702|1347@20163|1312@18814|1301@18953|1303@18909|1306@18764|1304@18801|1305@18733|1308@19022|1307@18782|1316@18961|1309@19050|1311@21546|1313@19131|1319@19039|1314@18849|1315@19159|1317@19147|1318@18945|1361@19817|1320@19819|1328@19196|1321@19090|1323@19182|1322@19011|1324@19600|1326@19508|1327@19547|1329@19101|1330@21540|1331@19174|1332@19150|1334@19809|1333@19329|1335@19505|1336@19383|1337@19938|1339@19818|1338@19699|1340@19343|1341@26011|1342@19360|1349@24586|1343@19664|1346@20000|1344@19356|1345@19427|1348@19409|1350@19411|1351@20025|1352@19448|1353@19641|1354@19454|1355@19525|1356@19607|1357@20434|1358@19589|1427@20641|1363@19814|1359@19595|1360@20006|1367@20162|1362@19613|1364@19672|1365@26286|1366@19736|1368@19901|1369@19807|1371@19795|1372@19860|1373@19843|1374@19847|1375@20699|1376@19796|1377@20002|1378@20227|1447@20729|1379@19852|1440@21111|1384@19964|1380@20185|1381@19885|1382@19884|1383@19974|1385@20015|1386@19956|1387@21121|1399@21740|1388@20026|1390@20110|1389@20182|1392@20333|1391@20003|1397@20294|1393@20711|1394@20029|1395@20084|1396@20496|1398@20042|1400@20213|1401@21470|1402@20118|1403@20100|1404@20183|1405@20119|1406@22796|1407@20141|1408@20158|1409@21444|1410@20184|1411@20206|1412@20281|1413@20219|1414@20223|1415@20360|1416@20399|1417@20361|1418@20268|1420@20503|1419@20528|1421@22737|1422@22445|1423@24625|1424@20531|1425@20446|1426@20650|1432@20640|1428@20873|1429@20985|1430@20579|1439@21108|1431@20660|1434@20668|1433@20622|1437@22575|1435@20617|1436@20661|1438@20746|1446@21188|1441@20851|1443@20912|1444@21046|1445@22658|1449@21093|1450@21036|1451@21310|1452@21327|1453@21186|1454@21187|1455@22247|1460@23801|1456@21074|1457@21120|1458@21362|1459@21492|1461@21181|1462@21178|1463@21313|1464@21482|1465@21290|1466@21315|1467@24555|1468@22435|1469@25153|1470@21678|1471@21451|1472@21511|1476@21596|1473@21493|1474@21418|1475@21705|1487@21802|1477@24585|1478@21517|1479@21715|1480@21581|1448@24836|1481@24767|1482@21712|1483@21583|1484@22438|1485@22228|1497@25152|1486@21599|1488@22487|1489@21728|1494@21884|1490@21746|1491@24482|1492@21955|1493@21873|1495@21825|1499@21853|1498@21877|1496@22055|1500@21920|1501@21958|1502@21843|1506@21827|1503@22015|1504@22958|1505@22023|1507@21950|1508@23802|1509@3641|1513@21860|1511@21979|1512@25065|1514@21971|1510@26097|1517@22145|1515@22010|1516@21961|1518@22004|1519@22078|1520@22026|1521@22043|1522@24504|1523@22057|1524@22017|1526@22134|1525@22249|1527@22113|1528@22425|1529@22244|1530@22127|1531@22176|1532@22170|1533@22180|1534@22246|1535@22360|1536@22259|1537@22326|1538@22208|1539@22242|1540@22278|1550@22384|1541@22287|1542@22253|1543@22280|1544@13643|1545@22441|1546@24653|1547@22577|1549@24091|1548@22342|1551@22884|1552@22414|1553@13808|1554@22442|1555@26167|1556@13634|1557@4134|1559@20833|1558@22472|1560@3648|1561@13867|1562@24063|1565@22695|274@22555|1583@22744|308@22743|1059@20821|1564@22563|1442@21072|1563@22549|1566@24333|1580@24446|1567@22567|1576@22736|1568@24104|1569@22640|1570@22585|1571@24168|1572@22607|1573@22662|1574@22617|1575@22787|1577@22653|1578@23143|1579@22875|1581@22811|1582@24929|1584@22792|1585@26834|1586@22843|1588@22823|1589@22890|1590@22821|1591@22789|1592@22780|1593@24111|1594@22835|1598@22883|1597@22904|1595@22999|1596@23948|1599@22772|1600@22953|1601@23017|1602@22941|1603@22954|1604@24743|1605@26884|1606@24637|1608@22992|1607@22955|1609@23094|1610@23053|1612@24418|1611@24296|1613@23152|1614@23102|1615@22818|1616@25161|1617@23291|1587@23204|1618@23578|1620@23278|1619@24202|1621@23630|1622@25772|1623@26711|1624@23566|1625@23114|1626@25427|1627@14049|1628@23289|1629@23225|1630@23172|1631@23288|1633@23239|1632@25616|1634@23839|1674@24196|1638@23565|1647@24075|1635@23775|1636@23648|1637@23652|1640@23438|1639@23335|1641@26771|1643@26780|1642@23378|1644@24062|1649@24059|1645@23448|1646@24564|1648@15860|1650@23622|1651@23568|1652@23562|1653@24501|1655@23585|1654@23604|1656@24429|1657@23676|1658@23911|1659@24673|1660@23711|1661@23785|1663@25137|1664@24070|1662@23790|1667@16235|1665@23782|1666@23749|1668@25529|1669@24056|1670@23918|1671@23953|1677@23895|1672@23865|1673@24683|1675@24215|1676@26691|1678@23904|1680@24539|1679@23964|1681@25468|1682@24023|1683@24027|1684@24592|1685@16909|1686@26494|1687@24151|1688@26436|951@24240|1689@25684|1692@24342|1690@25955|1691@24188|1693@24181|1694@7174|1695@24794|930@26701|942@24338|962@24341|1076@24310|1020@25042|1158@24339|1708@24791|1700@24479|1696@24416|1697@25304|1698@24559|1714@24912|1699@24544|1701@24468|1703@24538|1702@24488|1704@24861|1705@24724|1706@25004|1711@25332|1763@25681|1707@24898|1723@26942|1717@24788|1746@25284|1709@24702|1710@25040|1712@24749|1713@24980|1726@24972|1718@24899|1716@24875|1715@26280|1728@24970|1720@24863|1722@25686|1721@24976|1725@25442|1724@26509|1727@26440|1729@25005|1730@25032|1731@25039|1732@25144|1733@25088|1734@25395|1735@25093|1736@25131|1764@25813|1747@25579|1739@25250|1743@26832|1740@26164|1741@25432|1742@25353|1744@26066|1745@26141|1749@26529|1748@25998|1750@25791|1751@25379|1752@25503|1770@25805|1753@26739|1754@25864|1756@25497|1755@25619|1757@25731|1758@25589|1759@25929|1760@25632|1797@26446|1761@26012|1762@25625|1792@26221|1765@25784|1766@25808|1767@25868|1768@25902|1769@26347|1771@26059|1772@26752|1773@25980|1774@26663|1775@25965|1776@26385|1777@26305|1802@26378|1778@26110|1782@26209|1779@26165|1781@26128|1780@26034|1783@26087|1784@26285|1785@26338|1786@26111|1787@26205|1788@26185|1789@26387|1790@26508|1791@26250|1793@26220|1794@26377|1795@26288|1796@26604|1798@26657|1799@26382|1800@26678|1801@26520|1803@26757|1804@26401|1809@26655|1719@26454|1805@26603|1737@26448|1738@26847|1806@26564|1807@26750|1808@26578|1810@26630|1811@26642|1812@26683|1814@26685|1815@26687|1818@26737|1820@26759|1817@26782|1819@26768|1824@26926|1828@26938'); INSERT INTO o2_members (uid, username, password, regdate, postnum, email, site, aim, status, location, bio, sig, showemail, timeoffset, icq, avatar, yahoo, customstatus, theme, bday, langfile, tpp, ppp, newsletter, regip, timeformat, msn, dateformat, ignoreu2u, lastvisit, rating, realname, firstname, emailnotify, profileviews, u2upopup, chatpopup, hidden, hidesig, hideavatar, logintime, readtopics) VALUES (5,'LoKi','582238ca04bb13d0b66db04b5f8974b7',1070964790,1701,'lokidemon@wanadoo.fr','www.BlitzKlan.fr.st','','Member','Nancy & Marne','','::: Débordé :::\r\nSite Blitz : [url=http://www.BlitzKlan.fr.st]BlitzKlan[/url] - Des sources, démos, etc... - Dernière update : 27/06/04\r\nSite Sparkgate : [url=http://sparkgate.fr-org.net]SparkGate[/url] - Dodo\r\nSite délire : [url=http://padrol.site.free.fr]Padrol[/url] - Bientôt une nouvelle parodie de site','yes',1,'178517750','http://mongrosbordel.free.fr/images/Long-avat.jpg,83,90','','','',374540400,'French',100,100,'yes','172.16.10.188',24,'lokidemon@hotmail.com','dd-mm-yyyy','',1102953754,'','','','no',425,'yes',0,'no','no','no',31536000,'35@300|38@407|40@258|41@390|30@437|22@372|48@438|5@3216|55@814|6@431|59@1565|58@459|60@528|61@478|62@495|63@1272|51@474|65@621|66@613|67@498|42@494|68@1524|69@765|33@10295|70@842|45@505|73@546|72@924|74@551|75@3638|84@647|88@679|91@708|87@710|93@1584|98@857|96@13965|82@836|86@725|108@998|104@923|109@1000|21@3308|110@2567|113@991|111@986|105@932|103@874|116@1087|119@1148|118@1230|122@1276|120@1017|123@1062|117@1172|85@759|115@1068|125@1154|126@1069|127@1086|128@1132|121@1035|129@1988|131@1134|130@1156|142@1557|144@1306|143@1274|140@1237|137@1275|136@1196|145@1492|135@1658|139@1310|138@1265|133@1184|141@1284|25@1309|156@1471|153@1605|149@1413|151@1415|155@2397|154@1456|157@1531|152@1476|134@5067|158@2582|99@1539|159@19733|148@1326|160@1641|164@1643|162@1660|183@2575|11@2985|168@1860|124@1286|185@2389|184@3799|180@3693|172@1817|187@2354|189@2181|193@2536|194@2339|190@2592|191@2129|179@11018|192@7358|36@1924|195@2357|196@2888|197@2190|165@2093|199@2209|198@2237|200@2358|207@15384|177@2330|204@2751|205@2414|203@5249|210@2458|209@2465|213@2473|212@2478|221@2593|216@2674|211@2584|215@2063|223@2675|224@2689|106@2784|222@2704|225@2705|206@2365|27@1967|227@3156|228@3003|229@3136|233@2807|234@3010|231@2770|226@2796|232@8742|236@2814|235@2812|28@1880|238@2987|241@3159|245@3209|242@2983|244@3041|243@3019|237@2932|246@3132|247@3135|248@697|250@6707|249@2785|251@3316|253@3405|252@3741|208@3182|254@3215|255@2760|256@3212|257@3301|4@24894|258@3353|218@811|259@3623|262@3647|260@3388|264@4032|263@3557|265@3733|261@3613|266@3356|269@8200|268@3390|267@3440|271@4441|270@8540|272@3596|273@3687|275@3649|274@22555|276@4648|277@3730|278@3824|279@17411|280@5006|281@4821|283@4311|284@3957|282@19597|288@4332|285@7686|287@3785|286@5978|289@8169|292@4399|290@5110|291@3915|293@4040|295@3908|294@4244|296@4019|297@7406|298@4171|299@4005|300@4181|301@4145|302@4194|303@4173|304@4168|305@4182|306@4287|308@4644|307@4234|313@4649|317@4372|316@4641|319@4440|315@4727|309@4443|314@4660|320@4436|330@5497|310@4676|329@4787|322@4603|325@4902|343@6522|333@4827|339@4900|336@4858|342@4892|346@4941|345@4931|335@5068|348@5005|350@5022|349@5020|351@5035|352@7332|354@5158|389@5452|384@5661|387@5613|388@5529|381@5339|373@5274|362@5153|356@5476|360@5113|353@5141|368@5226|357@5232|370@5257|371@5523|372@5261|374@5269|375@5272|358@5438|390@5579|378@5594|392@5581|359@5263|379@5521|382@5346|367@6042|391@5569|393@5534|376@5614|355@5273|386@5384|394@5606|395@5576|397@7236|175@1945|400@5622|398@5619|399@5631|383@5987|407@5984|419@5979|415@5954|414@5989|411@5962|239@3639|424@6028|425@6078|422@6043|421@6044|426@6080|427@6413|435@8815|434@6418|416@6524|448@6455|439@6468|453@6520|442@6521|463@6743|468@6732|456@6996|465@6837|473@6793|474@7200|493@6066|487@6076|489@6065|483@3812|436@6546|502@9440|497@8174|504@11105|78@7427|540@8121|512@8118|535@8117|538@8126|536@8105|541@8253|564@8806|586@22610|589@9026|558@9068|579@9070|514@9042|458@9462|599@9116|574@18168|609@9336|613@10315|611@261|608@9436|528@8029|510@9453|459@6956|614@9468|612@9475|617@11788|616@9559|620@10124|621@10073|619@10378|622@9631|628@9813|597@9679|629@8916|627@9728|631@9815|633@9800|634@10180|635@10153|637@17424|594@9961|636@23185|643@10138|641@10139|642@10019|640@10293|638@10029|554@19690|626@10086|644@10536|645@10133|647@10150|646@10289|648@10284|639@10216|615@2038|618@5549|649@10273|650@10267|651@10283|653@17409|652@10291|656@10312|668@10533|671@10529|675@10515|664@10702|678@1931|688@11861|683@10700|686@24665|682@10899|684@10707|690@11512|698@15910|697@10979|696@10890|524@17266|693@11084|699@10955|695@10901|661@11348|632@10754|701@25891|687@10741|703@11131|702@11175|704@11157|700@11009|705@11142|706@11073|707@11101|708@11239|709@11818|710@11957|715@11350|711@11399|712@11862|719@11524|720@11341|718@10748|716@11392|725@11398|723@11885|734@11761|728@11785|731@11531|730@12195|727@11501|732@11561|733@11959|735@11553|741@11667|739@11709|737@12093|746@11793|745@11784|740@11909|577@11766|742@11792|743@12778|744@17336|749@11920|747@11918|750@11932|751@12021|752@11870|756@11958|755@12294|753@11942|754@11933|757@11963|726@11971|758@12284|765@12465|761@12692|568@12521|766@12352|764@12190|767@12175|768@13527|556@12183|763@4487|770@12373|714@11254|771@12238|772@12309|561@12456|773@12275|777@6608|776@14555|775@2906|779@3322|778@12459|782@12484|784@12494|787@12534|783@5316|786@16883|785@4046|780@8938|792@18509|788@2984|793@8654|795@4541|789@3168|794@12643|791@3038|797@4573|796@6222|798@4535|799@8736|801@6632|802@12779|677@7995|805@8656|806@12788|809@11644|807@12731|810@12704|813@12764|814@16785|817@12696|818@12872|830@4490|827@12886|835@13190|832@12946|836@13016|837@13027|819@13008|838@13032|820@13025|839@13086|840@13496|841@13182|560@16141|842@16146|843@13354|804@13090|834@13096|850@13173|848@13268|847@13147|844@13121|852@13188|853@13193|854@13269|873@13693|870@13412|862@13404|858@25694|875@13466|877@13473|865@13506|874@13494|872@13784|883@24260|816@13604|879@13538|881@13641|880@13574|882@13640|889@13632|885@4792|894@19612|895@17235|896@13740|892@13739|898@16313|901@13849|900@13839|437@4445|905@4886|904@5246|692@4607|906@4794|908@4990|907@4811|912@4982|911@4988|913@14155|917@5370|916@5299|918@5414|919@5760|921@5672|924@5806|922@5846|925@5778|927@5843|929@14064|928@5971|926@5978|944@15223|933@14776|931@6578|946@6724|939@14040|947@22514|949@7210|942@7229|945@16974|955@14030|956@14150|961@14011|964@20211|958@13998|966@14032|957@23892|915@16742|968@14111|923@14121|937@21206|951@14924|971@14110|132@14103|969@14106|970@14165|973@14135|972@14119|932@20224|954@14140|975@14162|974@14253|976@14205|965@14208|977@14299|978@14235|979@14222|980@24623|943@21603|833@15434|990@14453|992@14451|984@26383|994@14578|815@15112|993@14550|983@14330|934@14594|998@14652|997@14774|531@23845|1000@14812|1007@14801|1003@25882|1009@14838|1008@16430|1043@15456|930@26670|1042@15383|1017@15382|1023@15381|1040@15367|1041@17884|1028@15493|1037@16356|1034@15306|1032@15691|1046@15587|1045@15444|1053@15755|1054@20518|1052@15512|1058@15766|1057@15593|1060@15658|1051@17554|1055@17606|1063@16127|1062@15767|1066@15695|1064@15773|1065@15657|1029@15684|1067@15800|1068@15713|1070@24933|1030@15675|1047@15844|1072@16054|1036@15772|1074@15813|1076@24273|1082@15823|1081@15826|1077@15897|1080@16212|1069@17419|1083@15824|1075@15825|1087@15855|1086@15858|1090@16017|1089@17069|1091@15934|1039@15927|1101@16385|1100@16030|1098@15969|1095@16286|1096@15899|1102@16358|1106@16315|1107@16063|1097@16443|936@21197|1108@16098|1109@16259|1110@16133|1111@16125|1020@25042|1112@16249|1114@16157|1119@16210|1120@16230|1123@17210|1124@16260|1128@17558|1116@17330|1115@16337|1129@16808|1118@16803|1130@16363|1121@16370|1134@16436|1132@16433|1133@16415|1136@17184|1137@16445|1135@16542|1140@16622|1139@16516|1138@16670|1142@16729|1141@16703|1143@16529|1144@16575|1146@16771|1145@16577|1148@16632|1149@16603|1002@21196|1151@16659|1150@16681|1153@16640|1154@17723|1156@16655|1157@16656|1158@20305|1159@16679|1161@16677|1160@16675|1162@16928|1163@16749|1164@25825|1169@17657|1168@16744|1165@16895|1170@17555|1167@16924|1166@16713|1173@17456|1174@16807|1175@16826|1176@16874|876@13706|1177@16854|1179@16884|1180@16877|1181@16888|1185@16917|1186@16929|1182@16887|1188@21998|1189@17847|1190@17679|1187@17118|1191@18233|1192@17819|1197@17306|1195@17477|1200@19955|1198@17135|1199@17391|1193@17131|823@17132|1196@17986|1194@17452|1202@17234|1203@17180|1204@17392|1085@16995|1207@17380|1206@17147|1209@17760|1208@17455|1210@17385|963@17358|1214@17453|1213@17579|1212@17431|1215@17486|1211@17800|1178@13746|1219@21433|1216@17543|1218@17578|1220@17573|1201@17575|1222@17604|1224@17674|1223@17705|1226@23651|1229@24506|1230@17965|1231@17748|1233@17393|1232@17778|1234@17752|1236@17793|1235@17898|1237@17798|1241@17869|1242@17873|1244@17883|1245@17890|1246@17903|987@14421|1238@17896|1248@18027|1251@18018|1252@18037|1267@18173|1270@18184|1288@19040|1278@26235|1279@18758|1293@18651|1305@18733|1304@18746|1301@18719|1302@18714|1264@20038|46@18794|1294@18744|1310@18798|1298@18797|1311@21536|1312@18814|1314@18830|1313@18840|1308@18860|1315@18857|1316@18961|1317@19147|1323@19002|1319@19003|1321@18983|1320@19167|1318@18945|182@2080|1295@19052|1326@19508|1327@19114|1330@21540|1328@19133|1332@19150|1333@19329|1331@19173|1265@21716|1335@19186|1338@19586|1337@19224|1342@19325|1343@19664|1341@23464|1340@19295|1347@19632|1348@19409|1345@19404|1349@24586|1350@19411|1352@19420|1353@19516|1355@19467|1351@19662|1356@19565|1360@20006|1362@19613|1361@19817|1364@19672|1365@19665|1366@19687|1368@19901|1283@19826|1369@19709|1367@19785|1371@19795|1286@19743|1370@19741|1375@19836|1296@23796|1376@19796|1374@19813|1373@19800|1372@19827|1377@19816|1339@19818|1378@19832|1382@19884|1385@20015|1389@20182|1388@19985|1386@19956|1390@19968|1391@19971|1392@20326|1395@20044|1396@20225|1397@20103|1398@20042|1394@20029|1400@20101|1399@21740|1401@20067|1402@20102|1406@22405|1410@20184|1404@20183|1414@20223|935@20210|938@20209|1417@20235|1420@20302|1421@20320|1422@21007|1423@24570|1428@20510|1426@20471|1431@20541|1434@20605|1038@20632|1435@20617|1437@22575|1438@20746|1439@21108|1441@20851|1443@20842|1440@20793|1445@22574|532@20948|1456@20996|1448@24836|1455@20989|1452@20987|1447@20938|888@21107|1453@21158|897@21718|1462@21178|1463@21311|1460@23801|1467@24555|1468@22433|1471@21451|1469@25153|1280@21410|1477@24585|1482@21526|1484@21516|1481@24671|1483@21518|1470@21616|1476@21596|1491@24482|1475@21647|1488@21649|1493@21734|1490@21694|1492@21741|1479@21715|1495@21735|1507@21938|1523@22057|1500@21920|1501@21958|1504@22905|1512@25065|1509@22000|1515@22010|1505@22023|1517@22044|1525@22249|1526@22071|1527@22073|1528@22425|1530@22097|1529@22244|1531@22161|1533@22180|1535@22183|1537@22326|1541@22252|1536@22251|1540@22258|1544@22343|1554@22442|1549@24091|1552@22386|1551@22882|1545@22389|1555@24561|1547@22417|1510@23852|1559@22471|1558@22472|1557@3541|1425@20446|1562@24063|1556@22512|1566@24262|1564@22551|1567@22567|1568@24104|1570@22579|1572@22607|1573@22626|1569@22591|1574@22617|1577@22630|1576@22637|1571@22633|1580@17967|1578@22851|1579@22875|1581@22676|1565@22693|1583@22744|1585@25650|1597@22860|1586@22843|1592@22780|1593@24111|1598@22883|1589@22890|1604@24263|1606@22947|1605@26647|1601@22966|1599@22772|1600@22953|985@14900|464@4397|1615@23029|1617@23093|1609@23094|1618@23042|1619@24202|1610@23053|1587@23180|1616@25161|1621@23630|1622@25741|1620@23278|1628@23262|1625@23114|1624@23566|1626@25427|1613@23152|1630@23172|1632@25616|1627@23838|1633@23236|1629@23225|1612@23893|1634@23839|1635@23567|1623@26161|1636@23314|1637@23639|1638@23565|1227@17745|1639@23335|1640@23337|1641@26004|1642@23375|1611@24175|1644@24062|1643@23383|1645@23448|1646@24564|1647@23703|1648@24102|1651@23561|1650@23622|1652@23558|1654@23604|1656@23788|1661@23785|1660@23682|1658@23683|1657@23676|1659@24673|1662@23790|1663@25137|1664@24070|1666@23749|1667@24140|1665@23772|1668@25529|1670@23804|1508@23802|1672@23813|1673@23843|1674@24196|1675@23862|1676@23992|1685@16909|1686@26494|1680@24537|1684@24128|1689@24204|1688@25095|1687@24122|1683@24027|1669@24056|1649@24059|1653@24501|1682@24023|1262@24109|1694@24207|1690@24206|1695@24794|962@24277|1681@24607|1692@24279|1697@25012|1696@24351|1522@24504|1704@24861|1703@24507|1705@24662|1700@24479|1698@24559|1276@24430|1699@24534|1707@24898|1706@25004|1546@24579|1271@24596|1708@24791|1709@24672|1710@24991|1712@24749|1713@24980|1714@24912|1711@25135|1716@24790|1715@24822|1721@24847|1722@25686|1717@24788|1723@26476|1724@26222|1718@24899|1727@25059|1726@24972|1728@24923|1582@24929|1273@24931|1729@25005|1725@25442|1730@25032|1731@25035|1732@25144|1733@25074|1734@25079|1735@25076|1736@25131|996@25145|1741@25432|1742@25246|1739@25250|1751@25379|1740@26164|1748@25444|1756@25497|1749@25500|1752@25503|1757@25731|1743@25542|1755@25604|1761@25878|1764@25813|1770@25792|1768@25794|1765@25784|1228@25652|1766@25799|1772@25821|1759@25874|1745@25892|1767@25868|1776@25948|1783@26087|1774@26062|1771@26059|1775@25965|1789@26387|1779@26165|1788@26150|1785@26146|1791@26166|1794@26246|1796@26243|1804@26399|1800@26500|1803@26682|1797@26443|1738@26627|1737@26448|1806@26564|1805@26559|1808@26569'); INSERT INTO o2_members (uid, username, password, regdate, postnum, email, site, aim, status, location, bio, sig, showemail, timeoffset, icq, avatar, yahoo, customstatus, theme, bday, langfile, tpp, ppp, newsletter, regip, timeformat, msn, dateformat, ignoreu2u, lastvisit, rating, realname, firstname, emailnotify, profileviews, u2upopup, chatpopup, hidden, hidesig, hideavatar, logintime, readtopics) VALUES (6,'Tite mouette','e37a5c731719cc88b22ce4f06261fdb6',1070965121,329,'alexandra.hellio@wanadoo.fr','http://www.arekusandora.com/','','Administrator','Ivry-sur-seine','','\\\"si tu rencontres Dieu, tues le car ce n\\\'est pas lui\\\" (proverbe japonais)\r\nhttp://www.arekusandora.com/','no',1,'','http://www.blitz3dfr.com/avatars/arween.gif,100,90','','','',352508400,'French',30,25,'yes','81.49.19.122',24,'','dd-mm-yyyy','',1103145728,'','HELLIO','Alexandra','no',495,'yes',0,'no','no','no',3600,'1@88|2@6|3@37|4@26107|5@3216|6@743|7@4868|8@34|9@172|10@36|12@5491|11@2985|13@275|15@382|14@122|16@374|17@115|18@363|20@150|21@3370|19@155|22@372|29@199|23@197|24@1844|25@1756|26@194|27@1967|28@1880|45@505|31@341|30@437|32@264|36@1924|34@225|35@300|46@18794|38@407|37@1580|39@319|40@258|41@390|42@1488|44@357|43@2001|51@474|52@503|47@364|48@911|50@402|49@379|55@814|53@1706|54@881|56@440|57@453|58@467|59@1565|60@528|61@478|62@495|63@1318|64@491|65@621|66@613|67@1840|68@1842|69@765|70@1011|71@591|72@924|73@662|74@580|75@10811|76@648|77@906|78@7427|80@1682|79@723|81@637|86@21027|82@836|83@724|84@647|85@759|87@713|88@695|89@854|90@1601|91@708|95@1044|92@889|93@1584|96@13965|98@857|97@973|106@2973|99@1539|100@826|101@870|102@868|103@874|104@936|105@932|107@952|108@1001|109@1000|114@975|110@2868|111@1006|112@949|113@991|115@1418|116@1111|117@1176|121@1035|118@1230|119@1148|120@1096|122@1403|123@5693|124@1286|125@1834|126@1069|127@1835|128@1155|129@2056|132@14103|130@1187|131@1141|137@1294|133@1184|134@5067|135@1913|136@1196|139@1393|138@2081|140@1297|141@1284|142@1768|143@1328|144@1306|147@1319|145@1536|146@1358|167@1821|148@1326|150@1428|149@1413|155@26042|151@1543|152@3043|157@1534|153@1605|154@1456|156@1983|159@19940|158@2582|160@1711|161@4510|162@1741|163@1624|164@1665|165@2093|166@1702|169@1808|168@1860|170@25653|171@1776|173@1830|172@1817|174@1943|177@2330|178@2058|175@1945|176@1999|201@2329|181@2032|182@2080|183@2575|189@2462|185@2429|186@2044|188@2424|187@2354|208@8613|190@2830|258@3396|192@7358|193@2536|194@2339|196@2888|195@2357|197@2423|198@2237|199@2209|200@2358|204@7034|202@2350|203@5249|205@2414|207@15574|206@2365|209@2465|212@2594|213@3198|210@2458|211@2584|214@2535|215@2063|216@2674|217@2679|219@2652|218@811|220@2644|221@2699|222@24350|267@3440|223@2675|228@3003|224@2724|227@3156|225@2765|226@2796|230@2882|229@3136|231@2770|234@3010|233@3317|796@6241|235@2812|236@2814|242@2983|237@2932|238@2987|239@3639|184@3799|240@2972|241@3159|243@3309|244@3041|245@3209|257@706|246@3251|247@3475|252@3833|248@697|191@3105|250@8072|251@3439|249@3364|254@3215|255@2760|256@240|301@4277|180@3693|253@3405|259@3623|260@3388|261@3613|262@3647|263@3620|264@4032|265@3733|266@3564|268@3390|271@4637|269@8200|510@9453|275@3649|272@3696|273@3687|288@4332|277@7463|276@4740|278@3824|270@8540|509@7951|279@17411|280@5144|281@4821|303@4173|283@4311|290@5110|284@3957|282@21055|352@7797|293@4040|296@4019|294@4486|295@3908|298@4282|306@4287|299@4104|300@4324|302@4924|304@4176|305@4322|309@4767|310@4944|311@4302|312@4275|313@6058|318@7044|314@4688|315@4727|316@4753|317@4372|319@4475|320@4526|321@4491|322@4603|323@4515|324@4732|325@4947|326@4800|327@4623|328@4736|330@5497|331@4712|332@4633|334@4752|335@8277|94@4785|329@4787|333@4827|336@4858|339@4942|337@5837|338@5019|340@5059|341@4884|342@4955|343@6522|344@4974|345@4970|346@4941|347@4999|33@10339|351@5049|348@5005|353@5141|349@5069|350@5041|389@5475|426@8809|354@5184|355@5273|356@5574|357@5232|358@5438|359@5263|360@5113|361@5129|362@5153|364@5227|363@5205|365@5315|366@5267|391@7681|368@5226|369@5304|370@5257|376@5742|372@5261|373@5274|374@5269|375@5272|377@5770|378@5662|379@5604|394@5691|380@5347|381@5339|382@5346|383@6668|384@5661|385@5678|386@5384|387@5613|390@5600|388@5529|367@6101|392@5628|393@5689|407@6049|395@5798|396@5659|398@5839|399@5647|400@5750|401@5680|406@5878|402@5655|403@5660|404@5669|405@5727|412@5864|408@5780|409@5792|410@5871|411@5962|421@6147|413@5935|414@5989|415@6071|416@6999|417@5940|454@6538|418@5969|419@6238|420@5975|427@7933|422@6072|423@6166|424@6117|425@6089|287@8092|428@6110|429@6144|430@6212|431@6327|432@6481|433@6321|434@6418|435@8815|436@8142|289@3945|438@6453|439@6468|440@7366|441@6496|442@7533|443@6427|444@6393|445@17410|446@6575|447@6620|448@6455|452@6497|450@7196|449@6550|451@6504|455@6531|453@6520|456@6996|457@6631|458@9553|459@6956|460@6705|461@6634|462@6605|463@6743|468@6736|465@6864|466@7083|467@7308|480@7890|469@6786|470@6822|471@6958|472@6727|473@6793|474@7204|475@7254|476@6921|477@7074|479@6950|486@4341|481@6982|482@7202|483@7303|484@7079|485@7078|487@7452|274@22555|489@7744|490@7198|491@7199|492@7344|493@3544|494@8354|495@7432|496@10727|497@8174|505@3578|498@7955|499@7385|500@7426|501@7796|502@9440|503@7354|507@7458|511@7674|506@7950|508@7645|512@8118|513@7670|514@11301|515@7724|521@7913|516@7977|517@7761|518@7701|519@7873|520@7845|522@10613|523@7843|524@17266|528@8029|525@7943|526@7980|527@11711|531@23845|533@8348|529@8015|530@8055|532@20948|538@8161|534@8191|535@8357|536@8371|537@8079|539@8238|540@8134|541@8253|542@8563|543@8167|544@8515|547@8350|545@8359|546@8370|549@8801|548@8813|555@8377|552@8334|550@8971|551@8393|553@8896|558@9068|557@8779|554@19690|556@13497|560@16141|559@8765|561@12456|573@9184|566@8676|562@8768|565@8585|563@8520|564@8808|570@8681|567@8757|597@9679|569@8867|568@18013|571@8924|575@8818|572@8764|576@8912|574@18686|577@11766|578@20230|579@16806|580@8994|581@8960|582@8849|583@10616|584@8958|591@9084|585@8923|586@22610|587@8943|588@9015|596@9256|589@9054|590@4629|592@9061|593@10092|594@9961|595@9025|598@9181|599@9212|600@9259|601@10851|602@9171|603@9315|604@9319|605@9297|606@9303|607@9314|608@9436|609@9430|610@9493|612@9490|617@11788|611@261|613@10315|618@10328|614@9761|615@2038|616@4729|629@12639|619@10378|620@10124|621@13953|622@9631|623@9766|628@9837|624@9608|625@9711|626@10468|627@9755|630@9743|634@10256|632@18033|631@14469|633@9966|635@10194|636@25765|637@17424|638@10029|639@11299|640@10293|644@10541|641@10139|646@10762|642@10024|643@10209|645@17829|647@273|648@10284|371@25981|813@12836|649@10336|650@10447|651@10341|652@10429|653@17409|654@10296|657@10348|655@10299|656@11099|658@10367|659@10371|667@18012|660@10375|661@11348|662@10563|663@10425|664@10702|665@10538|666@10395|668@10533|669@10477|670@10617|671@10874|672@10475|697@10979|673@10833|682@10907|674@10528|675@10595|676@10608|742@11792|677@4861|680@13943|678@1931|679@10601|681@10752|683@10726|691@10818|684@10777|685@10814|686@24665|687@11864|767@12478|688@11861|689@10765|702@11179|690@11512|692@4607|693@11084|179@11018|694@10869|696@20264|695@3540|698@15910|699@10989|504@11292|700@24675|701@25891|705@11226|703@11211|704@11157|711@11504|707@11185|706@11122|745@11802|708@11244|710@12750|709@13521|728@11845|712@11862|713@11233|714@11254|715@11454|764@12345|724@11416|716@11450|717@11326|718@11359|720@11341|719@11524|721@11754|722@11376|723@11885|725@11495|726@12049|727@11501|729@11480|743@26875|850@23965|730@12195|731@11753|732@11633|733@11959|734@11984|735@11669|736@11639|749@11920|737@12120|738@11646|739@11709|740@11909|741@11695|744@17390|746@12319|747@11918|750@12540|748@11814|751@12021|752@5080|753@11942|754@12103|755@12294|757@11963|756@12003|758@14922|759@12011|760@12033|761@12692|762@11995|766@12352|772@12399|763@4487|765@12465|768@13509|769@2989|775@2906|770@12373|771@12238|773@12308|774@12335|779@12813|776@14555|777@6608|778@12459|800@17301|780@13532|788@2994|781@12461|232@12703|782@12566|784@12494|783@4754|785@4046|786@25764|787@20928|793@12678|789@12844|790@13492|810@12739|805@12825|792@18509|798@6491|794@12705|791@8859|795@4863|797@4573|801@6723|802@12799|803@13306|804@13233|814@16785|799@8868|806@12793|807@12866|808@12273|809@11644|811@12631|812@12770|817@12696|818@12932|821@12892|819@13008|822@12795|820@13025|823@17132|824@12824|825@12820|827@12988|826@12901|828@12959|829@12954|285@4591|831@12972|832@12946|833@15434|834@13116|835@13254|836@13024|837@14062|838@13032|839@20232|840@13732|841@13245|843@13354|842@20708|849@13294|844@13416|845@13135|846@13155|847@13205|848@14456|852@13226|851@25658|853@4609|854@13269|855@13627|856@13255|857@13474|858@25694|859@13349|861@13320|860@4239|862@13465|863@13373|864@14745|865@13506|866@13367|867@13401|868@13399|874@13504|869@24087|870@13421|871@25704|872@13784|873@4217|875@13466|876@13706|877@13530|883@24638|815@15112|816@13604|879@13576|878@13542|880@13574|881@13647|882@13640|885@4792|884@13614|886@13859|887@13679|890@4350|895@18195|889@13823|891@13708|892@17060|893@13832|894@19612|286@3917|897@21733|896@13740|898@16326|899@3934|901@4664|900@4202|291@4001|297@4453|292@5417|307@4425|308@22743|397@4216|437@4445|464@4397|478@15326|902@14072|488@4381|830@4490|903@6623|904@5246|911@5540|993@15107|906@4850|905@4886|910@5563|907@6098|908@4990|909@4919|943@21603|913@14155|912@13925|915@16742|914@6986|916@5299|917@5731|918@5543|919@5760|920@6325|921@13927|922@14981|923@14126|924@5847|927@13955|925@6151|926@6596|928@13930|929@14064|930@26701|931@6789|932@20272|933@14776|934@17164|935@20925|936@21275|937@21318|938@21026|939@15935|940@6490|941@6601|942@24338|944@15223|945@16974|956@15155|946@6855|948@6898|984@26383|947@13760|949@8050|955@14030|951@24240|950@13897|952@13912|953@7148|963@17811|987@14421|957@23892|958@13998|962@24341|959@14519|960@13889|961@14024|964@20211|965@16857|966@14640|967@14012|968@14111|969@14106|971@14110|970@14188|985@14900|974@25397|972@14119|973@20864|975@14180|978@14365|976@14266|977@14299|979@14233|989@15394|980@20932|981@14853|986@14415|982@14368|983@14330|990@15726|988@15142|991@14778|992@14464|994@14578|995@14525|1012@15254|1038@20766|996@25281|997@14774|999@14628|998@14717|1000@14855|1001@14665|1004@14742|1002@21281|1003@25958|1020@25042|1005@14772|1006@14840|1018@15096|1007@15019|1008@19042|1009@14838|1010@14980|1011@15240|1013@14899|1014@15106|1015@14898|1016@15200|1017@15552|1019@15091|1021@15052|1022@14968|1023@15381|1026@15024|1024@15413|1028@15493|1025@15032|1027@15082|1032@15691|1029@15684|1030@15675|1031@15360|1036@15852|1033@15304|1034@15395|1035@15324|1037@16376|1039@15927|1040@16166|1044@15530|1041@17968|1042@15418|1043@15508|1045@16142|1046@15587|1048@15733|1047@15844|1053@22398|1050@15607|1049@15681|1051@17554|1055@19428|1052@15546|1064@15779|1054@22199|1056@15563|1146@17312|1058@18519|1057@15593|888@21130|1060@15891|1061@15615|1062@16159|1063@16187|1067@15800|1092@16122|1065@15657|1066@15695|1068@15720|1069@17802|1070@24933|1071@16414|1072@16054|1073@15732|1076@24310|1074@15813|1077@15897|1075@15825|1088@15894|1078@17407|1079@15862|1082@15823|1080@16215|1081@15842|1083@15856|1084@15839|1085@17368|1086@15875|1087@15888|1089@17497|1090@17186|1091@16175|1093@15956|1094@16023|1095@16801|1096@16045|1097@16443|1098@16193|1099@16005|1100@16295|1102@16358|1101@16405|1103@19243|1104@16047|1105@16048|1106@16317|1107@16081|1108@16098|1123@17210|1109@16292|1110@16133|1111@16261|1112@16334|1113@16266|1114@16262|1115@16736|1116@17330|1117@16274|1118@16835|1119@16231|1120@16276|1122@16268|1121@16388|1124@16260|1136@17223|1125@18350|1126@16309|1127@16401|1128@17560|1129@16808|1131@16407|1130@16363|1132@16433|1133@16415|1134@16436|1135@16571|1138@18648|1137@16445|1139@16789|1140@16701|1141@16703|1142@16729|1143@16529|1144@16581|1145@16582|1148@16790|1147@16602|1149@16603|1150@16681|1151@16659|1152@18806|1153@16640|1154@17790|1155@16766|1156@16655|1157@16889|1159@16791|1173@17456|1158@24339|1160@16675|1161@16677|1187@17118|1186@16964|1163@16749|1169@17661|1164@25825|1165@16895|1166@16713|1167@16924|1179@16884|1168@16744|1171@16775|1170@17555|1172@16879|1182@17076|1174@16807|1176@17088|1193@17131|1177@16854|1178@21306|1180@16878|1181@17203|1196@17986|1183@16901|1184@19183|1188@22297|1185@17504|1162@17501|1202@17253|1189@17847|1192@17819|1191@18233|1254@18148|1212@18544|954@18025|1194@17452|1195@20142|1197@17306|1265@23826|1190@17763|1201@17595|1198@17135|1199@17391|1200@19955|1204@20154|1203@17237|1205@17276|1206@17524|1207@17380|1208@17455|1242@17960|1175@18834|1209@17760|1234@17752|1210@17506|1218@17614|1211@19905|1213@17579|1214@17453|1215@17663|1272@18403|1221@17600|1216@17543|1217@17521|1219@21433|1220@17599|1222@17638|1223@18275|1224@17770|1225@17633|1226@23651|1227@17745|1228@26826|1229@25103|1230@17965|1231@17764|1232@17832|1235@17920|1233@18008|1299@18679|1236@17804|1237@17798|1238@18218|1239@21592|1240@17839|1241@19875|1243@17871|1244@18010|1245@14151|1246@17903|1251@18018|1247@17979|1248@18112|1249@17991|1250@18149|1252@20664|1253@18610|1255@14424|1256@18591|1257@18065|1258@18165|1259@18034|1260@20269|1261@22756|1262@24109|1263@18228|1264@20203|1266@18232|1267@18277|1268@18271|1269@18253|1270@18336|1271@24596|1273@24931|1274@18264|1275@18274|1276@24430|1286@19743|1277@18612|1278@26970|1279@24323|1280@21410|1281@18413|1302@18714|1282@18420|1283@19826|1287@18477|1284@18376|1296@23815|1285@18804|1370@19741|1288@19683|1310@19890|1289@18593|1290@18592|1291@18556|1292@18963|1293@18651|1294@18827|1297@18642|1295@19526|1325@19081|1298@19093|1300@18702|1347@20163|1312@18814|1301@18953|1303@18909|1306@18764|1304@18801|1305@18733|1308@19022|1307@18782|1316@18961|1309@19050|1311@21546|1313@19131|1319@19039|1314@18849|1315@19159|1317@19147|1318@18945|1361@19817|1320@19819|1328@19196|1321@19090|1323@19182|1322@19011|1324@19600|1326@19508|1327@19547|1329@19101|1330@21540|1331@19174|1332@19150|1334@19809|1333@19329|1335@19505|1336@19383|1337@19938|1339@19818|1338@19699|1340@19343|1341@26011|1342@19360|1349@24586|1343@19664|1346@20000|1344@19356|1345@19427|1348@19409|1350@19411|1351@20025|1352@19448|1353@19641|1354@19454|1355@19525|1356@19607|1357@20434|1358@19589|1427@20641|1363@19814|1359@19595|1360@20006|1367@20162|1362@19613|1364@19672|1365@26286|1366@19736|1368@19901|1369@19807|1371@19795|1372@19860|1373@19843|1374@19847|1375@20699|1376@19796|1377@20002|1378@20227|1447@20729|1379@19852|1440@21111|1384@19964|1380@20185|1381@19885|1382@19884|1383@19974|1385@20015|1386@19956|1387@21121|1399@21740|1388@20026|1390@20110|1389@20182|1392@20333|1391@20003|1397@20294|1393@20711|1394@20029|1395@20084|1396@20496|1398@20042|1400@20213|1401@21470|1402@20118|1403@20100|1404@20183|1405@20119|1406@22796|1407@20141|1408@20158|1409@21444|1410@20184|1411@20206|1412@20281|1413@20219|1414@20223|1415@20360|1416@20399|1417@20361|1418@20268|1420@20503|1419@20528|1421@22737|1422@22445|1423@24625|1424@20531|1425@20446|1426@20650|1432@20640|1428@20873|1429@20985|1430@20579|1439@21108|1431@20660|1434@20668|1433@20622|1437@22575|1435@20617|1436@20661|1438@20746|1446@21188|1441@20851|1442@21072|1443@20912|1444@21046|1445@22658|1449@21093|1450@21036|1451@21310|1452@21327|1453@21186|1454@21187|1455@22247|1460@23801|1456@21074|1457@21120|1458@21362|1459@21492|1059@20821|1461@21181|1462@21178|1463@21313|1464@21482|1465@21290|1466@21315|1467@24555|1468@22435|1469@25153|1470@21678|1471@21451|1472@21511|1476@21596|1473@21493|1474@21418|1475@21705|1487@21802|1477@24585|1478@21517|1479@21715|1480@21581|1448@24836|1481@24767|1482@21712|1483@21583|1484@22438|1485@22228|1486@21599|1488@22487|1489@21728|1490@21746|1491@24482|1492@21955|1493@21873|1495@21825|1496@22055|1494@21884|1497@25152|1498@21877|1499@21853|1500@21920|1501@21958|1502@21843|1503@22015|1504@22958|1505@22023|1506@21827|1507@21950|1508@23802|1509@3641|1510@26097|1511@21979|1515@22010|1516@21961|1514@21971|1513@21860|1512@25065|1517@22145|1518@22004|1519@22078|1520@22026|1521@22043|1522@24504|1523@22057|1524@22017|1525@22249|1526@22134|1527@22113|1528@22425|1529@22244|1530@22127|1531@22176|1532@22170|1533@22180|1534@22246|1535@22360|1536@22259|1537@22326|1538@22208|1540@22278|1539@22242|1541@22287|1542@22253|1543@22280|1545@22441|1544@13643|1546@24653|1547@22577|1548@22342|1549@24091|1550@22384|1551@22884|1552@22414|1554@22442|1553@13808|1555@26167|1556@13634|1557@4134|1558@22472|1559@20833|1560@3648|1561@13867|1562@24063|1563@22549|1564@22563|1565@22695|1566@24333|1567@22567|1568@24104|1569@22640|1570@22585|1571@24168|1572@22607|1576@22736|1578@23143|1574@22617|1573@22662|1577@22653|1575@22787|1580@24446|1579@22875|1581@22811|1582@24929|1584@22792|1583@22744|1585@26834|1586@22843|1587@23204|1588@22823|1589@22890|1590@22821|1593@24111|1592@22780|1591@22789|1594@22835|1595@22999|1596@23948|1597@22904|1598@22883|1599@22772|1600@22953|1601@23017|1603@22954|1602@22941|1604@24743|1605@26884|1606@24637|1607@22955|1608@22992|1609@23094|1610@23053|1611@24296|1612@24418|1613@23152|1614@23102|1615@22818|1616@25161|1617@23291|1620@23278|1618@23578|1619@24202|1621@23630|1622@25772|1623@26946|1625@23114|1624@23566|1626@25427|1627@14049|1628@23289|1629@23225|1630@23172|1631@23288|1632@25616|1633@23239|1634@23839|1635@23775|1636@23648|1637@23652|1638@23565|1639@23335|1640@23438|1641@26771|1642@23378|1643@26788|1644@24062|1645@23448|1646@24564|1647@24075|1648@15860|1649@24059|1650@23622|1651@23568|1652@23562|1653@24501|1654@23604|1655@23585|1656@24429|1657@23676|1658@23911|1659@24673|1660@23711|1661@23785|1664@24070|1662@23790|1663@25137|1665@23782|1666@23749|1667@16235|1668@25529|1669@24056|1670@23918|1672@23865|1671@23953|1673@24683|1674@24196|1675@24215|1676@26700|1678@23904|1677@23895|1679@23964|1680@24539|1682@24023|1681@25468|1683@24027|1684@24592|1685@16909|1686@26494|1688@26436|1687@24151|1689@25684|1690@25955|1691@24188|1692@24342|1693@24181|1694@7174|1695@24794|1696@24416|1697@25304|1698@24559|1699@24544|1700@24479|1701@24468|1702@24488|1703@24538|1704@24861|1705@24724|1706@25004|1707@24898|1708@24791|1710@25040|1709@24702|1711@25332|1712@24749|1713@24980|1714@24912|1715@26280|1716@24875|1717@24788|1720@24863|1721@24976|1722@25686|1723@26959|1724@26509|1725@25442|1718@24899|1727@26440|1726@24972|1728@24970|1729@25005|1730@25032|1735@26982|1733@25088|1736@25131|1731@25039|1732@25144|1734@25395|1739@25250|1740@26164|1741@25432|1742@25353|1743@26962|1744@26066|1745@26141|1746@25284|1747@25579|1748@25998|1749@26529|1750@25791|1751@25379|1752@25503|1753@26935|1754@25864|1755@25619|1756@25497|1757@25731|1758@25589|1759@25929|1760@25632|1761@26012|1762@25625|1763@25681|1764@25813|1766@25808|1765@25784|1767@25868|1768@25902|1769@26347|1770@25805|1771@26059|1772@26752|1773@25980|1774@26663|1775@25965|1776@26385|1777@26305|1778@26110|1779@26165|1780@26034|1781@26128|1782@26209|1783@26087|1784@26285|1785@26338|1786@26111|1787@26205|1788@26185|1789@26387|1790@26508|1791@26791|1792@26221|1793@26220|1794@26377|1795@26288|1796@26604|1797@26446|1798@26676|1799@26382|1800@26688|1801@26870|1804@26401|1802@26378|1803@26848|1719@26454|1737@26448|1738@26957|1805@26603|1806@26564|1807@26750|1808@26578|1810@26904|1809@26890|1811@26715|1812@26721|1813@26675|1814@26685|1815@26881|1816@26679|1817@26952|1818@26737|1819@26846|1820@26822|1821@26867|1822@26786|1823@26937|1824@26941|1825@26968|1827@26954|1826@26981|1828@26960|1829@26976|1830@26980'); INSERT INTO o2_members (uid, username, password, regdate, postnum, email, site, aim, status, location, bio, sig, showemail, timeoffset, icq, avatar, yahoo, customstatus, theme, bday, langfile, tpp, ppp, newsletter, regip, timeformat, msn, dateformat, ignoreu2u, lastvisit, rating, realname, firstname, emailnotify, profileviews, u2upopup, chatpopup, hidden, hidesig, hideavatar, logintime, readtopics) VALUES (7,'Kallen','d7e6bfb516e4759074efb2797227484e',1070966166,1772,'kdiv@voila.fr','http://www.kahonna.com','','Super Moderator','3ème planète à gauche après le soleil.','','Je parle pas anglais, et je code pas. ok.\r\nI dont speack english. sorry. :( and i dont coding. :)\r\nXP 2600 + 1024 Mo + GeForce 4 Ti 4200 + Win XpPro\r\n[URL=http://www.kahonna.com][IMG]http://wwwtest.free.fr/blitz/sig.jpg[/IMG][/URL]','no',1,'','http://wwwtest.free.fr/blitz/avatar03.gif,100,90','','','',109638000,'French',30,25,'no','81.51.54.25',24,'','dd-mm-yyyy','',1103121863,'','','','no',329,'yes',0,'no','no','no',900,'1@88|2@6|3@37|4@26107|5@3216|6@743|7@4868|8@34|9@172|10@36|12@5491|11@2985|13@275|15@382|14@122|16@374|17@115|18@363|20@150|21@3370|19@155|22@372|29@199|23@197|24@1844|25@1756|26@194|27@1967|28@1880|45@505|31@341|30@437|32@264|36@1924|34@225|35@300|46@18794|38@407|37@1580|39@319|40@258|41@390|42@1488|44@357|43@2001|51@474|52@503|47@364|48@911|50@402|49@379|55@814|53@1706|54@881|56@440|57@453|58@467|59@1565|60@528|61@478|62@495|63@1318|64@491|65@621|66@613|67@1840|68@1842|69@765|70@1011|71@591|72@924|73@662|74@580|75@10811|76@648|77@906|78@7427|80@1682|79@723|81@637|86@21027|82@836|83@724|84@647|85@759|87@713|88@695|89@854|90@1601|91@708|95@1044|92@889|93@1584|96@13965|98@857|97@973|106@2973|99@1539|100@826|101@870|102@868|103@874|104@936|105@932|107@952|108@1001|109@1000|114@975|110@2868|111@1006|112@949|113@991|115@1418|116@1111|117@1176|121@1035|118@1230|119@1148|120@1096|122@1403|123@5693|124@1286|125@1834|126@1069|127@1835|128@1155|129@2056|132@14103|130@1187|131@1141|137@1294|133@1184|134@5067|135@1913|136@1196|139@1393|138@2081|140@1297|141@1284|142@1768|143@1328|144@1306|147@1319|145@1536|146@1358|167@1821|148@1326|150@1428|149@1413|155@26042|151@1543|152@3043|157@1534|153@1605|154@1456|156@1983|159@19940|158@2582|160@1711|161@4510|162@1741|163@1624|164@1665|165@2093|166@1702|169@1808|168@1860|170@25653|171@1776|173@1830|172@1817|174@1943|177@2330|178@2058|175@1945|176@1999|201@2329|181@2032|182@2080|183@2575|189@2462|185@2429|186@2044|188@2424|187@2354|208@8613|190@2830|258@3396|192@7358|193@2536|194@2339|196@2888|195@2357|197@2423|198@2237|199@2209|200@2358|204@7034|202@2350|203@5249|205@2414|207@15574|206@2365|209@2465|212@2594|213@3198|210@2458|211@2584|214@2535|215@2063|216@2674|217@2679|219@2652|218@811|220@2644|221@2699|222@24350|267@3440|223@2675|228@3003|224@2724|227@3156|225@2765|226@2796|230@2882|229@3136|231@2770|234@3010|233@3317|796@6241|235@2812|236@2814|242@2983|237@2932|238@2987|239@3639|184@3799|240@2972|241@3159|243@3309|244@3041|245@3209|257@706|246@3251|247@3475|252@3833|248@697|191@3105|250@8072|251@3439|249@3364|254@3215|255@2760|256@240|301@4277|180@3693|253@3405|259@3623|260@3388|261@3613|262@3647|263@3620|264@4032|265@3733|266@3564|268@3390|271@4637|269@8200|510@9453|275@3649|272@3696|273@3687|288@4332|277@7463|276@4740|278@3824|270@8540|509@7951|279@17411|280@5144|281@4821|303@4173|283@4311|290@5110|284@3957|282@21055|352@7797|293@4040|296@4019|294@4486|295@3908|298@4282|306@4287|299@4104|300@4324|302@4924|304@4176|305@4322|309@4767|310@4944|311@4302|312@4275|313@6058|318@7044|314@4688|315@4727|316@4753|317@4372|319@4475|320@4526|321@4491|322@4603|323@4515|324@4732|325@4947|326@4800|327@4623|328@4736|330@5497|331@4712|332@4633|334@4752|335@8277|94@4785|329@4787|333@4827|336@4858|339@4942|337@5837|338@5019|340@5059|341@4884|342@4955|343@6522|344@4974|345@4970|346@4941|347@4999|33@10339|351@5049|348@5005|353@5141|349@5069|350@5041|389@5475|426@8809|354@5184|355@5273|356@5574|357@5232|358@5438|359@5263|360@5113|361@5129|362@5153|364@5227|363@5205|365@5315|366@5267|391@7681|368@5226|369@5304|370@5257|376@5742|372@5261|373@5274|374@5269|375@5272|377@5770|378@5662|379@5604|394@5691|380@5347|381@5339|382@5346|383@6668|384@5661|385@5678|386@5384|387@5613|390@5600|388@5529|367@6101|392@5628|393@5689|407@6049|395@5798|396@5659|398@5839|399@5647|400@5750|401@5680|406@5878|402@5655|403@5660|404@5669|405@5727|412@5864|408@5780|409@5792|410@5871|411@5962|421@6147|413@5935|414@5989|415@6071|416@6999|417@5940|454@6538|418@5969|419@6238|420@5975|427@7933|422@6072|423@6166|424@6117|425@6089|287@8092|428@6110|429@6144|430@6212|431@6327|432@6481|433@6321|434@6418|435@8815|436@8142|289@3945|438@6453|439@6468|440@7366|441@6496|442@7533|443@6427|444@6393|445@17410|446@6575|447@6620|448@6455|452@6497|450@7196|449@6550|451@6504|455@6531|453@6520|456@6996|457@6631|458@9553|459@6956|460@6705|461@6634|462@6605|463@6743|468@6736|465@6864|466@7083|467@7308|480@7890|469@6786|470@6822|471@6958|472@6727|473@6793|474@7204|475@7254|476@6921|477@7074|479@6950|486@4341|481@6982|482@7202|483@7303|484@7079|485@7078|487@7452|274@22555|489@7744|490@7198|491@7199|492@7344|493@3544|494@8354|495@7432|496@10727|497@8174|505@3578|498@7955|499@7385|500@7426|501@7796|502@9440|503@7354|507@7458|511@7674|506@7950|508@7645|512@8118|513@7670|514@11301|515@7724|521@7913|516@7977|517@7761|518@7701|519@7873|520@7845|522@10613|523@7843|524@17266|528@8029|525@7943|526@7980|527@11711|531@23845|533@8348|529@8015|530@8055|532@20948|538@8161|534@8191|535@8357|536@8371|537@8079|539@8238|540@8134|541@8253|542@8563|543@8167|544@8515|547@8350|545@8359|546@8370|549@8801|548@8813|555@8377|552@8334|550@8971|551@8393|553@8896|558@9068|557@8779|554@19690|556@13497|560@16141|559@8765|561@12456|573@9184|566@8676|562@8768|565@8585|563@8520|564@8808|570@8681|567@8757|597@9679|569@8867|568@18013|571@8924|575@8818|572@8764|576@8912|574@18686|577@11766|578@20230|579@16806|580@8994|581@8960|582@8849|583@10616|584@8958|591@9084|585@8923|586@22610|587@8943|588@9015|596@9256|589@9054|590@4629|592@9061|593@10092|594@9961|595@9025|598@9181|599@9212|600@9259|601@10851|602@9171|603@9315|604@9319|605@9297|606@9303|607@9314|608@9436|609@9430|610@9493|612@9490|617@11788|611@261|613@10315|618@10328|614@9761|615@2038|616@4729|629@12639|619@10378|620@10124|621@13953|622@9631|623@9766|628@9837|624@9608|625@9711|626@10468|627@9755|630@9743|634@10256|632@18033|631@14469|633@9966|635@10194|636@25765|637@17424|638@10029|639@11299|640@10293|644@10541|641@10139|646@10762|642@10024|643@10209|645@17829|647@273|648@10284|371@25981|813@12836|649@10336|650@10447|651@10341|652@10429|653@17409|654@10296|657@10348|655@10299|656@11099|658@10367|659@10371|667@18012|660@10375|661@11348|662@10563|663@10425|664@10702|665@10538|666@10395|668@10533|669@10477|670@10617|671@10874|672@10475|697@10979|673@10833|682@10907|674@10528|675@10595|676@10608|742@11792|677@4861|680@13943|678@1931|679@10601|681@10752|683@10726|691@10818|684@10777|685@10814|686@24665|687@11864|767@12478|688@11861|689@10765|702@11179|690@11512|692@4607|693@11084|179@11018|694@10869|696@20264|695@3540|698@15910|699@10989|504@11292|700@24675|701@25891|705@11226|703@11211|704@11157|711@11504|707@11185|706@11122|745@11802|708@11244|710@12750|709@13521|728@11845|712@11862|713@11233|714@11254|715@11454|764@12345|724@11416|716@11450|717@11326|718@11359|720@11341|719@11524|721@11754|722@11376|723@11885|725@11495|726@12049|727@11501|729@11480|743@26875|850@23965|730@12195|731@11753|732@11633|733@11959|734@11984|735@11669|736@11639|749@11920|737@12120|738@11646|739@11709|740@11909|741@11695|744@17390|746@12319|747@11918|750@12540|748@11814|751@12021|752@5080|753@11942|754@12103|755@12294|757@11963|756@12003|758@14922|759@12011|760@12033|761@12692|762@11995|766@12352|772@12399|763@4487|765@12465|768@13509|769@2989|775@2906|770@12373|771@12238|773@12308|774@12335|779@12813|776@14555|777@6608|778@12459|800@17301|780@13532|788@2994|781@12461|232@12703|782@12566|784@12494|783@4754|785@4046|786@25764|787@20928|793@12678|789@12844|790@13492|810@12739|805@12825|792@18509|798@6491|794@12705|791@8859|795@4863|797@4573|801@6723|802@12799|803@13306|804@13233|814@16785|799@8868|806@12793|807@12866|808@12273|809@11644|811@12631|812@12770|817@12696|818@12932|821@12892|819@13008|822@12795|820@13025|823@17132|824@12824|825@12820|827@12988|826@12901|828@12959|829@12954|285@4591|831@12972|832@12946|833@15434|834@13116|835@13254|836@13024|837@14062|838@13032|839@20232|840@13732|841@13245|843@13354|842@20708|849@13294|844@13416|845@13135|846@13155|847@13205|848@14456|852@13226|851@25658|853@4609|854@13269|855@13627|856@13255|857@13474|858@25694|859@13349|861@13320|860@4239|862@13465|863@13373|864@14745|865@13506|866@13367|867@13401|868@13399|874@13504|869@24087|870@13421|871@25704|872@13784|873@4217|875@13466|876@13706|877@13530|883@24638|815@15112|816@13604|879@13576|878@13540|880@13574|881@13647|882@13640|885@4792|884@13614|886@13859|887@13679|890@4350|888@21130|895@18195|889@13823|891@13708|892@17060|893@13832|894@19612|286@3917|897@21733|896@13740|898@16326|899@3934|901@4664|900@4202|291@4001|297@4453|292@5417|307@4425|308@22743|397@4216|437@4445|464@4397|478@15326|902@14072|488@4381|830@4490|903@6623|904@5246|911@5540|993@15107|906@4850|905@4886|910@5563|907@6098|908@4990|909@4919|943@21603|913@14155|912@13925|915@16742|914@6986|916@5299|917@5731|918@5543|919@5760|920@6325|921@13927|922@14981|923@14126|924@5847|927@13955|925@6151|926@6596|928@13930|929@14064|930@26701|931@6789|932@20272|933@14776|934@17164|935@20925|936@21275|937@21318|938@21026|939@15935|940@6490|941@6601|942@24338|944@15223|945@16974|956@15155|946@6855|948@6898|984@26383|947@13760|949@8050|955@14030|951@24240|950@13897|952@13912|953@7148|954@18025|963@17811|987@14421|957@23892|958@13998|962@24341|959@14519|960@13889|961@14024|964@20211|965@16857|966@14640|967@14012|968@14111|969@14106|971@14110|970@14188|985@14900|974@25397|972@14119|973@20864|975@14180|978@14365|976@14266|977@14299|979@14233|989@15394|980@20932|981@14853|986@14415|982@14368|983@14330|990@15726|988@15142|991@14778|992@14464|994@14578|995@14525|1012@15254|1038@20632|996@25281|997@14774|999@14628|998@14717|1000@14855|1001@14665|1004@14742|1002@21281|1003@25958|1020@25042|1005@14772|1006@14840|1018@15096|1007@15019|1008@19042|1009@14838|1010@14980|1011@15240|1013@14899|1014@15106|1015@14898|1016@15200|1017@15552|1019@15091|1021@15052|1022@14968|1023@15381|1026@15024|1024@15413|1028@15493|1025@15032|1027@15082|1032@15691|1029@15684|1030@15675|1031@15360|1036@15852|1033@15304|1034@15395|1035@15324|1037@16376|1039@15927|1040@16166|1044@15530|1041@17968|1042@15418|1043@15508|1045@16142|1046@15587|1048@15733|1047@15844|1053@22398|1050@15607|1049@15681|1051@17554|1055@19428|1052@15546|1064@15779|1054@22199|1056@15563|1058@18519|1057@15593|1059@20821|1060@15891|1061@15615|1062@16159|1063@16187|1067@15800|1092@16122|1065@15657|1066@15695|1068@15720|1069@17802|1070@24933|1071@16414|1072@16054|1073@15732|1076@24310|1074@15813|1077@15897|1075@15825|1088@15894|1078@17407|1079@15862|1082@15823|1080@16215|1081@15842|1083@15856|1084@15839|1085@17368|1086@15875|1087@15888|1089@17497|1090@17186|1091@16175|1093@15956|1094@16023|1095@16801|1096@16045|1097@16443|1098@16193|1099@16005|1100@16295|1102@16358|1101@16405|1103@19243|1104@16047|1105@16048|1106@16317|1107@16081|1108@16098|1123@17210|1109@16292|1110@16133|1111@16261|1112@16334|1113@16266|1114@16262|1115@16736|1116@17330|1117@16274|1118@16835|1119@16231|1120@16276|1122@16268|1121@16388|1124@16260|1128@17560|1125@18350|1127@16401|1126@16309|1129@16808|1130@16363|1131@16407|1135@16571|1134@16436|1133@16415|1132@16433|1136@17223|1139@16789|1137@16445|1140@16701|1138@18648|1145@16582|1146@17312|1148@16790|1143@16529|1149@16603|1144@16581|1147@16602|1142@16729|1141@16703|1150@16681|1152@18806|1151@16659|1157@16889|1155@16766|1153@16640|1156@16655|1154@17790|1164@25825|1162@17501|1163@16749|1159@16791|1161@16677|1160@16675|1167@16924|1165@16895|1158@24339|1166@16713|1170@17555|1171@16775|1168@16744|1169@17661|1173@17456|1172@16879|1175@18834|1176@17088|1174@16807|1177@16854|1179@16884|1180@16878|1182@17076|1178@21306|1181@17203|1185@17504|1187@17118|1186@16964|1183@16901|1184@19183|1190@17763|1191@18233|1189@17847|1188@22297|1192@17819|1199@17391|1196@17986|1198@17135|1200@19955|1201@17595|1194@17452|1193@17131|1197@17306|1195@20142|1203@17237|1204@20154|1202@17253|1205@17276|1206@17524|1207@17380|1208@17455|1210@17506|1209@17760|1215@17663|1214@17453|1213@17579|1212@18544|1211@19905|1216@17543|1218@17614|1219@21433|1217@17521|1220@17599|1221@17600|1223@18275|1226@23651|1227@17745|1224@17770|1225@17633|1222@17638|1228@26826|1231@17764|1229@25103|1230@17965|1232@17832|1233@18008|1235@17920|1234@17752|1237@17798|1236@17804|1241@19875|1238@18218|1239@21592|1240@17839|1242@17960|1244@18010|1243@17871|1246@17903|1245@14151|1248@18112|1249@17991|1247@17979|1250@18149|1251@18018|1252@20664|1253@18610|1254@18148|1255@14424|1257@18065|1256@18591|1258@18165|1261@22756|1259@18034|1260@20269|1262@24109|1264@20203|1263@18228|1267@18277|1266@18232|1265@23826|1269@18253|1270@18336|1268@18271|1271@24596|1272@18403|1274@18264|1273@24931|1275@18274|1276@24430|1277@18612|1278@26924|1279@24323|1280@21410|1281@18413|1282@18420|1285@18804|1287@18477|1286@19743|1283@19826|1284@18376|1288@19683|1289@18593|1290@18592|1292@18963|1291@18556|1293@18651|1294@18827|1297@18642|1298@19093|1295@19526|1296@23815|1303@18909|1310@19890|1311@21546|1312@18814|1302@18714|1299@18679|1306@18764|1309@19050|1313@19131|1315@19159|1308@19022|1314@18849|1301@18953|1304@18801|1307@18782|1305@18733|1300@18702|1316@18961|1317@19147|1318@18945|1319@19039|1323@19182|1321@19090|1324@19600|1320@19819|1322@19011|1325@19081|1326@19508|1327@19547|1328@19196|1329@19101|1330@21540|1333@19329|1331@19174|1334@19809|1332@19150|1335@19505|1336@19383|1337@19938|1338@19699|1339@19818|1340@19343|1341@26011|1342@19360|1343@19664|1344@19356|1347@20163|1346@20000|1345@19427|1348@19409|1349@24586|1355@19525|1354@19454|1353@19641|1350@19411|1352@19448|1351@20025|1356@19607|1357@20434|1358@19589|1361@19817|1360@20006|1359@19595|1362@19613|1363@19814|1365@26286|1364@19672|1366@19736|1374@19847|1367@20162|1368@19901|1373@19843|1371@19795|1376@19796|1372@19860|1370@19741|1369@19807|1375@20699|1377@20002|1379@19852|1382@19884|1381@19885|1380@20185|1378@20227|1383@19974|1386@19956|1384@19964|1385@20015|1391@20003|1390@20110|1389@20182|1387@21121|1388@20026|1392@20333|1395@20084|1397@20294|1400@20213|1393@20711|1396@20496|1398@20042|1394@20029|1402@20118|1401@21470|1399@21740|1407@20141|1405@20119|1403@20100|1404@20183|1406@22796|1409@21444|1408@20158|1410@20184|1412@20281|1413@20219|1411@20206|1414@20223|1415@20360|1418@20268|1419@20528|1417@20361|1416@20399|1420@20503|1421@22737|1423@24625|1422@22445|1424@20531|1427@20641|1425@20446|1426@20650|1428@20873|1430@20579|1429@20985|1431@20660|1434@20668|1432@20640|1433@20622|1436@20661|1435@20617|1437@22575|1449@21093|1452@21327|1448@24836|1450@21036|1447@20729|1443@20912|1440@21111|1441@20851|1438@20746|1454@21187|1446@21188|1453@21186|1444@21046|1457@21120|1451@21310|1445@22658|1439@21108|1456@21074|1455@22247|1458@21362|1442@21072|1459@21492|1460@23801|1461@21181|1462@21178|1463@21313|1464@21482|1465@21290|1466@21315|1467@24555|1468@22435|1472@21511|1473@21493|1470@21678|1471@21451|1469@25153|1474@21418|1477@24585|1476@21596|1475@21705|1478@21517|1481@24767|1480@21581|1479@21715|1482@21712|1484@22438|1485@22228|1483@21583|1486@21599|1487@21802|1488@22487|1489@21728|1490@21746|1491@24482|1492@21955|1494@21884|1496@22055|1495@21825|1493@21873|1497@25152|1498@21877|1499@21853|1500@21920|1501@21958|1502@21843|1503@22015|1504@22958|1506@21827|1505@22023|1507@21950|1510@26097|1508@23802|1513@21860|1509@3641|1512@25065|1511@21979|1514@21971|1516@21961|1515@22010|1517@22145|1518@22004|1523@22057|1522@24504|1519@22078|1520@22026|1521@22043|1525@22249|1524@22017|1526@22134|1530@22127|1527@22113|1531@22176|1529@22244|1532@22170|1528@22425|1533@22180|1535@22360|1534@22246|1536@22259|1538@22208|1537@22326|1539@22242|1540@22278|1541@22287|1542@22253|1546@24653|1544@13643|1545@22441|1543@22280|1547@22577|1549@24091|1548@22342|1550@22384|1553@13808|1552@22414|1554@22442|1551@22884|1555@26167|1556@13634|1557@4134|1558@22472|1559@20833|1560@3648|1561@13867|1562@24063|1563@22549|1567@22567|1566@24333|1564@22563|1565@22695|1569@22640|1570@22585|1571@24168|1568@24104|1572@22607|1573@22662|1575@22787|1574@22617|1576@22736|1577@22653|1578@23143|1579@22875|1581@22811|1580@24446|1582@24929|1583@22744|1584@22792|1586@22843|1585@26834|1590@22821|1589@22890|1588@22823|1587@23204|1591@22789|1592@22780|1593@24111|1596@23948|1597@22904|1594@22835|1595@22999|1598@22883|1599@22772|1600@22953|1601@23017|1602@22941|1603@22954|1606@24637|1604@24743|1605@26884|1614@23102|1613@23152|1608@22992|1610@23053|1609@23094|1611@24296|1612@24418|1607@22955|1620@23278|1617@23291|1615@22818|1618@23578|1619@24202|1621@23630|1616@25161|1624@23566|1622@25772|1623@26946|1626@25427|1625@23114|1627@14049|1628@23289|1630@23172|1631@23288|1629@23225|1632@25616|1633@23239|1634@23839|1636@23648|1635@23775|1637@23652|1639@23335|1638@23565|1640@23438|1641@26771|1642@23378|1643@26788|1644@24062|1645@23448|1646@24564|1648@15860|1647@24075|1655@23585|1656@24429|1654@23604|1650@23622|1651@23568|1649@24059|1653@24501|1652@23562|1657@23676|1661@23785|1658@23911|1660@23711|1662@23790|1665@23782|1663@25137|1664@24070|1659@24673|1667@16235|1666@23749|1672@23865|1671@23953|1669@24056|1670@23918|1673@24683|1674@24196|1668@25529|1675@24215|1676@26700|1679@23964|1677@23895|1678@23904|1680@24539|1682@24023|1681@25468|1683@24027|1684@24592|1686@26494|1685@16909|1694@7174|1690@25955|1691@24188|1693@24181|1692@24342|1687@24151|1689@25684|1696@24416|1695@24794|1688@26436|1697@25304|1698@24559|1699@24544|1703@24538|1701@24468|1702@24488|1700@24479|1704@24861|1705@24724|1706@25004|1707@24898|1710@25040|1708@24791|1709@24702|1711@25332|1713@24980|1712@24749|1714@24912|1715@26280|1716@24875|1717@24788|1721@24976|1720@24863|1722@25686|1723@26959|1724@26509|1725@25442|1718@24899|1727@26440|1726@24972|1728@24970|1729@25005|1730@25032|1735@25093|1733@25088|1734@25395|1732@25144|1731@25039|1736@25131|1741@25432|1740@26164|1739@25250|1742@25353|1743@26932|1744@26066|1746@25284|1745@26141|1747@25579|1748@25998|1749@26529|1750@25791|1753@26935|1752@25503|1751@25379|1755@25619|1754@25864|1757@25731|1756@25497|1758@25589|1759@25929|1761@26012|1760@25632|1763@25681|1762@25625|1767@25868|1766@25808|1765@25784|1764@25813|1770@25805|1769@26347|1768@25902|1771@26059|1772@26752|1774@26663|1776@26385|1773@25980|1775@25965|1777@26305|1778@26110|1779@26165|1781@26128|1780@26034|1782@26209|1783@26087|1788@26185|1785@26338|1786@26111|1784@26285|1787@26205|1790@26508|1789@26387|1794@26377|1791@26791|1796@26604|1795@26288|1792@26221|1793@26220|1797@26446|1798@26676|1800@26688|1799@26382|1801@26870|1802@26378|1803@26848|1804@26401|1719@26454|1737@26448|1738@26957|1806@26564|1805@26603|1807@26750|1808@26578|1809@26890|1810@26904|1811@26715|1813@26675|1815@26881|1814@26685|1812@26721|1816@26679|1820@26822|1822@26786|1817@26952|1821@26867|1819@26846|1818@26737|1826@26956|1824@26941|1827@26954|1825@26934|1823@26937|1828@26958'); INSERT INTO o2_members (uid, username, password, regdate, postnum, email, site, aim, status, location, bio, sig, showemail, timeoffset, icq, avatar, yahoo, customstatus, theme, bday, langfile, tpp, ppp, newsletter, regip, timeformat, msn, dateformat, ignoreu2u, lastvisit, rating, realname, firstname, emailnotify, profileviews, u2upopup, chatpopup, hidden, hidesig, hideavatar, logintime, readtopics) VALUES (8,'Eole','dc2b9bcc1a24dfa9a430b75ea49453af',1070967555,549,'nicolas.poursin@9online.fr','','','Administrator','','','@+ et bon code\r\n\r\nEole\r\n\r\nXP 2600 + 512 Mo + GeForce 4 Ti 4200 + Win XpHome','no',1,'','http://d-cube.9online.fr/Forum/avatar.jpg,60,57','','','',96937200,'French',30,25,'yes','217.109.195.227',24,'','dd-mm-yyyy','',1103131016,'','','Nicolas','no',226,'yes',0,'no','no','no',31536000,'1@88|3@9|5@108|8@25|9@172|12@5277|13@82|14@112|22@152|31@341|34@225|28@207|32@245|4@11265|30@242|33@230|36@253|15@302|39@319|35@300|41@386|25@309|11@145|42@232|43@1816|44@342|16@359|18@363|50@402|53@797|56@440|51@465|60@528|59@594|52@503|71@591|69@526|68@1442|75@553|76@586|54@562|77@596|83@721|86@725|88@695|89@690|85@718|70@1011|101@870|97@876|111@1006|109@1000|2@6|115@1027|116@1016|118@1032|121@1035|93@1031|117@1008|122@1322|123@1052|63@1048|126@1069|131@1134|133@1184|141@1284|138@1215|135@1330|144@1250|132@1223|78@1525|146@1358|140@1297|143@1328|145@1473|151@1384|150@1428|153@1472|154@1456|152@2104|142@1439|156@1454|157@1534|155@23228|159@1602|163@1599|162@1595|161@1609|165@2076|169@1808|158@1803|96@2120|175@1849|179@1935|184@2074|187@2075|129@2056|185@2037|189@2110|188@2098|177@2114|191@2180|194@2167|192@7358|193@2196|201@2246|208@8544|214@2461|204@2484|215@3313|183@2487|224@2664|216@2674|257@706|21@771|290@5091|283@3807|304@4176|294@4151|342@4892|288@5002|352@7538|307@5162|355@5094|337@5062|269@5078|281@4821|358@5438|362@5153|297@5246|367@5258|389@5412|384@5420|285@5429|359@5263|393@5515|379@5519|405@5710|406@5712|397@5716|400@5718|376@5742|410@5825|411@5838|412@5864|414@5918|423@6114|415@6071|435@6288|436@6356|441@6496|439@6349|442@6513|343@6522|460@6600|473@6793|463@6743|481@6982|480@7008|482@7010|416@6999|466@7055|476@6921|426@7238|501@7796|497@7897|504@3543|486@7374|270@8540|508@7645|510@7886|528@7912|523@7843|498@7859|509@7910|477@7074|502@7754|525@7888|524@17033|530@7963|516@7977|535@8069|542@8194|532@8193|547@8222|533@8266|549@8739|548@8415|558@9002|562@8538|564@8558|560@8480|567@8751|572@8764|575@8776|583@9021|458@8984|576@8912|587@8943|588@8968|593@10092|594@9961|596@9256|597@9138|586@11824|573@9184|604@9288|581@8960|603@9283|607@9314|606@9286|601@9278|600@9259|612@9356|609@9380|619@9864|622@9631|621@9588|628@9769|635@10108|636@24219|631@14469|634@10088|644@10154|651@10341|662@10563|670@10593|679@10601|632@17596|688@10799|698@10872|704@11157|702@10995|705@11226|709@13521|708@11141|701@22920|707@11185|711@11463|712@11227|719@11524|730@11522|728@11534|715@11454|731@11527|723@11535|733@11959|734@11617|732@11561|740@11607|737@12120|739@11628|741@11643|738@11646|617@11689|742@11704|744@11745|749@11920|747@11918|750@12037|579@11901|753@11919|755@11927|756@12003|754@11933|759@11985|761@12001|760@12004|751@12021|743@12377|758@12711|764@12345|765@12465|766@12271|767@12123|629@12141|769@12212|770@12373|371@12204|771@12238|714@11254|561@12428|772@12375|773@12308|774@12335|746@12319|775@12559|776@14533|777@12395|763@12444|697@10979|778@12459|779@12813|752@12466|781@12461|785@4046|786@25696|787@20928|788@2776|789@12567|791@2905|792@813|793@12598|232@8877|794@4476|797@2846|798@4535|800@4389|799@8736|801@6723|802@6472|677@7989|808@9523|809@11644|811@12618|813@12721|818@12872|819@13008|790@12584|820@12763|821@12892|822@12790|824@12824|829@12854|828@12877|830@12880|826@12894|831@12972|833@12939|834@13062|835@13254|836@13024|838@13023|553@8896|839@13086|840@13417|841@13182|804@13090|844@13416|843@13124|846@13152|845@13135|847@13205|848@13163|279@13177|851@13183|852@13226|854@13234|853@13244|855@13246|856@13250|857@13434|859@13349|860@13323|803@13306|862@13353|863@13373|850@13364|865@13475|866@13367|868@13381|869@4223|858@25654|867@13385|864@13394|870@13421|871@25704|872@13639|873@13410|874@13458|815@7971|880@13552|842@13554|881@13641|886@13617|274@3801|717@11326|282@4966|289@3945|898@4452|883@4528|885@13610|464@4397|437@4409|902@4543|906@4850|692@4607|915@13908|912@5326|913@5382|918@5543|924@5817|925@5778|927@7135|937@19577|930@24223|931@6578|933@6759|934@6765|946@6785|945@16406|944@13893|950@6876|956@15155|955@7134|959@14519|957@13949|932@13891|964@14510|958@13950|966@13992|951@14924|970@14188|943@19638|977@14244|980@14326|981@14294|986@14415|984@14463|987@14421|990@14528|985@14527|994@14526|1000@14855|1005@14723|1002@21281|1008@14866|1007@14865|1016@14938|1020@14963|1023@14984|1028@15493|894@19612|207@15384|1040@15402|1045@15417|1034@15395|1055@17602|1063@15641|1030@15675|1058@15859|1086@15875|1095@16801|1199@17391|1191@17133|1193@17131|1198@17129|1188@17128|1125@17138|1201@17595|1194@17320|1146@17267|1189@17737|1207@17307|1209@17324|1192@17310|1078@17407|1210@17385|1214@17444|1213@17574|1211@17823|1219@17738|1220@17599|1226@23626|1169@17652|1222@17638|1224@17682|1190@17740|1232@17757|1233@17713|1230@17735|1227@17745|1234@17752|1236@17804|1241@17869|1243@17871|1244@18010|1235@17920|1239@17935|1247@17979|667@18012|1251@6911|1254@18148|1248@18027|1260@18268|1252@18498|1261@18182|1265@23222|1264@18142|1258@18146|1263@18160|936@18161|1271@21876|1268@18199|574@18168|1272@18276|1267@18252|1223@18275|1275@18274|1276@24430|1277@18292|1278@26970|1279@18758|1281@18348|1280@18346|1285@18645|1288@18908|1287@18433|1292@18963|1200@18523|1296@19714|1138@18648|1295@18701|1303@18909|1302@18714|1301@18895|1304@18801|1310@18795|1311@21536|1312@18814|1308@18972|1313@19131|1317@18950|1316@18961|1320@19102|1323@19020|1331@19127|1328@19133|1338@19212|1335@19240|1184@19183|1340@19233|1333@19316|1343@19364|1326@19398|1351@19425|1353@19422|1344@19356|1358@19560|1349@19544|1357@19606|1360@19617|1363@19693|1364@19667|1365@23473|1366@19684|1283@19701|1368@19711|1396@20496|1430@20579|1423@24625|1422@20575|1434@20651|1375@20639|1437@20677|1438@20712|1445@22580|1468@21357|1452@21327|1448@21535|1469@24650|1488@21765|1491@24414|1054@21720|1489@21701|1475@21705|1479@21715|1495@21727|1490@21726|1492@21879|1498@21877|1501@21808|1411@20206|1487@21802|1500@21899|1504@22905|1484@21830|1507@21850|1510@23226|1513@21860|1512@24930|1493@21873|1467@21875|1525@22249|1526@22071|1527@22070|1529@22244|1530@22097|1531@22120|1533@22180|1534@22184|1535@22182|1537@22266|1536@22195|1538@22208|1540@22218|1455@22247|1546@22318|1547@22538|1545@22441|1406@22311|1549@24051|1552@22361|1554@22439|1558@22455|1559@22468|1560@22467|947@22479|1556@22512|1509@22515|1562@23500|1555@13868|1561@13867|308@22743|1566@22634|1567@22537|1568@22726|1570@22585|1571@22581|1569@22640|1576@22736|1575@22644|1577@22646|1578@22942|1581@22687|1565@22695|1582@24929|1583@22744|1584@22714|1585@22735|1586@22742|1590@22771|1588@22807|1591@22789|1596@22891|1593@22827|1594@22835|1597@22893|1599@22919|1601@23017|1602@22928|1603@22929|1605@24386|1604@23006|1595@22949|1610@22971|1609@22976|1616@25142|1617@23035|1620@23278|1619@23212|1623@26161|1614@23102|1587@22936|1624@23131|1628@23260|1629@23156|1630@23162|1627@23191|1633@23236|1622@25737|1612@24418|1634@23665|1635@23580|1638@23474|1640@23342|1641@25982|1646@23457|1648@15385|1649@23661|1650@23582|1653@24495|1651@23563|1654@23559|1621@23630|1655@23583|1656@24429|1636@23632|1657@23663|1658@23666|1661@23712|1660@23711|1662@23770|1663@25137|1659@23716|1664@24070|1666@23749|1032@15691|1669@23798|1670@23800|1508@23802|1679@23921|1680@23949|1682@24023|1681@23980|1676@6748|1684@23997|1685@16909|1667@24090|1687@24151|1668@25483|1690@25449|1691@24188|1688@24160|1694@24207|1696@15762|1674@24196|1695@16947|962@24252|1698@24390|1700@24479|1701@24459|1702@24488|1703@24496|1699@24485|1704@24861|1229@24499|1705@24633|1708@24655|1712@24709|1715@26280|1721@24847|1722@25414|1707@24864|1724@24997|1723@26959|1725@25442|1714@24783|1727@25758|1728@24923|1070@24933|1726@24952|1729@25005|1732@25111|1731@25039|1733@25088|1711@25086|1736@25131|1739@25159|1740@26164|1742@25175|1741@25185|1743@26310|1749@25369|1750@25386|1748@25325|1753@26739|1755@25482|1747@25488|1756@25497|1761@25613|1632@25600|1759@25590|1762@25625|1763@25681|170@25653|1686@25689|1765@25779|1767@25719|1764@25732|1757@25731|1768@25761|1766@25799|1770@25792|1164@25790|1772@25895|1129@16808|1775@25965|1776@25905|1778@26010|1779@26015|1780@26034|1781@26128|1784@26073|1774@26071|1788@26185|1792@26189|1794@26306|1796@26604|1795@26248|1791@26250|1785@26231|1799@26258|1798@26287|1800@26276|1801@26838|1803@26827|1813@26641|1806@26564|1815@26881|1738@26697|1820@26816|1821@26814|1830@26971'); INSERT INTO o2_members (uid, username, password, regdate, postnum, email, site, aim, status, location, bio, sig, showemail, timeoffset, icq, avatar, yahoo, customstatus, theme, bday, langfile, tpp, ppp, newsletter, regip, timeformat, msn, dateformat, ignoreu2u, lastvisit, rating, realname, firstname, emailnotify, profileviews, u2upopup, chatpopup, hidden, hidesig, hideavatar, logintime, readtopics) VALUES (9,'grishnak','dc2185da0dc4b67332d77d61d41d56c5',1070969063,262,'blurgzien@hotmail.com','','','Member','','','http://www.vulturecreations.fr.st','yes',1,'','http://smoussouni.free.fr/datafiles/avatar.jpg,100,20','','','',389052000,'French',30,25,'no','81.185.160.32',24,'','dd/mm/yyyy','',1102754856,'','','','no',121,'no',0,'no','no','no',31536000,'6@743|45@336|59@461|48@627|63@572|72@555|70@554|41@390|35@300|40@258|21@763|51@474|75@10811|43@367|79@674|82@836|60@528|55@451|33@283|87@669|93@720|168@1700|290@4651|269@3465|346@4941|377@5290|376@5284|379@5293|482@7017|529@7911|526@7906|268@3390|508@7645|270@8540|537@8045|548@8813|524@7397|560@9359|554@10038|604@9317|601@9822|609@9430|611@261|614@9466|615@2038|231@2770|576@8912|616@4729|617@9574|621@10106|623@9766|627@9755|629@10196|628@9790|556@9946|633@9966|635@10194|634@10030|638@10029|642@10024|641@10139|636@10531|643@10138|644@10254|510@9453|515@7724|647@273|648@222|308@6108|593@10092|650@10447|649@5681|652@10351|657@10348|651@10341|655@10299|662@10417|663@10425|666@10395|661@10667|671@10874|673@10519|679@10601|684@10777|683@10726|660@10375|494@8354|598@9181|667@18012|690@10828|678@10711|693@10908|504@10858|232@3326|656@10440|696@10882|682@3533|669@10477|371@5523|274@13721|192@10886|699@10989|704@10991|703@10990|701@13036|4@11265|698@11010|574@9484|398@5839|700@11009|727@11443|723@11885|754@12103|753@11942|746@12319|758@14922|751@12021|743@12400|579@8261|750@12453|761@12089|712@11862|768@12331|764@12342|772@12269|770@12228|773@12275|769@12321|766@12352|779@12457|776@12421|777@12431|767@12470|775@12595|782@12484|781@12461|784@12494|794@3429|795@4863|787@2837|796@6241|785@2914|799@8868|801@6723|800@17301|806@12624|814@12729|218@811|272@3696|170@2276|819@12957|821@12843|829@12954|827@12840|818@12932|826@12901|832@12921|830@12919|709@13521|828@12905|841@13245|843@13083|844@13416|850@13238|842@13696|840@13489|855@13253|625@9711|865@13377|862@13359|875@13454|872@13546|879@13545|873@13625|891@13682|887@13679|901@13849|898@16326|488@4381|155@4369|478@15307|905@4719|904@4670|464@4397|911@5540|918@5414|913@12880|907@5804|939@15534|933@6809|929@6971|927@6313|925@6151|944@15223|945@16406|931@6657|282@21055|956@14141|955@6987|910@5563|790@13492|912@7411|816@13604|950@13897|914@6986|968@14111|953@7148|903@6623|692@4607|440@7366|330@5497|745@11802|691@10818|706@11122|969@14073|971@14104|381@5339|895@16922|977@14186|979@14233|978@14365|1007@15019|1012@15009|1023@15006|1010@14980|984@24693|989@15394|1008@16430|1003@14983|1034@15306|1016@15200|1040@15367|1047@15844|1046@15436|1043@15422|1054@15543|1053@16384|1055@16150|1068@15673|1062@15663|1063@15785|1087@15865|1081@15842|1084@15839|1095@16801|1103@16112|1106@16117|1101@16053|1066@15695|1080@15938|1032@15691|1116@16170|1111@16125|1089@16051|1049@15681|1118@16835|1122@16243|1117@16274|985@14900|970@14188|1123@16811|1120@16276|1127@16401|1128@16342|1129@16347|1121@16388|1131@16396|1134@16417|1136@17153|1135@16440|1137@16445|1138@16804|1148@16625|1150@16628|1143@16529|1146@16583|1145@16582|1139@16536|1153@16640|1164@16757|1167@16805|1175@16821|1173@16810|1176@17088|1174@16807|1140@16701|1177@16854|1180@16878|1185@16912|1182@16887|1179@16884|1178@13746|1186@16929|1190@16830|1188@21863|1191@17018|1189@17059|1201@17425|1196@17190|1198@17135|1207@17336|1215@17440|1206@17401|1214@17453|132@14103|632@17249|1210@17385|1211@17483|1486@21599|1494@21847|1507@21831|1506@21827|1495@21825|1504@22958|1487@21802|1226@23574|1489@21728|1510@26097|1515@21952|1514@21914|1265@23826|938@21026|897@21733|991@14778|1535@22360|1523@22057|1537@22275|1538@22203|1539@22242|1541@22262|1529@22244|1544@13643|1546@24653|1552@22386|1549@22426|1547@13659|1555@25673|1554@22420|1468@22433|1562@23478|1556@13634|1488@22487|1613@23132|1606@22947|1599@22772|1540@22278|1620@23278|1365@26286|1634@23370|1640@23438|959@14519|408@5780|1654@23549|1635@23580|1279@18758|1617@23291|1646@23569|1655@23585|1508@23802|1310@19890|1673@23928|1681@23985|1684@24128|1685@24174|1690@16662|1694@7174|951@24240|1491@24441|1708@24701|1698@24559|1660@23711|1707@24797|1266@18232|1705@24724|568@18013|1493@21873|930@24614|1743@25524|1753@25408|1744@26065|1745@25519|1800@26407|1799@26382'); INSERT INTO o2_members (uid, username, password, regdate, postnum, email, site, aim, status, location, bio, sig, showemail, timeoffset, icq, avatar, yahoo, customstatus, theme, bday, langfile, tpp, ppp, newsletter, regip, timeformat, msn, dateformat, ignoreu2u, lastvisit, rating, realname, firstname, emailnotify, profileviews, u2upopup, chatpopup, hidden, hidesig, hideavatar, logintime, readtopics) VALUES (10,'neocodex','4791b8d89520e665f6464e2e0d722409',1070972729,24,'neocodex@voila.fr','','','Member','','','','yes',1,'','c:\\\\avatar\\\\gothique.jpg','','','Oxygen',-396579600,'French',30,25,'yes','80.200.114.19',24,'','dd-mm-yyyy','',1071614721,'','','','no',29,'yes',2,'no','no','no',31536000,'1@13|2@6|4@353|3@30|9@132|8@28|10@32|12@272|5@146|13@185|15@101|14@122|16@369|18@153|11@301|6@219|19@155|21@142|22@144|23@159|24@192|26@194|25@180|20@150|28@179|17@115|32@245|31@320|27@238|30@286|33@283|36@304|39@319|38@289|41@177|43@358|40@258|44@357|47@364|48@366|49@379|42@380'); INSERT INTO o2_members (uid, username, password, regdate, postnum, email, site, aim, status, location, bio, sig, showemail, timeoffset, icq, avatar, yahoo, customstatus, theme, bday, langfile, tpp, ppp, newsletter, regip, timeformat, msn, dateformat, ignoreu2u, lastvisit, rating, realname, firstname, emailnotify, profileviews, u2upopup, chatpopup, hidden, hidesig, hideavatar, logintime, readtopics) VALUES (12,'biostrike','e5ba7590156e333ef9aa4b9616a55921',1070973199,60,'nospam@free.fr','','','Member','','','','no',1,'','http://biostrike.free.fr/logo2.jpg,100,74,150,150','','','',-3600,'French',30,25,'yes','81.80.97.253',24,'','dd-mm-yyyy','',1102970516,'','','','no',58,'yes',0,'no','no','no',31536000,'8@34|1@44|6@431|5@296|10@32|3@30|9@132|2@6|11@2744|15@231|14@122|17@107|12@414|18@130|23@165|24@1844|25@1388|28@2909|31@320|36@1924|41@177|38@173|21@3370|43@224|42@184|44@357|45@505|50@402|48@534|51@455|57@453|70@539|58@467|63@1054|68@1524|75@3537|77@902|76@648|71@591|59@1565|69@765|55@451|81@637|80@639|87@713|79@661|89@694|85@718|88@695|90@1601|95@750|93@753|97@861|96@2235|94@778|99@1539|105@932|104@898|82@836|111@964|106@2823|107@952|110@970|109@1000|113@991|115@1027|116@1026|117@1160|121@1033|122@1079|118@1174|120@1017|123@1376|133@1163|131@1141|141@1284|138@1334|135@1357|124@1235|134@3032|139@1393|140@1237|53@797|148@1311|144@1306|143@1328|78@7113|146@1353|132@1290|149@1371|150@1386|152@2104|151@1384|154@1443|142@1768|155@2702|153@1296|147@1319|158@1803|156@1517|157@1534|37@1580|145@1536|159@1559|161@1609|165@2003|169@1708|168@1804|162@1701|160@1711|171@1776|181@2012|183@2550|182@2062|186@2044|185@2037|178@2058|187@2077|184@2074|188@2098|189@2108|177@2114|194@2247|193@2536|192@2467|196@2561|197@2423|200@2219|191@2221|201@2329|198@2237|203@4834|204@3026|179@2759|125@1834|205@2377|214@2535|209@2439|190@2446|211@2468|216@2552|215@2509|218@2515|207@2485|220@2555|221@2533|208@8273|219@2542|222@2704|225@2709|229@3044|233@2807|231@2770|232@8316|228@2829|238@2898|241@2878|237@2897|213@3045|239@3627|262@3625|261@3613|260@3337|251@1865|267@3377|263@3368|264@3975|259@3623|253@3405|274@22555|270@7345|277@3663|252@3741|283@3769|281@4011|282@3781|285@5191|288@3789|287@3785|280@3731|294@3913|250@6707|276@4014|296@4019|306@4268|316@4454|313@4386|271@4544|324@4539|326@4538|275@3649|258@3396|331@4596|330@4776|329@4787|322@4592|333@4827|377@5290|369@5288|358@5287|378@5421|372@5261|297@6177|352@7725|379@5301|376@5294|357@5232|375@5272|295@3908|367@6101|390@5448|388@5529|387@5613|343@5618|393@5534|384@5527|391@5526|371@5535|307@5620|399@5631|400@5622|394@5691|392@5628|401@5625|383@5698|405@5727|397@5690|406@5730|411@5838|409@5792|413@5935|412@5864|414@5989|415@6071|420@5974|423@6035|419@6061|427@6781|428@6110|433@6189|289@7559|434@6324|435@6846|442@7081|436@6356|441@6496|439@6387|438@6362|447@6476|432@6433|416@6416|451@6471|456@6547|463@6743|460@6600|461@6634|459@6577|473@6784|465@6837|474@6747|470@6744|483@7106|486@7374|480@7104|492@7205|482@7202|489@7507|477@7074|497@7729|501@7727|498@7801|493@7295|488@7265|464@6652|504@3543|510@9453|511@7552|426@7342|508@7645|513@7643|515@7656|519@7731|523@7826|522@7819|528@7905|526@7906|524@7954|530@7957|527@7956|533@8091|535@8117|542@8189|534@8191|547@8317|548@8800|549@8283|556@8429|554@8428|564@8558|558@8932|580@8994|573@9184|579@9101|574@18686|581@8925|569@8797|575@8818|586@9341|587@8943|562@8768|597@9138|593@10092|592@9061|601@9324|600@9151|594@9219|599@9212|494@8354|568@18013|598@9181|531@7988|584@8958|563@8520|609@9380|612@9356|604@9319|611@9552|613@9428|608@9411|614@9491|616@9555|617@9548|636@5741|620@9600|642@10024|635@10011|643@10033|637@9976|629@11243|661@11240|712@11374|715@11253|710@11167|678@1931|723@10819|718@10748|727@11443|724@11416|725@11406|711@11463|716@11450|735@11553|732@11539|733@11573|719@11524|738@11594|728@11672|701@11655|709@11696|772@12241|769@12321|750@12488|761@12231|774@12317|752@12466|743@12400|768@13019|776@14515|777@12535|763@12386|775@12559|561@12299|765@12392|771@12238|781@12489|782@12560|758@12469|787@12558|779@6579|795@4863|819@13008|827@12840|818@12838|821@12843|829@12934|835@13230|840@13047|844@13242|850@13238|842@13156|854@13234|804@13233|865@13361|862@13359|871@13443|895@14127|971@14110|944@14088|913@14155|909@4919|921@13927|984@14692|994@14526|978@14365|983@14330|977@14299|1248@18112|1223@17985|1242@17960|1055@19333|1219@21433|1263@18107|1261@18116|1257@18065|1269@18180|1271@18226|1264@18142|1342@19350|1343@19348|1278@23414|1338@19272|1357@19649|1361@19604|1360@20006|1349@19578|1239@19652|1288@19651|1296@19804|1368@19857|943@19692|937@19654|1330@19618|935@17990|1375@19764|963@17811|1374@19813|1346@19812|1265@19858|1386@19943|1200@19945|1389@20009|1378@19990|1403@20099|1397@20085|1393@20093|1396@20094|1399@20092|1318@18945|1409@20303|1420@20503|1414@20223|578@20230|1365@20255|1421@20313|1423@20382|1422@22445|1430@20508|1441@20771|1443@20842|947@20533|1448@24658|1454@20998|1452@20987|1226@21176|1465@21243|1445@21232|1455@21131|1456@21074|1255@14424|1254@18148|1123@17210|957@21256|1002@21254|1467@21309|897@21009|1462@21178|1480@21561|1311@20945|1481@21525|1474@21418|1478@21489|1446@21188|1486@21560|1494@21754|1488@21817|1504@21856|1487@21802|1510@22040|1188@22284|1508@21841|1522@22024|1517@21992|1491@24482|1526@22134|1519@22048|1525@22047|1524@22017|1527@22113|1515@22010|1518@22004|1529@22244|1178@21306|1535@22182|1513@21860|1536@22251|1541@22252|1537@22326|1547@22497|1546@24653|1544@22421|1468@22435|1552@22414|1556@22512|1553@13680|1562@23316|1560@3648|1555@26035|1554@22442|1559@13872|1567@22548|1573@22662|1577@22653|1596@22837|1597@22831|1588@22823|1574@22617|1593@22836|1595@22999|1586@22843|1594@22835|1608@22992|1613@22985|1602@22941|1617@23027|1636@23361|1639@23335|1638@23422|1684@24085|1682@24023|1691@24170|1692@24165|1690@24433|1703@24486|1701@24468|1698@24463|1685@16909|951@24240|1708@24655|1606@24637|1477@24585|1715@26033|1769@25785|1747@25579|1768@25836|1780@26034|1777@25985|1779@26031|1776@26018|1764@25813|1807@26703|1805@26603|1749@26529|1810@26630'); INSERT INTO o2_members (uid, username, password, regdate, postnum, email, site, aim, status, location, bio, sig, showemail, timeoffset, icq, avatar, yahoo, customstatus, theme, bday, langfile, tpp, ppp, newsletter, regip, timeformat, msn, dateformat, ignoreu2u, lastvisit, rating, realname, firstname, emailnotify, profileviews, u2upopup, chatpopup, hidden, hidesig, hideavatar, logintime, readtopics) VALUES (13,'gignops','70c058c53fdb43dd4def03d38267c5d2',1070991467,362,'moulin.l@wanadoo.fr','','','Member','','','','no',1,'','http://gis78.dyndns.org/ressource/title%20main.gif,60,25','','','',505263600,'French',100,100,'yes','81.48.103.253',24,'gignops@msn.com','dd-mm-yyyy','',1102084739,'','Moulin','Laurent','no',80,'yes',0,'no','no','no',31536000,'2@6|4@21371|5@70|6@18|9@172|3@30|13@275|18@363|17@107|15@104|14@110|10@36|8@34|23@191|29@199|31@341|27@276|25@1408|28@1880|38@407|37@316|40@298|22@152|41@143|30@242|50@402|48@443|46@385|57@453|47@364|58@459|62@495|61@478|60@473|51@474|56@440|66@613|67@498|65@612|63@1029|70@772|69@765|76@593|71@591|81@637|84@647|85@759|89@672|88@676|90@712|91@708|82@836|87@713|93@1584|92@716|97@785|98@857|73@662|74@580|106@893|96@1129|77@902|113@991|108@1001|114@975|104@936|118@1230|119@1148|117@1164|111@1006|115@1401|116@1026|105@932|95@875|103@874|100@826|64@491|68@918|120@1017|59@982|99@1539|121@1035|122@1403|131@1139|133@1163|135@1399|134@5067|139@1393|145@1536|138@1334|151@1384|150@1391|152@1412|141@1284|164@1616|169@1778|155@6983|159@1785|183@1980|165@1978|181@1958|175@1945|184@3059|180@2024|182@1994|36@1924|186@2025|196@2888|211@2442|213@3198|214@2448|227@3021|226@2796|203@2706|110@2657|190@2830|234@2818|236@2814|185@2429|239@3621|244@3041|241@2956|237@2932|245@3140|21@3124|249@2815|232@7005|158@2582|242@2983|251@974|255@3318|256@240|243@3309|260@3094|191@3105|207@15574|253@3101|261@3613|238@2987|257@706|258@3052|262@3614|264@3835|271@3575|267@3440|278@3824|367@5253|355@5244|337@5241|366@5239|357@5232|359@5214|354@5184|362@5153|368@5226|365@5218|356@5098|371@5523|372@5261|374@5269|375@5272|373@5274|321@4491|379@5519|378@5662|370@5257|358@5438|369@5288|360@5113|349@5069|328@4736|332@4633|383@5345|382@5334|197@2423|384@5661|391@7681|389@5475|390@5477|395@5518|393@5515|394@5511|387@5510|388@5529|343@6522|269@5078|283@4311|201@2329|403@5660|402@5655|401@5680|406@5878|411@5923|410@5871|409@5792|377@5770|407@6049|412@5864|385@5678|413@5887|313@5910|415@5936|416@6999|420@5975|425@6089|418@5969|419@6109|435@6957|447@6410|442@6428|436@6383|434@6324|427@7752|439@6387|438@6425|431@6327|432@6415|445@6405|444@6393|433@6321|468@6733|456@6996|469@6712|470@6822|472@6727|467@6650|461@6634|450@7196|457@6631|458@6551|474@7204|459@6904|473@6793|460@6705|290@5110|465@6837|208@3374|254@3215|476@6921|477@7074|463@6743|250@6707|471@6958|479@6950|480@6995|481@6982|454@6538|485@7078|484@7079|483@7180|489@7363|482@7072|490@7198|487@7452|499@7334|496@10727|495@7331|500@7399|289@7322|308@13886|488@7345|501@7352|497@7372|486@7374|507@7448|505@3578|506@3643|287@7451|231@2770|504@10858|352@7443|277@7463|509@7951|520@7845|519@7731|513@7670|517@7761|521@7908|516@7977|522@7946|525@7943|530@7957|539@8094|532@8107|580@8994|576@8912|592@9061|426@8809|597@9138|613@9476|603@9315|606@9303|514@9477|577@8784|572@8764|566@8676|551@8393|611@10208|618@10217|635@9958|634@9971|621@9997|633@9966|630@9743|641@10139|642@10002|643@10209|554@10038|540@8134|636@10048|601@9959|617@9574|600@9259|626@10067|593@10052|594@9961|619@9864|644@10134|629@10137|640@10206|648@10223|637@17424|33@10339|651@10261|652@10286|650@10266|649@10265|620@10124|654@10296|669@10451|662@10556|679@10590|673@10582|661@10580|670@10593|677@10575|664@10551|681@10752|675@10595|625@9711|682@3533|683@10688|684@10647|665@10538|686@10738|701@21285|728@11638|735@11630|740@11615|738@11601|723@11645|750@11887|815@14413|972@14119|896@13740|631@14469|993@14912|998@14687|980@20932|1000@14719|984@14697|1017@14932|1013@14899|1018@15092|1019@15091|1024@15413|1028@15177|1030@15118|1029@15111|894@19612|988@15142|1037@16281|1044@15409|1050@15586|1060@15622|1061@15615|881@13647|1077@15793|1036@15780|1074@15776|1072@16054|1067@15800|1080@16215|1089@16665|1088@15894|1094@16023|1101@16171|1090@16017|1102@16358|1058@18519|1045@15723|1106@16092|1111@16185|1108@16098|1104@16047|1093@15956|792@18509|1031@15360|1063@16187|1062@16159|1112@16152|1115@16736|1114@16262|1098@16193|1118@16835|1116@16196|1119@16226|1132@16433|1123@16540|1142@16729|1156@16655|965@16741|915@16742|912@13925|963@17811|850@5194|780@13532|1170@16761|1136@16763|1171@16755|1164@16757|814@16765|1129@16808|1146@16802|842@20708|1176@16838|895@16832|1165@16822|1177@16854|282@14447|43@2001|1186@16964|1053@16704|1192@17678|1228@17683|1244@18001|1247@17979|1245@18009|1375@20639|816@13604|1255@14424|1254@18148|1296@19824|1410@20181|1396@20130|1387@20041|1389@20182|1380@20185|1373@19843|1283@19826|1353@19641|1341@20161|1404@20183|1429@20985|1406@21582|1411@20206|1427@20641|1414@20223|1403@20100|1428@20862|947@13760|1412@20281|1382@19884|1238@18218|1226@20882|1422@20838|1438@20746|1278@22152|938@20951|1437@21164|1455@20989|1456@20992|1448@24836|1454@20990|1449@20964|1450@20943|1423@20935|1465@21290|1466@21267|1434@20668|1426@20650|1451@21291|1453@21186|892@17060|1469@24835|1470@21678|1471@21448|1439@21108|1474@21418|1483@21518|1473@21493|1464@21482|803@13306|889@13823|1479@21715|913@14155|1486@21599|1476@21596|1440@21111|1463@21313|1402@20118|1109@16292|1492@21699|1489@21728|1467@21710|1493@21749|1475@21705|1482@21712|1495@21735|1494@21806|1490@21726|1496@22055|1399@21740|1318@18945|568@18013|667@18012|833@15434|974@14393|876@13706|755@12294|646@10762|598@9181|494@8354|1507@21883|1514@21971|1515@21897|1499@21853|1500@21920|1522@22009|1523@21997|1525@22102|1526@22054|1527@22113|1188@21998|1564@20784|1559@13872|1509@3641|1569@22562|1547@22559|1567@22565|1059@20821|1562@22568|1577@22653|1566@22636|1484@22438|1579@22875|1581@22811|1580@22678|1587@22830|1568@22726|1598@22881|1551@22882|1727@25021|1710@25015|1714@24912|1729@25005|1722@25414|1717@24788|1664@24070|1741@25432|1749@25428|1734@25395|1731@25039|1707@24898|1754@25532|1748@25444|1756@25497|1752@25503|1757@25530|1746@25284|1751@25379|1755@25515|1742@25353|1512@25065|869@24087|1273@24931|1020@25042|1759@25580|1760@25632|851@25658|1070@24933|1666@23749|1670@23918|1582@24929|1772@25840|1773@25961|1761@25899|1763@25681|1747@25579|1690@25900|608@9436'); INSERT INTO o2_members (uid, username, password, regdate, postnum, email, site, aim, status, location, bio, sig, showemail, timeoffset, icq, avatar, yahoo, customstatus, theme, bday, langfile, tpp, ppp, newsletter, regip, timeformat, msn, dateformat, ignoreu2u, lastvisit, rating, realname, firstname, emailnotify, profileviews, u2upopup, chatpopup, hidden, hidesig, hideavatar, logintime, readtopics) VALUES (14,'philippe c','fcca3e2b09eae680a6200f994f643825',1071001037,38,'philippe.cain@libertysurf.fr','','','Member','','','','no',1,'','','','','',0,'French',30,25,'yes','81.50.249.127',0,'','dd-mm-yyyy','',1091112702,'','','','no',46,'yes',0,'no','no','no',900,'1@88|2@6|3@37|4@4096|5@3216|6@743|7@4868|8@34|9@172|10@36|12@5277|11@2985|13@275|15@382|14@122|16@374|17@115|18@363|20@150|21@3370|19@155|22@372|29@199|23@197|24@1844|25@1756|26@194|27@1967|28@1880|45@505|31@341|30@437|32@264|36@1924|34@225|33@2057|35@300|46@385|38@407|37@1580|39@319|40@258|41@390|42@1488|44@357|43@2001|51@474|52@503|47@364|48@911|50@402|49@379|55@814|53@1706|54@881|56@440|57@453|58@467|59@1565|60@528|61@478|62@495|63@1318|64@491|65@621|66@613|67@1840|68@1842|69@765|70@1011|71@591|72@924|73@662|74@580|75@4225|76@648|77@906|78@1581|80@1682|79@723|81@637|86@725|82@836|83@724|84@647|85@759|87@713|88@695|89@854|90@1601|91@708|95@1044|92@889|93@1584|96@3474|98@857|97@973|106@2973|99@1539|100@826|101@870|102@868|103@874|104@936|105@932|107@952|108@1001|109@1000|114@975|110@2868|111@1006|112@949|113@991|115@1418|116@1111|117@1176|121@1035|118@1230|119@1148|120@1096|122@1403|123@1578|124@1286|125@1834|126@1069|127@1835|128@1155|129@2056|132@1290|130@1187|131@1141|137@1294|133@1184|134@4996|135@1913|136@1196|139@1393|138@2081|140@1297|141@1284|142@1768|143@1328|144@1306|147@1319|145@1536|146@1358|167@1821|148@1326|150@1428|149@1413|155@4261|151@1543|152@3043|157@1534|153@1605|154@1456|156@1983|159@1795|158@2582|160@1711|161@4510|162@1741|163@1624|164@1665|165@2093|166@1702|169@1808|168@1860|170@2276|171@1776|173@1830|172@1817|174@1943|177@2330|178@2058|175@1945|176@1999|179@2759|201@2329|181@2032|182@2080|183@2575|189@2462|185@2429|186@2044|188@2424|187@2354|208@3374|190@2830|258@3396|192@2854|193@2536|194@2339|196@2888|195@2357|197@2423|198@2237|199@2209|200@2358|204@3026|202@2350|203@4926|205@2414|207@2632|206@2365|209@2465|212@2594|213@3198|210@2458|211@2584|214@2535|215@2063|216@2674|217@2679|219@2652|218@811|220@2644|221@2699|222@2704|267@3440|223@2675|228@3003|224@2724|227@3156|225@2765|226@2796|230@2882|229@3136|231@2770|234@3010|233@3317|232@4879|235@2812|236@2814|242@2983|237@2932|238@2987|239@3639|184@3799|240@2972|241@3159|243@3309|244@3041|245@3209|257@706|246@3251|247@3475|252@3833|248@697|191@3105|250@4031|251@3439|249@3364|254@3215|255@2760|256@240|301@4277|180@3693|253@3405|259@3623|260@3388|261@3613|262@3647|263@3620|264@4032|265@3733|266@3564|268@3390|271@4637|269@5078|270@3697|275@3649|272@3696|273@3687|274@3651|276@4740|278@3824|277@3730|279@3821|280@5144|281@4821|282@4228|303@4173|283@4311|290@5110|284@3957|285@4591|286@4769|287@3812|288@5002|289@4682|291@3915|292@4399|293@4040|296@4019|294@4486|295@3908|297@5465|298@4282|306@4287|299@4104|300@4324|302@4924|304@4176|305@4322|307@5468|308@4990|309@4767|310@4944|311@4302|312@4275|313@4718|318@4542|314@4688|315@4727|316@4753|317@4372|319@4475|320@4526|321@4491|322@4603|323@4515|324@4732|325@4947|326@4800|327@4623|328@4736|330@5072|331@4712|332@4633|334@4752|335@4971|94@4785|329@4787|333@4827|336@4858|339@4942|337@5014|338@5019|340@4961|341@4884|342@4955|343@5053|344@4974|345@4970|346@4941|347@4999|348@5005|349@5016|350@5013|384@5457|392@5254|378@5250|358@5438|391@5470|375@5272|374@5269|372@5261|371@5259|352@5083|387@5464|388@5463|382@5346|393@5461|389@5475|415@5954|411@5962|394@5691|414@5989|442@6434|447@6421|434@6418|446@6575|1276@18314|1067@15800|1061@15615|1052@15546|992@14464|470@6822|895@18195|786@17997|625@9711'); INSERT INTO o2_members (uid, username, password, regdate, postnum, email, site, aim, status, location, bio, sig, showemail, timeoffset, icq, avatar, yahoo, customstatus, theme, bday, langfile, tpp, ppp, newsletter, regip, timeformat, msn, dateformat, ignoreu2u, lastvisit, rating, realname, firstname, emailnotify, profileviews, u2upopup, chatpopup, hidden, hidesig, hideavatar, logintime, readtopics) VALUES (15,'Fred','3f2bb2862d330b5cb2dd4b8724fbe631',1071032014,1200,'virtuelfred@yahoo.fr','','','Super Moderator','','','@+
\r\nFred.
\r\nL\\\'avenir appartient à ceux qui se lèvent tôt, le passé à ceux qui se couchent tard, et le présent à ceux qui dorment pas !!!','no',1,'','http://www.blitz3dfr.com/avatars/fred.gif,100,90','','','',209167200,'French',30,25,'yes','213.36.114.200',24,'','dd-mm-yyyy','',1103144395,'','','Fred','no',348,'yes',0,'no','no','no',31536000,'1@88|2@6|3@37|4@24622|5@3216|6@743|7@4868|8@34|9@172|10@36|12@5491|11@2985|13@275|15@382|14@122|16@374|17@115|18@363|20@150|21@3370|19@155|22@372|29@199|23@197|24@1844|25@1756|26@194|27@1967|28@1880|45@505|31@341|30@437|32@264|36@1924|34@225|35@300|46@18794|38@407|37@1580|39@319|40@258|41@390|42@1488|44@357|43@2001|51@474|52@503|47@364|48@911|50@402|49@379|55@814|53@1706|54@881|56@440|57@453|58@467|59@1565|60@528|61@478|62@495|63@1318|64@491|65@621|66@613|67@1840|68@1842|69@765|70@1011|71@591|72@924|73@662|74@580|75@10811|76@648|77@906|78@7427|80@1682|79@723|81@637|86@21027|82@836|83@724|84@647|85@759|87@713|88@695|89@854|90@1601|91@708|95@1044|92@889|93@1584|96@13965|98@857|97@973|106@2973|99@1539|100@826|101@870|102@868|103@874|104@936|105@932|107@952|108@1001|109@1000|114@975|110@2868|111@1006|112@949|113@991|115@1418|116@1111|117@1176|121@1035|118@1230|119@1148|120@1096|122@1403|123@5693|124@1286|125@1834|126@1069|127@1835|128@1155|129@2056|132@14103|130@1187|131@1141|137@1294|133@1184|134@5067|135@1913|136@1196|139@1393|138@2081|140@1297|141@1284|142@1768|143@1328|144@1306|147@1319|145@1536|146@1358|167@1821|148@1326|150@1428|149@1413|155@25933|151@1543|152@3043|157@1534|153@1605|154@1456|156@1983|159@19856|158@2582|160@1711|161@4510|162@1741|163@1624|164@1665|165@2093|166@1702|169@1808|168@1860|170@2276|171@1776|173@1830|172@1817|174@1943|177@2330|178@2058|175@1945|176@1999|201@2329|181@2032|182@2080|183@2575|189@2462|185@2429|186@2044|188@2424|187@2354|208@8613|190@2830|258@3396|192@7358|193@2536|194@2339|196@2888|195@2357|197@2423|198@2237|199@2209|200@2358|204@7034|202@2350|203@5249|205@2414|207@15384|206@2365|209@2465|212@2594|213@3198|210@2458|211@2584|214@2535|215@2063|216@2674|217@2679|219@2652|218@811|220@2644|221@2699|222@2704|267@3440|223@2675|228@3003|224@2724|227@3156|225@2765|226@2796|230@2882|229@3136|231@2770|234@3010|233@3317|796@6241|235@2812|236@2814|242@2983|237@2932|238@2987|239@3639|184@3799|240@2972|241@3159|243@3309|244@3041|245@3209|257@706|246@3251|247@3475|252@3833|248@697|191@3105|250@8072|251@3439|249@3364|254@3215|255@2760|256@240|301@4277|180@3693|253@3405|259@3623|260@3388|261@3613|262@3647|263@3620|264@4032|265@3733|266@3564|268@3390|271@4637|269@8200|510@9453|275@3649|272@3696|273@3687|288@4332|277@7463|276@4740|278@3824|270@8540|509@7951|279@15127|280@5144|281@4821|303@4173|283@4311|290@5110|284@3957|282@21055|352@7797|293@4040|296@4019|294@4486|295@3908|298@4282|306@4287|299@4104|300@4324|302@4924|304@4176|305@4322|309@4767|310@4944|311@4302|312@4275|313@6058|318@7044|314@4688|315@4727|316@4753|317@4372|319@4475|320@4526|321@4491|322@4603|323@4515|324@4732|325@4947|326@4800|327@4623|328@4736|330@5497|331@4712|332@4633|334@4752|335@8277|94@4785|329@4787|333@4827|336@4858|339@4942|337@5837|338@5019|340@5059|341@4884|342@4955|343@6522|344@4974|345@4970|346@4941|347@4999|33@10339|351@5049|348@5005|353@5141|349@5069|350@5041|389@5475|426@8809|354@5184|355@5273|356@5574|357@5232|358@5438|359@5263|360@5113|361@5129|362@5153|364@5227|363@5205|365@5315|366@5267|391@7681|368@5226|369@5304|370@5257|376@5742|372@5261|373@5274|374@5269|375@5272|377@5770|378@5662|379@5604|394@5691|380@5347|381@5339|382@5346|383@6668|384@5661|385@5678|386@5384|387@5613|390@5600|388@5529|367@6101|392@5628|393@5689|407@6049|395@5798|396@5659|398@5839|399@5647|400@5750|401@5680|406@5878|402@5655|403@5660|404@5669|405@5727|412@5864|408@5780|409@5792|410@5871|411@5962|421@6147|413@5935|414@5989|415@6071|416@6999|417@5940|454@6538|418@5969|419@6238|420@5975|427@7933|422@6072|423@6166|424@6117|425@6089|287@8092|428@6110|429@6144|430@6212|431@6327|432@6481|433@6321|434@6418|435@8815|436@8142|289@3945|438@6453|439@6468|440@7366|441@6496|442@7533|443@6427|444@6393|445@17410|446@6575|447@6620|448@6455|452@6497|450@7196|449@6550|451@6504|455@6531|453@6520|456@6996|457@6631|458@9553|459@6956|460@6705|461@6634|462@6605|463@6743|468@6736|465@6864|466@7083|467@7308|480@7890|469@6786|470@6822|471@6958|472@6727|473@6793|474@7204|475@7254|476@6921|477@7074|479@6950|486@4341|481@6982|482@7202|483@7303|484@7079|485@7078|487@7452|274@22555|489@7744|490@7198|491@7199|492@7344|493@3544|494@8354|495@7432|496@10727|497@8174|505@3578|498@7955|499@7385|500@7426|501@7796|502@9440|503@7354|507@7458|511@7674|506@7950|508@7645|512@8118|513@7670|514@11301|515@7724|521@7913|516@7977|517@7761|518@7701|519@7873|520@7845|522@10613|523@7843|524@13691|528@8029|525@7943|526@7980|527@11711|531@23845|533@8348|529@8015|530@8055|532@20948|538@8161|534@8191|535@8357|536@8371|537@8079|539@8238|540@8134|541@8253|542@8563|543@8167|544@8515|547@8350|545@8359|546@8370|549@8801|548@8813|555@8377|552@8334|550@8971|551@8393|553@8896|558@9068|557@8779|554@19690|556@13497|560@16141|559@8765|561@12456|573@9184|566@8676|562@8768|565@8585|563@8520|564@8808|570@8681|567@8757|597@9679|569@8867|568@18013|571@8924|575@8818|572@8764|576@8912|574@18686|577@11766|578@20230|579@5305|580@8994|581@8960|582@8849|583@10616|584@8958|591@9084|585@8923|586@22610|587@8943|588@9015|596@9256|589@9054|590@4629|592@9061|593@10092|594@9961|595@9025|598@9181|599@9212|600@9259|601@10851|602@9171|603@9315|604@9319|605@9297|606@9303|607@9314|608@9436|609@9430|610@9493|612@9490|617@11788|611@261|613@10315|618@10328|614@9761|615@2038|616@4729|629@12639|619@10378|620@10124|621@13953|622@9631|623@9766|628@9837|624@9608|625@9711|626@10468|627@9755|630@9743|634@10256|632@18033|631@4564|633@9966|635@10194|636@22456|637@17414|638@10029|639@11299|640@10293|644@10541|641@10139|646@10762|642@10024|643@10209|645@17829|647@273|648@10284|371@25981|813@12836|649@10336|650@10447|651@10341|652@10429|653@17409|654@10296|657@10348|655@10299|656@11099|658@10367|659@10371|667@18012|660@10375|661@11348|662@10563|663@10425|664@10702|665@10538|666@10395|668@10533|669@10477|670@10617|671@10874|672@10475|697@10979|673@10833|682@10907|674@10528|675@10595|676@10608|742@11792|677@4861|680@13943|678@1931|679@10601|681@10752|683@10726|691@10818|684@10777|685@10814|686@24665|687@11864|767@12478|688@11861|689@10765|702@11179|690@11512|692@4607|693@11084|179@11018|694@10869|696@20264|695@3540|698@11086|699@10989|504@11292|700@24675|701@25891|705@11226|703@11211|704@11157|711@11504|707@11185|706@11122|745@11802|708@11244|710@12750|709@13521|728@11845|712@11862|713@11233|714@11254|715@11454|764@12345|724@11416|716@11450|717@11326|718@11359|720@11341|719@11524|721@11754|722@11376|723@11885|725@11495|726@12049|727@11501|729@11480|743@26875|850@21954|730@12195|731@11753|732@11633|733@11959|734@11984|735@11669|736@11639|749@11920|737@12120|738@11646|739@11709|740@11909|741@11695|744@17336|746@12319|747@11918|750@12540|748@11814|751@12021|752@5080|753@11942|754@12103|755@12294|757@11963|756@12003|758@14922|759@12011|760@12033|761@12692|762@11995|766@12352|772@12399|763@4487|765@12465|768@13509|769@2989|775@2906|770@12373|771@12238|773@12308|774@12335|779@12813|776@14555|777@6608|778@12459|800@17301|780@13532|788@2994|781@12461|232@12703|782@12566|784@12494|783@4754|785@4046|786@16747|787@20928|793@12678|789@12844|790@13492|810@12739|805@12825|792@18509|798@6491|794@12705|791@8859|795@4863|797@4573|801@6723|802@12799|803@13306|804@13233|814@16765|799@8868|806@12793|807@12866|808@12273|809@11644|811@12631|812@12770|817@12696|818@12932|821@12892|819@13008|822@12795|820@13025|823@17132|824@12824|825@12820|827@12988|826@12901|828@12959|829@12954|285@4591|831@12972|832@12946|833@15434|834@13116|835@13254|836@13024|837@14062|838@13032|839@20232|840@13732|841@13245|843@13354|842@20646|849@13294|844@13416|845@13135|846@13155|847@13205|848@4320|852@13226|851@21845|853@4609|854@13269|855@13627|856@13255|857@13474|858@25694|859@13349|861@13320|860@4239|862@13465|863@13373|864@3577|865@13506|866@13367|867@13401|868@13399|874@13504|869@24041|870@13421|871@13443|872@13784|873@4217|875@13466|876@13706|877@13530|883@24638|815@15112|816@13604|879@13576|878@13540|880@13574|881@13647|882@13640|885@4792|884@13614|886@13859|887@13679|890@4350|888@21130|895@17494|889@13823|891@13708|892@13756|893@13832|894@19260|286@3917|897@21733|896@13740|898@16299|899@3934|901@4664|900@4202|291@4001|297@4453|292@5417|307@4425|308@22669|397@4216|437@4445|464@4397|478@15326|902@14072|488@4381|830@4490|903@6407|904@4985|911@5540|906@4850|905@4886|910@5563|907@6098|908@4990|909@4919|913@14145|912@13925|914@6986|918@5543|917@5731|916@5299|915@13951|919@5760|920@6325|924@5847|922@14981|921@13927|923@14126|925@6151|927@13955|926@6596|929@14064|931@6789|930@26701|928@7177|932@20272|937@21318|933@13946|938@20951|939@15480|942@24338|940@6490|941@6601|943@21603|944@14292|945@15490|949@8050|936@21275|934@17164|948@6810|946@6855|954@14412|955@14030|952@6886|953@7148|951@19246|958@13998|959@14519|950@13897|961@14002|960@13889|964@20211|957@23892|963@17811|947@13603|962@24252|966@14431|968@14111|965@16857|969@14073|971@14110|973@20864|972@14119|956@14144|974@25397|970@14188|977@14299|976@14266|979@14233|978@14365|980@20932|981@14344|984@26155|983@14330|985@14824|982@14324|986@14415|988@15040|990@14769|989@15046|992@14458|994@14578|993@14549|995@14525|996@25067|997@14592|998@14647|1000@14855|1002@21281|1006@14840|991@14778|1009@14838|1003@23939|1008@19042|1012@15254|1010@14980|1011@14851|1007@14843|1013@14899|1016@15200|1017@15552|1019@14918|1018@14962|1020@24895|1022@14968|1021@15052|1023@15332|1026@15012|1025@15032|1027@15082|1024@15108|1032@15691|1034@15395|1035@15324|1028@15364|1036@15292|1039@15927|1037@16376|1038@20766|1040@16166|1041@17968|1043@15456|1042@15418|1044@15409|1046@15587|1047@15702|1049@15681|1045@15518|1051@17554|1050@15607|1048@15733|1054@22199|1057@15593|1056@15563|1053@22368|1058@15685|1060@15658|1061@15615|1055@19323|1062@16159|1063@16187|1068@15713|1066@15695|1065@15657|1069@17802|1070@15680|1072@16054|1064@15761|1076@24245|1073@15732|1081@15842|1087@15888|1084@15839|1077@15897|1091@16175|1094@15966|1096@16045|1101@16405|1098@16193|1093@15956|1090@17186|1089@17497|1106@16117|1095@16286|1103@19243|1111@16261|1078@17407|1071@16414|1108@16098|1105@16048|1109@16259|1102@16358|1110@16119|1092@16122|1113@16266|1115@16736|1116@17330|1117@16274|1120@16276|1121@16388|1122@16268|1119@16231|1123@17210|1118@16204|1112@16334|1100@16295|1124@16260|1114@16262|1128@17560|1126@16309|1129@16808|1130@16363|1125@18315|1131@16396|1134@16417|1132@16433|1136@17223|1139@16536|1137@16445|1140@16622|1138@16465|1127@16401|1143@16529|1135@16542|1150@16681|1148@16632|1146@17312|1145@16582|1149@16586|1158@20305|1170@17515|1168@16744|1164@16793|1162@17073|1163@16749|1169@17661|1167@16924|1152@18806|1171@16775|1173@17456|1155@16766|1172@16879|1166@16713|1141@16703|1176@17088|1175@18834|1174@16807|1180@16878|1185@17504|1182@17076|1179@16884|1183@16901|1181@17203|1186@16964|1184@19183|1190@17740|1189@17743|1196@17986|1197@17306|1194@17452|1193@17131|1191@18175|1198@17135|1199@17391|1200@19955|1188@22284|1195@20142|1097@16443|1203@17191|1201@17595|1202@17253|1192@17685|1204@20154|1085@17368|1206@17524|1205@17276|1207@17380|1208@16813|1210@17506|1209@17760|1079@15862|1211@19905|1213@17579|1214@17453|1215@17663|1212@18544|1216@17543|1218@17614|1219@21433|1217@17521|1220@17599|1223@18275|1227@17745|1222@17638|1226@23574|1225@17633|1224@17770|1231@17764|1230@17965|1228@17728|1232@17774|1233@18008|1154@17733|1234@17752|1235@17845|1241@19869|1242@17960|1246@17900|1248@18027|1249@17991|1245@17959|1238@18218|1250@18042|935@20925|1247@17979|1244@18010|1251@18018|1252@20664|1257@18065|1261@22756|1263@18228|1260@18251|1259@18034|1239@21592|1262@24109|1264@20203|1269@18253|1266@18232|1268@18271|1256@18591|1243@17871|1236@17804|1272@18403|1270@18209|1265@23826|1271@21876|1274@18259|1275@18274|1277@18310|1276@18314|1278@26402|1282@18355|1285@18804|1281@18413|1280@21410|1284@18376|1287@18422|1289@18593|1290@18592|1288@19041|1273@18391|1258@18165|1178@21306|1292@18963|1291@18556|1293@18483|1295@19061|1294@18660|1286@18508|1297@18642|1253@18610|1298@19093|1300@18702|1301@18752|1279@24323|1303@18909|1302@18714|1296@20752|1305@18729|1304@18801|1307@18782|1310@18873|1309@19050|1311@21546|1308@19022|1312@18814|1313@19131|1317@19147|1320@19819|1319@19039|1321@19090|1323@19106|1322@19011|1318@18945|1324@19034|1325@19081|1326@19135|1327@19105|1328@19196|1329@19101|1255@14424|1330@21540|1332@19150|1333@19329|1338@19699|1336@19235|1337@19938|1334@19170|1315@19159|1335@19240|1340@19295|1341@20008|1342@19326|1343@19664|1358@19589|1347@19545|1357@20434|1348@19409|1355@19525|1363@19693|1351@20025|1359@19595|1366@19687|1364@19672|1365@23336|1367@20162|1360@20006|1349@24586|1362@19613|1352@19448|1283@19790|1369@19709|1368@19720|1374@19777|1346@19787|1372@19751|1376@19783|1377@20002|1379@19839|1378@20186|1380@20185|1383@19929|1382@19884|1386@19956|1384@19964|1385@19988|1387@21121|1389@20009|1391@19992|1388@20026|1390@20110|1395@20082|1392@20333|1394@20029|1396@20130|1393@20711|1397@20294|1405@20119|1403@20100|1400@20213|1402@20118|1401@21470|1399@21740|1407@20127|1406@22796|1408@20158|1409@21444|1412@20281|1413@20219|1411@20206|1414@20223|1415@20226|1419@20528|1418@20257|1417@20361|1416@20399|1420@20503|1421@22705|1423@20935|1422@20965|1424@20531|1426@20650|1425@20446|1375@20419|1428@20873|1427@20641|1429@20700|1430@20508|1431@20660|1432@20640|1433@20622|1434@20668|1436@20661|1437@22575|1438@20746|1440@21111|1441@20851|1443@20912|1442@21072|1439@21108|1444@20823|1445@22622|1446@21188|1449@20964|1447@20729|1448@24836|1450@20943|1451@21310|1452@21327|1454@21144|1459@21492|1453@21186|1457@21115|1458@21362|1460@23801|1059@20821|1461@21170|1462@21178|1463@21313|1464@21282|1465@21243|1466@21315|1467@21875|1468@22435|1469@24650|1470@21678|1471@21451|1472@21511|1474@21418|1473@21493|1475@21705|1477@24585|1476@21596|1478@21517|1480@21581|1479@21715|1481@24697|1482@21704|1484@22438|1485@22228|1483@21564|1486@21599|1455@21131|1404@20183|1487@21802|1488@22487|1489@21728|1490@21714|1492@21955|1493@21873|1491@21679|1494@21884|1495@21825|1497@25152|1496@21974|1498@21877|1501@21958|1500@21920|1499@21853|1502@21843|1503@22015|1504@22958|1505@22023|1506@21827|1507@21950|1508@23802|1510@26097|1513@21860|1509@3641|1511@21979|1512@25065|1514@21911|1515@21962|1516@21961|1517@22145|1522@22024|1520@22026|1521@22043|1519@22048|1518@22004|1524@22017|1523@22057|1525@22249|1526@22060|1527@22113|1531@22176|1530@22101|1532@22170|1529@22244|1533@22180|1535@22360|1528@22165|1534@22153|1536@22250|1537@22326|1538@22205|1539@22242|1540@22278|1541@22287|1544@22294|1543@22280|1546@22334|1547@22577|1548@22342|1549@24051|1550@22378|1552@22414|1553@13808|1554@22442|1556@13634|1557@4134|1558@22472|1545@22441|1551@22884|1559@13807|1560@3648|1562@24063|1555@26142|1561@22500|1563@22549|1564@22560|1567@22567|1566@24333|1565@22695|1569@22640|1568@24104|1570@22585|1571@22602|1574@22617|1573@22662|1575@22665|1576@22736|1572@22607|1577@22653|1578@23143|1580@17967|1579@22875|1581@22769|1582@23919|1583@22744|1584@22792|1589@22890|1588@22823|1590@22821|1585@22785|1586@22749|1591@22789|1593@22879|1592@22780|1596@23948|1597@22903|1594@22805|1595@22999|1587@23180|1598@22883|1600@22953|1601@23017|1599@22772|1602@22941|1603@22954|1604@24743|1605@26884|1606@24608|1608@22992|1610@23053|1612@23893|1611@23880|1613@23132|1614@23102|1616@24848|1620@23278|1617@23040|1621@23630|1624@23312|1619@23875|1623@26946|1615@22818|1622@24113|1627@14049|1630@23172|1629@23165|1632@23189|1628@23262|1633@23239|1626@23149|1636@23648|1635@23775|1634@23839|1631@23288|1638@23565|1639@23335|1641@26004|1642@23378|1643@23383|1644@23435|1645@23448|1647@23627|1648@24211|1646@23460|1653@24501|1649@23515|1654@23604|1656@23788|1655@23585|1650@23622|1662@23790|1664@23760|1659@24673|1665@23782|1660@23711|1661@23785|1668@24467|1666@23749|1669@23798|1670@23825|1667@24090|1671@23953|1675@23863|1672@23865|1676@26700|1674@23907|1673@24683|1607@22955|1677@23895|1679@23964|1678@23904|1658@23911|1680@24050|1681@23985|1682@24023|1683@24027|1684@24149|1686@26494|1685@24044|1688@26436|1689@24131|1687@24151|1690@25955|1693@24181|1696@24413|1698@24390|1703@24507|1704@24729|1701@24468|1229@24556|1706@25004|1707@24898|1705@24724|1708@24791|1710@25040|1709@24702|1711@25033|1712@24716|1695@24794|1713@24850|1714@24912|1715@26280|1717@24788|1721@24976|1720@24863|1722@24839|1723@26959|1724@24971|1718@24899|1725@24978|1727@26440|1726@24972|1716@24875|1728@24970|1729@25005|1730@25017|1731@25039|1697@25012|1747@25314|1741@25306|1746@25284|1750@25412|1763@25681|1767@25868|1754@25864|1759@25929|1777@25985|1771@26059|1779@26165|1778@26036|1761@26012|1745@26069|1775@25965|1773@25980|1748@25998|1663@25137|1764@25813|1781@26061|1780@26034|1766@25808|1744@26066|1743@26310|1783@26057|1782@26060|1786@26077|1788@26185|1774@26071|1785@26146|1791@26250|1790@26508|1740@26164|1787@26132|1794@26377|1798@26676|1789@26256|1801@26680|1804@26401|1797@26446|1719@26454|1803@26577|1796@26604|1738@26957|1805@26603|1795@26288|1800@26517|1737@26448|1806@26561|1749@26529|1807@26750|1809@26582|1810@26580|1808@26578|1811@26642|1814@26685|1815@26714|1816@26679|1818@26719|1820@26759|1772@26752|1802@26378|1817@26952|1819@26846|1821@26867|1828@26960|1826@26978|1827@26954|1824@26941|1825@26934|1823@26937|1829@26976'); INSERT INTO o2_members (uid, username, password, regdate, postnum, email, site, aim, status, location, bio, sig, showemail, timeoffset, icq, avatar, yahoo, customstatus, theme, bday, langfile, tpp, ppp, newsletter, regip, timeformat, msn, dateformat, ignoreu2u, lastvisit, rating, realname, firstname, emailnotify, profileviews, u2upopup, chatpopup, hidden, hidesig, hideavatar, logintime, readtopics) VALUES (18,'Seyhajin','282bbbfb69da08d03ff4bcf34a94bc53',1071049760,273,'seyhajin@tiscali.fr','http://www.seyhajin.com','','Member','','','[url=http://bond357.free.fr/down/Visual_BCF.zip]Visual BCF 1.0[/url]','no',1,'','http://bond357.free.fr/avatar/decept.jpg,91,88','','','Oxygen',366847200,'French',50,50,'no','195.242.76.137',24,'','dd-mm-yyyy','',1103145027,'','T.','Christophe','no',280,'yes',0,'no','no','no',31536000,'1@88|2@6|3@37|4@26107|5@3216|6@743|7@4868|8@34|9@172|10@36|12@5491|11@2985|13@275|15@382|14@122|16@374|17@115|18@363|20@150|21@3370|19@155|22@372|29@199|23@197|24@1844|25@1756|26@194|27@1967|28@1880|45@505|31@341|30@437|32@264|36@1924|34@225|35@300|46@18794|38@407|37@1580|39@319|40@258|41@390|42@1488|44@357|43@2001|51@474|52@503|47@364|48@911|50@402|49@379|55@814|53@1706|54@881|56@440|57@453|58@467|59@1565|60@528|61@478|62@495|63@1318|64@491|65@621|66@613|67@1840|68@1842|69@765|70@1011|71@591|72@924|73@662|74@580|75@10811|76@648|77@906|78@7427|80@1682|79@723|81@637|86@21027|82@836|83@724|84@647|85@759|87@713|88@695|89@854|90@1601|91@708|95@1044|92@889|93@1584|96@13965|98@857|97@973|106@2973|99@1539|100@826|101@870|102@868|103@874|104@936|105@932|107@952|108@1001|109@1000|114@975|110@2868|111@1006|112@949|113@991|115@1418|116@1111|117@1176|121@1035|118@1230|119@1148|120@1096|122@1403|123@5693|124@1286|125@1834|126@1069|127@1835|128@1155|129@2056|132@14103|130@1187|131@1141|137@1294|133@1184|134@5067|135@1913|136@1196|139@1393|138@2081|140@1297|141@1284|142@1768|143@1328|144@1306|147@1319|145@1536|146@1358|167@1821|148@1326|150@1428|149@1413|155@26042|151@1543|152@3043|157@1534|153@1605|154@1456|156@1983|159@19940|158@2582|160@1711|161@4510|162@1741|163@1624|164@1665|165@2093|166@1702|169@1808|168@1860|170@25653|171@1776|173@1830|172@1817|174@1943|177@2330|178@2058|175@1945|176@1999|201@2329|181@2032|182@2080|183@2575|189@2462|185@2429|186@2044|188@2424|187@2354|208@8613|190@2830|258@3396|192@7358|193@2536|194@2339|196@2888|195@2357|197@2423|198@2237|199@2209|200@2358|204@7034|202@2350|203@5249|205@2414|207@15574|206@2365|209@2465|212@2594|213@3198|210@2458|211@2584|214@2535|215@2063|216@2674|217@2679|219@2652|218@811|220@2644|221@2699|222@24350|267@3440|223@2675|228@3003|224@2724|227@3156|225@2765|226@2796|230@2882|229@3136|231@2770|234@3010|233@3317|796@6241|235@2812|236@2814|242@2983|237@2932|238@2987|239@3639|184@3799|240@2972|241@3159|243@3309|244@3041|245@3209|257@706|246@3251|247@3475|252@3833|248@697|191@3105|250@8072|251@3439|249@3364|254@3215|255@2760|256@240|301@4277|180@3693|253@3405|259@3623|260@3388|261@3613|262@3647|263@3620|264@4032|265@3733|266@3564|268@3390|271@4637|269@8200|510@9453|275@3649|272@3696|273@3687|288@4332|277@7463|276@4740|278@3824|270@8540|509@7951|279@17411|280@5144|281@4821|303@4173|283@4311|290@5110|284@3957|282@21055|352@7797|293@4040|296@4019|294@4486|295@3908|298@4282|306@4287|299@4104|300@4324|302@4924|304@4176|305@4322|309@4767|310@4944|311@4302|312@4275|313@6058|318@7044|314@4688|315@4727|316@4753|317@4372|319@4475|320@4526|321@4491|322@4603|323@4515|324@4732|325@4947|326@4800|327@4623|328@4736|330@5497|331@4712|332@4633|334@4752|335@8277|94@4785|329@4787|333@4827|336@4858|339@4942|337@5837|338@5019|340@5059|341@4884|342@4955|343@6522|344@4974|345@4970|346@4941|347@4999|33@10339|351@5049|348@5005|353@5141|349@5069|350@5041|389@5475|426@8809|354@5184|355@5273|356@5574|357@5232|358@5438|359@5263|360@5113|361@5129|362@5153|364@5227|363@5205|365@5315|366@5267|391@7681|368@5226|369@5304|370@5257|376@5742|372@5261|373@5274|374@5269|375@5272|377@5770|378@5662|379@5604|394@5691|380@5347|381@5339|382@5346|383@6668|384@5661|385@5678|386@5384|387@5613|390@5600|388@5529|367@6101|392@5628|393@5689|407@6049|395@5798|396@5659|398@5839|399@5647|400@5750|401@5680|406@5878|402@5655|403@5660|404@5669|405@5727|412@5864|408@5780|409@5792|410@5871|411@5962|421@6147|413@5935|414@5989|415@6071|416@6999|417@5940|454@6538|418@5969|419@6238|420@5975|427@7933|422@6072|423@6166|424@6117|425@6089|287@8092|428@6110|429@6144|430@6212|431@6327|432@6481|433@6321|434@6418|435@8815|436@8142|289@3945|438@6453|439@6468|440@7366|441@6496|442@7533|443@6427|444@6393|445@17410|446@6575|447@6620|448@6455|452@6497|450@7196|449@6550|451@6504|455@6531|453@6520|456@6996|457@6631|458@9553|459@6956|460@6705|461@6634|462@6605|463@6743|468@6736|465@6864|466@7083|467@7308|480@7890|469@6786|470@6822|471@6958|472@6727|473@6793|474@7204|475@7254|476@6921|477@7074|479@6950|486@4341|481@6982|482@7202|483@7303|484@7079|485@7078|487@7452|489@7744|490@7198|491@7199|492@7344|493@3544|494@8354|495@7432|496@10727|497@8174|505@3578|498@7955|499@7385|500@7426|501@7796|502@9440|503@7354|507@7458|511@7674|506@7950|508@7645|512@8118|513@7670|514@11301|515@7724|521@7913|516@7977|517@7761|518@7701|519@7873|520@7845|522@10613|523@7843|524@17266|528@8029|525@7943|526@7980|527@11711|531@23845|533@8348|529@8015|530@8055|532@20948|538@8161|534@8191|535@8357|536@8371|537@8079|539@8238|540@8134|541@8253|542@8563|543@8167|544@8515|547@8350|545@8359|546@8370|549@8801|548@8813|555@8377|552@8334|550@8971|551@8393|553@8896|558@9068|557@8779|554@19690|556@13497|560@16141|559@8765|561@12456|573@9184|566@8676|562@8768|565@8585|563@8520|564@8808|570@8681|567@8757|597@9679|569@8867|568@18013|571@8924|575@8818|572@8764|576@8912|574@18686|577@11766|578@20230|579@16806|580@8994|581@8960|582@8849|583@10616|584@8958|591@9084|585@8923|586@22610|587@8943|588@9015|596@9256|589@9054|590@4629|592@9061|593@10092|594@9961|595@9025|598@9181|599@9212|600@9259|601@10851|602@9171|603@9315|604@9319|605@9297|606@9303|607@9314|608@9436|609@9430|610@9493|612@9490|617@11788|611@261|613@10315|618@10328|614@9761|615@2038|616@4729|629@12639|619@10378|620@10124|621@13953|622@9631|623@9766|628@9837|624@9608|625@9711|626@10468|627@9755|630@9743|634@10256|632@18033|631@14469|633@9966|635@10194|636@25765|637@17424|638@10029|639@11299|640@10293|644@10541|641@10139|646@10762|642@10024|643@10209|645@17829|647@273|648@10284|371@25981|813@12836|649@10336|650@10447|651@10341|652@10429|653@17409|654@10296|657@10348|655@10299|656@11099|658@10367|659@10371|667@18012|660@10375|661@11348|662@10563|663@10425|664@10702|665@10538|666@10395|668@10533|669@10477|670@10617|671@10874|672@10475|697@10979|673@10833|682@10907|674@10528|675@10595|676@10608|742@11792|677@4861|680@13943|678@1931|679@10601|681@10752|683@10726|691@10818|684@10777|685@10814|686@24665|687@11864|767@12478|688@11861|689@10765|702@11179|690@11512|692@4607|693@11084|179@11018|694@10869|696@20264|695@3540|698@15910|699@10989|504@11292|700@24675|701@25891|705@11226|703@11211|704@11157|711@11504|707@11185|706@11122|745@11802|708@11244|710@12750|709@13521|728@11845|712@11862|713@11233|714@11254|715@11454|764@12345|724@11416|716@11450|717@11326|718@11359|720@11341|719@11524|721@11754|722@11376|723@11885|725@11495|726@12049|727@11501|729@11480|743@26875|850@23965|730@12195|731@11753|732@11633|733@11959|734@11984|735@11669|736@11639|749@11920|737@12120|738@11646|739@11709|740@11909|741@11695|744@17390|746@12319|747@11918|750@12540|748@11814|751@12021|752@5080|753@11942|754@12103|755@12294|757@11963|756@12003|758@14922|759@12011|760@12033|761@12692|762@11995|766@12352|772@12399|763@4487|765@12465|768@13509|769@2989|775@2906|770@12373|771@12238|773@12308|774@12335|779@12813|776@14555|777@6608|778@12459|800@17301|780@13532|788@2994|781@12461|232@12703|782@12566|784@12494|783@4754|785@4046|786@25764|787@20928|793@12678|789@12844|790@13492|810@12739|805@12825|792@18509|798@6491|794@12705|791@8859|795@4863|797@4573|801@6723|802@12799|803@13306|804@13233|814@16785|799@8868|806@12793|807@12866|808@12273|809@11644|811@12631|812@12770|817@12696|818@12932|821@12892|819@13008|822@12795|820@13025|823@17132|824@12824|825@12820|827@12988|826@12901|828@12959|829@12954|285@4591|831@12972|832@12946|833@15434|834@13116|835@13254|836@13024|837@14062|838@13032|839@20232|840@13732|841@13245|843@13354|842@20708|849@13294|844@13416|845@13135|846@13155|847@13205|848@14456|852@13226|851@25658|853@4609|854@13269|855@13627|856@13255|857@13474|858@25694|859@13349|861@13320|860@4239|862@13465|863@13373|864@14745|865@13506|866@13367|867@13401|868@13399|874@13504|869@24087|870@13421|871@25704|872@13784|873@4217|875@13466|876@13706|877@13530|883@24638|815@15112|816@13604|879@13576|878@13542|880@13574|881@13647|882@13640|885@4792|884@13614|886@13859|887@13679|890@4350|895@18195|889@13823|891@13708|892@17060|893@13832|894@19612|286@3917|897@21733|896@13740|898@16326|899@3934|901@4664|900@4202|291@4001|297@4453|292@5417|307@4425|397@4216|437@4445|464@4397|478@15326|902@14072|488@4381|830@4490|903@6623|904@5246|911@5540|993@15107|906@4850|905@4886|910@5563|907@6098|908@4990|909@4919|943@21603|913@14155|912@13925|915@16742|914@6986|916@5299|917@5731|918@5543|919@5760|920@6325|921@13927|922@14981|923@14126|924@5847|927@13955|925@6151|926@6596|928@13930|929@14064|931@6789|932@20272|933@14776|934@17164|935@20925|936@21275|937@21318|938@21026|939@15935|940@6490|941@6601|944@15223|945@16974|956@15155|946@6855|948@6898|984@26383|947@13760|949@8050|955@14030|950@13897|952@13912|953@7148|963@17811|987@14421|957@23892|958@13998|959@14519|960@13889|961@14024|964@20211|965@16857|966@14640|967@14012|968@14111|969@14106|971@14110|970@14188|985@14900|974@25397|972@14119|973@20864|975@14180|978@14365|976@14266|977@14299|979@14233|989@15394|980@20932|981@14853|986@14415|982@14368|983@14330|990@15726|988@15142|991@14778|992@14464|994@14578|995@14525|1012@15254|1038@20766|996@25281|997@14774|999@14628|998@14717|1000@14855|1001@14665|1004@14742|1002@21281|1003@25958|1005@14772|1006@14840|1018@15096|1007@15019|1008@19042|1009@14838|1010@14980|1011@15240|1013@14899|1014@15106|1015@14898|1016@15200|1017@15552|1019@15091|1021@15052|1022@14968|1023@15381|1026@15024|1024@15413|1028@15493|1025@15032|1027@15082|1032@15691|1029@15684|1030@15675|1031@15360|1036@15852|1033@15304|1034@15395|1035@15324|1037@16376|1039@15927|1040@16166|1044@15530|1041@17968|1042@15418|1043@15508|1045@16142|1046@15587|1048@15733|1047@15844|1053@22398|1050@15607|1049@15681|1051@17554|1055@19428|1052@15546|1064@15779|1054@22199|1056@15563|1146@17312|1058@18519|1057@15593|888@21130|1060@15891|1061@15615|1062@16159|1063@16187|1067@15800|1092@16122|1065@15657|1066@15695|1068@15720|1069@17802|1070@24933|1071@16414|1072@16054|1073@15732|1074@15813|1077@15897|1075@15825|1088@15894|1078@17407|1079@15862|1082@15823|1080@16215|1081@15842|1083@15856|1084@15839|1085@17368|1086@15875|1087@15888|1089@17497|1090@17186|1091@16175|1093@15956|1094@16023|1095@16801|1096@16045|1097@16443|1098@16193|1099@16005|1100@16295|1102@16358|1101@16405|1103@19243|1104@16047|1105@16048|1106@16317|1107@16081|1108@16098|1123@17210|1109@16292|1110@16133|1111@16261|1112@16334|1113@16266|1114@16262|1115@16736|1116@17330|1117@16274|1118@16835|1119@16231|1120@16276|1122@16268|1121@16388|1124@16260|1136@17223|1125@18350|1126@16309|1127@16401|1128@17560|1129@16808|1131@16407|1130@16363|1132@16433|1133@16415|1134@16436|1135@16571|1138@18648|1137@16445|1139@16789|1140@16701|1141@16703|1142@16729|1143@16529|1144@16581|1145@16582|1148@16790|1147@16602|1149@16603|1150@16681|1151@16659|1152@18806|1153@16640|1154@17790|1155@16766|1156@16655|1157@16889|1159@16791|1173@17456|1160@16675|1161@16677|1187@17118|1186@16964|1163@16749|1169@17661|1164@25825|1165@16895|1166@16713|1167@16924|1179@16884|1168@16744|1171@16775|1170@17555|1172@16879|1182@17076|1174@16807|1176@17088|1193@17131|1177@16854|1178@21306|1180@16878|1181@17203|1196@17986|1183@16901|1184@19183|1188@22297|1185@17504|1162@17501|1202@17253|1189@17847|1192@17819|1191@18233|1254@18148|1212@18544|954@18025|1194@17452|1195@20142|1197@17306|1265@23826|1190@17763|1201@17595|1198@17135|1199@17391|1200@19955|1204@20154|1203@17237|1205@17276|1206@17524|1207@17380|1208@17455|1242@17960|1175@18834|1209@17760|1234@17752|1210@17506|1218@17614|1211@19905|1213@17579|1214@17453|1215@17663|1272@18403|1221@17600|1216@17543|1217@17521|1219@21433|1220@17599|1222@17638|1223@18275|1224@17770|1225@17633|1226@23651|1227@17745|1228@26826|1229@25103|1230@17965|1231@17764|1232@17832|1235@17920|1233@18008|1299@18679|1236@17804|1237@17798|1238@18218|1239@21592|1240@17839|1241@19875|1243@17871|1244@18010|1245@14151|1246@17903|1251@18018|1247@17979|1248@18112|1249@17991|1250@18149|1252@20664|1253@18610|1255@14424|1256@18591|1257@18065|1258@18165|1259@18034|1260@20269|1261@22756|1262@24109|1263@18228|1264@20203|1266@18232|1267@18277|1268@18271|1269@18253|1270@18336|1271@24596|1273@24931|1274@18264|1275@18274|1276@24430|1286@19743|1277@18612|1278@26970|1279@24323|1280@21410|1281@18413|1302@18714|1282@18420|1283@19826|1287@18477|1284@18376|1296@23815|1285@18804|1370@19741|1288@19683|1310@19890|1289@18593|1290@18592|1291@18556|1292@18963|1293@18651|1294@18827|1297@18642|1295@19526|1325@19081|1298@19093|1300@18702|1347@20163|1312@18814|1301@18953|1303@18909|1306@18764|1304@18801|1305@18733|1308@19022|1307@18782|1316@18961|1309@19050|1311@21546|1313@19131|1319@19039|1314@18849|1315@19159|1317@19147|1318@18945|1361@19817|1320@19819|1328@19196|1321@19090|1323@19182|1322@19011|1324@19600|1326@19508|1327@19547|1329@19101|1330@21540|1331@19174|1332@19150|1334@19809|1333@19329|1335@19505|1336@19383|1337@19938|1339@19818|1338@19699|1340@19343|1341@26011|1342@19360|1349@24586|1343@19664|1346@20000|1344@19356|1345@19427|1348@19409|1350@19411|1351@20025|1352@19448|1353@19641|1354@19454|1355@19525|1356@19607|1357@20434|1358@19589|1427@20641|1363@19814|1359@19595|1360@20006|1367@20162|1362@19613|1364@19672|1365@26286|1366@19736|1368@19901|1369@19807|1371@19795|1372@19860|1373@19843|1374@19847|1375@20699|1376@19796|1377@20002|1378@20227|1447@20729|1379@19852|1440@21111|1384@19964|1380@20185|1381@19885|1382@19884|1383@19974|1385@20015|1386@19956|1387@21121|1399@21740|1388@20026|1390@20110|1389@20182|1392@20333|1391@20003|1397@20294|1393@20711|1394@20029|1395@20084|1396@20496|1398@20042|1400@20213|1401@21470|1402@20118|1403@20100|1404@20183|1405@20119|1406@22796|1407@20141|1408@20158|1409@21444|1410@20184|1411@20206|1412@20281|1413@20219|1414@20223|1415@20360|1416@20399|1417@20361|1418@20268|1420@20503|1419@20528|1421@22737|1422@22445|1423@24625|1424@20531|1425@20446|1426@20650|1432@20640|1428@20873|1429@20985|1430@20579|1439@21108|1431@20660|1434@20668|1433@20622|1437@22575|1435@20617|1436@20661|1438@20746|1446@21188|1441@20851|1443@20912|1444@21046|1445@22658|1449@21093|1450@21036|1451@21310|1452@21327|1453@21186|1454@21187|1455@22247|1460@23801|1456@21074|1457@21120|1458@21362|1459@21492|1461@21181|1462@21178|1463@21313|1464@21482|1465@21290|1466@21315|1467@24555|1468@22435|1469@25153|1470@21678|1471@21451|1472@21511|1476@21596|1473@21493|1474@21418|1475@21705|1487@21802|1477@24585|1478@21517|1479@21715|1480@21581|1448@24836|1481@24767|1482@21712|1483@21583|1484@22438|1485@22228|1497@25152|1486@21599|1488@22487|1489@21728|1494@21884|1490@21746|1491@24482|1492@21955|1493@21873|1495@21825|1499@21853|1498@21877|1496@22055|1500@21920|1501@21958|1502@21843|1506@21827|1503@22015|1504@22958|1505@22023|1507@21950|1508@23802|1509@3641|1513@21860|1511@21979|1512@25065|1514@21971|1510@26097|1517@22145|1515@22010|1516@21961|1518@22004|1519@22078|1520@22026|1521@22043|1522@24504|1523@22057|1524@22017|1526@22134|1525@22249|1527@22113|1528@22425|1529@22244|1530@22127|1531@22176|1532@22170|1533@22180|1534@22246|1535@22360|1536@22259|1537@22326|1538@22208|1539@22242|1540@22278|1550@22384|1541@22287|1542@22253|1543@22280|1544@13643|1545@22441|1546@24653|1547@22577|1549@24091|1548@22342|1551@22884|1552@22414|1553@13808|1554@22442|1555@26167|1556@13634|1557@4134|1559@20833|1558@22472|1560@3648|1561@13867|1562@24063|1565@22695|274@22555|1583@22744|308@22743|1059@20821|1564@22563|1442@21072|1563@22549|1566@24333|1580@24446|1567@22567|1576@22736|1568@24104|1569@22640|1570@22585|1571@24168|1572@22607|1573@22662|1574@22617|1575@22787|1577@22653|1578@23143|1579@22875|1581@22811|1582@24929|1584@22792|1585@26834|1586@22843|1588@22823|1589@22890|1590@22821|1591@22789|1592@22780|1593@24111|1594@22835|1598@22883|1597@22904|1595@22999|1596@23948|1599@22772|1600@22953|1601@23017|1602@22941|1603@22954|1604@24743|1605@26884|1606@24637|1608@22992|1607@22955|1609@23094|1610@23053|1612@24418|1611@24296|1613@23152|1614@23102|1615@22818|1616@25161|1617@23291|1587@23204|1618@23578|1620@23278|1619@24202|1621@23630|1622@25741|1623@26946|1624@23566|1625@23114|1626@25427|1627@14049|1628@23289|1629@23225|1630@23172|1631@23288|1633@23239|1632@25616|1634@23839|1674@24196|1638@23565|1647@24075|1635@23775|1636@23648|1637@23652|1640@23438|1639@23335|1641@26771|1643@26788|1642@23378|1644@24062|1649@24059|1645@23448|1646@24564|1648@15860|1650@23622|1651@23568|1652@23562|1653@24501|1655@23585|1654@23604|1656@24429|1657@23676|1658@23911|1659@24673|1660@23711|1661@23785|1663@25137|1664@24070|1662@23790|1667@16235|1665@23782|1666@23749|1668@25529|1669@24056|1670@23918|1671@23953|1677@23895|1672@23865|1673@24683|1675@24215|1676@26700|1678@23904|1680@24539|1679@23964|1681@25468|1682@24023|1683@24027|1684@24592|1685@16909|1686@26494|1687@24151|1688@26436|951@24240|1689@25684|1692@24342|1690@25955|1691@24188|1693@24181|1694@7174|1695@24794|930@26701|942@24338|962@24341|1076@24310|1020@25042|1158@24339|1708@24791|1700@24479|1696@24416|1697@25304|1698@24559|1714@24912|1699@24544|1701@24468|1703@24538|1702@24488|1704@24861|1705@24724|1706@25004|1711@25332|1707@24898|1723@26959|1717@24788|1746@25284|1709@24702|1710@25040|1712@24749|1737@26448|1713@24980|1726@24972|1718@24899|1716@24875|1715@26280|1719@26454|1728@24970|1720@24863|1722@25686|1721@24976|1725@25442|1724@26509|1727@26440|1729@25005|1730@25032|1731@25039|1732@25144|1733@25088|1734@25395|1735@26974|1736@25131|1738@26957|1747@25579|1739@25250|1743@26962|1740@26164|1741@25432|1742@25353|1744@26066|1745@26141|1749@26529|1748@25998|1750@25791|1751@25379|1752@25503|1753@26935|1754@25864|1755@25619|1756@25497|1761@26012|1762@25625|1760@25632|1759@25929|1757@25731|1763@25681|1764@25813|1765@25784|1766@25808|1767@25868|1768@25902|1769@26347|1770@25805|1771@26059|1772@26752|1773@25980|1774@26663|1775@25965|1776@26385|1777@26305|1779@26165|1758@25589|1780@26034|1781@26128|1778@26110|1783@26087|1782@26209|1784@26285|1785@26338|1786@26111|1787@26205|1788@26185|1789@26387|1790@26508|1791@26791|1792@26221|1793@26220|1794@26377|1795@26288|1796@26604|1797@26446|1799@26382|1798@26676|1800@26688|1801@26870|1802@26378|1803@26848|1804@26401|1806@26564|1808@26578|1805@26603|1807@26750|1810@26904|1812@26721|1811@26715|1809@26890|1814@26685|1815@26881|1813@26675|1816@26679|1817@26952|1818@26737|1819@26846|1820@26822|1821@26867|1822@26786|1823@26937|1825@26968|1827@26954|1824@26941|1826@26978|1828@26960|1829@26976|1830@26980'); INSERT INTO o2_members (uid, username, password, regdate, postnum, email, site, aim, status, location, bio, sig, showemail, timeoffset, icq, avatar, yahoo, customstatus, theme, bday, langfile, tpp, ppp, newsletter, regip, timeformat, msn, dateformat, ignoreu2u, lastvisit, rating, realname, firstname, emailnotify, profileviews, u2upopup, chatpopup, hidden, hidesig, hideavatar, logintime, readtopics) VALUES (19,'ftbass','220603d00e610344581ec51edc2f3bc0',1071051531,433,'breddabasse@hotmail.com','http://ttype.project.free.fr','','Member','Cergy','','http://ttype.project.free.fr','no',1,'','http://ada95000.free.fr/ForumO2/images/avatars/WC3HumanOp1.gif,100,90','','','',284511600,'French',30,25,'yes','81.249.241.226',24,'','dd-mm-yyyy','',1103142979,'','','Julien','no',231,'yes',0,'no','no','no',3600,'6@743|5@3216|11@2985|2@6|4@14362|1@88|9@114|3@37|10@36|8@34|12@120|14@122|15@116|17@115|18@109|13@91|16@119|28@1880|25@1756|34@225|36@304|45@505|42@1488|44@331|24@1844|75@10811|79@723|87@713|77@906|59@1565|89@694|95@739|51@474|29@199|99@1539|124@1286|134@5067|135@1658|106@2973|139@1393|96@4379|158@2582|162@1741|152@1518|138@1378|80@1682|121@1035|166@1702|115@1418|123@1578|157@1534|159@1703|107@952|68@1842|168@1860|176@1999|179@2759|181@2032|35@300|40@258|171@1776|182@2061|183@2575|186@2044|143@1328|63@1318|125@1834|21@3077|178@2058|169@1808|174@1943|187@2085|192@2854|189@2319|193@2168|198@0|199@2209|195@2202|201@2329|208@2922|196@2370|188@2320|204@2363|154@1456|215@2063|213@2473|209@2465|214@2477|205@2414|200@2358|197@2423|222@24350|224@2689|94@851|216@2674|110@2657|221@2676|225@2765|230@2762|229@2746|232@12222|238@2987|163@1624|254@3215|249@3312|252@3833|250@6707|257@706|233@3317|231@2770|258@3396|180@3082|253@3101|281@4821|296@4019|264@4006|276@4740|283@4311|290@5040|269@8108|304@4176|259@3623|271@3622|275@3649|306@4287|320@4430|316@4753|343@6522|338@4891|340@4890|341@4884|337@5837|310@4944|346@4941|326@4800|324@4732|350@5041|351@5049|347@4999|280@5144|354@5087|355@5088|314@4688|155@25128|367@6101|388@5529|387@5613|381@5373|383@6668|380@5407|376@5300|386@5384|379@5317|362@5153|389@5475|394@5506|393@5689|335@5068|336@4858|318@7044|173@1830|288@3941|289@3945|291@4001|297@4453|287@3812|285@4128|308@22669|352@7485|307@4425|286@3917|423@6075|415@6071|427@6781|411@5962|414@5989|409@5792|397@4216|442@6553|434@6324|465@6864|460@6705|435@8815|441@6496|464@4397|277@3730|463@6743|428@6110|466@7083|447@6620|473@6793|483@7181|482@7048|265@3733|246@3251|486@4341|437@4445|292@4020|493@3544|492@7344|497@7372|498@7955|426@8809|489@7363|501@7368|504@7464|510@9453|511@7508|535@8117|530@8055|549@8483|558@8479|522@10613|554@19690|570@8635|567@8757|564@8808|578@20230|580@8922|544@8515|555@8377|548@8813|593@9340|583@9018|579@16806|587@8943|592@9010|576@8912|556@13431|600@9259|601@10851|560@16141|596@9166|599@9212|573@9184|536@8371|513@7670|611@9495|631@14469|619@9748|698@15910|656@11099|701@25891|690@10772|693@11084|703@11211|629@12086|684@10777|704@11157|617@11788|705@11226|662@10563|670@10617|707@11101|616@4729|524@17266|515@7724|643@10209|622@9631|709@13521|699@10989|270@8540|508@7645|636@25765|700@24675|702@11179|710@12750|678@1931|712@11862|716@11450|639@11299|514@11272|711@11504|717@11326|679@10601|718@11359|661@11348|722@11344|721@11712|715@11454|574@18686|398@5839|120@1096|687@10741|203@5249|675@10595|637@17424|725@11495|685@10814|723@11645|730@11525|727@11501|733@11959|724@11416|732@11633|728@11762|731@11531|736@11587|735@11592|621@13953|740@11654|738@11646|741@11643|739@11651|742@11763|737@12120|743@26875|586@22610|744@3900|686@11743|747@11902|749@11920|688@11861|746@12319|750@12540|751@12021|752@5080|761@12692|760@11997|762@11995|726@12049|756@11958|768@13509|758@14922|766@12124|767@12123|764@12119|720@11341|734@11984|754@12103|772@12375|775@2906|561@12456|769@12321|773@12308|770@12373|671@10874|777@6608|776@14533|784@12494|793@12678|795@4863|794@12705|787@20928|785@4046|797@4573|763@4487|757@11963|779@8316|790@13492|778@12459|792@4419|783@6253|774@12335|799@8868|782@12566|791@4112|800@17301|780@4657|788@2994|802@12799|801@6723|789@12844|494@8354|805@12765|806@12793|809@11644|807@12866|812@12770|811@12631|810@12739|577@11766|771@12238|813@12836|677@4861|814@16785|819@12852|818@12872|821@12892|371@5832|822@12795|825@12820|824@12824|820@13025|823@17132|828@12959|827@12890|826@12860|798@6491|803@13306|786@17997|804@6562|527@11711|274@22555|680@13943|829@12954|830@4490|837@14062|835@13190|831@12972|843@13354|839@13086|840@13732|842@20708|836@13024|841@13191|844@13416|838@13032|846@13155|847@13205|850@13364|875@13466|862@13465|865@13506|870@13421|858@25694|873@4217|864@14745|871@25704|867@13401|868@13399|872@13784|877@13530|874@13504|863@13373|859@13349|866@13367|86@725|83@724|132@14103|883@4528|653@17409|815@15112|531@23845|845@13135|695@10909|851@18768|458@9553|860@13323|861@13320|854@13269|856@13255|879@13576|878@13540|880@13574|887@13679|882@13640|881@13647|890@4350|889@13823|855@13627|568@18013|598@9181|646@10762|667@15738|755@12294|833@15215|876@13706|279@17411|891@13708|894@19612|893@13832|895@16832|898@16326|896@13740|899@3934|608@9436|625@9711|478@15326|900@4202|892@13756|849@13294|901@4664|282@20432|449@6550|488@4381|904@5246|905@4886|902@4543|911@5540|906@4850|907@6098|908@4990|914@6635|913@14155|909@4919|912@5326|916@5299|917@5731|918@5543|910@5563|925@6151|924@5847|922@14981|919@5760|927@13955|928@6323|926@6596|869@24087|929@13996|931@6789|921@13922|884@13614|816@13604|930@26701|920@6325|933@14682|937@21318|936@21174|935@17952|934@15443|932@16411|941@6601|940@6490|945@16974|944@15223|950@13897|939@15935|952@13912|955@7298|956@15155|957@23892|954@18025|943@21031|960@13889|961@14024|958@13998|964@20211|947@13760|971@14110|968@14111|969@14106|973@20864|972@14119|977@14299|978@14365|979@14233|951@24240|938@7141|985@14900|984@25375|981@14344|983@14330|980@20932|982@14368|966@14640|987@14421|976@14266|975@14180|942@24338|988@15142|989@15394|43@2001|953@7148|990@14423|994@14578|995@14521|992@14464|998@14667|1000@14834|996@25118|997@14774|1003@25958|1001@14665|1004@14722|885@4792|1007@15019|1008@19042|1009@14838|1010@14980|1011@15240|970@14188|1013@14899|1006@14840|1012@15254|1014@15106|1016@15200|1002@21281|1017@15388|946@6855|591@9084|1019@15091|1022@14968|1023@15381|1021@15052|1018@14962|1025@15032|1026@15024|1024@15413|1027@15082|1030@15160|1028@15330|1015@14898|1029@15111|993@15107|1032@15691|1034@15395|1033@15304|1020@25042|1035@15324|986@14415|1036@15399|1037@16376|974@14393|1039@15927|1044@15409|1046@15554|1047@15844|1043@15422|1042@15418|1040@16094|1048@15733|1055@19428|1053@22398|1054@22199|1060@15619|1061@15615|1050@15607|1052@15546|1063@16187|1062@15767|1057@15593|1066@15695|1067@15800|1071@16414|1068@15720|1073@15732|1079@15862|1078@17407|1065@15657|1072@16054|1080@16215|1081@15842|1085@17368|1077@15864|1097@16443|1086@15875|1087@15888|1098@15969|1093@15956|1076@24310|1069@15820|1041@17884|1101@16405|1095@16801|1089@17497|1090@17186|1106@16317|1103@19243|1100@16295|1096@16045|1091@15953|1051@15737|1105@16048|1104@16047|1094@16023|1107@16081|1108@16098|1120@16276|1117@16274|1116@17330|1119@16231|1111@16261|1122@16268|1124@16260|1123@17210|1102@16358|272@3696|1112@16334|1109@16292|1045@16142|1058@18519|207@15574|1110@16133|1099@16005|1121@16388|1115@16736|1113@16266|1126@16309|1128@17560|1118@16835|1127@16401|1129@16347|1131@16407|1125@18350|1092@16122|1134@16413|1132@16433|1133@16408|1130@16363|1137@16445|1141@16703|1138@18648|1150@16681|1146@17312|1153@16640|1148@16632|1145@16582|1135@16571|1142@16729|1151@16659|1155@16666|1157@16889|1156@16655|1159@16791|1160@16675|1161@16677|1140@16701|1163@16749|1168@16744|1164@25825|1136@17223|1167@16924|1162@17501|1170@17555|1171@16775|1173@17456|1176@17088|1175@18834|1165@16822|1178@21306|1177@16854|1179@16884|1180@16878|1182@17076|1183@16901|1185@17504|1169@17661|1174@16807|1184@19183|1186@16964|1187@17118|1188@22297|315@4727|1189@17847|1190@17763|1191@18233|1192@17819|1194@17452|1193@17131|1195@20142|1197@17306|1196@17986|1199@17391|1198@17135|1200@19955|1201@17595|1203@17237|1204@20154|1205@17276|1206@17524|1207@17380|1208@17455|1158@24339|1210@17506|1209@17760|1213@17579|1214@17453|1215@17663|1212@18544|445@17410|1211@19905|1216@17543|632@18033|1217@17521|1218@17614|1219@21433|602@9171|1220@17599|571@8924|692@4607|1221@17600|1202@17253|1222@17638|676@10608|54@881|645@17829|808@12273|624@9608|607@9314|1223@18275|52@503|1225@17633|1226@23651|1232@17832|1154@17790|1230@17965|1234@17752|1228@26826|1224@17770|1231@17764|1236@17804|1235@17920|1237@17798|1227@17745|424@6117|1238@18218|1239@21592|1241@18004|1240@17839|1243@17871|1242@17960|1244@18010|1229@24556|1233@18008|1245@14151|1246@17903|1247@17979|1249@17991|1248@18112|1250@18149|1251@18018|1258@18165|1257@18065|1252@20664|1256@18591|1253@18610|1181@17203|1259@18034|1261@22756|1254@18050|1260@18505|1262@24109|1263@18228|1264@20156|1265@23826|1267@18277|1270@18336|1269@18253|1271@24596|1268@18271|1274@18264|1273@24931|1275@18274|1277@18612|1276@24430|1272@18403|1278@24359|1280@21410|1279@24323|1281@18413|1283@19717|1282@18420|1284@18376|1266@18232|1285@18804|46@18794|1288@19683|1290@18592|1289@18593|1287@18477|1292@18963|1291@18556|1286@19743|1293@18651|1294@18827|1297@18642|1295@19061|1296@23815|1298@19088|1299@18679|1300@18702|1301@18953|1302@18714|1303@18880|1304@18801|1305@18733|1306@18764|1308@18986|1307@18782|1310@19831|1313@19131|1315@19159|1314@18849|1316@18890|1312@18814|1311@21536|1317@19147|1319@19003|1320@19167|1321@19090|1322@19011|1323@19182|1324@19034|1325@19074|1326@19508|1327@19547|1328@19196|1329@19101|1331@19174|1332@19150|1333@19329|1330@19579|1334@19809|1335@19240|1337@19228|1336@19235|1338@19699|1339@19223|1340@19234|1341@23482|1342@19360|1343@19636|1345@19427|1349@24586|1350@19411|1352@19448|1346@19395|1353@19641|1351@20025|1309@19050|1356@19482|1357@19649|1355@19525|1358@19589|1347@19648|1362@19613|1361@19604|1363@19693|1364@19672|1365@26286|1360@19659|1366@19736|1367@19834|1368@19901|1372@19827|1370@19741|1371@19795|1376@19796|1373@19800|1378@20186|1359@19595|1369@19807|1391@19987|1382@19884|1393@20711|1395@20084|1405@20119|1407@20141|1396@20130|1397@20165|1408@20158|1406@22796|1400@20187|1409@21444|1402@20118|1401@21470|1380@20185|1421@22737|1414@20223|1422@22445|1420@20414|1419@20391|1416@20399|1424@20411|1399@21740|1412@20281|1430@20579|1425@20446|1432@20640|1423@24625|1428@20546|1426@20650|1431@20548|1403@20100|1433@20622|1436@20631|1434@20668|1437@22575|1438@20746|1439@21108|1441@20771|1444@20812|1443@20802|1442@21072|1447@20729|1440@21103|1445@22658|532@21319|1454@21187|1453@21186|1448@24836|1457@21068|1460@23801|1446@21188|897@21609|1387@21121|888@21130|1462@21178|1463@21313|1464@21300|1467@24555|1466@21315|1465@21290|1451@21310|1459@21450|1452@21327|1458@21362|1468@22435|1471@21451|1472@21458|1473@21493|1469@24835|1474@21418|1475@21441|1476@21454|1477@24585|1470@21678|1480@21552|1479@21715|1481@24767|1483@21583|1486@21599|1485@22228|1484@22438|1482@21668|1487@21802|1488@22487|1492@21804|1494@21745|1496@21743|1491@24482|1490@21746|1493@21749|1495@21753|1497@25152|1498@21771|1499@21807|1504@22958|1508@23802|1507@21831|1503@21834|1510@26097|1515@21962|1513@21860|1518@21949|1521@22043|1511@21979|1525@22211|1519@22039|1527@22113|1530@22112|1526@22105|1529@22244|1532@22170|1512@22021|1531@22176|1533@22180|1535@22360|1520@22026|1537@22326|1549@24091|1546@24653|1544@22421|1547@22577|1550@22378|1548@22342|1540@22278|1552@22414|1553@13808|1554@22442|1555@26167|1509@22394|1556@4644|1545@22441|1558@22472|1557@22473|1559@20833|1560@22470|1562@24063|1059@20821|1563@22549|1564@20784|1565@22695|93@1584|1567@22567|1566@24333|1569@22640|1568@24104|1570@22585|1571@22602|1572@22607|1573@22662|1574@22617|1575@22665|1576@22736|1578@23143|1577@22653|1580@24446|1579@22875|1581@22811|1561@13867|1582@24929|1587@23204|1586@22843|1585@26834|1588@22823|1583@22744|1589@22867|1590@22771|1584@22777|1592@22780|1593@24111|1595@22999|1596@23948|1597@22903|1594@22835|1598@22883|1528@22425|1456@21074|1599@22772|1600@22953|1602@22941|1601@23017|1603@22954|1605@26884|1604@24743|1606@24637|1608@22992|1610@23053|1612@24418|1611@24296|1613@23152|1614@23102|1615@22818|1619@24202|1621@23630|1616@25161|1617@23291|1620@23278|1622@25772|446@6575|175@1945|1623@26946|1624@23566|1626@25427|1627@14049|1629@23165|1628@23289|1630@23172|1631@23288|1632@25616|1633@23239|1634@23839|1635@23775|1636@23648|1637@23652|1638@23565|1639@23335|1640@23438|1641@26771|1642@23378|1643@26788|1644@23577|1645@23448|1646@24564|1647@23703|1648@15860|1649@24059|1651@23568|1650@23622|1652@23562|1653@24501|1654@23604|1655@23585|1656@24429|1657@23676|1660@23711|1658@23911|1661@23785|1663@25137|1659@24673|1662@23790|1664@23760|1666@23749|1667@16235|1668@25529|1665@23782|1670@23918|1669@24056|1671@23953|1672@23865|1673@24683|1674@24196|1675@24215|1676@26700|1677@23895|1678@23904|1679@23964|1680@24539|1681@25468|1684@24592|1685@16909|1682@24023|1683@24027|1686@26494|1688@26436|1687@24151|1689@25684|1690@25955|1695@24794|1692@24342|1693@24181|1691@24188|1694@7174|962@24341|1696@24416|1701@24468|1698@24559|1702@24488|1703@24538|1522@24504|1704@24861|1706@25004|1700@24479|1699@24544|1707@24898|1697@25304|1709@24702|1708@24791|1714@24912|1710@25040|1715@26280|1711@25119|1716@24875|1724@24997|1721@24976|1717@24788|1713@24980|1726@24910|1728@24970|1727@26440|1070@24933|1733@25088|1712@24749|1722@24775|1731@25039|1736@25131|1734@25126|1725@25442|1723@26562|1720@24863|1739@25250|1745@25979|1744@26066|1740@26164|1743@26962|1753@26935|1749@26529|1730@25032|1747@25579|1750@25431|1742@25353|1748@25444|1757@25731|1618@23578|1609@23094|1758@25570|1754@25864|1759@25929|1762@25625|1768@25902|1766@25808|1771@26059|1763@25681|1761@26012|1770@25805|1769@25785|1775@25965|1772@26752|1765@25784|1776@26385|1773@25980|1777@25985|170@25653|1778@26022|1779@26027|1767@25868|1780@26034|1781@26061|1764@25813|1784@26109|1788@26185|1791@26791|1796@26604|1790@26508|1789@26387|1787@26205|1782@26209|1801@26862|1797@25133|1803@26848|1737@26448|1795@26288|241@3159|1799@26382|1800@26688|1802@26378|1738@26957|1806@26564|1807@26750|1805@26603|1719@26454|1785@26338|1808@26578|1809@26890|1811@26715|1812@26721|1774@26663|1815@26820|1813@26675|1817@26812|1818@26737|1819@26741|1820@26822|1821@26814|1822@26786|1816@26679|1798@26676|1810@26630|1794@26377|1830@26980|1823@26937|1829@26976|1828@26960|1825@26968|1735@26974|1826@26978|1827@26954|1824@26941'); INSERT INTO o2_members (uid, username, password, regdate, postnum, email, site, aim, status, location, bio, sig, showemail, timeoffset, icq, avatar, yahoo, customstatus, theme, bday, langfile, tpp, ppp, newsletter, regip, timeformat, msn, dateformat, ignoreu2u, lastvisit, rating, realname, firstname, emailnotify, profileviews, u2upopup, chatpopup, hidden, hidesig, hideavatar, logintime, readtopics) VALUES (20,'naos','1f2615bdbd59c2d942011f1a3193a134',1071059375,344,'naos.rules@gmail.com','','','Member','Lyon','','','no',1,'','http://naos69.neuf.fr/avatar.gif,75,90','','','',118191600,'French',30,50,'yes','81.53.203.122',24,'','dd-mm-yyyy','',1103139389,'','','','no',103,'yes',0,'no','no','no',31536000,'6@743|11@2985|3@37|10@36|9@38|5@146|13@82|2@6|4@21371|25@306|24@163|33@230|30@437|29@199|34@225|31@229|40@317|41@177|28@207|36@304|23@197|38@173|45@351|46@18455|22@372|48@443|44@357|42@380|50@395|51@458|21@265|59@620|58@459|57@453|55@451|56@440|63@1072|65@513|62@495|69@765|75@10811|72@924|79@723|77@604|61@478|78@1581|71@591|64@491|60@528|82@643|84@647|87@713|88@664|89@677|85@684|90@686|70@611|93@1279|104@898|99@1051|96@823|102@868|103@874|97@876|100@826|106@893|94@851|68@901|107@900|110@963|109@962|108@983|118@1032|124@1286|122@1322|119@1056|130@1187|128@1132|129@1128|127@1118|126@1069|134@2218|135@1192|136@1182|137@1292|140@1237|139@1200|116@1111|117@1176|121@1035|142@1226|138@1215|133@1184|145@1278|144@1250|143@1255|147@1319|148@1323|161@1592|37@1580|160@1585|195@2162|191@2156|200@2219|155@2215|187@2206|197@2203|199@2209|203@2483|202@2338|194@2339|204@2363|208@2316|209@2465|214@2438|211@2466|190@2486|207@15362|390@5600|369@5304|384@5454|343@5053|391@7681|286@3917|297@5465|285@4186|292@4020|287@3812|277@3730|393@5689|394@5542|379@5521|389@5475|383@5391|378@5662|395@5697|388@5529|123@5693|411@5838|410@5825|409@5792|414@5960|415@5954|413@5935|291@4001|432@6481|431@6140|425@6089|420@5975|423@6146|429@6144|428@6110|419@6238|442@6434|447@6421|434@6418|441@6432|435@6389|456@6544|454@6538|453@6520|457@6543|449@6540|436@6546|458@9553|446@6575|470@6744|468@6736|474@6747|473@6745|463@6743|250@6707|466@6672|465@6800|289@6858|397@4189|464@4397|437@4177|477@7074|427@6781|478@14871|480@7000|179@11018|336@4858|450@7196|490@7193|482@7197|489@7190|483@7181|493@7457|498@7317|497@7430|486@7374|504@11128|509@7951|508@7645|270@8540|269@8108|510@7886|535@8117|548@8407|558@8399|536@8371|513@7670|522@8344|562@8768|514@8426|563@8505|569@8867|551@8393|570@8644|567@8757|554@19690|556@8606|572@8764|566@8676|575@8766|577@11766|576@8780|564@8792|581@8819|582@8849|579@8852|578@8830|584@8886|583@10460|586@22546|589@8957|553@8896|592@9061|580@8994|594@9410|599@9116|561@8979|335@8277|600@9151|603@9191|604@9319|597@9138|608@9436|605@9295|598@9181|568@18013|494@8354|610@9493|612@9356|609@9430|613@10315|476@6921|611@10257|614@9491|615@9509|620@9573|621@13953|625@9670|628@9768|616@9662|617@9574|619@10378|629@10844|633@9800|637@17424|635@9945|631@14469|639@9981|640@10252|643@10209|636@24219|601@9959|648@221|656@11099|654@10296|650@10303|655@10299|644@10294|658@10346|669@10459|653@10448|659@10371|626@10091|665@10538|671@10543|674@10528|664@10551|677@10575|662@10563|688@11104|684@10777|673@10615|689@10765|681@10752|682@10796|693@10862|685@10814|678@10711|695@3540|675@10595|694@10869|698@15910|699@1904|705@11226|701@13622|703@11131|707@11094|708@11160|709@11596|704@11137|686@11743|711@11225|712@10737|700@11217|710@12750|714@11254|719@11333|720@11332|725@11406|733@11573|739@11682|741@11678|737@11679|723@11808|746@11806|742@11792|728@11807|750@12313|761@12001|756@12003|726@11987|754@12013|759@12011|768@12146|743@24816|751@12021|758@14876|232@4704|730@12195|766@12187|770@12373|763@12202|752@12196|765@12330|749@11920|769@12223|772@12320|773@12308|775@2906|779@12457|767@12477|780@12593|778@12459|786@16747|784@12494|781@12461|777@12463|787@20914|788@12543|783@4754|791@2996|560@9359|792@4419|794@4107|795@4863|793@4042|797@4573|798@4113|799@4146|801@6723|804@6562|806@8633|807@12640|818@12932|802@12799|824@12803|813@12786|820@12769|828@12884|821@12883|827@12888|830@12887|814@12927|826@12894|819@12958|832@12946|822@12795|809@11644|850@23965|840@13332|842@20708|858@13329|837@14062|864@12680|871@25704|816@13604|874@13504|868@13399|863@13373|531@7958|815@15112|367@6101|844@13416|898@16313|876@13706|833@15434|899@13852|847@13205|901@13849|900@13839|895@17235|891@13708|872@13784|282@21055|274@13805|308@6431|869@24041|881@13647|878@13540|307@4136|889@13823|907@4896|904@4899|905@4886|906@4850|908@4908|921@7735|920@5754|926@6031|929@6176|930@24614|931@6091|927@6313|924@5847|925@5778|911@5540|918@5543|917@5731|916@5299|932@20272|934@17164|936@21248|951@24240|942@17912|938@20994|933@6872|913@6616|939@15204|944@7400|945@15957|954@6901|943@20788|937@21318|950@6876|962@24341|957@23892|964@14013|968@14111|971@14110|956@14099|955@14030|970@14125|976@14266|961@14024|978@14235|980@14320|982@14306|983@14330|984@14426|981@14313|966@14316|985@14535|975@14180|967@14012|987@14374|988@14401|991@14482|993@14499|990@14486|992@14464|994@14537|883@14041|892@17060|989@14523|1002@21281|1012@14896|1016@14894|1000@14855|1011@15240|1009@14838|1013@14899|1003@25918|1007@15019|1020@18040|1033@15241|1024@15239|1017@15513|1036@15292|1037@16247|1041@17968|1028@15364|1040@15465|1039@15328|1034@15306|1032@15263|1043@15508|1046@15473|1045@15444|1069@17802|1076@24310|1064@15761|1074@15756|1030@15675|1080@15938|1089@16253|1106@16087|1107@16081|1055@19428|1086@15875|1053@22368|1109@16292|1112@16334|1102@16358|1110@16133|1099@16005|1070@24933|1123@16623|1095@16286|1116@16293|1111@16261|1125@18350|1096@16045|1113@16266|1082@15823|1101@16323|1157@16734|1138@18648|1142@16721|1158@20305|1115@16736|1168@16735|1136@16725|1162@17501|1140@16701|1169@17661|1167@16730|524@16722|912@13925|965@16857|1177@16854|1175@17275|1118@16835|1176@16838|1165@16895|1183@16901|1186@16964|1170@17503|1173@16842|1194@17452|1193@17131|1197@17275|1196@17986|1203@17191|1192@17204|1189@17571|1184@19183|1207@17380|823@17132|1208@17455|1210@17342|1199@17216|1190@17214|1090@17186|1209@17760|915@16742|1114@16262|1031@15360|963@17358|1213@17435|1216@17498|1212@17437|445@17410|1214@17453|1191@18015|1224@17770|1219@17981|1188@21863|1211@17823|1252@20664|935@20925|1226@23600|1245@14151|667@18012|974@14393|1238@18077|1233@18008|1223@17985|1271@18294|1263@18167|1241@18004|1248@18112|1251@18018|1264@20114|1249@17991|1274@18264|1267@18277|1265@21595|1239@21592|1273@18285|1258@18165|1277@18361|1270@18307|1282@18366|1256@18362|1284@18376|1085@17368|1260@20269|1285@18386|1289@18481|1287@18477|1283@18465|1290@18563|1292@18482|1294@18575|1295@18634|1298@18629|1297@18636|1058@18519|83@724|1293@18637|1200@19955|1291@18556|1302@18714|1303@18711|1301@18761|1307@18782|1308@18928|1279@24323|1288@19041|1278@26402|1296@19887|1306@18764|1304@18801|1311@21468|1310@19890|1316@18890|1317@19108|1312@18814|1309@18878|1320@18973|1323@19020|1324@19034|1319@19039|1313@19075|1326@19096|1328@19094|1327@19105|1325@19081|894@19612|1330@21540|1332@19150|1321@19090|1333@19244|1334@19170|1315@19159|1331@19174|1336@19219|1335@19240|1338@19239|1337@19231|1339@19223|1342@19326|1340@19343|1343@19371|1344@19351|1346@19395|1347@19393|1345@19423|1348@19409|1349@19407|1353@19469|1357@19555|1360@19591|1358@19589|1376@19778|1374@19777|1385@19920|1383@19974|1378@20123|1390@20110|1389@19989|1381@19885|1372@19860|1391@19971|1386@19956|1394@20029|1395@20027|1392@20016|1396@20030|1388@20026|1398@20042|1365@23473|1368@19901|1397@20072|1405@20115|1403@20100|1204@20066|1408@20158|1409@20915|1380@20185|1414@20223|1280@21379|1415@20274|1418@20268|1419@20391|696@20264|1417@20289|947@20533|1412@20281|839@20232|1400@20213|1420@20338|1423@20696|1426@20436|1428@20563|1416@20399|1406@22363|1402@20118|1434@20652|1436@20631|1433@20622|1375@20639|1429@20700|1438@20746|1437@21136|1054@20671|1422@20575|1352@19448|1444@20823|1445@22574|1440@21111|1442@21072|1399@21740|1443@20912|1446@21179|1448@24836|1450@20936|1453@21186|1460@23801|897@21230|888@21107|1457@21116|1059@21119|1459@21467|1451@20975|1458@21362|1454@21133|1447@20729|1449@21093|1461@21181|1462@21178|1465@21290|1463@21205|1467@21323|1466@21315|1452@21327|532@21319|1468@21357|1472@21381|1470@21397|1471@21448|1473@21493|1469@25153|1474@21418|1475@21431|1477@21532|1476@21590|1482@21563|1480@20991|1484@21539|1485@22228|1483@21583|1486@21566|1478@21517|1507@21938|1515@21937|1501@21958|1508@23802|1520@22026|1518@21981|1504@22958|1487@21802|1522@21993|1517@22025|1500@21920|1505@21854|1509@22000|1523@21997|1512@21999|1455@21131|1456@21074|1524@22006|1525@22038|1519@22048|1529@22244|1530@22097|1527@22085|1526@22079|1492@21955|1533@22135|1532@22111|1535@22360|1528@22338|1536@22213|1540@22278|1537@22206|1539@22242|1541@22252|1543@22280|1531@22176|1548@22342|1546@24653|1544@22294|1547@22293|1503@22015|1549@24091|1550@22370|1551@22884|1404@20183|1545@22319|1552@22390|1553@13808|1554@22381|1562@23500|1555@24561|1561@13867|1565@20863|1564@22551|1566@13907|1567@22548|1568@24104|1570@22585|1569@22562|1577@22629|1574@22617|1575@22620|1573@22626|1576@22628|1580@6154|1581@22685|1604@24743|1612@24418|1611@24296|1619@24202|1616@25161|1621@23630|1605@26884|1623@26946|1614@23056|1587@22936|1608@22992|1613@22985|1606@22947|1615@22818|1578@22942|1599@22772|1609@23094|1618@23578|1624@23123|1627@14049|1628@23260|1630@23172|1620@23278|973@20864|1622@25741|1318@18945|1510@23233|1635@23586|1634@23293|1617@23291|1637@23292|1641@26771|1638@23474|1636@23361|1643@26788|1639@23335|1598@22883|1645@23448|1642@23378|1646@23524|1653@23543|1650@23546|1654@23549|1647@23637|1656@23610|1660@23682|1657@23676|1658@23745|1661@23687|1659@24673|1664@23760|1662@23770|1665@23766|1663@25137|1668@25529|1640@23438|1676@26700|1684@24006|1683@24003|1680@24162|1682@24023|1685@16909|1686@26494|1688@26436|1691@24188|1692@24321|1690@25222|1582@23919|1694@7174|1693@24181|1166@16713|1571@24168|1696@24416|1679@23964|1697@24337|1666@23749|1670@23918|1491@24482|1276@24430|222@24350|1681@25468|1698@24390|1703@24486|1229@24506|1704@24635|1673@24651|1481@24667|1709@24702|1710@24785|1708@24791|1716@24875|1721@24826|1714@24912|1722@25680|1707@24898|1715@25163|1695@24794|1652@23562|1724@24789|1727@26384|1729@25002|996@25058|1732@25144|1497@25152|1717@24788|1739@25250|1741@25411|1711@25332|1740@25525|1746@25284|1745@25260|1747@25499|1625@23114|1734@25395|1750@25412|1749@25678|1756@25497|1755@25492|1743@25495|1753@26800|1744@25531|1757@25731|1742@25353|1758@25589|1761@25627|1760@25603|1585@26834|1765@25784|1164@25790|1774@25853|1759@25869|1772@26752|1773@25851|1777@26305|1778@26010|1780@26034|1781@26102|1783@26080|1786@26105|1789@26387|1788@26119|1790@26508|1769@26308|1801@26520|1794@26306|1784@26285|1797@26446|1804@26401|1796@26277|1791@26250|1800@26407|1795@26288|241@3159|1738@26847|1806@26523|1809@26890|1723@26689|1811@26686|1807@26750|1815@26714|1817@26712|1810@26630|1812@26721|1820@26759|1821@26774|1803@26757|1825@26910|1824@26941|1827@26954|1823@26895|1826@26956|1735@26969|1829@26976'); INSERT INTO o2_members (uid, username, password, regdate, postnum, email, site, aim, status, location, bio, sig, showemail, timeoffset, icq, avatar, yahoo, customstatus, theme, bday, langfile, tpp, ppp, newsletter, regip, timeformat, msn, dateformat, ignoreu2u, lastvisit, rating, realname, firstname, emailnotify, profileviews, u2upopup, chatpopup, hidden, hidesig, hideavatar, logintime, readtopics) VALUES (321,'deltaprime','26f9d9560e640b900cf03ffc167bf2f6',1094393816,22,'poloto@laposte.net','','','Member','limoges','le débutant par excellence 8-)','quand à ces féroces soldats c\\\'est pas pour cafter mais, y font rien qu\\\' a mugir dans nos campagnes!!','yes',1,'','images/avatars/Avatar06.gif','','','',653781600,'French',30,25,'yes','195.93.102.40',24,'','dd-mm-yy','',1098373835,'','Florisse','Paul','no',6,'yes',0,'no','no','no',31536000,'598@9181|1474@21416|155@23242|883@19757|895@18195|371@5832|4@21371|1477@21486|1483@21583|1484@22438|696@20264|1387@21121|1400@20213|1396@20496|531@7958|1478@21517|701@22269|1489@21728|1488@21681|1468@21357|1467@21757|1493@21749|1481@21525|1409@21444|2@6|1476@21596|1448@21535|1204@20154|1497@21758|1515@22010|1537@22326|1524@22017|1560@3648|1550@22384|1562@22691'); INSERT INTO o2_members (uid, username, password, regdate, postnum, email, site, aim, status, location, bio, sig, showemail, timeoffset, icq, avatar, yahoo, customstatus, theme, bday, langfile, tpp, ppp, newsletter, regip, timeformat, msn, dateformat, ignoreu2u, lastvisit, rating, realname, firstname, emailnotify, profileviews, u2upopup, chatpopup, hidden, hidesig, hideavatar, logintime, readtopics) VALUES (22,'meteorman','093f966b4d14b19adf2835e4775e3aee',1071070481,163,'jean-christophe.lernould@wanadoo.fr','','','Member','','','','no',1,'','images/avatars/Avatar09.gif','','','',-3600,'French',30,25,'yes','81.50.110.175',24,'','dd-mm-yyyy','',1103129217,'','','','no',105,'yes',0,'no','no','no',31536000,'9@132|16@374|5@2975|22@170|19@136|21@2135|12@410|20@150|11@2688|18@363|14@122|15@382|3@37|25@1486|27@238|13@189|24@192|26@194|23@197|29@199|6@500|28@1880|30@437|35@300|32@245|33@283|31@140|34@225|4@21371|36@1924|37@1541|39@319|38@407|40@258|41@390|42@1407|44@357|46@18510|47@364|43@367|48@911|49@379|50@402|51@454|52@503|54@881|56@440|57@453|58@467|59@1503|63@1072|65@621|64@491|62@495|67@498|45@505|66@613|68@1442|69@765|70@971|60@528|71@531|73@581|74@580|75@770|72@924|76@648|77@906|78@1525|81@637|82@643|84@647|85@759|83@653|80@655|86@705|79@661|87@710|90@1601|89@694|88@695|91@708|92@889|94@734|93@1394|95@766|96@13965|102@829|99@1522|103@845|105@932|97@973|106@2626|104@936|107@952|108@1001|109@1000|111@997|110@2868|114@975|116@985|113@991|117@1037|124@1046|123@1168|122@1403|127@1074|128@1132|115@1068|120@1096|125@1146|129@1128|130@1135|131@1141|118@1145|119@1148|133@1184|135@1402|138@1378|142@1588|144@1306|146@1353|141@1284|139@1393|143@1303|147@1308|134@2151|145@1379|150@1380|149@1413|151@1415|152@3043|155@26042|154@1456|156@1471|157@1509|160@1585|159@19772|162@1595|166@1675|186@2044|187@2354|184@2177|180@3693|189@2462|179@10852|190@2645|191@2129|195@2357|194@2167|193@2168|200@2358|196@2888|203@2642|185@2409|188@2288|204@7034|207@15574|205@2399|214@2476|209@2465|210@2458|192@2467|211@2468|217@2492|202@2350|206@2365|183@2487|212@2478|213@2473|215@2923|216@2508|221@2676|223@2654|219@2623|224@2689|220@2616|222@24325|225@2713|228@2831|227@2710|226@2729|232@12222|230@2762|231@2770|235@2812|236@2814|234@2818|237@2927|242@2929|229@3136|245@3140|254@3188|252@3175|247@2155|249@3364|246@3152|243@3309|257@3301|258@561|256@240|248@3325|208@3323|233@3317|255@2212|244@3041|53@1706|250@3784|277@3730|280@5012|279@13177|287@3785|286@3783|264@3922|268@3390|267@3440|261@3613|259@3623|271@3622|276@4740|263@3620|262@3647|273@3687|265@3733|295@3908|290@5110|296@3961|298@4115|282@4406|299@4104|281@4114|300@4162|303@4153|307@4425|288@4255|308@22669|318@4424|320@4436|316@4467|333@4667|310@4944|315@4679|313@4673|330@5030|327@4623|328@4736|326@4745|343@6045|325@4902|340@4961|338@4891|297@6879|339@4942|342@4955|344@4974|346@4941|350@5022|337@5744|348@5005|349@5026|352@5043|354@5184|356@5098|359@5138|358@5132|362@5130|361@5129|360@5113|357@5170|353@5141|367@5968|364@5227|368@5226|365@5218|369@5210|372@5261|383@5698|393@5282|394@5606|404@5669|385@5678|405@5696|406@5736|400@5738|395@5748|411@5962|409@5792|408@5780|377@5770|398@5839|415@5936|416@6999|413@5935|414@5932|407@5984|418@5969|420@5975|289@7662|423@6054|428@6110|426@7293|427@7933|397@6103|421@6113|429@6132|434@6324|436@6304|435@6870|442@6521|466@6672|463@6743|475@6838|456@6844|470@6822|459@6826|476@6888|471@6958|478@14871|481@6982|497@7909|489@7305|494@7282|492@7274|488@7685|269@7682|498@7859|525@7943|530@7938|524@16722|527@7904|519@7873|529@7932|521@7913|534@8052|533@8047|516@7977|541@8138|538@8139|542@8258|545@8359|270@8540|554@19690|522@8344|551@8312|552@8334|548@8369|546@8360|556@8472|574@18168|600@9151|594@9148|584@8958|564@8808|549@8801|609@9380|458@9375|608@9357|617@9548|616@9534|611@9511|621@9627|626@9643|627@9644|625@9642|634@10040|637@10431|633@9966|642@10024|646@10298|644@10294|648@10284|653@12248|662@10405|666@10395|632@10409|678@10711|686@24665|578@10718|679@10601|685@10669|583@10616|689@10665|670@10617|629@10844|690@11458|671@10827|667@15509|692@10834|673@10833|504@10858|704@11157|702@11179|700@24675|701@12509|724@11416|723@11481|711@11504|730@11502|727@11501|716@11450|744@17390|728@11785|740@11779|735@11669|769@12258|782@12484|776@12512|779@12457|785@12511|791@3921|780@709|792@2933|797@4573|777@6315|799@8868|800@12842|794@4476|793@4042|809@11644|843@13115|839@20232|841@13058|837@14062|822@12795|825@12820|813@12836|805@12825|835@13161|854@13269|857@13267|853@13257|851@18754|850@13271|863@13373|859@13349|868@13399|867@13401|858@15716|844@13416|870@13421|871@13443|862@13465|875@13466|883@16381|709@13521|531@23845|879@13576|880@13574|816@13604|855@13627|889@13632|887@13679|895@14127|900@13839|830@4465|464@4397|371@25847|909@4919|918@5543|917@5731|915@16742|929@13975|926@6152|944@14292|933@14682|948@6898|945@16357|950@13897|947@13603|954@7323|938@7141|935@6941|934@7375|930@24614|959@7662|960@13889|958@13904|912@13925|964@20211|961@13920|921@13927|786@13928|965@13971|913@12880|977@14186|970@14188|975@14180|973@14176|974@25236|939@15313|968@14111|971@14110|966@14640|892@13756|984@24656|815@14413|997@14584|994@14578|985@14559|842@14558|1001@14665|998@14717|996@14683|922@14952|1000@14855|1006@14840|1016@14894|1008@14889|1009@14838|981@14853|1010@14857|1014@14872|758@14876|1007@14885|1012@14896|1015@14898|1013@14899|833@14953|1018@14959|1003@14946|988@15040|1021@15052|1027@15058|1023@15060|1037@16322|1032@15263|1024@15290|643@10209|1038@20632|1047@15437|1046@15436|1049@15681|1045@16142|1055@17617|1063@16095|1062@15624|1054@15603|1053@16704|1058@15601|1057@15593|1083@15824|1067@15800|175@1945|374@5269|218@811|845@13135|449@6550|444@6393|445@6405|446@6575|1089@16616|803@13306|1097@16443|1098@15969|936@15977|1095@15963|1099@15978|1101@16003|1092@16006|823@16102|898@16105|1106@16317|1103@16112|1107@16081|1112@16152|1114@16155|1102@16151|1109@16132|1119@16218|1116@16216|1123@16378|1122@16243|1120@16242|1121@16239|1115@16228|1124@16260|1100@16284|1134@16436|1133@16415|1132@16412|1131@16407|1127@16401|1126@16309|1125@16422|1136@16435|1137@16445|1145@16544|1142@16539|1139@16536|1138@18648|1144@16581|1143@16529|1140@16611|1141@16671|1146@16583|1151@16606|1147@16602|1162@16743|1150@16681|1159@16679|1161@16677|1160@16675|1155@16666|1156@16655|1154@17723|1153@16640|1167@16752|1164@25825|1170@16758|1168@16744|1186@16964|1169@17045|1176@17088|894@19612|1198@17135|1085@16995|1204@17395|1199@17299|1197@17306|1209@17324|1195@17402|1206@17401|1210@17385|1208@17455|1219@21433|1213@17579|1233@17718|1232@17717|1228@17711|1226@22270|1223@17705|1231@17702|1224@17682|1215@17663|1241@17841|1235@17833|1196@17966|1230@17965|1247@17948|1238@17951|1266@18132|1261@18182|1269@18180|1268@18174|1263@18228|1271@24596|1277@18310|1265@18286|1276@18289|1282@18353|1280@21410|1278@26235|1279@18339|1281@18352|1270@18336|1294@18759|1288@18655|1292@18756|1303@18760|1301@18752|1302@18714|1308@18971|1320@18970|1309@18964|1323@19123|1317@19120|1326@19103|1333@19152|1328@19157|1332@19150|1239@19146|1184@19183|1331@19174|1347@19385|1295@19378|1338@19384|1353@19539|1349@19528|1352@19448|1365@26286|1364@19672|1343@19664|1360@19918|1362@19613|1361@19604|1359@19595|1378@20186|1310@19831|1200@19825|1368@19805|1369@19807|1383@19974|1385@20015|1392@20012|1389@20009|1391@20003|1399@20106|1396@20094|1400@20144|1402@20118|1405@20119|1408@20158|1409@20176|1404@20183|1380@20185|1397@20165|1414@20220|1406@22399|1412@19545|1419@20315|1426@20517|1423@24530|1431@20660|1434@20668|1415@20360|665@10538|1425@20446|1262@20346|1437@22575|1375@20699|1429@20700|1438@20712|943@20703|1439@20743|1296@20752|1436@20661|1440@21103|888@21130|1447@20729|1445@22580|897@21009|1446@21143|1459@21137|1453@21145|1460@23801|1465@21243|1463@21205|937@21228|957@23870|1002@21245|1451@21310|1178@21306|1452@21327|532@21319|1458@21362|1469@24650|1477@21457|1478@21488|1401@21470|1473@21493|1481@24667|1484@21539|1311@21536|1487@21575|1486@21573|1482@21668|1491@24379|1488@21665|1492@21673|1500@21920|1501@21926|1497@25152|1517@21935|1528@22231|1533@22180|1535@22360|1525@22204|1538@22208|1534@22235|1537@22206|1536@22239|1539@22242|1529@22244|1549@23926|1552@22397|1560@22470|1553@13680|1555@26106|1509@3641|1571@22581|1570@22579|1576@22736|1579@22875|1568@22726|1597@22831|1593@22833|1595@22885|1586@22828|1585@26834|1591@22789|1589@22890|1608@22992|1604@23013|1614@23056|1612@24418|1622@25741|1599@22772|1619@23846|1620@22751|1626@25427|1627@23150|1628@23183|1632@25600|1623@26396|1638@23565|1642@23369|1605@26632|1640@23366|1637@23364|1636@23361|1641@26771|1645@23443|1648@23509|1510@25802|1646@23569|1651@23568|1650@23560|1653@24501|1658@23911|1660@23682|1661@23687|1662@23736|1659@23737|1663@25137|1665@23772|1647@23703|1670@23918|1668@25514|1669@23798|1671@23953|1673@23843|1674@24196|1679@23921|1582@24929|1583@22744|1566@13907|1682@24000|1680@14336|1684@24001|1685@24034|1694@7174|1616@25142|1611@24175|1688@25574|1580@17967|962@24330|942@24338|1696@24416|1697@24406|1455@22247|1702@24483|1703@24486|1681@24531|1229@24506|1705@24512|1522@24504|1709@24669|1448@24658|1706@25004|1546@24653|1606@24637|980@20932|1707@24629|1716@24759|1708@24763|1714@24811|1715@26033|1711@25031|1727@26440|1726@24966|1728@24970|1723@26406|1730@25017|1729@25005|1731@25039|1733@25088|1735@25093|1732@25144|1739@25250|1741@25432|1740@25267|1745@26141|1747@25282|1746@25284|1744@25540|743@25221|1742@25246|1750@25381|1690@25376|1743@25349|1076@24310|1755@25604|1756@25497|1753@26800|1757@25584|1759@25580|1758@25573|1761@25636|636@25605|1749@25643|1764@25776|1767@25774|1765@25779|1774@25853|1748@25849|1775@25898|1776@25968|1768@25902|1777@25971|1773@25961|1772@26752|1341@26011|1779@26008|1778@26010|1781@26039|1780@26034|1783@26087|1784@26118|1788@26150|1789@26244|1787@26132|1795@26237|1794@26242|1724@26222|1800@26407|1798@26296|1791@26778|1801@26403|1719@26444|1797@26446|1686@26484|1803@26621|1738@26505|1790@26508|1812@26620|1811@26619|1809@26629|1810@26630|1806@26564|1819@26768|1821@26774|1807@26750|1820@26767|1643@26780|1815@26824|1823@26937|1825@26967'); INSERT INTO o2_members (uid, username, password, regdate, postnum, email, site, aim, status, location, bio, sig, showemail, timeoffset, icq, avatar, yahoo, customstatus, theme, bday, langfile, tpp, ppp, newsletter, regip, timeformat, msn, dateformat, ignoreu2u, lastvisit, rating, realname, firstname, emailnotify, profileviews, u2upopup, chatpopup, hidden, hidesig, hideavatar, logintime, readtopics) VALUES (23,'hattori','50dc0c8c7232522cce179c0142aa19b6',1071078562,36,'hattori_franck@hotmail.com','http://hattori.chez.tiscali.fr/thelastguardian.html','','Member','Caen','','http://hattori.chez.tiscali.fr/thelastguardian.html','no',1,'','http://www.avatarity.com/avatars/1/17/1749.jpg,81,75','','','',199922400,'French',30,25,'yes','213.36.1.82',24,'hattori_franck@hotmail.com','dd-mm-yyyy','',1088015982,'','Duval','Franck','no',21,'yes',0,'no','no','no',900,'2@6|6@67|9@81|46@385|48@381|49@379|41@386|47@364|38@279|37@316|30@286|40@258|33@283|102@868|90@712|70@905|88@695|100@826|95@1044|142@1768|110@970|93@1390|118@1230|143@1328|155@2643|169@1796|158@1803|106@939|68@1794|171@1776|183@2487|185@2037|129@2056|175@1945|184@3799|190@2639|214@2477|219@2637|203@2642|234@2861|227@2832|283@4311|274@3651|284@3928|282@3758|280@3731|277@3730|273@3687|276@3924|294@3913|232@4306|311@4302|337@5632|401@5625|390@5600|392@5628|343@5618|388@5529|701@12034|758@14874|753@11942|556@4306|740@11909|723@11885|702@11179|743@12821|751@12021|750@12540|761@12001|774@12335|786@3080|788@12543|780@12539|765@12465|793@4862|795@4863|777@12592|791@4113|769@2989|794@4260|763@4487|687@11864|787@2837|785@5134|775@2906|797@4573|814@12706|809@11644|802@8295|321@4491|218@811|694@10869|582@8849|551@8393|353@5141|1107@16081|1106@16062|698@15910'); INSERT INTO o2_members (uid, username, password, regdate, postnum, email, site, aim, status, location, bio, sig, showemail, timeoffset, icq, avatar, yahoo, customstatus, theme, bday, langfile, tpp, ppp, newsletter, regip, timeformat, msn, dateformat, ignoreu2u, lastvisit, rating, realname, firstname, emailnotify, profileviews, u2upopup, chatpopup, hidden, hidesig, hideavatar, logintime, readtopics) VALUES (25,'repeatuntil','e55a6d1a4d4c1a9691ad6ed98718fd84',1071093340,171,'repeatuntil@free.fr','http://repeatuntil.free.fr','','Member','Annecy','','[url=http://repeatuntil.free.fr/cod2doc]Cod2Doc[/url] [img]http://repeatuntil.free.fr/cod2doc/files/Cod2Doc.jpg[/img] ','yes',1,'','http://repeatuntil.free.fr/repeatUntil1.jpg,64,64','','','',130546800,'French',30,25,'yes','134.79.88.178',24,'','dd-mm-yyyy','',1103116685,'','','','no',65,'yes',0,'no','no','no',2592000,'15@382|35@236|30@227|36@1893|29@199|27@276|150@1428|138@2081|93@1584|152@2693|149@1382|151@1415|139@1387|25@1756|42@1488|122@1403|154@1435|68@1794|163@1599|162@1701|142@1594|159@19856|161@1592|155@26042|123@5693|158@1564|157@1534|156@1517|90@1601|153@1605|165@2093|135@1658|168@1809|166@1695|171@1721|170@1719|169@1808|53@1706|80@1682|172@1791|173@1830|43@1816|174@1943|175@1849|24@1844|125@1834|21@3308|178@1903|179@10826|176@1899|177@2284|183@2052|181@2032|187@2205|186@2044|185@2262|184@3799|33@2057|2@6|188@2424|182@2080|189@2243|191@3105|193@2475|192@7358|196@2273|194@2233|195@2202|190@2741|197@2228|96@3474|199@2209|200@2227|198@2236|180@3600|201@2295|203@2706|202@2253|207@2375|205@2414|206@2365|209@2439|214@2476|210@2458|211@2468|213@3198|216@2596|212@2478|215@2773|220@2644|221@2699|219@2528|222@2545|110@2868|218@2544|224@2724|106@2711|225@2765|217@2679|226@2681|227@2710|228@2740|229@2893|11@2750|204@2751|230@2882|231@2770|233@3317|235@2812|234@3010|232@3326|236@2814|239@3335|238@2875|240@2867|241@2900|237@2932|245@3016|5@2975|244@3037|243@3033|254@3185|250@6670|208@8273|252@3741|246@3152|257@706|258@3052|248@697|4@8392|253@3362|247@3452|255@2760|265@3513|264@4010|263@3400|259@3559|266@3365|261@3369|270@8247|269@3465|267@3440|251@3439|268@3390|274@13605|75@10811|276@3924|275@3607|272@3596|273@3652|271@3575|134@4991|260@3388|277@3730|278@3790|279@3742|262@3647|280@4264|288@4266|285@3599|287@8092|286@7470|282@14057|284@3957|281@3987|283@3807|290@4978|289@3552|292@4284|293@3899|295@3908|294@3913|291@6145|296@3916|297@3624|299@4005|300@4185|304@4176|303@4173|301@4277|302@4288|308@6431|306@4287|311@4291|310@4293|309@4253|312@4275|307@4234|313@6058|320@4485|315@4484|314@4477|331@4712|330@5072|336@4858|347@4993|343@6522|344@4974|335@4971|345@4970|340@4961|342@4955|338@4891|337@5634|333@4827|326@4800|94@4785|352@3632|359@5109|357@5108|358@5103|355@5094|362@5124|361@5122|367@5541|366@5199|365@5202|376@5684|363@5205|389@5475|397@6086|401@5680|394@5611|396@5659|405@5727|404@5669|408@5780|400@5750|403@5660|409@5787|410@5825|411@5853|383@6668|407@6049|414@5925|412@5864|415@6071|416@6524|419@6087|418@5969|420@5975|425@6089|421@6044|423@6069|426@7342|422@6072|427@6084|432@6481|431@6140|430@6139|428@6110|449@6528|454@6525|435@6932|442@7081|453@6520|447@6620|451@6504|452@6497|441@6496|450@6486|439@6468|448@6455|438@6453|443@6427|434@6418|437@7071|436@8142|440@6352|460@6669|466@6665|465@6800|464@4397|467@6650|461@6634|463@6627|459@6865|458@9480|475@6838|470@6787|471@6958|476@6874|477@6856|469@6786|478@6945|456@6944|474@6918|482@7023|480@7022|483@7106|487@7107|484@7079|485@7078|508@7645|505@3578|493@3544|504@3543|494@7454|502@8963|497@8174|78@7427|486@7374|492@7344|515@7724|514@8215|510@7619|506@7625|516@7733|512@7732|519@7731|501@7727|517@7705|518@7701|488@7685|511@7674|513@7670|522@7946|525@7943|530@8055|524@7945|528@7942|526@7980|535@8096|533@8298|532@8110|536@8105|547@8222|545@8216|546@8370|542@8275|543@8167|549@8761|550@8512|548@8415|554@10038|555@8377|558@8988|556@8429|553@8427|557@8420|552@8334|562@8683|564@8728|561@8979|563@8520|560@9270|575@8763|573@8842|567@8757|571@8924|572@8764|574@18168|568@12064|569@8867|570@8681|579@8987|583@10616|588@9015|586@8961|581@8960|584@8958|589@8957|590@4629|587@8943|580@8937|576@8912|578@8874|582@8849|591@9084|594@9219|604@9231|601@9168|600@9259|608@9296|605@9297|607@9293|616@4598|611@261|612@9490|621@13953|625@9612|624@9608|622@9581|617@9574|614@9491|632@7365|628@9837|629@12199|619@10378|627@9755|597@9679|636@11228|635@9984|639@9981|631@9980|634@10256|637@9976|633@9966|638@9957|620@10116|643@10209|640@10113|626@10091|661@7396|660@10375|659@10371|658@10367|644@10355|652@10351|656@10329|646@10324|655@10299|648@10284|371@12225|683@10726|682@10618|673@10833|681@10752|671@10610|679@10601|667@10572|662@10563|666@10395|686@10835|692@4607|690@11378|691@10818|685@10814|687@10804|684@10777|689@10765|680@10686|694@10869|696@20264|699@1904|698@1935|693@1939|701@24319|703@11079|700@11059|707@11101|711@11251|713@11233|715@11253|714@11254|708@11244|705@11226|712@10737|709@10751|717@11326|727@11432|723@11424|724@11416|721@11712|739@11709|742@11704|741@11695|734@11681|743@26799|761@12065|750@12053|737@12043|758@12039|760@12033|751@12021|756@12003|755@12000|762@11995|744@11804|764@12190|769@12223|771@12238|653@10448|768@13509|770@12219|763@12202|752@12196|776@14437|772@12399|777@12401|775@2906|774@12335|787@3430|794@3429|793@3322|786@3080|791@4615|788@2994|792@13598|780@709|790@13324|782@12566|779@12565|781@12461|767@12478|799@8868|812@12770|837@13013|830@12968|833@14455|802@12799|843@13115|835@13114|842@13577|841@13182|850@21954|844@13339|854@13269|847@13205|859@13349|858@13329|849@13294|869@4223|870@13421|816@13604|873@4217|881@13647|884@13614|879@13576|876@13706|531@7958|883@4246|892@13756|890@13731|901@4625|895@16824|898@4254|860@4239|905@4564|902@4543|912@7287|913@5310|907@5827|918@5543|927@5843|921@7735|925@5778|917@5731|904@5246|933@6603|931@6578|929@6526|939@14040|932@6330|934@14302|935@6338|936@21275|937@19654|938@6409|942@6493|930@6530|943@21603|945@14066|955@7298|953@7148|944@7116|959@7662|951@14060|968@14053|974@25333|965@14004|984@24693|966@14431|988@14401|979@14233|1095@15986|1100@15979|1039@15927|1063@16187|1055@16258|1054@22199|1066@15695|1123@16291|1037@16281|1112@16256|1121@16239|1118@16345|1045@16142|1106@16117|1128@16391|1139@16789|1137@16445|1134@16436|1053@22368|1173@16831|1176@16874|1167@16805|1146@17267|1164@16793|1155@16766|1168@16744|1142@16729|1143@16529|1169@16925|1181@16918|1182@16887|1162@16998|1189@16996|1190@16995|1188@22297|957@16949|1020@25042|1199@17272|1204@20066|1206@17524|1207@17310|1175@18767|1116@17330|1214@17453|1051@17509|1269@18253|1271@24596|1272@18235|1248@18112|1230@17965|1223@18275|1280@21379|1278@26402|1303@18760|1285@18652|1306@18764|1292@18756|1317@18889|1308@18979|1320@19102|1239@18976|1326@19103|1325@19081|1323@19182|1318@18945|1342@19324|1333@19317|1341@23273|1338@19272|1219@21433|1103@19243|1335@19505|1296@23796|1368@19711|1367@19710|1365@23206|1324@19600|1288@19683|1343@19664|1331@19174|609@9430|1360@19918|1384@19913|1211@19905|1380@20185|1241@19875|1374@19847|1375@20699|1349@19815|1399@20092|1372@19860|1394@20029|1396@20094|1404@20143|1409@20303|1410@20184|1252@20664|1422@22445|1429@20700|1425@20446|1468@22435|1203@17237|897@21733|1472@21389|1458@21362|1459@21401|1453@21186|1448@21535|1487@21802|1491@24482|1489@21638|1488@21772|1490@21635|1485@21565|1475@21705|1493@21685|1514@21925|1501@21958|1516@21913|1508@22443|1522@21987|1512@21986|1521@21983|1511@21979|1520@21978|1265@23222|1525@22037|1524@22017|1529@22244|1530@22127|1531@22128|1526@22133|1406@22150|1534@22246|1538@22205|1537@22202|1539@22242|1540@22240|1536@22239|1528@22231|1543@22279|1261@22274|1178@21306|1541@22272|1226@22270|1549@24091|1546@22321|1545@22441|1552@22369|1544@13643|1551@22488|1550@22384|1554@22442|1548@22342|1561@13867|1570@22573|1568@22570|1562@23316|1567@22567|1555@22817|1569@22640|1227@17745|1563@22549|1565@22695|1559@20833|1579@22804|1580@22666|1576@22736|1578@23143|1577@22653|1442@21072|1596@22834|1597@22831|1595@22849|1588@22823|1590@22821|1592@22780|1421@22737|1594@22835|1604@23099|1623@24236|1622@23055|1615@22818|1599@22772|1620@22751|1619@23212|1609@23094|1617@23291|1621@23091|1593@23090|1611@24296|1605@26515|1504@22958|1627@23254|1628@23219|1624@23203|1631@23159|1635@23294|1637@23301|1636@23286|1640@23438|1654@23549|1646@23548|1650@23546|1652@23545|1644@23535|1648@23509|1638@23474|1670@23804|1668@25529|1460@23801|1662@23790|1656@23788|1658@23786|1661@23785|1663@25137|1665@23782|1566@23660|1673@23843|1616@24329|1688@26436|1690@25900|1423@24560|1698@24559|1706@24657|1705@24550|1704@24552|1703@24538|1701@24468|1481@24723|1723@26803|1731@25039|1732@25055|1725@25154|1733@25088|1736@25131|1711@25135|1739@25250|1727@25059|1743@26932|1740@25280|1741@25268|1750@25378|1759@25639|1749@25643|1761@25636|1632@25616|1754@25864|1748@25998|1722@25414|1765@25784|1771@26059|1641@26771|1776@26018|1779@26021|1781@26038|1780@26034|1778@26079|1744@26066|1783@26087|1788@26185|1791@26198|1784@26195|1789@26199|1790@26508|1738@26847|1801@26870|1804@26401|1802@26378|1794@26377|1812@26721|1809@26645|1813@26641|1810@26630|1753@26800|1643@26788|1819@26768|1822@26786|1821@26774|1807@26750|1828@26953|1826@26949|1827@26947|1824@26941|1825@26934|1815@26881|1803@26848|1811@26715'); INSERT INTO o2_members (uid, username, password, regdate, postnum, email, site, aim, status, location, bio, sig, showemail, timeoffset, icq, avatar, yahoo, customstatus, theme, bday, langfile, tpp, ppp, newsletter, regip, timeformat, msn, dateformat, ignoreu2u, lastvisit, rating, realname, firstname, emailnotify, profileviews, u2upopup, chatpopup, hidden, hidesig, hideavatar, logintime, readtopics) VALUES (27,'mangatome','595081955b5f6f3a11d1464c158ffe64',1071160123,1996,'mangatome@fr.st','http://www.cybisoft.fr.st','','Member','juste devant mon pc.','Hello there!\r\nMon chtit pseudo c\\\'est mangatome (ou alors cybibi comme vous voulez).\r\nJe programme depuis l\\\'age de 7 ans (en sachant que j\\\'en ai 16) et je code en blitz depuis environ 1an.\r\nVoila voila...','http://www.cybisoft.fr.st -> Mes jeux, mods, utilitaires en Blitz et autres languages !!! :)\r\nhttp://www.codersource-fr.net -> nouvelle version!','no',1,'','http://www.freegaia.com/avatars/avatars/3532.gif,76,79','','','',591404400,'French',30,25,'yes','195.93.73.17',24,'','dd-mm-yyyy','',1103132935,'','','','no',332,'yes',0,'no','no','no',900,'1@88|2@6|3@37|4@26107|5@3216|6@743|7@4868|8@34|9@172|10@36|12@5491|11@2985|13@275|15@382|14@122|16@374|17@115|18@363|20@150|21@3370|19@155|22@372|29@199|23@197|24@1844|25@1756|26@194|27@1967|28@1880|45@505|31@341|30@437|32@264|36@1924|34@225|35@300|46@18794|38@407|37@1580|39@319|40@258|41@390|42@1488|44@357|43@2001|51@474|52@503|47@364|48@911|50@402|49@379|55@814|53@1706|54@881|56@440|57@453|58@467|59@1565|60@528|61@478|62@495|63@1318|64@491|65@621|66@613|67@1840|68@1842|69@765|70@1011|71@591|72@924|73@662|74@580|75@10811|76@648|77@906|78@7427|80@1682|79@723|81@637|86@21027|82@836|83@724|84@647|85@759|87@713|88@695|89@854|90@1601|91@708|95@1044|92@889|93@1584|96@13965|98@857|97@973|106@2973|99@1539|100@826|101@870|102@868|103@874|104@936|105@932|107@952|108@1001|109@1000|114@975|110@2868|111@1006|112@949|113@991|115@1418|116@1111|117@1176|121@1035|118@1230|119@1148|120@1096|122@1403|123@5693|124@1286|125@1834|126@1069|127@1835|128@1155|129@2056|132@14103|130@1187|131@1141|137@1294|133@1184|134@5067|135@1913|136@1196|139@1393|138@2081|140@1297|141@1284|142@1768|143@1328|144@1306|147@1319|145@1536|146@1358|167@1821|148@1326|150@1428|149@1413|155@26042|151@1543|152@3043|157@1534|153@1605|154@1456|156@1983|159@19940|158@2582|160@1711|161@4510|162@1741|163@1624|164@1665|165@2093|166@1702|169@1808|168@1860|170@25653|171@1776|173@1830|172@1817|174@1943|177@2330|178@2058|175@1945|176@1999|201@2329|181@2032|182@2080|183@2575|189@2462|185@2429|186@2044|188@2424|187@2354|208@8613|190@2830|258@3396|192@7358|193@2536|194@2339|196@2888|195@2357|197@2423|198@2237|199@2209|200@2358|204@7034|202@2350|203@5249|205@2414|207@15574|206@2365|209@2465|212@2594|213@3198|210@2458|211@2584|214@2535|215@2063|216@2674|217@2679|219@2652|218@811|220@2644|221@2699|222@24350|267@3440|223@2675|228@3003|224@2724|227@3156|225@2765|226@2796|230@2882|229@3136|231@2770|234@3010|233@3317|796@6241|235@2812|236@2814|242@2983|237@2932|238@2987|239@3639|184@3799|240@2972|241@3159|243@3309|244@3041|245@3209|257@706|246@3251|247@3475|252@3833|248@697|191@3105|250@8072|251@3439|249@3364|254@3215|255@2760|256@240|301@4277|180@3693|253@3405|259@3623|260@3388|261@3613|262@3647|263@3620|264@4032|265@3733|266@3564|268@3390|271@4637|269@8200|510@9453|275@3649|272@3696|273@3687|288@4332|277@7463|276@4740|278@3824|270@8540|509@7951|279@17411|280@5144|281@4821|303@4173|283@4311|290@5110|284@3957|282@21055|352@7797|293@4040|296@4019|294@4486|295@3908|298@4282|306@4287|299@4104|300@4324|302@4924|304@4176|305@4322|309@4767|310@4944|311@4302|312@4275|313@6058|318@7044|314@4688|315@4727|316@4753|317@4372|319@4475|320@4526|321@4491|322@4603|323@4515|324@4732|325@4947|326@4800|327@4623|328@4736|330@5497|331@4712|332@4633|334@4752|335@8277|94@4785|329@4787|333@4827|336@4858|339@4942|337@5837|338@5019|340@5059|341@4884|342@4955|343@6522|344@4974|345@4970|346@4941|347@4999|33@10339|351@5049|348@5005|353@5141|349@5069|350@5041|389@5475|426@8809|354@5184|355@5273|356@5574|357@5232|358@5438|359@5263|360@5113|361@5129|362@5153|364@5227|363@5205|365@5315|366@5267|391@7681|368@5226|369@5304|370@5257|376@5742|372@5261|373@5274|374@5269|375@5272|377@5770|378@5662|379@5604|394@5691|380@5347|381@5339|382@5346|383@6668|384@5661|385@5678|386@5384|387@5613|390@5600|388@5529|367@6101|392@5628|393@5689|407@6049|395@5798|396@5659|398@5839|399@5647|400@5750|401@5680|406@5878|402@5655|403@5660|404@5669|405@5727|412@5864|408@5780|409@5792|410@5871|411@5962|421@6147|413@5935|414@5989|415@6071|416@6999|417@5940|454@6538|418@5969|419@6238|420@5975|427@7933|422@6072|423@6166|424@6117|425@6089|287@8092|428@6110|429@6144|430@6212|431@6327|432@6481|433@6321|434@6418|435@8815|436@8142|289@3945|438@6453|439@6468|440@7366|441@6496|442@7533|443@6427|444@6393|445@17410|446@6575|447@6620|448@6455|452@6497|450@7196|449@6550|451@6504|455@6531|453@6520|456@6996|457@6631|458@9553|459@6956|460@6705|461@6634|462@6605|463@6743|468@6736|465@6864|466@7083|467@7308|480@7890|469@6786|470@6822|471@6958|472@6727|473@6793|474@7204|475@7254|476@6921|477@7074|479@6950|486@4341|481@6982|482@7202|483@7303|484@7079|485@7078|487@7452|489@7744|490@7198|491@7199|492@7344|493@3544|494@8354|495@7432|496@10727|497@8174|505@3578|498@7955|499@7385|500@7426|501@7796|502@9440|503@7354|507@7458|511@7674|506@7950|508@7645|512@8118|513@7670|514@11301|515@7724|521@7913|516@7977|517@7761|518@7701|519@7873|520@7845|522@10613|523@7843|524@17266|528@8029|525@7943|526@7980|527@11711|531@23845|533@8348|529@8015|530@8055|532@20948|538@8161|534@8191|535@8357|536@8371|537@8079|539@8238|540@8134|541@8253|542@8563|543@8167|544@8515|547@8350|545@8359|546@8370|549@8801|548@8813|555@8377|552@8334|550@8971|551@8393|553@8896|558@9068|557@8779|554@19690|556@13497|560@16141|559@8765|561@12456|573@9184|566@8676|562@8768|565@8585|563@8520|564@8808|570@8681|567@8757|597@9679|569@8867|568@18013|571@8924|575@8818|572@8764|576@8912|574@18686|577@11766|578@20230|579@16806|580@8994|581@8960|582@8849|583@10616|584@8958|591@9084|585@8923|586@22610|587@8943|588@9015|596@9256|589@9054|590@4629|592@9061|593@10092|594@9961|595@9025|598@9181|599@9212|600@9259|601@10851|602@9171|603@9315|604@9319|605@9297|606@9303|607@9314|608@9436|609@9430|610@9493|612@9490|617@11788|611@261|613@10315|618@10328|614@9761|615@2038|616@4729|629@12639|619@10378|620@10124|621@13953|622@9631|623@9766|628@9837|624@9608|625@9711|626@10468|627@9755|630@9743|634@10256|632@18033|631@14469|633@9966|635@10194|636@25765|637@17424|638@10029|639@11299|640@10293|644@10541|641@10139|646@10762|642@10024|643@10209|645@17829|647@273|648@10284|371@25981|813@12836|649@10336|650@10447|651@10341|652@10429|653@17409|654@10296|657@10348|655@10299|656@11099|658@10367|659@10371|667@18012|660@10375|661@11348|662@10563|663@10425|664@10702|665@10538|666@10395|668@10533|669@10477|670@10617|671@10874|672@10475|697@10979|673@10833|682@10907|674@10528|675@10595|676@10608|742@11792|677@4861|680@13943|678@1931|679@10601|681@10752|683@10726|691@10818|684@10777|685@10814|686@24665|687@11864|767@12478|688@11861|689@10765|702@11179|690@11512|692@4607|693@11084|179@11018|694@10869|696@20264|695@3540|698@15910|699@10989|504@11292|700@24675|701@25891|705@11226|703@11211|704@11157|711@11504|707@11185|706@11122|745@11802|708@11244|710@12750|709@13521|728@11845|712@11862|713@11233|714@11254|715@11454|764@12345|724@11416|716@11450|717@11326|718@11359|720@11341|719@11524|721@11754|722@11376|723@11885|725@11495|726@12049|727@11501|729@11480|743@26875|850@23965|730@12195|731@11753|732@11633|733@11959|734@11984|735@11669|736@11639|749@11920|737@12120|738@11646|739@11709|740@11909|741@11695|744@17390|746@12319|747@11918|750@12540|748@11814|751@12021|752@5080|753@11942|754@12103|755@12294|757@11963|756@12003|758@14922|759@12011|760@12033|761@12692|762@11995|766@12352|772@12399|763@4487|765@12465|768@13509|769@2989|775@2906|770@12373|771@12238|773@12308|774@12335|779@12813|776@14555|777@6608|778@12459|800@17301|780@13532|788@2994|781@12461|232@12703|782@12566|784@12494|783@4754|785@4046|786@25764|787@20928|793@12678|789@12844|790@13492|810@12739|805@12825|792@18509|798@6491|794@12705|791@8859|795@4863|797@4573|801@6723|802@12799|803@13306|804@13233|814@16785|799@8868|806@12793|807@12866|808@12273|809@11644|811@12631|812@12770|817@12696|818@12932|821@12892|819@13008|822@12795|820@13025|823@17132|824@12824|825@12820|827@12988|826@12901|828@12959|829@12954|285@4591|831@12972|832@12946|833@15434|834@13116|835@13254|836@13024|837@14062|838@13032|839@20232|840@13732|841@13245|843@13354|842@20708|849@13294|844@13416|845@13135|846@13155|847@13205|848@14456|852@13226|851@25658|853@4609|854@13269|855@13627|856@13255|857@13474|858@25694|859@13349|861@13320|860@4239|862@13465|863@13373|864@14745|865@13506|866@13367|867@13401|868@13399|874@13504|869@24087|870@13421|871@25704|872@13784|873@4217|875@13466|876@13706|877@13530|883@24638|815@15112|816@13604|879@13576|878@13542|880@13574|881@13647|882@13640|885@4792|884@13614|886@13859|887@13679|890@4350|895@18195|889@13823|891@13708|892@17060|893@13832|894@19612|286@3917|897@21733|896@13740|898@16326|899@3934|901@4664|900@4202|291@4001|297@4453|292@5417|307@4425|397@4216|437@4445|464@4397|478@15326|902@14072|488@4381|830@4490|903@6623|904@5246|911@5540|993@15107|906@4850|905@4886|910@5563|907@6098|908@4990|909@4919|943@21603|913@14155|912@13925|915@16742|914@6986|916@5299|917@5731|918@5543|919@5760|920@6325|921@13927|922@14981|923@14126|924@5847|927@13955|925@6151|926@6596|928@13930|929@14064|931@6789|932@20272|933@14776|934@17164|935@20925|936@21275|937@21318|938@21026|939@15935|940@6490|941@6601|944@15223|945@16974|956@15155|946@6855|948@6898|984@26383|947@13760|949@8050|955@14030|950@13897|952@13912|953@7148|963@17811|987@14421|957@23892|958@13998|959@14519|960@13889|961@14024|964@20211|965@16857|966@14640|967@14012|968@14111|969@14106|971@14110|970@14188|985@14900|974@25397|972@14119|973@20864|975@14180|978@14365|976@14266|977@14299|979@14233|989@15394|980@20932|981@14853|986@14415|982@14368|983@14330|990@15726|988@15142|991@14778|992@14464|994@14578|995@14525|1012@15254|1038@20766|996@25281|997@14774|999@14628|998@14717|1000@14855|1001@14665|1004@14742|1002@21281|1003@25958|1005@14772|1006@14840|1018@15096|1007@15019|1008@19042|1009@14838|1010@14980|1011@15240|1013@14899|1014@15106|1015@14898|1016@15200|1017@15552|1019@15091|1021@15052|1022@14968|1023@15381|1026@15024|1024@15413|1028@15493|1025@15032|1027@15082|1032@15691|1029@15684|1030@15675|1031@15360|1036@15852|1033@15304|1034@15395|1035@15324|1037@16376|1039@15927|1040@16166|1044@15530|1041@17968|1042@15418|1043@15508|1045@16142|1046@15587|1048@15733|1047@15844|1053@22398|1050@15607|1049@15681|1051@17554|1055@19428|1052@15546|1064@15779|1054@22199|1056@15563|1146@17312|1058@18519|1057@15593|888@21130|1060@15891|1061@15615|1062@16159|1063@16187|1067@15800|1092@16122|1065@15657|1066@15695|1068@15720|1069@17802|1070@24933|1071@16414|1072@16054|1073@15732|1074@15813|1077@15897|1075@15825|1088@15894|1078@17407|1079@15862|1082@15823|1080@16215|1081@15842|1083@15856|1084@15839|1085@17368|1086@15875|1087@15888|1089@17497|1090@17186|1091@16175|1093@15956|1094@16023|1095@16801|1096@16045|1097@16443|1098@16193|1099@16005|1100@16295|1102@16358|1101@16405|1103@19243|1104@16047|1105@16048|1106@16317|1107@16081|1108@16098|1123@17210|1109@16292|1110@16133|1111@16261|1112@16334|1113@16266|1114@16262|1115@16736|1116@17330|1117@16274|1118@16835|1119@16231|1120@16276|1122@16268|1121@16388|1124@16260|1136@17223|1125@18350|1126@16309|1127@16401|1128@17560|1129@16808|1131@16407|1130@16363|1132@16433|1133@16415|1134@16436|1135@16571|1138@18648|1137@16445|1139@16789|1140@16701|1141@16703|1142@16729|1143@16529|1144@16581|1145@16582|1148@16790|1147@16602|1149@16603|1150@16681|1151@16659|1152@18806|1153@16640|1154@17790|1155@16766|1156@16655|1157@16889|1159@16791|1173@17456|1160@16675|1161@16677|1187@17118|1186@16964|1163@16749|1169@17661|1164@25825|1165@16895|1166@16713|1167@16924|1179@16884|1168@16744|1171@16775|1170@17555|1172@16879|1182@17076|1174@16807|1176@17088|1193@17131|1177@16854|1178@21306|1180@16878|1181@17203|1196@17986|1183@16901|1184@19183|1188@22297|1185@17504|1162@17501|1202@17253|1189@17847|1192@17819|1191@18233|1254@18148|1212@18544|954@18025|1194@17452|1195@20142|1197@17306|1265@23826|1190@17763|1201@17595|1198@17135|1199@17391|1200@19955|1204@20154|1203@17237|1205@17276|1206@17524|1207@17380|1208@17455|1242@17960|1175@18834|1209@17760|1234@17752|1210@17506|1218@17614|1211@19905|1213@17579|1214@17453|1215@17663|1272@18403|1221@17600|1216@17543|1217@17521|1219@21433|1220@17599|1222@17638|1223@18275|1224@17770|1225@17633|1226@23651|1227@17745|1228@26826|1229@25103|1230@17965|1231@17764|1232@17832|1235@17920|1233@18008|1299@18679|1236@17804|1237@17798|1238@18218|1239@21592|1240@17839|1241@19875|1243@17871|1244@18010|1245@14151|1246@17903|1251@18018|1247@17979|1248@18112|1249@17991|1250@18149|1252@20664|1253@18610|1255@14424|1256@18591|1257@18065|1258@18165|1259@18034|1260@20269|1261@22756|1262@24109|1263@18228|1264@20203|1266@18232|1267@18277|1268@18271|1269@18253|1270@18336|1271@24596|1273@24931|1274@18264|1275@18274|1276@24430|1286@19743|1277@18612|1278@26970|1279@24323|1280@21410|1281@18413|1302@18714|1282@18420|1283@19826|1287@18477|1284@18376|1296@23815|1285@18804|1370@19741|1288@19683|1310@19890|1289@18593|1290@18592|1291@18556|1292@18963|1293@18651|1294@18827|1297@18642|1295@19526|1325@19081|1298@19093|1300@18702|1347@20163|1312@18814|1301@18953|1303@18909|1306@18764|1304@18801|1305@18733|1308@19022|1307@18782|1316@18961|1309@19050|1311@21546|1313@19131|1319@19039|1314@18849|1315@19159|1317@19147|1318@18945|1361@19817|1320@19819|1328@19196|1321@19090|1323@19182|1322@19011|1324@19600|1326@19508|1327@19547|1329@19101|1330@21540|1331@19174|1332@19150|1334@19809|1333@19329|1335@19505|1336@19383|1337@19938|1339@19818|1338@19699|1340@19343|1341@26011|1342@19360|1349@24586|1343@19664|1346@20000|1344@19356|1345@19427|1348@19409|1350@19411|1351@20025|1352@19448|1353@19641|1354@19454|1355@19525|1356@19607|1357@20434|1358@19589|1427@20641|1363@19814|1359@19595|1360@20006|1367@20162|1362@19613|1364@19672|1365@26286|1366@19736|1368@19901|1369@19807|1371@19795|1372@19860|1373@19843|1374@19847|1375@20699|1376@19796|1377@20002|1378@20227|1447@20729|1379@19852|1440@21111|1384@19964|1380@20185|1381@19885|1382@19884|1383@19974|1385@20015|1386@19956|1387@21121|1399@21740|1388@20026|1390@20110|1389@20182|1392@20333|1391@20003|1397@20294|1393@20711|1394@20029|1395@20084|1396@20496|1398@20042|1400@20213|1401@21470|1402@20118|1403@20100|1404@20183|1405@20119|1406@22796|1407@20141|1408@20158|1409@21444|1410@20184|1411@20206|1412@20281|1413@20219|1414@20223|1415@20360|1416@20399|1417@20361|1418@20268|1420@20503|1419@20528|1421@22737|1422@22445|1423@24625|1424@20531|1425@20446|1426@20650|1432@20640|1428@20873|1429@20985|1430@20579|1439@21108|1431@20660|1434@20668|1433@20622|1437@22575|1435@20617|1436@20661|1438@20746|1446@21188|1441@20851|1443@20912|1444@21046|1445@22658|1449@21093|1450@21036|1451@21310|1452@21327|1453@21186|1454@21187|1455@22247|1460@23801|1456@21074|1457@21120|1458@21362|1459@21492|1461@21181|1462@21178|1463@21313|1464@21482|1465@21290|1466@21315|1467@24555|1468@22435|1469@25153|1470@21678|1471@21451|1472@21511|1476@21596|1473@21493|1474@21418|1475@21705|1487@21802|1477@24585|1478@21517|1479@21715|1480@21581|1448@24836|1481@24767|1482@21712|1483@21583|1484@22438|1485@22228|1497@25152|1486@21599|1488@22487|1489@21728|1494@21884|1490@21746|1491@24482|1492@21955|1493@21873|1495@21825|1499@21853|1498@21877|1496@22055|1500@21920|1501@21958|1502@21843|1506@21827|1503@22015|1504@22958|1505@22023|1507@21950|1508@23802|1509@3641|1513@21860|1511@21979|1512@25065|1514@21971|1510@26097|1517@22145|1515@22010|1516@21961|1518@22004|1519@22078|1520@22026|1521@22043|1522@24504|1523@22057|1524@22017|1526@22134|1525@22249|1527@22113|1528@22425|1529@22244|1530@22127|1531@22176|1532@22170|1533@22180|1534@22246|1535@22360|1536@22259|1537@22326|1538@22208|1539@22242|1540@22278|1550@22384|1541@22287|1542@22253|1543@22280|1544@13643|1545@22441|1546@24653|1547@22577|1549@24091|1548@22342|1551@22884|1552@22414|1553@13808|1554@22442|1555@26167|1556@13634|1557@4134|1559@20833|1558@22472|1560@3648|1561@13867|1562@24063|1565@22695|274@22555|1583@22744|308@22743|1059@20821|1564@22563|1442@21072|1563@22549|1566@24333|1580@24446|1567@22567|1576@22736|1568@24104|1569@22640|1570@22585|1571@24168|1572@22607|1573@22662|1574@22617|1575@22787|1577@22653|1578@23143|1579@22875|1581@22811|1582@24929|1584@22792|1585@26834|1586@22843|1588@22823|1589@22890|1590@22821|1591@22789|1592@22780|1593@24111|1594@22835|1598@22883|1597@22904|1595@22999|1596@23948|1599@22772|1600@22953|1601@23017|1602@22941|1603@22954|1604@24743|1605@26884|1606@24637|1608@22992|1607@22955|1609@23094|1610@23053|1612@24418|1611@24296|1613@23152|1614@23102|1615@22818|1616@25161|1617@23291|1587@23204|1618@23578|1620@23278|1619@24202|1621@23630|1622@25772|1623@26946|1624@23566|1625@23114|1626@25427|1627@14049|1628@23289|1629@23225|1630@23172|1631@23288|1633@23239|1632@25616|1634@23839|1674@24196|1638@23565|1647@24075|1635@23775|1636@23648|1637@23652|1640@23438|1639@23335|1641@26771|1643@26788|1642@23378|1644@24062|1649@24059|1645@23448|1646@24564|1648@15860|1650@23622|1651@23568|1652@23562|1653@24501|1655@23585|1654@23604|1656@24429|1657@23676|1658@23911|1659@24673|1660@23711|1661@23785|1663@25137|1664@24070|1662@23790|1667@16235|1665@23782|1666@23749|1668@25529|1669@24056|1670@23918|1671@23953|1677@23895|1672@23865|1673@24683|1675@24215|1676@26700|1678@23904|1680@24539|1679@23964|1681@25468|1682@24023|1683@24027|1684@24592|1685@16909|1686@26494|1687@24151|1688@26436|951@24240|1689@25684|1692@24342|1690@25955|1691@24188|1693@24181|1694@7174|1695@24794|930@26701|942@24338|962@24341|1076@24310|1020@25042|1158@24339|1708@24791|1700@24479|1696@24416|1697@25304|1698@24559|1714@24912|1699@24544|1701@24468|1703@24538|1702@24488|1704@24861|1705@24724|1706@25004|1711@25332|1763@25681|1707@24898|1723@26959|1717@24788|1746@25284|1709@24702|1710@25040|1712@24749|1713@24980|1726@24972|1718@24899|1716@24875|1715@26280|1728@24970|1720@24863|1722@25686|1721@24976|1725@25442|1724@26509|1727@26440|1729@25005|1730@25032|1731@25039|1732@25144|1733@25088|1734@25395|1735@26969|1736@25131|1764@25813|1747@25579|1739@25250|1743@26962|1740@26164|1741@25432|1742@25353|1744@26066|1745@26141|1749@26529|1748@25998|1750@25791|1751@25379|1752@25503|1770@25805|1753@26935|1754@25864|1756@25497|1755@25619|1757@25731|1758@25589|1759@25929|1760@25632|1797@26446|1761@26012|1762@25625|1792@26221|1765@25784|1766@25808|1767@25868|1768@25902|1769@26347|1771@26059|1772@26752|1773@25980|1774@26663|1775@25965|1776@26385|1777@26305|1802@26378|1778@26110|1782@26209|1779@26165|1781@26128|1780@26034|1783@26087|1784@26285|1785@26338|1786@26111|1787@26205|1788@26185|1789@26387|1790@26508|1791@26791|1793@26220|1794@26377|1795@26288|1796@26604|1798@26676|1799@26382|1800@26688|1801@26870|1803@26848|1804@26401|1809@26890|1719@26454|1805@26603|1737@26448|1738@26957|1815@26881|1806@26564|1814@26685|1807@26750|1808@26578|1810@26904|1813@26675|1811@26715|1812@26721|1817@26952|1816@26679|1818@26737|1819@26846|1820@26822|1821@26867|1822@26786|1828@26960|1827@26954|1824@26941|1826@26961|1825@26968|1823@26937|1829@26972|1830@26973'); INSERT INTO o2_members (uid, username, password, regdate, postnum, email, site, aim, status, location, bio, sig, showemail, timeoffset, icq, avatar, yahoo, customstatus, theme, bday, langfile, tpp, ppp, newsletter, regip, timeformat, msn, dateformat, ignoreu2u, lastvisit, rating, realname, firstname, emailnotify, profileviews, u2upopup, chatpopup, hidden, hidesig, hideavatar, logintime, readtopics) VALUES (28,'nextra','75f020878a81d39999ca8eb1fbeb5ab7',1071166375,23,'nextra@voila.fr','','','Member','','po tres intéressant a par que je m\\\'intéresse a la création de jeux video','Mais c nextra !!!','yes',1,'','','','','',435798000,'French',30,25,'yes','213.36.42.19',24,'','dd-mm-yyyy','',1076151944,'','Gaullier','Damien','no',11,'yes',0,'no','no','no',3600,'23@197|4@271|22@372|37@1566|38@279|30@286|6@262|46@362|41@365|48@443|49@378|47@364|39@319|58@467|57@453|43@367|33@283|21@265|51@474|115@980|116@1111|108@977|63@1029|111@1006|110@970|34@225|121@1035|117@1066|95@1044|98@857|123@1062|19@155|105@932|69@765|155@3092|68@1606'); INSERT INTO o2_members (uid, username, password, regdate, postnum, email, site, aim, status, location, bio, sig, showemail, timeoffset, icq, avatar, yahoo, customstatus, theme, bday, langfile, tpp, ppp, newsletter, regip, timeformat, msn, dateformat, ignoreu2u, lastvisit, rating, realname, firstname, emailnotify, profileviews, u2upopup, chatpopup, hidden, hidesig, hideavatar, logintime, readtopics) VALUES (29,'knorc','27e4b8ca60c217113467f527bce3fb8c',1071171641,98,'knorc@club-internet.fr','http://www.nicolasmarin.fr.st','','Member','','','L\\\'homme a beau étendre le cercle de ses idées, sa lumière n\\\'est toujours qu\\\'une étincelle promenée dans la nuit qui l\\\'enveloppe (Proudhon)','no',1,'','http://nicolasmarin.free.fr/Kurt_Cobain.jpg,82,90','','','',599958000,'French',30,25,'yes','213.44.4.150',24,'','dd-mm-yyyy','',1103125813,'','SIMON','Romain','no',58,'yes',0,'no','no','no',2592000,'20@150|6@743|11@2766|5@2931|14@122|15@116|2@6|24@1844|10@36|3@37|28@207|27@1906|25@1756|4@26107|34@225|35@236|30@286|33@10339|41@321|37@316|38@314|40@258|22@282|45@505|46@18565|48@911|59@982|61@476|58@467|60@528|63@1318|65@513|70@865|69@615|21@265|67@1840|66@613|75@10811|77@906|72@924|73@662|79@723|87@713|92@889|90@712|84@647|93@720|82@836|91@708|106@2790|96@13965|102@868|104@898|99@872|97@973|111@986|113@991|108@1001|114@975|110@2638|109@969|112@949|54@881|139@1316|134@703|140@1237|142@1768|124@1235|135@1402|143@1328|148@1326|122@1322|137@1294|145@1416|136@1196|153@1296|156@1983|158@1510|168@1799|171@1776|170@1765|127@1835|175@1945|174@1845|169@1808|162@1741|105@932|176@1999|177@2114|129@1988|180@2819|184@2708|185@2409|186@2044|190@2830|195@2202|191@2129|201@2329|192@7358|199@2209|203@3891|202@2350|198@2237|208@2316|207@15574|206@2317|155@6902|200@2358|204@2484|179@10949|68@1842|42@1488|107@952|120@1096|215@2773|217@2492|209@2465|189@2462|218@811|222@24350|219@2652|223@2654|232@12222|234@2861|227@2901|236@2814|235@2812|226@2796|238@2822|239@2834|237@2932|240@2867|241@3159|242@2929|244@3041|245@3016|231@2770|228@3003|249@3364|251@764|248@697|253@3196|254@3215|256@240|255@2760|257@706|266@3365|260@3388|267@3384|261@3371|262@3205|293@4040|284@3957|272@3696|285@4356|291@3873|299@4104|298@4203|295@3908|281@4821|276@4026|290@4911|296@4019|283@3807|286@4004|289@8169|302@4194|305@4187|301@4145|279@13177|311@4270|308@4644|292@4020|307@5512|304@4176|288@4332|297@7484|325@4947|345@4952|339@4942|309@4767|321@4491|343@5473|344@4974|349@5026|348@5005|329@4787|313@4718|322@4603|384@5539|385@5532|391@5537|375@5272|397@5540|387@5510|470@6787|456@6910|479@6912|459@6904|471@6903|476@6888|477@6856|457@6631|435@6957|464@4355|480@6993|481@6982|484@7064|474@7051|450@7165|487@7107|485@7078|496@10727|499@7385|287@7326|495@7331|503@7354|497@7909|486@4341|501@7368|493@7389|498@7540|367@6101|310@4944|78@7383|52@503|132@1290|146@1358|510@9453|508@7645|270@8540|274@4659|512@8118|514@9481|506@7625|509@7550|277@7463|505@3578|507@7458|516@7733|517@7705|518@7701|515@7724|269@7704|521@7913|520@7845|524@16971|532@20948|527@11711|541@8123|539@8094|522@10613|536@8371|565@8585|573@9184|553@8872|579@9422|548@8813|560@13093|583@10484|578@8874|549@8801|558@8632|458@8839|586@15172|581@8960|585@8923|16@374|593@9819|600@9144|601@9568|613@9476|610@9403|603@9315|608@9436|617@11788|616@11713|619@10378|622@9631|625@9711|631@9980|626@10468|640@10252|637@10258|636@25611|643@10209|656@10329|664@10702|659@10371|665@10538|671@10874|668@10458|669@10477|653@12248|639@10219|661@10465|531@7958|645@10143|687@10962|678@1931|685@10814|699@10955|698@15910|504@11128|697@10919|682@10907|696@10890|686@18921|689@10765|681@10752|677@7791|674@10528|695@10909|694@10869|675@10595|702@11175|688@11103|704@11157|701@24340|703@11079|710@11964|709@13521|708@11160|690@10772|719@10759|712@10769|705@11226|715@11353|718@11359|724@11416|725@11495|711@11402|726@12049|733@11949|734@11984|737@11621|739@11618|667@15738|646@10762|598@9181|568@12579|494@8354|624@9608|607@9314|632@18033|692@10834|691@10818|743@26409|744@3900|752@11870|751@11947|750@12393|749@11920|756@11958|599@9212|732@11633|753@11942|577@11766|763@12386|757@11963|758@14922|761@12231|765@12252|762@11995|768@13524|774@12335|775@2906|777@12395|776@14555|629@12250|797@4573|793@4042|802@8295|801@6723|800@17274|785@4046|787@20928|792@18509|780@13532|783@4754|788@2994|778@12459|804@13090|803@6271|786@25764|809@11644|806@12793|807@12866|810@12133|371@12225|811@12631|812@12708|823@12900|822@12795|821@12798|828@12959|838@13031|820@13025|836@13024|840@13496|842@14466|847@13205|844@13242|850@5194|851@18768|848@13268|845@13135|854@13269|846@13155|833@13127|858@13411|863@13345|859@13344|860@13323|861@13320|864@12680|866@13367|862@13359|873@4217|871@25690|874@13504|867@13401|868@13399|869@13468|877@13530|881@13593|878@13540|815@15112|680@13943|816@13595|883@4317|876@13513|884@13588|889@13632|855@13627|887@13621|880@13574|879@13576|898@16296|894@4744|893@13697|895@17494|892@13756|922@14952|907@6098|920@5717|921@13927|923@14126|282@20974|926@6596|928@13930|944@13972|945@16278|933@13946|939@15313|913@14145|932@16411|934@17164|935@17990|937@19654|942@24338|943@21031|936@21275|930@24614|958@13998|966@14105|621@13953|947@15810|950@13897|961@14024|949@8050|964@16587|957@23892|967@14012|952@13912|970@14125|954@18025|951@24240|938@21026|975@14180|962@17967|980@14285|974@14393|989@15394|991@14467|992@14464|988@15142|987@14421|118@1230|985@14648|1003@25958|1014@14872|1011@14851|1006@14840|1007@14940|986@14415|1017@15552|1019@14918|1020@25042|1025@14992|1024@14991|965@16857|915@13951|963@17358|912@13925|1002@20117|1031@15228|1021@15052|1035@15324|996@15414|1037@16376|1033@15304|972@14119|1045@15723|1041@17968|1047@15441|1028@15479|1050@15586|1056@15563|1054@21720|1055@18475|1052@15546|1044@15530|1048@15555|973@20864|1053@16704|1067@15665|1029@15661|1058@18519|1071@16414|1069@17802|1080@15798|1078@17407|1079@15787|1076@15878|1082@15823|1083@15822|1074@15813|1077@15806|1090@15899|1095@16285|1089@17497|1072@16041|1099@15978|1098@16193|1039@15927|1063@15924|1081@15842|1096@15899|1091@15953|1100@16284|1102@16358|1104@16047|1105@16048|1051@15737|902@14072|910@5563|790@13492|561@12456|1114@16262|1111@16261|1108@16098|1112@16333|1109@16292|1115@16427|1123@16585|1106@16117|1116@17287|1128@17560|1120@16276|1121@16239|1130@16363|1113@16266|1008@16393|1133@16415|1132@16433|1126@16309|1140@16701|1138@18648|1142@16729|1141@16580|1149@16586|1158@17277|1156@16655|1165@16822|1167@16899|1168@16735|1157@16734|1164@16726|1136@16725|1162@17501|1150@16681|1159@16679|1169@17643|1177@16850|1175@16849|1183@16901|1178@13746|1186@16930|1187@16940|1188@17145|1189@17571|1192@17685|1195@20142|1191@17148|1201@17224|1196@17421|1194@17452|1193@17131|1199@17178|1085@16995|1207@17154|1209@17324|1208@17290|1214@17453|1211@19905|1219@20658|1218@17546|1220@17599|1216@17543|1206@17524|1210@17506|1173@17456|1213@17579|1224@17634|1227@17662|1226@23626|1228@17691|1230@17965|1252@20664|1258@18165|1254@18148|1262@24109|1256@18155|1260@18110|1245@14151|1253@18573|1265@18153|1239@18117|1266@18138|1273@18285|1294@18569|1286@18557|1291@18556|1287@18477|1200@18616|1281@18413|1280@18440|1278@26924|1279@24323|1297@18642|1275@18274|1270@18336|1284@18376|1229@25103|1288@19041|1296@19134|1304@18801|1300@18702|1293@18651|1277@18612|1316@18961|1308@18979|1315@18883|1313@19131|1314@18849|1255@14424|1319@18981|1329@19101|1327@19114|1325@19081|1330@20737|1318@18945|1406@20124|1402@20118|1388@20026|1362@19613|1398@20042|1380@19937|1373@19843|1352@19448|1365@26286|1368@19901|1400@20113|1382@19884|1378@20186|1424@20411|1419@20391|1422@20973|1438@20746|1442@21087|1399@20136|1411@20206|1453@20986|1446@20941|1454@20990|1452@20987|1440@20971|1448@21132|1341@20161|1447@21040|1458@21009|1460@21146|897@21240|1059@21119|1359@19595|1309@19050|1467@24555|1455@21131|1404@20183|1459@21492|1479@21631|1478@21517|1491@24482|1487@21598|1484@21584|1488@21654|1489@21728|1482@21712|1492@21955|1494@21737|1495@21735|1493@21734|1529@22244|1531@22163|1504@21976|1532@22170|1585@22785|1587@23121|1581@22811|1593@23090|1595@22849|1592@22780|1555@26106|1589@22867|1619@24202|1622@24200|1616@25150|1623@26161|1599@22772|1613@23124|1624@23126|1608@22992|1614@23102|1627@14049|1620@23278|1612@24418|1621@23630|1611@24296|1605@26525|1637@23445|1617@23291|1640@23438|1641@26004|1642@23375|1638@23474|1633@23239|1401@21470|1578@23143|1643@26709|1644@23435|1582@22724|1649@23515|1648@15860|1645@23448|1652@23537|1650@23622|1632@23189|1510@25802|1646@24318|1657@23647|1658@23911|1688@25447|1676@26700|1659@24673|1673@24683|1670@23918|1664@24070|1681@25468|1668@25490|1716@24875|1704@24861|1481@24767|1723@26562|1725@25442|1708@24791|1736@25131|1733@25088|1709@24702|1727@25059|1706@25004|1695@24794|1663@25137|1720@24863|1739@25250|1742@25353|1740@26162|1753@25452|1743@25349|1754@25504|1697@25304|1715@26280|1735@25093|1566@24333|1686@25689|1744@25531|1689@25684|1764@25813|1765@25784|1766@25768|1768@25836|1776@26018|1759@25929|1771@26006|1779@26031|1790@26159|1789@26256|1791@26160|1795@26288|1800@26407|1799@26258|1796@26277|1803@26400|1785@26338|1784@26285|1793@26220|1786@26111|1787@26205|1809@26616|1738@26957|1811@26686|1828@26960|1827@26954|1825@26934'); INSERT INTO o2_members (uid, username, password, regdate, postnum, email, site, aim, status, location, bio, sig, showemail, timeoffset, icq, avatar, yahoo, customstatus, theme, bday, langfile, tpp, ppp, newsletter, regip, timeformat, msn, dateformat, ignoreu2u, lastvisit, rating, realname, firstname, emailnotify, profileviews, u2upopup, chatpopup, hidden, hidesig, hideavatar, logintime, readtopics) VALUES (30,'patmaba','85814c6a002a36306fa1fafa2c5dc06b',1071211219,187,'patmaba@hotmail.com','http://homeusers.brutele.be/maba/','','Member','Belgique','','','yes',1,'','images/avatars/Avatar25.gif','','','NoImage',-3600,'French',30,25,'yes','193.121.180.226',24,'','dd-mm-yyyy','',1103057559,'','patmaba','pat','no',45,'no',0,'no','no','no',900,'3@37|8@34|18@153|29@199|4@26107|36@304|23@197|50@402|48@636|38@407|27@276|59@484|63@1318|62@479|61@478|51@474|64@491|76@648|72@584|21@2800|70@583|73@581|74@580|75@730|68@574|80@655|85@651|84@647|16@374|43@367|95@875|89@732|94@734|77@733|93@720|97@841|101@825|96@823|104@871|105@932|131@1141|119@1148|118@1230|137@1212|138@1215|148@1315|25@1309|141@1284|144@1306|143@1303|134@1313|160@1641|165@1697|174@1856|167@1821|172@1817|200@2226|197@2224|189@2181|196@2174|194@2167|179@2759|152@2104|192@2396|214@2477|216@2635|190@2592|180@2758|204@3026|237@2821|155@21602|281@3987|284@3852|290@3936|291@3915|289@7141|295@3908|326@4707|145@1536|122@1403|5@3216|60@528|45@505|91@708|385@5342|382@5334|367@5339|383@5345|389@5412|414@5989|413@5916|313@5946|432@6439|435@6340|437@6339|439@6337|442@7533|434@6418|447@6421|292@5417|416@6416|460@6705|232@6562|465@6864|250@6649|456@6796|473@6793|475@6832|440@6587|492@7205|490@7198|483@7303|450@7196|486@7144|498@7859|524@7884|525@7888|526@7880|523@7843|538@8104|539@8094|537@8079|536@8101|426@8394|557@8658|649@10273|652@10275|651@10268|802@12799|814@12789|835@13150|848@14456|859@13326|849@13294|867@13401|863@13373|844@13363|866@13367|865@13506|864@13394|774@12335|872@13548|874@13504|862@13465|887@13676|896@13740|900@4202|894@13828|891@13708|285@4590|898@16326|792@18509|911@5234|913@5131|914@5120|910@4968|282@4966|924@5747|918@5543|929@6971|952@13901|786@7137|927@7135|942@7174|939@7118|935@6941|955@7298|803@13306|401@5680|973@20864|895@14329|696@10890|974@14393|980@14326|776@14515|966@14431|995@14521|987@14421|998@14709|1000@14855|815@14670|994@14578|1007@14917|984@14875|997@14774|1008@14923|1112@16334|1123@16328|1037@16327|1212@17426|1210@17385|1215@17663|1228@25652|1232@17704|1230@17672|1219@20690|1343@19624|1359@19595|1357@19625|1363@19691|1376@19796|1377@19996|1349@19815|1384@19958|1351@19993|1378@19990|1389@19989|1387@19978|1423@20393|1265@23826|1278@22434|1438@20744|1002@20299|1058@18519|1424@20531|1428@20574|936@20581|1420@20503|1396@20496|1296@20728|1429@20700|1469@21417|1473@21400|1239@21320|1451@21310|1178@21306|1464@21300|1453@21186|86@21027|1481@21525|1488@22487|897@21612|943@21603|1486@21599|1487@21598|1476@21596|1489@21697|1479@21715|1492@21698|1490@21694|1467@21702|1493@21690|1475@21689|1491@21679|1482@21704|1525@22212|1523@22057|1527@22076|1526@22077|1496@22055|1519@22078|1517@22044|1521@22043|1510@22040|586@22610|1528@22335|532@20948|1535@22360|1533@22164|1536@22210|1534@22209|1538@22208|1545@22441|1546@22314|1544@22294|1188@22297|1411@20206|965@16857|1548@22342|1053@22298|1547@22577|1541@22287|1549@22329|850@21954|1255@14424|1254@18148|912@13925|816@13604|780@13532|1542@22253|1551@22884|1537@22326|1468@22435|1558@22449|1557@22448|1388@20026|1559@20833|636@22456|1556@22486|1562@20798|1566@22619|1564@22524|1442@21072|1563@22525|1565@22526|1555@20832|1059@20821|308@13886|1561@13867|1567@22548|1470@21678|1393@20711|1267@18277|1249@17991|1206@17524|1190@17763|1573@22662|1575@22613|1574@22608|1572@22607|1571@22602|1569@22591|1568@22586|1570@22585|1445@22580|1578@22680|1589@22890|1596@22909|701@25641|1595@22915|1600@22914|1599@23011|1504@22905|1604@23133|1318@18945|1613@23132|1610@22983|1614@22986|1606@22947|1624@23131|1638@23368|1605@23367|1637@23364|1641@26004|1636@23361|1623@23353|1644@23535|1643@23383|1076@24286|1697@25012|1715@24802|1365@23473|1698@24559|1723@26648|1728@24946|1721@24936|1724@24990|1725@24978|1582@24929|1706@25004|1045@16142|1761@25636|1749@25642|1770@25792|820@13025|320@4526|1663@25137|1708@24791|1778@26110|1816@26679'); INSERT INTO o2_members (uid, username, password, regdate, postnum, email, site, aim, status, location, bio, sig, showemail, timeoffset, icq, avatar, yahoo, customstatus, theme, bday, langfile, tpp, ppp, newsletter, regip, timeformat, msn, dateformat, ignoreu2u, lastvisit, rating, realname, firstname, emailnotify, profileviews, u2upopup, chatpopup, hidden, hidesig, hideavatar, logintime, readtopics) VALUES (31,'Progi1984','010e4d90680494c03a66316e327eb100',1071229306,1059,'progi.1984@caramail.com','www.progi1984.fr.st','','Member','Entre mon PC et ma chaise','','Mes projets :\r\n-[url=http://ns9.hosteur.com/~blitz3df/forum/viewthread.php?tid=939]Librairie BlitzProgiMenu v0.4[/url] \r\n-[url=http://n9.hosteur.com/%7Eblitz3df/forum/viewthread.php?tid=938]ProgiWar v0.2 beta[/url]\r\n-[url=http://ns9.hosteur.com/~blitz3df/forum/viewthread.php?tid=1744]NGUI Tools Suite[/url]\r\n\r\nMon site :\r\n-www.progi1984.fr.st \r\n\r\nMes travaux :\r\n-\\\"Journaliste - Section Jeux Vidéos\\\" à la webzine francaise sur Stargate \r\n-Traducteur du mod Stargate Alliance pour Age of Mythology\r\n\r\nMa citation :\r\nCoder ou déconner, telle est la question ...','yes',1,'','http://progi1984.free.fr/images/logo.gif,90,90','','','Oxygen',470617200,'French',100,25,'yes','192.168.1.149',24,'progi1984@hotmail.com','dd/mm/yyyy','',1103129260,'','','Franck','no',170,'yes',0,'no','no','no',2592000,'1@88|2@6|3@37|4@26107|5@3216|6@743|7@4868|8@34|9@172|10@36|12@5491|11@2985|13@275|15@382|14@122|16@374|17@115|18@363|20@150|21@3370|19@155|22@372|29@199|23@197|24@1844|25@1756|26@194|27@1967|28@1880|45@505|31@341|30@437|32@264|36@1924|34@225|35@300|46@18794|38@407|37@1580|39@319|40@258|41@390|42@1488|44@357|43@2001|51@474|52@503|47@364|48@911|50@402|49@379|55@814|53@1706|54@881|56@440|57@453|58@467|59@1565|60@528|61@478|62@495|63@1318|64@491|65@621|66@613|67@1840|68@1842|69@765|70@1011|71@591|72@924|73@662|74@580|75@10811|76@648|77@906|78@7427|80@1682|79@723|81@637|86@21027|82@836|83@724|84@647|85@759|87@713|88@695|89@854|90@1601|91@708|95@1044|92@889|93@1584|96@13965|98@857|97@973|106@2973|99@1539|100@826|101@870|102@868|103@874|104@936|105@932|107@952|108@1001|109@1000|114@975|110@2868|111@1006|112@949|113@991|115@1418|116@1111|117@1176|121@1035|118@1230|119@1148|120@1096|122@1403|123@5693|124@1286|125@1834|126@1069|127@1835|128@1155|129@2056|132@14103|130@1187|131@1141|137@1294|133@1184|134@5067|135@1913|136@1196|139@1393|138@2081|140@1297|141@1284|142@1768|143@1328|144@1306|147@1319|145@1536|146@1358|167@1821|148@1326|150@1428|149@1413|155@26042|151@1543|152@3043|157@1534|153@1605|154@1456|156@1983|159@19940|158@2582|160@1711|161@4510|162@1741|163@1624|164@1665|165@2093|166@1702|169@1808|168@1860|170@25653|171@1776|173@1830|172@1817|174@1943|177@2330|178@2058|175@1945|176@1999|201@2329|181@2032|182@2080|183@2575|189@2462|185@2429|186@2044|188@2424|187@2354|208@8613|190@2830|258@3396|192@7358|193@2536|194@2339|196@2888|195@2357|197@2423|198@2237|199@2209|200@2358|204@7034|202@2350|203@5249|205@2414|207@15574|206@2365|209@2465|212@2594|213@3198|210@2458|211@2584|214@2535|215@2063|216@2674|217@2679|219@2652|218@811|220@2644|221@2699|222@24350|267@3440|223@2675|228@3003|224@2724|227@3156|225@2765|226@2796|230@2882|229@3136|231@2770|234@3010|233@3317|796@6241|235@2812|236@2814|242@2983|237@2932|238@2987|239@3639|184@3799|240@2972|241@3159|243@3309|244@3041|245@3209|257@706|246@3251|247@3475|252@3833|248@697|191@3105|250@8072|251@3439|249@3364|254@3215|255@2760|256@240|301@4277|180@3693|253@3405|259@3623|260@3388|261@3613|262@3647|263@3620|264@4032|265@3733|266@3564|268@3390|271@4637|269@8200|510@9453|275@3649|272@3696|273@3687|288@4332|277@7463|276@4740|278@3824|270@8540|509@7951|279@17411|280@5144|281@4821|303@4173|283@4311|290@5110|284@3957|282@21055|352@7797|293@4040|296@4019|294@4486|295@3908|298@4282|306@4287|299@4104|300@4324|302@4924|304@4176|305@4322|309@4767|310@4944|311@4302|312@4275|313@6058|318@7044|314@4688|315@4727|316@4753|317@4372|319@4475|320@4526|321@4491|322@4603|323@4515|324@4732|325@4947|326@4800|327@4623|328@4736|330@5497|331@4712|332@4633|334@4752|335@8277|94@4785|329@4787|333@4827|336@4858|339@4942|337@5837|338@5019|340@5059|341@4884|342@4955|343@6522|344@4974|345@4970|346@4941|347@4999|33@10339|351@5049|348@5005|353@5141|349@5069|350@5041|389@5475|426@8809|354@5184|355@5273|356@5574|357@5232|358@5438|359@5263|360@5113|361@5129|362@5153|364@5227|363@5205|365@5315|366@5267|391@7681|368@5226|369@5304|370@5257|376@5742|372@5261|373@5274|374@5269|375@5272|377@5770|378@5662|379@5604|394@5691|380@5347|381@5339|382@5346|383@6668|384@5661|385@5678|386@5384|387@5613|390@5600|388@5529|367@6101|392@5628|393@5689|407@6049|395@5798|396@5659|398@5839|399@5647|400@5750|401@5680|406@5878|402@5655|403@5660|404@5669|405@5727|412@5864|408@5780|409@5792|410@5871|411@5962|421@6147|413@5935|414@5989|415@6071|416@6999|417@5940|454@6538|418@5969|419@6238|420@5975|427@7933|422@6072|423@6166|424@6117|425@6089|287@8092|428@6110|429@6144|430@6212|431@6327|432@6481|433@6321|434@6418|435@8815|436@8142|289@3945|438@6453|439@6468|440@7366|441@6496|442@7533|443@6427|444@6393|445@17410|446@6575|447@6620|448@6455|452@6497|450@7196|449@6550|451@6504|455@6531|453@6520|456@6996|457@6631|458@9553|459@6956|460@6705|461@6634|462@6605|463@6743|468@6736|465@6864|466@7083|467@7308|480@7890|469@6786|470@6822|471@6958|472@6727|473@6793|474@7204|475@7254|476@6921|477@7074|479@6950|486@4341|481@6982|482@7202|483@7303|484@7079|485@7078|487@7452|274@22555|489@7744|490@7198|491@7199|492@7344|493@3544|494@8354|495@7432|496@10727|497@8174|505@3578|498@7955|499@7385|500@7426|501@7796|502@9440|503@7354|507@7458|511@7674|506@7950|508@7645|512@8118|513@7670|514@11301|515@7724|521@7913|516@7977|517@7761|518@7701|519@7873|520@7845|522@10613|523@7843|524@17266|528@8029|525@7943|526@7980|527@11711|531@23845|533@8348|529@8015|530@8055|532@20948|538@8161|534@8191|535@8357|536@8371|537@8079|539@8238|540@8134|541@8253|542@8563|543@8167|544@8515|547@8350|545@8359|546@8370|549@8801|548@8813|555@8377|552@8334|550@8971|551@8393|553@8896|558@9068|557@8779|554@19690|556@13497|560@16141|559@8765|561@12456|573@9184|566@8676|562@8768|565@8585|563@8520|564@8808|570@8681|567@8757|597@9679|569@8867|568@18013|571@8924|575@8818|572@8764|576@8912|574@18686|577@11766|578@20230|579@16806|580@8994|581@8960|582@8849|583@10616|584@8958|591@9084|585@8923|586@22610|587@8943|588@9015|596@9256|589@9054|590@4629|592@9061|593@10092|594@9961|595@9025|598@9181|599@9212|600@9259|601@10851|602@9171|603@9315|604@9319|605@9297|606@9303|607@9314|608@9436|609@9430|610@9493|612@9490|617@11788|611@261|613@10315|618@10328|614@9761|615@2038|616@4729|629@12639|619@10378|620@10124|621@13953|622@9631|623@9766|628@9837|624@9608|625@9711|626@10468|627@9755|630@9743|634@10256|632@18033|631@14469|633@9966|635@10194|636@25765|637@17424|638@10029|639@11299|640@10293|644@10541|641@10139|646@10762|642@10024|643@10209|645@17829|647@273|648@10284|371@25981|813@12836|649@10336|650@10447|651@10341|652@10429|653@17409|654@10296|657@10348|655@10299|656@11099|658@10367|659@10371|667@18012|660@10375|661@11348|662@10563|663@10425|664@10702|665@10538|666@10395|668@10533|669@10477|670@10617|671@10874|672@10475|697@10979|673@10833|682@10907|674@10528|675@10595|676@10608|742@11792|677@4861|680@13943|678@1931|679@10601|681@10752|683@10726|691@10818|684@10777|685@10814|686@24665|687@11864|767@12478|688@11861|689@10765|702@11179|690@11512|692@4607|693@11084|179@11018|694@10869|696@20264|695@3540|698@15910|699@10989|504@11292|700@24675|701@25891|705@11226|703@11211|704@11157|711@11504|707@11185|706@11122|745@11802|708@11244|710@12750|709@13521|728@11845|712@11862|713@11233|714@11254|715@11454|764@12345|724@11416|716@11450|717@11326|718@11359|720@11341|719@11524|721@11754|722@11376|723@11885|725@11495|726@12049|727@11501|729@11480|743@26875|850@23965|730@12195|731@11753|732@11633|733@11959|734@11984|735@11669|736@11639|749@11920|737@12120|738@11646|739@11709|740@11909|741@11695|744@17390|746@12319|747@11918|750@12540|748@11814|751@12021|752@5080|753@11942|754@12103|755@12294|757@11963|756@12003|758@14922|759@12011|760@12033|761@12692|762@11995|766@12352|772@12399|763@4487|765@12465|768@13509|769@2989|775@2906|770@12373|771@12238|773@12308|774@12335|779@12813|776@14555|777@6608|778@12459|800@17301|780@13532|788@2994|781@12461|232@12703|782@12566|784@12494|783@4754|785@4046|786@25764|787@20928|793@12678|789@12844|790@13492|810@12739|805@12825|792@18509|798@6491|794@12705|791@8859|795@4863|797@4573|801@6723|802@12799|803@13306|804@13233|814@16785|799@8868|806@12793|807@12866|808@12273|809@11644|811@12631|812@12770|817@12696|818@12932|821@12892|819@13008|822@12795|820@13025|823@17132|824@12824|825@12820|827@12988|826@12901|828@12959|829@12954|285@4591|831@12972|832@12946|833@15434|834@13116|835@13254|836@13024|837@14062|838@13032|839@20232|840@13732|841@13245|843@13354|842@20708|849@13294|844@13416|845@13135|846@13155|847@13205|848@14456|852@13226|851@25658|853@4609|854@13269|855@13627|856@13255|857@13474|858@25694|859@13349|861@13320|860@4239|862@13465|863@13373|864@14745|865@13506|866@13367|867@13401|868@13399|874@13504|869@24087|870@13421|871@25704|872@13784|873@4217|875@13466|876@13706|877@13530|883@24638|815@15112|816@13604|879@13576|878@13542|880@13574|881@13647|882@13640|885@4792|884@13614|886@13859|887@13679|890@4350|888@21130|895@18195|889@13823|891@13708|892@17060|893@13832|894@19612|286@3917|897@21733|896@13740|898@16326|899@3934|901@4664|900@4202|291@4001|297@4453|292@5417|307@4425|308@22743|397@4216|437@4445|464@4397|478@15326|902@14072|488@4381|830@4490|903@6623|904@5246|911@5540|993@15107|906@4850|905@4886|910@5563|907@6098|908@4990|909@4919|943@21603|913@14155|912@13925|915@16742|914@6986|916@5299|917@5731|918@5543|919@5760|920@6325|921@13927|922@14981|923@14126|924@5847|927@13955|925@6151|926@6596|928@13930|929@14064|930@26701|931@6789|932@20272|933@14776|934@17164|935@20925|936@21275|937@21318|938@21026|939@15935|940@6490|941@6601|942@24338|944@15223|945@16974|956@15155|946@6855|948@6898|984@26383|947@13760|949@8050|955@14030|951@24240|950@13897|952@13912|953@7148|963@17811|987@14421|957@23892|958@13998|962@24341|959@14519|960@13889|961@14024|964@20211|965@16857|966@14640|967@14012|968@14111|969@14106|971@14110|970@14188|985@14900|974@25397|972@14119|973@20864|975@14180|978@14365|976@14266|977@14299|979@14233|989@15394|980@20932|981@14853|986@14415|982@14368|983@14330|990@15726|988@15142|991@14778|992@14464|994@14578|995@14525|1012@15254|1038@20766|996@25281|997@14774|999@14628|998@14717|1000@14855|1001@14665|1004@14742|1002@21281|1003@25958|1020@25042|1005@14772|1006@14840|1018@15096|1007@15019|1008@19042|1009@14838|1010@14980|1011@15240|1013@14899|1014@15106|1015@14898|1016@15200|1017@15552|1019@15091|1021@15052|1022@14968|1023@15381|1026@15024|1024@15413|1028@15493|1025@15032|1027@15082|1032@15691|1029@15684|1030@15675|1031@15360|1036@15852|1033@15304|1034@15395|1035@15324|1037@16376|1039@15927|1040@16166|1044@15530|1041@17968|1042@15418|1043@15508|1045@16142|1046@15587|1048@15733|1047@15844|1053@22398|1050@15607|1049@15681|1051@17554|1055@19428|1052@15546|1064@15779|1054@22199|1056@15563|1146@17312|1058@18519|1057@15593|1059@20821|1060@15891|1061@15615|1062@16159|1063@16187|1067@15800|1092@16122|1065@15657|1066@15695|1068@15720|1069@17802|1070@24933|1071@16414|1072@16054|1073@15732|1076@24310|1074@15813|1077@15897|1075@15825|1088@15894|1078@17407|1079@15862|1082@15823|1080@16215|1081@15842|1083@15856|1084@15839|1085@17368|1086@15875|1087@15888|1089@17497|1090@17186|1091@16175|1093@15956|1094@16023|1095@16801|1096@16045|1097@16443|1098@16193|1099@16005|1100@16295|1102@16358|1101@16405|1103@19243|1104@16047|1105@16048|1106@16317|1107@16081|1108@16098|1123@17210|1109@16292|1110@16133|1111@16261|1112@16334|1113@16266|1114@16262|1115@16736|1116@17330|1117@16274|1118@16835|1119@16231|1120@16276|1122@16268|1121@16388|1124@16260|1136@17223|1125@18350|1126@16309|1127@16401|1128@17560|1129@16808|1131@16407|1130@16363|1132@16433|1133@16415|1134@16436|1135@16571|1138@18648|1137@16445|1139@16789|1140@16701|1141@16703|1142@16729|1143@16529|1144@16581|1145@16582|1148@16790|1147@16602|1149@16603|1150@16681|1151@16659|1152@18806|1153@16640|1154@17790|1155@16766|1156@16655|1157@16889|1159@16791|1173@17456|1158@24339|1160@16675|1161@16677|1187@17118|1186@16964|1163@16749|1169@17661|1164@25825|1165@16895|1166@16713|1167@16924|1179@16884|1168@16744|1171@16775|1170@17555|1172@16879|1182@17076|1174@16807|1176@17088|1193@17131|1177@16854|1178@21306|1180@16878|1181@17203|1196@17986|1183@16901|1184@19183|1188@22297|1185@17504|1162@17501|1202@17253|1189@17847|1192@17819|1191@18233|1254@18148|1212@18544|954@18025|1194@17452|1195@20142|1197@17306|1265@23826|1190@17763|1201@17595|1198@17135|1199@17391|1200@19955|1204@20154|1203@17237|1205@17276|1206@17524|1207@17380|1208@17455|1242@17960|1175@18834|1209@17760|1234@17752|1210@17506|1218@17614|1211@19905|1213@17579|1214@17453|1215@17663|1272@18403|1221@17600|1216@17543|1217@17521|1219@21433|1220@17599|1222@17638|1223@18275|1224@17770|1225@17633|1226@23651|1227@17745|1228@26826|1229@25103|1230@17965|1231@17764|1232@17832|1235@17920|1233@18008|1299@18679|1236@17804|1237@17798|1238@18218|1239@21592|1240@17839|1241@19875|1243@17871|1244@18010|1245@14151|1246@17903|1251@18018|1247@17979|1248@18112|1249@17991|1250@18149|1252@20664|1253@18610|1255@14424|1256@18591|1257@18065|1258@18165|1259@18034|1260@20269|1261@22756|1262@24109|1263@18228|1264@20203|1266@18232|1267@18277|1448@24836|1268@18271|1269@18253|1270@18336|1271@24596|1273@24931|1274@18264|1275@18274|1276@24430|1286@19743|1277@18612|1278@26924|1279@24323|1280@21410|1281@18413|1302@18714|1282@18420|1283@19826|1287@18477|1284@18376|1296@23815|1285@18804|1370@19741|1288@19683|1310@19890|1289@18593|1290@18592|1291@18556|1292@18963|1293@18651|1294@18827|1297@18642|1295@19526|1325@19081|1298@19093|1300@18702|1347@20163|1312@18814|1301@18953|1303@18909|1306@18764|1304@18801|1305@18733|1308@19022|1307@18782|1316@18961|1309@19050|1311@21546|1313@19131|1319@19039|1314@18849|1315@19159|1317@19147|1318@18945|1361@19817|1320@19819|1328@19196|1321@19090|1323@19182|1322@19011|1324@19600|1326@19508|1327@19547|1329@19101|1330@21540|1331@19174|1332@19150|1334@19809|1333@19329|1335@19505|1336@19383|1337@19938|1339@19818|1338@19699|1340@19343|1341@26011|1342@19360|1349@24586|1343@19664|1346@20000|1344@19356|1345@19427|1348@19409|1350@19411|1351@20025|1352@19448|1353@19641|1354@19454|1355@19525|1356@19607|1357@20434|1358@19589|1427@20641|1363@19814|1359@19595|1360@20006|1367@20162|1362@19613|1364@19672|1365@26286|1366@19736|1368@19901|1369@19807|1371@19795|1372@19860|1373@19843|1374@19847|1375@20699|1376@19796|1377@20002|1378@20227|1447@20729|1379@19852|1440@21111|1384@19964|1380@20185|1381@19885|1382@19884|1383@19974|1385@20015|1386@19956|1387@21121|1399@21740|1388@20026|1390@20110|1389@20182|1392@20333|1391@20003|1397@20294|1393@20711|1394@20029|1395@20084|1396@20496|1398@20042|1400@20213|1401@21470|1402@20118|1403@20100|1404@20183|1405@20119|1406@22796|1407@20141|1408@20158|1409@21444|1410@20184|1411@20206|1412@20281|1413@20219|1414@20223|1415@20360|1416@20399|1417@20361|1418@20268|1420@20503|1419@20528|1421@22737|1422@22445|1423@24625|1424@20531|1425@20446|1426@20650|1432@20640|1428@20873|1429@20985|1430@20579|1439@21108|1431@20660|1434@20668|1433@20622|1437@22575|1435@20617|1436@20661|1438@20746|1446@21188|1441@20851|1442@21072|1443@20912|1444@21046|1445@22658|1449@21093|1450@21036|1451@21310|1452@21327|1453@21186|1454@21187|1455@22247|1456@21074|1457@21120|1458@21362|1460@23801|1466@21315|1465@21290|1467@24555|1459@21492|1464@21482|1461@21181|1476@21596|1477@24585|1482@21712|1481@24767|1480@21581|1474@21418|1472@21511|1486@21599|1468@22435|1475@21705|1487@21802|1471@21451|1473@21493|1469@25153|1483@21583|1470@21678|1463@21313|1478@21517|1484@22438|1485@22228|1462@21178|1479@21715|1488@22487|1492@21955|1490@21746|1496@22055|1501@21958|1489@21728|1493@21873|1497@25152|1495@21825|1498@21877|1499@21853|1494@21884|1500@21920|1491@24482|1502@21843|1506@21827|1507@21950|1504@22958|1508@23802|1505@22023|1503@22015|1509@3641|1516@21961|1514@21971|1515@22010|1513@21860|1510@26097|1512@25065|1511@21979|1517@22145|1520@22026|1519@22078|1518@22004|1524@22017|1522@24504|1523@22057|1525@22249|1521@22043|1529@22244|1527@22113|1530@22127|1526@22134|1535@22360|1533@22180|1532@22170|1528@22425|1534@22246|1531@22176|1538@22208|1539@22242|1541@22287|1536@22259|1537@22326|1546@24653|1544@13643|1540@22278|1543@22280|1550@22384|1553@13808|1552@22414|1560@3648|1547@22577|1556@13634|1555@26167|1554@22442|1549@24091|1557@4134|1559@20833|1548@22342|1562@24063|1558@22472|1542@22253|1545@22441|1551@22884|1561@13867|1564@22563|1565@22695|1563@22549|1567@22567|1566@24333|1574@22617|1569@22640|1577@22653|1573@22662|1575@22787|1576@22736|1570@22585|1582@24929|1583@22744|1571@24168|1580@24446|1581@22811|1584@22792|1568@24104|1572@22607|1578@23143|1579@22875|1589@22890|1591@22789|1590@22821|1588@22823|1592@22780|1586@22843|1597@22904|1596@23948|1594@22835|1595@22999|1593@24111|1587@23204|1585@26834|1598@22883|1602@22941|1599@22772|1601@23017|1603@22954|1600@22953|1604@24743|1606@24637|1605@26884|1613@23152|1614@23102|1608@22992|1610@23053|1609@23094|1611@24296|1612@24418|1607@22955|1624@23566|1617@23291|1620@23278|1622@25772|1615@22818|1616@25161|1621@23630|1623@26946|1619@24202|1626@25427|1618@23578|1625@23114|1627@14049|1631@23288|1630@23172|1628@23289|1632@25616|1629@23225|1633@23239|1637@23652|1636@23648|1634@23839|1635@23775|1689@25684|1681@25468|1661@23785|1663@25137|1646@24564|1640@23438|1658@23911|1673@24683|1685@16909|1639@23335|1638@23565|1655@23585|1654@23604|1656@24429|1662@23790|1675@24215|1672@23865|1683@24027|1682@24023|1687@24151|1684@24592|1680@24539|1690@25955|1650@23622|1642@23378|1645@23448|1651@23568|1657@23676|1660@23711|1678@23904|1671@23953|1669@24056|1649@24059|1653@24501|1644@24062|1664@24070|1647@24075|1648@15860|1641@26771|1643@26788|1659@24673|1676@26700|1688@26436|1708@24791|1715@26280|1709@24702|1725@25442|1728@24970|1706@25004|1720@24863|1704@24861|1716@24875|1693@24181|1691@24188|1694@7174|1692@24342|1696@24416|1701@24468|1703@24538|1698@24559|1719@26454|1727@26440|1714@24912|1710@25040|1724@26509|1721@24976|1668@25529|1700@24479|1702@24488|1699@24544|1712@24749|1717@24788|1722@25686|1711@25332|1707@24898|1713@24980|1729@25005|1652@23562|1674@24196|1667@16235|1695@24794|1666@23749|1670@23918|1665@23782|1677@23895|1679@23964|1686@26494|1697@25304|1718@24899|1726@24972|1723@26959|1705@24724|1733@25088|1736@25131|1738@26957|1740@26164|1739@25250|1744@26066|1743@26962|1741@25432|1745@26141|1730@25032|1735@25093|1747@25579|1731@25039|1734@25395|1732@25144|1746@25284|1742@25353|1749@26529|1750@25791|1748@25998|1751@25379|1752@25503|1753@26935|1754@25864|1755@25619|1756@25497|1761@26012|1763@25681|1758@25589|1760@25632|1757@25731|1762@25625|1759@25929|1766@25808|1765@25784|1767@25868|1768@25902|1764@25813|1769@26347|1770@25805|1771@26059|1772@26752|1773@25980|1774@26663|1776@26385|1775@25965|1777@26305|1780@26034|1781@26128|1778@26110|1779@26165|1782@26209|1783@26087|1785@26338|1784@26285|1786@26111|1787@26205|1788@26185|1789@26387|1790@26508|1791@26791|1794@26377|1737@26448|1796@26604|1793@26220|1792@26221|1795@26288|1797@26446|1799@26382|1798@26676|1801@26870|1800@26688|1802@26378|1804@26401|1806@26564|1805@26603|1807@26750|1810@26904|1816@26679|1813@26675|1815@26881|1811@26715|1814@26685|1803@26848|1817@26952|1820@26822|1821@26867|1822@26786|1819@26846|1808@26578|1818@26737|1812@26721|1809@26890|1823@26937|1825@26968|1827@26954|1824@26941|1826@26961|1828@26960|1829@26966'); INSERT INTO o2_members (uid, username, password, regdate, postnum, email, site, aim, status, location, bio, sig, showemail, timeoffset, icq, avatar, yahoo, customstatus, theme, bday, langfile, tpp, ppp, newsletter, regip, timeformat, msn, dateformat, ignoreu2u, lastvisit, rating, realname, firstname, emailnotify, profileviews, u2upopup, chatpopup, hidden, hidesig, hideavatar, logintime, readtopics) VALUES (33,'3nouMAX','8343df526454095d6ae5b9369bb1bbad',1071318971,185,'zanu.a@evc.net','http://www.zanuttini.fr.st','','Member','Strasbourg','Rien du tout','<>==q(-_-)p==<>','yes',1,'177679607','http://sites.evc.net/the3nm/wip/gogo.jpg,60,46','','','',472777200,'French',30,25,'yes','212.95.76.28',24,'','dd-mm-yyyy','',1099036189,'','Zanuttini','Antoine','no',29,'yes',0,'no','no','no',900,'6@256|28@207|2@6|36@293|9@172|23@197|1@88|3@37|34@225|105@908|95@875|103@874|89@854|100@826|85@759|71@591|42@494|107@900|68@901|92@889|102@868|98@857|90@712|48@909|137@1232|136@1196|126@1069|135@1484|134@1360|145@1416|149@1373|154@1456|153@1497|78@1424|21@1372|115@1419|152@1412|123@5693|59@1565|168@1804|158@1676|166@1702|155@15539|164@1665|142@1651|156@1678|216@2507|215@2506|203@5249|190@2701|225@2705|226@2717|33@2057|184@2707|255@2212|251@1865|248@697|245@3209|191@2129|241@3159|180@3693|252@3833|260@3170|258@3187|208@2922|238@2987|232@4704|277@7463|276@4648|292@6331|264@4030|294@4435|250@6707|280@4489|288@4332|308@4379|307@4345|282@5433|286@5760|302@4288|305@4187|303@4173|316@4658|301@4277|315@4698|313@4566|161@4375|289@6545|290@4678|328@4606|334@4695|309@4509|7@4781|329@4782|281@4821|378@5398|384@5661|371@5077|372@5261|374@5269|375@5272|387@5394|388@5393|403@5660|405@5727|337@5695|394@5691|393@5689|297@4353|397@5726|406@5736|395@5776|407@5779|179@11018|398@5774|335@5068|343@6522|409@5787|410@5786|383@6655|428@6099|427@6781|423@6075|422@6072|414@5989|415@6071|438@6417|442@6412|447@6620|436@6383|434@6418|464@4397|285@4591|460@6705|435@6917|441@6496|204@6653|466@6648|463@6743|462@6605|467@6650|456@6915|473@6793|459@6914|479@6912|471@6903|474@6918|416@6524|448@6455|488@7443|478@4351|506@3643|499@7385|507@7448|508@7504|274@13798|505@3578|509@7511|4@7492|511@7514|489@7507|426@7342|514@11301|586@13022|573@9184|589@9054|596@9256|594@9254|599@9212|558@9068|593@9263|275@3649|600@9259|601@9253|560@13088|579@4738|458@9553|532@20948|608@9436|611@9567|616@4729|617@11788|619@9605|574@9484|620@9569|618@9557|623@9602|615@9603|637@10431|625@9711|652@10429|671@10489|583@10484|653@12248|669@10477|665@10538|703@11211|661@10998|524@17019|702@11106|688@11162|504@11105|697@10979|682@10907|696@20264|686@11743|689@10765|681@10752|694@10869|695@10909|700@11210|636@11921|719@11524|687@11864|743@12821|709@11789|733@11869|744@13390|577@11766|734@11761|527@11711|752@5080|747@11918|751@11896|750@12540|749@11875|701@4054|756@11930|768@13527|779@3527|767@12452|775@12537|776@12519|758@12773|785@4046|761@12692|787@5071|780@12593|788@12533|783@12532|765@12465|778@12459|791@4113|786@3080|763@4487|793@12678|790@12584|794@4281|800@12842|798@4113|675@10595|814@12695|812@12675|629@12639|806@12793|813@12836|810@12739|823@12853|822@12795|710@12750|802@12799|821@12892|828@12959|824@12824|807@12767|835@13150|839@13086|837@13736|842@5159|840@13732|792@4419|834@13062|838@13032|803@6271|804@13233|849@13294|279@17411|851@13264|844@13339|860@13323|861@13320|848@13325|864@13853|862@13343|843@13341|863@13350|859@13349|865@13395|858@13387|872@13784|873@13410|874@13504|867@13401|868@13399|866@13367|531@7958|877@13530|869@4331|883@4528|898@4452|890@13786|891@13708|894@17879|893@13832|878@13540|896@13740|881@13647|291@3947|904@5195|830@4490|902@4543|850@4292|884@13614|816@13604|905@4886|903@4576|632@4571|631@4564|906@4850|901@4664|907@5162|908@4777|914@5120|911@5085|913@5382|919@5760|920@5754|921@5789|931@6789|929@6526|927@7135|924@5847|925@6151|935@20925|934@7150|933@6545|939@6424|940@6490|941@6601|926@6596|942@7174|954@6967|936@18186|947@20317|922@6922|948@6898|928@7177|1037@15344|1036@15336|1028@15330|1033@15304|1017@15247|1046@15581|1057@15582|207@15574|1045@15518|1087@15882|1173@16683|1136@17181|1185@16920|1157@16889|667@15738|1186@16964|1183@16901|1184@16900|1188@21998|1203@17180|1199@17178|1002@20299|1221@17593|1241@17961|1235@17917|1238@18218|1233@17393|1189@17847|1226@21039|1237@17798|1239@17857|1219@17909|1211@17823|1240@17839|1192@17819|1230@17792|1041@17913|1069@17802|1224@17770|1228@17728|1242@17878|1246@17903|962@17912|1248@18112|1191@18233|1271@18437|1269@18197|895@18195|1261@18182|1264@20038|1257@18065|1251@18018|1266@18214|1270@18307|937@18215|1278@22001|1277@18310|1276@18289|1273@18285|568@18013|1289@18448|1175@18428|1349@19528|1338@19530|1288@19041|1279@18758|1395@20084|1397@20294|1392@20333|1360@20006|1406@20124|1388@20026|1402@20118|1399@20116|1407@20141|1396@20130|1330@20737|1387@20041|938@20786|1420@20319|1414@20223|1365@20329|1421@20320|1419@20330|1415@20327|1417@20334|943@20827|1158@20305|1443@20867|1422@20838|1438@20746|1054@21720|1296@20845|1428@20862|1445@20854|1444@21006|1434@20668|1437@21033|957@20865|1442@20870|1453@21014|1451@20975|1488@21765|1265@21763|1515@22003|1516@21961|1492@21955|1517@21992|1504@21976|1512@21999|1520@22002|1525@22069|1532@22166|1665@23762|1566@23660|1663@23761|1661@23712'); INSERT INTO o2_members (uid, username, password, regdate, postnum, email, site, aim, status, location, bio, sig, showemail, timeoffset, icq, avatar, yahoo, customstatus, theme, bday, langfile, tpp, ppp, newsletter, regip, timeformat, msn, dateformat, ignoreu2u, lastvisit, rating, realname, firstname, emailnotify, profileviews, u2upopup, chatpopup, hidden, hidesig, hideavatar, logintime, readtopics) VALUES (34,'SPOKE','692cfdf48e9d3e0a875037de2e7757e0',1071348807,46,'yvan.grobon@free.fr','','SPOKE2018','Member','TERRE-FRANCE-PICARDIE-OISE','','SPOKE','no',1,'3303787','http://spoke2018.free.fr/gif/bunny.gif,63,90','','','',11833200,'French',30,25,'yes','213.36.132.174',24,'SPOKE2018@FREE.FR','dd-mm-yyyy','',1098699072,'','GROBON','YVAN','no',20,'yes',2,'no','no','no',31536000,'1@88|2@6|3@37|4@11265|5@3216|6@743|7@4868|8@34|9@172|10@36|12@5491|11@2985|13@275|15@382|14@122|16@374|17@115|18@363|20@150|21@3370|19@155|22@372|29@199|23@197|24@1844|25@1756|26@194|27@1967|28@1880|45@505|31@341|30@437|32@264|36@1924|34@225|35@300|46@385|38@407|37@1580|39@319|40@258|41@390|42@1488|44@357|43@2001|51@474|52@503|47@364|48@911|50@402|49@379|55@814|53@1706|54@881|56@440|57@453|58@467|59@1565|60@528|61@478|62@495|63@1318|64@491|65@621|66@613|67@1840|68@1842|69@765|70@1011|71@591|72@924|73@662|74@580|75@10811|76@648|77@906|78@7427|80@1682|79@723|81@637|86@725|82@836|83@724|84@647|85@759|87@713|88@695|89@854|90@1601|91@708|95@1044|92@889|93@1584|96@13965|98@857|97@973|106@2973|99@1539|100@826|101@870|102@868|103@874|104@936|105@932|107@952|108@1001|109@1000|114@975|110@2868|111@1006|112@949|113@991|115@1418|116@1111|117@1176|121@1035|118@1230|119@1148|120@1096|122@1403|123@5693|124@1286|125@1834|126@1069|127@1835|128@1155|129@2056|132@14103|130@1187|131@1141|137@1294|133@1184|134@5067|135@1913|136@1196|139@1393|138@2081|140@1297|141@1284|142@1768|143@1328|144@1306|147@1319|145@1536|146@1358|167@1821|148@1326|150@1428|149@1413|155@22160|151@1543|152@3043|157@1534|153@1605|154@1456|156@1983|159@1795|158@2582|160@1711|161@4510|162@1741|163@1624|164@1665|165@2093|166@1702|169@1808|168@1860|170@2276|171@1776|173@1830|172@1817|174@1943|177@2330|178@2058|175@1945|176@1999|201@2329|181@2032|182@2080|183@2575|189@2462|185@2429|186@2044|188@2424|187@2354|208@8613|190@2830|258@3396|192@7358|193@2536|194@2339|196@2888|195@2357|197@2423|198@2237|199@2209|200@2358|204@7034|202@2350|203@5249|205@2414|207@15574|206@2365|209@2465|212@2594|213@3198|210@2458|211@2584|214@2535|215@2063|216@2674|217@2679|219@2652|218@811|220@2644|221@2699|222@2704|267@3440|223@2675|228@3003|224@2724|227@3156|225@2765|226@2796|230@2882|229@3136|231@2770|234@3010|233@3317|796@6241|235@2812|236@2814|242@2983|237@2932|238@2987|239@3639|184@3799|240@2972|241@3159|243@3309|244@3041|245@3209|257@706|246@3251|247@3475|252@3833|248@697|191@3105|250@8072|251@3439|249@3364|254@3215|255@2760|256@240|301@4277|180@3693|253@3405|259@3623|260@3388|261@3613|262@3647|263@3620|264@4032|265@3733|266@3564|268@3390|271@4637|269@8200|510@9453|275@3649|272@3696|273@3687|288@4332|277@7463|276@4740|278@3824|270@8540|509@7951|279@15127|280@5144|281@4821|303@4173|283@4311|290@5110|284@3957|282@14447|352@7797|293@4040|296@4019|294@4486|295@3908|298@4282|306@4287|299@4104|300@4324|302@4924|304@4176|305@4322|309@4767|310@4944|311@4302|312@4275|313@6058|318@7044|314@4688|315@4727|316@4753|317@4372|319@4475|320@4526|321@4491|322@4603|323@4515|324@4732|325@4947|326@4800|327@4623|328@4736|330@5497|331@4712|332@4633|334@4752|335@8277|94@4785|329@4787|333@4827|336@4858|339@4942|337@5837|338@5019|340@5059|341@4884|342@4955|343@6522|344@4974|345@4970|346@4941|347@4999|33@10339|351@5049|348@5005|353@5141|349@5069|350@5041|389@5475|426@8809|354@5184|355@5273|356@5574|357@5232|358@5438|359@5263|360@5113|361@5129|362@5153|364@5227|363@5205|365@5315|366@5267|391@7681|368@5226|369@5304|370@5257|376@5742|372@5261|373@5274|374@5269|375@5272|377@5770|378@5662|379@5604|394@5691|380@5347|381@5339|382@5346|383@6668|384@5661|385@5678|386@5384|387@5613|390@5600|388@5529|367@6101|392@5628|393@5689|407@6049|395@5798|396@5659|398@5839|399@5647|400@5750|401@5680|406@5878|402@5655|403@5660|404@5669|405@5727|412@5864|408@5780|409@5792|410@5871|411@5962|421@6147|413@5935|414@5989|415@6071|416@6999|417@5940|454@6538|418@5969|419@6238|420@5975|427@7933|422@6072|423@6166|424@6117|425@6089|287@8092|428@6110|429@6144|430@6212|431@6327|432@6481|433@6321|434@6418|435@8815|436@8142|289@3945|438@6453|439@6468|440@7366|441@6496|442@7533|443@6427|444@6393|445@6405|446@6575|447@6620|448@6455|452@6497|450@7196|449@6550|451@6504|455@6531|453@6520|456@6996|457@6631|458@9553|459@6956|460@6705|461@6634|462@6605|463@6743|468@6736|465@6864|466@7083|467@7308|480@7890|469@6786|470@6822|471@6958|472@6727|473@6793|474@7204|475@7254|476@6921|477@7074|479@6950|486@4341|481@6982|482@7202|483@7303|484@7079|485@7078|487@7452|274@4659|489@7744|490@7198|491@7199|492@7344|493@3544|494@8354|495@7432|496@10727|497@8174|505@3578|498@7955|499@7385|500@7426|501@7796|502@9440|503@7354|507@7458|511@7674|506@7950|508@7645|512@8118|513@7670|514@11301|515@7724|521@7913|516@7977|517@7761|518@7701|519@7873|520@7845|522@10613|523@7843|524@13691|528@8029|525@7943|526@7980|527@11711|531@7958|533@8348|529@8015|530@8055|532@8992|538@8161|534@8191|535@8357|536@8371|537@8079|539@8238|540@8134|541@8253|542@8563|543@8167|544@8515|547@8350|545@8359|546@8370|549@8801|548@8813|555@8377|552@8334|550@8971|551@8393|553@8896|558@9068|557@8779|554@10038|556@13497|560@4247|559@8765|561@12456|573@9184|566@8676|562@8768|565@8585|563@8520|564@8808|570@8681|567@8757|597@9679|569@8867|568@18013|571@8924|575@8818|572@8764|576@8912|574@12254|577@11766|578@10718|579@5305|580@8994|581@8960|582@8849|583@10616|584@8958|591@9084|585@8923|586@15709|587@8943|588@9015|596@9256|589@9054|590@4629|592@9061|593@10092|594@9961|595@9025|598@9181|599@9212|600@9259|601@10851|602@9171|603@9315|604@9319|605@9297|606@9303|607@9314|608@9436|609@9430|610@9493|612@9490|617@11788|611@261|613@10315|618@10328|614@9761|615@2038|616@4729|629@12639|619@10378|620@10124|621@13953|622@9631|623@9766|628@9837|624@9608|625@9711|626@10468|627@9755|630@9743|634@10256|632@18033|631@14469|633@9966|635@10194|636@11921|637@10431|638@10029|639@11299|640@10293|644@10541|641@10139|646@10762|642@10024|643@10209|645@10143|647@273|648@10284|371@5832|813@12836|649@10336|650@10447|651@10341|652@10429|653@12248|654@10296|657@10348|655@10299|656@11099|658@10367|659@10371|667@15738|660@10375|661@11348|662@10563|663@10425|664@10702|665@10538|666@10395|668@10533|669@10477|670@10617|671@10874|672@10475|697@10979|673@10833|682@10907|674@10528|675@10595|676@10608|742@11792|677@4861|680@13943|678@1931|679@10601|681@10752|683@10726|691@10818|684@10777|685@10814|686@11743|687@11864|767@12478|688@11861|689@10765|702@11179|690@11512|692@4607|693@11084|179@11018|694@10869|696@10890|695@3540|698@15910|699@10989|504@11292|700@11498|701@13036|705@11226|703@11211|704@11157|711@11504|707@11185|706@11122|745@11802|708@11244|710@12750|709@13521|728@11845|712@11862|713@11233|714@11254|715@11454|764@12345|724@11416|716@11450|717@11326|718@11359|720@11341|719@11524|721@11754|722@11376|723@11885|725@11495|726@12049|727@11501|729@11480|743@12917|850@5194|730@12195|731@11753|732@11633|733@11959|734@11984|735@11669|736@11639|749@11920|737@12120|738@11646|739@11709|740@11909|741@11695|744@14029|746@12319|747@11918|750@12540|748@11814|751@12021|752@5080|753@11942|754@12103|755@12294|757@11963|756@12003|758@14922|759@12011|760@12033|761@12692|762@11995|766@12352|772@12399|763@4487|765@12465|768@13509|769@2989|775@2906|770@12373|771@12238|773@12308|774@12335|779@12813|776@14555|777@6608|778@12459|800@12842|780@13532|788@2994|781@12461|232@12703|782@12566|784@12494|783@4754|785@4046|786@13961|787@20928|793@12678|789@12844|790@13492|810@12739|805@12825|792@15187|798@6491|794@12705|791@8859|795@4863|797@4573|801@6723|802@12799|803@13306|804@13233|814@13584|799@8868|806@12793|807@12866|808@12273|809@11644|811@12631|812@12770|817@12696|818@12932|821@12892|819@13008|822@12795|820@13025|823@12900|824@12824|825@12820|827@12988|826@12901|828@12959|829@12954|285@4591|831@12972|832@12946|833@15434|834@13116|835@13254|836@13024|837@14062|838@13032|839@13086|840@13732|841@13245|843@13354|842@14761|849@13294|844@13416|845@13135|846@13155|847@13205|848@14456|852@13226|851@13264|853@4609|854@13269|855@13627|856@13255|857@13474|858@15716|859@13349|861@13320|860@4239|862@13465|863@13373|864@14745|865@13506|866@13367|867@13401|868@13399|874@13504|869@4331|870@13421|871@13443|872@13784|873@4217|875@13466|876@13706|877@13530|883@14041|815@15112|816@13604|879@13576|878@13540|880@13574|881@13647|882@13640|885@4792|884@13614|886@13859|887@13679|890@4350|888@4217|895@14501|889@13823|891@13708|892@13756|893@13832|894@17879|286@3917|897@14501|896@13740|898@16156|899@3934|901@4664|900@4202|291@4001|297@4453|292@5417|307@4425|308@6431|397@4216|437@4445|464@4397|478@15326|902@14072|488@4381|830@4490|903@6623|904@5246|911@5540|993@15107|906@4850|905@4886|910@5563|907@6098|908@4990|909@4919|943@14287|913@14155|912@13925|915@13951|914@6986|916@5299|917@5731|918@5543|919@5760|920@6325|921@13927|922@14981|923@14126|924@5847|927@13955|925@6151|926@6596|928@13930|929@14064|930@15385|931@6789|932@15596|933@14776|934@15443|935@6941|936@15771|937@15579|938@14445|939@15534|940@6490|941@6601|942@14809|944@15223|945@15884|956@15155|946@6855|948@6898|984@14875|947@15834|949@8050|955@14030|951@14260|950@13897|952@13912|953@7148|954@14794|963@13919|987@14421|957@14215|958@13998|962@13909|959@14519|960@13889|961@14024|964@15275|965@16857|966@14640|967@14012|968@14111|969@14106|971@14110|970@14188|985@14900|974@14393|972@14119|973@14479|975@14180|978@14365|976@14266|977@14299|979@14233|989@15394|980@14326|981@14853|986@14415|982@14368|983@14330|990@15726|988@15142|991@14778|992@14464|994@14578|995@14525|1012@15254|1038@15311|996@15466|997@14774|999@14628|998@14717|1000@14855|1001@14665|1004@14742|1002@15210|1003@14983|1020@15231|1005@14772|1006@14840|1018@15096|1007@15019|1008@15262|1009@14838|1010@14980|1011@15240|1013@14899|1014@15106|1015@14898|1016@15200|1017@15552|1019@15091|1021@15052|1022@14968|1023@15381|1026@15024|1024@15413|1028@15493|1025@15032|1027@15082|1032@15691|1029@15684|1030@15675|1031@15360|1036@15780|1033@15304|1034@15395|1035@15324|1037@15411|1039@15416|1040@15465|1044@15530|1041@15511|1042@15418|1043@15508|1045@16142|1046@15587|1048@15733|1047@15836|1053@22368|1050@15607|1049@15681|1051@15737|1055@15887|1052@15546|1064@15779|1054@22199|1056@15563|1058@15784|1057@15593|1059@15784|1060@15658|1061@15615|1062@15767|1063@15785|1067@15800|1065@15657|1066@15695|1068@15720|1069@15820|1070@15707|1071@15676|1072@15835|1073@15732|1076@15762|1074@15813|1077@15806|1075@15825|1078@15827|1079@15787|1082@15823|1080@15815|1081@15826|1083@15824|1086@15875|1095@16286|1123@16540|1138@16673|1102@16358|1211@17695|1170@17555|1257@18065|1214@17453|1191@18233|1265@18405|1320@19065|1288@19041|1239@19209|1200@19955|1488@21817|1475@21705|1493@21703|1318@18945|1399@21740|1421@20320|1504@22356|1537@22198|1512@22021|1545@22389|1406@22405|1226@22270|1547@22457|1522@22024|1533@22180|1152@18806|1446@21188|1478@21517|1513@21860|1351@20025|1549@22385|1188@22297|1555@22406|1554@22381|1222@17638|1556@22496|1560@22491|1484@22438|1502@21843|1561@22500|1597@22904|1596@22909|1589@22890'); INSERT INTO o2_members (uid, username, password, regdate, postnum, email, site, aim, status, location, bio, sig, showemail, timeoffset, icq, avatar, yahoo, customstatus, theme, bday, langfile, tpp, ppp, newsletter, regip, timeformat, msn, dateformat, ignoreu2u, lastvisit, rating, realname, firstname, emailnotify, profileviews, u2upopup, chatpopup, hidden, hidesig, hideavatar, logintime, readtopics) VALUES (146,'UNi','0f59a39ca083fb36f4756ecf4c523db6',1079884935,13,'uni-d@wanadoo.fr','','fatnicolas','Member','','','Gnarf !','no',1,'','http://membres.lycos.fr/imagestock/stitch_gnarf2.gif,60,90','','','Oxygen',440204400,'French',30,25,'yes','217.128.243.219',24,'','dd-mm-yyyy','',1080239962,'','UNi','D','no',2,'yes',0,'no','no','no',31536000,'506@7950|499@7385|371@5719|33@2057|82@836|480@7644|521@7913|285@7686|270@7345|289@7735|508@7645|291@6200|292@6338'); INSERT INTO o2_members (uid, username, password, regdate, postnum, email, site, aim, status, location, bio, sig, showemail, timeoffset, icq, avatar, yahoo, customstatus, theme, bday, langfile, tpp, ppp, newsletter, regip, timeformat, msn, dateformat, ignoreu2u, lastvisit, rating, realname, firstname, emailnotify, profileviews, u2upopup, chatpopup, hidden, hidesig, hideavatar, logintime, readtopics) VALUES (36,'Koriolis','6ed7c079e21e7ca2b6df5d2870ecd59d',1071504599,72,'koriolis@free.fr','http://koriolis.free.fr','','Member','','','Envie d\\\'intégrer un moteur de scripts dans votre jeu? Et si ces scripts étaient écrits tout simplement en Blitz :) ? Jetez donc un coup d\\\'oeil à BVM, sur [url]http://koriolis.free.fr/bvm[/url]','no',1,'','','','','',0,'French',30,25,'no','192.168.4.117',24,'','dd-mm-yyyy','',1100635692,'','','','no',16,'yes',0,'no','no','no',900,'41@277|45@339|64@490|42@471|63@488|53@456|76@648|75@640|79@659|83@653|87@692|113@991|114@975|109@969|110@970|136@1191|78@1505|141@1236|131@1141|135@1365|118@1230|93@1234|25@1335|149@1413|151@1415|150@1380|154@1443|155@1444|134@1445|183@2051|165@2031|43@2001|805@12615|777@6608|794@12132|232@12222|811@12613|819@12958|822@12795|774@12335|832@12940|830@12933|829@12934|827@12948|835@13254|856@13250|854@13234|848@13163|625@9711|970@14184|976@14169|943@6559|932@14134|936@14181|951@14074|954@14151|974@14393|1022@14966|1017@14932|1170@16990|945@16974|833@15434|667@15738|1320@19102|1311@18815|1292@18963|1303@18909|554@19678|1349@19578|1360@19659|1392@20016|1552@22366|1544@22367|1546@22334|1547@22293|1630@23172|1628@23289|1634@23831|1638@23325|1562@23461|1672@23822|1690@24247|1694@24192|1566@13907|1686@24120|1555@14048|1262@24109|1670@23918|1406@22796|1510@24831|1708@24701|1715@24756'); INSERT INTO o2_members (uid, username, password, regdate, postnum, email, site, aim, status, location, bio, sig, showemail, timeoffset, icq, avatar, yahoo, customstatus, theme, bday, langfile, tpp, ppp, newsletter, regip, timeformat, msn, dateformat, ignoreu2u, lastvisit, rating, realname, firstname, emailnotify, profileviews, u2upopup, chatpopup, hidden, hidesig, hideavatar, logintime, readtopics) VALUES (38,'OrcEpic','d938a54e4616f3fa5b1d96e55f3c6523',1071653276,1108,'orcepic@free.fr','','','Member','proche de Rouen','','','no',1,'','http://fabrice.coquin.free.fr/orcepic.jpg,90,90','','','',96850800,'French',30,25,'yes','10.60.25.96',24,'orcepic@free.fr','dd-mm-yyyy','',1103147998,'','coquin','fabrice','no',386,'yes',0,'no','no','no',31536000,'50@402|28@2909|12@5491|52@503|51@465|41@390|21@3370|39@319|38@407|30@437|6@408|54@562|56@440|55@448|48@443|53@1706|57@453|42@1488|58@467|59@1565|71@591|76@593|64@491|75@10811|68@1606|77@596|107@952|111@997|123@5693|117@1176|115@1175|118@1230|140@1297|135@1913|96@13965|141@1284|138@2081|133@1184|43@2001|132@1223|78@7427|124@1235|93@1584|142@1651|122@1398|129@1233|139@1393|25@1756|134@5067|143@1303|144@1279|145@1536|146@1358|4@26107|150@1391|151@1543|149@1382|154@1431|153@1432|99@1539|158@1803|155@25394|161@4510|159@1795|162@1660|90@1601|163@1624|164@1643|160@1641|165@2093|166@1694|168@1809|170@25653|169@1808|172@1817|186@2044|183@2052|33@10339|178@2058|182@2062|184@3799|187@2075|2@6|188@2098|180@3644|152@3043|189@2181|177@2275|179@10872|192@10873|193@2475|191@3105|194@2247|195@2357|190@2741|196@2885|197@2224|200@2260|185@2429|199@2209|201@2246|198@2237|203@5249|202@2253|204@7034|208@8544|215@2063|207@15574|216@2508|214@2476|226@2729|228@3003|230@2882|233@3317|231@2770|234@3010|223@2675|232@12703|229@3113|238@2987|241@3159|106@2869|227@3156|237@2932|242@2983|5@3048|243@3033|245@3104|11@2985|244@3037|63@1318|49@379|213@3198|246@3152|247@3475|249@3364|250@8072|248@697|252@3833|254@3185|253@3405|251@3439|130@1187|13@275|255@2760|219@2652|239@3639|257@3321|256@3212|258@3396|262@3647|260@3388|259@3623|261@3613|263@3620|264@4032|218@811|265@3733|266@3564|267@3440|268@3390|269@8200|270@8540|271@4637|272@3696|273@3687|274@22555|275@3649|276@4740|277@7463|278@3824|279@15127|281@4821|280@5144|282@21055|285@4591|286@3917|287@8092|283@4311|288@3905|289@3836|284@3957|290@5110|291@3929|293@4040|292@5417|296@4019|294@4387|295@3908|298@4282|297@7484|299@4104|300@4324|301@4277|108@1001|100@826|302@4924|304@4176|303@4173|305@4322|306@4287|307@4407|308@22743|309@4767|310@4944|312@4275|311@4302|313@6058|314@4688|315@4727|316@4753|317@4372|318@7044|319@4475|322@4603|320@4526|325@4947|326@4800|324@4732|328@4736|327@4623|329@4787|323@4515|331@4712|330@5497|332@4633|321@4491|333@4827|334@4752|119@1148|69@765|91@708|335@8277|7@4868|94@4785|336@4858|337@5837|338@5019|339@4942|340@5059|341@4884|342@4955|343@6522|345@4931|346@4941|347@4999|350@5041|349@5069|348@5005|353@5141|352@7797|356@5574|355@5273|354@5184|351@5049|357@5188|358@5438|359@5263|362@5153|361@5122|360@5113|363@5205|364@5227|366@5267|365@5315|367@6101|369@5304|368@5212|370@5257|372@5261|371@25976|373@5274|375@5272|374@5269|379@5604|376@5684|377@5770|378@5662|380@5407|381@5339|382@5346|383@6668|384@5661|387@5613|386@5423|388@5529|389@5475|390@5600|391@7681|393@5689|392@5628|394@5691|398@5839|397@4216|400@5750|385@5678|401@5680|395@5798|399@5647|402@5655|403@5660|404@5669|405@5700|175@1945|104@936|407@6049|408@5780|409@5792|410@5871|411@5959|406@5878|412@5864|396@5659|413@5916|414@5989|415@6071|417@5940|416@6999|418@5969|423@6166|424@6117|419@6238|422@6072|421@6147|425@6089|426@8809|427@7933|428@6110|429@6144|430@6212|433@6314|434@6418|431@6225|435@8815|436@8142|437@4409|438@6453|439@6468|440@7366|441@6496|442@7533|444@6393|445@6405|446@6575|443@6427|447@6620|432@6481|450@7196|451@6504|448@6455|449@6540|452@6497|453@6520|110@2868|454@6538|455@6531|457@6631|458@9375|456@6996|459@6956|460@6705|462@6605|464@4329|463@6743|461@6634|467@6650|466@7083|465@6864|469@6686|468@6736|470@6822|473@6793|471@6958|472@6727|474@7204|475@7254|477@7074|476@6888|478@4338|479@6950|480@7890|481@6982|483@7181|482@7202|484@7079|486@4341|487@7452|488@4381|485@7078|493@3544|494@8354|489@7744|492@7260|508@7645|504@11292|501@7796|497@8077|507@7458|505@3578|506@7950|495@7432|500@7426|496@7392|499@7385|503@7354|491@7199|490@7198|509@7951|502@8963|510@9453|511@7674|498@7955|86@725|101@870|83@724|512@8102|513@7670|514@11301|515@7724|516@7977|519@7873|518@7701|517@7761|14@122|520@7845|521@7913|522@10613|523@7843|524@17266|525@7943|526@7980|527@8030|528@8029|530@8055|529@8015|531@7988|532@20948|533@8298|535@8357|534@8191|537@8079|536@8286|539@8238|538@8139|540@8114|542@8563|541@8253|544@8515|545@8359|546@8292|547@8350|548@8813|549@8801|550@8971|551@8312|553@8896|555@8377|554@19674|552@8334|556@4306|558@9068|557@8779|559@8765|560@16141|561@12456|562@8768|563@8520|565@8585|564@8808|566@8676|567@8757|568@18013|570@8681|569@8867|571@8924|572@8764|573@9184|574@18686|575@8818|576@8858|577@11766|579@16806|578@10655|580@8994|581@8960|582@8849|583@10616|585@8923|584@8958|590@4629|588@9015|586@22569|589@9054|587@8943|591@9084|593@10092|592@9061|594@9961|596@9166|597@9138|599@9212|598@9181|600@9151|601@9959|602@9171|603@9315|604@9319|608@9436|605@9297|606@9303|607@9314|609@9430|610@9493|612@9412|611@9567|613@10315|616@4598|614@9761|619@10378|621@13953|622@9631|617@11689|620@10124|623@9592|618@10297|615@9616|624@9608|625@9711|626@10468|627@9755|629@12639|630@9743|628@9813|631@14469|632@18033|633@9966|634@10256|635@10194|637@17424|636@16910|638@10029|639@11299|640@5676|642@10024|641@10139|643@10209|644@10541|645@17829|648@10284|646@10762|647@10190|650@10447|652@10429|653@12248|651@10283|655@10299|658@10367|656@11099|657@10332|654@10296|659@10371|661@11348|663@10425|662@10563|660@10375|665@10538|664@10702|666@10395|667@18012|668@10533|669@10477|670@10617|671@10874|672@10475|673@10833|674@10528|675@10595|676@10608|677@4861|678@10643|679@10601|681@10640|680@7484|682@3533|684@10647|683@10726|685@10814|686@24665|689@10665|688@11154|687@10741|691@10818|690@11512|696@20264|693@10877|694@10869|695@3540|692@4607|697@10979|699@10989|701@25648|703@11079|705@11226|704@11137|700@11498|702@11136|698@15867|706@11100|707@11094|709@13521|708@11244|711@11504|713@11233|714@11254|712@10769|715@11454|716@11450|717@11326|718@10748|719@11524|720@11341|721@11336|722@10782|723@11563|725@11495|727@11501|724@11416|726@12049|728@11653|729@11480|730@12195|733@11959|735@11553|734@11984|732@11561|731@11531|737@12120|740@11615|739@11709|741@11695|755@12294|753@11942|758@12874|757@11963|756@12003|751@12021|710@11964|762@11995|744@17390|761@12685|750@12540|760@12025|743@26409|754@12080|759@12011|746@12009|167@1821|764@12345|763@4487|765@12465|766@12352|767@12452|752@5080|769@2989|771@12238|770@12373|768@12992|772@12399|773@12264|775@12551|774@12335|777@6608|776@14555|778@12459|779@12805|780@13532|786@25714|785@4046|787@20928|783@4754|788@2994|782@12566|792@18509|791@8859|793@12634|789@4167|794@12705|790@13492|795@4863|797@4573|796@6241|801@6723|799@8868|802@12799|800@12842|798@6491|804@13233|803@13306|805@12825|806@12793|807@12866|808@12273|809@11644|810@12739|812@12770|811@12618|813@12786|814@16676|817@12696|818@12932|819@13008|820@13025|821@12892|824@12803|822@12795|823@17132|826@12901|828@12959|827@12988|829@12909|830@4490|831@12972|835@13213|834@13116|833@15434|837@14062|836@13024|838@13032|840@13732|843@13341|842@16800|841@13245|844@13242|845@13135|847@13205|846@13155|848@14456|850@22814|849@13290|851@25658|852@13200|853@4609|854@13269|855@13627|857@13291|858@25661|859@13293|862@13465|860@4239|864@14745|869@24041|863@13373|865@13396|870@13421|867@13401|868@13399|871@25693|873@4217|876@13706|874@13458|872@13784|877@13487|881@13623|880@13574|879@13576|884@13614|816@13604|885@4792|886@13859|887@13621|882@13619|889@13632|894@19612|892@13756|895@18195|898@16326|891@13708|896@13740|890@13786|893@13832|901@4664|900@4202|883@24638|902@14072|903@6623|905@4650|904@4985|906@4850|907@6098|908@4990|910@5563|909@4903|911@5540|912@7604|913@7470|914@6986|917@5731|915@13951|916@5299|918@5543|919@5760|920@6325|921@7735|924@5847|922@6512|923@14079|925@6151|926@6152|927@13955|930@24345|929@6971|931@6789|932@20272|933@14776|935@20925|934@17164|936@21275|928@6323|937@21318|938@20993|939@15534|940@6490|941@6489|942@24338|943@21603|944@15223|945@16380|946@6724|947@13760|950@13897|948@6810|951@24240|952@6886|954@18025|955@7298|956@14099|953@7148|957@23892|958@13960|959@14519|960@7685|962@24341|964@20211|965@16857|966@14431|967@14012|961@14024|968@14044|969@14073|970@14188|973@14479|976@14266|975@14180|977@14275|974@25397|978@14365|979@14233|980@20932|981@14344|984@26251|983@14330|982@14368|985@14824|986@14415|987@14421|815@14781|989@15394|990@14769|988@15078|991@14778|992@14464|993@14740|995@14525|994@14578|996@25151|997@14774|998@14717|999@14628|1000@14834|1002@21281|1003@25919|1001@14665|1004@14742|1005@14772|1006@14839|1007@14885|1008@19042|1009@14838|1012@15254|1016@15200|1013@14899|1015@14890|1017@15552|1020@24895|1023@15381|1027@15077|1021@15052|1031@15360|1024@15413|1034@15395|1033@15225|1032@15263|1037@16376|1038@20632|1039@15927|1040@16114|1041@17913|1042@15383|1043@15403|1036@15852|1044@15530|1046@15587|1045@15518|1047@15844|1052@15546|1053@22339|1054@20576|1050@15558|1055@19333|1048@15555|1056@15563|1057@15584|1058@18519|1061@15612|1060@15622|1051@17554|1062@15767|1063@16127|1066@15651|1068@15720|1069@17802|1072@16021|1076@24287|1081@15842|1083@15824|1074@15813|1084@15839|1085@15841|1086@15868|1087@15871|1088@15854|1079@15862|1078@15866|1071@16414|1077@15864|1090@16042|1092@16122|1097@16443|1095@16801|1093@15952|1099@16005|1089@17497|1100@16295|1098@16193|1096@16026|1102@16151|1101@16405|1103@16112|1104@16044|1106@16100|1110@16108|1109@16292|1107@16081|1112@16334|1114@16262|1115@16427|1117@16274|1113@16266|1123@17210|1121@16239|1120@16276|1122@16268|1111@16261|1116@16271|1128@17560|1130@16363|1129@16808|1131@16396|1127@16400|1134@16436|1133@16415|1132@16412|1135@16571|1125@18350|1136@17162|1137@16445|1139@16789|1138@18648|1140@16611|1142@16729|1141@16671|1143@16529|1144@16581|1147@16602|1146@16802|1145@16582|1148@16790|1150@16681|1152@18806|1151@16659|1149@16603|1153@16640|1154@17790|1155@16766|1157@16889|1156@16655|1158@24339|1160@16675|1159@16791|1161@16677|1162@17501|1163@16749|1164@25825|1168@16732|1165@16895|1167@16899|1166@16713|1170@17531|1169@17661|1171@16775|1176@16874|1175@18834|1173@17456|1174@16807|1118@16835|1172@16879|1049@15681|1177@16844|1178@21306|1181@17203|1180@16878|1182@16887|1179@16884|1183@16901|1184@19183|1185@17504|1186@16964|1187@17118|1191@18233|1190@17763|1188@22284|1189@17847|1192@17819|1193@17131|1199@17391|1200@18616|1198@17135|1196@17986|1194@17452|1195@17825|1201@17334|1209@17760|1197@17306|1207@17380|1210@17506|1206@17508|1204@17392|1214@17453|1213@17579|1212@18544|1208@17455|1215@17663|1211@17823|1216@17543|1218@17559|1217@17521|1219@21433|1221@17593|1220@17599|1230@17965|1231@17764|1227@17745|1223@18275|1229@17659|1226@23651|1228@25652|1224@17770|1233@18008|1234@17752|1232@17778|1235@17920|1236@17804|1237@17798|963@17811|1222@17638|1238@18218|1241@18004|1242@17922|1239@21316|1243@17871|1244@18010|1245@14151|1246@17903|1247@17947|1248@18027|1250@18149|1249@17991|1252@20664|1251@18018|1253@18610|1254@18148|1255@14424|1257@18029|1258@18165|1259@18034|1260@20269|1264@20193|1262@24109|1263@18228|1261@18182|1256@18362|1265@23299|1267@18277|1266@18232|1269@18253|1268@18271|1270@18336|1271@24596|1272@18403|1274@18264|1273@24931|1275@18274|1277@18612|1276@18411|1278@26235|1279@24323|1280@21410|1282@18420|1281@18413|1284@18376|46@18794|1288@19675|1287@18477|1286@18557|1283@18465|1285@18804|1289@18593|1290@18592|1292@18963|1291@18556|1297@18642|1294@18827|1298@19088|1295@19061|1296@23796|1293@18651|1299@18679|1300@18702|1301@18895|1303@18909|1302@18714|1305@18733|1304@18801|1075@15825|1306@18764|1308@19022|1307@18782|1309@19050|1310@19890|1311@21536|1312@18814|1314@18849|1313@19131|1315@19159|1316@18890|1317@18950|1320@19167|1318@18945|1323@19182|1319@19039|1324@19600|1322@19011|1321@19064|225@2765|1325@19081|1326@19508|1327@19121|1330@21540|1331@19174|1332@19150|1333@19329|1328@19169|1334@19170|1335@19195|1336@19191|1337@19231|1338@19586|1341@23241|1342@19360|1340@19295|1343@19593|1344@19356|1346@19395|1347@19393|1352@19448|1350@19411|1349@24586|1353@19422|1345@19423|1351@19662|1358@19589|1356@19565|1361@19604|1359@19595|1357@20434|1360@19617|1362@19613|1365@26286|1363@19650|1364@19672|1399@20116|1400@20113|1402@20118|1396@20233|1404@20183|1405@20119|1406@22291|1409@21411|1411@20206|1416@20314|1414@20223|1412@20281|1417@20235|839@20232|1419@20266|1418@20268|1415@20360|1420@20414|1392@20301|1421@22737|1423@24570|1375@20699|1425@20424|1426@20426|1429@20985|1430@20550|1428@20574|1432@20557|1431@20548|1434@20606|1435@20617|1437@21164|1442@21099|1440@20860|1445@22658|1441@20851|1444@20995|1448@24836|1456@21074|1455@22247|1454@21067|1453@21186|1451@21310|1458@21362|897@21733|1059@13882|1461@21181|1460@23801|1462@21178|1446@21179|1463@21313|1464@21282|1465@21290|1466@21315|1467@24555|1459@21463|1452@21327|1468@22435|1469@25153|1470@21397|1471@21451|1472@21464|1473@21462|1474@21418|1475@21652|1477@24585|1476@21590|1401@21470|1480@21571|1478@21517|1479@21715|1481@24723|1484@22438|1483@21564|1482@21601|1485@21849|1486@21573|1487@21802|1488@22487|1490@21746|1491@24423|1494@21859|1495@21735|1493@21873|1501@21958|1492@21804|1496@21944|1499@21853|1502@21800|1504@22958|1500@21821|1503@22015|1498@21771|1505@21854|1507@21950|1506@21827|1510@26097|1509@21868|1513@21866|1514@21971|1511@21948|1512@24930|1516@21945|1515@21952|1517@22044|1518@21994|1520@21978|1522@22020|1521@22043|1523@22036|1525@22249|1519@22048|1526@22050|1529@22155|1530@22097|1531@22176|1534@22246|1528@22338|1533@22180|1535@22183|1537@22326|1538@22208|1536@22259|1539@22242|1542@22253|1543@22280|1541@22287|1545@22441|1544@22343|1546@24604|1547@22538|1549@24091|1548@22342|1550@22347|1551@22884|1554@22442|1555@25974|1552@22414|1508@22443|1557@22499|1556@22496|1558@22455|1559@13872|1560@22491|1561@13867|1562@23462|1553@13722|1564@22563|1566@24317|1567@22567|1563@22549|1570@22585|1568@24104|1569@22640|1572@22590|1576@22736|1577@22653|1573@22662|1580@17967|1575@22665|1579@22804|1578@23143|1581@22697|40@258|1565@22695|1582@24929|1583@22744|1584@22792|1586@22843|1585@25650|1591@22789|1593@24111|1590@22821|1592@22780|1588@22806|1594@22835|1589@22890|1597@22895|1595@22999|1596@23948|1598@22883|1601@23017|1599@23077|1603@22954|1602@22928|1587@23180|1604@24743|1605@26632|1606@24637|1600@22953|1609@23094|1608@22992|1607@22955|1610@22971|1615@23009|1616@25150|1611@24175|1612@24418|1620@23278|1619@23875|1618@23042|1617@23291|1621@23630|1622@25728|1624@23566|1613@23132|1625@23114|1623@26888|1614@23102|1627@14049|1388@20026|1626@23149|1628@23260|1631@23159|1632@23189|1630@23172|1629@23225|1633@23239|1634@23777|1637@23652|1635@23775|1636@23632|1640@23438|1638@23565|1643@26780|1641@25999|1646@23569|1645@23448|1647@23703|1648@24102|1644@24062|1649@23661|1654@23559|1651@23568|1650@23560|1653@24060|1652@23562|1656@24429|1657@23676|1660@23711|1661@23712|1658@23745|1659@24673|1667@24140|1662@23790|1664@24070|1666@23749|1663@25137|1665@23772|1670@23918|1668@24369|1682@24042|1681@25424|1680@24363|1679@23964|1678@23904|1676@23903|1677@23895|1683@23989|1686@26494|1685@24110|1684@24149|1688@26436|1689@25684|1687@24151|1571@24100|1690@25900|1691@24170|1692@24342|1675@24157|1694@7174|1696@24416|1695@24794|222@24350|1697@24368|1698@24559|1699@24424|1704@24861|1703@24498|1705@24724|1707@24898|1701@24468|1708@24791|1709@24692|1712@24749|1711@24730|1713@24954|1714@24783|1715@26280|1717@24788|1716@24790|1720@24863|1721@24951|1722@25663|1723@26959|1725@25442|1724@26427|1718@24899|1727@26440|1728@24970|1726@24966|1710@24928|1070@24933|1706@24934|1729@25005|1730@25017|1732@25144|1733@25088|1736@25131|1739@25189|1497@25152|1741@25421|1740@26164|1742@25353|1743@25659|1746@25284|1745@25479|1749@25643|1750@25406|1752@25385|1751@25379|1748@25998|1747@25499|1734@25395|1753@26861|1755@25477|1756@25491|1761@26012|1759@25929|1762@25625|1744@25656|1765@25784|1767@25868|1764@25813|1757@25731|1766@25709|1771@26006|1768@25827|1772@25895|1775@25965|1777@25971|1776@26000|1779@26031|1778@26110|1780@26034|1781@26128|1783@26087|1774@26071|1784@26285|1788@26185|1786@26111|1785@26114|1795@26288|1794@26246|1789@26292|1790@26508|1796@26604|1800@26517|1798@26375|1797@25133|1791@26250|1803@26636|1804@26399|1769@26347|1801@26838|1719@26454|1738@26847|1806@26564|1807@26606|1805@26601|1808@26578|1809@26637|1810@26630|1811@26635|1812@26631|1813@26641|1814@26643|1815@26881|1817@26699|1821@26774|1819@26846'); INSERT INTO o2_members (uid, username, password, regdate, postnum, email, site, aim, status, location, bio, sig, showemail, timeoffset, icq, avatar, yahoo, customstatus, theme, bday, langfile, tpp, ppp, newsletter, regip, timeformat, msn, dateformat, ignoreu2u, lastvisit, rating, realname, firstname, emailnotify, profileviews, u2upopup, chatpopup, hidden, hidesig, hideavatar, logintime, readtopics) VALUES (160,'alain','f6d8191a85360e29d4fb0905464074cd',1080224824,6,'alain@devils.ch','','','Member','Lausanne','','','no',1,'','images/avatars/Avatar14.gif','','','',-3600,'French',30,25,'yes','10.0.10.22',24,'','dd-mm-yyyy','',1100173374,'','','','no',20,'yes',0,'no','no','no',31536000,'530@8055|526@7918|527@7904|529@7911|352@7797|524@17017|269@8200|548@8256|557@8500|560@8480|486@7374|579@8964|587@8943|556@8944|564@8808|494@8354|568@8790|570@8681|592@9041|593@9043|558@9068|257@706|192@2854|576@8912|528@8029|601@9168|600@9259|616@4598|617@9574|636@5741|619@9864|596@9256|232@9737|286@3758|890@13836|307@4208|478@14957|289@3945|871@13443|761@12692|933@6629|913@14155|939@7118|96@13965|956@15155|929@6971|928@6323|919@5760|858@5441|948@6898|847@13205|809@11644|955@7134|931@6789|927@7135|945@6990|775@2906|578@10718|934@7375|930@7369|957@7361|951@6879|938@7141|876@13706|833@13127|940@6490|920@6325|909@4919|907@6098|985@14323|1003@14983|1016@15102|1012@15101|1027@15082|1023@15080|1026@15024|1010@14980|1022@14968|1000@14855|1032@15691|1054@22199|1101@16003|1063@16187|1043@15508|1040@16114|1042@15418|842@16130|1039@15927|1120@16242|1122@16268|1121@16370|1134@16417|1148@16566|1146@16564|1167@16924|1191@18233|1189@17847|1123@17210|1173@17013|1199@17130|1226@21520|1214@17453|873@4217|1288@18699|1278@22188|1279@18758|1138@18648|1280@18440|1365@20329|1368@19901|1421@20320|1425@20429|1504@22430|1487@21802|1558@22449|1555@22539|1554@22442|1690@24433'); INSERT INTO o2_members (uid, username, password, regdate, postnum, email, site, aim, status, location, bio, sig, showemail, timeoffset, icq, avatar, yahoo, customstatus, theme, bday, langfile, tpp, ppp, newsletter, regip, timeformat, msn, dateformat, ignoreu2u, lastvisit, rating, realname, firstname, emailnotify, profileviews, u2upopup, chatpopup, hidden, hidesig, hideavatar, logintime, readtopics) VALUES (142,'Fruity-Music','c16bbe51dadf8648f2337ba1a2915436',1079783628,1055,'fruity-music@fr.st','','','Member','dans ma chambre','ba j\\\'adore les robots depuis petit... donc je me suis mis a rpogrammer et je programme donc , des jeux mais aussi des robots !\r\nje fé de la musique ( sa on s\\\'en doute ) : de la guitare et aussi sur lordi :D\r\nJ\\\'aime les filles :p','[img]http://perso.wanadoo.fr/gamers-univers/avatars/sign-fruity.gif[/img]','yes',1,'','images/avatars/Avatar31.gif','','','',640994400,'French',30,25,'yes','81.220.61.95',24,'fruitymusic@msn.com','dd-mm-yyyy','',1103137358,'','','chri-chri :)','no',140,'yes',0,'no','no','no',86400,'489@7744|134@5067|493@3544|497@8174|486@4341|495@7268|458@9553|477@7074|367@6101|494@8311|467@7308|426@7309|501@7510|500@7360|496@7346|504@11105|498@7955|492@7344|287@7451|352@3653|511@7674|510@9453|75@10811|275@3649|509@7935|277@7463|505@3578|513@7643|515@7707|391@7681|516@7733|522@10602|521@7818|526@7880|524@3673|520@7845|529@7932|530@7987|532@21319|270@7345|508@7645|528@8029|531@7958|535@8096|536@8371|533@8091|289@8169|540@8131|541@8253|527@11711|542@8563|543@8144|514@9502|546@8370|548@8813|547@8240|208@8391|549@8710|551@8393|554@19690|556@13483|553@8382|555@8377|558@8435|559@8467|560@9086|564@8691|557@8533|563@8520|562@8768|565@8585|567@8757|566@8596|573@9184|572@8702|568@12051|574@18686|575@8776|578@20230|580@8825|579@16198|577@8784|582@8837|583@9009|586@22610|581@8925|585@8923|589@9026|593@10092|424@6117|597@9138|600@9259|594@9961|598@9181|599@9212|601@10851|591@9084|596@9166|603@9315|604@9319|605@9297|606@9303|608@9436|612@9475|610@9403|203@5249|609@9405|613@10315|611@9552|616@4729|614@9491|232@10697|618@10328|623@9602|615@9603|619@9684|620@10124|625@9711|617@9574|626@10468|629@9892|621@13953|628@9754|631@14469|633@9800|634@10242|636@16910|637@17424|642@10024|640@10004|638@9957|181@2032|643@10209|641@10063|635@10108|644@10131|639@10210|648@222|647@10202|646@10183|652@10291|655@10299|656@11099|657@10348|650@10447|651@10341|658@10347|659@10371|665@10538|664@10551|662@10408|668@10533|653@12248|669@10459|675@10595|671@10874|673@10519|670@10505|661@10558|678@10597|679@10601|682@10907|681@10611|677@4861|686@10641|667@10572|685@10638|684@10707|689@10665|688@11861|683@10688|690@10772|694@10869|687@11748|693@10864|192@10886|696@10882|698@15910|699@10989|695@3540|179@10938|702@11179|704@11157|680@10686|703@10999|701@11092|705@11199|707@11177|710@11964|709@13521|700@11059|708@11160|712@11227|715@11253|718@10748|720@11341|724@11416|725@11461|726@12049|727@11443|719@11524|734@11544|733@11878|732@11633|739@11605|737@12068|728@11632|746@11786|4@26107|751@12021|743@24816|750@12540|749@11920|741@11695|752@11870|753@11926|747@11918|755@12000|756@11930|758@12874|761@12074|763@12055|765@12465|319@4475|716@11450|371@5832|768@12146|730@12195|769@12321|774@12335|775@12387|772@12346|777@12592|778@12459|776@12476|767@12452|780@13532|781@12489|783@4674|786@25725|785@4046|788@12543|787@12596|782@12566|795@4733|810@12739|807@12866|803@6271|804@13233|806@12793|821@12867|801@6723|828@12959|827@12868|830@12875|792@18509|834@13116|809@11644|838@13032|836@13024|820@13025|840@13732|837@13736|844@13184|842@20587|833@13127|839@13086|845@13135|847@13205|846@13136|850@4292|848@13268|851@18630|843@13153|841@13182|831@12972|854@13256|835@13254|315@4727|38@407|48@911|267@3440|251@3439|800@12842|859@13349|858@25694|864@13667|873@4217|871@13443|869@13413|874@13504|877@13530|876@13525|865@13482|862@13465|883@13523|815@15112|816@13604|878@13533|879@13576|881@13565|855@13627|891@13708|898@16289|894@4744|893@13697|896@13740|892@13756|895@14274|292@4020|464@4374|96@13965|285@4356|908@4990|884@13614|912@7604|907@5445|915@16742|913@14155|920@6325|936@21174|930@14943|943@21031|942@24338|308@6431|938@20951|934@15166|932@16411|945@16380|933@13903|939@15097|947@13760|948@6797|922@14952|944@14292|950@6876|958@7406|282@14447|960@13889|949@7210|961@14024|952@13906|964@13939|965@16857|921@13927|937@21228|957@21268|966@14105|967@14012|923@14086|970@14175|929@14064|968@14095|956@15155|971@14107|744@14029|975@14180|976@14217|973@14479|910@5563|790@13492|980@14326|985@14824|988@14995|987@14389|986@14363|974@14393|989@14947|993@14550|992@14464|954@14794|991@14778|1000@14644|997@14592|984@14598|998@14709|1001@14665|1002@21259|1004@14708|1003@25958|1009@14816|1007@14940|1011@14851|1006@14840|1013@14864|1008@16430|1018@14962|1020@24800|1016@15102|478@14957|1012@14908|978@14365|977@14299|1021@15052|1022@14965|1024@15413|1017@14932|1014@15106|1031@15360|1023@15080|1030@15160|1028@15475|1037@16376|1050@15607|1041@15449|1047@15464|207@15504|1045@15444|1046@15473|1054@22199|1056@15563|1055@19333|1029@15661|1067@15800|1069@16863|1051@15654|1048@15733|1058@15859|1074@15745|1070@15707|1080@15801|1076@15762|1089@16665|1094@16023|1100@16295|1086@15875|1099@16000|1090@15956|1108@16098|1111@16125|1095@16135|1114@16262|1123@16811|1109@16292|1112@16334|1102@16358|1106@16317|1126@16309|1110@16133|1116@16331|1124@16260|1115@16736|1128@16403|1120@16276|1101@16361|1130@16363|1121@16370|1127@16401|1132@16412|1053@16704|1134@16431|823@16162|1135@16542|1142@16473|1138@16673|1140@16622|1143@16500|1139@16501|1141@16671|1144@16543|1097@16443|1147@16556|1146@16583|1148@16597|1158@20305|1151@16659|1156@16655|1165@16895|1167@16924|1169@16868|1174@16807|1176@16874|1173@16831|1177@16850|1175@16849|1178@13746|1181@17203|1184@19183|1183@16901|1186@16930|1189@17847|1188@16994|1191@17042|1192@17040|1190@17056|1194@17101|1198@17135|1253@18581|1295@19526|1279@24323|1280@21398|1288@19683|1278@26402|1211@19905|1219@21433|1265@18405|1200@19955|1252@20664|1195@17825|1255@14424|1296@23815|1298@19093|1299@18679|1226@23651|1209@17760|46@18657|1294@18660|1287@18477|1283@18465|1245@14151|1317@19136|1306@18764|1316@18887|1267@18277|1308@18904|1318@18945|1319@18981|1320@18973|1326@19076|1328@19196|1327@19091|1329@19101|1323@19123|1330@20737|1331@19127|1332@19150|1338@19213|1339@19818|1343@19308|1342@19360|1349@19578|1346@19395|1345@19427|1352@19448|1353@19553|1362@19613|1361@19817|1360@20006|1365@19665|1366@19687|1363@19814|951@24240|1368@19766|1367@19710|1364@19672|159@19772|2@6|1374@19777|1310@19831|1372@19821|1375@20639|1241@19875|1382@19884|1229@24556|1388@19952|1384@19958|1386@19956|1391@20003|1392@20010|1395@20022|1400@20213|1393@20093|1399@20106|1402@20102|1405@20109|1398@20042|1396@20094|1264@20151|1401@20091|1406@22796|1378@20123|1237@17798|269@8200|343@6522|388@5529|290@5110|199@2209|135@1913|59@1565|77@906|1409@20303|935@20925|1421@22737|1422@20387|1196@17986|1423@20401|1425@20446|1430@20508|1431@20548|1429@20985|1428@20546|436@8142|1433@20622|1404@20183|1434@20652|1437@20673|1435@20617|1438@20731|1380@20185|1443@20842|1442@20870|1448@24677|1456@21074|1452@20987|1455@21131|1462@21178|1463@21182|1460@21146|145@1536|417@5940|1411@20206|1467@21323|1465@21290|1458@21346|1472@21395|1311@21508|1488@21620|1491@24482|1484@21744|1471@21451|1271@21767|1496@22055|1504@21976|1515@22010|1485@21849|1500@21920|1528@22425|1529@22174|1510@22464|1479@21715|1534@22153|1537@22206|1469@24650|1545@22288|1549@22426|1554@22428|1552@22414|1561@13867|1508@23802|1555@26032|1570@22585|1566@15087|1569@22640|1572@22607|1576@22637|1578@23143|1532@22170|1579@22727|1581@22697|1582@23919|1583@22719|1577@22653|1586@22843|1585@26834|1592@22780|1595@22825|1593@24111|1599@22907|1604@22979|1609@23094|1622@25772|1620@23088|1617@23291|1629@23165|1587@23141|1640@23438|1637@23652|1646@24564|1644@23435|1663@23748|1661@23712|1658@23786|1665@23782|1670@23825|1619@24202|1669@23798|1678@23904|1679@23929|1667@16235|1681@25434|1596@23948|1685@16909|1689@25684|1686@26494|1691@24170|1692@24178|1696@24416|222@24350|1697@24368|1695@24710|1684@24592|1673@24651|1709@24672|1481@24680|1708@24791|1704@24746|1716@24875|1714@24811|1721@24826|1717@24788|1726@24972|1722@24775|1723@26959|1725@24884|1733@25088|1616@25161|1659@24673|1688@26436|1739@25250|1715@26033|1742@25246|1727@25196|1740@25301|1749@26529|1753@26800|1754@25440|1756@25497|1747@25488|1757@25731|1759@25929|1761@25613|1724@24997|1632@25616|1623@26396|1765@25707|1764@25813|1497@25152|1766@25768|1768@25767|1767@25774|1770@25805|1772@26752|1773@25980|1775@25965|1771@26006|1779@26031|1641@26004|1643@23383|1668@25529|1612@24418|1605@26585|1611@24296|1676@26668|1621@23630|1769@25785|1776@26018|1777@25985|1762@25625|1783@26057|1787@26084|1044@15530|1791@26250|1796@26249|1795@26248|1800@26441|1803@26827|1809@26616|1738@26821|1790@26508|1811@26715|1774@26663|1812@26649|104@936|69@765|119@1148|1674@24196|1818@26719|1807@26703|1815@26714|1780@26034|1823@26937|1825@26934|1828@26960'); INSERT INTO o2_members (uid, username, password, regdate, postnum, email, site, aim, status, location, bio, sig, showemail, timeoffset, icq, avatar, yahoo, customstatus, theme, bday, langfile, tpp, ppp, newsletter, regip, timeformat, msn, dateformat, ignoreu2u, lastvisit, rating, realname, firstname, emailnotify, profileviews, u2upopup, chatpopup, hidden, hidesig, hideavatar, logintime, readtopics) VALUES (207,'Macross59','fc26a25b41496f0d05eca5ded010218f',1084086266,18,'Macross59@aol.com','','','Member','','','','no',1,'','','','','',1286920800,'French',30,25,'yes','172.206.123.60',24,'','dd-mm-yyyy','',1084359536,'','','','no',5,'yes',0,'no','no','no',3600,'568@12579|779@4654|802@8295|531@7988|367@6101|806@12793|800@7983'); INSERT INTO o2_members (uid, username, password, regdate, postnum, email, site, aim, status, location, bio, sig, showemail, timeoffset, icq, avatar, yahoo, customstatus, theme, bday, langfile, tpp, ppp, newsletter, regip, timeformat, msn, dateformat, ignoreu2u, lastvisit, rating, realname, firstname, emailnotify, profileviews, u2upopup, chatpopup, hidden, hidesig, hideavatar, logintime, readtopics) VALUES (51,'JeDi_GeGe','6967cabefd763ac1a1a88e11159957db',1072541273,439,'alk_jeremy@hotmail.com','','','Member','','','L\\\'angle droit bout à 90 degrés...','no',1,'','http://membres.lycos.fr/othaama/divers/avat.jpg,100,75','','','',452901600,'French',300,300,'yes','212.83.178.166',24,'','dd-mm-yyyy','',1103126095,'','Jérémy','Alkermann','no',102,'yes',0,'no','no','no',3600,'97@876|98@857|82@836|93@1584|96@13965|103@874|99@1539|68@1842|70@1011|102@868|104@871|92@716|101@870|21@3370|53@1706|55@814|4@11265|131@1141|124@1153|125@1834|120@1096|126@1069|63@1072|127@1835|129@1516|128@1155|130@1187|118@1230|119@1148|86@21027|122@1403|140@1297|137@1212|136@1196|139@1393|134@5067|135@1913|138@2081|133@1184|117@1176|115@1418|132@14103|152@2104|157@1534|154@1456|155@20685|150@1428|145@1536|151@1543|149@1413|156@1517|142@1768|153@1605|143@1328|42@1488|25@1486|2@6|158@2582|59@1565|146@1358|78@7427|43@2001|159@19940|37@1580|162@1741|123@5693|161@4510|90@1601|160@1711|183@2575|181@2032|165@2093|182@2080|174@1943|178@2058|169@1808|186@2044|168@1860|27@1967|180@2368|175@1945|172@1817|33@230|205@2414|207@15574|190@2645|191@3105|206@2365|177@2330|203@5249|195@2357|196@2888|204@7034|189@2462|188@2424|200@2358|194@2339|193@2536|197@2423|187@2354|201@2329|199@2209|192@7358|208@2316|179@2759|202@2350|170@2276|184@3799|163@1624|185@2389|214@2535|209@2465|211@2584|198@2237|106@2973|210@2458|216@2674|220@2644|221@2658|213@3060|215@2063|222@2673|110@2868|217@2492|219@2652|218@811|212@2594|223@2675|77@906|28@1880|176@1999|11@2985|36@1924|116@1111|69@765|141@1284|224@2664|229@3065|228@3003|346@4941|340@5059|338@4891|341@4884|337@5634|326@4800|324@4732|331@4712|314@4688|271@4637|320@4526|294@4486|317@4372|306@4287|304@4176|264@4032|328@4736|245@3209|261@3613|267@3440|251@3439|268@3390|339@4942|266@3564|274@4659|277@7463|280@5144|288@5002|343@6522|285@4591|307@4425|297@4453|308@22553|286@3917|275@3649|258@3396|316@4753|254@3215|232@12703|283@4311|269@8200|238@2987|257@706|290@5110|349@5069|348@5005|344@4974|345@4970|325@4947|302@4924|94@4785|334@4752|315@4727|313@6058|332@4633|75@10656|5@3216|350@5041|351@5049|347@4999|231@2770|352@7797|292@5417|291@6200|287@8092|270@8540|342@4955|330@5497|281@4821|335@5068|336@4858|318@7044|265@3733|247@3475|246@3251|353@5141|357@5232|355@5094|354@5184|356@5574|362@5153|361@5129|359@5263|360@5113|358@5438|272@3696|273@3687|249@3364|321@4491|319@4475|295@3908|309@4767|310@4944|389@5475|394@5691|387@5613|388@5529|384@5661|378@5662|395@5798|392@5628|390@5600|385@5678|369@5304|373@5274|370@5257|364@5227|371@5832|391@7681|375@5272|374@5269|372@5261|379@5604|393@5689|367@6101|396@5659|376@5651|368@5226|365@5315|397@7236|322@4603|279@17411|144@1306|398@5839|401@5680|399@5647|400@5622|381@5339|377@5770|289@3945|282@21055|383@6668|386@5384|382@5346|252@3833|263@3620|8@34|9@172|111@1006|402@5655|380@5347|363@5205|284@3957|262@3647|260@3388|248@697|227@3156|256@240|404@5669|403@5660|405@5727|419@6238|424@6032|417@5940|425@6089|407@6049|420@5975|418@5969|416@6999|406@5878|415@6071|423@6166|414@5989|411@5962|412@5864|410@5871|426@7342|427@7933|464@4397|437@4445|463@6743|456@6996|474@7204|470@6822|468@6736|472@6727|469@6786|471@6891|467@7308|461@6634|459@6956|450@7196|454@6538|453@6520|452@6497|432@6481|439@6468|448@6455|438@6453|431@6327|457@6631|446@6575|458@8902|250@8072|466@7083|447@6620|462@6605|442@7533|436@8141|451@6504|434@6418|428@6110|422@6072|473@6793|435@8815|460@6705|441@6496|465@6864|477@7074|476@6921|475@6838|440@7255|443@6427|421@6147|408@5780|478@15326|488@4381|487@7452|491@7199|490@7198|480@7890|484@7079|485@7078|492@7344|482@7202|489@7744|483@3812|486@4341|493@3544|494@8354|479@6950|495@7432|496@7392|52@503|507@7458|506@7950|505@3578|500@7426|499@7385|503@7354|498@7955|497@8077|501@7796|504@11292|520@7845|513@7670|533@8348|536@8073|537@8079|530@8055|510@9453|515@7724|535@8117|534@8052|538@8161|529@8015|526@7980|522@7946|519@7873|511@7674|509@7951|508@7645|532@20948|521@7913|449@6550|512@8118|539@8238|540@8134|516@7977|517@7761|518@7701|514@11272|541@8253|580@8893|576@8910|564@8808|557@8779|567@8757|556@4306|570@8681|554@19690|542@8563|544@8515|555@8377|573@8842|548@8813|579@16806|560@16141|524@17266|578@20230|549@8801|558@8632|562@8768|568@18013|574@18686|550@8685|582@8849|569@8867|581@8925|575@8818|577@11766|572@8764|566@8676|563@8520|551@8393|546@8370|543@8167|30@437|553@8896|583@10616|585@8923|584@8903|636@25759|601@10851|643@10209|641@10054|634@10256|638@10029|642@10024|635@10153|644@10541|626@10091|593@10092|640@10293|620@10124|618@10253|646@10762|645@17829|632@18033|647@273|621@13953|637@17424|611@261|648@222|627@9755|586@22610|615@2038|651@10283|655@10299|652@10333|600@9259|625@9711|658@10347|613@10315|654@10296|631@14469|656@10329|619@10378|599@9212|677@4861|662@10563|667@15738|668@10533|682@10660|675@10595|687@10661|701@21285|707@11111|690@11512|702@11175|688@11861|708@11138|703@11131|700@11206|716@11450|714@11254|717@11286|711@11258|712@11862|736@11639|751@12021|750@11932|749@11920|733@11959|747@11918|728@11845|722@11376|746@12319|723@11885|734@11984|737@12120|719@11524|739@11709|741@11695|729@11480|726@12049|720@11341|696@20264|303@4173|752@11870|740@11909|753@11942|754@12103|744@17390|527@11711|695@10909|748@11814|624@9608|607@9314|745@11802|692@4607|691@10818|755@12294|761@12692|759@12011|710@11964|757@11963|758@14922|760@12004|762@11995|756@12003|743@12917|629@8263|763@4487|765@12465|680@13943|305@4322|311@4302|676@10608|54@881|770@12373|769@2989|730@12195|766@12352|768@13527|771@12238|787@20928|775@2906|785@4046|779@12813|791@8255|789@3168|777@6608|796@6241|795@4863|794@4802|782@12566|776@14555|784@12494|781@12461|767@12478|772@12399|764@12345|792@18509|783@4754|780@7228|788@2994|778@12459|798@6491|786@25749|793@4042|799@8868|790@13492|561@12456|800@17301|797@4573|774@12335|731@11753|413@5935|429@6144|592@9061|605@9297|604@9319|721@11754|735@11669|366@5267|10@36|1@88|17@115|64@491|71@591|85@759|89@854|802@8103|801@6723|617@11788|803@13306|804@13233|47@364|46@18794|41@390|38@407|88@695|113@991|109@1000|694@10869|616@4729|296@4019|276@4740|60@528|91@708|40@258|13@275|242@2983|608@9436|732@11633|587@8943|805@12825|828@12959|709@13521|835@13254|830@12968|827@12988|838@13032|813@12836|840@13732|839@20232|833@15434|819@13008|818@12932|834@13104|825@12820|836@13024|807@12866|824@12824|810@12739|814@16785|829@12954|832@12946|826@12901|812@12770|843@13354|842@20708|841@13245|865@13506|862@13465|855@13627|844@13363|850@5194|864@14745|867@13401|868@13381|863@13373|866@13367|859@13349|860@13323|861@13320|854@13269|856@13255|869@4331|848@14456|851@18768|857@13474|853@13257|852@13226|858@15716|847@13205|872@13784|875@13466|870@13421|874@13504|531@7958|815@15112|877@13530|880@13574|881@13623|884@13614|816@13582|873@4217|876@13706|883@19757|887@13621|882@13619|885@4792|83@724|886@13620|808@12273|904@5246|901@4664|905@4886|890@4350|900@4202|895@18195|889@13823|898@16326|894@19612|906@4850|907@6098|902@14072|909@4898|908@4990|896@13740|910@5563|837@14062|911@5540|914@6986|913@14155|892@17060|653@17409|918@5543|917@5731|916@5299|919@5760|871@13443|821@12892|920@6292|903@5835|915@16742|912@13925|924@5847|922@14981|921@13927|923@14126|590@4629|925@6151|927@13955|929@14064|931@6789|926@6596|928@13930|930@15385|968@14111|971@14110|969@14106|956@15155|955@14030|941@6601|940@6490|939@15935|933@14776|944@15223|945@16974|950@13897|943@20827|935@20925|938@21026|942@14809|954@18025|934@17164|936@20910|962@17967|951@19246|937@21318|957@21085|932@20272|964@17025|961@14024|967@14012|952@13912|949@8050|972@14119|970@14188|966@14640|958@13998|965@16857|963@17811|973@20864|959@14519|953@7148|946@6855|891@13708|3@37|29@199|76@648|975@14180|974@25397|976@14266|977@14212|978@14365|979@14233|994@14578|995@14525|984@21503|993@15107|1010@14980|1000@14855|997@14774|1005@14772|981@14853|1012@15254|983@14330|985@14900|1003@24066|1008@19042|1007@15019|989@15394|1014@15106|1013@14899|1011@15240|1006@14840|1009@14838|991@14778|990@15726|998@14717|996@15959|999@14628|992@14464|1002@21281|947@20533|986@14415|1016@15200|1018@15096|1017@15552|1019@15091|1021@15052|1020@18040|1015@14898|1004@14742|1001@14665|846@13155|1022@14968|1023@15381|1024@15413|1025@15032|948@6898|1026@15024|988@15142|1027@15082|1032@15691|1034@15395|1035@15324|1039@15927|1037@16376|1033@15304|1036@15852|1028@15493|1029@15684|1038@20766|1030@15675|1031@15360|598@9181|1040@16166|1046@15473|1043@15498|1042@15418|1047@15844|1041@17968|1045@16142|1048@15733|1044@15530|1049@15681|1051@17554|1050@15607|1066@15695|1062@16159|1065@15647|1063@16187|1057@15593|1056@15563|1054@21720|1055@19428|1053@16704|1060@15891|1064@15779|1061@15615|1052@15546|1068@15720|1067@15800|1058@18519|1069@17802|1070@15707|1071@16414|1073@15732|1074@15813|1072@16054|1076@15878|1075@15825|1077@15897|1079@15862|1078@17407|1080@16215|1081@15826|1082@15823|1083@15856|1101@16361|1090@17186|1098@16193|1087@15888|1084@15839|823@17132|1113@16266|1096@16045|1091@16175|1095@16801|1106@16317|1103@19243|1107@16081|698@15910|1086@15875|1115@16736|1116@17330|1111@16261|1108@16098|1105@16048|1118@16835|1093@15956|1112@16334|1102@16358|1110@16133|1109@16292|1117@16274|1092@16122|1119@16231|1100@16295|1089@17497|1120@16276|1104@16047|1094@16023|1088@15894|1114@16262|1122@16268|1121@16239|1123@17210|1124@16260|1097@16443|1085@17368|1125@17138|1127@16401|1126@16309|1128@17560|1129@16808|1130@16363|1159@16791|1161@16677|1160@16675|1155@16766|1157@16889|1146@17312|1150@16681|1153@16640|1148@16790|1145@16582|1171@16775|1136@17223|1170@17555|1164@16793|1163@16749|1168@16744|1162@17501|1134@16436|1173@17456|1167@16924|1138@18648|1152@18806|1172@16879|1142@16729|1132@16433|1151@16659|1158@20305|1165@16895|1141@16703|1169@17661|1140@16701|1166@16713|1156@16655|1154@17790|1144@16581|1139@16789|1174@16807|1175@18834|1177@16854|1176@17088|1178@13746|1184@19183|1183@16901|1181@17203|1180@16878|1179@16884|1182@17076|1185@17504|1186@16964|1187@17118|1188@17145|1189@17847|1190@17763|1191@18233|1197@17306|1194@17452|1193@17131|1192@17819|1195@20142|1196@17986|1198@17135|1203@17237|1199@17391|1200@19955|1201@17575|1202@17253|1204@20066|1149@16603|1147@16602|987@14421|1205@17276|1207@17380|1206@17524|822@12795|1208@17455|1209@17760|1210@17506|1211@19905|445@17410|1213@17579|1212@18544|1214@17453|1216@17543|1215@17663|1218@17614|1219@21433|1217@17521|1220@17599|1223@18265|1226@22270|1230@17965|1228@17728|1224@17770|1225@17633|1222@17638|1227@17745|1231@17764|1229@17659|1232@17832|1233@18008|1234@17752|1237@17798|1235@17920|1236@17804|1239@21320|1238@18218|1241@19875|1242@17960|1246@17903|1245@14151|1244@18010|1240@17839|1243@17871|1248@18112|1249@17991|1250@18129|1247@17979|1251@18018|1258@18165|1256@18591|1253@14319|1252@20664|1257@18065|1259@18034|1261@18182|1260@20269|1255@14424|1262@20346|1254@18148|1263@18126|1264@20114|1265@20726|1266@18232|1267@18277|1269@18253|1271@18437|1268@18204|1270@18336|1274@18264|1272@18403|1273@18391|1277@18612|1276@18411|1278@26924|1281@18413|1280@21410|1279@24323|1284@18376|1282@18420|1283@19826|1275@18274|1291@18556|1288@19548|1287@18477|1286@19743|1289@18593|1292@18811|1290@18592|1285@18386|1296@20845|1298@19093|1295@18856|1294@18827|1299@18679|1300@18702|1297@18642|1306@18764|1309@19050|1307@18782|1308@19022|1301@18953|1304@18801|1305@18733|1293@18651|1310@19890|1303@18880|1302@18714|1317@19147|1311@21546|1312@18814|1316@18961|1313@19131|1315@19159|1314@18849|1319@19039|1321@18983|1320@19819|1318@18945|686@18921|1326@19135|1328@19164|1323@19123|1325@19081|1327@19547|1330@21540|1332@19150|1333@19259|1329@19101|1334@19809|1331@19174|1338@19699|1336@19383|1339@19223|1337@19938|1340@19234|1341@23464|1335@19505|1342@19360|1353@19641|1358@19560|1357@20434|1347@19865|1349@19815|1356@19607|1346@19934|1343@19664|1352@19448|1355@19525|1361@19817|1367@20162|1377@19923|1363@19814|1374@19847|1360@19977|1324@19600|1322@19011|1378@20227|1372@19860|1369@19807|1376@19796|1373@19843|1371@19795|1370@19741|1366@19736|1364@19672|1379@19852|1368@19901|1359@19595|1362@19613|1382@19884|1365@20329|1383@19974|1381@19885|1380@20185|1384@19964|1391@19979|1386@19956|1385@20015|1389@20182|1387@21121|1390@20110|1388@20026|1392@20333|1395@20084|1394@20029|1396@20496|1405@20119|1397@20294|1403@20100|1400@20213|1393@20711|1398@20042|1402@20118|1404@20183|1375@20639|1399@20136|1401@21470|1412@20281|1414@20223|1409@21444|1407@20141|1415@20360|1413@20219|1410@20184|1408@20158|1416@20399|1406@22796|1411@20206|1351@20025|1420@20503|1419@20528|1417@20361|1418@20268|1421@20320|1423@20935|1422@21007|1424@20531|1430@20579|1425@20446|1431@20660|1427@20641|1428@20873|1429@20539|1432@20640|1436@20661|1433@20622|1435@20617|1434@20668|1426@20650|1437@22575|1438@20746|1448@21525|1443@20912|1447@20729|1440@21111|1441@20851|1446@21188|1445@22580|1444@21046|1442@21072|1439@21108|1454@21187|1450@21036|1452@20987|1449@21093|1453@21186|1459@21185|1457@21120|1451@21291|888@21130|1462@21178|1461@21181|1467@21323|1466@21267|1465@21290|1464@21482|1463@21313|897@21230|1458@21339|1472@21458|1471@21451|1470@21678|1469@24835|1473@21400|1474@21418|1475@21431|1455@21131|1456@21074|1477@21457|1480@21547|1483@21545|1478@21517|1515@22010|1487@21802|1504@22391|1509@22000|1500@21920|1505@22023|1531@22163|1503@22015|1532@22111|1533@22164|1479@21715|1513@21860|1547@22577|1548@22342|1555@22566|1554@22442|1549@13774|1545@22441|1508@22443|1510@22424|1557@4134|1562@24063|1560@3648|1556@13634|1569@22591|1567@22567|1563@22549|1570@22585|1568@22586|1571@22602|1564@22563|1565@22526|1566@24194|1572@22607|1059@20821|1520@22026|1573@22614|1561@13867|1553@13808|1488@22487|1575@22620|1574@22617|1645@23448|1605@26551|1643@23383|1641@26771|1623@26396|1612@23955|1619@24202|1647@24057|1648@23509|1582@23919|1585@26834|1611@24296|1668@25529|1659@24673|1621@23630|1670@23918|1666@23749|1627@14049|1676@23992|1682@24042|1683@24027|1684@24216|1680@24061|1669@24056|1664@24070|1644@24062|1653@24060|1685@24072|1688@26436|1616@25161|1675@24215|1686@26494|1695@24225|1674@24196|1696@24227|1646@24318|1708@24690|1673@24683|1709@24672|1491@24482|1481@24689|1736@25102|1727@25758|1724@24997|1721@24976|1732@25094|1731@25039|1729@25005|1722@25668|1750@25416|1741@25411|1690@25413|1749@25403|1697@25304|1734@25395|1752@25385|1751@25379|1748@25325|1746@25284|1723@26959|1725@25442|1663@25137|1705@24724|1740@25743|1744@25540|1743@25542|1753@25452|1761@25727|1747@25579|1632@25581|1760@25632|1758@25589|1757@25586|1754@25532|1755@25604|1759@25590|1745@25519|1765@25748|1764@25813|1768@25760|1763@25681|1781@26039|1738@26957|1789@26387|1826@26956|1827@26954|1823@26937|1803@26848|1715@26280|1817@26952|1825@26934|1810@26904|1828@26960'); INSERT INTO o2_members (uid, username, password, regdate, postnum, email, site, aim, status, location, bio, sig, showemail, timeoffset, icq, avatar, yahoo, customstatus, theme, bday, langfile, tpp, ppp, newsletter, regip, timeformat, msn, dateformat, ignoreu2u, lastvisit, rating, realname, firstname, emailnotify, profileviews, u2upopup, chatpopup, hidden, hidesig, hideavatar, logintime, readtopics) VALUES (54,'dasoft','d118b822d324f1dc02c03a1266972cc8',1072781531,39,'dadasoft2002@yahoo.fr','','','Member','Nantes','','','no',1,'','images/avatars/Avatar24.gif','','','',-3600,'French',30,25,'yes','212.129.38.44',24,'','dd-mm-yyyy','',1102699806,'','','','no',9,'yes',0,'no','no','no',900,'59@1565|68@1842|107@900|78@606|54@881|111@986|36@1924|116@985|95@875|6@743|71@591|75@1065|99@872|4@754|24@1844|9@172|155@25830|157@1498|123@1168|138@1378|97@973|142@1470|148@1326|63@1318|137@1294|144@1306|55@814|145@1492|159@1617|162@1595|169@1808|96@2481|21@1880|156@1851|143@1328|43@1816|174@1943|2@6|181@1956|11@1949|182@1957|146@1358|215@3160|158@2582|201@2329|208@2316|186@2044|110@2603|190@2592|203@2586|217@2492|185@2429|67@1840|250@3787|252@3175|243@3164|228@3003|232@2845|290@3828|283@3807|276@4026|281@4132|278@3824|184@3799|272@3696|273@3687|268@3390|269@3465|289@3836|285@4174|288@4202|282@3949|274@4659|270@8540|280@3731|294@4151|264@4032|305@4187|303@4173|302@4194|298@4203|293@4040|284@3957|256@240|286@3917|265@3733|435@6957|367@6101|465@6864|275@3649|231@2770|477@6994|466@7065|483@7060|482@7057|579@8832|508@7645|568@12579|578@8830|535@8357|587@8943|583@9018|581@8960|480@7890|560@9029|627@9646|621@9627|611@9567|769@12571|782@12566|779@12565|556@12526|776@12519|743@12400|787@2924|775@12595|761@12231|598@9181|646@10762|667@15738|755@12294|780@12593|686@11743|781@12461|758@12469|791@2996|842@13069|790@13324|859@13322|895@3745|892@13756|865@13506|881@13647|813@12836|710@12750|695@3540|899@3934|815@7971|898@4254|884@13614|816@13604|894@13812|869@13468|901@3788|744@3900|291@3929|478@15326|464@4355|486@4341|913@5242|912@5191|371@5077|931@6789|929@14064|939@14040|950@13897|937@14078|1046@15436|1042@15418|1040@15402|1047@15441|945@15432|1057@15584|1049@15502|1045@15518|207@15574|637@10431|1120@16276|1128@16304|1121@16239|1123@16291|1235@17828|1226@17801|1211@17823|1477@21486|1475@21441|1472@21511|1448@21535|1482@21527|1597@22860|1604@23133|1619@23074|1621@23062|1616@23061|1605@22975|1620@23081|1599@23077|1628@23195|1624@23134|1706@25003|1467@24555|984@24992|1724@24997|1727@24965|1761@25633|1555@25631|1722@25414|1768@25827|1800@26394'); INSERT INTO o2_members (uid, username, password, regdate, postnum, email, site, aim, status, location, bio, sig, showemail, timeoffset, icq, avatar, yahoo, customstatus, theme, bday, langfile, tpp, ppp, newsletter, regip, timeformat, msn, dateformat, ignoreu2u, lastvisit, rating, realname, firstname, emailnotify, profileviews, u2upopup, chatpopup, hidden, hidesig, hideavatar, logintime, readtopics) VALUES (57,'galax','d50c3e6f6fcbcba6ed4f7891f3839e79',1072982650,10,'jonathan.le-floch@laposte.net','','','Member','','','','no',1,'','http://galax.chez.tiscali.fr/Images/galax2.jpg,90,90','','','',-3600,'French',30,25,'yes','81.167.62.204',24,'','dd-mm-yyyy','',1103144933,'','','','no',80,'yes',0,'no','no','no',31536000,'116@1111|115@1418|117@1176|105@932|59@1565|70@1011|108@1001|109@1000|119@1148|118@1230|93@1584|69@765|40@258|99@1539|120@1096|107@952|78@7427|54@881|16@374|86@21027|53@1706|12@5491|21@3370|123@5693|75@10811|63@1318|95@1044|113@991|114@975|110@2868|55@814|82@836|104@936|122@1403|121@1035|124@1286|125@1834|68@1842|126@1069|101@870|83@724|91@708|60@528|72@924|48@911|112@949|131@1141|96@13965|127@1835|129@2056|128@1155|133@1184|130@1187|135@1913|134@5067|137@1294|136@1196|132@14103|138@2081|140@1297|139@1393|33@10339|141@1284|142@1768|143@1328|144@1306|145@1536|146@1358|25@1756|147@1319|148@1326|149@1413|52@503|43@2001|150@1428|152@3043|154@1456|42@1488|153@1605|151@1543|157@1534|155@26042|2@6|158@2582|156@1983|159@19940|37@1580|162@1741|165@2093|90@1601|161@4510|160@1711|164@1665|163@1624|166@1702|80@1682|169@1808|168@1860|167@1821|170@25653|24@1844|174@1943|176@1999|173@1830|171@1776|27@1967|67@1840|177@2330|172@1817|175@1945|183@2575|181@2032|182@2080|36@1924|178@2058|11@2985|186@2044|179@11018|185@2429|180@3693|184@3799|187@2354|188@2424|189@2462|190@2830|194@2339|196@2888|197@2423|193@2536|192@7358|199@2209|191@3105|195@2357|200@2358|198@2237|201@2329|202@2350|203@5249|204@7034|208@8613|206@2365|205@2414|207@15574|210@2458|209@2465|211@2584|213@3198|214@2535|212@2594|215@2063|216@2674|218@811|219@2652|217@2679|221@2699|220@2644|224@2724|222@24350|106@2973|223@2675|225@2765|228@3003|227@3156|226@2796|229@3136|230@2882|233@3317|231@2770|4@26107|232@12703|236@2814|234@3010|235@2812|237@2932|238@2987|239@3639|243@3309|28@1880|5@3216|240@2972|241@3159|244@3041|242@2983|249@3364|250@8072|246@3251|247@3475|245@3209|248@697|251@3439|252@3833|254@3215|253@3405|255@2760|256@240|258@3396|257@706|259@3623|261@3613|260@3388|262@3647|263@3620|264@4032|270@8540|271@4637|269@8200|265@3733|267@3440|268@3390|266@3564|272@3696|274@22555|277@7463|276@4740|275@3649|273@3687|278@3824|279@17411|280@5144|281@4821|283@4311|284@3957|282@21055|285@4591|287@8092|288@4332|286@3917|289@3945|290@5110|293@4040|292@5417|291@4001|294@4486|295@3908|296@4019|300@4324|299@4104|298@4282|297@4453|302@4924|301@4277|303@4173|304@4176|57@453|31@341|305@4322|306@4287|309@4767|307@4425|308@22743|314@4688|312@4275|311@4302|313@6058|310@4944|317@4372|320@4526|316@4753|318@7044|315@4727|319@4475|19@155|321@4491|326@4800|331@4712|324@4732|329@4787|323@4515|325@4947|327@4623|322@4603|328@4736|26@194|32@264|330@5497|333@4827|332@4633|334@4752|335@8277|341@4884|346@4941|347@4999|338@5019|350@5041|351@5049|340@5059|361@5129|362@5153|354@5184|363@5205|357@5232|366@5267|355@5273|377@5770|359@5263|381@5339|382@5346|380@5347|386@5384|383@6668|389@5475|393@5689|379@5604|400@5750|337@5837|394@5691|399@5647|396@5659|376@5742|404@5669|388@5529|387@5613|343@6522|405@5727|336@4858|398@5839|58@467|61@478|62@495|74@580|409@5792|410@5871|66@613|65@621|84@647|7@4868|411@5962|345@4970|344@4974|348@5005|349@5069|360@5113|353@5141|368@5226|364@5227|370@5257|373@5274|369@5304|365@5315|358@5438|356@5574|390@5600|392@5628|402@5655|403@5660|384@5661|378@5662|385@5678|395@5798|407@6049|406@5878|339@4942|372@5261|374@5269|375@5272|391@7681|401@5680|371@25981|352@7797|397@4216|412@5864|413@5935|367@6101|342@4955|408@5780|414@5989|415@6071|416@6999|418@5969|420@5975|417@5940|419@6238|423@6166|422@6072|425@6089|424@6117|421@6147|427@7933|428@6110|426@8809|429@6144|430@6212|434@6418|436@8142|435@8815|432@6481|438@6453|431@6327|433@6321|437@4445|442@7533|441@6496|439@6468|446@6575|444@6393|445@17410|440@7366|443@6427|447@6620|448@6455|451@6504|455@6531|450@7196|452@6497|453@6520|454@6538|456@6996|449@6550|457@6631|460@6705|459@6956|458@9553|461@6634|462@6605|463@6743|466@7083|465@6864|464@4397|467@7308|468@6736|469@6786|470@6822|473@6793|471@6958|472@6727|474@7204|476@6921|477@7074|475@7254|478@15326|479@6950|481@6982|480@7890|483@7303|482@7202|484@7079|486@4341|485@7078|487@7452|489@7744|492@7344|490@7198|491@7199|493@3544|495@7432|488@4381|496@10727|497@8174|498@7955|499@7385|504@11292|501@7796|503@7354|500@7426|505@3578|506@7950|507@7458|502@9440|494@8354|508@7645|511@7674|510@9453|509@7951|513@7670|515@7724|514@11301|512@8118|516@7977|518@7701|517@7761|519@7873|520@7845|522@10613|521@7913|523@7843|527@11711|526@7980|529@8015|530@8055|528@8029|525@7943|524@17266|537@8079|533@8348|536@8371|535@8357|534@8191|532@20948|531@23845|538@8161|539@8238|540@8134|541@8253|542@8563|543@8167|544@8515|547@8350|548@8813|546@8370|545@8359|554@19690|552@8334|553@8896|549@8801|550@8971|551@8393|555@8377|556@13497|557@8779|559@8765|558@9068|560@16141|561@12456|562@8768|564@8808|565@8585|567@8757|570@8681|576@8912|573@9184|574@18686|563@8520|566@8676|572@8764|575@8818|577@11766|569@8867|571@8924|568@18013|580@8994|579@16806|578@20230|581@8960|38@407|35@300|582@8849|583@10616|584@8958|585@8923|586@22610|587@8943|589@9054|590@4629|588@9015|592@9061|591@9084|593@10092|594@9961|595@9025|596@9256|597@9679|599@9212|598@9181|600@9259|601@10851|602@9171|603@9315|604@9319|605@9297|609@9430|606@9303|608@9436|607@9314|610@9493|612@9490|613@10315|611@261|615@2038|614@9761|616@4729|617@11788|618@10328|623@9766|621@13953|626@10468|622@9631|619@10378|620@10124|630@9743|629@12639|628@9837|627@9755|631@14469|625@9711|624@9608|632@18033|633@9966|634@10256|635@10194|636@25765|637@17424|638@10029|639@11299|640@10293|641@10139|642@10024|643@10209|644@10541|645@17829|646@10762|647@273|648@10284|649@10336|650@10447|651@10341|655@10299|657@10348|652@10429|656@11099|653@17409|654@10296|658@10367|659@10371|660@10375|661@11348|662@10563|663@10425|666@10395|664@10702|665@10538|667@18012|668@10533|670@10617|671@10874|669@10477|672@10475|673@10833|674@10528|675@10595|676@10608|677@4861|679@10601|678@1931|681@10752|680@13943|683@10726|684@10777|682@10907|687@11864|685@10814|690@11512|688@11861|689@10765|686@24665|691@10818|693@11084|695@3540|694@10869|692@4607|696@20264|700@24675|703@11211|702@11179|699@10989|704@11157|698@15910|697@10979|701@25891|705@11226|707@11185|706@11122|708@11244|710@12750|709@13521|711@11504|715@11454|712@11862|713@11233|714@11254|717@11326|716@11450|718@11359|719@11524|721@11754|722@11376|720@11341|723@11885|725@11495|727@11501|728@11845|730@12195|724@11416|726@12049|729@11480|731@11753|735@11669|732@11633|733@11959|734@11984|738@11646|740@11909|736@11639|739@11709|737@12120|741@11695|742@11792|743@26875|744@17390|746@12319|745@11802|747@11918|752@5080|751@12021|750@12540|749@11920|748@11814|753@11942|754@12103|756@12003|755@12294|759@12011|757@11963|758@14922|761@12692|762@11995|760@12033|763@4487|764@12345|765@12465|766@12352|767@12478|769@2989|770@12373|768@13509|771@12238|772@12399|773@12308|774@12335|775@2906|776@14555|777@6608|778@12459|779@12813|782@12566|781@12461|784@12494|785@4046|783@4754|780@13532|786@25764|787@20928|788@2994|789@12844|791@8859|790@13492|792@18509|794@12705|795@4863|796@6241|793@12678|797@4573|798@6491|799@8868|800@17301|801@6723|802@12799|803@13306|804@13233|805@12825|806@12793|809@11644|807@12866|810@12739|811@12631|808@12273|812@12770|814@13584|813@12836|817@12696|818@12932|819@13008|820@13025|822@12795|823@17132|821@12892|826@12901|827@12988|828@12959|825@12820|824@12824|829@12954|831@12972|830@4490|832@12946|834@13116|833@15434|835@13254|837@14062|838@13032|836@13024|839@20232|840@13732|841@13245|843@13354|842@20708|844@13416|845@13135|846@13155|847@13205|850@23965|854@13269|849@13294|848@14456|851@25658|852@13226|853@4609|855@13627|856@13255|858@25694|859@13349|857@13474|860@4239|861@13320|865@13506|862@13465|864@14745|863@13373|866@13367|867@13401|868@13399|870@13421|872@13784|871@25704|869@24087|873@4217|874@13504|875@13466|879@13576|878@13540|877@13530|815@15112|816@13604|883@24638|876@13706|880@13574|882@13640|881@13647|884@13614|889@13823|890@4350|887@13679|886@13859|39@319|885@4792|891@13708|895@18195|893@13832|894@19612|896@13740|892@17060|898@16326|900@4202|899@3934|901@4664|904@5246|905@4886|906@4850|907@6098|902@14072|909@4919|908@4990|903@6623|910@5563|911@5540|912@13925|914@6986|913@14155|916@5299|915@16742|917@5731|918@5543|919@5760|920@6325|922@14981|921@13927|924@5847|923@14126|925@6151|927@13955|929@14064|931@6789|928@13930|926@6596|930@26701|941@6601|940@6490|933@14776|939@15935|932@20272|934@17164|935@20925|936@21275|937@21318|938@21026|942@24338|947@13760|945@16974|944@15223|943@21603|948@6898|949@8050|946@6855|950@13897|952@13912|951@24240|956@15155|955@14030|954@14794|958@13998|957@23892|953@7148|959@14519|961@14024|960@13889|962@24341|963@17811|966@14640|967@14012|965@16857|964@20211|969@14106|971@14110|968@14111|972@14119|973@20864|970@14188|975@14180|974@25397|977@14299|979@14233|978@14365|976@14266|981@14853|984@26383|983@14330|985@14900|982@14368|980@20932|987@14421|988@15142|986@14415|989@15394|992@14464|993@15107|991@14778|990@15726|995@14525|994@14578|997@14774|996@25281|998@14717|1005@14772|1000@14855|1003@25958|1007@15019|1008@19042|999@14628|1001@14665|1004@14742|1006@14840|1009@14838|1002@21281|1010@14980|1012@15254|1016@15200|1011@15240|1014@15106|1015@14898|1013@14899|1019@15091|1017@15552|1018@15096|1020@25042|1022@14968|1021@15052|1023@15381|1026@15024|1025@15032|1024@15413|1027@15082|1032@15691|1034@15395|1035@15324|1029@15684|1030@15675|1028@15493|1033@15304|1031@15360|1036@15852|1037@16247|1038@20766|1039@15927|1040@16166|1042@15418|1046@15587|1043@15508|1047@15844|1051@17554|1044@15530|1049@15681|1050@15607|1052@15546|1048@15733|1045@16142|1041@17968|1057@15593|1056@15563|1054@22199|1055@19428|1053@22398|1058@18519|1063@16187|1062@16159|1061@15615|1060@15891|1066@15695|1065@15657|1068@15720|1067@15800|1072@16054|1071@16414|1070@24933|1069@17802|1064@15779|1073@15732|1074@15813|1075@15825|1080@16215|1077@15897|1079@15862|1078@17407|1081@15842|1082@15823|1076@24310|1083@15856|1084@15839|1087@15888|1086@15875|1088@15894|1085@17368|1091@16175|1089@16253|1090@16050|1092@16122|1098@16193|1096@16045|1101@16254|1095@16801|1093@15956|1094@16023|1100@16211|1097@16443|1099@16005|1103@19243|1102@16358|1107@16081|1106@16317|1104@16047|1105@16048|1108@16098|1111@16185|1109@16292|1110@16133|1118@16204|1113@16266|1117@16274|1116@16252|1115@16228|1114@16262|1112@16334|1120@16242|1119@16231|1121@16239|1122@16243|1123@17210|1124@16260|1298@19093|1317@19147|1295@19526|1303@18909|1310@19890|1291@18556|1169@17661|1292@18963|1200@19955|1288@19683|1269@18253|1264@20203|1320@19819|1311@21546|1302@18714|1274@18264|1312@18814|1175@18834|1285@18804|1299@18679|1271@24596|1263@18228|1223@18275|1127@16401|1178@21306|1188@22297|1201@17595|1211@19905|1219@21433|1306@18764|1296@23815|1239@21592|1265@23826|1304@18801|1301@18953|1318@18945|1252@20664|1158@24339|1321@19090|1290@18592|1267@18277|1172@16879|1181@17203|1259@18034|1272@18403|1152@18806|1309@19050|1308@19022|1319@19039|46@18794|1307@18782|1293@18651|1255@14424|1322@19011|1324@19600|1323@19182|1165@16895|1184@19183|1228@26826|1224@17770|1262@24109|1254@18148|1258@18165|1273@24931|1212@18544|1202@17253|1225@17633|1236@17804|1243@17871|1166@16713|1217@17521|1221@17600|1222@17638|1300@18702|1325@19081|1328@19196|1326@19508|1331@19174|1333@19329|1167@16924|1336@19383|1335@19505|1338@19699|1214@17453|1237@17798|1189@17847|1196@17986|1191@18233|1280@21410|1138@18648|1226@23651|1279@24323|1278@26970|1294@18827|1314@18849|1316@18961|1339@19818|1342@19360|1343@19664|1341@26011|1327@19547|1313@19131|1332@19150|1315@19159|1334@19809|1337@19938|1340@19343|1141@16703|1195@20142|1329@19101|1330@21540|1347@20163|1346@20000|1349@24586|1356@19607|1344@19356|1358@19589|1357@20434|1348@19409|1350@19411|1345@19427|1354@19454|1355@19525|1353@19641|1352@19448|1351@20025|1361@19817|1360@20006|1363@19814|1359@19595|1364@19672|1362@19613|1365@26286|1366@19736|1367@20162|1368@19901|1369@19807|1283@19826|1374@19847|1377@20002|1140@16701|1174@16807|1187@17118|1208@17455|1218@17614|1229@25103|1209@17760|1233@18008|1238@18218|1266@18232|1125@18350|1281@18413|1370@19741|1286@19743|1371@19795|1376@19796|1373@19843|1379@19852|1241@19875|1382@19884|1378@20227|1372@19860|1380@20185|1381@19885|1383@19974|1375@20699|1384@19964|1386@19956|1385@20015|1387@21121|1388@20026|1391@20003|1390@20110|1389@20182|1392@20333|1393@20711|1395@20084|1394@20029|1204@20154|1403@20100|1397@20294|1405@20119|1400@20213|1398@20042|1396@20496|1404@20183|1402@20118|1401@21470|1399@21740|1407@20141|1408@20158|1406@22796|1409@21444|1410@20184|1412@20281|1413@20219|1411@20206|1414@20223|1415@20360|1416@20399|1417@20361|1420@20503|1421@22737|1418@20268|1260@20269|1419@20528|1423@24625|1422@22445|1425@20446|1424@20531|1426@20650|1427@20641|1430@20579|1428@20873|1429@20985|1431@20660|1432@20640|1434@20668|1435@20617|1433@20622|1436@20661|1437@22575|1438@20746|1439@21108|1441@20851|1440@21111|1447@20729|1443@20912|1446@21188|1444@21046|1445@22658|1442@21072|1448@24836|1450@21036|1449@21093|1452@21327|1454@21187|1451@21310|1457@21120|1459@21492|1453@21186|1455@22247|1456@21074|1458@21362|1460@23801|888@21130|1462@21178|1461@21181|1463@21313|1059@20821|897@21733|1464@21482|1466@21315|1467@24555|1465@21290|1468@22435|1472@21511|1469@25153|1471@21451|1470@21678|1473@21493|1474@21418|1475@21705|1476@21596|1477@24585|1478@21517|1480@21581|1481@24767|1482@21712|1484@22438|1485@22228|1483@21583|1479@21715|1486@21599|1487@21802|1488@22487|1489@21728|1490@21746|1491@24482|1492@21955|1493@21873|1494@21884|1497@25152|1495@21825|1496@22055|1498@21877|1499@21853|1500@21920|1501@21958|1504@22958|1503@22015|1502@21843|1506@21827|1505@22023|1507@21950|1514@21971|1510@26097|1508@23802|1513@21860|1509@3641|1512@25065|1511@21979|1515@22010|1516@21961|1517@22145|1519@22078|1518@22004|1524@22017|1522@24504|1523@22057|1520@22026|1521@22043|1525@22249|1526@22134|1527@22113|1530@22127|1531@22176|1529@22244|1532@22170|1528@22425|1533@22180|1535@22360|1534@22246|1536@22259|1537@22326|1538@22208|1539@22242|1540@22278|1541@22287|1261@22756|1542@22253|1543@22280|1544@13643|1546@24653|1547@22577|1545@22441|1548@22342|1553@13808|1550@22384|1552@22414|1554@22442|1549@24091|1551@22884|1555@26167|1560@3648|1556@13634|1563@22549|1569@22640|1567@22567|1562@24063|1566@24333|1557@4134|1559@20833|1565@22695|1568@24104|1564@22563|1558@22472|1561@13867|1570@22585|1573@22662|1571@24168|1572@22607|1574@22617|1575@22787|1577@22653|1578@23143|1579@22875|1576@22736|1580@24446|1581@22811|1582@24929|1588@22823|1589@22890|1583@22744|1586@22843|1584@22792|1587@23204|1585@26834|1590@22821|1591@22789|1594@22835|1592@22780|1595@22999|1593@24111|1596@23948|1597@22904|1598@22883|1599@22772|1600@22953|1602@22941|1601@23017|1603@22954|1606@24637|1608@22992|1613@23152|1614@23102|1610@23053|1609@23094|1605@26884|1612@24418|1611@24296|1604@24743|1615@22818|1607@22955|1617@23291|1618@23578|1616@25161|1620@23278|1621@23630|1619@24202|1622@25772|1624@23566|1625@23114|1623@26946|1626@25427|1631@23288|1630@23172|1628@23289|1629@23225|1632@25616|1627@14049|1633@23239|1634@23839|1635@23775|1636@23648|1638@23565|1639@23335|1637@23652|1640@23438|1641@26771|1642@23378|1644@24062|1643@26788|1645@23448|1646@24564|1647@24075|1650@23622|1648@15860|1649@24059|1651@23568|1653@24501|1652@23562|1654@23604|1655@23585|1656@24429|1657@23676|1661@23785|1658@23911|1660@23711|1662@23790|1663@25137|1664@24070|1659@24673|1665@23782|1666@23749|1667@16235|1669@24056|1670@23918|1668@25529|1672@23865|1671@23953|1673@24683|1675@24215|1674@24196|1676@26700|1677@23895|1679@23964|1678@23904|1680@24539|1683@24027|1684@24592|1682@24023|1681@25468|1685@16909|1686@26494|1687@24151|1688@26436|1690@25955|1689@25684|1692@24342|1693@24181|1694@7174|1691@24188|1696@24416|1695@24794|1170@17555|1697@25304|1701@24468|1703@24538|1698@24559|1708@24791|1714@24912|1721@24976|1724@26509|1728@24970|1704@24861|1716@24875|1725@25442|1723@26882|1710@25040|1727@26440|1715@26280|1718@24899|1726@24972|1730@25032|1720@24863|1706@25004|1276@24430|1700@24479|1702@24488|1699@24544|1712@24749|1717@24788|1722@25686|1707@24898|1713@24980|1729@25005|1731@25039|1711@25332|1735@26974|1733@25088|1736@25131|1734@25395|1732@25144|1705@24724|1741@25432|1747@25579|1749@26529|1750@25791|1744@26066|1739@25250|1740@26164|1709@24702|1743@26962|1746@25284|1748@25998|1751@25379|1745@26141|1742@25353|1752@25503|1753@26935|1754@25864|1755@25619|1756@25497|1757@25731|1758@25589|1759@25929|1761@26012|1760@25632|1762@25625|1763@25681|1767@25868|1766@25808|1765@25784|1764@25813|1768@25902|1769@26347|1770@25805|1164@25825|1771@26059|1772@26752|1776@26385|1773@25980|1774@26663|1775@25965|1777@26305|1778@26110|1779@26165|1780@26034|1783@26087|1781@26128|1782@26209|1784@26285|1785@26338|1786@26111|1787@26205|1788@26185|1791@26791|1792@26221|1790@26508|1789@26387|1793@26220|1794@26377|1797@26446|1798@26676|1796@26604|1799@26382|1800@26688|1795@26288|1801@26870|1802@26378|1804@26401|1803@26848|1719@26454|1737@26448|1738@26957|1807@26750|1805@26603|1806@26564|1808@26578|1810@26904|1809@26890|1813@26675|1816@26679|1815@26881|1811@26715|1814@26685|1812@26721|1817@26952|1818@26737|1822@26786|1821@26867|1820@26822|1819@26846|1823@26937|1824@26941|1827@26954|1826@26978|1825@26968|1829@26976|1828@26960|1830@26980'); INSERT INTO o2_members (uid, username, password, regdate, postnum, email, site, aim, status, location, bio, sig, showemail, timeoffset, icq, avatar, yahoo, customstatus, theme, bday, langfile, tpp, ppp, newsletter, regip, timeformat, msn, dateformat, ignoreu2u, lastvisit, rating, realname, firstname, emailnotify, profileviews, u2upopup, chatpopup, hidden, hidesig, hideavatar, logintime, readtopics) VALUES (69,'pigmin','6a685df5893aac445d5dcd4d50b3afcd',1073564439,1415,'pigmin@wanadoo.fr','','pigmin001','Super Moderator','Marseille','','','yes',1,'','images/avatars/Avatar03.gif','','','',110502000,'French',30,25,'yes','193.252.177.236',24,'','dd-mm-yyyy','',1102499263,'','Arguimbau','Olivier','no',404,'yes',0,'no','no','no',86400,'1@88|2@6|3@37|4@20689|5@3216|6@743|7@4868|8@34|9@172|10@36|12@5491|11@2985|13@275|15@382|14@122|16@374|17@115|18@363|20@150|21@3370|19@155|22@372|29@199|23@197|24@1844|25@1756|26@194|27@1967|28@1880|45@505|31@341|30@437|32@264|36@1924|34@225|35@300|46@18794|38@407|37@1580|39@319|40@258|41@390|42@1488|44@357|43@2001|51@474|52@503|47@364|48@911|50@402|49@379|55@814|53@1706|54@881|56@440|57@453|58@467|59@1565|60@528|61@478|62@495|63@1318|64@491|65@621|66@613|67@1840|68@1842|69@765|70@1011|71@591|72@924|73@662|74@580|75@10811|76@648|77@906|78@7427|80@1682|79@723|81@637|86@20861|82@836|83@724|84@647|85@759|87@713|88@695|89@854|90@1601|91@708|95@1044|92@889|93@1584|96@13965|98@857|97@973|106@2973|99@1539|100@826|101@870|102@868|103@874|104@936|105@932|107@952|108@1001|109@1000|114@975|110@2868|111@1006|112@949|113@991|115@1418|116@1111|117@1176|121@1035|118@1230|119@1148|120@1096|122@1403|123@5693|124@1286|125@1834|126@1069|127@1835|128@1155|129@2056|132@14103|130@1187|131@1141|137@1294|133@1184|134@5067|135@1913|136@1196|139@1393|138@2081|140@1297|141@1284|142@1768|143@1328|144@1306|147@1319|145@1536|146@1358|167@1821|148@1326|150@1428|149@1413|155@21542|151@1543|152@3043|157@1534|153@1605|154@1456|156@1983|159@19940|158@2582|160@1711|161@4510|162@1741|163@1624|164@1665|165@2093|166@1702|169@1808|168@1860|170@25653|171@1776|173@1830|172@1817|174@1943|177@2330|178@2058|175@1945|176@1999|201@2329|181@2032|182@2080|183@2575|189@2462|185@2429|186@2044|188@2424|187@2354|208@8613|190@2830|258@3396|192@7358|193@2536|194@2339|196@2888|195@2357|197@2423|198@2237|199@2209|200@2358|204@7034|202@2350|203@5249|205@2414|207@15574|206@2365|209@2465|212@2594|213@3198|210@2458|211@2584|214@2535|215@2063|216@2674|217@2679|219@2652|218@811|220@2644|221@2699|222@2704|267@3440|223@2675|228@3003|224@2724|227@3156|225@2765|226@2796|230@2882|229@3136|231@2770|234@3010|233@3317|796@6241|235@2812|236@2814|242@2983|237@2932|238@2987|239@3639|184@3799|240@2972|241@3159|243@3309|244@3041|245@3209|257@706|246@3251|247@3475|252@3833|248@697|191@3105|250@8072|251@3439|249@3364|254@3215|255@2760|256@240|301@4277|180@3693|253@3405|259@3623|260@3388|261@3613|262@3647|263@3620|264@4032|265@3733|266@3564|268@3390|271@4637|269@8200|510@9453|275@3649|272@3696|273@3687|288@4332|277@7463|276@4740|278@3824|270@8540|509@7951|279@17411|280@5144|281@4821|303@4173|283@4311|290@5110|284@3957|282@21055|352@7797|293@4040|296@4019|294@4486|295@3908|298@4282|306@4287|299@4104|300@4324|302@4924|304@4176|305@4322|309@4767|310@4944|311@4302|312@4275|313@6058|318@7044|314@4688|315@4727|316@4753|317@4372|319@4475|320@4526|321@4491|322@4603|323@4515|324@4732|325@4947|326@4800|327@4623|328@4736|330@5497|331@4712|332@4633|334@4752|335@8277|94@4785|329@4787|333@4827|336@4858|339@4942|337@5837|338@5019|340@5059|341@4884|342@4955|343@6522|344@4974|345@4970|346@4941|347@4999|33@10339|351@5049|348@5005|353@5141|349@5069|350@5041|389@5475|426@8809|354@5184|355@5273|356@5574|357@5232|358@5438|359@5263|360@5113|361@5129|362@5153|364@5227|363@5205|365@5315|366@5267|391@7681|368@5226|369@5304|370@5257|376@5742|372@5261|373@5274|374@5269|375@5272|377@5770|378@5662|379@5604|394@5691|380@5347|381@5339|382@5346|383@6668|384@5661|385@5678|386@5384|387@5613|390@5600|388@5529|367@6101|392@5628|393@5689|407@6049|395@5798|396@5659|398@5839|399@5647|400@5750|401@5680|406@5878|402@5655|403@5660|404@5669|405@5727|412@5864|408@5780|409@5792|410@5871|411@5962|421@6147|413@5935|414@5989|415@6071|416@6999|417@5940|454@6538|418@5969|419@6238|420@5975|427@7933|422@6072|423@6166|424@6117|425@6089|287@8092|428@6110|429@6144|430@6212|431@6327|432@6481|433@6321|434@6418|435@8815|436@8142|289@3945|438@6453|439@6468|440@7366|441@6496|442@7533|443@6427|444@6393|445@17410|446@6575|447@6620|448@6455|452@6497|450@7196|449@6550|451@6504|455@6531|453@6520|456@6996|457@6631|458@9553|459@6956|460@6705|461@6634|462@6605|463@6743|468@6736|465@6864|466@7083|467@7308|480@7890|469@6786|470@6822|471@6958|472@6727|473@6793|474@7204|475@7254|476@6921|477@7074|479@6950|486@4341|481@6982|482@7202|483@7303|484@7079|485@7078|487@7452|274@4659|489@7744|490@7198|491@7199|492@7344|493@3544|494@8354|495@7432|496@10727|497@8174|505@3578|498@7955|499@7385|500@7426|501@7796|502@9440|503@7354|507@7458|511@7674|506@7950|508@7645|512@8118|513@7670|514@11301|515@7724|521@7913|516@7977|517@7761|518@7701|519@7873|520@7845|522@10613|523@7843|524@17266|528@8029|525@7943|526@7980|527@11711|531@7958|533@8348|529@8015|530@8055|532@20948|538@8161|534@8191|535@8357|536@8371|537@8079|539@8238|540@8134|541@8253|542@8563|543@8167|544@8515|547@8350|545@8359|546@8370|549@8801|548@8813|555@8377|552@8334|550@8971|551@8393|553@8896|558@9068|557@8779|554@19690|556@13497|560@16141|559@8765|561@12456|573@9184|566@8676|562@8768|565@8585|563@8520|564@8808|570@8681|567@8757|597@9679|569@8867|568@18013|571@8924|575@8818|572@8764|576@8912|574@18686|577@11766|578@20230|579@16806|580@8994|581@8960|582@8849|583@10616|584@8958|591@9084|585@8923|586@17252|587@8943|588@9015|596@9256|589@9054|590@4629|592@9061|593@10092|594@9961|595@9025|598@9181|599@9212|600@9259|601@10851|602@9171|603@9315|604@9319|605@9297|606@9303|607@9314|608@9436|609@9430|610@9493|612@9490|617@11788|611@261|613@10315|618@10328|614@9761|615@2038|616@4729|629@12639|619@10378|620@10124|621@13953|622@9631|623@9766|628@9837|624@9608|625@9711|626@10468|627@9755|630@9743|634@10256|632@18033|631@14469|633@9966|635@10194|636@11921|637@17424|638@10029|639@11299|640@10293|644@10541|641@10139|646@10762|642@10024|643@10209|645@17829|647@273|648@10284|371@25981|813@12836|649@10336|650@10447|651@10341|652@10429|653@17409|654@10296|657@10348|655@10299|656@11099|658@10367|659@10371|667@18012|660@10375|661@11348|662@10563|663@10425|664@10702|665@10538|666@10395|668@10533|669@10477|670@10617|671@10874|672@10475|697@10979|673@10833|682@10907|674@10528|675@10595|676@10608|742@11792|677@4861|680@13943|678@1931|679@10601|681@10752|683@10726|691@10818|684@10777|685@10814|686@24665|687@11864|767@12478|688@11861|689@10765|702@11179|690@11512|692@4607|693@11084|179@11018|694@10869|696@20264|695@3540|698@15910|699@10989|504@11292|700@11498|701@21285|705@11226|703@11211|704@11157|711@11504|707@11185|706@11122|745@11802|708@11244|710@12750|709@13521|728@11845|712@11862|713@11233|714@11254|715@11454|764@12345|724@11416|716@11450|717@11326|718@11359|720@11341|719@11524|721@11754|722@11376|723@11885|725@11495|726@12049|727@11501|729@11480|743@25191|850@5194|730@12195|731@11753|732@11633|733@11959|734@11984|735@11669|736@11639|749@11920|737@12120|738@11646|739@11709|740@11909|741@11695|744@17390|746@12319|747@11918|750@12540|748@11814|751@12021|752@5080|753@11942|754@12103|755@12294|757@11963|756@12003|758@14922|759@12011|760@12033|761@12692|762@11995|766@12352|772@12399|763@4487|765@12465|768@13509|769@2989|775@2906|770@12373|771@12238|773@12308|774@12335|779@12813|776@14555|777@6608|778@12459|800@17301|780@13532|788@2994|781@12461|232@12703|782@12566|784@12494|783@4754|785@4046|786@17997|787@18891|793@12678|789@12844|790@13492|810@12739|805@12825|792@18509|798@6491|794@12705|791@8859|795@4863|797@4573|801@6723|802@12799|803@13306|804@13233|814@16785|799@8868|806@12793|807@12866|808@12273|809@11644|811@12631|812@12770|817@12696|818@12932|821@12892|819@13008|822@12795|820@13025|823@17132|824@12824|825@12820|827@12988|826@12901|828@12959|829@12954|285@4591|831@12972|832@12946|833@15434|834@13116|835@13254|836@13024|837@14062|838@13032|839@20232|840@13732|841@13245|843@13354|842@20708|849@13294|844@13416|845@13135|846@13155|847@13205|848@14456|852@13226|851@18768|853@4609|854@13269|855@13627|856@13255|857@13474|858@15716|859@13349|861@13320|860@4239|862@13465|863@13373|864@14745|865@13506|866@13367|867@13401|868@13399|874@13504|869@4331|870@13421|871@13443|872@13784|873@4217|875@13466|876@13706|877@13530|883@24638|815@15112|816@13604|879@13576|878@13542|880@13574|881@13647|882@13640|885@4792|884@13614|886@13859|887@13679|890@4350|888@13622|895@18195|889@13823|891@13708|892@17060|893@13832|894@19612|286@3917|897@21733|896@13740|898@16326|899@3934|901@4664|900@4202|291@4001|297@4453|292@5417|307@4425|308@6431|397@4216|437@4445|464@4397|478@15326|902@14072|488@4381|830@4490|903@6623|904@5246|911@5540|993@15107|906@4850|905@4886|910@5563|907@6098|908@4990|909@4919|943@21603|913@14155|912@13925|915@16742|914@6986|916@5299|917@5731|918@5543|919@5760|920@6325|921@13927|922@14981|923@14126|924@5847|927@13955|925@6151|926@6596|928@13930|929@14064|930@15385|931@6789|932@20272|933@14776|934@17164|935@20925|936@21275|937@21318|938@21026|939@15935|940@6490|941@6601|942@14809|944@15223|945@16974|956@15155|946@6855|948@6898|984@14875|947@20533|949@8050|955@14030|951@19246|950@13897|952@13912|953@7148|963@17811|987@14421|957@21329|958@13998|962@17967|959@14519|960@13889|961@14024|964@20211|965@16857|966@14640|967@14012|968@14111|969@14106|971@14110|970@14188|985@14900|974@14393|972@14119|973@14479|975@14180|978@14365|976@14266|977@14299|979@14233|989@15394|980@14326|981@14853|986@14415|982@14368|983@14330|990@15726|988@15142|991@14778|992@14464|994@14578|995@14525|1012@15254|1038@20766|996@15959|997@14774|999@14628|998@14717|1000@14855|1001@14665|1004@14742|1002@21281|1003@14983|1020@18040|1005@14772|1006@14840|1018@15096|1007@15019|1008@19042|1009@14838|1010@14980|1011@15240|1013@14899|1014@15106|1015@14898|1016@15200|1017@15552|1019@15091|1021@15052|1022@14968|1023@15381|1026@15024|1024@15413|1028@15493|1025@15032|1027@15082|1032@15691|1029@15684|1030@15675|1031@15360|1036@15852|1033@15304|1034@15395|1035@15324|1037@16376|1039@15927|1040@16166|1044@15530|1041@17968|1042@15418|1043@15508|1045@16142|1046@15587|1048@15733|1047@15844|1053@16704|1050@15607|1049@15681|1051@17554|1055@19428|1052@15546|1064@15779|1054@20764|1056@15563|1146@17312|1058@18519|1057@15593|1059@21119|1060@15891|1061@15615|1062@16159|1063@16187|1067@15800|1092@16122|1065@15657|1066@15695|1068@15720|1069@17802|1070@15707|1071@16414|1072@16054|1073@15732|1076@15878|1074@15813|1077@15897|1075@15825|1088@15894|1078@17407|1079@15862|1082@15823|1080@16215|1081@15842|1083@15856|1084@15839|1085@17368|1086@15875|1087@15888|1089@17497|1090@17186|1091@16175|1093@15956|1094@16023|1095@16801|1096@16045|1097@16443|1098@16193|1099@16005|1100@16295|1102@16358|1101@16405|1103@19243|1104@16047|1105@16048|1106@16317|1107@16081|1108@16098|1123@17210|1109@16292|1110@16133|1111@16261|1112@16334|1113@16266|1114@16262|1115@16736|1116@17330|1117@16274|1118@16835|1119@16231|1120@16276|1122@16268|1121@16388|1124@16260|1136@17223|1125@18350|1126@16309|1127@16401|1128@17560|1129@16808|1131@16407|1130@16363|1132@16433|1133@16415|1134@16436|1135@16571|1138@18648|1137@16445|1139@16789|1140@16701|1141@16703|1142@16729|1143@16529|1144@16581|1145@16582|1148@16790|1147@16602|1149@16603|1150@16681|1151@16659|1152@18806|1153@16640|1154@17790|1155@16766|1156@16655|1157@16889|1159@16791|1173@17456|1158@20305|1160@16675|1161@16677|1187@17118|1186@16964|1163@16749|1169@17661|1164@16793|1165@16895|1166@16713|1167@16924|1179@16884|1168@16744|1171@16775|1170@17555|1172@16879|1182@17076|1174@16807|1176@17088|1193@17131|1177@16854|1178@21306|1180@16878|1181@17203|1196@17986|1183@16901|1184@19183|1188@17145|1185@17504|1162@17501|1202@17253|1189@17847|1192@17819|1191@18233|1254@18148|1212@18544|954@18025|1194@17452|1195@20142|1197@17306|1265@20726|1190@17763|1201@17595|1198@17135|1199@17391|1200@19955|1204@20154|1203@17237|1205@17276|1206@17524|1207@17380|1208@17455|1242@17960|1175@18834|1209@17760|1234@17752|1210@17506|1218@17614|1211@19905|1213@17579|1214@17453|1215@17663|1272@18403|1221@17600|1216@17543|1217@17521|1219@20702|1220@17599|1222@17638|1223@18275|1224@17770|1225@17633|1226@21520|1227@17745|1228@17728|1229@17659|1230@17965|1231@17764|1232@17832|1235@17920|1233@18008|1299@18679|1236@17804|1237@17798|1238@18218|1239@21569|1240@17839|1241@19875|1243@17871|1244@18010|1245@14151|1246@17903|1251@18018|1247@17979|1248@18112|1249@17991|1250@18149|1252@20664|1253@18610|1255@14424|1256@18591|1257@18065|1258@18165|1259@18034|1260@20269|1261@18182|1262@20346|1263@18228|1264@20203|1266@18232|1267@18277|1268@18271|1269@18253|1270@18336|1271@18437|1273@18391|1274@18264|1275@18274|1276@18411|1286@19743|1277@18612|1278@20967|1279@18758|1280@18440|1281@18413|1302@18714|1282@18420|1283@19826|1287@18477|1284@18376|1296@20845|1285@18804|1370@19741|1288@19683|1310@19890|1289@18593|1290@18592|1291@18556|1292@18963|1293@18651|1294@18827|1297@18642|1295@19526|1325@19081|1298@19093|1300@18702|1347@20163|1312@18814|1301@18953|1303@18909|1306@18764|1304@18801|1305@18733|1308@19022|1307@18782|1316@18961|1309@19050|1311@21546|1313@19131|1319@19039|1314@18849|1315@19159|1317@19147|1318@18945|1361@19817|1320@19819|1328@19196|1321@19090|1323@19182|1322@19011|1324@19600|1326@19508|1327@19547|1329@19101|1330@21540|1331@19174|1332@19150|1334@19809|1333@19329|1335@19505|1336@19383|1337@19938|1339@19818|1338@19699|1340@19343|1341@20161|1342@19360|1349@19815|1343@19664|1346@20000|1344@19356|1345@19427|1348@19409|1350@19411|1351@20025|1352@19448|1353@19641|1354@19454|1355@19525|1356@19607|1357@20434|1358@19589|1427@20641|1363@19814|1359@19595|1360@20006|1367@20162|1362@19613|1364@19672|1365@20329|1366@19736|1368@19901|1369@19807|1371@19795|1372@19860|1373@19843|1374@19847|1375@20699|1376@19796|1377@20002|1378@20227|1379@19852|1440@21111|1384@19964|1380@20185|1381@19885|1382@19884|1383@19974|1385@20015|1386@19956|1387@20041|1399@21740|1388@20026|1390@20110|1389@20182|1392@20333|1391@20003|1397@20294|1393@20711|1394@20029|1395@20084|1396@20496|1398@20042|1400@20213|1401@21470|1402@20118|1403@20100|1404@20183|1405@20119|1406@21568|1407@20141|1408@20158|1409@20794|1410@20184|1411@20206|1412@20281|1413@20219|1414@20223|1415@20360|1416@20399|1417@20361|1418@20268|1420@20503|1419@20528|1421@20320|1422@20838|1423@20770|1424@20531|1425@20446|1426@20650|1432@20640|1428@20873|1429@20700|1430@20579|1439@20856|1431@20660|1434@20668|1433@20622|1437@20747|1435@20617|1436@20661|1438@20746|1441@20851|1442@21099|1443@20842|1444@20841|1445@21232|1446@20931|1458@21362|1453@21064|1451@21310|1460@21198|1463@21313|1450@21036|1448@24836|1464@21482|1467@21323|1465@21290|1466@21315|1459@21321|1452@21327|1468@21357|1469@25153|1470@21567|1471@21451|1472@21511|1473@21493|1474@21418|1475@21441|1477@21532|1480@21571|1481@21525|1479@21499|1482@21601|1484@21559|1483@21583|1485@21565|1478@21517|1486@21566|1487@21598|1476@21596|1488@21611|1501@21941|1492@21784|1455@21131|1491@21679|1493@21873|1497@25152|1500@21821|1515@21946|1512@21986|1507@21950|1518@21949|1505@21854|1522@21993|1514@21971|1516@21961|1657@23676|1682@24023|1688@25330|1605@24386|1701@24468|1741@25432|1740@25188|1742@25353|1727@25691|1604@24743|1725@25178|1739@25189|1623@25181|1715@25163|1616@25161|1690@25202|1744@25203|1743@25199|1749@25331|1761@25674|1686@25689|1763@25681|1764@25813|1754@25864|1788@26119'); INSERT INTO o2_members (uid, username, password, regdate, postnum, email, site, aim, status, location, bio, sig, showemail, timeoffset, icq, avatar, yahoo, customstatus, theme, bday, langfile, tpp, ppp, newsletter, regip, timeformat, msn, dateformat, ignoreu2u, lastvisit, rating, realname, firstname, emailnotify, profileviews, u2upopup, chatpopup, hidden, hidesig, hideavatar, logintime, readtopics) VALUES (73,'Marcus','4d65d483f53fd19eea5625721976b41e',1074110261,115,'marc.mounes@wanadoo.fr','http://perso.wanadoo.fr/marcus.zone','','Member','sud 31','','','no',1,'','http://perso.wanadoo.fr/marcus.zone/gif/engrenage.gif,93,70','','','',-3662,'French',30,25,'yes','193.248.213.38',24,'marcmounes@msn.com','dd-mm-yyyy','',1102842374,'','Mounès','Marc','no',69,'yes',0,'no','no','no',86400,'155@26042|162@1701|157@1534|131@1141|11@269|107@952|121@1035|174@1845|24@1844|4@754|181@2018|15@382|183@2051|178@2058|182@2062|187@2075|2@6|188@2086|200@2219|214@2442|228@2856|152@2939|204@2968|225@2765|252@3139|271@4473|88@695|321@4491|350@5041|113@991|201@2329|396@5659|393@5534|394@5542|405@5710|410@5871|401@5680|411@5959|413@5912|415@6059|423@6114|422@6043|383@6055|427@6781|428@6110|387@5613|297@5797|429@6133|430@6201|419@6238|424@6117|339@4942|434@6324|436@6356|447@6449|442@6412|445@17410|446@6575|449@6550|433@6321|272@3696|391@5602|457@6631|458@9553|463@6743|476@6921|477@7074|482@7072|352@7341|580@8994|597@9107|604@9250|700@24675|723@11481|639@11299|281@4821|727@11501|728@11521|731@11531|443@6427|531@7958|770@12219|773@12308|781@12461|637@10431|777@6315|1063@15924|1204@17265|1206@17519|1190@17763|1176@17088|1188@17145|310@4944|1085@17368|1078@17407|1232@17774|1235@17917|1241@17869|744@17390|895@18195|686@11743|883@16476|896@13740|960@13889|1097@16443|149@1413|869@4331|1249@17991|1248@17980|1251@18018|1257@18065|1246@17903|1178@13746|1261@22756|1263@18167|1264@18095|1269@18250|1271@18188|1274@18264|1303@18781|1436@20661|1432@20640|1239@19652|1431@20660|1434@20668|1488@21752|1490@21746|1575@22787|1537@22326|1574@22617|274@22555|1577@22630|1553@13808|1058@18519|358@5438|191@3105|93@1584|1588@22823|1589@22765|1591@22789|1555@22817|1438@20746|1596@22858|1634@23839|1628@23289|1662@23790|1672@23865|1631@23288|1675@23863|1635@23775|1710@25040|1546@24653|1728@24970|1727@26384|1472@21511|1497@25152|984@26186|1747@25499|1788@26185|1797@26253|1801@26520|1690@25955|1804@26401'); INSERT INTO o2_members (uid, username, password, regdate, postnum, email, site, aim, status, location, bio, sig, showemail, timeoffset, icq, avatar, yahoo, customstatus, theme, bday, langfile, tpp, ppp, newsletter, regip, timeformat, msn, dateformat, ignoreu2u, lastvisit, rating, realname, firstname, emailnotify, profileviews, u2upopup, chatpopup, hidden, hidesig, hideavatar, logintime, readtopics) VALUES (75,'swan','8ff862866667ba6619ab9ab354537c46',1074303711,28,'morgan.le.falher@libertysurf.fr','','','Member','','','','no',1,'','','','','',0,'French',30,25,'yes','172.178.23.237',24,'','dd-mm-yyyy','',1102858823,'','','','no',4,'yes',0,'no','no','no',3600,'165@2093|123@1578|150@1428|116@1111|69@765|97@973|85@759|3@37|8@34|31@341|34@225|36@1886|138@1984|559@8450|792@12757|814@12753|807@12736|810@12739|849@13262|851@13206|786@3080|1030@15675|988@15142|1015@14898|991@14778|990@14769|1064@15722|207@15574|881@13647|652@10429|553@8896|277@7463|948@6898|774@12335|1074@15813|1036@15744|858@15716|1056@15563|947@15834|809@11644|687@11864|1058@15766|1029@15684|1077@15806|1080@15815|996@15466|1072@15835|1081@15826|1062@15767|1057@15593|1083@15824|1082@15823|1175@18767|895@18195|1257@18065|1248@18112|1200@18616|1281@18413|1125@18350|1266@18232|1238@18218|1738@26554'); INSERT INTO o2_members (uid, username, password, regdate, postnum, email, site, aim, status, location, bio, sig, showemail, timeoffset, icq, avatar, yahoo, customstatus, theme, bday, langfile, tpp, ppp, newsletter, regip, timeformat, msn, dateformat, ignoreu2u, lastvisit, rating, realname, firstname, emailnotify, profileviews, u2upopup, chatpopup, hidden, hidesig, hideavatar, logintime, readtopics) VALUES (83,'silken','71b3b26aaa319e0cdf6fdb8429c112b0',1075302803,17,'seb.auger@orange.fr','','','Member','','','','no',1,'','','','','',0,'French',30,25,'yes','158.191.48.11',24,'','dd-mm-yyyy','',1078849696,'','','','no',8,'yes',0,'no','no','no',2592000,'215@2063|192@2601|222@2562|158@2582|106@2973|232@3322|2@6|249@3312|257@3321|238@1873|28@1880|5@3216|168@1860|283@3769|296@3938|11@2985|281@4821|286@4001|299@4104|204@3026|298@3992|256@240|269@5078|59@1565|288@4739|291@3915|280@5144'); INSERT INTO o2_members (uid, username, password, regdate, postnum, email, site, aim, status, location, bio, sig, showemail, timeoffset, icq, avatar, yahoo, customstatus, theme, bday, langfile, tpp, ppp, newsletter, regip, timeformat, msn, dateformat, ignoreu2u, lastvisit, rating, realname, firstname, emailnotify, profileviews, u2upopup, chatpopup, hidden, hidesig, hideavatar, logintime, readtopics) VALUES (86,'disciplus','3bf3031a47eb76499f13252342b5494d',1075451843,452,'d.simplex@caramail.com','http://axvaude.free.fr','','Member','lille','','','no',1,'','http://membres.lycos.fr/stock3d/bep.jpg,80,80','','','',98406000,'French',30,25,'yes','195.146.239.173',12,'dsimplex62@hotmail.com','dd-mm-yyyy','',1103134941,'','','','no',148,'yes',0,'no','no','no',900,'187@2354|51@474|100@826|34@225|221@2699|215@2063|216@2674|193@2536|155@25830|220@2616|183@2575|204@7034|205@2414|222@24350|192@7358|203@5249|190@2756|206@2365|195@2357|164@1665|186@2044|139@1393|124@1286|75@10811|68@1842|219@2652|218@811|184@3799|93@1584|119@1148|211@2584|209@2465|197@2423|196@2888|134@5067|138@2081|109@1000|22@372|110@2868|207@15504|104@936|69@765|185@2429|177@2330|198@2237|48@911|12@414|188@2424|199@2209|158@2582|179@11018|125@1834|33@2057|223@2675|21@3210|217@2679|4@24894|212@2594|201@2329|106@2973|135@1913|77@906|168@1860|191@3105|224@2724|2@6|86@725|146@1358|170@2276|11@2985|208@8390|96@4379|180@3397|225@2765|152@3043|59@1565|28@1880|226@2796|227@2901|6@743|228@2992|229@3136|202@2350|230@2762|232@4110|233@2938|231@2770|235@2812|234@3010|236@2814|237@2932|238@2987|176@1999|240@2972|241@3159|243@3309|5@3216|244@2966|242@2983|239@3230|245@3209|25@1756|252@3833|250@8022|257@706|254@3215|247@1989|255@1929|251@3439|248@697|259@3623|253@3405|258@3396|249@3364|260@3388|120@1096|262@3647|261@3371|263@3400|264@3922|271@4637|270@8540|269@8200|265@3733|267@3440|268@3390|151@1543|272@3696|273@3687|277@7463|274@4659|276@4740|275@3649|279@3691|278@3824|280@5144|281@4821|283@4311|288@5002|285@4356|287@7451|286@3917|282@21055|289@3945|291@4001|292@6338|290@5110|284@3957|294@4486|296@3990|298@4203|295@3908|297@7484|293@4040|306@4287|304@4176|308@6431|307@4234|311@4302|305@4322|312@4275|300@4324|266@3564|314@4688|313@5904|161@4510|309@4767|316@4753|315@4727|310@4676|317@4372|319@4475|320@4526|318@7044|323@4508|322@4519|324@4732|325@4947|326@4800|328@4736|332@4633|327@4623|333@4827|330@4646|334@4752|329@4787|331@4600|321@4491|338@5019|337@5837|7@4868|94@4785|340@4961|339@4942|351@5049|346@4941|343@6522|349@5026|348@5005|359@5204|357@5232|355@5094|358@5103|356@5098|353@5141|336@4858|361@5119|362@5153|354@5184|360@5113|363@5205|367@6101|365@5203|368@5226|369@5291|345@4970|371@5832|373@5274|375@5272|374@5269|372@5261|352@7711|377@5770|376@5651|379@5604|378@5398|381@5339|383@6668|386@5399|384@5331|385@5342|387@5613|382@5362|388@5529|389@5403|397@7236|396@5659|404@5669|399@5647|394@5691|393@5564|403@5660|395@5798|390@5600|392@5628|123@5686|405@5710|400@5750|406@5878|407@6049|410@5795|409@5787|411@5941|398@5839|335@8277|413@5935|412@5864|43@2001|414@5989|415@5936|416@6999|417@5940|418@5969|427@7713|428@6110|422@6072|426@7342|423@6114|419@6238|420@5975|425@6089|429@6144|430@6139|432@6481|433@6321|434@6227|435@7100|437@4445|438@6453|431@6327|424@6117|439@6468|441@6496|442@7127|436@6546|445@6405|444@6393|447@6620|448@6455|449@6550|446@6575|451@6504|450@6556|452@6497|454@6538|453@6520|455@6531|456@6996|457@6631|459@6956|458@9553|463@6743|462@6605|460@6705|461@6589|464@4397|466@7083|465@6864|467@6650|470@6822|469@6786|473@6793|468@6736|472@6727|471@6958|474@7002|476@6921|477@7074|478@15299|479@6950|481@6982|480@7850|482@7202|483@7303|486@4341|487@7452|484@7079|488@4381|489@7744|504@11292|492@7344|501@7796|497@8001|493@3544|507@7458|500@7426|505@7450|499@7385|506@7950|508@7645|498@7955|509@7951|510@7503|511@7514|512@7861|391@7681|513@7670|515@7724|518@7701|514@9042|517@7705|516@7977|519@7718|522@10613|520@7845|524@17266|521@7818|528@8029|525@7943|530@8055|529@8015|523@7843|527@11711|526@7980|532@20893|535@8357|533@8019|542@8525|540@8134|536@8371|546@8267|541@8162|543@8167|547@8350|538@8161|534@8191|548@8813|537@8079|551@8312|550@8971|549@8801|554@10038|555@8377|556@10474|539@8238|558@9068|559@8765|561@12456|560@4247|557@8779|563@8520|562@8768|565@8585|564@8679|569@8610|570@8681|567@8637|572@8764|573@9184|575@8772|576@8912|577@8784|583@10460|578@20230|579@4518|586@22610|580@8937|581@8960|587@8943|553@8896|574@12254|592@9010|589@9054|597@9679|600@9259|599@9141|601@10851|603@9191|604@9317|608@9436|606@9303|594@9888|605@9272|613@10315|610@9493|616@4414|617@11788|611@261|615@2038|609@9430|612@9490|621@13953|623@9695|625@9711|620@9600|628@9837|614@9661|627@9692|626@10468|619@10378|629@10844|618@9738|631@9827|634@10088|635@10194|636@25765|637@17424|641@10070|642@10024|643@10209|644@10345|640@10158|647@10150|648@10284|650@10327|655@10299|652@10429|656@11099|639@10219|654@10296|657@10348|658@10353|651@10341|649@10336|659@10371|662@10547|666@10395|663@10425|660@10375|664@10432|665@10407|653@12248|668@10458|671@10827|670@10473|669@10477|673@10833|678@10711|679@10601|661@11348|684@10777|683@10726|685@10814|687@11864|688@11162|675@10595|686@11743|682@10907|677@10575|681@10752|160@1711|690@11512|689@10765|693@11084|695@3540|694@10861|697@10896|696@20254|698@10895|699@10989|713@11233|708@11244|720@11341|709@13521|712@10769|705@11226|718@11359|715@11454|702@11179|710@12750|723@11808|707@11185|701@24340|711@11504|719@11524|725@11495|700@24675|716@11373|350@5041|722@11376|721@11336|717@11326|703@11211|714@11254|724@11416|726@11412|727@11470|667@18012|646@10762|598@9181|568@18013|494@8354|730@11525|728@11672|731@11531|79@723|90@1601|734@11761|732@11633|733@11559|735@11553|738@11601|736@11639|737@11649|740@11654|741@11667|739@11685|742@11763|744@11804|743@26875|746@12319|765@12353|760@12033|761@12692|750@12540|768@12992|751@12021|763@4487|757@11963|752@5080|769@12258|772@12259|764@12345|773@12308|774@12335|775@2906|766@12352|770@12365|776@12519|780@12480|783@3484|778@12459|758@12874|782@12566|777@6315|779@12457|781@12461|786@25764|792@12812|793@12678|791@4113|789@3168|794@3163|787@3430|785@4046|790@12584|795@4863|797@4573|807@12866|811@12631|806@12793|801@6723|809@11644|812@12632|799@8868|802@12799|804@6562|803@13306|814@12676|810@12673|817@12696|813@12836|819@12958|818@12932|822@12795|821@12892|820@12832|823@17132|826@12901|824@12824|800@12842|827@12868|825@12820|828@12905|829@12934|830@4490|832@12946|831@12911|834@12944|835@12991|837@14062|858@25694|847@13205|839@20232|890@13786|891@13708|879@13576|843@13354|873@4217|899@3934|881@13647|876@13706|833@15434|755@12294|901@4218|900@4202|895@18195|880@13574|842@20708|844@13416|898@16326|869@24087|894@17879|815@15112|863@13373|531@7958|848@4255|889@13823|860@4239|868@13399|859@13349|904@4583|905@4564|932@20224|957@21580|938@21026|934@15443|942@24338|943@21031|962@17967|951@24240|937@21318|954@14794|935@20210|950@13897|907@6098|944@13899|928@13930|964@20211|936@20581|930@26701|1002@21281|997@14774|1000@14773|984@26155|947@20533|922@14981|966@14640|919@5760|985@14824|1003@25958|933@14776|1008@14860|1007@15019|1020@25042|970@14188|1035@15324|1021@15052|1025@15032|948@6898|1037@15337|1036@15336|1028@15330|1017@15513|989@15323|1022@14968|1040@15400|1039@15391|945@15490|1045@16142|1076@15878|1069@15820|1041@17968|1112@16314|1109@16292|1116@17330|1089@17497|1106@16317|1055@18846|1053@22398|1095@16286|1123@17210|1113@16266|1091@16175|1056@15563|1101@16323|1128@17560|1120@16276|1122@16268|1098@16193|1081@15842|1209@17760|1169@17661|1229@25103|1174@16807|1231@17764|1235@17911|1223@17762|1173@17456|1233@18008|1214@17453|1226@23651|1189@17847|1054@21720|1211@19905|1219@21433|1086@15875|1241@17855|1238@18077|1170@17555|1191@18233|1237@17798|1167@16924|1188@22297|1239@21569|1242@17960|1228@17728|1224@17770|1264@20203|1263@18082|1250@18042|1248@18027|1251@18018|1281@18348|1125@18315|1266@18232|1271@18308|1200@19955|1291@18556|1278@26924|1296@23796|1265@23227|1313@18874|1321@18983|1298@19088|1292@18963|1310@18982|1320@18973|1175@18834|1252@20664|1288@19683|1280@21410|1326@19135|1295@19061|1323@19106|1330@21540|1328@19156|1317@19147|1336@19188|1335@19240|1333@19166|1338@19272|1306@18764|1279@18758|1337@19938|981@14853|1062@16159|1382@19884|1377@19903|1360@20006|1166@16713|1368@19901|1383@19889|1390@19976|1389@19961|1392@20333|1385@19988|1405@20109|1395@20084|1400@20213|1412@20281|1414@20223|1347@20163|1365@26286|1393@20169|1406@22150|1419@20528|1417@20361|1396@20282|1415@20355|1329@19101|1418@20268|1409@20942|1397@20294|1416@20399|1421@22737|1388@20026|1362@19613|1273@24931|1262@20346|1309@19050|1420@20414|1423@24522|1422@21007|1424@20411|1402@20118|1426@20650|1425@20446|1357@20428|1428@20873|1433@20622|1435@20617|1431@20615|1434@20668|1436@20661|1427@20641|1437@22575|1430@20579|1359@19595|1158@20305|1411@20206|965@16857|1438@20746|1440@20971|1441@20771|1443@20906|1447@20896|1445@20930|1454@21067|1448@24836|1452@20987|1450@21036|1453@21186|1457@21068|1459@21317|1467@21309|1465@21290|1462@21178|1461@21181|1466@21315|888@21130|1451@21310|1178@21306|897@21733|1442@21099|1254@18148|1463@21313|1464@21300|1446@21188|1152@18806|1051@17554|1480@21581|1474@21418|1311@21546|1477@21577|1475@21441|1473@21493|1481@24767|1482@21588|1484@22438|1483@21583|1485@22228|1478@21517|1469@25153|1486@21566|1470@21572|1487@21802|1476@21596|1488@22487|883@19757|1490@21635|1517@22145|1501@21958|1492@21955|1518@21949|1522@21993|1520@22026|1491@24482|1512@21999|1504@22958|1510@26097|1351@20025|132@14103|676@10608|54@881|1531@22176|1530@22112|1525@22249|1526@22105|1529@22174|1527@22113|1532@22111|1533@22164|1537@22206|1535@22196|1536@22229|1539@22242|1538@22208|1547@13759|1562@23316|1509@3641|1560@3648|1559@13755|1549@23973|1578@23143|1579@22875|1566@24333|1577@22653|1574@22617|1568@22726|1576@22736|1582@23919|1573@22662|1583@22744|1555@26167|1586@22749|1570@22585|1594@22835|1593@23090|1595@22915|1592@22780|1581@22811|1571@22633|1580@22681|1597@22904|1596@22909|1588@22823|1590@22821|1599@22772|1589@22890|1601@23017|1600@22914|1602@22941|1513@21860|1608@22992|1606@22947|1604@24743|1605@26884|1614@22986|1613@22985|1611@24296|1612@24418|1617@23291|1616@25161|1620@23223|1619@24202|1622@25772|1587@23204|1624@23131|1623@26946|1621@23630|1629@23165|1628@23181|1630@23172|1631@23159|1627@14049|1638@23325|1636@23648|1640@23337|1637@23652|1634@23350|1656@23788|1654@23604|1635@23775|1655@23585|1646@24442|1643@26788|1641@26004|1661@23712|1662@23790|1665@23782|1658@23911|1659@24673|1663@25137|1666@23749|1032@15691|1668@25529|1650@23622|1669@23798|1671@23953|1508@23802|1679@23964|1677@23895|1676@26700|1670@23918|1682@24023|1680@24526|1675@23863|1681@25468|1684@24006|1686@26494|1685@16909|1688@26436|1697@25304|1692@24342|1690@25955|1703@24486|1701@24468|1698@24463|1704@24861|1699@24509|1653@24501|1715@26280|1714@24912|1708@24791|1716@24875|1709@24702|1724@26222|1341@23482|1722@25686|78@7427|1718@24899|1726@24972|1727@26316|1707@24898|1695@24794|1728@24970|1713@24954|1070@24933|1730@25032|1729@25005|1733@25088|1735@26969|1736@25131|1711@25240|996@25281|1710@25040|1732@25144|1723@26959|1725@25442|1497@25152|1739@25250|1740@26164|1741@25432|1744@26066|1743@26932|1705@24724|1399@21740|1318@18945|974@25397|1742@25246|1746@25284|1706@25004|1720@24863|1603@22954|1749@25678|1750@25791|1752@25385|1751@25379|1734@25395|1748@25832|1753@26889|1747@25488|1755@25619|1756@25486|1689@25684|1632@25616|1767@25868|1761@25945|1763@25681|1768@25902|1766@25808|1764@25813|1757@25731|1769@25785|1765@25784|1585@26834|1770@25805|1164@25825|1102@16358|1771@26059|1772@25822|1760@25632|1759@25929|1773@25851|871@25704|1776@26385|1779@26165|1783@26087|1778@26110|1780@26034|1781@26128|1777@25985|1673@24683|1786@26105|1774@26071|1784@26181|1788@26185|1789@26256|1790@26508|1791@26791|1785@26295|1792@26221|1794@26299|1795@26278|1796@26604|1799@26366|1798@26300|1797@26298|1800@26302|1801@26838|1815@26881|1817@26877|1820@26822|1807@26750|1811@26715|1738@26957|1809@26890|1826@26928|1824@26922|1827@26954|1821@26867|1825@26910|1830@26973'); INSERT INTO o2_members (uid, username, password, regdate, postnum, email, site, aim, status, location, bio, sig, showemail, timeoffset, icq, avatar, yahoo, customstatus, theme, bday, langfile, tpp, ppp, newsletter, regip, timeformat, msn, dateformat, ignoreu2u, lastvisit, rating, realname, firstname, emailnotify, profileviews, u2upopup, chatpopup, hidden, hidesig, hideavatar, logintime, readtopics) VALUES (93,'CromaxX','6768b9f2a8479017f831ac6c5a38ac6b',1076166675,15,'cromaxx@free.fr','//','//','Member','Marseille','','','no',1,'//','images/avatars/Avatar30.gif','//','','NoImage',607816800,'French',30,25,'yes','62.147.197.240',24,'cromaxx969@hotmail.com','dd-mm-yyyy','',1088101384,'','CromaxX','CromaxX','no',14,'yes',0,'no','no','no',31536000,'256@240|255@3318|232@5134|215@3313|257@3321|248@3325|258@763|251@764|218@811|184@3059|253@3405|259@3093|278@3676|290@4309|264@4032|284@3842|293@4040|72@924|180@3693|260@3388|240@2972|298@4188|288@4196|283@4311|203@4926|312@4275|316@4467|365@5218|94@4785|538@8126|4@7492|494@8153|564@8798|554@8609|270@8540|289@8169|508@7645|974@14393|792@15187|884@13614|963@13919'); INSERT INTO o2_members (uid, username, password, regdate, postnum, email, site, aim, status, location, bio, sig, showemail, timeoffset, icq, avatar, yahoo, customstatus, theme, bday, langfile, tpp, ppp, newsletter, regip, timeformat, msn, dateformat, ignoreu2u, lastvisit, rating, realname, firstname, emailnotify, profileviews, u2upopup, chatpopup, hidden, hidesig, hideavatar, logintime, readtopics) VALUES (329,'GaeTaN','b1651ece382102bd0ce4b164443c2e86',1095492931,0,'webmaster@gtnsoft.com','','','Member','','','','no',1,'','','','','',0,'French',30,25,'yes','172.207.213.85',24,'','dd-mm-yyyy','',1103146530,'','','','no',13,'yes',0,'no','no','no',31536000,'1@88|2@6|3@37|4@24894|5@3216|6@743|7@4868|8@34|9@172|10@36|12@5491|11@2985|13@275|15@382|14@122|16@374|17@115|18@363|20@150|21@3370|19@155|22@372|29@199|23@197|24@1844|25@1756|26@194|27@1967|28@1880|45@505|31@341|30@437|32@264|36@1924|34@225|35@300|46@18794|38@407|37@1580|39@319|40@258|41@390|42@1488|44@357|43@2001|51@474|52@503|47@364|48@911|50@402|49@379|55@814|53@1706|54@881|56@440|57@453|58@467|59@1565|60@528|61@478|62@495|63@1318|64@491|65@621|66@613|67@1840|68@1842|69@765|70@1011|71@591|72@924|73@662|74@580|75@10811|76@648|77@906|78@7427|80@1682|79@723|81@637|86@21027|82@836|83@724|84@647|85@759|87@713|88@695|89@854|90@1601|91@708|95@1044|92@889|93@1584|96@13965|98@857|97@973|106@2973|99@1539|100@826|101@870|102@868|103@874|104@936|105@932|107@952|108@1001|109@1000|114@975|110@2868|111@1006|112@949|113@991|115@1418|116@1111|117@1176|121@1035|118@1230|119@1148|120@1096|122@1403|123@5693|124@1286|125@1834|126@1069|127@1835|128@1155|129@2056|132@14103|130@1187|131@1141|137@1294|133@1184|134@5067|135@1913|136@1196|139@1393|138@2081|140@1297|141@1284|142@1768|143@1328|144@1306|147@1319|145@1536|146@1358|167@1821|148@1326|150@1428|149@1413|155@25098|151@1543|152@3043|157@1534|153@1605|154@1456|156@1983|159@19940|158@2582|160@1711|161@4510|162@1741|163@1624|164@1665|165@2093|166@1702|169@1808|168@1860|170@2276|171@1776|173@1830|172@1817|174@1943|177@2330|178@2058|175@1945|176@1999|201@2329|181@2032|182@2080|183@2575|189@2462|185@2429|186@2044|188@2424|187@2354|208@8613|190@2830|258@3396|192@7358|193@2536|194@2339|196@2888|195@2357|197@2423|198@2237|199@2209|200@2358|204@7034|202@2350|203@5249|205@2414|207@15574|206@2365|209@2465|212@2594|213@3198|210@2458|211@2584|214@2535|215@2063|216@2674|217@2679|219@2652|218@811|220@2644|221@2699|222@24350|267@3440|223@2675|228@3003|224@2724|227@3156|225@2765|226@2796|230@2882|229@3136|231@2770|234@3010|233@3317|796@6241|235@2812|236@2814|242@2983|237@2932|238@2987|239@3639|184@3799|240@2972|241@3159|243@3309|244@3041|245@3209|257@706|246@3251|247@3475|252@3833|248@697|191@3105|250@8072|251@3439|249@3364|254@3215|255@2760|256@240|301@4277|180@3693|253@3405|259@3623|260@3388|261@3613|262@3647|263@3620|264@4032|265@3733|266@3564|268@3390|271@4637|269@8200|510@9453|275@3649|272@3696|273@3687|288@4332|277@7463|276@4740|278@3824|270@8540|509@7951|279@17411|280@5144|281@4821|303@4173|283@4311|290@5110|284@3957|282@21055|352@7797|293@4040|296@4019|294@4486|295@3908|298@4282|306@4287|299@4104|300@4324|302@4924|304@4176|305@4322|309@4767|310@4944|311@4302|312@4275|313@6058|318@7044|314@4688|315@4727|316@4753|317@4372|319@4475|320@4526|321@4491|322@4603|323@4515|324@4732|325@4947|326@4800|327@4623|328@4736|330@5497|331@4712|332@4633|334@4752|335@8277|94@4785|329@4787|333@4827|336@4858|339@4942|337@5837|338@5019|340@5059|341@4884|342@4955|343@6522|344@4974|345@4970|346@4941|347@4999|33@10339|351@5049|348@5005|353@5141|349@5069|350@5041|389@5475|426@8809|354@5184|355@5273|356@5574|357@5232|358@5438|359@5263|360@5113|361@5129|362@5153|364@5227|363@5205|365@5315|366@5267|391@7681|368@5226|369@5304|370@5257|376@5742|372@5261|373@5274|374@5269|375@5272|377@5770|378@5662|379@5604|394@5691|380@5347|381@5339|382@5346|383@6668|384@5661|385@5678|386@5384|387@5613|390@5600|388@5529|367@6101|392@5628|393@5689|407@6049|395@5798|396@5659|398@5839|399@5647|400@5750|401@5680|406@5878|402@5655|403@5660|404@5669|405@5727|412@5864|408@5780|409@5792|410@5871|411@5962|421@6147|413@5935|414@5989|415@6071|416@6999|417@5940|454@6538|418@5969|419@6238|420@5975|427@7933|422@6072|423@6166|424@6117|425@6089|287@8092|428@6110|429@6144|430@6212|431@6327|432@6481|433@6321|434@6418|435@8815|436@8142|289@3945|438@6453|439@6468|440@7366|441@6496|442@7533|443@6427|444@6393|445@17410|446@6575|447@6620|448@6455|452@6497|450@7196|449@6550|451@6504|455@6531|453@6520|456@6996|457@6631|458@9553|459@6956|460@6705|461@6634|462@6605|463@6743|468@6736|465@6864|466@7083|467@7308|480@7890|469@6786|470@6822|471@6958|472@6727|473@6793|474@7204|475@7254|476@6921|477@7074|479@6950|486@4341|481@6982|482@7202|483@7303|484@7079|485@7078|487@7452|489@7744|490@7198|491@7199|492@7344|493@3544|494@8354|495@7432|496@10727|497@8174|505@3578|498@7955|499@7385|500@7426|501@7796|502@9440|503@7354|507@7458|511@7674|506@7950|508@7645|512@8118|513@7670|514@11301|515@7724|521@7913|516@7977|517@7761|518@7701|519@7873|520@7845|522@10613|523@7843|524@17266|528@8029|525@7943|526@7980|527@11711|531@23845|533@8348|529@8015|530@8055|532@20948|538@8161|534@8191|535@8357|536@8371|537@8079|539@8238|540@8134|541@8253|542@8563|543@8167|544@8515|547@8350|545@8359|546@8370|549@8801|548@8813|555@8377|552@8334|550@8971|551@8393|553@8896|558@9068|557@8779|554@19690|556@13497|560@16141|559@8765|561@12456|573@9184|566@8676|562@8768|565@8585|563@8520|564@8808|570@8681|567@8757|597@9679|569@8867|568@18013|571@8924|575@8818|572@8764|576@8912|574@18686|577@11766|578@20230|579@16806|580@8994|581@8960|582@8849|583@10616|584@8958|591@9084|585@8923|586@22610|587@8943|588@9015|596@9256|589@9054|590@4629|592@9061|593@10092|594@9961|595@9025|598@9181|599@9212|600@9259|601@10851|602@9171|603@9315|604@9319|605@9297|606@9303|607@9314|608@9436|609@9430|610@9493|612@9490|617@11788|611@261|613@10315|618@10328|614@9761|615@2038|616@4729|629@12639|619@10378|620@10124|621@13953|622@9631|623@9766|628@9837|624@9608|625@9711|626@10468|627@9755|630@9743|634@10256|632@18033|631@14469|633@9966|635@10194|636@24691|637@17424|638@10029|639@11299|640@10293|644@10541|641@10139|646@10762|642@10024|643@10209|645@17829|647@273|648@10284|371@5832|813@12836|649@10336|650@10447|651@10341|652@10429|653@17409|654@10296|657@10348|655@10299|656@11099|658@10367|659@10371|667@18012|660@10375|661@11348|662@10563|663@10425|664@10702|665@10538|666@10395|668@10533|669@10477|670@10617|671@10874|672@10475|697@10979|673@10833|682@10907|674@10528|675@10595|676@10608|742@11792|677@4861|680@13943|678@1931|679@10601|681@10752|683@10726|691@10818|684@10777|685@10814|686@24665|687@11864|767@12478|688@11861|689@10765|702@11179|690@11512|692@4607|693@11084|179@11018|694@10869|696@20264|695@3540|698@15910|699@10989|504@11292|700@24675|701@24340|705@11226|703@11211|704@11157|711@11504|707@11185|706@11122|745@11802|708@11244|710@12750|709@13521|728@11845|712@11862|713@11233|714@11254|715@11454|764@12345|724@11416|716@11450|717@11326|718@11359|720@11341|719@11524|721@11754|722@11376|723@11885|725@11495|726@12049|727@11501|729@11480|743@24862|850@23965|730@12195|731@11753|732@11633|733@11959|734@11984|735@11669|736@11639|749@11920|737@12120|738@11646|739@11709|740@11909|741@11695|744@17390|746@12319|747@11918|750@12540|748@11814|751@12021|752@5080|753@11942|754@12103|755@12294|757@11963|756@12003|758@14922|759@12011|760@12033|761@12692|762@11995|766@12352|772@12399|763@4487|765@12465|768@13509|769@2989|775@2906|770@12373|771@12238|773@12308|774@12335|779@12813|776@14555|777@6608|778@12459|800@17301|780@13532|788@2994|781@12461|232@12703|782@12566|784@12494|783@4754|785@4046|786@17997|787@20928|793@12678|789@12844|790@13492|810@12739|805@12825|792@18509|798@6491|794@12705|791@8859|795@4863|797@4573|801@6723|802@12799|803@13306|804@13233|814@16785|799@8868|806@12793|807@12866|808@12273|809@11644|811@12631|812@12770|817@12696|818@12932|821@12892|819@13008|822@12795|820@13025|823@17132|824@12824|825@12820|827@12988|826@12901|828@12959|829@12954|285@4591|831@12972|832@12946|833@15434|834@13116|835@13254|836@13024|837@14062|838@13032|839@20232|840@13732|841@13245|843@13354|842@20708|849@13294|844@13416|845@13135|846@13155|847@13205|848@14456|852@13226|851@21845|853@4609|854@13269|855@13627|856@13255|857@13474|858@15716|859@13349|861@13320|860@4239|862@13465|863@13373|864@14745|865@13506|866@13367|867@13401|868@13399|874@13504|869@24087|870@13421|871@13443|872@13784|873@4217|875@13466|876@13706|877@13530|883@24638|815@15112|816@13604|879@13576|878@13542|880@13574|881@13647|882@13640|885@4792|884@13614|886@13859|887@13679|890@4350|895@18195|889@13823|891@13708|892@17060|893@13832|894@19612|286@3917|897@21733|896@13740|898@16326|899@3934|901@4664|900@4202|291@4001|297@4453|292@5417|307@4425|397@4216|437@4445|464@4397|478@15326|902@14072|488@4381|830@4490|903@6623|904@5246|911@5540|993@15107|906@4850|905@4886|910@5563|907@6098|908@4990|909@4919|943@21603|913@14155|912@13925|915@16742|914@6986|916@5299|917@5731|918@5543|919@5760|920@6325|921@13927|922@14981|923@14126|924@5847|927@13955|925@6151|926@6596|928@13930|929@14064|931@6789|932@20272|933@14776|934@17164|935@20925|936@21275|937@21318|938@21026|939@15935|940@6490|941@6601|944@15223|945@16974|956@15155|946@6855|948@6898|984@26155|947@13760|949@8050|955@14030|950@13897|952@13912|953@7148|963@17811|987@14421|957@23892|958@13998|959@14519|960@13889|961@14024|964@20211|965@16857|966@14640|967@14012|968@14111|969@14106|971@14110|970@14188|985@14900|974@25397|972@14119|973@20864|975@14180|978@14365|976@14266|977@14299|979@14233|989@15394|980@20932|981@14853|986@14415|982@14368|983@14330|990@15726|988@15142|991@14778|992@14464|994@14578|995@14525|1012@15254|1038@20766|996@25067|997@14774|999@14628|998@14717|1000@14855|1001@14665|1004@14742|1002@21281|1003@24080|1005@14772|1006@14840|1018@15096|1007@15019|1008@19042|1009@14838|1010@14980|1011@15240|1013@14899|1014@15106|1015@14898|1016@15200|1017@15552|1019@15091|1021@15052|1022@14968|1023@15381|1026@15024|1024@15413|1028@15493|1025@15032|1027@15082|1032@15691|1029@15684|1030@15675|1031@15360|1036@15852|1033@15304|1034@15395|1035@15324|1037@16376|1039@15927|1040@16166|1044@15530|1041@17968|1042@15418|1043@15508|1045@16142|1046@15587|1048@15733|1047@15844|1053@22398|1050@15607|1049@15681|1051@17554|1055@19428|1052@15546|1064@15779|1054@22199|1056@15563|1146@17312|1058@18519|1057@15593|888@21130|1060@15891|1061@15615|1062@16159|1063@16187|1067@15800|1092@16122|1065@15657|1066@15695|1068@15720|1069@17802|1070@24933|1071@16414|1072@16054|1073@15732|1074@15813|1077@15897|1075@15825|1088@15894|1078@17407|1079@15862|1082@15823|1080@16215|1081@15842|1083@15856|1084@15839|1085@17368|1086@15875|1087@15888|1089@17497|1090@17186|1091@16175|1093@15956|1094@16023|1095@16801|1096@16045|1097@16443|1098@16193|1099@16005|1100@16295|1102@16358|1101@16405|1103@19243|1104@16047|1105@16048|1106@16317|1107@16081|1108@16098|1123@17210|1109@16292|1110@16133|1111@16261|1112@16334|1113@16266|1114@16262|1115@16736|1116@17330|1117@16274|1118@16835|1119@16231|1120@16276|1122@16268|1121@16388|1124@16260|1136@17223|1125@18350|1126@16309|1127@16401|1128@17560|1129@16808|1131@16407|1130@16363|1132@16433|1133@16415|1134@16436|1135@16571|1138@18648|1137@16445|1139@16789|1140@16701|1141@16703|1142@16729|1143@16529|1144@16581|1145@16582|1148@16790|1147@16602|1149@16603|1150@16681|1151@16659|1152@18806|1153@16640|1154@17790|1155@16766|1156@16655|1157@16889|1159@16791|1173@17456|1160@16675|1161@16677|1187@17118|1186@16964|1163@16749|1169@17661|1164@16793|1165@16895|1166@16713|1167@16924|1179@16884|1168@16744|1171@16775|1170@17555|1172@16879|1182@17076|1174@16807|1176@17088|1193@17131|1177@16854|1178@21306|1180@16878|1181@17203|1196@17986|1183@16901|1184@19183|1188@22297|1185@17504|1162@17501|1202@17253|1189@17847|1192@17819|1191@18233|1254@18148|1212@18544|954@18025|1194@17452|1195@20142|1197@17306|1265@23826|1190@17763|1201@17595|1198@17135|1199@17391|1200@19955|1204@20154|1203@17237|1205@17276|1206@17524|1207@17380|1208@17455|1242@17960|1175@18834|1209@17760|1234@17752|1210@17506|1218@17614|1211@19905|1213@17579|1214@17453|1215@17663|1272@18403|1221@17600|1216@17543|1217@17521|1219@21433|1220@17599|1222@17638|1223@18275|1224@17770|1225@17633|1226@23651|1227@17745|1228@17728|1229@24556|1230@17965|1231@17764|1232@17832|1235@17920|1233@18008|1299@18679|1236@17804|1237@17798|1238@18218|1239@21592|1240@17839|1241@19875|1243@17871|1244@18010|1245@14151|1246@17903|1251@18018|1247@17979|1248@18112|1249@17991|1250@18149|1252@20664|1253@18610|1255@14424|1256@18591|1257@18065|1258@18165|1259@18034|1260@20269|1261@22756|1262@24109|1263@18228|1264@20203|1266@18232|1267@18277|1268@18271|1269@18253|1270@18336|1271@24596|1273@24931|1274@18264|1275@18274|1276@24430|1286@19743|1277@18612|1278@26235|1279@24323|1280@21410|1281@18413|1302@18714|1282@18420|1283@19826|1287@18477|1284@18376|1296@23815|1285@18804|1370@19741|1288@19683|1310@19890|1289@18593|1290@18592|1291@18556|1292@18963|1293@18651|1294@18827|1297@18642|1295@19526|1325@19081|1298@19093|1300@18702|1347@20163|1312@18814|1301@18953|1303@18909|1306@18764|1304@18801|1305@18733|1308@19022|1307@18782|1316@18961|1309@19050|1311@21546|1313@19131|1319@19039|1314@18849|1315@19159|1317@19147|1318@18945|1361@19817|1320@19819|1328@19196|1321@19090|1323@19182|1322@19011|1324@19600|1326@19508|1327@19547|1329@19101|1330@21540|1331@19174|1332@19150|1334@19809|1333@19329|1335@19505|1336@19383|1337@19938|1339@19818|1338@19699|1340@19343|1341@23482|1342@19360|1349@24586|1343@19664|1346@20000|1344@19356|1345@19427|1348@19409|1350@19411|1351@20025|1352@19448|1353@19641|1354@19454|1355@19525|1356@19607|1357@20434|1358@19589|1427@20641|1363@19814|1359@19595|1360@20006|1367@20162|1362@19613|1364@19672|1365@26286|1366@19736|1368@19901|1369@19807|1371@19795|1372@19860|1373@19843|1374@19847|1375@20699|1376@19796|1377@20002|1378@20227|1447@20729|1379@19852|1440@21111|1384@19964|1380@20185|1381@19885|1382@19884|1383@19974|1385@20015|1386@19956|1387@21121|1399@21740|1388@20026|1390@20110|1389@20182|1392@20333|1391@20003|1397@20294|1393@20711|1394@20029|1395@20084|1396@20496|1398@20042|1400@20213|1401@21470|1402@20118|1403@20100|1404@20183|1405@20119|1406@22796|1407@20141|1408@20158|1409@21444|1410@20184|1411@20206|1412@20281|1413@20219|1414@20223|1415@20360|1416@20399|1417@20361|1418@20268|1420@20503|1419@20528|1421@22737|1422@22445|1423@24625|1424@20531|1425@20446|1426@20650|1432@20640|1428@20873|1429@20985|1430@20579|1439@21108|1431@20660|1434@20668|1433@20622|1437@22575|1435@20617|1436@20661|1438@20746|1446@21188|1441@20851|1443@20912|1444@21046|1445@22658|1449@21093|1450@21036|1451@21310|1452@21327|1453@21186|1454@21187|1455@22247|1460@23801|1456@21074|1457@21120|1458@21362|1459@21492|1461@21181|1462@21178|1463@21313|1464@21482|1465@21290|1466@21315|1467@24555|1468@22435|1469@24835|1470@21678|1471@21451|1472@21511|1476@21596|1473@21493|1474@21418|1475@21705|1487@21802|1477@24585|1478@21517|1479@21715|1480@21581|1448@24836|1481@24767|1482@21712|1483@21583|1484@22438|1485@22228|1497@25152|1486@21599|1488@22487|1489@21728|1494@21884|1490@21746|1491@24482|1492@21955|1493@21873|1495@21825|1499@21853|1498@21877|1496@22055|1500@21920|1501@21958|1502@21843|1506@21827|1503@22015|1504@22958|1505@22023|1507@21950|1508@23802|1509@3641|1513@21860|1511@21979|1512@24930|1514@21971|1510@24857|1517@22145|1515@22010|1516@21961|1518@22004|1519@22078|1520@22026|1521@22043|1522@24504|1523@22057|1524@22017|1526@22134|1525@22249|1527@22113|1528@22425|1529@22244|1530@22127|1531@22176|1532@22170|1533@22180|1534@22246|1535@22360|1536@22259|1537@22326|1538@22208|1539@22242|1540@22278|1550@22384|1541@22287|1542@22253|1543@22280|1544@13643|1545@22441|1546@24653|1547@22577|1549@24091|1548@22342|1551@22884|1552@22414|1553@13808|1554@22442|1555@24561|1556@13634|1557@4134|1559@20833|1558@22472|1560@3648|1561@13867|1562@24063|1565@22695|274@22555|1583@22744|308@22743|1059@20821|1564@22563|1442@21072|1563@22549|1566@24333|1580@24446|1567@22567|1576@22736|1568@24104|1569@22640|1570@22585|1571@24168|1572@22607|1573@22662|1574@22617|1575@22787|1577@22653|1578@23143|1579@22875|1581@22811|1582@24929|1584@22792|1585@22785|1586@22843|1588@22823|1589@22890|1590@22821|1591@22789|1592@22780|1593@24111|1594@22835|1598@22883|1597@22904|1595@22999|1596@23948|1599@22772|1600@22953|1601@23017|1602@22941|1603@22954|1604@24743|1605@24386|1606@24637|1608@22992|1607@22955|1609@23094|1610@23053|1612@24418|1611@24296|1613@23152|1614@23102|1615@22818|1616@24848|1617@23291|1587@23204|1618@23578|1620@23278|1619@24202|1621@23630|1622@24200|1623@24236|1624@23566|1625@23114|1626@23149|1627@14049|1628@23289|1629@23225|1630@23172|1631@23288|1633@23239|1632@23189|1634@23839|1674@24196|1638@23565|1647@24075|1635@23775|1636@23648|1637@23652|1640@23438|1639@23335|1641@23363|1643@23383|1642@23378|1644@24062|1649@24059|1645@23448|1646@24564|1648@15860|1650@23622|1651@23568|1652@23562|1653@24501|1655@23585|1654@23604|1656@24429|1657@23676|1658@23911|1659@24673|1660@23711|1661@23785|1663@25137|1664@24070|1662@23790|1667@16235|1665@23782|1666@23749|1668@24467|1669@24056|1670@23918|1671@23953|1677@23895|1672@23865|1673@24683|1675@24215|1676@6748|1678@23904|1680@24539|1679@23964|1681@25468|1682@24023|1683@24027|1684@24592|1685@16909|1686@24120|1687@24151|1688@24588|951@24240|1689@24204|1692@24342|1690@25955|1691@24188|1693@24181|1694@7174|1695@24794|930@24614|942@24338|962@24341|1076@24310|1020@24895|1158@24339|1708@24791|1700@24479|1696@24416|1697@25012|1698@24559|1714@24912|1699@24544|1701@24468|1703@24538|1702@24488|1704@24861|1705@24724|1706@25004|1711@25047|1707@24898|1723@25019|1717@24788|1709@24702|1710@25040|1712@24749|1713@24980|1726@24972|1718@24899|1716@24875|1715@24822|1719@24791|1728@24970|1720@24863|1722@24775|1721@24976|1725@25256|1724@24997|1727@26440|1729@25005|1730@25032|1731@25039|1733@25088|1736@25131|1739@25250|1740@25564|1741@25321|1747@25579|1749@26388|1750@25378|1743@26310|1752@25503|1742@25353|1756@25497|1744@25531|1758@25589|1757@25586|1761@25608|1755@25604|1760@25603|1763@25681|1771@26059|1770@25805|1777@26305|1776@26385|1778@26110|1781@26128|1783@26087|1788@26185|1797@26446|1794@26377|1798@26275|1782@26209|1784@26207|1801@26870|1769@26347|1796@26590|1791@26250|1804@26401|1800@26407|1806@26564|1805@26572|1807@26750|1810@26580|1815@26881|1813@26675|1817@26699|1826@26981|1825@26968|1824@26941|1821@26867'); INSERT INTO o2_members (uid, username, password, regdate, postnum, email, site, aim, status, location, bio, sig, showemail, timeoffset, icq, avatar, yahoo, customstatus, theme, bday, langfile, tpp, ppp, newsletter, regip, timeformat, msn, dateformat, ignoreu2u, lastvisit, rating, realname, firstname, emailnotify, profileviews, u2upopup, chatpopup, hidden, hidesig, hideavatar, logintime, readtopics) VALUES (99,'LD','3b4a3ffbf22624f65f228879c7c16ddb',1076536073,23,'pip11@hotmail.com','','','Member','','','','no',1,'','','','','',0,'French',30,25,'yes','213.36.50.5',24,'','dd-mm-yyyy','',1081019296,'','','','no',8,'yes',0,'no','no','no',900,'310@4944|367@5933|383@5397|414@5932|483@7302|523@7825|544@8463|580@8871'); INSERT INTO o2_members (uid, username, password, regdate, postnum, email, site, aim, status, location, bio, sig, showemail, timeoffset, icq, avatar, yahoo, customstatus, theme, bday, langfile, tpp, ppp, newsletter, regip, timeformat, msn, dateformat, ignoreu2u, lastvisit, rating, realname, firstname, emailnotify, profileviews, u2upopup, chatpopup, hidden, hidesig, hideavatar, logintime, readtopics) VALUES (100,'nikolipo','9a4b83013501fde3e8864f4f4b5fb7c5',1076647128,26,'nikolipo@aol.com','','','Member','','','','no',1,'','images/avatars/Avatar30.gif','','','',0,'French',30,25,'no','195.93.64.15',24,'','dd-mm-yyyy','',1077320226,'','','','no',1,'no',0,'no','no','no',31536000,'138@2081|175@1945|170@2276|255@2760|161@4478|301@4277|293@4040|37@1580'); INSERT INTO o2_members (uid, username, password, regdate, postnum, email, site, aim, status, location, bio, sig, showemail, timeoffset, icq, avatar, yahoo, customstatus, theme, bday, langfile, tpp, ppp, newsletter, regip, timeformat, msn, dateformat, ignoreu2u, lastvisit, rating, realname, firstname, emailnotify, profileviews, u2upopup, chatpopup, hidden, hidesig, hideavatar, logintime, readtopics) VALUES (101,'gilloub','f57153b8813f239c0d44c8db0deaa1df',1076662325,38,'gilloub@aol.com','http://src.iut-troyes.univ-reims.fr/~src3c02/','gilloub','Member','troyes','','','no',1,'','http://195.83.128.55/~src3c02/bordel/avatar.gif,100,75','','','',447030000,'French',30,25,'yes','172.31.9.96',24,'the_gilloux@hotmail.com','dd-mm-yyyy','',1087109972,'','gilles','boisson','no',6,'yes',0,'no','no','no',900,'223@2675|298@4282|146@1358|94@4785|330@4776|7@17|203@5248|281@4742|184@3799|329@4787|356@5574|364@5227|323@4515|370@5257|418@5969|425@6062|407@6049|471@6958|512@8023|297@4279|289@3945|895@4196|904@4899|916@5279|531@7958|960@7559|976@14217|258@3396|1012@14896|478@14957|1016@14894|1010@14980'); INSERT INTO o2_members (uid, username, password, regdate, postnum, email, site, aim, status, location, bio, sig, showemail, timeoffset, icq, avatar, yahoo, customstatus, theme, bday, langfile, tpp, ppp, newsletter, regip, timeformat, msn, dateformat, ignoreu2u, lastvisit, rating, realname, firstname, emailnotify, profileviews, u2upopup, chatpopup, hidden, hidesig, hideavatar, logintime, readtopics) VALUES (106,'Copland','0eb8f39fce0016759e433ef5e8d2e165',1076969607,451,'simson2004@wanadoo.fr','http://perso.wanadoo.fr/blitz3d/index.html','','Member','midi pyrénées','','Mieux vaut être en retard que jamais arriver !','yes',1,'','Http://perso.wanadoo.fr/blitz3d/divers/avatar.gif','','','',320972400,'French',30,25,'yes','80.14.128.197',24,'','dd-mm-yyyy','',1103071601,'','','Cedric','no',364,'yes',0,'no','no','no',31536000,'161@4510|315@4727|305@4322|307@4474|287@8092|308@6431|288@3820|285@4231|232@8704|265@3733|4@19708|316@4753|168@1860|328@4736|327@4547|313@4649|309@4767|321@4491|191@3105|93@1584|60@528|333@4799|271@4637|314@4680|318@4542|247@3475|246@3251|125@1834|42@1488|335@5068|326@4800|325@4839|336@4814|179@11018|7@4868|329@4787|276@4740|258@3396|281@4821|5@3216|254@3215|340@5059|338@4822|339@4942|145@1536|294@4486|301@4277|344@4974|345@4970|302@4924|347@4999|358@5312|356@5098|357@5232|284@3957|155@26042|350@5041|360@5113|346@4941|362@5153|361@5129|359@5263|353@5141|365@5218|366@5239|207@15574|337@5605|364@5227|355@5273|331@4712|370@5236|137@1294|69@765|343@5997|163@1624|78@7427|132@14103|368@5226|367@6101|290@5110|186@2044|43@2001|59@1565|158@2582|236@2814|235@2812|222@24350|375@5272|371@25981|383@5788|384@5661|382@5390|387@5613|385@5678|388@5529|342@4955|380@5347|389@5475|378@5662|386@5384|390@5455|393@5689|376@5462|394@5506|379@5604|282@20432|395@5748|269@8200|399@5621|400@5750|405@5710|407@5739|401@5680|292@5747|297@5741|409@5767|377@5764|123@5693|398@5839|408@5780|53@1706|410@5791|423@6114|422@6014|414@5989|425@6089|418@5969|416@5944|428@6110|429@6133|134@5067|435@8815|436@8142|442@6553|441@6496|447@6549|456@6547|454@6538|439@6468|458@9444|446@6554|250@8048|466@6672|460@6651|463@6743|231@2770|473@6784|427@6781|465@6864|471@6958|474@7204|467@7308|459@6865|450@6556|470@6822|453@6520|476@6921|477@7074|419@6238|433@6321|494@7237|486@7257|426@8809|489@7305|497@8174|493@7295|352@7538|495@7286|83@724|437@7313|508@7645|270@8540|506@7950|457@6631|501@7455|505@3578|488@3674|274@3801|511@7552|289@8169|519@7718|510@9453|526@7967|527@11711|531@7958|533@8047|530@8055|535@8357|536@8308|539@8238|516@7977|509@7951|518@7701|534@8052|538@8139|512@8118|498@7955|520@7845|391@7681|521@7913|540@8134|502@9440|541@8138|532@8405|542@8563|547@8259|548@8600|40@258|480@7890|544@8515|528@8029|278@3824|317@4372|551@8393|249@3364|522@8344|553@8896|552@8334|513@7670|146@1358|545@8359|443@6427|52@503|440@7366|475@7254|546@8370|556@8918|432@6481|255@2760|557@8779|558@9032|561@12456|514@9042|554@8492|549@8721|559@8765|562@8768|275@3649|564@8786|208@8544|563@8520|565@8585|567@8757|310@4944|570@8644|566@8676|572@8764|569@8824|574@9077|550@8971|573@9184|424@6117|575@8818|576@8912|167@1821|172@1817|580@8922|581@8960|279@14950|577@11766|579@4518|582@8849|578@20230|45@505|583@10616|584@8903|585@8923|568@12521|571@8924|592@9041|593@10092|589@9054|586@15706|596@9256|597@9138|587@8943|599@9212|598@9181|600@9259|594@9961|601@10851|525@7943|507@7458|415@6071|604@9276|560@13093|605@9281|606@9266|608@9436|603@9301|609@9430|612@9412|613@10315|610@9493|607@9314|611@9552|591@9084|614@9761|616@4414|617@11788|622@9631|619@10378|621@9594|602@9171|588@9015|19@155|421@6147|615@9616|620@10124|618@9919|595@9025|590@4629|330@5497|26@194|623@9695|624@9608|625@9711|16@374|54@881|627@9692|629@8916|628@9790|633@9966|631@14469|634@10180|635@10108|636@24219|637@10431|638@10029|641@10006|640@10293|643@10209|632@18033|626@10091|644@10355|646@10324|647@10166|479@6950|515@7724|70@1011|639@10219|648@2039|650@5699|645@17829|658@10367|652@10429|651@10341|656@11099|659@10371|660@10375|661@11249|662@10563|663@10390|462@6605|668@10458|653@10448|667@15738|657@10348|669@10477|672@10475|673@10491|670@10473|671@10498|180@3693|676@10608|683@10634|684@10625|686@24665|690@11458|682@10796|680@10686|75@10811|691@10818|685@10814|504@11292|701@25891|703@11131|704@11157|700@11498|693@1939|705@11226|688@11369|702@11179|706@11122|524@16954|707@11115|708@11244|699@10989|710@11165|695@3540|697@10979|694@10869|675@10595|711@11504|253@3405|319@4475|219@2652|714@11234|713@11233|717@11326|718@10746|715@11353|712@11374|719@11524|678@1931|720@11341|709@12897|39@319|721@11336|57@453|723@11576|716@11345|86@21027|727@11470|726@11412|724@11416|725@11495|728@11762|729@11480|730@11502|734@11670|735@11669|733@11959|736@11577|732@11561|737@11675|739@11709|738@11646|740@11654|742@11763|744@17390|743@26799|745@11802|747@11918|752@2777|464@4397|753@11926|754@12057|748@11814|756@12003|759@11985|762@11989|761@12145|750@12193|755@12294|760@12025|757@11963|758@14922|764@12190|763@4053|768@13527|769@12223|765@12465|770@12365|771@12229|772@12251|749@11920|14@122|766@12352|118@1230|777@6315|776@14555|778@12412|202@2350|374@5269|781@12489|785@4046|780@13532|786@16747|775@12537|779@12813|788@12543|782@12563|2@6|787@20928|791@4112|793@12598|794@4802|792@18509|789@3281|783@4754|795@4495|796@5460|799@8868|797@4573|800@12842|798@6491|803@13306|804@13233|805@12615|801@6723|677@4861|806@8633|802@12779|807@12325|808@12273|809@11644|811@12626|812@12770|814@12737|818@12932|819@12958|820@12769|826@12833|821@12892|665@10538|833@15152|831@12972|829@12954|790@13492|828@12959|840@13732|824@12824|839@20232|843@13153|810@12739|767@12478|664@10702|834@13116|751@12021|835@13230|841@13191|844@13242|838@13032|846@13155|827@12988|842@16084|847@13205|830@12968|851@13247|849@13262|854@13269|853@13211|852@13200|850@23965|822@12795|845@13135|856@13255|857@13474|848@13268|863@13350|862@13359|865@13506|858@25694|869@24087|864@12680|872@13609|870@13421|876@13513|877@13530|871@25704|883@16476|880@13553|879@13547|815@7971|873@13602|878@13540|882@13599|816@13604|885@4792|881@13600|859@13349|884@13614|823@16162|886@13859|895@18195|892@13756|901@13849|837@14062|899@3934|894@19476|900@13839|907@5307|911@5426|912@13925|898@16326|918@5431|903@5387|915@13951|913@14155|917@5376|919@5442|924@5560|922@5620|910@5563|929@13956|930@24614|931@6091|927@5908|935@6338|936@21275|932@16411|937@19654|955@14030|934@15443|957@23892|962@13909|951@6879|959@14519|965@14689|966@14032|946@6855|956@7047|945@16406|964@15275|944@14292|950@13897|968@14111|953@7148|974@14253|939@15143|982@14291|984@26186|988@15142|987@14408|985@14406|989@15170|990@14528|992@14446|991@14482|986@14415|993@14499|954@18025|963@13919|994@14570|902@14072|996@15318|692@4607|997@14582|998@14603|1000@14855|999@14619|1008@19042|1010@14857|981@14853|1013@14886|1014@14872|1012@15009|947@20317|1017@15196|1011@15240|1016@15102|478@15312|1020@16238|1002@20284|1022@14965|1018@14962|1023@15242|1024@15356|1003@25958|1026@15024|1021@15052|1007@15019|1027@15057|1025@15032|970@14188|958@13998|1029@15677|1034@15251|1033@15304|101@870|1036@15348|1037@16376|1031@15360|1032@15263|1035@15274|1038@15311|1040@15357|1028@15364|1041@15511|1053@16704|1043@15508|1046@15524|1055@19428|1057@15593|1058@15730|1060@15622|1062@15663|1068@15673|1066@15651|1067@15794|1070@15707|1045@15518|1069@16863|1064@15773|1030@15675|1049@15681|1063@15785|1047@15796|1072@16054|1076@15878|1077@15806|1080@15815|1074@15813|1081@15816|1082@15823|1087@15874|1086@15875|698@15872|1095@16286|1094@15981|1100@16295|1099@15978|1098@15969|1106@16317|1108@16098|1103@19243|1109@16292|1117@16274|1120@16276|1121@16370|1124@16260|1123@16811|1112@16334|1128@16304|1110@16133|1101@16325|1116@16331|1129@16347|1113@16266|1125@18315|1115@16736|1102@16358|1130@16363|1114@16262|1133@16415|1134@16428|1135@16420|1137@16442|1132@16433|1140@16701|1138@18648|1139@16474|1142@16729|1141@16703|933@14776|1127@16401|1146@16564|1147@16560|1145@16557|1149@16603|1150@16590|1089@16591|1151@16606|1148@16597|1156@16655|1164@16716|1162@16743|1152@16609|1165@16859|1166@16713|1167@16924|1157@16718|1168@16744|1163@16746|1169@17661|1176@16861|1172@16858|1178@16852|1179@16869|1186@16964|1184@19183|1181@16918|1188@22284|1189@16996|1190@17676|1191@17016|1201@17224|1224@17628|1223@18265|1222@17638|1225@17633|1226@22270|1231@17665|1215@17663|1219@20702|1233@17718|1244@18010|1051@17554|1245@17890|1246@17903|1242@17878|1243@17871|1235@17911|1241@17919|1238@17938|1239@21100|1248@18027|1257@18039|1256@14504|1258@18165|1269@18253|1271@18437|1268@18204|1265@20168|1262@20346|1260@18268|1274@18264|1273@18257|1277@18306|1276@18289|1270@18295|1278@26402|1266@18232|1280@21379|1281@18413|1282@18353|1283@19826|1289@18463|46@18484|1313@19131|1310@19831|1294@18827|1314@18828|1308@18829|1301@18895|1317@18897|1200@19955|1320@19080|1327@19086|1291@18556|1309@19050|1259@18034|1332@19150|1331@19174|1328@19169|1315@19159|1334@19170|1318@18945|1337@19214|1338@19586|1339@19223|1340@19234|1342@19350|1344@19356|1349@19413|1346@20000|1352@19448|1354@19454|1350@19411|1345@19427|1335@19455|1355@19463|1353@19641|1356@19607|1330@19618|1357@19625|1343@19636|1363@19693|1365@26286|1364@19672|1366@19687|1362@19613|1288@19675|1360@19966|943@20300|1351@19933|1367@19828|674@10528|245@3209|1368@19901|1369@19709|1296@19887|1371@19784|1378@20197|1372@19827|1379@19839|1382@19884|1381@19885|1383@19889|1377@19996|1388@20026|1384@19964|1211@19905|1375@19921|1389@19997|1341@23482|1407@20141|1393@20169|1406@22796|1396@20130|1409@20753|1408@20158|1400@20213|1392@20326|1264@20193|1413@20212|1412@20281|1418@20246|1416@20378|1414@20223|1359@19595|1419@20325|1417@20361|1415@20327|1252@19016|1237@17798|1421@20320|1423@20935|1422@21007|1420@20414|1404@20183|1255@14424|1254@18148|1426@20630|1428@20574|1427@20634|1432@20633|1436@20631|1434@20668|1054@20671|1438@20746|1442@20870|1445@22658|938@21026|1454@21067|1450@21021|1448@24836|1440@21103|1457@21037|1447@21102|1437@22575|888@21107|897@21230|1467@21309|1472@21471|1458@21362|1469@24835|1470@21472|1474@21418|1477@21486|1480@20955|1311@21491|1481@20932|1482@21563|1486@21560|1527@22113|1530@22090|1525@22089|1544@22283|1545@22441|1455@22247|1528@22231|1510@26097|1537@22326|1553@13808|1555@26124|1549@23973|1547@13759|1559@13755|1059@13882|1562@24063|1563@20866|1565@20863|1593@23090|1589@22867|1597@22863|1596@23948|1588@22823|1612@24418|1606@22947|1599@22772|1617@23070|1615@22818|1622@25728|1605@26807|1623@26695|1634@23839|1638@23474|1635@23586|1279@18758|1636@23361|1639@23335|1641@26771|1643@26788|1637@23364|1411@20206|1609@23094|1644@24062|1642@23378|1621@23630|1616@25161|1646@23460|1645@23448|1653@24060|1651@23568|1647@24075|1654@23604|1656@23788|1655@23585|1624@23566|1399@21740|1566@23598|1630@23172|1604@24743|1627@23254|1659@24673|1666@23749|104@936|1663@25137|1668@25529|1669@23798|1662@23790|1611@24156|1671@23807|1670@23825|1582@22724|1660@23711|1661@23785|1672@23865|1667@23844|1676@26668|1678@23904|1583@22744|1673@23928|1664@24070|1682@24042|1683@24027|1684@24128|1680@24208|1685@24174|1681@25434|1675@24157|1686@24043|1650@23622|1460@23801|1568@24104|1688@26436|1687@24151|1689@25684|1648@24102|1690@25463|1692@24178|1691@24170|1693@24181|1571@24168|1619@24202|1674@24196|1696@24416|1701@24459|1698@24440|1704@24721|1709@24702|1715@26217|1714@24912|1710@24977|1708@24738|1497@24649|1722@25686|1717@24788|1724@26509|1727@26440|1705@24724|1707@24898|1721@24976|1729@24986|1706@25004|1750@25378|1711@25332|1749@26388|1741@25341|1747@25579|1751@25364|1740@25422|1753@26800|1743@25858|1744@26066|1723@26823|1742@25353|1491@24482|1758@25570|1757@25731|1632@25582|1725@25442|1760@25632|889@13823|1761@26012|1755@25619|1728@24970|1764@25813|1763@25681|1765@25784|1769@26330|1767@25868|1770@25805|1776@26385|1777@25971|1768@25902|1759@25929|1748@25998|1773@25980|1772@26752|1774@25853|1771@26006|1778@26022|1780@26034|1781@26102|1790@26508|1784@26195|1788@26185|1789@26387|1561@13867|1785@26134|1782@26060|1228@25652|1793@26220|1791@26778|1792@26221|1794@26246|1796@26277|1795@26288|241@3159|1787@26205|1801@26434|1798@26300|1797@26446|1799@26382|1802@26378|1800@26688|1804@26401|1803@26825|1779@26165|1719@26447|1738@26801|1229@25103|1805@26512|1806@26564|1809@26629|1810@26630|1807@26703|1811@26619|1401@21470|1812@26721|1459@21492|1815@26871|1817@26797|1509@3641|113@991|91@708|1097@16443|1479@21715|1285@18804|1818@26735|1820@26822|1585@26834'); INSERT INTO o2_members (uid, username, password, regdate, postnum, email, site, aim, status, location, bio, sig, showemail, timeoffset, icq, avatar, yahoo, customstatus, theme, bday, langfile, tpp, ppp, newsletter, regip, timeformat, msn, dateformat, ignoreu2u, lastvisit, rating, realname, firstname, emailnotify, profileviews, u2upopup, chatpopup, hidden, hidesig, hideavatar, logintime, readtopics) VALUES (107,'funalex','5e8667a439c68f5145dd2fcbecf02209',1077002557,11,'a_jumel@hotmail.com','','','Member','','','','no',1,'','','','','',0,'French',30,25,'no','81.64.160.106',24,'','dd-mm-yyyy','',1077829272,'','','','no',2,'yes',0,'no','no','no',900,'317@4368|314@4344|338@4817|341@4856|340@4857|355@5243|380@5400|386@5399'); INSERT INTO o2_members (uid, username, password, regdate, postnum, email, site, aim, status, location, bio, sig, showemail, timeoffset, icq, avatar, yahoo, customstatus, theme, bday, langfile, tpp, ppp, newsletter, regip, timeformat, msn, dateformat, ignoreu2u, lastvisit, rating, realname, firstname, emailnotify, profileviews, u2upopup, chatpopup, hidden, hidesig, hideavatar, logintime, readtopics) VALUES (108,'Chgros','2560fcae8e81565febd6eb7d459a1832',1077025339,14,'gdelaeter@portdedunkerque.fr','','','Member','','','','no',1,'','','','','',0,'French',30,25,'yes','212.11.53.165',24,'','dd-mm-yyyy','',1084357336,'','','','no',20,'yes',0,'no','no','no',900,'320@4436|86@725|83@724|53@1706|294@4435|290@4370|276@4740|275@3649|315@4428|258@3396|318@4424|75@4225|309@4439|146@1358|316@4734|176@1999|271@4441|319@4440|308@4425|307@4407|314@4444|330@5072|101@870|288@4739|337@5793|269@5078|19@155|26@194|12@5491|357@5172|354@5163|388@5529|381@5358|383@5361|378@5353|385@5342|373@5274|382@5362|384@5331|371@5719|408@5780|342@4955|376@5742|405@5727|414@5918|313@5919|343@6083|427@6112|423@6114|419@6119|425@6089|421@6122|802@12796|806@12793|743@12778|821@12775|800@12754|775@2906|785@4046|786@3080|792@12757|779@12797|822@12795'); INSERT INTO o2_members (uid, username, password, regdate, postnum, email, site, aim, status, location, bio, sig, showemail, timeoffset, icq, avatar, yahoo, customstatus, theme, bday, langfile, tpp, ppp, newsletter, regip, timeformat, msn, dateformat, ignoreu2u, lastvisit, rating, realname, firstname, emailnotify, profileviews, u2upopup, chatpopup, hidden, hidesig, hideavatar, logintime, readtopics) VALUES (114,'predatorx','713118f3c1432de640bb61a496f27060',1077648609,19,'x_gaylord_x@hotmail.com','','','Member','','','','no',1,'','','','','',0,'French',30,25,'yes','213.189.172.78',24,'','dd-mm-yyyy','',1080891318,'','','','no',10,'yes',0,'no','no','no',31536000,'368@5226|353@5141|203@4926|195@2357|185@2429|177@2330|369@5210|370@5235|251@3439|260@3388|255@2760|232@8263|376@5742|84@647|58@467|379@5301|367@6101|381@5335|383@6668|387@5352|380@5400|389@5401|388@5529|222@2704|201@2329|402@5655|396@5648|343@6522|276@4740|106@2973|283@4311|364@5227|316@4753|75@4225|5@3216|25@1756|254@3215|403@5660|404@5658|378@5654|384@5661|405@5727|400@5750|411@5823|296@4019|425@6089|415@6071|414@5989|416@6999|424@6117|419@6061|428@6110|406@5878|53@1706|434@6324|431@6225|438@6425|134@5067|258@3396|435@7100|281@4821|442@6553|466@7083|250@6707|470@6822|471@6958|461@6634|463@6743|456@6974|473@6793|275@3649|168@1860|6@743|257@706|204@6663|447@6620|465@6864|479@6950|459@6904|462@6605|430@6212|423@6166|477@7025|375@5272|295@3908|184@3799|63@1318|46@385|451@6504|110@2868|472@6727|468@6736|480@7000|481@6982|474@7002|285@6990|478@6945|289@6987|417@5940|409@5792|271@4637|304@4176|21@3370|228@3003|482@7020|450@7165|483@3812|485@7075|335@5068|486@7374|484@7079|458@6551|337@5837|186@2044|487@7452|179@2759|489@7160|490@7193|492@7344|493@7389|497@8174|495@7286|287@8092|467@7297|496@7240|426@7293|498@7955|499@7311|500@7426|488@7265|397@7236|501@7455|503@7354|504@7464|505@3578|506@7447|352@7341|507@7458|508@3678|270@7345|510@7512|509@7511|511@7674|513@7643|274@7516|512@7632|514@8211|515@7693|277@7463|517@7761|4@7492|518@7695|269@8108|519@7718|371@5719|372@5261|273@3687|218@811|529@7911|527@7904|526@7906|528@7912|521@7908|524@7945|516@7846|530@7938|535@8096|533@8091|536@8070|539@8094|532@8051|520@7845|540@8119|382@5346|346@4941|541@8138|436@8142|457@6631|145@1536|542@8173|543@8167|544@8177|548@8493|556@8429|560@8678|562@8503|565@8585|570@8681|549@8686'); INSERT INTO o2_members (uid, username, password, regdate, postnum, email, site, aim, status, location, bio, sig, showemail, timeoffset, icq, avatar, yahoo, customstatus, theme, bday, langfile, tpp, ppp, newsletter, regip, timeformat, msn, dateformat, ignoreu2u, lastvisit, rating, realname, firstname, emailnotify, profileviews, u2upopup, chatpopup, hidden, hidesig, hideavatar, logintime, readtopics) VALUES (115,'Douppy','02d8837951313c60bce6c7a129da68b9',1077793083,72,'thomas_dupouy@hotmail.com','','','Member','','','Visitez le site de mon projet [url=http://wh40k.50free.org]Wh40k Wargame[/url] --> code source, meshes, textures GRATOS !!!','no',1,'','http://membres.lycos.fr/douppy/smhead.gif,61,65','','','',-3600,'French',30,25,'no','160.213.122.247',12,'thomas_dupouy@hotmail.com','dd-mm-yyyy','',1100104807,'','','','no',30,'yes',0,'no','no','no',3600,'353@5141|384@5661|367@5192|356@5476|390@5477|378@5478|511@7674|483@7303|155@9316|492@7344|204@7034|498@7955|493@3544|465@6864|134@5067|316@4753|75@10811|275@3649|258@3396|254@3215|494@8354|458@8939|477@7074|476@6921|457@6631|515@7696|524@8621|560@13055|558@8462|549@8432|208@8613|535@8357|569@8673|232@10352|559@8582|565@8585|514@9502|572@8764|270@8540|508@7645|564@8664|570@8657|146@1358|571@8869|274@7516|464@6652|285@7686|437@7313|292@6338|568@8790|576@8863|175@1945|574@9179|587@8943|585@8923|581@8925|589@9054|592@9061|593@9312|579@9070|532@8992|583@9021|586@9341|539@8238|277@7463|69@765|582@8849|517@7761|311@4302|284@3957|279@3821|234@3010|110@2868|223@2675|198@2237|167@1821|140@1297|92@889|109@1000|61@478|93@1584|601@9342|604@9298|603@9191|599@9212|594@9888|600@9259|596@9252|606@9303|607@9314|163@1624|605@9297|573@9184|608@9318|591@9084|53@1706|309@4767|268@3390|272@3696|86@725|70@1011|609@9358|610@9344|448@6455|343@6522|613@9372|611@9435|617@9574|598@9181|619@10378|616@9559|623@9602|615@9603|620@10124|629@10844|628@9812|531@7988|635@10011|633@9800|634@10040|638@10029|642@10024|641@10054|636@5741|640@5640|637@10431|624@9608|618@10328|621@10073|371@5523|654@10296|658@10361|659@10371|644@10355|646@10324|649@10336|650@10436|653@10448|664@10702|666@10395|662@10417|663@10423|665@10443|660@10375|656@10329|652@10429|668@10449|679@10601|522@10602|684@10707|675@10595|667@10720|673@10833|639@10219|179@10938|661@10925|699@10942|698@10872|504@10940|695@10909|703@11020|704@11016|701@22269|707@11171|719@11349|730@12172|632@11506|692@10834|691@10818|727@11501|728@11521|731@11531|723@11535|769@12609|782@12566|873@13693|889@13632|887@13679|1562@20798|1537@22326|1546@22334|1555@24364|1278@7478|1422@22445|1554@22442|1504@22958|1226@22270|1054@22199|1487@21802|1280@21410|1438@20746|842@20708|1425@20446|1365@20329|1421@20320|1368@19901|1288@19683|1279@18758|1138@18648|1191@18233|1196@17986|1189@17847|1237@17798|1214@17453|1601@23017|1599@23015|1583@22744|1617@23291|1646@24318|1681@23985'); INSERT INTO o2_members (uid, username, password, regdate, postnum, email, site, aim, status, location, bio, sig, showemail, timeoffset, icq, avatar, yahoo, customstatus, theme, bday, langfile, tpp, ppp, newsletter, regip, timeformat, msn, dateformat, ignoreu2u, lastvisit, rating, realname, firstname, emailnotify, profileviews, u2upopup, chatpopup, hidden, hidesig, hideavatar, logintime, readtopics) VALUES (127,'jbam','7e60bc642fefc11b43792e8745df6c1d',1078853011,307,'misterjbam@misterjbam.com','http://www.misterjbam.com','','Member','','','Projet en cours : [url=http://www.monocycle-underground.com]http://www.monocycle-underground.com[/url]','no',1,'','http://qeneurope.free.fr/images/cube.png,64,64','','','',152665200,'French',30,25,'yes','193.252.3.53',24,'','dd-mm-yyyy','',1103146986,'','','','no',116,'yes',0,'no','no','no',31536000,'1@88|2@6|3@37|4@26107|5@3216|6@743|7@4868|8@34|9@172|10@36|12@5491|11@2985|13@275|15@382|14@122|16@374|17@115|18@363|20@150|21@3370|19@155|22@372|29@199|23@197|24@1844|25@1756|26@194|27@1967|28@1880|45@505|31@341|30@437|32@264|36@1924|34@225|35@300|46@18794|38@407|37@1580|39@319|40@258|41@390|42@1488|44@357|43@2001|51@474|52@503|47@364|48@911|50@402|49@379|55@814|53@1706|54@881|56@440|57@453|58@467|59@1565|60@528|61@478|62@495|63@1318|64@491|65@621|66@613|67@1840|68@1842|69@765|70@1011|71@591|72@924|73@662|74@580|75@10811|76@648|77@906|78@7427|80@1682|79@723|81@637|86@21027|82@836|83@724|84@647|85@759|87@713|88@695|89@854|90@1601|91@708|95@1044|92@889|93@1584|96@13965|98@857|97@973|106@2973|99@1539|100@826|101@870|102@868|103@874|104@936|105@932|107@952|108@1001|109@1000|114@975|110@2868|111@1006|112@949|113@991|115@1418|116@1111|117@1176|121@1035|118@1230|119@1148|120@1096|122@1403|123@5693|124@1286|125@1834|126@1069|127@1835|128@1155|129@2056|132@14103|130@1187|131@1141|137@1294|133@1184|134@5067|135@1913|136@1196|139@1393|138@2081|140@1297|141@1284|142@1768|143@1328|144@1306|147@1319|145@1536|146@1358|167@1821|148@1326|150@1428|149@1413|155@26042|151@1543|152@3043|157@1534|153@1605|154@1456|156@1983|159@19940|158@2582|160@1711|161@4510|162@1741|163@1624|164@1665|165@2093|166@1702|169@1808|168@1860|170@25653|171@1776|173@1830|172@1817|174@1943|177@2330|178@2058|175@1945|176@1999|201@2329|181@2032|182@2080|183@2575|189@2462|185@2429|186@2044|188@2424|187@2354|208@8613|190@2830|258@3396|192@7358|193@2536|194@2339|196@2888|195@2357|197@2423|198@2237|199@2209|200@2358|204@7034|202@2350|203@5249|205@2414|207@15574|206@2365|209@2465|212@2594|213@3198|210@2458|211@2584|214@2535|215@2063|216@2674|217@2679|219@2652|218@811|220@2644|221@2699|222@24350|267@3440|223@2675|228@3003|224@2724|227@3156|225@2765|226@2796|230@2882|229@3136|231@2770|234@3010|233@3317|796@6241|235@2812|236@2814|242@2983|237@2932|238@2987|239@3639|184@3799|240@2972|241@3159|243@3309|244@3041|245@3209|257@706|246@3251|247@3475|252@3833|248@697|191@3105|250@8072|251@3439|249@3364|254@3215|255@2760|256@240|301@4277|180@3693|253@3405|259@3623|260@3388|261@3613|262@3647|263@3620|264@4032|265@3733|266@3564|268@3390|271@4637|269@8200|510@9453|275@3649|272@3696|273@3687|288@4332|277@7463|276@4740|278@3824|270@8540|509@7951|279@17411|280@5144|281@4821|303@4173|283@4311|290@5110|284@3957|282@21055|352@7797|293@4040|296@4019|294@4486|295@3908|298@4282|306@4287|299@4104|300@4324|302@4924|304@4176|305@4322|309@4767|310@4944|311@4302|312@4275|313@6058|318@7044|314@4688|315@4727|316@4753|317@4372|319@4475|320@4526|321@4491|322@4603|323@4515|324@4732|325@4947|326@4800|327@4623|328@4736|330@5497|331@4712|332@4633|334@4752|335@8277|94@4785|329@4787|333@4827|336@4858|339@4942|337@5837|338@5019|340@5059|341@4884|342@4955|343@6522|344@4974|345@4970|346@4941|347@4999|33@10339|351@5049|348@5005|353@5141|349@5069|350@5041|389@5475|426@8809|354@5184|355@5273|356@5574|357@5232|358@5438|359@5263|360@5113|361@5129|362@5153|364@5227|363@5205|365@5315|366@5267|391@7681|368@5226|369@5304|370@5257|376@5742|372@5261|373@5274|374@5269|375@5272|377@5770|378@5662|379@5604|394@5691|380@5347|381@5339|382@5346|383@6668|384@5661|385@5678|386@5384|387@5613|390@5600|388@5529|367@6101|392@5628|393@5689|407@6049|395@5798|396@5659|398@5839|399@5647|400@5750|401@5680|406@5878|402@5655|403@5660|404@5669|405@5727|412@5864|408@5780|409@5792|410@5871|411@5962|421@6147|413@5935|414@5989|415@6071|416@6999|417@5940|454@6538|418@5969|419@6238|420@5975|427@7933|422@6072|423@6166|424@6117|425@6089|287@8092|428@6110|429@6144|430@6212|431@6327|432@6481|433@6321|434@6418|435@8815|436@8142|289@3945|438@6453|439@6468|440@7366|441@6496|442@7533|443@6427|444@6393|445@17410|446@6575|447@6620|448@6455|452@6497|450@7196|449@6550|451@6504|455@6531|453@6520|456@6996|457@6631|458@9553|459@6956|460@6705|461@6634|462@6605|463@6743|468@6736|465@6864|466@7083|467@7308|480@7890|469@6786|470@6822|471@6958|472@6727|473@6793|474@7204|475@7254|476@6921|477@7074|479@6950|486@4341|481@6982|482@7202|483@7303|484@7079|485@7078|487@7452|489@7744|490@7198|491@7199|492@7344|493@3544|494@8354|495@7432|496@10727|497@8174|505@3578|498@7955|499@7385|500@7426|501@7796|502@9440|503@7354|507@7458|511@7674|506@7950|508@7645|512@8118|513@7670|514@11301|515@7724|521@7913|516@7977|517@7761|518@7701|519@7873|520@7845|522@10613|523@7843|524@17266|528@8029|525@7943|526@7980|527@11711|531@23845|533@8348|529@8015|530@8055|532@20948|538@8161|534@8191|535@8357|536@8371|537@8079|539@8238|540@8134|541@8253|542@8563|543@8167|544@8515|547@8350|545@8359|546@8370|549@8801|548@8813|555@8377|552@8334|550@8971|551@8393|553@8896|558@9068|557@8779|554@19690|556@13497|560@16141|559@8765|561@12456|573@9184|566@8676|562@8768|565@8585|563@8520|564@8808|570@8681|567@8757|597@9679|569@8867|568@18013|571@8924|575@8818|572@8764|576@8912|574@18686|577@11766|578@20230|579@16806|580@8994|581@8960|582@8849|583@10616|584@8958|591@9084|585@8923|586@22610|587@8943|588@9015|596@9256|589@9054|590@4629|592@9061|593@10092|594@9961|595@9025|598@9181|599@9212|600@9259|601@10851|602@9171|603@9315|604@9319|605@9297|606@9303|607@9314|608@9436|609@9430|610@9493|612@9490|617@11788|611@261|613@10315|618@10328|614@9761|615@2038|616@4729|629@12639|619@10378|620@10124|621@13953|622@9631|623@9766|628@9837|624@9608|625@9711|626@10468|627@9755|630@9743|634@10256|632@18033|631@14469|633@9966|635@10194|636@25765|637@17424|638@10029|639@11299|640@10293|644@10541|641@10139|646@10762|642@10024|643@10209|645@17829|647@273|648@10284|371@25981|813@12836|649@10336|650@10447|651@10341|652@10429|653@17409|654@10296|657@10348|655@10299|656@11099|658@10367|659@10371|667@18012|660@10375|661@11348|662@10563|663@10425|664@10702|665@10538|666@10395|668@10533|669@10477|670@10617|671@10874|672@10475|697@10979|673@10833|682@10907|674@10528|675@10595|676@10608|742@11792|677@4861|680@13943|678@1931|679@10601|681@10752|683@10726|691@10818|684@10777|685@10814|686@24665|687@11864|767@12478|688@11861|689@10765|702@11179|690@11512|692@4607|693@11084|179@11018|694@10869|696@20264|695@3540|698@15910|699@10989|504@11292|700@24675|701@25891|705@11226|703@11211|704@11157|711@11504|707@11185|706@11122|745@11802|708@11244|710@12750|709@13521|728@11845|712@11862|713@11233|714@11254|715@11454|764@12345|724@11416|716@11450|717@11326|718@11359|720@11341|719@11524|721@11754|722@11376|723@11885|725@11495|726@12049|727@11501|729@11480|743@26875|850@23965|730@12195|731@11753|732@11633|733@11959|734@11984|735@11669|736@11639|749@11920|737@12120|738@11646|739@11709|740@11909|741@11695|744@17390|746@12319|747@11918|750@12540|748@11814|751@12021|752@5080|753@11942|754@12103|755@12294|757@11963|756@12003|758@14922|759@12011|760@12033|761@12692|762@11995|766@12352|772@12399|763@4487|765@12465|768@13509|769@2989|775@2906|770@12373|771@12238|773@12308|774@12335|779@12813|776@14555|777@6608|778@12459|800@17301|780@13532|788@2994|781@12461|232@12703|782@12566|784@12494|783@4754|785@4046|786@25764|787@20928|793@12678|789@12844|790@13492|810@12739|805@12825|792@18509|798@6491|794@12705|791@8859|795@4863|797@4573|801@6723|802@12799|803@13306|804@13233|814@16785|799@8868|806@12793|807@12866|808@12273|809@11644|811@12631|812@12770|817@12696|818@12932|821@12892|819@13008|822@12795|820@13025|823@17132|824@12824|825@12820|827@12988|826@12901|828@12959|829@12954|285@4591|831@12972|832@12946|833@15434|834@13116|835@13254|836@13024|837@14062|838@13032|839@20232|840@13732|841@13245|843@13354|842@20708|849@13294|844@13416|845@13135|846@13155|847@13205|848@14456|852@13226|851@25658|853@4609|854@13269|855@13627|856@13255|857@13474|858@25694|859@13349|861@13320|860@4239|862@13465|863@13373|864@14745|865@13506|866@13367|867@13401|868@13399|874@13504|869@24087|870@13421|871@25704|872@13784|873@4217|875@13466|876@13706|877@13530|883@24638|815@15112|816@13604|879@13576|878@13542|880@13574|881@13647|882@13640|885@4792|884@13614|886@13859|887@13679|890@4350|895@18195|889@13823|891@13708|892@17060|893@13832|894@19612|286@3917|897@21733|896@13740|898@16326|899@3934|901@4664|900@4202|291@4001|297@4453|292@5417|307@4425|397@4216|437@4445|464@4397|478@15326|902@14072|488@4381|830@4490|903@6623|904@5246|911@5540|993@15107|906@4850|905@4886|910@5563|907@6098|908@4990|909@4919|943@21603|913@14155|912@13925|915@16742|914@6986|916@5299|917@5731|918@5543|919@5760|920@6325|921@13927|922@14981|923@14126|924@5847|927@13955|925@6151|926@6596|928@13930|929@14064|931@6789|932@20272|933@14776|934@17164|935@20925|936@21275|937@21318|938@21026|939@15935|940@6490|941@6601|944@15223|945@16974|956@15155|946@6855|948@6898|984@26383|947@13760|949@8050|955@14030|950@13897|952@13912|953@7148|963@17811|987@14421|957@23892|958@13998|959@14519|960@13889|961@14024|964@20211|965@16857|966@14640|967@14012|968@14111|969@14106|971@14110|970@14188|985@14900|974@25397|972@14119|973@20864|975@14180|978@14365|976@14266|977@14299|979@14233|989@15394|980@20932|981@14853|986@14415|982@14368|983@14330|990@15726|988@15142|991@14778|992@14464|994@14578|995@14525|1012@15254|1038@20766|996@25281|997@14774|999@14628|998@14717|1000@14855|1001@14665|1004@14742|1002@21281|1003@25958|1005@14772|1006@14840|1018@15096|1007@15019|1008@19042|1009@14838|1010@14980|1011@15240|1013@14899|1014@15106|1015@14898|1016@15200|1017@15552|1019@15091|1021@15052|1022@14968|1023@15381|1026@15024|1024@15413|1028@15493|1025@15032|1027@15082|1032@15691|1029@15684|1030@15675|1031@15360|1036@15852|1033@15304|1034@15395|1035@15324|1037@16376|1039@15927|1040@16166|1044@15530|1041@17968|1042@15418|1043@15508|1045@16142|1046@15587|1048@15733|1047@15844|1053@22398|1050@15607|1049@15681|1051@17554|1055@19428|1052@15546|1064@15779|1054@22199|1056@15563|1146@17312|1058@18519|1057@15593|888@21130|1060@15891|1061@15615|1062@16159|1063@16187|1067@15800|1092@16122|1065@15657|1066@15695|1068@15720|1069@17802|1070@24933|1071@16414|1072@16054|1073@15732|1074@15813|1077@15897|1075@15825|1088@15894|1078@17407|1079@15862|1082@15823|1080@16215|1081@15842|1083@15856|1084@15839|1085@17368|1086@15875|1087@15888|1089@17497|1090@17186|1091@16175|1093@15956|1094@16023|1095@16801|1096@16045|1097@16443|1098@16193|1099@16005|1100@16295|1102@16358|1101@16405|1103@19243|1104@16047|1105@16048|1106@16317|1107@16081|1108@16098|1123@17210|1109@16292|1110@16133|1111@16261|1112@16334|1113@16266|1114@16262|1115@16736|1116@17330|1117@16274|1118@16835|1119@16231|1120@16276|1122@16268|1121@16388|1124@16260|1136@17223|1125@18350|1126@16309|1127@16401|1128@17560|1129@16808|1131@16407|1130@16363|1132@16433|1133@16415|1134@16436|1135@16571|1138@18648|1137@16445|1139@16789|1140@16701|1141@16703|1142@16729|1143@16529|1144@16581|1145@16582|1148@16790|1147@16602|1149@16603|1150@16681|1151@16659|1152@18806|1153@16640|1154@17790|1155@16766|1156@16655|1157@16889|1159@16791|1173@17456|1160@16675|1161@16677|1187@17118|1186@16964|1163@16749|1169@17661|1164@25825|1165@16895|1166@16713|1167@16924|1179@16884|1168@16744|1171@16775|1170@17555|1172@16879|1182@17076|1174@16807|1176@17088|1193@17131|1177@16854|1178@21306|1180@16878|1181@17203|1196@17986|1183@16901|1184@19183|1188@22297|1185@17504|1162@17501|1202@17253|1189@17847|1192@17819|1191@18233|1254@18148|1212@18544|954@18025|1194@17452|1195@20142|1197@17306|1265@23826|1190@17763|1201@17595|1198@17135|1199@17391|1200@19955|1204@20154|1203@17237|1205@17276|1206@17524|1207@17380|1208@17455|1242@17960|1175@18834|1209@17760|1234@17752|1210@17506|1218@17614|1211@19905|1213@17579|1214@17453|1215@17663|1272@18403|1221@17600|1216@17543|1217@17521|1219@21433|1220@17599|1222@17638|1223@18275|1224@17770|1225@17633|1226@23651|1227@17745|1228@26826|1229@25103|1230@17965|1231@17764|1232@17832|1235@17920|1233@18008|1299@18679|1236@17804|1237@17798|1238@18218|1239@21592|1240@17839|1241@19875|1243@17871|1244@18010|1245@14151|1246@17903|1251@18018|1247@17979|1248@18112|1249@17991|1250@18149|1252@20664|1253@18610|1255@14424|1256@18591|1257@18065|1258@18165|1259@18034|1260@20269|1261@22756|1262@24109|1263@18228|1264@20203|1266@18232|1267@18277|1268@18271|1269@18253|1270@18336|1271@24596|1273@24931|1274@18264|1275@18274|1276@24430|1286@19743|1277@18612|1278@26970|1279@24323|1280@21410|1281@18413|1302@18714|1282@18420|1283@19826|1287@18477|1284@18376|1296@23815|1285@18804|1370@19741|1288@19683|1310@19890|1289@18593|1290@18592|1291@18556|1292@18963|1293@18651|1294@18827|1297@18642|1295@19526|1325@19081|1298@19093|1300@18702|1347@20163|1312@18814|1301@18953|1303@18909|1306@18764|1304@18801|1305@18733|1308@19022|1307@18782|1316@18961|1309@19050|1311@21546|1313@19131|1319@19039|1314@18849|1315@19159|1317@19147|1318@18945|1361@19817|1320@19819|1328@19196|1321@19090|1323@19182|1322@19011|1324@19600|1326@19508|1327@19547|1329@19101|1330@21540|1331@19174|1332@19150|1334@19809|1333@19329|1335@19505|1336@19383|1337@19938|1339@19818|1338@19699|1340@19343|1341@26011|1342@19360|1349@24586|1343@19664|1346@20000|1344@19356|1345@19427|1348@19409|1350@19411|1351@20025|1352@19448|1353@19641|1354@19454|1355@19525|1356@19607|1357@20434|1358@19589|1427@20641|1363@19814|1359@19595|1360@20006|1367@20162|1362@19613|1364@19672|1365@26286|1366@19736|1368@19901|1369@19807|1371@19795|1372@19860|1373@19843|1374@19847|1375@20699|1376@19796|1377@20002|1378@20227|1447@20729|1379@19852|1440@21111|1384@19964|1380@20185|1381@19885|1382@19884|1383@19974|1385@20015|1386@19956|1387@21121|1399@21740|1388@20026|1390@20110|1389@20182|1392@20333|1391@20003|1397@20294|1393@20711|1394@20029|1395@20084|1396@20496|1398@20042|1400@20213|1401@21470|1402@20118|1403@20100|1404@20183|1405@20119|1406@22796|1407@20141|1408@20158|1409@21444|1410@20184|1411@20206|1412@20281|1413@20219|1414@20223|1415@20360|1416@20399|1417@20361|1418@20268|1420@20503|1419@20528|1421@22737|1422@22445|1423@24625|1424@20531|1425@20446|1426@20650|1432@20640|1428@20873|1429@20985|1430@20579|1439@21108|1431@20660|1434@20668|1433@20622|1437@22575|1435@20617|1436@20661|1438@20746|1446@21188|1441@20851|1443@20912|1444@21046|1445@22658|1449@21093|1450@21036|1451@21310|1452@21327|1453@21186|1454@21187|1455@22247|1460@23801|1456@21074|1457@21120|1458@21362|1459@21492|1461@21181|1462@21178|1463@21313|1464@21482|1465@21290|1466@21315|1467@24555|1468@22435|1469@25153|1470@21678|1471@21451|1472@21511|1476@21596|1473@21493|1474@21418|1475@21705|1487@21802|1477@24585|1478@21517|1479@21715|1480@21581|1448@24836|1481@24767|1482@21712|1483@21583|1484@22438|1485@22228|1497@25152|1486@21599|1488@22487|1489@21728|1494@21884|1490@21746|1491@24482|1492@21955|1493@21873|1495@21825|1499@21853|1498@21877|1496@22055|1500@21920|1501@21958|1502@21843|1506@21827|1503@22015|1504@22958|1505@22023|1507@21950|1508@23802|1509@3641|1513@21860|1511@21979|1512@25065|1514@21971|1510@26097|1517@22145|1515@22010|1516@21961|1518@22004|1519@22078|1520@22026|1521@22043|1522@24504|1523@22057|1524@22017|1526@22134|1525@22249|1527@22113|1528@22425|1529@22244|1530@22127|1531@22176|1532@22170|1533@22180|1534@22246|1535@22360|1536@22259|1537@22326|1538@22208|1539@22242|1540@22278|1550@22384|1541@22287|1542@22253|1543@22280|1544@13643|1545@22441|1546@24653|1547@22577|1549@24091|1548@22342|1551@22884|1552@22414|1553@13808|1554@22442|1555@26167|1556@13634|1557@4134|1559@20833|1558@22472|1560@3648|1561@13867|1562@24063|1565@22695|274@22555|1583@22744|308@22743|1059@20821|1564@22563|1442@21072|1563@22549|1566@24333|1580@24446|1567@22567|1576@22736|1568@24104|1569@22640|1570@22585|1571@24168|1572@22607|1573@22662|1574@22617|1575@22787|1577@22653|1578@23143|1579@22875|1581@22811|1582@24929|1584@22792|1585@26834|1586@22843|1588@22823|1589@22890|1590@22821|1591@22789|1592@22780|1593@24111|1594@22835|1598@22883|1597@22904|1595@22999|1596@23948|1599@22772|1600@22953|1601@23017|1602@22941|1603@22954|1604@24743|1605@26884|1606@24637|1608@22992|1607@22955|1609@23094|1610@23053|1612@24418|1611@24296|1613@23152|1614@23102|1615@22818|1616@25161|1617@23291|1587@23204|1618@23578|1620@23278|1619@24202|1621@23630|1622@25772|1623@26946|1624@23566|1625@23114|1626@25427|1627@14049|1628@23289|1629@23225|1630@23172|1631@23288|1633@23239|1632@25616|1634@23839|1674@24196|1638@23565|1647@24075|1635@23775|1636@23648|1637@23652|1640@23438|1639@23335|1641@26771|1643@26788|1642@23378|1644@24062|1649@24059|1645@23448|1646@24564|1648@15860|1650@23622|1651@23568|1652@23562|1653@24501|1655@23585|1654@23604|1656@24429|1657@23676|1658@23911|1659@24673|1660@23711|1661@23785|1663@25137|1664@24070|1662@23790|1667@16235|1665@23782|1666@23749|1668@25529|1669@24056|1670@23918|1671@23953|1677@23895|1672@23865|1673@24683|1675@24215|1676@26700|1678@23904|1680@24539|1679@23964|1681@25468|1682@24023|1683@24027|1684@24592|1685@16909|1686@26494|1687@24151|1688@26436|951@24240|1689@25684|1692@24342|1690@25955|1691@24188|1693@24181|1694@7174|1695@24794|930@26701|942@24338|962@24341|1076@24310|1020@25042|1158@24339|1708@24791|1700@24479|1696@24416|1697@25304|1698@24559|1714@24912|1699@24544|1701@24468|1703@24538|1702@24488|1704@24861|1705@24724|1706@25004|1711@25332|1763@25681|1707@24898|1723@26959|1717@24788|1746@25284|1709@24702|1710@25040|1712@24749|1713@24980|1726@24972|1718@24899|1716@24875|1715@26280|1728@24970|1720@24863|1722@25686|1721@24976|1725@25442|1724@26509|1727@26440|1729@25005|1730@25032|1731@25039|1732@25144|1733@25088|1734@25395|1735@25093|1736@25131|1764@25813|1747@25579|1739@25250|1743@26832|1740@26164|1741@25432|1742@25353|1744@26066|1745@26141|1749@26529|1748@25998|1750@25791|1751@25379|1752@25503|1770@25805|1753@26935|1754@25864|1756@25497|1755@25619|1757@25731|1758@25589|1759@25929|1760@25632|1797@26446|1761@26012|1762@25625|1792@26221|1765@25784|1766@25808|1767@25868|1768@25902|1769@26347|1771@26059|1772@26752|1773@25980|1774@26663|1775@25965|1776@26385|1777@26305|1802@26378|1778@26110|1782@26209|1779@26165|1781@26128|1780@26034|1783@26087|1784@26285|1785@26338|1786@26111|1787@26205|1788@26185|1789@26387|1790@26508|1791@26791|1793@26220|1794@26377|1795@26288|1796@26604|1798@26676|1799@26382|1800@26688|1801@26870|1803@26848|1804@26401|1809@26890|1719@26454|1805@26603|1737@26448|1738@26957|1815@26881|1806@26564|1814@26685|1807@26750|1808@26578|1810@26904|1813@26675|1811@26715|1812@26721|1817@26952|1816@26679|1818@26737|1819@26846|1820@26822|1821@26867|1822@26786|1823@26937|1824@26941|1825@26968|1826@26981|1828@26958|1827@26954|1830@26980|1829@26976');