-- MySQL dump 10.10 -- -- Host: localhost Database: -- ------------------------------------------------------ -- Server version 5.0.22-Debian_0ubuntu6.06.11-log /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- -- Current Database: `acm` -- CREATE DATABASE /*!32312 IF NOT EXISTS*/ `acm` /*!40100 DEFAULT CHARACTER SET latin1 */; USE `acm`; -- -- Table structure for table `acm_e107_banlist` -- DROP TABLE IF EXISTS `acm_e107_banlist`; CREATE TABLE `acm_e107_banlist` ( `banlist_ip` varchar(100) NOT NULL default '', `banlist_admin` smallint(5) unsigned NOT NULL default '0', `banlist_reason` tinytext NOT NULL, PRIMARY KEY (`banlist_ip`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `acm_e107_banlist` -- /*!40000 ALTER TABLE `acm_e107_banlist` DISABLE KEYS */; LOCK TABLES `acm_e107_banlist` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `acm_e107_banlist` ENABLE KEYS */; -- -- Table structure for table `acm_e107_banner` -- DROP TABLE IF EXISTS `acm_e107_banner`; CREATE TABLE `acm_e107_banner` ( `banner_id` int(10) unsigned NOT NULL auto_increment, `banner_clientname` varchar(100) NOT NULL default '', `banner_clientlogin` varchar(20) NOT NULL default '', `banner_clientpassword` varchar(50) NOT NULL default '', `banner_image` varchar(150) NOT NULL default '', `banner_clickurl` varchar(150) NOT NULL default '', `banner_impurchased` int(10) unsigned NOT NULL default '0', `banner_startdate` int(10) unsigned NOT NULL default '0', `banner_enddate` int(10) unsigned NOT NULL default '0', `banner_active` tinyint(3) unsigned NOT NULL default '0', `banner_clicks` int(10) unsigned NOT NULL default '0', `banner_impressions` int(10) unsigned NOT NULL default '0', `banner_ip` text NOT NULL, `banner_campaign` varchar(150) NOT NULL default '', PRIMARY KEY (`banner_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `acm_e107_banner` -- /*!40000 ALTER TABLE `acm_e107_banner` DISABLE KEYS */; LOCK TABLES `acm_e107_banner` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `acm_e107_banner` ENABLE KEYS */; -- -- Table structure for table `acm_e107_comments` -- DROP TABLE IF EXISTS `acm_e107_comments`; CREATE TABLE `acm_e107_comments` ( `comment_id` int(10) unsigned NOT NULL auto_increment, `comment_pid` int(10) unsigned NOT NULL default '0', `comment_item_id` int(10) unsigned NOT NULL default '0', `comment_subject` varchar(100) NOT NULL default '', `comment_author` varchar(100) NOT NULL default '', `comment_author_email` varchar(200) NOT NULL default '', `comment_datestamp` int(10) unsigned NOT NULL default '0', `comment_comment` text NOT NULL, `comment_blocked` tinyint(3) unsigned NOT NULL default '0', `comment_ip` varchar(20) NOT NULL default '', `comment_type` varchar(10) NOT NULL default '0', `comment_lock` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`comment_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `acm_e107_comments` -- /*!40000 ALTER TABLE `acm_e107_comments` DISABLE KEYS */; LOCK TABLES `acm_e107_comments` WRITE; INSERT INTO `acm_e107_comments` VALUES (1,0,3,'Finals Week Dinner','5.studbucket','',1146802573,'Follow my lead and post if you are coming.\r\n\r\nI will be there.',0,'0cd9ef24','0',0),(2,0,3,'Finals Week Dinner','14.Jed','',1146805874,'I'll be there until about 7:15, I have work at 7:30. Also, I would be interested in the outreach committee.',0,'80ffafd1','0',0),(3,0,3,'Finals Week Dinner','12.Verno Whitney','',1146943201,'I'll be there',0,'d8f87a35','0',0),(4,0,3,'If you could become an expert in any one programming language, what would it be?','5.studbucket','',1149540293,'If you chose other, explain which one you would choose',0,'cec3c1fe','4',0),(5,0,3,'If you could become an expert in any one programming language, what would it be?','9.chudman','',1150234054,'C might get you more job offers, but Lisp hackers have much more fun from what I've [link=http://www.paulgraham.com/quotes.html]read[/link]. :)',0,'42855404','4',0),(6,0,3,'If you could become an expert in any one programming language, what would it be?','27.Will','',1152736311,'Java',0,'80ff2c1a','4',0),(7,6,3,'Re: If you could become an expert in any one programming language, what would it be?','5.studbucket','',1152808228,'Umm, java has a poll option :)',0,'cec3c1fe','4',0),(8,0,3,'If you could become an expert in any one programming language, what would it be?','28.Justin','',1154559511,'C#',0,'47204412','4',0),(9,0,5,'Best Video Game Type:','5.studbucket','',1154986043,'Poll was reposted because of errors.',0,'0ce2189e','4',0),(10,0,5,'Best Video Game Type:','10.Vegihan','',1155182465,'Anyone who might be wondering why this poll was posted it was to get info. A couple of us have thought about working on a video game and I would like to know what people like to play so we can get people involved by making their kind of game.',0,'18094766','4',0); UNLOCK TABLES; /*!40000 ALTER TABLE `acm_e107_comments` ENABLE KEYS */; -- -- Table structure for table `acm_e107_core` -- DROP TABLE IF EXISTS `acm_e107_core`; CREATE TABLE `acm_e107_core` ( `e107_name` varchar(100) NOT NULL default '', `e107_value` text NOT NULL, PRIMARY KEY (`e107_name`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `acm_e107_core` -- /*!40000 ALTER TABLE `acm_e107_core` DISABLE KEYS */; LOCK TABLES `acm_e107_core` WRITE; INSERT INTO `acm_e107_core` VALUES ('SitePrefs','array (\n \'sitename\' => \'ACM - University of Iowa\',\n \'siteurl\' => \'http://acm.uiowa.edu/\',\n \'sitebutton\' => \'button.png\',\n \'sitetag\' => \'We're Here and that's important\',\n \'sitedescription\' => \'\',\n \'siteadmin\' => \'Administrator\',\n \'siteadminemail\' => \'acm@cs.uiowa.edu\',\n \'sitetheme\' => \'truman\',\n \'image_preload\' => \'1\',\n \'admintheme\' => \'interfectus\',\n \'adminstyle\' => \'categories\',\n \'sitedisclaimer\' => \'\',\n \'newsposts\' => \'10\',\n \'flood_protect\' => \'1\',\n \'flood_timeout\' => \'5\',\n \'flood_time\' => \'30\',\n \'flood_hits\' => \'100\',\n \'anon_post\' => \'0\',\n \'user_reg\' => \'1\',\n \'use_coppa\' => \'0\',\n \'profanity_filter\' => \'0\',\n \'profanity_replace\' => \'[censored]\',\n \'smiley_activate\' => \'1\',\n \'log_refertype\' => \'1\',\n \'longdate\' => \'%A %d %B %Y - %H:%M:%S\',\n \'shortdate\' => \'%d %b : %H:%M\',\n \'forumdate\' => \'%a %b %d %Y, %I:%M%p\',\n \'sitelanguage\' => \'English\',\n \'maintainance_flag\' => \'1\',\n \'time_offset\' => \'0\',\n \'log_lvcount\' => \'10\',\n \'meta_tag\' => \'\',\n \'user_reg_veri\' => \'1\',\n \'email_notify\' => \'\',\n \'forum_poll\' => \'1\',\n \'forum_popular\' => \'10\',\n \'forum_track\' => \'\',\n \'forum_eprefix\' => \'[forum]\',\n \'forum_enclose\' => \'1\',\n \'forum_title\' => \'ACM Forums\',\n \'forum_postspage\' => \'25\',\n \'forum_highlightsticky\' => \'1\',\n \'user_tracking\' => \'cookie\',\n \'cookie_name\' => \'ACMcookie\',\n \'resize_method\' => \'gd2\',\n \'im_path\' => \'/usr/X11R6/bin/convert\',\n \'im_quality\' => \'80\',\n \'im_width\' => \'120\',\n \'im_height\' => \'100\',\n \'upload_enabled\' => \'1\',\n \'upload_storagetype\' => \'2\',\n \'upload_maxfilesize\' => \'\',\n \'upload_class\' => \'1\',\n \'cachestatus\' => \'\',\n \'displayrendertime\' => \'0\',\n \'displaysql\' => \'0\',\n \'displaythemeinfo\' => \'0\',\n \'timezone\' => \'CST\',\n \'search_restrict\' => \'0\',\n \'antiflood1\' => \'1\',\n \'antiflood_timeout\' => \'10\',\n \'autoban\' => \'2\',\n \'sitelang_init\' => \'English\',\n \'linkpage_screentip\' => \'0\',\n \'plug_status\' => \'rss_menu,forum\',\n \'plug_latest\' => \'forum\',\n \'wmessage_sc\' => \'0\',\n \'signup_text\' => \'\',\n \'admin_alerts_ok\' => \'1\',\n \'real\' => \'1\',\n \'url\' => \'1\',\n \'icq\' => \'1\',\n \'aim\' => \'1\',\n \'msn\' => \'1\',\n \'dob\' => \'1\',\n \'loc\' => \'1\',\n \'sig\' => \'1\',\n \'avt\' => \'1\',\n \'zone\' => \'1\',\n \'usrclass\' => \'1\',\n \'link_replace\' => \'0\',\n \'link_text\' => \'\',\n \'signcode\' => \'0\',\n \'logcode\' => \'0\',\n \'signup_options\' => \'1.0.0.0.0.0.0.1.1.1.1\',\n \'newsposts_archive\' => \'0\',\n \'newsposts_archive_title\' => \'\',\n \'news_cats\' => \'\',\n \'nbr_cols\' => \'1\',\n \'subnews_attach\' => \'\',\n \'subnews_resize\' => \'\',\n \'subnews_class\' => \'0\',\n \'subnews_htmlarea\' => \'0\',\n \'subnews_hide_news\' => \'\',\n \'news_newdateheader\' => \'0\',\n \'email_text\' => \'\',\n \'useGeshi\' => \'0\',\n \'wysiwyg\' => \'0\',\n \'old_np\' => \'0\',\n \'make_clickable\' => \'0\',\n \'signup_maxip\' => \'3\',\n \'track_online\' => \'1\',\n \'emotepack\' => \'default\',\n \'xup_enabled\' => \'1\',\n \'mailer\' => \'php\',\n \'ue_upgrade\' => \'1\',\n \'search_highlight\' => \'1\',\n \'mail_pause\' => \'3\',\n \'mail_pausetime\' => \'4\',\n \'themecss\' => \'style.css\',\n \'plug_sc\' => \':featurebox,SENDPM:pm,:poll\',\n \'auth_method\' => \'\',\n \'post_html\' => \'254\',\n \'redirectsiteurl\' => \'0\',\n \'admin_alerts_uniquemenu\' => \'0\',\n \'membersonly_enabled\' => \'0\',\n \'signup_pass_len\' => \'6\',\n \'signup_disallow_text\' => \'\',\n \'signup_text_after\' => \'\',\n \'null\' => \'0\',\n \'links_new_window\' => \'1\',\n \'main_wordwrap\' => \'\',\n \'menu_wordwrap\' => \'\',\n \'php_bbcode\' => \'255\',\n \'ssl_enabled\' => \'0\',\n \'fpwcode\' => \'0\',\n \'user_reg_secureveri\' => \'1\',\n \'disallowMultiLogin\' => \'0\',\n \'profanity_words\' => \'\',\n \'adminpwordchange\' => \'0\',\n \'comments_icon\' => \'0\',\n \'nested_comments\' => \'1\',\n \'allowCommentEdit\' => \'0\',\n \'admincss\' => \'style.css\',\n \'developer\' => \'0\',\n \'download_email\' => \'0\',\n \'sendmail\' => \'/usr/sbin/sendmail -t -i -r acm@cs.uiowa.edu\',\n \'smtp_enable\' => \'\',\n \'smtp_server\' => \'ns-mx.uiowa.edu\',\n \'smtp_username\' => \'\',\n \'smtp_password\' => \'\',\n \'avatar_upload\' => \'0\',\n \'photo_upload\' => \'1\',\n \'del_unv\' => \'1440\',\n \'profile_rate\' => \'0\',\n \'profile_comments\' => \'0\',\n \'force_userupdate\' => \'0\',\n \'display_memory_usage\' => \'0\',\n \'compress_output\' => \'0\',\n \'image_post\' => \'1\',\n \'image_post_class\' => \'0\',\n \'image_post_disabled_method\' => \'1\',\n \'enable_png_image_fix\' => \'\',\n \'eventpost_admin\' => \'254\',\n \'eventpost_headercss\' => \'forumheader\',\n \'eventpost_daycss\' => \'forumheader3\',\n \'eventpost_todaycss\' => \'indent\',\n \'eventpost_addcat\' => \'254\',\n \'eventpost_forum\' => \'1\',\n \'eventpost_evtoday\' => \'indent\',\n \'eventpost_mailsubject\' => \'ACM Event(s)\',\n \'eventpost_mailfrom\' => \'ACM\',\n \'eventpost_mailaddress\' => \'acm@cs.uiowa.edu\',\n \'eventpost_lenday\' => \'1\',\n \'eventpost_asubs\' => \'1\',\n \'eventpost_weekstart\' => \'sun\',\n \'eventpost_super\' => \'0\',\n \'eventpost_dateformat\' => \'my\',\n \'statActivate\' => \'1\',\n \'statCountAdmin\' => \'1\',\n \'statUserclass\' => \'0\',\n \'statBrowser\' => \'1\',\n \'statOs\' => \'1\',\n \'statScreen\' => \'1\',\n \'statDomain\' => \'1\',\n \'statRefer\' => \'1\',\n \'statQuery\' => \'1\',\n \'statRecent\' => \'1\',\n \'statDisplayNumber\' => \'\',\n \'fb_active\' => \'1\',\n \'statClass\' => \'0\',\n \'forum_show_topics\' => \'1\',\n \'forum_postfix\' => \'[more...]\',\n \'forum_no_characters\' => \'20\',\n \'email_notify_on\' => \'\',\n \'html_post\' => \'\',\n \'forum_attach\' => \'\',\n \'forum_redirect\' => \'\',\n \'forum_user_customtitle\' => \'1\',\n \'reported_post_email\' => \'\',\n \'forum_tooltip\' => \'1\',\n \'forum_tiplength\' => \'80\',\n \'forum_hilightsticky\' => \'\',\n \'forum_maxwidth\' => \'\',\n \'forum_linkimg\' => \'\',\n \'rank_main_admin\' => \'Main Site Admin\',\n \'rank_main_admin_image\' => \'main_admin.png\',\n \'rank_admin\' => \'Site Admin\',\n \'rank_admin_image\' => \'admin.png\',\n \'rank_moderator\' => \'Forum Moderator\',\n \'rank_moderator_image\' => \'moderator.png\',\n \'forum_levels\' => \'Windows ME User,AOL User,Visual Basic All-Star,Code Monkey,Freelance Programmer,Lisp Hacker,Jason Fox's Mentor,Almost Seymour Cray,Solved NP-Completeness,Computer Genius Man,\',\n \'forum_thresholds\' => \'20,100,250,410,580,760,950,1150,1370,1600,\',\n \'forum_images\' => \'lev1.png,lev2.png,lev3.png,lev4.png,lev5.png,lev6.png,lev7.png,lev8.png,lev9.png,lev10.png,\',\n \'frontpage\' => \n array (\n \'all\' => \'news.php\',\n ),\n \'install_date\' => \'1146263624\',\n \'modules\' => \'gsitemap\',\n \'maintainance_text\' => \'STOP POSTING IM WORKING HERE\',\n)'),('SitePrefs_Backup','array (\n \'sitename\' => \'ACM - University of Iowa\',\n \'siteurl\' => \'http://acm.uiowa.edu/\',\n \'sitebutton\' => \'button.png\',\n \'sitetag\' => \'We're Here and that's important\',\n \'sitedescription\' => \'\',\n \'siteadmin\' => \'Administrator\',\n \'siteadminemail\' => \'acm@cs.uiowa.edu\',\n \'sitetheme\' => \'truman\',\n \'image_preload\' => \'1\',\n \'admintheme\' => \'interfectus\',\n \'adminstyle\' => \'categories\',\n \'sitedisclaimer\' => \'\',\n \'newsposts\' => \'10\',\n \'flood_protect\' => \'1\',\n \'flood_timeout\' => \'5\',\n \'flood_time\' => \'30\',\n \'flood_hits\' => \'100\',\n \'anon_post\' => \'0\',\n \'user_reg\' => \'1\',\n \'use_coppa\' => \'0\',\n \'profanity_filter\' => \'0\',\n \'profanity_replace\' => \'[censored]\',\n \'smiley_activate\' => \'1\',\n \'log_refertype\' => \'1\',\n \'longdate\' => \'%A %d %B %Y - %H:%M:%S\',\n \'shortdate\' => \'%d %b : %H:%M\',\n \'forumdate\' => \'%a %b %d %Y, %I:%M%p\',\n \'sitelanguage\' => \'English\',\n \'maintainance_flag\' => \'1\',\n \'time_offset\' => \'0\',\n \'log_lvcount\' => \'10\',\n \'meta_tag\' => \'\',\n \'user_reg_veri\' => \'1\',\n \'email_notify\' => \'\',\n \'forum_poll\' => \'1\',\n \'forum_popular\' => \'10\',\n \'forum_track\' => \'\',\n \'forum_eprefix\' => \'[forum]\',\n \'forum_enclose\' => \'1\',\n \'forum_title\' => \'ACM Forums\',\n \'forum_postspage\' => \'25\',\n \'forum_highlightsticky\' => \'1\',\n \'user_tracking\' => \'cookie\',\n \'cookie_name\' => \'ACMcookie\',\n \'resize_method\' => \'gd2\',\n \'im_path\' => \'/usr/X11R6/bin/convert\',\n \'im_quality\' => \'80\',\n \'im_width\' => \'120\',\n \'im_height\' => \'100\',\n \'upload_enabled\' => \'1\',\n \'upload_storagetype\' => \'2\',\n \'upload_maxfilesize\' => \'\',\n \'upload_class\' => \'1\',\n \'cachestatus\' => \'\',\n \'displayrendertime\' => \'0\',\n \'displaysql\' => \'0\',\n \'displaythemeinfo\' => \'0\',\n \'timezone\' => \'CST\',\n \'search_restrict\' => \'0\',\n \'antiflood1\' => \'1\',\n \'antiflood_timeout\' => \'10\',\n \'autoban\' => \'2\',\n \'sitelang_init\' => \'English\',\n \'linkpage_screentip\' => \'0\',\n \'plug_status\' => \'rss_menu,forum\',\n \'plug_latest\' => \'forum\',\n \'wmessage_sc\' => \'0\',\n \'signup_text\' => \'\',\n \'admin_alerts_ok\' => \'1\',\n \'real\' => \'1\',\n \'url\' => \'1\',\n \'icq\' => \'1\',\n \'aim\' => \'1\',\n \'msn\' => \'1\',\n \'dob\' => \'1\',\n \'loc\' => \'1\',\n \'sig\' => \'1\',\n \'avt\' => \'1\',\n \'zone\' => \'1\',\n \'usrclass\' => \'1\',\n \'link_replace\' => \'0\',\n \'link_text\' => \'\',\n \'signcode\' => \'0\',\n \'logcode\' => \'0\',\n \'signup_options\' => \'1.0.0.0.0.0.0.1.1.1.1\',\n \'newsposts_archive\' => \'0\',\n \'newsposts_archive_title\' => \'\',\n \'news_cats\' => \'\',\n \'nbr_cols\' => \'1\',\n \'subnews_attach\' => \'\',\n \'subnews_resize\' => \'\',\n \'subnews_class\' => \'0\',\n \'subnews_htmlarea\' => \'0\',\n \'subnews_hide_news\' => \'\',\n \'news_newdateheader\' => \'0\',\n \'email_text\' => \'\',\n \'useGeshi\' => \'0\',\n \'wysiwyg\' => \'0\',\n \'old_np\' => \'0\',\n \'make_clickable\' => \'0\',\n \'signup_maxip\' => \'3\',\n \'track_online\' => \'1\',\n \'emotepack\' => \'default\',\n \'xup_enabled\' => \'1\',\n \'mailer\' => \'php\',\n \'ue_upgrade\' => \'1\',\n \'search_highlight\' => \'1\',\n \'mail_pause\' => \'3\',\n \'mail_pausetime\' => \'4\',\n \'themecss\' => \'style.css\',\n \'plug_sc\' => \':featurebox,SENDPM:pm,:poll\',\n \'auth_method\' => \'\',\n \'post_html\' => \'254\',\n \'redirectsiteurl\' => \'0\',\n \'admin_alerts_uniquemenu\' => \'0\',\n \'membersonly_enabled\' => \'0\',\n \'signup_pass_len\' => \'6\',\n \'signup_disallow_text\' => \'\',\n \'signup_text_after\' => \'\',\n \'null\' => \'0\',\n \'links_new_window\' => \'1\',\n \'main_wordwrap\' => \'\',\n \'menu_wordwrap\' => \'\',\n \'php_bbcode\' => \'255\',\n \'ssl_enabled\' => \'0\',\n \'fpwcode\' => \'0\',\n \'user_reg_secureveri\' => \'1\',\n \'disallowMultiLogin\' => \'0\',\n \'profanity_words\' => \'\',\n \'adminpwordchange\' => \'0\',\n \'comments_icon\' => \'0\',\n \'nested_comments\' => \'1\',\n \'allowCommentEdit\' => \'0\',\n \'admincss\' => \'style.css\',\n \'developer\' => \'0\',\n \'download_email\' => \'0\',\n \'sendmail\' => \'/usr/sbin/sendmail -t -i -r acm@cs.uiowa.edu\',\n \'smtp_enable\' => \'\',\n \'smtp_server\' => \'ns-mx.uiowa.edu\',\n \'smtp_username\' => \'\',\n \'smtp_password\' => \'\',\n \'avatar_upload\' => \'0\',\n \'photo_upload\' => \'1\',\n \'del_unv\' => \'1440\',\n \'profile_rate\' => \'0\',\n \'profile_comments\' => \'0\',\n \'force_userupdate\' => \'0\',\n \'display_memory_usage\' => \'0\',\n \'compress_output\' => \'0\',\n \'image_post\' => \'1\',\n \'image_post_class\' => \'0\',\n \'image_post_disabled_method\' => \'1\',\n \'enable_png_image_fix\' => \'\',\n \'eventpost_admin\' => \'254\',\n \'eventpost_headercss\' => \'forumheader\',\n \'eventpost_daycss\' => \'forumheader3\',\n \'eventpost_todaycss\' => \'indent\',\n \'eventpost_addcat\' => \'254\',\n \'eventpost_forum\' => \'1\',\n \'eventpost_evtoday\' => \'indent\',\n \'eventpost_mailsubject\' => \'ACM Event(s)\',\n \'eventpost_mailfrom\' => \'ACM\',\n \'eventpost_mailaddress\' => \'acm@cs.uiowa.edu\',\n \'eventpost_lenday\' => \'1\',\n \'eventpost_asubs\' => \'1\',\n \'eventpost_weekstart\' => \'sun\',\n \'eventpost_super\' => \'0\',\n \'eventpost_dateformat\' => \'my\',\n \'statActivate\' => \'1\',\n \'statCountAdmin\' => \'1\',\n \'statUserclass\' => \'0\',\n \'statBrowser\' => \'1\',\n \'statOs\' => \'1\',\n \'statScreen\' => \'1\',\n \'statDomain\' => \'1\',\n \'statRefer\' => \'1\',\n \'statQuery\' => \'1\',\n \'statRecent\' => \'1\',\n \'statDisplayNumber\' => \'\',\n \'fb_active\' => \'1\',\n \'statClass\' => \'0\',\n \'forum_show_topics\' => \'1\',\n \'forum_postfix\' => \'[more...]\',\n \'forum_no_characters\' => \'20\',\n \'email_notify_on\' => \'\',\n \'html_post\' => \'\',\n \'forum_attach\' => \'\',\n \'forum_redirect\' => \'\',\n \'forum_user_customtitle\' => \'1\',\n \'reported_post_email\' => \'\',\n \'forum_tooltip\' => \'1\',\n \'forum_tiplength\' => \'80\',\n \'forum_hilightsticky\' => \'\',\n \'forum_maxwidth\' => \'\',\n \'forum_linkimg\' => \'\',\n \'rank_main_admin\' => \'Main Site Admin\',\n \'rank_main_admin_image\' => \'main_admin.png\',\n \'rank_admin\' => \'Site Admin\',\n \'rank_admin_image\' => \'admin.png\',\n \'rank_moderator\' => \'Forum Moderator\',\n \'rank_moderator_image\' => \'moderator.png\',\n \'forum_levels\' => \'Windows ME User,AOL User,Visual Basic All-Star,Code Monkey,Freelance Programmer,Lisp Hacker,Jason Fox's Mentor,Almost Seymour Cray,Solved NP-Completeness,Computer Genius Man,\',\n \'forum_thresholds\' => \'20,100,250,410,580,760,950,1150,1370,1600,\',\n \'forum_images\' => \'lev1.png,lev2.png,lev3.png,lev4.png,lev5.png,lev6.png,lev7.png,lev8.png,lev9.png,lev10.png,\',\n \'frontpage\' => \n array (\n \'all\' => \'news.php\',\n ),\n \'install_date\' => \'1146263624\',\n \'modules\' => \'gsitemap\',\n \'maintainance_text\' => \'STOP POSTING IM WORKING HERE\',\n)'),('emote','a:60:{i:0;a:1:{s:2:\"&|\";s:7:\"cry.png\";}i:1;a:1:{s:3:\"&-|\";s:7:\"cry.png\";}i:2;a:1:{s:3:\"&o|\";s:7:\"cry.png\";}i:3;a:1:{s:3:\":((\";s:7:\"cry.png\";}i:4;a:1:{s:3:\"~:(\";s:7:\"mad.png\";}i:5;a:1:{s:4:\"~:o(\";s:7:\"mad.png\";}i:6;a:1:{s:4:\"~:-(\";s:7:\"mad.png\";}i:7;a:1:{s:2:\":)\";s:9:\"smile.png\";}i:8;a:1:{s:3:\":o)\";s:9:\"smile.png\";}i:9;a:1:{s:3:\":-)\";s:9:\"smile.png\";}i:10;a:1:{s:2:\":(\";s:9:\"frown.png\";}i:11;a:1:{s:3:\":o(\";s:9:\"frown.png\";}i:12;a:1:{s:3:\":-(\";s:9:\"frown.png\";}i:13;a:1:{s:2:\":D\";s:8:\"grin.png\";}i:14;a:1:{s:3:\":oD\";s:8:\"grin.png\";}i:15;a:1:{s:3:\":-D\";s:8:\"grin.png\";}i:16;a:1:{s:2:\":?\";s:12:\"confused.png\";}i:17;a:1:{s:3:\":o?\";s:12:\"confused.png\";}i:18;a:1:{s:3:\":-?\";s:12:\"confused.png\";}i:19;a:1:{s:3:\"%-6\";s:11:\"special.png\";}i:20;a:1:{s:2:\"x)\";s:8:\"dead.png\";}i:21;a:1:{s:3:\"xo)\";s:8:\"dead.png\";}i:22;a:1:{s:3:\"x-)\";s:8:\"dead.png\";}i:23;a:1:{s:2:\"x(\";s:8:\"dead.png\";}i:24;a:1:{s:3:\"xo(\";s:8:\"dead.png\";}i:25;a:1:{s:3:\"x-(\";s:8:\"dead.png\";}i:26;a:1:{s:2:\":@\";s:7:\"gah.png\";}i:27;a:1:{s:3:\":o@\";s:7:\"gah.png\";}i:28;a:1:{s:3:\":-@\";s:7:\"gah.png\";}i:29;a:1:{s:2:\":!\";s:8:\"idea.png\";}i:30;a:1:{s:3:\":o!\";s:8:\"idea.png\";}i:31;a:1:{s:3:\":-!\";s:8:\"idea.png\";}i:32;a:1:{s:2:\":|\";s:11:\"neutral.png\";}i:33;a:1:{s:3:\":o|\";s:11:\"neutral.png\";}i:34;a:1:{s:3:\":-|\";s:11:\"neutral.png\";}i:35;a:1:{s:2:\"?!\";s:12:\"question.png\";}i:36;a:1:{s:2:\"B)\";s:12:\"rolleyes.png\";}i:37;a:1:{s:3:\"Bo)\";s:12:\"rolleyes.png\";}i:38;a:1:{s:3:\"B-)\";s:12:\"rolleyes.png\";}i:39;a:1:{s:2:\"8)\";s:10:\"shades.png\";}i:40;a:1:{s:3:\"8o)\";s:10:\"shades.png\";}i:41;a:1:{s:3:\"8-)\";s:10:\"shades.png\";}i:42;a:1:{s:2:\":O\";s:12:\"suprised.png\";}i:43;a:1:{s:3:\":oO\";s:12:\"suprised.png\";}i:44;a:1:{s:3:\":-O\";s:12:\"suprised.png\";}i:45;a:1:{s:2:\":p\";s:10:\"tongue.png\";}i:46;a:1:{s:3:\":op\";s:10:\"tongue.png\";}i:47;a:1:{s:3:\":-p\";s:10:\"tongue.png\";}i:48;a:1:{s:2:\":P\";s:10:\"tongue.png\";}i:49;a:1:{s:3:\":oP\";s:10:\"tongue.png\";}i:50;a:1:{s:3:\":-P\";s:10:\"tongue.png\";}i:51;a:1:{s:2:\";)\";s:8:\"wink.png\";}i:52;a:1:{s:3:\";o)\";s:8:\"wink.png\";}i:53;a:1:{s:3:\";-)\";s:8:\"wink.png\";}i:54;a:1:{s:4:\"!ill\";s:7:\"ill.png\";}i:55;a:1:{s:7:\"!amazed\";s:10:\"amazed.png\";}i:56;a:1:{s:4:\"!cry\";s:7:\"cry.png\";}i:57;a:1:{s:6:\"!dodge\";s:9:\"dodge.png\";}i:58;a:1:{s:6:\"!alien\";s:9:\"alien.png\";}i:59;a:1:{s:6:\"!heart\";s:9:\"heart.png\";}}'),('menu_pref','a:29:{s:15:\"comment_caption\";s:15:\"Latest Comments\";s:15:\"comment_display\";s:2:\"10\";s:18:\"comment_characters\";s:2:\"50\";s:15:\"comment_postfix\";s:12:\"[ more ... ]\";s:13:\"comment_title\";i:0;s:15:\"article_caption\";s:8:\"Articles\";s:16:\"articles_display\";s:2:\"10\";s:17:\"articles_mainlink\";s:23:\"Articles Front Page ...\";s:21:\"newforumposts_caption\";s:18:\"Latest Forum Posts\";s:21:\"newforumposts_display\";s:2:\"10\";s:19:\"forum_no_characters\";s:2:\"20\";s:13:\"forum_postfix\";s:10:\"[more ...]\";s:11:\"update_menu\";s:20:\"Update menu Settings\";s:17:\"forum_show_topics\";s:1:\"1\";s:24:\"newforumposts_characters\";s:2:\"50\";s:21:\"newforumposts_postfix\";s:10:\"[more ...]\";s:19:\"newforumposts_title\";i:0;s:13:\"clock_caption\";s:11:\"Date / Time\";s:15:\"reviews_caption\";s:7:\"Reviews\";s:15:\"reviews_display\";s:2:\"10\";s:15:\"reviews_parents\";s:1:\"1\";s:16:\"reviews_mainlink\";s:21:\"Review Front Page ...\";s:16:\"articles_parents\";s:1:\"1\";s:19:\"most_members_online\";i:2;s:18:\"most_guests_online\";i:1;s:21:\"most_online_datestamp\";i:1149651477;s:14:\"banner_caption\";s:13:\"Advertisement\";s:17:\"banner_rendertype\";s:1:\"1\";s:15:\"banner_campaign\";s:4:\"test\";}'),('search_prefs','a:12:{s:11:\"user_select\";s:1:\"1\";s:9:\"time_secs\";s:2:\"60\";s:13:\"time_restrict\";s:1:\"0\";s:8:\"selector\";s:1:\"2\";s:9:\"relevance\";s:1:\"0\";s:13:\"plug_handlers\";a:2:{s:13:\"calendar_menu\";a:5:{s:5:\"class\";i:0;s:9:\"pre_title\";i:1;s:13:\"pre_title_alt\";s:0:\"\";s:5:\"chars\";i:150;s:7:\"results\";i:10;}s:5:\"forum\";a:5:{s:5:\"class\";i:0;s:9:\"pre_title\";i:1;s:13:\"pre_title_alt\";s:0:\"\";s:5:\"chars\";i:150;s:7:\"results\";i:10;}}s:10:\"mysql_sort\";b:1;s:11:\"multisearch\";s:1:\"1\";s:6:\"google\";s:1:\"0\";s:13:\"core_handlers\";a:5:{s:4:\"news\";a:6:{s:5:\"class\";s:1:\"0\";s:9:\"pre_title\";s:1:\"0\";s:13:\"pre_title_alt\";s:0:\"\";s:5:\"chars\";s:3:\"150\";s:7:\"results\";s:2:\"10\";s:5:\"order\";s:1:\"1\";}s:8:\"comments\";a:6:{s:5:\"class\";s:1:\"0\";s:9:\"pre_title\";s:1:\"1\";s:13:\"pre_title_alt\";s:0:\"\";s:5:\"chars\";s:3:\"150\";s:7:\"results\";s:2:\"10\";s:5:\"order\";s:1:\"2\";}s:5:\"users\";a:6:{s:5:\"class\";s:1:\"0\";s:9:\"pre_title\";s:1:\"1\";s:13:\"pre_title_alt\";s:0:\"\";s:5:\"chars\";s:3:\"150\";s:7:\"results\";s:2:\"10\";s:5:\"order\";s:1:\"3\";}s:9:\"downloads\";a:6:{s:5:\"class\";s:1:\"0\";s:9:\"pre_title\";s:1:\"1\";s:13:\"pre_title_alt\";s:0:\"\";s:5:\"chars\";s:3:\"150\";s:7:\"results\";s:2:\"10\";s:5:\"order\";s:1:\"4\";}s:5:\"pages\";a:6:{s:5:\"class\";s:1:\"0\";s:5:\"chars\";s:3:\"150\";s:7:\"results\";s:2:\"10\";s:9:\"pre_title\";s:1:\"0\";s:13:\"pre_title_alt\";s:0:\"\";s:5:\"order\";s:1:\"5\";}}s:17:\"comments_handlers\";a:3:{s:4:\"news\";a:3:{s:2:\"id\";i:0;s:3:\"dir\";s:4:\"core\";s:5:\"class\";s:1:\"0\";}s:8:\"download\";a:3:{s:2:\"id\";i:2;s:3:\"dir\";s:4:\"core\";s:5:\"class\";s:1:\"0\";}s:4:\"poll\";a:3:{s:2:\"id\";i:4;s:5:\"class\";i:0;s:3:\"dir\";s:4:\"poll\";}}s:9:\"php_limit\";s:0:\"\";}'),('notify_prefs','array (\n \'event\' => \n array (\n \'usersup\' => \n array (\n \'type\' => \'off\',\n \'class\' => \'254\',\n \'email\' => \'\',\n ),\n \'userveri\' => \n array (\n \'type\' => \'off\',\n \'class\' => \'254\',\n \'email\' => \'\',\n ),\n \'login\' => \n array (\n \'type\' => \'off\',\n \'class\' => \'254\',\n \'email\' => \'\',\n ),\n \'logout\' => \n array (\n \'type\' => \'off\',\n \'class\' => \'254\',\n \'email\' => \'\',\n ),\n \'flood\' => \n array (\n \'type\' => \'off\',\n \'class\' => \'254\',\n \'email\' => \'\',\n ),\n \'subnews\' => \n array (\n \'type\' => \'off\',\n \'class\' => \'254\',\n \'email\' => \'\',\n ),\n \'newspost\' => \n array (\n \'type\' => \'off\',\n \'class\' => \'254\',\n \'email\' => \'\',\n ),\n \'newsupd\' => \n array (\n \'type\' => \'off\',\n \'class\' => \'254\',\n \'email\' => \'\',\n ),\n \'newsdel\' => \n array (\n \'type\' => \'off\',\n \'class\' => \'254\',\n \'email\' => \'\',\n ),\n ),\n)'),('emote_default','a:28:{s:9:\"alien!png\";s:6:\"!alien\";s:10:\"amazed!png\";s:7:\"!amazed\";s:9:\"angry!png\";s:11:\"!grr !angry\";s:12:\"biglaugh!png\";s:4:\"!lol\";s:11:\"cheesey!png\";s:10:\":D :oD :-D\";s:12:\"confused!png\";s:10:\":? :o? :-?\";s:7:\"cry!png\";s:19:\"&| &-| &o| :(( !cry\";s:8:\"dead!png\";s:21:\"x) xo) x-) x( xo( x-(\";s:9:\"dodge!png\";s:6:\"!dodge\";s:9:\"frown!png\";s:10:\":( :o( :-(\";s:7:\"gah!png\";s:10:\":@ :o@ :o@\";s:8:\"grin!png\";s:10:\":D :oD :-D\";s:9:\"heart!png\";s:6:\"!heart\";s:8:\"idea!png\";s:10:\":! :o! :-!\";s:7:\"ill!png\";s:4:\"!ill\";s:7:\"mad!png\";s:13:\"~:( ~:o( ~:-(\";s:12:\"mistrust!png\";s:9:\"!mistrust\";s:11:\"neutral!png\";s:10:\":| :o| :-|\";s:12:\"question!png\";s:2:\"?!\";s:12:\"rolleyes!png\";s:10:\"B) Bo) B-)\";s:7:\"sad!png\";s:4:\"!sad\";s:10:\"shades!png\";s:10:\"8) 8o) 8-)\";s:7:\"shy!png\";s:4:\"!shy\";s:9:\"smile!png\";s:10:\":) :o) :-)\";s:11:\"special!png\";s:3:\"%-6\";s:12:\"suprised!png\";s:10:\":O :oO :-O\";s:10:\"tongue!png\";s:21:\":p :op :-p :P :oP :-P\";s:8:\"wink!png\";s:10:\";) ;o) ;-)\";}'),('pm_prefs','a:16:{s:5:\"title\";s:8:\"PMLAN_PM\";s:7:\"animate\";s:1:\"1\";s:8:\"dropdown\";s:1:\"1\";s:12:\"read_timeout\";s:0:\"\";s:14:\"unread_timeout\";s:0:\"\";s:5:\"popup\";s:1:\"1\";s:11:\"popup_delay\";s:0:\"\";s:8:\"pm_class\";s:3:\"253\";s:12:\"notify_class\";s:3:\"254\";s:13:\"receipt_class\";s:3:\"253\";s:12:\"attach_class\";s:3:\"254\";s:11:\"attach_size\";s:5:\"20480\";s:13:\"sendall_class\";s:3:\"254\";s:11:\"multi_class\";s:3:\"254\";s:15:\"allow_userclass\";s:1:\"1\";s:7:\"perpage\";s:0:\"\";}'),('links_page','array (\n \'link_page_categories\' => \'0\',\n \'link_submit\' => \'0\',\n \'link_submit_class\' => \'0\',\n \'link_submit_directpost\' => \'0\',\n \'link_nextprev\' => \'1\',\n \'link_nextprev_number\' => \'20\',\n \'link_comment\' => \'\',\n \'link_rating\' => \'\',\n \'link_navigator_frontpage\' => \'1\',\n \'link_navigator_submit\' => \'\',\n \'link_navigator_manager\' => \'\',\n \'link_navigator_refer\' => \'\',\n \'link_navigator_rated\' => \'\',\n \'link_navigator_allcat\' => \'1\',\n \'link_navigator_links\' => \'1\',\n \'link_navigator_category\' => \'1\',\n \'link_cat_icon\' => \'1\',\n \'link_cat_desc\' => \'1\',\n \'link_cat_amount\' => \'1\',\n \'link_cat_total\' => \'1\',\n \'link_cat_empty\' => \'1\',\n \'link_cat_icon_empty\' => \'0\',\n \'link_cat_sortorder\' => \'0\',\n \'link_cat_sort\' => \'link_category_name\',\n \'link_cat_order\' => \'ASC\',\n \'link_cat_resize_value\' => \'50\',\n \'link_icon\' => \'1\',\n \'link_referal\' => \'1\',\n \'link_url\' => \'0\',\n \'link_desc\' => \'1\',\n \'link_icon_empty\' => \'0\',\n \'link_sortorder\' => \'0\',\n \'link_sort\' => \'link_order\',\n \'link_order\' => \'ASC\',\n \'link_open_all\' => \'5\',\n \'link_resize_value\' => \'100\',\n \'link_manager\' => \'0\',\n \'link_manager_class\' => \'0\',\n \'link_directpost\' => \'0\',\n \'link_directdelete\' => \'0\',\n \'link_refer_minimum\' => \'\',\n \'link_rating_minimum\' => \'\',\n \'link_menu_caption\' => \'LCLAN_OPT_86\',\n \'link_menu_navigator_frontpage\' => \'1\',\n \'link_menu_navigator_submit\' => \'1\',\n \'link_menu_navigator_manager\' => \'1\',\n \'link_menu_navigator_refer\' => \'1\',\n \'link_menu_navigator_rated\' => \'1\',\n \'link_menu_navigator_links\' => \'1\',\n \'link_menu_navigator_category\' => \'1\',\n \'link_menu_navigator_rendertype\' => \'\',\n \'link_menu_navigator_caption\' => \'LCLAN_OPT_82\',\n \'link_menu_category\' => \'1\',\n \'link_menu_category_amount\' => \'1\',\n \'link_menu_category_rendertype\' => \'\',\n \'link_menu_category_caption\' => \'LCLAN_OPT_83\',\n \'link_menu_recent\' => \'1\',\n \'link_menu_recent_category\' => \'\',\n \'link_menu_recent_description\' => \'\',\n \'link_menu_recent_number\' => \'5\',\n \'link_menu_recent_caption\' => \'LCLAN_OPT_84\',\n)'); UNLOCK TABLES; /*!40000 ALTER TABLE `acm_e107_core` ENABLE KEYS */; -- -- Table structure for table `acm_e107_custom_officers` -- DROP TABLE IF EXISTS `acm_e107_custom_officers`; CREATE TABLE `acm_e107_custom_officers` ( `f_name` varchar(40) NOT NULL, `l_name` varchar(40) NOT NULL, `year` year(4) NOT NULL default '0000', `position` enum('Server Master','President','Vice-President','Secratary','Treasurer') NOT NULL, `email` varchar(40) NOT NULL, PRIMARY KEY (`year`,`email`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `acm_e107_custom_officers` -- /*!40000 ALTER TABLE `acm_e107_custom_officers` DISABLE KEYS */; LOCK TABLES `acm_e107_custom_officers` WRITE; INSERT INTO `acm_e107_custom_officers` VALUES ('Truman','Young',2006,'Server Master','acm@cs.uiowa.edu'),('JT','Kimbell',2006,'President','jtkimbell@yahoo.com'),('Nick','Arnold',2006,'Vice-President','nick-arnold@uiowa.edu'),('Tiffany','Jenkins',2006,'Secratary','tiffany-jenkins@uiowa.edu'),('Justin','smestad',2006,'Treasurer','justin-smestad@uiowa.edu'); UNLOCK TABLES; /*!40000 ALTER TABLE `acm_e107_custom_officers` ENABLE KEYS */; -- -- Table structure for table `acm_e107_custom_quotes` -- DROP TABLE IF EXISTS `acm_e107_custom_quotes`; CREATE TABLE `acm_e107_custom_quotes` ( `the_quote` blob NOT NULL, `author` varchar(200) default 'Anonymous' ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `acm_e107_custom_quotes` -- /*!40000 ALTER TABLE `acm_e107_custom_quotes` DISABLE KEYS */; LOCK TABLES `acm_e107_custom_quotes` WRITE; INSERT INTO `acm_e107_custom_quotes` VALUES ('The Argument from Intimidation is a confession of intellectual impotence.','Ayn Rand'),('It is the mark of an educated mind to be able to entertain a thought without accepting it.','Aristotle'),('It is practically impossible to teach good programming to students that have had a prior exposure to BASIC: as potential programmers they are mentally mutilated beyond hope of regeneration.','Edsger Dijkstra'),('The use of COBOL cripples the mind; its teaching should, therefore, be regarded as a criminal offense.','Edsger Dijkstra'),('If in physics there\'s something you don\'t understand, you can always hide behind the uncharted depths of nature. You can always blame God. You didn\'t make it so complex yourself. But if your program doesn\'t work, there is no one to hide behind. You cannot hide behind an obstinate nature. If it doesn\'t work, you\'ve messed up.','Edsger Dijkstra'),('Object-oriented programming is an exceptionally bad idea which could only have originated in California.','Edsger Dijkstra'),('A minute of perfection was worth the effort. A moment was the most you could ever expect from perfection.','Chuck Palahniuk (Fight Club)'); UNLOCK TABLES; /*!40000 ALTER TABLE `acm_e107_custom_quotes` ENABLE KEYS */; -- -- Table structure for table `acm_e107_custom_sha1_email` -- DROP TABLE IF EXISTS `acm_e107_custom_sha1_email`; CREATE TABLE `acm_e107_custom_sha1_email` ( `shadigest` char(40) default NULL, `email` varchar(80) NOT NULL, PRIMARY KEY (`email`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `acm_e107_custom_sha1_email` -- /*!40000 ALTER TABLE `acm_e107_custom_sha1_email` DISABLE KEYS */; LOCK TABLES `acm_e107_custom_sha1_email` WRITE; INSERT INTO `acm_e107_custom_sha1_email` VALUES ('522cb515e6ab91e759574874bd9f9f12c34c75d7','acm@cs.uiowa.edu'),('68e107d060c3b6ca02ac5a2cd28e16b936bd65e5','scott-youngblut@uiowa.edu'),('834dbb6bfa23a69d04da174d00fde4dc3c42544b','test@cs.uiowa.edu'),('47bb9f113df0cc2637803b29662ad4f15cde63d2','christian-stigge@uiowa.edu'),('47d770204d101b185069b9aad9d0e40aa688cbeb','jtkimbell@yahoo.com'),('3d29d47b331a5a03844a67c75ecc120be845db21','dqreg@yahoo.com.cn'),('dec6e3e1524e5ca288974629209e7192f955d2a4','anton-bondar@uiowa.edu'),('a78b16e47e123a94201aa67934d30e98dc9eb105','nicholas-arnold@uiowa.edu'),('656351615830ade7b546718eb3ebcd778a5ed60a','benjamin-oakes@uiowa.edu'),('f1f662c5fe11603d85565ccd0de96765d5d93433','tpogmore@gmail.com'),('44d10b309dceada9f4e749d2335234caa89ae9e5','tiffany-jenkins@uiowa.edu'),('91570a061425698766354100443612d590ccc74b','jdw10224405@yahoo.com'),('fe097821377ada7c6d036d57b6ef30ec48d4b06f','bob@absent-error.net'),('e1841e2ab3b19ad443c17878aa43651f444e3447','jason-phillips@uiowa.edu'),('d2df4f8b3dec0cc07f48654ddd593b4fa32a8ff7','nicole-fossum@uiowa.edu'),('697ed662bef8ba8ef15ba2cb844910733f23f35f','justinlynn@gmail.com'),('a72bd2d2a8a6a62386e4c2fc488af57c0defe922','segre@cs.uiowa.edu'),('07b8c9a7038b8410204f5e11de4ff1fb9bd3cd72','ctill@cs.uiowa.edu'),('c9926ebf362ece9d01217e895bef0358124aa364','fries.jason@gmail.com'); UNLOCK TABLES; /*!40000 ALTER TABLE `acm_e107_custom_sha1_email` ENABLE KEYS */; -- -- Table structure for table `acm_e107_dblog` -- DROP TABLE IF EXISTS `acm_e107_dblog`; CREATE TABLE `acm_e107_dblog` ( `dblog_id` int(10) unsigned NOT NULL auto_increment, `dblog_type` varchar(60) NOT NULL default '', `dblog_datestamp` int(10) unsigned NOT NULL default '0', `dblog_user_id` int(10) unsigned NOT NULL default '0', `dblog_ip` varchar(80) NOT NULL default '', `dblog_query` text NOT NULL, `dblog_remarks` varchar(255) NOT NULL default '', PRIMARY KEY (`dblog_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `acm_e107_dblog` -- /*!40000 ALTER TABLE `acm_e107_dblog` DISABLE KEYS */; LOCK TABLES `acm_e107_dblog` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `acm_e107_dblog` ENABLE KEYS */; -- -- Table structure for table `acm_e107_download` -- DROP TABLE IF EXISTS `acm_e107_download`; CREATE TABLE `acm_e107_download` ( `download_id` int(10) unsigned NOT NULL auto_increment, `download_name` varchar(100) NOT NULL default '', `download_url` varchar(150) NOT NULL default '', `download_author` varchar(100) NOT NULL default '', `download_author_email` varchar(200) NOT NULL default '', `download_author_website` varchar(200) NOT NULL default '', `download_description` text NOT NULL, `download_filesize` varchar(20) NOT NULL default '', `download_requested` int(10) unsigned NOT NULL default '0', `download_category` int(10) unsigned NOT NULL default '0', `download_active` tinyint(3) unsigned NOT NULL default '0', `download_datestamp` int(10) unsigned NOT NULL default '0', `download_thumb` varchar(150) NOT NULL default '', `download_image` varchar(150) NOT NULL default '', `download_comment` tinyint(3) unsigned NOT NULL default '0', `download_class` varchar(255) NOT NULL default '0', `download_mirror` text NOT NULL, `download_mirror_type` tinyint(1) unsigned NOT NULL default '0', `download_visible` varchar(255) NOT NULL default '0', PRIMARY KEY (`download_id`), UNIQUE KEY `download_name` (`download_name`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `acm_e107_download` -- /*!40000 ALTER TABLE `acm_e107_download` DISABLE KEYS */; LOCK TABLES `acm_e107_download` WRITE; INSERT INTO `acm_e107_download` VALUES (3,'Fall 06' Hardware Sale List','fall06sale.zip','chudman','nicholas-arnold@uiowa.edu','','The file is an MS Excel spreadsheet containing a full list of the available hardware for sale with the price for each item.','8361',12,7,2,1154628525,'','',1,'0','',0,'0'),(2,'XSS HOLES v1.0','xsstrumanyoung.pdf','Truman','','','This is a paper that I wrote for an MIS security class; It's a bad paper but I got a 95% on it.','132569',32,7,1,1148187663,'','',1,'0','',0,'0'); UNLOCK TABLES; /*!40000 ALTER TABLE `acm_e107_download` ENABLE KEYS */; -- -- Table structure for table `acm_e107_download_category` -- DROP TABLE IF EXISTS `acm_e107_download_category`; CREATE TABLE `acm_e107_download_category` ( `download_category_id` int(10) unsigned NOT NULL auto_increment, `download_category_name` varchar(100) NOT NULL default '', `download_category_description` text NOT NULL, `download_category_icon` varchar(100) NOT NULL default '', `download_category_parent` int(10) unsigned NOT NULL default '0', `download_category_class` varchar(255) NOT NULL default '0', `download_category_order` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`download_category_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `acm_e107_download_category` -- /*!40000 ALTER TABLE `acm_e107_download_category` DISABLE KEYS */; LOCK TABLES `acm_e107_download_category` WRITE; INSERT INTO `acm_e107_download_category` VALUES (1,'ALL','ALL','icon21.pngfolder.png',0,'0',0),(8,'IDEs','Integrated Development Environments, yo!','icon23.pngfolder.png',1,'0',0),(7,'Papers','This is where we put papers that we want to share.','folder.png',1,'0',0); UNLOCK TABLES; /*!40000 ALTER TABLE `acm_e107_download_category` ENABLE KEYS */; -- -- Table structure for table `acm_e107_download_mirror` -- DROP TABLE IF EXISTS `acm_e107_download_mirror`; CREATE TABLE `acm_e107_download_mirror` ( `mirror_id` int(10) unsigned NOT NULL auto_increment, `mirror_name` varchar(200) NOT NULL default '', `mirror_url` varchar(200) NOT NULL default '', `mirror_image` varchar(200) NOT NULL default '', `mirror_location` varchar(100) NOT NULL default '', `mirror_description` text NOT NULL, `mirror_count` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`mirror_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `acm_e107_download_mirror` -- /*!40000 ALTER TABLE `acm_e107_download_mirror` DISABLE KEYS */; LOCK TABLES `acm_e107_download_mirror` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `acm_e107_download_mirror` ENABLE KEYS */; -- -- Table structure for table `acm_e107_download_requests` -- DROP TABLE IF EXISTS `acm_e107_download_requests`; CREATE TABLE `acm_e107_download_requests` ( `download_request_id` int(10) unsigned NOT NULL auto_increment, `download_request_userid` int(10) unsigned NOT NULL default '0', `download_request_ip` varchar(30) NOT NULL default '', `download_request_download_id` int(10) unsigned NOT NULL default '0', `download_request_datestamp` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`download_request_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `acm_e107_download_requests` -- /*!40000 ALTER TABLE `acm_e107_download_requests` DISABLE KEYS */; LOCK TABLES `acm_e107_download_requests` WRITE; INSERT INTO `acm_e107_download_requests` VALUES (1,0,'12.217.231.89',1,1146938409),(2,0,'63.241.61.7',1,1146956129),(3,0,'63.241.61.7',1,1146999092),(4,0,'66.249.65.230',1,1147221353),(5,0,'66.249.65.230',1,1147260459),(6,0,'66.249.65.230',1,1147955754),(7,0,'70.42.51.20',1,1148118586),(8,0,'12.217.249.90',2,1148221632),(9,0,'66.249.66.238',2,1148547456),(10,0,'66.249.66.238',2,1148656752),(11,0,'81.178.137.241',2,1148891109),(12,0,'12.207.39.181',2,1149203978),(13,0,'209.167.50.22',2,1149238959),(14,0,'66.249.66.238',2,1149371142),(15,0,'66.249.65.136',2,1149582268),(16,0,'66.249.65.136',2,1149717901),(17,0,'66.249.65.136',2,1149820794),(18,0,'66.249.65.179',2,1150264303),(19,0,'66.249.65.232',2,1150497896),(20,0,'66.249.65.232',2,1150715069),(21,0,'212.227.102.48',2,1150751648),(22,0,'203.94.219.230',2,1150912156),(23,0,'66.249.66.234',2,1151180533),(24,0,'65.214.44.176',2,1151200326),(25,0,'66.249.66.234',2,1151386211),(26,0,'66.249.65.134',2,1151652813),(27,0,'65.55.246.105',2,1151795115),(28,0,'209.167.50.22',2,1152020474),(29,0,'66.249.65.106',2,1152549144),(30,0,'66.249.66.244',2,1153448889),(31,0,'66.249.65.36',2,1154361856),(32,0,'65.55.213.32',2,1154469706),(33,9,'66.133.84.4',3,1154628597),(34,28,'71.32.68.18',3,1154652056),(35,0,'63.241.61.7',3,1154739077),(36,0,'63.241.61.7',2,1154739092),(37,0,'63.241.61.7',3,1154756406),(38,0,'63.241.61.7',2,1154756421),(39,0,'209.167.50.22',2,1154794961),(40,0,'209.167.50.22',3,1154795006),(41,0,'66.249.65.36',3,1154890351),(42,0,'66.249.65.36',3,1154890352),(43,10,'24.9.71.102',3,1154921864),(44,0,'63.241.61.7',3,1154951176),(45,0,'63.241.61.7',2,1154951188),(46,0,'70.42.51.20',2,1155071661),(47,0,'70.42.51.20',3,1155071813),(48,0,'66.249.65.36',2,1155252638),(49,0,'70.42.51.20',2,1155372531),(50,0,'70.42.51.20',3,1155373084),(51,0,'66.249.66.15',3,1155744194); UNLOCK TABLES; /*!40000 ALTER TABLE `acm_e107_download_requests` ENABLE KEYS */; -- -- Table structure for table `acm_e107_event` -- DROP TABLE IF EXISTS `acm_e107_event`; CREATE TABLE `acm_e107_event` ( `event_id` int(11) unsigned NOT NULL auto_increment, `event_start` int(10) NOT NULL default '0', `event_end` int(10) NOT NULL default '0', `event_allday` tinyint(1) unsigned NOT NULL default '0', `event_recurring` tinyint(1) unsigned NOT NULL default '0', `event_datestamp` int(10) unsigned NOT NULL default '0', `event_title` varchar(200) NOT NULL default '', `event_location` text NOT NULL, `event_details` text NOT NULL, `event_author` varchar(100) NOT NULL default '', `event_contact` varchar(200) NOT NULL default '', `event_category` smallint(5) unsigned NOT NULL default '0', `event_thread` varchar(100) NOT NULL default '', `event_rec_m` tinyint(2) unsigned NOT NULL default '0', `event_rec_y` tinyint(2) unsigned NOT NULL default '0', PRIMARY KEY (`event_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `acm_e107_event` -- /*!40000 ALTER TABLE `acm_e107_event` DISABLE KEYS */; LOCK TABLES `acm_e107_event` WRITE; INSERT INTO `acm_e107_event` VALUES (1,1146603600,1146607200,0,0,1146517077,'ACM Meeting','Muhly Lounge','Come to our next meeting.','5.jtkimbell','jtkimbell@yahoo.com',0,'',0,0),(2,1147217400,1147222800,0,0,1146622914,'Finals Dinner at Vitos','Vitos -- College St.','Join us for our first ever ACM Finals Week Dinner. ','5.studbucket','jtkimbell@yahoo.com',0,'',0,0),(3,1156136400,1156136400,1,0,1152808613,'Classes Start','Iowa City','Pack everything up and head to class, school has started.','5.studbucket','',0,'',0,0); UNLOCK TABLES; /*!40000 ALTER TABLE `acm_e107_event` ENABLE KEYS */; -- -- Table structure for table `acm_e107_event_cat` -- DROP TABLE IF EXISTS `acm_e107_event_cat`; CREATE TABLE `acm_e107_event_cat` ( `event_cat_id` smallint(5) unsigned NOT NULL auto_increment, `event_cat_name` varchar(100) NOT NULL default '', `event_cat_icon` varchar(100) NOT NULL default '', `event_cat_class` int(10) unsigned NOT NULL default '0', `event_cat_subs` tinyint(3) unsigned NOT NULL default '0', `event_cat_force` tinyint(3) unsigned NOT NULL default '0', `event_cat_ahead` tinyint(3) unsigned NOT NULL default '0', `event_cat_msg1` text, `event_cat_msg2` text, `event_cat_notify` tinyint(3) unsigned NOT NULL default '0', `event_cat_last` int(10) unsigned NOT NULL default '0', `event_cat_today` int(10) unsigned NOT NULL default '0', `event_cat_lastupdate` int(10) unsigned NOT NULL default '0', `event_cat_addclass` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`event_cat_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `acm_e107_event_cat` -- /*!40000 ALTER TABLE `acm_e107_event_cat` DISABLE KEYS */; LOCK TABLES `acm_e107_event_cat` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `acm_e107_event_cat` ENABLE KEYS */; -- -- Table structure for table `acm_e107_event_subs` -- DROP TABLE IF EXISTS `acm_e107_event_subs`; CREATE TABLE `acm_e107_event_subs` ( `event_subid` int(10) unsigned NOT NULL auto_increment, `event_userid` int(10) unsigned NOT NULL default '0', `event_cat` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`event_subid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `acm_e107_event_subs` -- /*!40000 ALTER TABLE `acm_e107_event_subs` DISABLE KEYS */; LOCK TABLES `acm_e107_event_subs` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `acm_e107_event_subs` ENABLE KEYS */; -- -- Table structure for table `acm_e107_featurebox` -- DROP TABLE IF EXISTS `acm_e107_featurebox`; CREATE TABLE `acm_e107_featurebox` ( `fb_id` int(10) unsigned NOT NULL auto_increment, `fb_title` varchar(200) NOT NULL default '', `fb_text` text NOT NULL, `fb_mode` tinyint(3) unsigned NOT NULL default '0', `fb_class` tinyint(3) unsigned NOT NULL default '0', `fb_rendertype` tinyint(1) unsigned NOT NULL default '0', `fb_template` varchar(50) NOT NULL default '', PRIMARY KEY (`fb_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `acm_e107_featurebox` -- /*!40000 ALTER TABLE `acm_e107_featurebox` DISABLE KEYS */; LOCK TABLES `acm_e107_featurebox` WRITE; INSERT INTO `acm_e107_featurebox` VALUES (1,'This Is a Feature Box','Feature BOX',0,255,0,'centered'); UNLOCK TABLES; /*!40000 ALTER TABLE `acm_e107_featurebox` ENABLE KEYS */; -- -- Table structure for table `acm_e107_flood` -- DROP TABLE IF EXISTS `acm_e107_flood`; CREATE TABLE `acm_e107_flood` ( `flood_url` text NOT NULL, `flood_time` int(10) unsigned NOT NULL default '0' ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `acm_e107_flood` -- /*!40000 ALTER TABLE `acm_e107_flood` DISABLE KEYS */; LOCK TABLES `acm_e107_flood` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `acm_e107_flood` ENABLE KEYS */; -- -- Table structure for table `acm_e107_forum` -- DROP TABLE IF EXISTS `acm_e107_forum`; CREATE TABLE `acm_e107_forum` ( `forum_id` int(10) unsigned NOT NULL auto_increment, `forum_name` varchar(250) NOT NULL default '', `forum_description` text NOT NULL, `forum_parent` int(10) unsigned NOT NULL default '0', `forum_sub` int(10) unsigned NOT NULL default '0', `forum_datestamp` int(10) unsigned NOT NULL default '0', `forum_moderators` text NOT NULL, `forum_threads` int(10) unsigned NOT NULL default '0', `forum_replies` int(10) unsigned NOT NULL default '0', `forum_lastpost_user` varchar(200) NOT NULL default '', `forum_lastpost_info` varchar(40) NOT NULL default '', `forum_class` varchar(100) NOT NULL default '', `forum_order` int(10) unsigned NOT NULL default '0', `forum_postclass` tinyint(3) unsigned NOT NULL default '0', PRIMARY KEY (`forum_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `acm_e107_forum` -- /*!40000 ALTER TABLE `acm_e107_forum` DISABLE KEYS */; LOCK TABLES `acm_e107_forum` WRITE; INSERT INTO `acm_e107_forum` VALUES (4,'General Discussion','',0,0,1149123673,'',0,0,'','','0',1,253),(5,'Projects','',0,0,1149123686,'',0,0,'','','1',3,1),(6,'ACM Related','',0,0,1149123698,'',0,0,'','','1',1,1),(7,'General ACM UIowa Discussion','ACM and UIowa related material here.',6,0,1149123744,'254',11,27,'9.chudman','1155949726.223','1',1,1),(8,'Website','Relating to the ACM website',6,0,1149123825,'254',21,71,'9.chudman','1155949474.306','1',1,1),(9,'Community Outreach Committee Forum','Topics pertaining to the dealings of the Community Outreach Committee and ideas on how our ACM chapter can help the Iowa City area.',6,0,1149123841,'254',5,12,'10.Vegihan','1155610012.272','1',1,1),(10,'Events Committee Forum','Topics relating to the dealings of the Events Committee and other events involving our ACM chapter.',6,0,1149123857,'254',4,15,'5.studbucket','1155155614.237','1',1,1),(11,'Current Projects','Projects ACM members are currently sponsoring and/or working on.',5,0,1149123910,'254',1,3,'2.Truman','1155423034.258','1',2,1),(12,'Project Suggestions','Suggestions for future projects.',5,0,1149123922,'254',5,6,'2.Truman','1155114487.27','1',1,1),(13,'Past Projects','View past ACM projects here.',5,0,1149123932,'254',1,0,'2.Truman','1155116599.232','1',1,1),(14,'Computing Related Discussion','Topics relating to the discussion of computers and what can be done with them.',4,0,1149123972,'254',15,36,'9.chudman','1155951433.287','0',1,253),(15,'Anything and Everything','Everything else goes here!',4,0,1149123994,'254',7,39,'10.Vegihan','1155165758.201','0',2,253),(16,'Rants','This is where your rants on different topics go.',4,0,1152804307,'254',5,26,'9.chudman','1155950412.240','0',4,253),(20,'Tips, Tricks, and Tutorials','All sorts of helpful information.',4,0,1155649324,'254',3,1,'9.chudman','1155948421.310','0',3,253); UNLOCK TABLES; /*!40000 ALTER TABLE `acm_e107_forum` ENABLE KEYS */; -- -- Table structure for table `acm_e107_forum_t` -- DROP TABLE IF EXISTS `acm_e107_forum_t`; CREATE TABLE `acm_e107_forum_t` ( `thread_id` int(10) unsigned NOT NULL auto_increment, `thread_name` varchar(250) NOT NULL default '', `thread_thread` text NOT NULL, `thread_forum_id` int(10) unsigned NOT NULL default '0', `thread_datestamp` int(10) unsigned NOT NULL default '0', `thread_parent` int(10) unsigned NOT NULL default '0', `thread_user` varchar(250) NOT NULL default '', `thread_views` int(10) unsigned NOT NULL default '0', `thread_active` tinyint(3) unsigned NOT NULL default '0', `thread_lastpost` int(10) unsigned NOT NULL default '0', `thread_s` tinyint(1) unsigned NOT NULL default '0', `thread_edit_datestamp` int(10) unsigned NOT NULL default '0', `thread_lastuser` varchar(30) NOT NULL default '', `thread_total_replies` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`thread_id`), KEY `thread_parent` (`thread_parent`), KEY `thread_datestamp` (`thread_datestamp`), KEY `thread_forum_id` (`thread_forum_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `acm_e107_forum_t` -- /*!40000 ALTER TABLE `acm_e107_forum_t` DISABLE KEYS */; LOCK TABLES `acm_e107_forum_t` WRITE; INSERT INTO `acm_e107_forum_t` VALUES (1,'Excellent project for smart folks in ACM','So for those of you who don't know, I'm working for WiderNet this summer ([link=www.widernet.org]www.widernet.org[/link]). They're a non-profit here on campus that takes snapshots of the internet, puts them on a hard drive (called an eGranary) with an Apache server, and sends them out to third world countries without internet access. Since it has its own proxy server, it's exactly like browsing the internet, only faster and with less porn.\r\n\r\nWe've got a new project that we need help with - we want to make a live CD version of the eGranary. What we need is someone (or someones) with live CD skillz to help us make this a reality. We can offer an internship, a consulting fee, summer project / independent study credit, or just good karma as compensation.\r\n\r\nIf you're interested, send me a PM, IM, or email (bob at widernet dot org). Thanks!',12,1149013484,0,'15.Bob',13,1,1149013484,0,0,'15.Bob',0),(2,'The Forums are alive','That's right, post away children! Just be civil, or I'll moderate you all the way into the next county :P',7,1149124545,0,'5.studbucket',14,1,1149127369,0,0,'10.Vegihan',1),(3,'Posting News Articles. Poster error.','If you notice on the news posts on the front page, the poster's username and the word 'on' run together. This is to the bottom right of the message. e.g. "[u]studbucket[/u]on May 30"',8,1149124905,0,'5.studbucket',20,0,1149651546,0,0,'2.Truman',1),(4,'','But daddy I dont play well with other children!!!!',7,1149127369,2,'10.Vegihan',0,1,1149127369,0,0,'',0),(5,'High School Outreach','Let me just say that this is really a major point in my view. I learned about computer science and computer programming after I got out of high school. I knew what computer programming was just never thought it was possible for someone to learn all that easily or a field I wanted to go in. This is the main reason we need to get out to high schools and inform students how much fun computer programming can be. It also why I think the programming challenge for high schoolers is really important. I was also thinking along the lines of maybe haveing a program where we could teach high schoolers who want to learn about programming but their school have no courses for it. I have more ideas but that is all I will say for this post, for now.',9,1149127699,0,'10.Vegihan',24,1,1150166752,0,0,'5.studbucket',4),(6,'summer meetings','So, are we going to have acm meetings this summer?\r\nMy summer classes start soon, so I am going to be around.\r\n\r\n',7,1149171394,0,'8.Anton',39,1,1149877708,0,0,'9.chudman',4),(7,'Problem with smiles in private messages','When you send a private message with smiles in it, \r\nthe messages comes this way:\r\n\r\n[link]http://www.antonbondar.com/wp-content/uploads/2006/06/bug.png[/link] \r\n\r\nWhich I belive is not the way it suppose to be.',8,1149172167,0,'8.Anton',15,0,1153526656,0,1149172213,'2.Truman',2),(8,'','Nick and I talked about this some recently. We totally agree and you guys in IC should get together sometime. If you decide to have a meeting on a weekend, then I can make it, otherwise, have fun!',7,1149176382,6,'5.studbucket',0,1,1149176382,0,0,'',0),(11,'','I know about the forum but it is a little too far for me to drive just for a meeting guys',7,1149213531,6,'10.Vegihan',0,1,1149213531,0,0,'',0),(9,'','I can post more later when I am not at work, but basically I totally agree. Many high schoolers are clueless to what a computer programmer/scientist actually does, and there really is no way for them to learn if they don't have some sort of CS/Programming course.',9,1149194064,5,'5.studbucket',0,1,1149194064,0,0,'',0),(49,'','Open Source all the way.',9,1149823120,5,'8.Anton',0,1,1149823120,0,0,'',0),(10,'','Funny thing, me and Nick talked about this as well. Also, I know that Scott and Nick were planning to be around the computer lab.\r\nMostly, I was just wondering about others.\r\nLet's hope everybody finds out about the forums pretty quickly and not in the middle of the august.',7,1149194391,6,'8.Anton',0,1,1149194391,0,1149216177,'',0),(53,'Your Podcasts','Here are my favorite podcasts:\r\n\r\nSecurity Now - http://www.grc.com/securitynow\r\nDiggnation - http://www.diggnation.com\r\nTWIT (This Week In Tech) - http://www.twit.tv\r\n\r\nOne of the podcasts that I just recently discovered and really enjoyed listening to:\r\nGeekMuse - http://geekmuse.net/blog/\r\n\r\np.s. how about our own podcast?',15,1149912194,0,'8.Anton',34,1,1150323512,0,1149912228,'5.studbucket',5),(12,'Committee Members','Christian, Jed, and I already know we want to be part of this group, but please let us know if anyone else wants to be a part, and in a little bit we can decide who should lead the committee and get the ball rolling.',9,1149215875,0,'5.studbucket',17,1,1149251388,0,0,'5.studbucket',2),(13,'Committee Members','Hey, it would be great if some of you guys stepped forward to be part of or lead this committee. You would be in charge of basically all events, e.g. Speakers, LAN Parties, Dinners, and any other fun or interesting things you guys can think of. So go ahead and join! Once some of you get in, then a leader can be chosen for the committee.',10,1149216032,0,'5.studbucket',14,1,1150170824,0,0,'10.Vegihan',2),(14,'Rating System','As some of you may have already noticed, there is a rating system on the site that has 10 levels depending on your posting habits. So that's what the [Windows ME User] tag means (that's level 1) and [AOL User] is level 2. There are more levels to get to, some of them have semi-lame names, but anyway, I tried. You guys can find out what those are later :P',8,1149216132,0,'5.studbucket',26,0,1153526513,0,0,'2.Truman',5),(16,'','The defaults were empty. There was nothing there. I can see what you are saying, but I hope it doesn't come to that, and we can always enable custom tags.',8,1149216451,14,'5.studbucket',0,1,1149216451,0,0,'',0),(15,'','Imho, you should have left the defaults. \r\nBecause such names might provoke a lot of flame (i don't think people would spam, right?).\r\nJust my two cents.',8,1149216401,14,'8.Anton',0,1,1149216401,0,0,'',0),(21,'','Correct, outside opinions are truly appreciated, however decisions by the committee should carry a little more weight than comments or suggestions from 'outsiders'. This is just basically to ensure the committee has its own niche.',9,1149251388,12,'5.studbucket',0,1,1149251388,0,1149251512,'',0),(17,'','And trust me, the Internet Provider and OS bashing goes away after two levels, basically after that it's just titles, nothing really inflammatory.',8,1149216524,14,'5.studbucket',0,1,1149216524,0,0,'',0),(18,'Welcome Week','This is the other big obsticle I see. I dont know about everyone else but the first week of classes I staid as far away from the IMU as I could. I may just of been an anomily and Welcome Week at the IMU may be a good place to get new recruits. If nothing else we need to get something planned for the first week so we can start off the year running and hopefully never stop.',9,1149222730,0,'10.Vegihan',12,1,1154728837,0,0,'5.studbucket',1),(19,'','Just out of curiosity, you dont have to be on the committee to submit ideas or voice you opinion on a subject corrent?',9,1149222807,12,'10.Vegihan',0,1,1149222807,0,0,'',0),(20,'','ohh.. allright.. mah bad.',8,1149251016,14,'8.Anton',0,1,1149251016,0,0,'',0),(27,'An example of a project we could get paid for','Some thing like this (which is the email Catherine sent out). It would be real cool to get everything all set up so we could do something like this. \r\n\r\n[blockquote] \r\nThe School of Journalism and Mass Communication would like to hire a talented computer science student (this summer if possible) to write two computer programs for our admissions application and our pre-registration process. They must be knowledgeable of the Access program which is used by the Registrar's office.\r\n\r\nFor the admissions application, students need to fill in specific information such as name, address, area of interest, and GPA, etc. This information will be sent to the main office Access database. We\r\nmay also have them attach a resume and include a personal statement with the application. We want the ability to make sure their GPA, graduation status and other relevant information are correct through\r\nthe registrar's database (which we can do now individually) hopefully there can be a link that makes it automatic.\r\n\r\nFor the pre-registration process students need to fill in a form with basic information such as name, courses taken already, then rank order the courses they want to take, etc. That information would\r\nagain be sent into an Access database so that we can pull out every student who chose the magazine class as number one and those students must be ranked according to status; senior, junior, sophomore, etc. If they don't get their first choice then we would look at their second choice. (Our professional labs only have 18 seats, so students are limited in how many of those courses they can take). We would also want the ability to check to make sure pre-requisites have been satisfied for the courses they choose and be able to pull up all journalism courses they have already taken. [/blockquote]',12,1149554958,0,'5.studbucket',20,1,1155114487,0,0,'2.Truman',3),(23,'Making a java program executable (double-clickable)','I have looked around on and off for a year or so now trying to figure out a good way to make a double-clickable file out of my java program. I just really wish there were a way that made it almost as easy as it is with C or C++, but alas. Anyway, I don't think I've ever really found a good answer for this and would like to see some input from you guys. [link=http://www.javalobby.org/articles/java2exe/]Here's a decent article I've found[/link] and here is some C code that will help you execute your jar file.\r\n\r\n [code]\r\n#include \r\n#include \r\n#include \r\n#include \r\n\r\nvoid main(int argc,char *argv[])\r\n{\r\n char jar[1024];\r\n char cmd[1024];\r\n\r\n strcpy(cmd,argv[0]);\r\n strcat(cmd,".jar");\r\n\r\n _searchenv(cmd,"PATH",jar);\r\n\r\n strcpy(cmd,"java -jar ");\r\n strcat(cmd,jar);\r\n\r\n for(int arg=1;arg somefile.wav? ...or does the new Skype have this built in?',15,1150215365,53,'9.chudman',0,1,1150215365,0,0,'',0),(66,'','recording such a thing is not a problem, what we can do is test it at first, to figure out what tools we might need, what is a better way to establish connection, etc..\r\nso, if you are up for it, and would have some free time at some point, we can work on it a little bit,\r\nand then may be write a little howto, so it would be easier for people to connect.',15,1150217254,53,'8.Anton',0,1,1150217254,0,0,'',0),(67,'how acm website looks under IE','the answer is terrible.\r\napparently, IE does not have a good support for png, so there is no transparency of the logo over the header's background. stupid microsoft can't figure out how an alpha channel works.',8,1150217508,0,'8.Anton',9,0,1153526360,0,0,'2.Truman',1),(68,'windows vista for CS students','does anybody have any information about windows vista being distributed to CS students via MSDN Academic Alliance or something like that? just thought i ask, because i am very interested in checking it out.',15,1150217810,0,'8.Anton',33,1,1155151145,0,0,'9.chudman',4),(69,'','I would be suprised if they didn't but you will still have to wait another 6 months. Its not scheduled for release until January. If anything they may wait a month or two before allowing access.',15,1150225057,68,'10.Vegihan',0,1,1150225057,0,0,'',0),(70,'','I signed up for the Beta preview program a while back and I have the software AND cd-key Office 2007 and Vista Beta 2. Microsoft released beta 2 a few days ago for general download via their servers (or pay $6 for a DVD delivered) to members of the beta program. I think you may have to have a .NET passport also. \r\n\r\nAnyway, if anyone wants to try Vista I have the disc and 2 valid cd-keys from Microsoft. For the beta program each CD key is valid for up to 10 installations (on different hardware) so I'm sure I have enough to go around. PM me if you want a copy and a key. \r\n\r\nBTW, Vista beta 2 will expire on in July of 2007 so you will be able to use this until the MSDNAA site has a free retail copy available.',15,1150234393,68,'9.chudman',0,1,1150234393,0,0,'',0),(71,'Lack of members on site/forums','I was thinking earlier today, and I think some of the lack of activity on the site can be attributed to the fact that most of the email addresses on our listserv are uiowa.edu addresses and many students probably don't check those over the summer as much (not to mention how spam-flooded they are). Perhaps many students have never receieved any of these emails, or they got lost in the spam. I know that people aren't visiting because of viewing the site stats and we only have 7 votes in the poll.\r\n\r\nWith this said does anyone have a better idea of how to get hold of more of these people and get them on the site?',7,1150323070,0,'5.studbucket',26,1,1150739492,0,0,'5.studbucket',4),(72,'New Search Engine Beta','This is a copy of an email I received from somebody at the Univ. of British Columbia (maybe because I am ACM pres, I dunno). But anyway, he wanted me to distribute this to my peers, so here it is. Doesn't actually sound too bad to be honest, it's a cool project.\r\n\r\n [blockquote]Hi JT,\r\n\r\n \r\n\r\nMy name is Jason Chong, a marketing co-op student at the University of British Columbia. I am working with a group of students and recent graduates who have developed an Internet search engine designed specifically for computer scientists and programmers. We are looking for beta testers willing to try out the search engine and provide feedback. I am contacting you to ask if you would consider sending our circular to your fellow students and association members some time in early September, when we expect to have the search engine up and running.\r\n\r\n \r\n\r\nThe search engine will not require students to download software or register personal information, so it does not raise any security or privacy problems. Thanks for your time and I appreciate your considering our request. Please let me know if you have any questions.\r\n\r\n \r\n\r\nRegards,\r\n\r\n \r\n\r\nJason Chong\r\n\r\n \r\n\r\nExample of e-mail we are asking for you to circulate in September:\r\n\r\n \r\n\r\nA group of students and recent graduates of the University of British Columbia’s Computer Science Department have developed a search engine specifically designed for computer scientists and programmers. They are looking for beta testers to try it out and provide feedback. \r\n\r\n \r\n\r\nThe search engine finds:\r\n\r\n \r\n\r\nØ Source code, tutorials, and reference material\r\n\r\nØ Computer Science blogs, mailing lists, and research groups\r\n\r\nØ Educational resources such as course notes and slides\r\n\r\n \r\n\r\nThe search engine can be found at worio.com.[/blockquote] \r\n\r\nSo in case you missed it, go to worio.com to register for the Beta.',14,1150323314,0,'5.studbucket',17,1,1150386485,0,0,'9.chudman',2),(73,'','Anyone else watch the finals game last night? It was a pretty fun game to watch (at least the last 6 minutes).',15,1150323373,40,'5.studbucket',0,1,1150323373,0,0,'',0),(74,'',' [link=http://www.ipodobserver.com/story/27083]iPod news that probably isn't news to some of you[/link] \r\n\r\nApparently National Semiconductor will now use podcasts to update their employees, etc. Kinda neat anyhow.',15,1150323512,53,'5.studbucket',0,1,1150323512,0,0,'',0),(75,'Media (Music) Player with built in library.','My idea is to make a media player focusing primarily on playing music, but other forms of media can certainly also be considered. This player would have a media library to store references to all the songs you have added to it and perhaps even track certain information about the songs, like playcount.\r\n\r\n[u]Technologies Used:[/u] C/C++, and whatever else is deemed necessary as the project's design is worked on.\r\n\r\n [u]Goal:[/u] I would have multiple goals with this project.\r\n [list]To get a better feel for working with a few others to sit down and design the best way to attack a project in an organized manner. (Yeah it's boring, but we are all gonna have to do it someday)*Become a better C programmer, much better.*Better understand the different codecs/etc used for music (this one is kinda optional, more of a bonus).*I want to try to make a fast, efficient player by using the best data structures/search algorithms that we can. I think it will be fun brainstorming and discussing what to use in certain situations.[/list] \r\n\r\n [u]Number of People:[/u] Probably 3-4 or so. I would like people interested in learning C to join in on this one, and it would be nice to have someone with experience, but we do have good references just in case.\r\n\r\n [u]Time Frame:[/u] Well, this one is kinda tough, with our classes and everything, I might have to say 4-6 months, but who knows, we could probably get it done quicker if we strip it down some and focus.\r\n\r\nOverall, I just think this would be a pretty cool project and I would like to know if anyone is interested/has some suggestions.',12,1150324831,0,'5.studbucket',20,1,1155114344,0,0,'2.Truman',1),(76,'','Sounds pretty cool',14,1150333102,72,'10.Vegihan',0,1,1150333102,0,0,'',0),(77,'','I cant really help with people but judging the number of people on the site using the poll may not be very accurate. I only say this because I myself havent answered the poll.',7,1150333360,71,'10.Vegihan',0,1,1150333360,0,0,'',0),(78,'','OK, I just checked in the last week there have been 8 people that logged into the site. If you add 1 or 2 days and make it 8 or 9, then maybe 10-12 joined. That's not a real high success rate :(',7,1150339552,71,'5.studbucket',0,1,1150339552,0,0,'',0),(79,'','I agree, the site stats don't lie. If people don't start participating more during the summer I'm sure once the semester commences we will be able to get more people online. If anyone has anyone elses personal email address PM me it and I will send an email to them.',7,1150386282,71,'9.chudman',0,1,1150386282,0,0,'',0),(80,'','I'm down for testing it. However, there already exisits many search engines that search for code of all sorts. I guess this will go above and beyond with tutorials, blogs, mailing lists, ect. though so it may be something pretty useful if it works well.',14,1150386485,72,'9.chudman',0,1,1150386485,0,0,'',0),(81,'Quotes','I like the quotes idea, and I really enjoy some of them we have now. I was wondering if we wanted a semi-formal way to submit quotes for review that could be put up top, or should we just wing it and mention something to Scott if we want it changed?',8,1150472946,0,'5.studbucket',33,1,1154620948,0,0,'5.studbucket',5),(82,'','A submit function would be nice, I sent some to scott and they never got up, i dont know why but a submit and review would be nice.',8,1150492676,81,'10.Vegihan',0,1,1150492676,0,0,'',0),(83,'Other ACM Websites','I was just browsing through other schools' sites, and here are some random observations.\r\n\r\nPlease dont ever make our site look like [link=http://www.acm.miami.edu/]this(Miami)[/link]. They have a freaking ad-supported site!\r\n\r\n[link=http://www.cs.waikato.ac.nz/studentacm/about.html]Looks exactly like the national ACMs site[/link]. They look to be doing about as much as we do, but we're cooler :) \r\n\r\n[link=http://acm.cs.virginia.edu/index.php3]These guys(Virginia)[/link] haven't updated in a while, but they do have Lockheed Martin and Microsoft as sponsors. Not bad, maybe we could look into that. They also have some coding errors on the site.\r\n\r\nUnless I missed something [link=http://www.speedacm.org/index.php?title=Main_Page]Louisville's page[/link] is just a wiki.\r\n\r\nKinda slick site at [link=http://acm.indiana.edu/events.html]Indiana[/link], looks like it hasn't been updated for a year.\r\n\r\n[link=http://web.ics.purdue.edu/~acm/index.php?option=com_frontpage&Itemid=1]Purdue's site.[/link] \r\n\r\n[link=http://www.duke.edu/web/ACM/index.html]O God it's ugly[/link]! (Duke's Site). Oh, that's their old site: [link=http://www.cs.duke.edu/acm/index.php]updated[/link]\r\n\r\nAnd finally [link=http://www.acm.uiuc.edu/]Illinois[/link] and [link=http://csclub.cs.iastate.edu/]ISU[/link]\r\n\r\nOverall we appear to be doing ok in terms of activity (yeah, I'm not joking) and I would say we are above average in terms of the site, but that's just me. I could type more, but I have a headache :( O, and there was really no rhyme or reason in selecting the schools I did, it was kinda random.',8,1150499275,0,'5.studbucket',19,1,1155843445,0,0,'5.studbucket',3),(84,'','Well its good to see that we, Iowa, can beat Iowa State at something, and that something is designing websites. Congrats to all who worked on the website for not makeing it suck like ISU's.',8,1150513788,83,'10.Vegihan',0,1,1150513788,0,0,'',0),(85,'','After looking at the websites that JT posted in the General Discussion Forum about the other ACM sites there is something I have notices that would fit well in our Top Banner. That would be to put after the ACM in smaller text "Association for Computer Machinery". Just a thought. I think it will help people who have never heard of the ACM.',8,1150514038,30,'10.Vegihan',0,1,1150514038,0,0,'',0),(86,'','what bugs me the most is that more than a half of those website have bugs when you open then in Firefox... way to go, guys =)\r\n\r\nout of all of them, ISU has the best one, imho.',8,1150553179,83,'8.Anton',0,1,1150553179,0,1150553223,'',0),(87,'','I've talked to some people and asked around, and I guess I have kind of come to a conclusion. We ca't force anyone to visit or join the site if they don't feel motivated to, but we can do the best with what we have, which is 7-10 pretty solid members. So, from here on out I'm not gonna hold my breath that we get anyone else being real active over the summer, and I'm just gonna be happy for what we have, because it's better than what they had 1 year ago at this time. Maybe in the fall we can get some more traffic.',7,1150739492,71,'5.studbucket',0,1,1150739492,0,0,'',0),(88,'Eclipse','I was wondering if anyone has any sites or information on incorporting tool with eclipse?',14,1150761260,0,'10.Vegihan',17,1,1150775524,0,0,'9.chudman',4),(89,'','By 'tool' do you mean 'tools' or is tool a special plugin? I just did a quick search, did you check here? http://www.eclipse.org/tools/',14,1150761370,88,'5.studbucket',0,1,1150761370,0,0,'',0),(91,'','are you under win or linux?',14,1150774771,88,'8.Anton',0,1,1150774771,0,0,'',0),(90,'','The best way I can put this is explain using visual studios. In VS you can create tool bars that have usablity in other programs. The tool bars are like the debug buttons and and text editor. If your right click on the top gray area you can choose from a long lit. Well VS lets you create new one pretty easily to work with other programs. \r\nThe reason I would like to know is I would like to make a tool bar to work with source control program I am working with this summer. My boss has looked into it a little and belives it will take about two months of coding to do it. I thought I would post it to get some feed back because I know several people love eclipes and thought they might be able to help me find sone info on it. If that still doesn't clear it up just say so and I will try to explain it better.',14,1150773662,88,'10.Vegihan',0,1,1150773662,0,0,'',0),(92,'','OK Christian, you are in luck. I had this same dilema a few months ago when I began using Eclipse more regularly. To add extensions to the IDE do the following:\r\n\r\n[b]Open Eclipse and from the top menu bar select Help --> Software Updates --> Find and Install and then search for new extensions.\r\n[/b]\r\nThis will allow you update Eclipse and some of it's built-in features, but it will now allow you to really find/install other plugins (like the pydev plugin for Python). To do that you must first figure out the url of the site that hosts the extension you want to install. I will give the example for the PyDev extension below:\r\n\r\nLike above select [b]Help --> Software Updates -- Find and Install --> click Next and then click 'New Remote Site...'[/b] This is where you enter the URL of the extension site. For PyDev I entered [b]http://pydev.sf.net/updates/[/b] Now Eclipse will search this site for updates to PyDev and allow them to be installed. \r\n\r\nI'm pretty sure this procedure will work for you, but if not perhaps someone can elaborate more. Also, does anyone know of a central place to get a listing of all available Eclipse plugins/extensions/whatever?',14,1150775524,88,'9.chudman',0,1,1150775524,0,0,'',0),(93,'Please Help My Search','The other night during the storm my main computer got fried. I've determined that the motherboard is toast and that I will need to replace it with an identicle one. However, this has been harder than I would have imagined. The motherboard is an MSI 875P Neo FIS2R (not an FISR, they are close but not same). I've searched ebay, newegg, tigerdirect, and froogle looking for a new (or used and working) board, but to no avail. If I don't get this board replaced with an identicle one I am truly screwed because I have [b]all[/b] my important data on a SATA RAID 0 array!!\r\n\r\n[b]If anyone can either suggest some sites to search for that board or help me recover the data from the RAID array it would greatly appreciated. [/b]',15,1151081714,0,'9.chudman',31,0,1155119599,0,0,'2.Truman',5),(94,'','OK, I can't find much, but [link=http://www.msicomputer.com/product/p_list.asp?class=mb&cpu=1]here[/link] is MSI's mobo page and here is how to [link=http://www.msicomputer.com/company/contactUs.asp]contact[/link] them. (Maybe try customer service or tech support on that link, also, there is no 800 number I saw). Good luck man.',15,1151082178,93,'5.studbucket',0,1,1151082178,0,0,'',0),(96,'','Well, to sum up this thread: The US soccer team sucked, the Swedish team sucked a lot less, and the Miami Heat won (go Zo!).',15,1151336973,40,'5.studbucket',0,1,1151336973,0,0,'',0),(95,'','I was thinking about calling them and maybe having them send me a new BIOS chip, but the chip is hard soldered to the board. I've seen BIOS chips that will pop out, but my board does not have one. \r\n\r\nI've also tried the BIOS recovery technique described on their website and in my mobo manual, but it didn't work either. Nothing seems to be working so I really need to find another identicle mobo...or someone who can help me recover my data (i.e. somebody with 2 open SATA ports and a mobo that supports raid 0)...',15,1151089712,93,'9.chudman',0,1,1151089712,0,0,'',0),(97,'Idea Time','Well, it's almost July and I thought it would be a good time to start gathering ideas for things to do and to talk about things we know we are going to do this next year.\r\n\r\n [u]Things we have talked about[/u]\r\n [list][b]High School Programming Contest:[/b] I know this is in the spring, does anyone know what day this is, or do we plan that too? How wide of a radius should we send out invitations to, how will we come up with questions? What is the events format? Prizes? etc...*[b]Talking to high school students about computer science:[/b] Pretty self-explanatory. Any ideas?*[b]Event for incoming students[/b]: How should we let the University of Iowa community and incoming CS students know about the ACM?[/list]\r\n\r\nIt would be great to hear from anyone and everyone about this, so feel free to post. Also, we need to see if we can decide who should lead this committee, so far only Christian, Jed, and I have committed to be in it, does anyone else want to help?',9,1151339295,0,'5.studbucket',19,1,1154398069,0,0,'10.Vegihan',4),(98,'','I dont really know which committee this Idea fits but because no one is posting in the event committee forum I figure this will work. We need to think of a programming contest for college age students. My personal idea is to make it open to all non ACM members and have another one for acm members were members have an opportunity to win better prizes. It would be a way to keep members and to get new ones.\r\nWe would have to define a member before hand and would probably need to get some donations from businesses. \r\nJust a thought tell me what you think.',9,1151368419,97,'10.Vegihan',0,1,1151368419,0,0,'',0),(99,'','hey, is this what you need =>\r\nhttp://supercheappc.biz/site/product_info.php?products_id=1114 \r\n???\r\n\r\nanother idea, try going to the CSG @ MLH and ask them for some help.. it is summer time, i bet they can help you out..',15,1151416422,93,'8.Anton',0,1,1151416422,0,0,'',0),(100,'','WHOA!!! They want $280 for my board... When I bought it about 2.5 years ago it was only $200. What a rip off, but thank you for finding it. If I can't find it cheaper than that I will probably ask CSG for help and just try to recover the data from my RAID and get another Socket 478 board with SATA. If anyone else knows some good hardware sites I can search or has any other ideas don't hesitate to post... A geek without his computer is like a fish without water. :)',15,1151431979,93,'9.chudman',0,1,1151431979,0,0,'',0),(101,'','Totally great idea Christian, I've thought of it, and I think some of us have even talked about it. Wanna toss it in the events forum, for organizations sake?',9,1151453172,97,'5.studbucket',0,1,1151453172,0,0,'',0),(102,'Need Help','I am wondering if anyone knows anyone who is looking for a roommate in the fall. All my searching for an appartment has turned up next to nothing. It is also to late for apply for dorms and the school has no appartments availible. I hate putting adds in classified because you never know what you will get. So if anyone has any friends looking for a roommate will you let me know. Thanks.',15,1151467510,0,'10.Vegihan',37,0,1155153648,0,0,'2.Truman',7),(103,'Programming Competition','This was previously posted in the outreach forum but I was asked to move it here so here it is.\r\nI dont really know which committee this Idea fits but because no one is posting in the event committee forum I figure this will work. We need to think of a programming contest for college age students. My personal idea is to make it open to all non ACM members and have another one for acm members were members have an opportunity to win better prizes. It would be a way to keep members and to get new ones.\r\nWe would have to define a member before hand and would probably need to get some donations from businesses.\r\nJust a thought tell me what you think.',10,1151467586,0,'10.Vegihan',27,1,1154788720,0,0,'5.studbucket',6),(104,'','Wow, you are in luck buddy :) Call me at 641-840-0157. ',15,1151504434,102,'5.studbucket',0,1,1151504434,0,0,'',0),(105,'','I could not resist, but lol.',15,1151506544,102,'8.Anton',0,1,1151506544,0,0,'',0),(106,'','Yeah, I think lol sums that up well. Did you ever figure out why the graphic isn't transparent in IE? I've thought of that every now and then, and I think that's pretty weird.',15,1151507522,102,'5.studbucket',0,1,1151507522,0,0,'',0),(107,'','I am great at only one thing, and that one thing is procrastination.',15,1151536445,102,'10.Vegihan',0,1,1151536445,0,0,'',0),(108,'Opera and the forums','I just updated my Opera to the newest version to test it, and when I go to the forums they are totally wacked out in terms of how they are organized on the screen. If you need screenies because it doesn't happen for you, lemme know.',8,1151536629,0,'5.studbucket',57,1,1155949404,0,0,'9.chudman',11),(272,'Q & A Panel','[b]Event[/b]: Question and Answer session\r\n[b]Time[/b]: Friday August 25 at 1:30 pm\r\n[b]Place[/b]: MLH Lounge\r\n\r\nWe're having a Q & A session for incoming or prospective CS majors, or just those who want to know more about it. Nick and I will most likely be on the panel, but we are looking for up to 3 more people. Maybe you can post here and say why you are qualified to talk at this, as in what you bring to the table that others don't. Or maybe you know someone who could be of use.\r\n\r\nThanks!',9,1155579158,0,'5.studbucket',6,1,1155610012,0,0,'10.Vegihan',1),(109,'','the graphics isn't transparent in IE, because IE does not support PNG correctly.\r\nsimple as that. so, i'd say we need to wait until Ben or whoever comes up with a new theme for the site... i shall ask Ben about it..',15,1151582617,102,'8.Anton',0,1,1151582617,0,0,'',0),(110,'Desired Program','I have always wanted to come up with a game design and build one for a computer. I am not talking about sudoku or solitare or anything like that but an actual game. I know full well that it wouldn't have great graphics but even a simple game would be fun I think. I was just wondering what everyone else has wanted to do.',14,1151972692,0,'10.Vegihan',35,1,1154974256,0,0,'5.studbucket',5),(111,'Delphi IDE','Has anyone heard of the Borland Delphi IDE. I stumbled apon it while looking for a media player.\r\nThe website has a neat little video about the product at:\r\nhttp://www.borland.com/us/products/delphi/index.html\r\n ',14,1151986092,0,'10.Vegihan',18,1,1152108314,0,0,'5.studbucket',2),(112,'','I don't think I know anyone that hasn't wanted to sit down and make a game of some sort. I thought that would be a ton of fun :) How about fleshing out the idea some, or just stating a little more formally and tossing it into the project suggestions forum? Unless there is a good reason to keep it here. Once we decide where to keep the thread, I will definitely throw out some ideas.',14,1152043526,110,'5.studbucket',0,1,1152043526,0,0,'',0),(113,'','It is quite popular for professional development, but why spend the money when MS gives us VS2005 for free through the MSDNAA?',14,1152043838,111,'9.chudman',0,1,1152043838,0,0,'',0),(114,'','I'm down as long as we can use C#. I have some really good tutorials on creating a simple video game (with graphics) using Visual Studio 2005 and C#. It's really not as hard as one may think...',14,1152043991,110,'9.chudman',0,1,1152043991,0,0,'',0),(117,''Next Thread' and 'Previous Thread'','These buttons appear to be broken, whenever I click either one of them, it says 'No next thread' or 'No previous thread'.',8,1152112606,0,'5.studbucket',12,0,1153525923,0,0,'2.Truman',1),(118,'Search Engine Strings','[link=http://acm.uiowa.edu/e107_plugins/log/stats.php?8]Stats.[/link]\r\n\r\nCheck that out. How in the world did some of those searches lead back to us? I am thinking of one in particular. Everyone clean their profile of all references to the male anatomy.',8,1152116937,0,'5.studbucket',15,0,1153525887,0,1152116974,'2.Truman',2),(119,'Linux Distro Quiz','[link=http://eedok.voidofmind.com/linux/chooser.html]Here's[/link] a little quiz which offers advice on which linux distro fits you best after making your decisions. I found it interesting. Anyway, after my first quick run-through, it told me to go with Debian :)',14,1152202032,0,'5.studbucket',12,1,1152202032,0,0,'5.studbucket',0),(120,'','could have been an old cache in google',8,1152368871,118,'8.Anton',0,1,1152368871,0,0,'',0),(121,'Rants','I was thinking the other day that it would be good to have a rant forum on the sight. It could be a place for us(the acm) to post our dislikes for a product or idea. It could be done openly so others can throw in their two cents. The only real problem I see with it would be people getting flamed for their opinions. So I teeter on the idea and figured I would let you "Webmasters" decide if you think it is a good idea or not.',8,1152392485,0,'10.Vegihan',23,0,1152804352,0,0,'5.studbucket',5),(122,'','Definitely not a bad idea, I'll consult with Nick and some others and see what they think.',8,1152417633,121,'5.studbucket',0,1,1152417633,0,0,'',0),(123,'','Well the world cup is over and the disputed champs Itaily won. If you saw the aus vs ita game you would know what I mean by disputed champs.',15,1152493662,40,'10.Vegihan',0,1,1152493662,0,0,'',0),(124,'','The whole world cup was so poorly officiated, and I cannot stand all the 'diving' many European players do. Portugal was so bad about that. I know Americans and American sports have many faults, but I can't ever see Michael Jordan, A-Rod, Brett Favre or anybody doing something like that. Despicable, soccer is a great game, but I actually have less respect for it after the world cup. Congratulations to Italy on the win by the way, no matter what anyone says or does now they can't take that away from the players.',15,1152566107,40,'5.studbucket',0,1,1152566107,0,0,'',0),(125,'','It sounds good.. and.. a bit of a flame at the beginning is not that bad of an idea.. we do not have too much traffic here anyway.. so, yeah.. sounds good.. but when Scott would have time to do it is unknown =)',8,1152719061,121,'8.Anton',0,1,1152719061,0,0,'',0),(126,'','Actually I can set it up, Scott doesn't have to do it. Where do you think I should put it, general discussion?',8,1152797149,121,'5.studbucket',0,1,1152797149,0,0,'',0),(127,'','Sounds like a good place for them.',8,1152797271,121,'10.Vegihan',0,1,1152797271,0,0,'',0),(128,'','Forums are up in the general discussion area, enjoy!',8,1152804352,121,'5.studbucket',0,1,1152804352,0,0,'',0),(129,'I h8 the foreign language requirement!!!','First off I'd like to reiterate the subject line in bold so that I can calm down and become more rational: I HATE THE FOREIGN LANGUAGE REQUIREMENT AT IOWA!!!\r\n\r\nOk, I'm a little better now. Seriously though, why do computer science students need to burden themselves with a pesky 4 semester foreign language program in order to get a degree? Please don't say "..because at Iowa the CS program resides in the CLAS". I know it does, but can't there be any exceptions to that rule? I realize that if our CS program was in the engineering department we'd only have to take 2 semesters of a foreign language, but is tha even nessasary? Now some may argue that by taking a second language we are becoming more worldly and whatnot, but shouldn't that be up to us as adults to decide for ourselves? I mean if I want to visit Spain, Mexico or another foreign country I will learn enough of the language to get by before I go. I don't think it should be crammed down my throat by the school I'm attending in order to get a degree. I want to have a broad knowledge, don't get me wrong, but I want to be able to choose how broad that knowledge is....and a foreign language right now isn't what I'm looking for. How about a class in LISP? ',16,1152813042,0,'9.chudman',31,1,1152895427,0,0,'9.chudman',6),(130,'','Alright, first off, I can understand your frustration, I wouldn't want to take foreign language that is forced on me, that would suck. However, I guess I have a hard time feeling too sorry for you because all of us had the option to take all four years in high school. I suppose i was just fortunate that from the time I was in 8th grade, our counselor's let us all know we had to have a minimum of two years to get into Iowa state schools and 4 years to get out of them.\r\n\r\nI think they currently make the foreign language classes much harder than they should be though. Considering it is a gen-ed and a requirement for many students, perhaps they should have a spanish class for non-majors, that would be pretty nice because I know the classes here are really tough. I also think that some exotic programming language course should also count toward something. It should not carry the same weight as a french or spanish (maybe only 1 or 2 credit hours), but why not give students the chance to take APL or program in binary, I would consider that stuff pretty tough and worthy of some sort of foreign language requirement. Although, that does little for the cultural aspect of the foreign language classes, so perhaps you would maybe learn a lot about how the language came about and the computing culture.',16,1152813937,129,'5.studbucket',0,1,1152813937,0,0,'',0),(132,'','Yeah, you should totally be allowed to mix and match, maybe with a requirement that there is a minimum of 2 years into one language for it to count. I also wish there was a little more variety in languages, there are some languages I want to take pass/fail so I can learn them, but they aren't offered (namely any Scandinavian language).',16,1152816343,129,'5.studbucket',0,1,1152816343,0,0,'',0),(131,'','I agree with both on some parts. I hate the fact we are forced to take 4 semesters of a foreign language. I have taken two classes of japaness and have retained about none of it because they got thought it so fast. So whats the point of taking a class the I dont get anything out of and may never use in my life. Plus four year of it is more then many need. In everyone of my foreign language classes about 90% of the people in them where language majors. Tell me how you can have a successfull class with people who get languages and know a little of it before it starts and people who know nothing of the language. I do beleive it is important to get cultured in other countries but you can do that with other classes. Plus learning one language and one culture is not deversifing enough for me. Why can't we take 2 semester of one language and then take 2 more of another? If we could it would let us get to know 2 cultures instead of one.',16,1152815399,129,'10.Vegihan',0,1,1152815399,0,0,'',0),(137,'','Hmmm, that's pretty interesting, I assumed there would be more culture, as in some ways that is just as important as the language if you are going to go there. Well that sucks, I'm sorry, I do feel bad for you, and would never want to trade spots, are you pretty close to being done?',16,1152888300,129,'5.studbucket',0,1,1152888300,0,0,'',0),(133,'A sort of capture-the-flag networking environment','This almost isn't so much of a project as an event or learning center.\r\n\r\n[u]Summary:[/u] In an effort to learn more about intrusion detection, firewalls, and even things like virii or spyware I think it would be cool to have two separate networks and a team of 2 or 3 guys working on each one to keep the other team from making malicious attacks on their computers, while attempting to break into what they have.\r\n\r\n[u]Number of people:[/u] 4 or more.\r\n\r\n[u]Technologies used:[/u] probably C/C++ and scripting languages like perl.',12,1152824113,0,'5.studbucket',10,1,1152884560,0,0,'5.studbucket',2),(134,'','Sounds like a good idea. We could also make a tournament out of it were teams faced each other and the winner gets a prize or something. Make it open to anyone and see what we get.',12,1152833307,133,'10.Vegihan',0,1,1152833307,0,0,'',0),(135,'','Exactly, that would be a great goal to shoot for. Maybe we can try to figure out what kind of equipment we would need, where we could set it up, and when and how we could run 'tutoring' sessions teaching and learning how to do this kind of stuff.\r\n\r\nObviously we need computers and monitors of equal capability and some ethernet cables and routers to link all of this up.',12,1152884560,133,'5.studbucket',0,1,1152884560,0,0,'',0),(136,'','[quote1152887337=studbucket]\r\n...but why not give students the chance to take APL or program in binary, I would consider that stuff pretty tough and worthy of some sort of foreign language requirement. Although, that does little for the cultural aspect of the foreign language classes, so perhaps you would maybe learn a lot about how the language came about and the computing culture.\r\n[/quote1152887337]\r\n\r\nThe culture part of the class is a total joke. I've had two Spanish instructors and both of them focus VERY LIGHTLY on the culture aspect of the class. We have maybe 5 quick questions per test, some of them being as irrelavent as remembering someone's name who did something in 1548. What the hell does that do for anyone? Personally, I think the culture aspect is a crock. They teach us the language and throw in some random culture facts here and there to make the department look good. To be fair, I can only speak for the Spanish and Portugeuse deptarment, because they are the only one I've had personal contact with. Bottom line: If I want to become more cultured I will read a good book about it before I go on vacation there...\r\n',16,1152887674,129,'9.chudman',0,1,1152887674,0,0,'',0),(139,'If you are new here/Welcome thread','First off, Hi and thanks for taking the time to stop by our website and forums. If you are a member of the ACM and you cannot see more than the 3 general discussion forums, let an admin know and we can hook you up with rights. If you are here for help or computing related discussion, by all means sign up and post, we'll be more than happy to chat with you. And please don't troll :)\r\n\r\nThanks,\r\n\r\nJT',15,1152910538,0,'5.studbucket',13,0,1152910538,1,0,'5.studbucket',0),(138,'','Thanks for the sympathy, but no, I am not close to being done. In fact I have all of next year AND next summer. Basically I will be here an extra 2 months because of the foreign language requirement. I guess it'll give me time to think about the future...',16,1152895427,129,'9.chudman',0,1,1152895427,0,0,'',0),(140,'','I thought I would let you know that the banner doesn't appear to be working for me. This has only happend as of this morning. I am using Firefox 1.5.0.4.',8,1152990166,30,'10.Vegihan',0,1,1152990166,0,0,'',0),(141,'','Yep, what Christian said is right. I just got 1.5.0.4 and the top banner is completely gray except for the buttons in the upper right, which are yellow.',8,1153012872,30,'5.studbucket',0,1,1153012872,0,0,'',0),(142,'Interesting website made by ISU students','[link=http://ahcweb.student.iastate.edu/]Click here for the site.[/link]\r\n\r\nThis is a site that one of the interns that works with me and his friends made for an IEEE contest. They haven't gotten the results back yet, but it is a very nice site. Well done and thorough, and there is a decent amount of material to be learned on here, check it out :)\r\n\r\nEDIT: Well, it appears this link is dead :(',14,1153141999,0,'5.studbucket',15,1,1153141999,0,1155656465,'5.studbucket',0),(143,'If you are new here/Welcome thread','First off, Hi and thanks for taking the time to stop by our website and forums. If you are a member of the ACM and you cannot see more than the 3 general discussion forums, let an admin know and we can hook you up with rights. If you are here for help or computing related discussion, by all means sign up and post, we'll be more than happy to chat with you. And please don't troll :)\r\n\r\nThanks,\r\n\r\nJT',14,1153142224,0,'5.studbucket',16,0,1153142224,1,0,'5.studbucket',0),(144,'','Sorry guys, not all the graphics for the site are hosted on the main server. Some of the stuff is hosted by the computer in the ACM office, which was inadvertently powered down over the weekend. Scott or I will be in to restore power to the box shortly.',8,1153152775,30,'9.chudman',0,1,1153152775,0,0,'',0),(145,'','[quote1153179629=chudman]\r\nSorry guys, not all the graphics for the site are hosted on the main server. Some of the stuff is hosted by the computer in the ACM office, which was inadvertently powered down over the weekend. Scott or I will be in to restore power to the box shortly.\r\n[/quote1153179629]\r\n\r\nDoes that affect the issue about not working in IE or the newest firefox though?',8,1153179651,30,'5.studbucket',0,1,1153179651,0,0,'',0),(146,'','I can access the site just fine with IE 7 Beta 2 and Beta 3 (which is the absolute newest MS has to offer). Also, at home I use Firefox 1.5.0.3 and it displays everthing correcly also. I have no clue about the newest Firefox though. Perhaps others can share their experiences...',8,1153195543,30,'9.chudman',0,1,1153195543,0,0,'',0),(147,'','Yeah, I have no idea why the newest firefox is messed up, all the older versions are fine. The IE beta draw the ACM logo correctly with the transparency and everything? The background of the logo isn't blue? Also, I posted this elsewhere, but the forums look really crappy in the newest version of Opera.',8,1153228989,30,'5.studbucket',0,1,1153228989,0,0,'',0),(148,'','The logo looks fine with IE 7 Beta 3. The only thing that doesn't show up is the grey coloring around the forum post boxes. I read somewhere that MS tried to make IE more standards compliant than previously. Actually it's really pretty stable and useable. We should do a browser comparison and post it here when classes start back up, but that probably belongs in another thread...',8,1153256029,30,'9.chudman',0,1,1153256029,0,0,'',0),(149,'','Sounds like to good rant to me.',8,1153281109,30,'10.Vegihan',0,1,1153281109,0,0,'',0),(150,'[moved] Alarm Clock program','I dont know about any one else but my alarm clock is not the most reliable people of technology I have. I was wondering if anyone has ever seen a program that acts like an alarm clock that I can set the time according to the days of the week, or even the month, and also set the alarm that goes off? I almost posted this is the possible projects but I didnt because I dont know if there is already a program out there that does it.',14,1153455894,0,'10.Vegihan',35,1,1155119141,0,0,'2.Truman',6),(151,'','Honestly I have no idea if a program like that exists, but that's not a reason to maybe suggest it in our projects, tons of media players exist, but I suggested mine anyway. You could take some pretty cool directions with the alarm clock thing.',14,1153492360,150,'5.studbucket',0,1,1153492360,0,0,'',0),(154,'','It would be cool if we could add a functionality where it played a particular song, or picked a random song from a library, that would be cool, because you know, there are some songs that are just better to listen to on a sunny morning.',14,1153513669,150,'5.studbucket',0,1,1153513669,0,0,'',0),(209,'','It varies from year to year. but it is usually on a saturday sometime in early Nov.',10,1154729703,103,'28.Justin',0,1,1154729703,0,0,'',0),(211,'','[quote1154751955=Justin]\r\nWhy not have him? I think he would bring us some good advice on the CS job market in Iowa.\r\n[/quote1154751955]\r\n\r\nWe probably will try to have him, but we are shooting for maybe 1-2 'big' speakers a year, and maybe several more small ones, like ex-students that now work at google, ask.com, etc.',10,1154751998,185,'5.studbucket',0,1,1154751998,0,0,'',0),(212,'','Do you know how far in advance we need to be signed up?\r\n\r\nMaybe it would be good for us to have our internal competition in late Sept. or early October, that we could get some feedback and know what to work on.',10,1154752683,103,'5.studbucket',0,1,1154752683,0,0,'',0),(208,'','We'll have more info in the days to come, but we are looking at having a Q & A session for prospective and new CS majors that Friday. Also, the Math/CS/Stats departments are having an open house that Thursday which I will probably be at to say something about the ACM.',9,1154728837,18,'5.studbucket',0,1,1154728837,0,0,'',0),(153,'','It already exists in Windows, I can't elaborate right now but I will when I'm not at work. Hint: It's built into the OS.\r\n\r\n\r\nEdit: It actually exists in *nix also, but I've never used it...',14,1153512134,150,'9.chudman',0,1,1153512134,0,1153512173,'',0),(167,'','Truman, I can write a little python app that will add peoples submits to the database... let me know if I should.',8,1153527173,81,'9.chudman',0,1,1153527173,0,0,'',0),(155,'','As of today the banner now works for me in the newest version of firefox. Thought you would be interested.',8,1153522445,30,'5.studbucket',0,1,1153522445,0,0,'',0),(156,'','This Issue Can be considered closed most of this is COMPLETELY MY FAULT because i linked some images to our acm office and then powered it down i don't believe it is browser related; i have tested this page with almost every broswer on every platform even dillo, and when the office box is up it always looks fine',8,1153525773,30,'2.Truman',0,1,1153525773,0,0,'',0),(157,'','I don't think this is really a fixable issue funny though',8,1153525887,118,'2.Truman',0,1,1153525887,0,0,'',0),(158,'','Switch to fireFox',8,1153525923,117,'2.Truman',0,1,1153525923,0,0,'',0),(159,'','Works fine for me in opera i believe this is there latest official version\r\n\r\nLet me see some screen shots.\r\n\r\nOPERA\r\n\r\nVersion 8.54 \r\nBuild 7730 \r\nPlatform Win32 \r\nSystem Windows XP \r\n \r\nJava Sun Java Runtime Environment version 1.5 \r\nXHTML+Voice Plug-in not loaded',8,1153526103,108,'2.Truman',0,1,1153526103,0,0,'',0),(160,'','I will Be setting up Email accounts on our server soon and then we can just email them to this address and then i will have JT or nick or tiffany add them till we get a submit page or something like that\r\n\r\nI LOVE the Idea keep up the good work kids',8,1153526230,81,'2.Truman',0,1,1153526230,0,0,'',0),(161,'','I AM AWARE THAT MICROSOFT BLOWS and IE7 is will fix this and well my opinion is SCREW those who refuse to upgrade\r\n\r\nor at least those that choose inferiority\r\n\r\n',8,1153526360,67,'2.Truman',0,1,1153526360,0,0,'',0),(162,'','maybe',8,1153526412,32,'2.Truman',0,1,1153526412,0,0,'',0),(164,'','this is an issue with smilies or something lemme look into it',8,1153526573,7,'2.Truman',0,1,1153526573,0,0,'',0),(165,'','There you F*ing happy now???\r\n\r\nWhere's my damn smiley that looks like im taking a poop on this thread',8,1153526656,7,'2.Truman',0,1,1153526656,0,0,'',0),(166,'','OK, this is how it's done. I'm sure everyone has heard about the Windows Task Scheduler (WTS), right? The WTS provides a pretty decent platform for routine task automation. You can execute any program, batch script...whatever you want with it. I had mine setup as an alarm clock to run every morning and play "Here Comes the Sun" by the Beatles through Winamp. It was very easy b/c Winamp will accept command line parameters. That's basically it....\r\n\r\nIf anyone wants a more complete explanation or walkthrough let me know and I'll put it on the site.',14,1153526913,150,'9.chudman',0,1,1153526913,0,0,'',0),(168,'','screenies sent.',8,1153527324,108,'5.studbucket',0,1,1153527324,0,0,'',0),(169,'','Well that was easy :) Got mine running.\r\n\r\nGonna move this to computing discussion.',14,1153527979,150,'5.studbucket',0,1,1153527979,0,0,'',0),(234,'','I born and Raised in the Tri-State Area Bellevue/Dubuque\r\n\r\nWhere Iowa Wisconsin and Illinois Share a Border.\r\n\r\n\r\nhey JT since your from Newton Do you know Jason and/or Justing Garrett\r\n\r\nI work With them @ skyhighspeed',15,1155119455,201,'2.Truman',0,1,1155119455,0,0,'',0),(170,'','Your right this has always been messed up FF too Its a CSS Issue i noticed it a long time ago but thought hey i kinda like the wider forum post thing but i think i'll fix it anyway just cause im a good guy but not till like next monday or something... Im lazy',8,1153528097,108,'2.Truman',0,1,1153528097,0,0,'',0),(171,'','still looking for a place to Live i have an extra room',15,1153528200,102,'2.Truman',0,1,1153528200,0,0,'',0),(175,'Driving Simulator','[link=http://www-nrd.nhtsa.dot.gov/departments/nrd-12/NationalAdvancedDriverSimulator.html]http://www-nrd.nhtsa.dot.gov/departments/nrd-12/NationalAdvancedDriverSimulator.html[/link]\r\n\r\nIt seems to me that the CS dept. could use this in some way or allow the students to study it or something in an effort to learn more about graphics, physics, or whatever. Anyone else have insight or opinions?',7,1153532392,0,'5.studbucket',10,1,1153534315,0,1153532414,'5.studbucket',2),(179,'The ACM is not dead','For those of you who visit, Nick and I are going to talk a lot over sometime in the next few days and we should get an email out to everyone and have a decent strategy for going forward this fall. Thanks for your patience :)',7,1153966698,0,'5.studbucket',17,1,1154357037,0,0,'5.studbucket',4),(176,'','It would be fun to drive a really fast car in there due to the fact it is all virtual, if I hit a tree or other object I would just get whip lash.',7,1153532786,175,'10.Vegihan',0,1,1153532786,0,0,'',0),(178,'Very Nice Ruby Tutorial','This is about the best tutorial I have ever seen for any programming language. Sometimes it is a little fickle, but overall I think it is a great tutorial, check it out.\r\n\r\n[link=http://tryruby.hobix.com/]Link[/link]',14,1153759898,0,'5.studbucket',22,1,1155238645,0,0,'5.studbucket',1),(177,'','Hahaha, that's true, I wonder what kind of waivers you sign ahead of time?',7,1153534315,175,'5.studbucket',0,1,1153534315,0,0,'',0),(180,'','Long live the ACM',7,1153969695,179,'10.Vegihan',0,1,1153969695,0,0,'',0),(181,'','Yes, we are not dead. It just appears so because it's summer time an hardly any of our members are around. People should be getting back from internships and whatnot very soon and I don't think it would be a terrible idea to hold an ACM meeting before classes start so we can outline our plans for the fall semester and beyond...',7,1154027924,179,'9.chudman',0,1,1154027924,0,0,'',0),(182,'','Well I have no plans of being in Iowa City before the thursday or friday before classes. I wont be able to get to Iowa City until the Tuesday before classes start. Thought I would let you know so you can make plans one way or another.',7,1154042919,179,'10.Vegihan',0,1,1154042919,0,0,'',0),(183,'','Nick and I talked for quite a while last night and got some things sorted out. I'm in the process of sending a huge email to Catherine, and after that will get an email out to all of the ACM detailing our plans. I'll probably also post it here along with some of the decisions we may be making as Nick and I would like discussion and/or feedback on some of them.',7,1154357037,179,'5.studbucket',0,1,1154357037,0,0,'',0),(184,'','Nick and I talked about having a Q & A session for incoming or prospective CS students. I'm really excited about that idea and it should be fun to do.',9,1154358088,97,'5.studbucket',0,1,1154358088,0,0,'',0),(185,'Speaker Suggestions -- Fall '06 and Spring '07','If you can think of any speakers you would like to hear and get to come, this is the place to put them. If it's possible, it would be nice to have more than just a name thrown out there, perhaps you could also add some information.\r\n\r\nFor example, don't do this:\r\n [blockquote]Linus Torvalds[/blockquote] \r\n\r\nDo this:\r\n [blockquote]Linus Torvalds. The father of linux and proponent of open source projects. Unsure of an email (or phone #), but perhaps a good place to start would be torvalds-secretary@linus.org. He might set us back $4500.[/blockquote] \r\n\r\nSo, go ahead, shoot out your ideas, and keep them feasible (i.e. not Bill Gates) but don't be afraid to be creative. Go from big to small, CEOs to recent UI grads, they are all fair game.',10,1154358425,0,'5.studbucket',12,1,1154751998,1,0,'5.studbucket',3),(186,'','"That's Hot"\r\n -Paris Hilton\r\n\r\nDon't forget to strip Sql Injections!!\r\n',8,1154370407,81,'2.Truman',0,1,1154370407,0,0,'',0),(187,'Logic and the people I date','What is it with the Women I date? When We (The women I date and I) disagree I naturally start to use logic to prove my point, however it falls on ?skeptical? ears... i don't get it; it's as if logic doesn't apply around them. Maybe the women I date are the inverted nexus of the universe or something, something like a black whole of logic where they suck in logic within shouting range of them and it completely disappears and is never seen or heard from again\r\n\r\nmaybe im crazy\r\n\r\nanyone else run into this issue??\r\n\r\n\r\n',16,1154370824,0,'2.Truman',53,1,1154649605,0,0,'28.Justin',7),(188,'','Logic only goes so far in relationships. But before I start in, I must say, I've had the same girlfriend for the last 3 years, so my valuable dating experience is about 95% limited to one girl. Relationships are really built off of emotions, the emotions you have for each other, etc. Emotions and logic seem to rarely mix and we've all seen this from time to time. Sometimes they don't want the logical answer of 'Well I spend 32 hours a week with you, can't I spend a night with my friends?' or 'I saved $250 getting the smaller diamond, isn't that great?' They want to feel special and loved, you need to learn to include them in about every decision you make if you want to keep them for years and *gasp* get married. Even if it doesn't make sense, if you make them feel the correct emotions toward you, they will view what you are doing as right and listen to it more often. So you need to tailor to their emotions first, and once you have that down, calmly explain using all your logic and try not to make them feel dumb. That is sometimes the hardest part. When you scream "It just makes sense!" it doesn't help because it doesn't make sense to them b/c thye are all emotionally worked up and they probably think you are calling them dumb or something.\r\n\r\nAnyway, I feel like I posted nothing useful at all, maybe I can clarify something later, maybe it helped.',16,1154371709,187,'5.studbucket',0,1,1154371709,0,0,'',0),(196,'','[quote1154620733=Truman]\r\nThat's SERIOUSLY DEPRESSING!!\r\n[/quote1154620733]\r\n\r\nAh, but you see the key is you get to live with your best friend the rest of your life. There are certain things you would be expected to do for a best friend, and would expect them to do the same for you. It comes with the territory, and truthfully, the benefits seem to definitely outweigh the drawbacks if you find someone that you really get along with.',16,1154620868,187,'5.studbucket',0,1,1154620868,0,0,'',0),(189,'We are in control of $20,000','[link=http://www.leapfish.com/analyze.php?url=acm.uiowa.edu]Link[/link]\r\n\r\nAt least that's what our site is worth :p',8,1154374085,0,'5.studbucket',24,1,1155165927,0,0,'10.Vegihan',6),(190,'','And this is just one of the many reasons I dont date. Yes you heard me right I dont date. I have seen way to many headaches and hangovers caused by the women my friends have dated. I have come to the conclusion there is no way to answer a question right all the time and I hate confrintation. And I only met a couple of women who think logicly, maybe you need to find one of them and it will work out just fine. \r\nOn a side note I dont write this to knock all women, I am just referring to the information I have gathered over the years. I know many guys that are also like this. And some worse.',16,1154397935,187,'10.Vegihan',0,1,1154397935,0,0,'',0),(191,'','sweet when do we get the check????',8,1154398025,189,'10.Vegihan',0,1,1154398025,0,0,'',0),(192,'','Sounds like a good Idea. When you know more just let me know, If I can help I will.',9,1154398069,97,'10.Vegihan',0,1,1154398069,0,0,'',0),(193,'','Sure I have ran into this, but the thing you must learn is to get used to it. I've been married for awhile now and I've had to learn this sad truth about women over and over again!',16,1154558940,187,'28.Justin',0,1,1154558940,0,0,'',0),(194,''ssdf' in poll comments','If you take a look at the poll comments, you'll notice that after a user's name it says 'ssdf'. Just wondering what this is and why it is there.',8,1154565458,0,'5.studbucket',7,1,1155108416,0,0,'2.Truman',1),(195,'','That's SERIOUSLY DEPRESSING!!',16,1154618302,187,'2.Truman',0,1,1154618302,0,0,'',0),(199,'','Keep trying! It all has to work out in the end!',16,1154649605,187,'28.Justin',0,1,1154649605,0,0,'',0),(197,'','[quote1154620898=Truman]\r\n"That's Hot"\r\n -Paris Hilton\r\n[/quote1154620898]\r\n\r\nWRONG! !ill I hate that scumbag.\r\n\r\nhow about:\r\n [blockquote]"...one of the main causes of the fall of the Roman Empire was that, lacking zero, they had no way to indicate successful termination of their C programs."\r\nRobert Firth [/blockquote] ',8,1154620948,81,'5.studbucket',0,1,1154620948,0,0,'',0),(198,'','This whole "Compromising" thing you're refering to (and i think that is what your refering to) Is new and foriegn to me; maybe someday i will grow to understand your human Emotions!\r\n\r\nPicture me Descending into a vat of molten Steel giving a "Thumbs up" to some strange boy, whose life i saved by traveling back in time a la "Terminator 2: Judgement Day"\r\n x) ',16,1154643240,187,'2.Truman',0,1,1154643240,0,1154728334,'',0),(200,'','The ACM programming contest at UNI is open to everybody, and the people that are not ACM members get a free student lite membership. I've done it a few times and its a good time, w/ free food and prizes!',10,1154651784,103,'28.Justin',0,1,1154651784,0,0,'',0),(201,'Where Are You From?','I figured I would post this when I learned from a couple of differn't people where they were from. Many might know that Anton is from Russia, if not now you do. So I figured I would post this thread to see were everyone was from.\r\n\r\nSince I am asking I will post first. Many might know I live in Southeast Iowa but that isn't where I was born. I was born in Missouri and live in the Lake of the Ozarks for about 5 years. Other then Iowa and Missouri I have never lived anywhere else. Oh nd dont start in on the Missouri Jokes I have heard most of them and they dont bother me.',15,1154665930,0,'10.Vegihan',36,1,1155165758,0,1155137818,'10.Vegihan',8),(202,'','Lol, I Only have one good MO joke, and it could be used with any state :)\r\n\r\nWell, I was born in Thornton, CO (a suburb of Denver) and lived there for 2.5 years. I moved to Colfax, Iowa for a very short time (more of a transition period) and then went to Hawaii. Shortly before I turned 4 we moved to San Diego, California and I went to pre-school there before starting Kindergarten in Mexico. I actually only went to school in Mexico for half a year or so when my family moved back to Colfax, Iowa, where I lived until 2nd grade. At that point, my family moved about 1 town over (10 miles or so) to Newton, Iowa, where I stayed until I graduated High School. I know how a small condo in Iowa City and have been living there for a little over a year.\r\n\r\nSorry to give you my life story, but it's the easiest way to show where I lived and explain a little bit too.',15,1154691450,201,'5.studbucket',0,1,1154691450,0,0,'',0),(204,'[moved] Resigning as Treasurer','Hey guys I am just posting to tell you guys I am going to be resigning as Treasurer effective immediately. I have spoke to JT about this all summer and it seems like the ACM is shaping into something other than I originally thought. I will still be an active participant in projects, but I don't feel that we should have someone on exec that disagrees with the direction of the ACM. I am not saying I don't support what we are doing by ANY MEANS. From the beginning I was more interested (almost solely interested) in doing large team projects and I know realize that may be a little far off from that. Anyway to keep this from becoming a rant. I am resigning so I can take more time on my own personal projects and hopefully serve the ACM better in a project leader-ish role than one on exec.\r\n\r\nJT I REGISTERED FOR THE SITE! !amazed ',7,1154707312,0,'30.jstad',14,1,1154728129,0,0,'5.studbucket',1),(203,'','I can think of many good MO jokes, I used to live there too. (Most of the jokes are probably true anyways!)\r\n\r\nI was born in Des Moines and lived there for 3 years, then were moved to Wisconsin for a few years. After that, we moved to Indianola (small town south of Des Moines) and I lived there till I graduated. I moved to MO for a year after HS and moved back to DM for college for 3 years. Now I've moved to Coralville and finishing school.',15,1154706991,201,'28.Justin',0,1,1154706991,0,0,'',0),(205,'','Thanks for joining and posting. I was actually going to notify everyone in the email I'll be sending out soon, but this is just as well :)',7,1154728129,204,'5.studbucket',0,1,1154728129,0,0,'',0),(206,'','[quote1154728504=Justin]\r\nThe ACM programming contest at UNI is open to everybody, and the people that are not ACM members get a free student lite membership. I've done it a few times and its a good time, w/ free food and prizes!\r\n[/quote1154728504]\r\n\r\nDo you remember off of the top of your head when that competition is?',10,1154728521,103,'5.studbucket',0,1,1154728521,0,0,'',0),(210,'','Why not have him? I think he would bring us some good advice on the CS job market in Iowa.',10,1154738733,185,'28.Justin',0,1,1154738733,0,0,'',0),(207,'','This is copied from another post of mine:\r\n\r\nMy suggestion is Gary Scholten, CIO of Principal Financial Group.\r\n\r\n [blockquote]Well, I managed to speak with Principal's CIO today for a short time after a luncheon some of us IT interns had. He had spoken some about jobs in the IT world and Iowa colleges and their programs and it occured to me that he might be a pretty solid speaker. I have heard him speak 2-3 times already and I can tell you that he is a good speaker, he is a nice guy, and he is knowledgeable (especially in the business aspect of technology). He gave me his business card so I have that if I need to contact him. I think he would be a good speaker if we brought him in to speak about the job world. Both about how it will be for us in the next few years and he could tell us some about how he got to where he is (it's not a thrlling story, but it's not boring either, there are things to be learned). I'm sure there will be some plugs for Principal and getting you to stay in Iowa, but he could offer a really good perspective on the US and foreign job market and give you guys a new perspective on IT positions in Inda. All in all, I totally support bringing him in, and he would be cheap (only 1.5 - 2 hours away!). Let me know what you think.[/blockquote] ',10,1154728739,185,'5.studbucket',0,1,1154728739,0,0,'',0),(214,'','Definitely, [link=http://www.acm.inf.ethz.ch/ProblemSetArchive.html#B_US_NorthCen]here's the link[/link] to previous problems that Justin sent me, I haven't checked it out yet, but I definitely will.',10,1154788720,103,'5.studbucket',0,1,1154788720,0,0,'',0),(213,'','Its only a few weeks in advance I believe. Once the official date is announced, you can sign up your team of three. Having a competition before hand is the best way to get prepped for it. We could use some problems from previous ACM contests.',10,1154787713,103,'28.Justin',0,1,1154787713,0,0,'',0),(215,'','I have been thinking about this. If we complete it in a few months we could have a lan party and have our game be played and get feedback and work on doing outreach and show people what we have done for the public. This would be a great way to get new people involved.',14,1154893838,110,'10.Vegihan',0,1,1154893838,0,0,'',0),(217,'','I think the bubbles must be really cool or something.... :D If its not that reason, it probably means that they are super strong getting your bathroom appliances clean.',16,1154968004,216,'28.Justin',0,1,1154968004,0,0,'',0),(218,'','Yeah, it would, that would be pretty fun! Maybe you could think up something cool and post it in the projects forum and get people to join in.',14,1154974256,110,'5.studbucket',0,1,1154974256,0,0,'',0),(219,'','Well, all I know is that I've been cleaning with 'static' bubbles my whole life, so these dynamic bubbles are a godsend! %-6 ',16,1154974319,216,'5.studbucket',0,1,1154974319,0,0,'',0),(221,'','My theory is that they aren't ordinary bubbles. Nasa is secretely behind it to fund its "trips" to the moon. All the bubbles are, are extraterstrial being forced into slave labor. The reason they call them "Dynamic" is so they know which are ordinary bubbles and which are aliens. Thats just my idea, maybe I have watch a few to many star treks but hey.',16,1154977469,216,'10.Vegihan',0,1,1154977469,0,0,'',0),(220,'','Ah, CS humor... You gotta love it!',16,1154975044,216,'28.Justin',0,1,1154975044,0,0,'',0),(222,'','Thats a shame. Those bubbles deserve at least mininum wage.',16,1154984132,216,'28.Justin',0,1,1154984132,0,0,'',0),(223,'ACM Member Fees','I would like to start a discussion of membership fees for the following year. I've talked to a few people and it was generally agreed that a $5 yearly member fee would be a pretty good way to go for the following reasons:\r\n\r\n [list]$5 isn't that much money, so it's not like we are stealing from the poor.*It's enough of an investment that members may be more inclined to particpate as they have a vested interest in the organization.*It gives the ACM some extra cash to use for events.*It really would help us keep an official roster, so we would know who to give what rights to on the website, etc.[/list]\r\n\r\nAnyway, I'm definitely leaning toward $5 member fee for the entire year, but I wanted to get a little bit of input before we officially went ahead with this.',7,1155075899,0,'5.studbucket',8,1,1155949726,0,0,'9.chudman',3),(224,'','$5 would be no problem to me.',7,1155078152,223,'28.Justin',0,1,1155078152,0,0,'',0),(225,'','Sounds alright to me. There is just one thing to look into and that is to see if it can be charged to students UofI Bill or not. The only reason I bring this up is we may have people who would rather it go there so they only write one check instead of many. Of course if we cant they will have to deal with it. Just a thought.',7,1155078273,223,'10.Vegihan',0,1,1155078273,0,0,'',0),(226,'Google's severe Lack of Advertisement','I don't know if any of you have heard about this crazy new web tool called "Google". Its this \r\n [link=http://www.google.com/search?hl=en&lr=&q=define%3A++search+engine&btnG=Search]"Search Engine"[/link], which allows a user to simply search for a "String" and it returns results that are supposedly relavant to the "String" that the user types in; it determines relavance through a complex set of algorithms.\r\n\r\nAnyway i have heard of this wonderful service and use it quite frequently however it seems that everyone else must be in the dark because when they have computer problems they always Ask me...\r\n\r\nthen I ask "did you 'google' it?" their head slightly cocks to the side at the neck and they get a blank look on there face so i can only assume that they have never heard of this wonderful google service...\r\n\r\nI also have a confession to make... I was hired as an "Infomation Technologist Specialist Assistant" and I am almost entirely faking it. when someone is having a difficulty or computer related complaint, I just google it and tell them almost word for word what google says. Had they known google exists, they could fire me (cutting the middle Man), and google it themselves,saving themselves some ca$h \r\n\r\n:! \r\n',16,1155107996,0,'2.Truman',28,1,1155151682,0,1155108198,'9.chudman',2),(227,'','AHHH Debuging Gets me again!!! this Is going to require a \r\n\r\n"cat -R ./* |grep 'ssdf'"\r\n\r\nthis may take a bit to find so gimme a bit\r\n\r\nI did it so i could find which page did what they have ambiguous file names in e107 sometimes',8,1155108416,194,'2.Truman',0,1,1155108416,0,0,'',0),(228,'','LIAR!!\r\n\r\nEstimated Value: $19,698.00 ',8,1155108516,189,'2.Truman',0,1,1155108516,0,0,'',0),(229,'acm@cs.uiowa.edu getting spammed','Nick and I are working on a solution to this problem it'll be about 2 weeks before this is resolved unless i get to it sooner?? \r\n\r\nanyone know how to conifg PostFix\r\n\r\nI am almost ready to set it up but i wanna be able to secure it first hopefully before school starts that's my goal\r\n\r\nSorry Officers\r\n\r\n',8,1155108693,0,'2.Truman',4,1,1155108693,0,0,'2.Truman',0),(230,'','Hear is My Suggestion\r\n\r\nits Called Windows Media Player\r\n\r\nWhat you may not know is that Windows Media Player 10 comes with an SDK i think it starts with version 11\r\n\r\n[code]\r\nusing WMPLib;\r\n\r\n\r\nnamespace Alarm_Clock\r\n{\r\n public partial class alarm_clock : Form\r\n {\r\n WindowsMediaPlayer Player;\r\n public alarm_clock()\r\n {\r\n this.Player = new WindowsMediaPlayer();\r\n this.Player.settings.autoStart = false;\r\n this.Player.settings.volume = 50;\r\n this.Player.URL = "Song.mp3"\r\n this.Player.controls.play()\r\n }\r\n }\r\n}[/code]\r\n\r\nThis Plays the Song Song.m3 in Loal directory and you get all the WMP ability to play anything so you could build a much better GUI than WMP then go back @ a later point and actually build the other Libraries to play wma's and stuff or just use MPlayers Source Code with your Gui All you would need to do Then is to Make Your own WMP Object and change like 10 lines of could when the time comes to make it WMP independant\r\n\r\nUse VS2005 on the termserv.divms.uiowa.edu\r\n\r\nI think you need to add a COM Reference its really easy google it if you are not knowing',12,1155114344,75,'2.Truman',0,1,1155114344,0,1155116051,'',0),(231,'','Dude im doing this my boss is the web developer for JMC and she told me they wanted to do this sort of thing So i did it yesteday @ work and read this thread today wooops maybe i shoulda read this thread sooner',12,1155114487,27,'2.Truman',0,1,1155114487,0,1155114638,'',0),(232,'Photo Album','In the Name of shameless self promotion ( or at least untill we get other projects to post here) I have something i wrote last week\r\n\r\n\r\nhttp://pics.trumanyoung.com/\r\n\r\nIts a Mod_python implimented python script that uses Python, to deliver XML which is translated using a an XSL Stylesheet and given additional style via a Cascading Stylesheet with a touch of Java script in there\r\n\r\nIts a Photo album of sorts that auto generates thumbnails and does "Indexing" I also setup a the Abilty to do password(s) on a per album basis the "user:Passord" to the beauties album john:doe (you have to actually click on the "Go!" button that's my only current bug i think)\r\n\r\nAlso this "script" has the ability, due to the technologies involved, to allow each user to specify his own Layout so each person (theoritically) could see the page as (s)he thinks it would look best\r\n\r\nbut you can deliver an External xsl Document to it even however a touch tricky at the current moment\r\n\r\nView source in Firefox (that's what i use to debug xml+xsl) its all xml the elements are in the XML processing instruction that defines an XSL document that you use to translate the XML\r\n\r\n[u]File Types Handled:[/u]\r\nbmp\r\njpg\r\ngif(has trouble with animation)\r\npng\r\n\r\n[u]Possible File Types Handled:[/u]\r\nTiff\r\n\r\n\r\n\r\n [u]Requires:[/u]\r\nPython 2.4\r\nmod_Python\r\napache\r\nPython Imaging Library\r\na browser that has xsl compatability (almost all current Broswers [prolly not dillo though])\r\ncurrently an sftp client to upload Files to the program\r\n\r\n\r\nI will Post the zipped package in the downloads Page\r\n\r\nindex.py 372 lines\r\nNone.xsl 240 lines\r\nalacran.css 91 lines\r\n',13,1155116599,0,'2.Truman',8,1,1155116599,0,1155117439,'2.Truman',0),(233,'','Using VS2005 on the termserv.divms.uiowa.edu\r\n\r\nand adding a simple Reference and a timer (pretty Easy)\r\n\r\nyou can make an Alarm Clock in less than 60 lines of code I have done Most of it already I just need to hook up the Timer to the MP3 Player if you wanna see my Code\r\n [link=http://cs.uiowa.edu/~syoungbl/AlarmClockdemo.zip]Binary[/link]\r\n [link=http://cs.uiowa.edu/~syoungbl/AlarmClocksrc.zip]Source[/link] ',14,1155119141,150,'2.Truman',0,1,1155119141,0,0,'',0),(235,'','I happen to know Chudman had bad Ram and not a bad Main Board so you should consier this Forum "Toast"\r\n\r\n\r\n\r\n\r\nEDIT: I actually didn't have bad RAM, because when I tested it at work the computer would boot. This one really has been a head scratcher, but I'm not complaining because all 150GB of data I had on my RAID 0 array has been successfully restored! Thanks to anyone who helped my motherboard search...',15,1155119599,93,'2.Truman',0,1,1155119599,0,1155150723,'',0),(236,'','I Will take you up on that Chudman!!\r\n\r\nAlso you can get it off the Reulagr MSDN membership Crap but not MSNDAA yet I was just Looking for this today\r\n\r\n',15,1155119746,68,'2.Truman',0,1,1155119746,0,0,'',0),(237,'[poll] Suggested Events','I Would Like to suggest a Hard-boiled Egg Eating Contest Where puking is acceptable/encouraged I think it would be crazy Fun and Exciting... i know it would bring everyone closer togethor',10,1155119943,0,'2.Truman',23,1,1155155614,0,1155147519,'5.studbucket',4),(238,'','You put your secret out on the web, what were you thinking. Someone might catch on and Google your name which could intern lead them to this post.',16,1155129593,226,'10.Vegihan',0,1,1155129593,0,0,'',0),(239,'','[quote1155137829=Truman]\r\nI born and Raised in the Tri-State Area Bellevue/Dubuque\r\n\r\nWhere Iowa Wisconsin and Illinois Share a Border.\r\n\r\n\r\nhey JT since your from Newton Do you know Jason and/or Justing Garrett\r\n\r\nI work With them @ skyhighspeed\r\n[/quote1155137829]\r\n\r\nI don't know any Garretts, how old are they? It's weird I don't know them, the town isn't that big.',15,1155137856,201,'5.studbucket',0,1,1155137856,0,0,'',0),(249,'','TOAST',15,1155153648,102,'2.Truman',0,1,1155153648,0,0,'',0),(240,'Crappy New Webmail','\r\nAlright, i'll admit im a hater.\r\n\r\nand right now im hating on this new webmail they should have customized it a bit more before they threw it up [img]https://webmail.uiowa.edu/horde/themes/graphics/favicon.ico[/img] Like changing there favicon.ico file THAT DRIVES ME NUTS\r\n\r\nAnd change the colors its like they dled Horde and threw it up\r\n\r\n',16,1155147808,0,'2.Truman',44,1,1155950412,0,1155148130,'9.chudman',5),(241,'','Dude, I'd be down if we did jalapenos. :) ',10,1155148278,237,'9.chudman',0,1,1155148278,0,0,'',0),(242,'','Im down, just no jalapenos',10,1155150052,237,'10.Vegihan',0,1,1155150052,0,0,'',0),(243,'','I'm a Quad-Citizen. I was born and raised in Rock Island, IL. I lived there for 21 years until I got my Associates Degree from Black Hawk College and decided to attend the University here in Iowa City. Now I live on S. Dubuque Street right between where I work and where all my classes are. \r\n\r\nTo make this forum a little more interesting how about: Where do you want to be living in 10 years?\r\n\r\nI would like to be in Mountain View, California or somewhere very close to Silicon Valley.',15,1155150270,201,'9.chudman',0,1,1155150270,0,0,'',0),(244,'','Call me after 4 pm some time and bring a blank DVD over to my house. I will burn it for you there.',15,1155151145,68,'9.chudman',0,1,1155151145,0,0,'',0),(245,'','But they would google his real name, not one of his many cyberspace alter egos. \r\n\r\nBTW, Google does not lack advertisement Truman. It's just that technology still scares many people our parents age and older. Many people think using a computer is hard or confusing and don't realize that if they know how to spell www.google.com and type in "define:computer literacy" they will get back an answer. It does not take a highly technical person to do these simple things, but I think many people don't know that. Also, some older people are very stubborn and just stick to what they know. I hope I never end up that way...',16,1155151682,226,'9.chudman',0,1,1155151682,0,0,'',0),(246,'','I like the color scheme better, but I think they should have increased our quotas before installing new software that really isn't needed.',16,1155151770,240,'9.chudman',0,1,1155151770,0,0,'',0),(247,'','Well then lets put up some advertisements and make some $$$. Or at least let's bitch at Truman to put up some O'Reilly banners so we can get free books! :)',8,1155151858,189,'9.chudman',0,1,1155151858,0,0,'',0),(248,'','I'll be in Cali\r\n\r\nthe computer scientist's natural habitat',15,1155153594,201,'2.Truman',0,1,1155153594,0,0,'',0),(250,'','LINK ME dude ill throw O'reily Banners Every where\r\n\r\nWe can be pawns in there game',8,1155153750,189,'2.Truman',0,1,1155153750,0,1155170747,'',0),(251,'','well we could do whatever but let's do some stuff\r\n\r\ni would suggest beer dringing but Chudman would dominate!!',10,1155153842,237,'2.Truman',0,1,1155153842,0,0,'',0),(252,'','I'd like to be in Colorado. Going back to where I started, snowboarding whenver possible and using up my Broncos season tickets.',15,1155155382,201,'5.studbucket',0,1,1155155382,0,0,'',0),(253,'','Yeah I was hoping for something a little nicer that didn't look exactly like my DIVMS mail. It pretty much sucks. Why don't they steal ISU's or UNI's webmail? It's gotta be better.',16,1155155480,240,'5.studbucket',0,1,1155155480,0,0,'',0),(254,'','I've sold out once this summer, I don't wanna do it again. :D',8,1155155533,189,'5.studbucket',0,1,1155155533,0,1155155549,'',0),(255,'','Lol, here is my official response:\r\n\r\n [blockquote]Barfing is not an ACM sponsored activity[/blockquote] ',10,1155155614,237,'5.studbucket',0,1,1155155614,0,0,'',0),(256,'','Colorado would be nice, but I would still like to live in Iowa as that is were all my family is. We are somewhat close so being distant would be much fun.',15,1155165758,201,'10.Vegihan',0,1,1155165758,0,0,'',0),(257,'','Banners aren't half as bad as spamming so I see no harm in it.',8,1155165927,189,'10.Vegihan',0,1,1155165927,0,0,'',0),(258,'Crack this Hash','I will give anyone that can Crack this $50 or more\r\n\r\n\r\n\r\nsome_hash("allows") = fc2d5e24d6207a801d4022b5a652ac95\r\n\r\n\r\nIt was delivered to me in a file called turinggen.php i have been unable to determine how they determine this value\r\n\r\nit is apparently a 128bit Hash I have ran it against basic \r\n-\r\nmd4 md5 sha1 sha256 sha384 sha512 ripemd128 ripemd160 whirlpool tiger128,3 tiger160,3 tiger192,3 tiger128,4 tiger160,4 tiger192,4 snefru gost adler32 crc32 crc32b haval128,3 haval160,3 haval192,3 haval224,3 haval256,3 haval128,4 haval160,4 haval192,4 haval224,4 haval256,4 haval128,5 haval160,5 haval192,5 haval224,5 haval256,5 \r\n-\r\nHashes. and i still don't know it...\r\n\r\n I have run it against my own MD5 Cracker (one i wrote) as well as the program MDCrack and i got up to 7 chars in MDCrack for md4\r\n\r\nI checked with 4 printable chars of salt on front and back as well as other combinations \r\n\r\ntotal checks: 4,100,000+\r\n\r\nneed any more info I'll give you what i can but i haven't cracked it\r\n\r\nI have even gone so far as testing it md5(rot13("allows"))\r\n\r\n\r\n\r\nIf you can figure out what some_hash is thats what i need\r\n\r\n\r\nI can get you more examplesprolly about 100 more test examples',11,1155178560,0,'2.Truman',19,1,1155423034,0,0,'2.Truman',3),(259,'','Also I happen to know that the Coders that wrote this use md5 in other areas;\r\nthat they use md5 here makes sense so if anyone out there has a 15char md5 rainbowtable this is an EASY 15 dollars\r\nOther wise if we don't solve this in within a week after school starts i will be starting a project to buildRainbow tables as a distributed Application that runs on 20 PC's I have the 20 PCs i plan to use C#\r\n\r\nHowever this hash maybe some other hash like RIPEMD128(on rob hanson's suggestion)\r\n\r\n',11,1155181512,258,'2.Truman',0,1,1155181512,0,0,'',0),(260,'','I haven't seen what other schools webmails look like but I so far havent found much wrong with the new one. I agree the colors and icons are less then agreeable but you have to give them points for trying. We are probably the last people who should scrutinize the site. Remember who there target audience is, its not people with a lot of computer backgrounds, it the same poeple who go for MSN and AOL messengers with all the bells and whistles. All in all they are at least trying to update a product to help their consumers. I would love more memory but I dont see that any time soon.',16,1155182346,240,'10.Vegihan',0,1,1155182346,0,0,'',0),(261,'','A 'book' on Ruby by the same guy.\r\n\r\n[link=http://poignantguide.net/ruby/]Link[/link]',14,1155238645,178,'5.studbucket',0,1,1155238645,0,0,'',0),(262,'','i have a 7 character rainbow table for the following char-set: [ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789!@#$%^&*()-_+=]\r\n\r\nthe 14 charater table was like 60GB i think, but if you have the room we can d/l it via Bittorrent',11,1155253651,258,'9.chudman',0,1,1155253651,0,0,'',0),(263,'ACM's First Fall Semester Meeting','I've been thinking some about the ACM's first meeting, and after looking at several different things, I think the best time may be during the second week of school, probably that Monday or Tuesday, sometime after 5. Perhaps like a Monday the 28th at 6:30 pm or something along those lines.\r\n\r\nAnyway I wanted some input on what days/times work best for you guys. If you have questions I can explain.',7,1155311111,0,'5.studbucket',16,1,1155655945,0,1155311130,'5.studbucket',3),(264,'Login Time','Is there any way you can increase the time the cookie is stored so I don't have to log into the website 10 times a day, every time my session expires?',8,1155339724,0,'5.studbucket',9,1,1155430237,0,0,'2.Truman',3),(265,'','Just DL'd the latest version of Opera, still screwed up :(',8,1155367119,108,'5.studbucket',0,1,1155367119,0,0,'',0),(266,'','I have over 2 TBs',11,1155423034,258,'2.Truman',0,1,1155423034,0,0,'',0),(267,'','talk to the makers of your broswer dude everytime your browser closes your session expires',8,1155423145,264,'2.Truman',0,1,1155423145,0,0,'',0),(268,'','yeah i know its a messed up div Tag Somewhere\r\n\r\nand i don't really wanna dig in that far but ehh for you ill look into it now ~:( ',8,1155423237,108,'2.Truman',0,1,1155423237,0,0,'',0),(269,'','Lol, I know that.\r\n\r\nI'm asking if the cookie that the site puts out can be changed.\r\n\r\nInstead of cookie.duration = session maybe it can be cookie.duration = 4 days. Something along those lines. My only real cookie setting experience is in java with JSPs and servlets, and you can do that there.',8,1155426531,264,'5.studbucket',0,1,1155426531,0,0,'',0),(271,'','FIXED',8,1155430254,108,'2.Truman',0,1,1155430254,0,0,'',0),(270,'','Lemme research i used to have it set up differently but that cause problems with anton's surfing',8,1155430237,264,'2.Truman',0,1,1155430237,0,0,'',0),(273,'','As of right now I have nothing going on after 3:30. The only day I couldnt make it is the first friday of school, I have to come home that weekend for a fantasy football draft. I don't have a job right now so that wont interfer',7,1155609740,263,'10.Vegihan',0,1,1155609740,0,0,'',0),(274,'','I would be happy to do it but I have class at 2:30 so I dont know how long you intend to do this Q & A. As for qualifications, I have taken programing classes at a community college plus I spend a huge amount of time in the labs helping others. As far as the higher classes I know little, because I haven't taken any.',9,1155610012,272,'10.Vegihan',0,1,1155610012,0,0,'',0),(275,'About this forum','This forum exists for two reasons:\r\n\r\n1) To post links to nice tutorials and resources dealing with programming and computing.\r\n\r\n2) To write up your own tutorials on how to do something and have them stickied!\r\n\r\nWe are going to have a stickied post that will contain an organized list of all sorts of links to helpful sites, and links will be added by you posting them with a short description of what they do. Then an admin will edit the stickied post to put the link in the correct location.\r\n\r\nWell written, easy to understand tutorials will be stickied and talked about for years to come. So if you can write a tutorial, go ahead and post it!',20,1155653672,0,'5.studbucket',7,0,1155653672,1,0,'5.studbucket',0),(276,'Links','Total links: 6\r\nTotal categories: 2\r\n\r\nLet me know about any broken or outdated links!\r\n\r\n[u][b]Java[/b][/u]\r\n- [link=http://java.sun.com/]Java Home Page.[/link] It all starts here.\r\n- [link=http://java.sun.com/j2se/1.5.0/docs/api/]Java API.[/link] J2SE's 1.5 API, really among the best APIs for any language.\r\n\r\n[b][u]Ruby[/u][/b]\r\n- [link=http://www.ruby-lang.org/en/]Ruby Home Page.[/link] This is where it all starts. Get the Ruby interpreter and FreeRide among other things.\r\n- [link=http://tryruby.hobix.com/]Try Ruby![/link] A great little tutorial for those learning Ruby. It consists of an interactive terminal built right into the website, definitely hands on!\r\n- [link=http://poignantguide.net/ruby/]Why's (Poignant) Guide To Ruby.[/link] A fun, somewhat entertaining, and somewhat helpful guide to programming with Ruby. Made by the same guy who did the interactve terminal tutorial.\r\n- [link=http://www.ruby-doc.org/core/]RDoc Documentation.[/link] Pretty nice API for Ruby. [u][/u] [u][/u] ',20,1155653711,0,'5.studbucket',21,1,1155844547,1,1155844811,'5.studbucket',1),(277,'','mondays and fridays after 3pm are no go for me. \r\ntuesdays sound a lot better.',7,1155655579,263,'8.Anton',0,1,1155655579,0,0,'',0),(278,'','[quote1155655923=Anton]\r\nmondays and fridays after 3pm are no go for me. \r\ntuesdays sound a lot better.\r\n[/quote1155655923]\r\n\r\nThis wouldn't be every meeting, just our very first one. It is good to know that for future reference though.',7,1155655945,263,'5.studbucket',0,1,1155655945,0,0,'',0),(279,'FACEBOOK API','Face Book just released there API if you need a login account i'll give you my password so you can check it out (for those of you who are fundamentally opposed to FB)\r\n\r\nThey have "high security" no contact info available through the "Official API" but its super easy to crack\r\nthere is also an irc chat going for FB API devs at irc.freenode.net (the default)\r\n\r\n/join #facebook\r\n\r\n\r\nThe FB main site devs are on there and you can grill them about anything like security and crap... look for ari \r\nThe guys with stars next to there names are FB employees\r\n',14,1155763317,0,'2.Truman',8,1,1155951410,0,0,'2.',2),(280,'CVS??','perhaps\r\n\r\nI'm testing it out now!!!\r\n\r\nYay for me im not super lazy no more\r\n\r\n\r\ncvsNT (It's just easier)\r\n\r\nworks with eclipse at initial tests',8,1155763421,0,'2.Truman',10,1,1155949001,0,0,'9.chudman',1),(281,'Bill Gates vs. GM','I got this in a email recently:\r\n\r\n\r\n\r\nFor all of us who feel only the deepest love and affection for the way\r\n\r\ncomputers have enhanced our lives, read on. At a recent computer expo\r\n\r\n(COMDEX), Bill Gates reportedly compared the computer industry with the auto\r\n\r\nindustry and stated, "If GM had kept up with technology like the computer\r\n\r\nindustry has, we would all be driving $25.00 cars that got 1,000 miles to\r\n\r\nthe gallon." \r\n\r\n \r\n\r\n In response to Bill's comments, General Motors issued a press release\r\n\r\nstating: If GM had developed technology like Microsoft, we would all be\r\n\r\ndriving cars with the following characteristics (and I just love this part): \r\n\r\n \r\n\r\n 1. For no reason whatsoever, your car would crash twice a day. \r\n\r\n \r\n\r\n \r\n\r\n 2. Every time they repainted the lines in the road, you would have tobuy a new car.\r\n\r\n \r\n\r\n \r\n\r\n 3. Occasionally your car would die on the freeway for no reason. You\r\n\r\nwould have to pull to the side of the road, close all of the windows, shut\r\n\r\noff the car, restart it, and reopen the windows before you could continue.\r\n\r\nFor some reason you would simply accept this.\r\n\r\n \r\n\r\n 4. Occasionally, executing a maneuver such as a left turn would cause\r\n\r\nyour car to shut down and refuse to restart, in which case you would have to\r\n\r\nreinstall the engine\r\n\r\n \r\n\r\n 5. Macintosh would make a car that was powered by the sun, was\r\n\r\nreliable, five times as fast and twice as easy to drive -- but would run on\r\n\r\nonly five percent of the roads.\r\n\r\n \r\n\r\n 6. The oil, water temperature, and alternator warning lights would all\r\n\r\nbe replaced by a single "This Car Has Performed An Illegal Operation"\r\n\r\nwarning light.\r\n\r\n \r\n\r\n 7. The airbag system would ask "Are you sure?" before deploying.\r\n\r\n \r\n\r\n \r\n\r\n 8. Occasionally, for no reason whatsoever, your car would lock you out\r\n\r\nand refuse to let you in until you simultaneously lifted the door handle,\r\n\r\nturned the key and grabbed hold of the radio antenna.\r\n\r\n \r\n\r\n 9. Every time a new car was introduced car buyers would have to learn\r\n\r\nhow to drive all over again because none of the controls would operate in\r\n\r\nthe same manner as the old car.\r\n\r\n \r\n\r\n 10. You'd have to press the "Start" button to turn the engine off.\r\n\r\n ',14,1155791799,0,'10.Vegihan',17,1,1155951366,0,1155820631,'2.',4),(283,'Messed up Forums page -- GO TO OPERA FORUMS THREAD','http://acm.uiowa.edu/e107_plugins/forum/forum.php\r\n\r\nGo here with opera while signed in... i get a really really messed up page; i have never seen this error before so it may be my browser',8,1155821168,0,'2.Truman',8,0,1155823250,0,1155823578,'5.studbucket',1),(284,'','Yeah, that's pretty funny, however were those all quotes by GM?\r\n\r\nI thought only the first one was the response in the press conference from like 8-10 years ago. Anyway, worth a laugh.',14,1155823097,281,'5.studbucket',0,1,1155823097,0,0,'',0),(285,'','Ummm, other Opera thread? :) Or no? I know that my forums have been hosed for weeks in Opera. Locking and re-opening other thread.',8,1155823250,283,'5.studbucket',0,1,1155823250,0,0,'',0),(286,'','To quote Scott from his new thread:\r\n\r\n[quote1155823339=Truman]\r\nhttp://acm.uiowa.edu/e107_plugins/forum/forum.php\r\n\r\nGo here with opera while signed in... i get a really really messed up page; i have never seen this error before so it may be my browser\r\n[/quote1155823339]\r\n\r\nSo, unfortunately, the issue is still open :(',8,1155823384,108,'5.studbucket',0,1,1155823384,0,1155823429,'',0),(287,'What CIOs want','I wouldn't put too much Stock into it, but I just found these interesting, especially how larger companies are looking for more business minded people, while smaller companies look for people with better technical skills. Reminded me of Principal.\r\n [link=http://www.cioinsight.com/article2/0,1540,2004045,00.asp]Link To Article[/link] ',14,1155823717,0,'5.studbucket',16,1,1155951433,0,1155924728,'9.chudman',4),(288,'A thing of beauty...','Well, I typed something up regarding the ACM, but Nick took it and made it sweet. I thought it was a nice summary of the ACM and it would be good to share with all of you here.\r\n\r\n [blockquote]The ACM is a student run organization composed primarily of undergraduate students who are interested in and want to learn more about computers and technology. Our primary focus is on sharing ideas and knowledge with one another in order to be better prepared to make significant contributions to the tech world after college. However, we aren't all serious. Our chapter of the ACM was founded upon the idea that the projects we do and things we discuss should be interesting and fun. We think this will foster an appreciation for technology and a desire to expand one's knowledge.\r\n\r\nEvents we have planned in the future include holding and attending\r\nprogramming contests, bringing speakers to speak on a myriad of\r\nIT-related topics, and, among other things, social activities such\r\nas pizza or LAN parties. We also have a sub-committee dedicated to \r\ncommunity outreach activities such as a Q&A session for incoming CS \r\nstudents. We also form groups and undertake programming projects to\r\ndevelop software we deem interesting and fun.\r\n\r\nThe ACM is always open to fresh ideas, suggestions, and even some constructive criticism. We hold weekly or bi-weekly meetings in MacLean Hall so if anything above sounds interesting to you please feel free to stop in and see what we're all about. You can also visit our work in progress website at http://acm.uiowa.edu or contact J.T. Kimbell or Nick Arnold for more information.\r\n\r\nWe hope to hear from you.\r\n\r\nSincerely,\r\n\r\nJ.T. Kimbell, President\r\njtkimbell@yahoo.com\r\nNick Arnold, Vice President\r\nnicholas-arnold@uiowa.edu\r\n[/blockquote] ',7,1155843034,0,'5.studbucket',26,1,1155945470,0,0,'9.chudman',4),(289,'','Here's the website to what could be considered our MIS counterpart, the BTA.\r\n\r\n[link=http://bta.biz.uiowa.edu/]http://bta.biz.uiowa.edu/[/link]',8,1155843445,83,'5.studbucket',0,1,1155843445,0,0,'',0),(290,'','Updated with 6 new Java and Ruby links, hurray!',20,1155844547,276,'5.studbucket',0,1,1155844547,0,0,'',0),(291,'Forum data backup/redundancy','With more and more stuff going onto the forums, and some of it being of imporatance, I got to thinking. What would happen if our server crashed and we lost everything, how much would we be able to recover? Just seeing how things currently are and if there is anything we can do.',8,1155844935,0,'5.studbucket',9,1,1155949280,0,0,'9.chudman',2),(292,'','Nick and i are working on this i believe??\r\nMaybe??',8,1155850874,291,'2.Truman',0,1,1155850874,0,0,'',0),(293,'','I dont know, I just got it in an email and thought it was hilarious.',14,1155874901,281,'10.Vegihan',0,1,1155874901,0,0,'',0),(294,'','The link is broken.',14,1155874937,287,'10.Vegihan',0,1,1155874937,0,0,'',0),(295,'','Yeah really sums it up. Just one question. Were you planning on handing these out, posting them up everywhere, or what?',7,1155875076,288,'10.Vegihan',0,1,1155875076,0,0,'',0),(296,'','its in there its just tricky try this\r\n\r\n [link=http://www.cioinsight.com/article2/0,1540,2004045,00.asp ]Try this[/link] ',14,1155876216,287,'2.Truman',0,1,1155876216,0,1155876256,'',0),(297,'','I think the Problem is solved i have "upgraded" the forups',8,1155877038,108,'2.Truman',0,1,1155877038,0,0,'',0),(298,'','Dude our page looks like poo in IE now but who uses IE ehh.... I'll fix the CSS tomorow or when you remind me',8,1155877174,108,'2.Truman',0,1,1155877174,0,0,'',0),(299,'','Thanks, fixed.',14,1155924745,287,'5.studbucket',0,1,1155924745,0,0,'',0),(300,'','It actually isn't going to be part of a letter we wrote up, Segre just wanted a two paragraph summary of the ACM for his mass email he'll shoot out, and this is what we gave him.',7,1155924823,288,'5.studbucket',0,1,1155924823,0,0,'',0),(301,'','[quote1155924874=Truman]\r\nI think the Problem is solved i have "upgraded" the forups\r\n[/quote1155924874]\r\n\r\nThe 'upgrade' makes BOXOPEN and BOXMAIN appear at the top of the forums all the time. Just an FYI.',8,1155924901,108,'5.studbucket',0,1,1155924901,0,0,'',0),(302,'Site Update','Just in case you couldn't tell, the site is being changed a little bit, post any horrible problems here, or leave your comments/compliments.',8,1155936947,0,'5.studbucket',19,1,1155936947,0,0,'5.studbucket',0),(303,'','I really Like this write it looks good perhaps like our site does',7,1155942400,288,'2.Truman',0,1,1155942400,0,0,'',0),(304,'ACM's 'Outstanding' Award Winners','From an email the ACM sent to us:\r\n\r\n [blockquote]Dear University of Iowa Representative,\r\n\r\nWe are proud to announce the winners of the 2005-2006 ACM Student Chapter Excellence Awards:\r\n\r\nOutstanding Activities:\r\nMoscow Institute of Electronic Technology ACM Student Chapter\r\nhttp://www.miet.ru/\r\n\r\nOutstanding Website:\r\nCalifornia Polytechnic State University-San Luis Obispo ACM Student\r\nhttp://acm.calpoly.edu\r\n\r\nOutstanding Recruitment Program:\r\nUniversity of Peloponnisos ACM Student Chapter\r\nhttp://acm.uop.gr/\r\n\r\nOutstanding Community Service:\r\nUniversity of Philippines ACM Student Chapter\r\nhttp://www.upacm.org\r\n\r\nOutstanding School Service:\r\nNortheastern University ACM Student Chapter\r\nhttp://acm.ccs.neu.edu/\r\n\r\nCongratulations to all the winners and thank you to all chapters that participated this year.\r\n\r\nEnjoy the rest of the summer!\r\n\r\n\r\nThank you,\r\nACM Local Activities\r\n1515 Broadway, 17th floor\r\nNew York, NY 10036[/blockquote] \r\n\r\nEnjoy!',7,1155944835,0,'5.studbucket',5,1,1155944835,0,0,'5.studbucket',0),(305,'','It takes me a really long tme to load pages sometimes more than 30 seconds to sign on and if i type the wrong password (I justed changed mine ) It takes over a minute to inform me \r\n\r\n [blockquote]asdfsadf sdaf dss dsa sa test[/blockquote] ',16,1155945049,240,'2.Truman',0,1,1155945049,0,0,'',0),(306,'Blockquote Text function = broke','Noooooo! It just makes things way easier to read after posting. Can you see if you know why?',8,1155945072,0,'5.studbucket',17,1,1155949474,0,0,'9.chudman',2),(307,'','What can I say? I'm the man...',7,1155945470,288,'9.chudman',0,1,1155945470,0,0,'',0),(308,'','TEST',8,1155947499,306,'2.Truman',0,1,1155947499,0,0,'',0),(316,'','Sorry to burst your bubble guys (haha), but www.m-w.com defines 'dynamic' as "marked by usually continuous and productive activity or change" which in the context of this commercial probably means that the bubbles are continuously cleaning grime and whatnot from your dark places (or the dark places of your bathroom).',16,1155950160,216,'9.chudman',0,1,1155950160,0,0,'',0),(310,'Python - MySQLdb Cursor Tip','When using MySQLdb cursors many people simply use the default constructor to return a boring cursor object. Normal cursor instance:\r\n\r\ncur = con.cursor()\r\n\r\nThe way I do it is by using the DictCursor so the results from a query will be returned in a Python dictionary obect. DictCursor instance:\r\n\r\ncur = con.cursor(MySQLdb.cursors.DictCursor) #make cursor object\r\ncur.execute("SELECT * FROM myTable") #run query on database\r\nresults = cur.fetchall() #get query results and put in variable\r\nfor row in results: #loop through results printing dictionary items\r\n print '%s %s' % (row["firstName"], row["lastName"])\r\n\r\nEDIT: That last line should be indented, but I can't get the indening to work. Maybe an e107 problem? Or I'm just retarded...',20,1155948421,0,'9.chudman',6,1,1155948421,0,1155948582,'9.chudman',0),(311,'','Works well with eclipse. I haven't run into any problems with it yet either. From the looks of it, I'd say that this is possibly a far better solution than trying to install and configure a *nix CVS repository from the command line. Way to go Truman!',8,1155949001,280,'9.chudman',0,1,1155949001,0,0,'',0),(312,'','Yes, I can dump the whole DB to a disk at my house so we have at least 1 off site backup. I could also write a little batch script that does this daily or something. Let me know what you guys think.',8,1155949280,291,'9.chudman',0,1,1155949280,0,0,'',0),(313,'','I'm using Opera 9.01 built 8552 and it looks good to me right now. Nice work with the new theme Scott.',8,1155949404,108,'9.chudman',0,1,1155949404,0,0,'',0),(314,'','I'm having this problem also. Pretty damn annoying.',8,1155949474,306,'9.chudman',0,1,1155949474,0,0,'',0),(315,'','There is no way we are going to be able to charge this to the UBill because it would cause an accounting nightmare. I think people will be able to come up with $5 cash. If not, maybe we can discuss a down payment of a working hard drive or something... J/K',7,1155949726,223,'9.chudman',0,1,1155949726,0,0,'',0),(317,'','I agree with the slowness when the wrong password is typed in. I think that may be due to some Active Directory propogation error. When we change our passwords multiple domain controllers have to be notified and so it's possible (I'm no AD expert) that some servers are getting confused about which password is actually correct. It was happening to me for about 2 weeks after I changed my password.',16,1155950412,240,'9.chudman',0,1,1155950412,0,0,'',0),(318,'','The API is so closed it almost makes me want to write my own. Hmmmm...',14,1155950596,279,'9.chudman',0,1,1155950596,0,0,'',0),(322,'','Dude, I just read this article the other day. I don't think we have a whole lot to worry about. As long as we break away from the heard a little bit and stand out I don't think any of us will have trouble getting hired some day. This is just what a CIO would prefer. That doesn't mean they will find many awsome programmers that are also very business savvy. Also, the survey stated that the majority of CIO's think it will be harder hire in the coming 12 months...imagine that.',14,1155951433,287,'9.chudman',0,1,1155951433,0,0,'',0),(319,'','Numbers 6 and 7 are right on the money, but unless you are using a Win95,98 or WinME then it really isn't so unstable. I don't agree with everything about Windows, but to say that it's not very stable at this point (WinXP SP2) is actually just an illusion. I use my computers (some XP SP2 and some FedoraCore 5) for many varied tasks and lately my Linux boxes have crashed more often than my XP box. \r\n\r\nJust some food for thought...',14,1155951179,281,'9.chudman',0,1,1155951179,0,0,'',0),(320,'','Windows is really stable but the only time *nix ever crashes it to me hapens when i have a JAVA app open ( LimeWire or that other Java App i use)',14,1155951366,281,'2.',0,1,1155951366,0,0,'',0),(321,'','HAHA',14,1155951410,279,'2.',0,1,1155951410,0,0,'',0); UNLOCK TABLES; /*!40000 ALTER TABLE `acm_e107_forum_t` ENABLE KEYS */; -- -- Table structure for table `acm_e107_generic` -- DROP TABLE IF EXISTS `acm_e107_generic`; CREATE TABLE `acm_e107_generic` ( `gen_id` int(10) unsigned NOT NULL auto_increment, `gen_type` varchar(80) NOT NULL default '', `gen_datestamp` int(10) unsigned NOT NULL default '0', `gen_user_id` int(10) unsigned NOT NULL default '0', `gen_ip` varchar(80) NOT NULL default '', `gen_intdata` int(10) unsigned NOT NULL default '0', `gen_chardata` text NOT NULL, PRIMARY KEY (`gen_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `acm_e107_generic` -- /*!40000 ALTER TABLE `acm_e107_generic` DISABLE KEYS */; LOCK TABLES `acm_e107_generic` WRITE; INSERT INTO `acm_e107_generic` VALUES (78,'failed_login',1152389779,0,'207.177.25.190',0,'User attempted to login with unrecognised user name ::: User name: benjamin-oakes'),(4,'wmessage',1146291604,1,'',0,'

[php]\r\n\r\ninclude "custom_quotes.php";\r\necho custom_quote();\r\n[/php]\r\n\r\n
'),(49,'failed_login',1149236585,0,'12.207.39.181',0,'User attempted to login with unrecognised user name ::: User name: chudman'),(50,'failed_login',1149536865,0,'66.133.84.4',0,'User attempted to login with unrecognised user name ::: User name: chudman'),(51,'failed_login',1149536903,0,'66.133.84.4',0,'User attempted to login with unrecognised user name ::: User name: nick8136'),(52,'failed_login',1149537069,0,'66.133.84.4',0,'User attempted to login with unrecognised user name ::: User name: nick8136'),(53,'failed_login',1149537078,0,'66.133.84.4',0,'User attempted to login with unrecognised user name ::: User name: nick8136'),(54,'failed_login',1149537088,0,'66.133.84.4',0,'User attempted to login with unrecognised user name ::: User name: chudman'),(55,'failed_login',1149537098,0,'66.133.84.4',0,'User attempted to login with unrecognised user name ::: User name: chudman'),(56,'failed_login',1149593566,0,'12.217.123.240',0,'User attempted to login with unrecognised user name ::: User name: abondar'),(57,'failed_login',1149729184,0,'128.255.45.102',0,'User attempted to login with unrecognised user name ::: User name: chudman'),(58,'failed_login',1149729192,0,'128.255.45.102',0,'User attempted to login with unrecognised user name ::: User name: chudman'),(59,'failed_login',1149729197,0,'128.255.45.102',0,'User attempted to login with unrecognised user name ::: User name: chudman'),(60,'failed_login',1149729213,0,'128.255.45.102',0,'User attempted to login with unrecognised user name ::: User name: chudman'),(61,'failed_login',1149729266,0,'128.255.45.102',0,'User attempted to login with unrecognised user name ::: User name: chudman'),(62,'failed_login',1149900095,0,'12.214.171.150',0,'User attempted to login with unrecognised user name ::: User name: chudman840'),(63,'failed_login',1149900102,0,'12.214.171.150',0,'User attempted to login with unrecognised user name ::: User name: chudman840'),(64,'failed_login',1150167215,0,'64.198.193.99',0,'User attempted to login with unrecognised user name ::: User name: asegre'),(65,'failed_login',1150167224,0,'64.198.193.99',0,'User attempted to login with unrecognised user name ::: User name: asegre'),(66,'failed_login',1150167899,0,'69.92.177.117',0,'User attempted to login with unrecognised user name ::: User name: Sicka'),(67,'failed_login',1150378386,0,'206.195.193.254',0,'User attempted to login with unrecognised user name ::: User name: studucket'),(68,'failed_login',1150378392,0,'206.195.193.254',0,'User attempted to login with unrecognised user name ::: User name: studucket'),(70,'failed_login',1152142846,0,'12.226.42.201',0,'User attempted to login with unrecognised user name ::: User name: tjenkins1213'),(71,'failed_login',1152142854,0,'12.226.42.201',0,'User attempted to login with unrecognised user name ::: User name: tjenkins1213'),(72,'failed_login',1152142875,0,'12.226.42.201',0,'User attempted to login with unrecognised user name ::: User name: tjenkins'),(73,'failed_login',1152142884,0,'12.226.42.201',0,'User attempted to login with unrecognised user name ::: User name: tjenkins'),(74,'failed_login',1152370240,0,'12.226.24.92',0,'User attempted to login with unrecognised user name ::: User name: chimaera'),(75,'failed_login',1152370257,0,'12.226.24.92',0,'User attempted to login with unrecognised user name ::: User name: chimaera'),(76,'failed_login',1152370463,0,'12.226.24.92',0,'User attempted to login with unrecognised user name ::: User name: chimaera'),(77,'failed_login',1152370527,0,'12.226.24.92',0,'User attempted to login with unrecognised user name ::: User name: chimaera1249'),(79,'failed_login',1152396407,0,'12.217.227.220',0,'User attempted to login with unrecognised user name ::: User name: tyoung'),(80,'failed_login',1152768505,0,'12.217.227.220',0,'User attempted to login with unrecognised user name ::: User name: syoungbl'),(81,'failed_login',1155428463,0,'128.255.65.54',0,'User attempted to login with unrecognised user name ::: User name: tyoung'),(82,'failed_login',1155428905,0,'12.226.24.158',0,'User attempted to login with unrecognised user name ::: User name: jt'),(83,'failed_login',1155876103,0,'12.217.227.212',0,'User attempted to login with unrecognised user name ::: User name: tyuman'),(84,'failed_login',1155934788,0,'128.255.66.17',0,'User attempted to login with unrecognised user name ::: User name: tyoung'); UNLOCK TABLES; /*!40000 ALTER TABLE `acm_e107_generic` ENABLE KEYS */; -- -- Table structure for table `acm_e107_headlines` -- DROP TABLE IF EXISTS `acm_e107_headlines`; CREATE TABLE `acm_e107_headlines` ( `headline_id` int(10) unsigned NOT NULL auto_increment, `headline_url` varchar(150) NOT NULL default '', `headline_data` text NOT NULL, `headline_timestamp` int(10) unsigned NOT NULL default '0', `headline_description` text NOT NULL, `headline_image` varchar(100) NOT NULL default '', `headline_active` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`headline_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `acm_e107_headlines` -- /*!40000 ALTER TABLE `acm_e107_headlines` DISABLE KEYS */; LOCK TABLES `acm_e107_headlines` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `acm_e107_headlines` ENABLE KEYS */; -- -- Table structure for table `acm_e107_links` -- DROP TABLE IF EXISTS `acm_e107_links`; CREATE TABLE `acm_e107_links` ( `link_id` int(10) unsigned NOT NULL auto_increment, `link_name` varchar(100) NOT NULL default '', `link_url` varchar(200) NOT NULL default '', `link_description` text NOT NULL, `link_button` varchar(100) NOT NULL default '', `link_category` tinyint(3) unsigned NOT NULL default '0', `link_order` int(10) unsigned NOT NULL default '0', `link_parent` int(10) unsigned NOT NULL default '0', `link_open` tinyint(1) unsigned NOT NULL default '0', `link_class` varchar(255) NOT NULL default '0', PRIMARY KEY (`link_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `acm_e107_links` -- /*!40000 ALTER TABLE `acm_e107_links` DISABLE KEYS */; LOCK TABLES `acm_e107_links` WRITE; INSERT INTO `acm_e107_links` VALUES (1,'Home','index.php','','',1,1,0,0,'0'),(2,'Downloads','download.php','','',1,5,0,0,'0'),(3,'Members','user.php','','',1,2,0,0,'1'),(4,'Submit News','submitnews.php','','',1,3,0,0,'1'),(5,'Upload','upload.php','','',1,4,0,0,'1'),(7,'Calendar','e107_plugins/calendar_menu/calendar.php','','',1,6,0,0,'0'),(9,'Site Stats','e107_plugins/log/stats.php?1','','',1,7,0,0,'254'),(10,'Forum','e107_plugins/forum/forum.php','','',1,8,0,0,'0'),(16,'Sitemap','gsitemap.php?show','','',1,11,0,0,'0'),(15,'Member Blogs','page.php?3','','',1,10,0,0,'0'),(14,'Contact','page.php?2','','',1,9,0,0,'0'); UNLOCK TABLES; /*!40000 ALTER TABLE `acm_e107_links` ENABLE KEYS */; -- -- Table structure for table `acm_e107_logstats` -- DROP TABLE IF EXISTS `acm_e107_logstats`; CREATE TABLE `acm_e107_logstats` ( `log_uniqueid` int(11) NOT NULL auto_increment, `log_id` varchar(50) NOT NULL default '', `log_data` longtext NOT NULL, PRIMARY KEY (`log_uniqueid`), UNIQUE KEY `log_id` (`log_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `acm_e107_logstats` -- /*!40000 ALTER TABLE `acm_e107_logstats` DISABLE KEYS */; LOCK TABLES `acm_e107_logstats` WRITE; INSERT INTO `acm_e107_logstats` VALUES (1,'statBrowser','a:27:{s:11:\"Opera v8.51\";i:3;s:14:\"Firefox v1.0.7\";i:97;s:16:\"Firefox v1.5.0.2\";i:20;s:22:\"Internet Explorer v6.0\";i:120;s:7:\"Unknown\";i:29;s:11:\"Opera v8.54\";i:17;s:14:\"Firefox v1.0.8\";i:48;s:11:\"Opera v8.50\";i:2;s:16:\"Firefox v1.5.0.1\";i:26;s:14:\"Firefox v1.0.4\";i:13;s:12:\"Mozilla v5.0\";i:15;s:16:\"Firefox v1.5.0.3\";i:112;s:15:\"Firefox v0.10.1\";i:2;s:12:\"Firefox v1.5\";i:32;s:12:\"Firefox v1.0\";i:1;s:22:\"Internet Explorer v7.0\";i:32;s:11:\"Opera v9.00\";i:4;s:16:\"Firefox v1.5.0.4\";i:156;s:12:\"Firefox v0.8\";i:1;s:14:\"Mozilla v1.7.8\";i:1;s:16:\"Mozilla v1.8.0.1\";i:1;s:13:\"Netscape v7.2\";i:3;s:16:\"Firefox v1.5.0.5\";i:27;s:16:\"Firefox v1.5.0.6\";i:71;s:12:\"Firefox v2.0\";i:2;s:11:\"Opera v9.01\";i:2;s:14:\"Mozilla v1.7.5\";i:2;}'),(2,'statOs','a:12:{s:10:\"Linux i686\";i:138;s:10:\"Windows XP\";i:522;s:12:\"Windows 2000\";i:66;s:11:\"Unspecified\";i:29;s:8:\"MacOS X \";i:25;s:9:\"Linux ppc\";i:1;s:9:\"Linux x86\";i:40;s:10:\"Windows NT\";i:2;s:12:\"Windows 2003\";i:9;s:6:\"Linux \";i:1;s:10:\"Linux i586\";i:3;s:10:\"Windows 98\";i:3;}'),(3,'statScreen','a:28:{s:12:\"1280x1024@24\";i:106;s:12:\"1280x1024@32\";i:210;s:11:\"1280x800@32\";i:55;s:11:\"1024x768@32\";i:134;s:11:\"1440x900@32\";i:8;s:11:\"1280x960@32\";i:27;s:11:\"1024x768@24\";i:35;s:11:\"1024x768@16\";i:16;s:12:\"1600x1200@24\";i:4;s:11:\"1280x768@24\";i:3;s:10:\"800x600@32\";i:9;s:12:\"1920x1200@24\";i:12;s:12:\"1600x1200@32\";i:18;s:10:\"800x600@24\";i:10;s:11:\"1280x854@32\";i:7;s:12:\"1400x1050@32\";i:7;s:11:\"1152x864@32\";i:6;s:11:\"1280x768@32\";i:82;s:19:\"undefined@undefined\";i:4;s:11:\"1280x800@24\";i:1;s:12:\"1280x1024@16\";i:18;s:12:\"1400x1050@16\";i:1;s:12:\"1920x1200@32\";i:4;s:11:\"1152x864@16\";i:7;s:10:\"800x600@16\";i:3;s:12:\"1680x1050@32\";i:2;s:11:\"1152x870@16\";i:1;s:12:\"1680x1050@24\";i:1;}'),(4,'statDomain','a:21:{s:3:\"com\";i:278;s:3:\"net\";i:209;s:2:\"gr\";i:1;s:3:\"edu\";i:146;s:2:\"jp\";i:2;s:2:\"it\";i:3;s:2:\"be\";i:1;s:3:\"org\";i:9;s:2:\"pl\";i:3;s:3:\"mil\";i:1;s:2:\"us\";i:31;s:2:\"fr\";i:1;s:2:\"sa\";i:1;s:12:\"inint-k06h3v\";i:1;s:2:\"in\";i:3;s:2:\"ru\";i:2;s:2:\"yu\";i:1;s:3:\"gov\";i:1;s:2:\"au\";i:1;s:2:\"de\";i:2;s:2:\"ro\";i:1;}'),(5,'statReferer','a:27:{s:23:\"http://www.geeklog.net/\";a:2:{s:3:\"url\";s:23:\"http://www.geeklog.net/\";s:3:\"ttl\";i:1;}s:24:\"http://www.cs.uiowa.edu/\";a:2:{s:3:\"url\";s:24:\"http://www.cs.uiowa.edu/\";s:3:\"ttl\";i:39;}s:22:\"http://www.google.com/\";a:2:{s:3:\"url\";s:22:\"http://www.google.com/\";s:3:\"ttl\";i:21;}s:30:\"http://us.f505.mail.yahoo.com/\";a:2:{s:3:\"url\";s:30:\"http://us.f505.mail.yahoo.com/\";s:3:\"ttl\";i:3;}s:21:\"http://www.google.it/\";a:2:{s:3:\"url\";s:21:\"http://www.google.it/\";s:3:\"ttl\";i:1;}s:23:\"http://mail.google.com/\";a:2:{s:3:\"url\";s:23:\"http://mail.google.com/\";s:3:\"ttl\";i:10;}s:29:\"http://idealab2.cs.uiowa.edu/\";a:2:{s:3:\"url\";s:29:\"http://idealab2.cs.uiowa.edu/\";s:3:\"ttl\";i:1;}s:24:\"http://search.yahoo.com/\";a:2:{s:3:\"url\";s:24:\"http://search.yahoo.com/\";s:3:\"ttl\";i:1;}s:21:\"http://www.google.ru/\";a:2:{s:3:\"url\";s:21:\"http://www.google.ru/\";s:3:\"ttl\";i:3;}s:21:\"http://www.google.pl/\";a:2:{s:3:\"url\";s:21:\"http://www.google.pl/\";s:3:\"ttl\";i:1;}s:29:\"http://www.openwebdesign.org/\";a:2:{s:3:\"url\";s:29:\"http://www.openwebdesign.org/\";s:3:\"ttl\";i:5;}s:21:\"http://imu.uiowa.edu/\";a:2:{s:3:\"url\";s:21:\"http://imu.uiowa.edu/\";s:3:\"ttl\";i:1;}s:25:\"http://www.google.com.vn/\";a:2:{s:3:\"url\";s:25:\"http://www.google.com.vn/\";s:3:\"ttl\";i:1;}s:25:\"http://openwebdesign.org/\";a:2:{s:3:\"url\";s:25:\"http://openwebdesign.org/\";s:3:\"ttl\";i:5;}s:20:\"http://my.yahoo.com/\";a:2:{s:3:\"url\";s:20:\"http://my.yahoo.com/\";s:3:\"ttl\";i:1;}s:20:\"http://www.hak5.org/\";a:2:{s:3:\"url\";s:20:\"http://www.hak5.org/\";s:3:\"ttl\";i:1;}s:25:\"http://iowa.facebook.com/\";a:2:{s:3:\"url\";s:25:\"http://iowa.facebook.com/\";s:3:\"ttl\";i:2;}s:21:\"http://www.google.fr/\";a:2:{s:3:\"url\";s:21:\"http://www.google.fr/\";s:3:\"ttl\";i:1;}s:24:\"http://www.google.co.uk/\";a:2:{s:3:\"url\";s:24:\"http://www.google.co.uk/\";s:3:\"ttl\";i:1;}s:24:\"http://www.google.co.in/\";a:2:{s:3:\"url\";s:24:\"http://www.google.co.in/\";s:3:\"ttl\";i:1;}s:30:\"http://allcreaturesrescue.org/\";a:2:{s:3:\"url\";s:30:\"http://allcreaturesrescue.org/\";s:3:\"ttl\";i:1;}s:30:\"http://us.f508.mail.yahoo.com/\";a:2:{s:3:\"url\";s:30:\"http://us.f508.mail.yahoo.com/\";s:3:\"ttl\";i:1;}s:36:\"http://www.classifiedsuperstore.com/\";a:2:{s:3:\"url\";s:36:\"http://www.classifiedsuperstore.com/\";s:3:\"ttl\";i:1;}s:29:\"http://csclub.cs.iastate.edu/\";a:2:{s:3:\"url\";s:29:\"http://csclub.cs.iastate.edu/\";s:3:\"ttl\";i:1;}s:28:\"http://commcenter.mchsi.com/\";a:2:{s:3:\"url\";s:28:\"http://commcenter.mchsi.com/\";s:3:\"ttl\";i:1;}s:22:\"http://campus.acm.org/\";a:2:{s:3:\"url\";s:22:\"http://campus.acm.org/\";s:3:\"ttl\";i:2;}s:21:\"http://www.google.at/\";a:2:{s:3:\"url\";s:21:\"http://www.google.at/\";s:3:\"ttl\";i:1;}}'),(6,'statQuery','a:29:{s:7:\"php sql\";i:1;s:8:\"openddpt\";i:1;s:46:\"inurl:/e107_plugins/calendar_menu/calendar.php\";i:2;s:26:\"comment.php?comment.news.2\";i:1;s:49:\"inurl:edu/e107_plugins/calendar_menu/calendar.php\";i:1;s:16:\"downloads area2\";i:1;s:20:\"uiowa password reset\";i:1;s:72:\"wiki site:uiowa.edu -site:neurology.uiowa.edu -site:psychiatry.uiowa.edu\";i:1;s:9:\"big cocks\";i:1;s:17:\"rollrite pro shop\";i:1;s:17:\"university picasa\";i:1;s:16:\"computer,science\";i:1;s:44:\"inurl:"comment.php?comment.news.2"\";i:1;s:71:\""A moment was the most you could ever expect from perfection"\";i:1;s:8:\"acm iowa\";i:1;s:22:\"ACM University of Iowa\";i:1;s:3:\"acm\";i:3;s:18:\"site:uiowa.edu ACM\";i:1;s:8:\"ACM Ajax\";i:1;s:14:\"iowa downloads\";i:1;s:5:\"blogs\";i:1;s:16:\"Christian Stigge\";i:1;s:8:\"iowa acm\";i:1;s:14:\"Justin Smestad\";i:1;s:17:\"google earth iowa\";i:1;s:30:\"programming language of picasa\";i:1;s:3:\"ACM\";i:1;s:6:\"finals\";i:1;s:11:\"finals week\";i:1;}'),(7,'statTotal','12775'),(8,'statUnique','839'),(9,'2006-05','a:27:{s:5:\"TOTAL\";a:2:{s:4:\"ttlv\";i:2919;s:4:\"unqv\";i:520;}s:4:\"news\";a:2:{s:4:\"ttlv\";i:1391;s:4:\"unqv\";i:244;}s:6:\"signup\";a:2:{s:4:\"ttlv\";i:69;s:4:\"unqv\";i:16;}s:4:\"user\";a:2:{s:4:\"ttlv\";i:444;s:4:\"unqv\";i:30;}s:10:\"submitnews\";a:2:{s:4:\"ttlv\";i:35;s:4:\"unqv\";i:20;}s:8:\"calendar\";a:2:{s:4:\"ttlv\";i:85;s:4:\"unqv\";i:22;}s:8:\"download\";a:2:{s:4:\"ttlv\";i:121;s:4:\"unqv\";i:25;}s:6:\"upload\";a:2:{s:4:\"ttlv\";i:36;s:4:\"unqv\";i:14;}s:8:\"newsfeed\";a:2:{s:4:\"ttlv\";i:3;s:4:\"unqv\";i:1;}s:5:\"stats\";a:2:{s:4:\"ttlv\";i:37;s:4:\"unqv\";i:7;}s:5:\"forum\";a:2:{s:4:\"ttlv\";i:69;s:4:\"unqv\";i:26;}s:12:\"usersettings\";a:2:{s:4:\"ttlv\";i:78;s:4:\"unqv\";i:19;}s:8:\"oldpolls\";a:2:{s:4:\"ttlv\";i:10;s:4:\"unqv\";i:7;}s:3:\"fpw\";a:2:{s:4:\"ttlv\";i:14;s:4:\"unqv\";i:5;}s:5:\"index\";a:2:{s:4:\"ttlv\";i:11;s:4:\"unqv\";i:10;}s:5:\"event\";a:2:{s:4:\"ttlv\";i:58;s:4:\"unqv\";i:9;}s:5:\"links\";a:2:{s:4:\"ttlv\";i:2;s:4:\"unqv\";i:2;}s:9:\"subscribe\";a:2:{s:4:\"ttlv\";i:1;s:4:\"unqv\";i:1;}s:2:\"pm\";a:2:{s:4:\"ttlv\";i:79;s:4:\"unqv\";i:15;}s:7:\"comment\";a:2:{s:4:\"ttlv\";i:71;s:4:\"unqv\";i:16;}s:6:\"search\";a:2:{s:4:\"ttlv\";i:1;s:4:\"unqv\";i:1;}s:9:\"userposts\";a:2:{s:4:\"ttlv\";i:2;s:4:\"unqv\";i:2;}s:4:\"page\";a:2:{s:4:\"ttlv\";i:288;s:4:\"unqv\";i:23;}s:5:\"login\";a:2:{s:4:\"ttlv\";i:1;s:4:\"unqv\";i:1;}s:15:\"forum_viewforum\";a:2:{s:4:\"ttlv\";i:6;s:4:\"unqv\";i:2;}s:10:\"forum_post\";a:2:{s:4:\"ttlv\";i:4;s:4:\"unqv\";i:1;}s:15:\"forum_viewtopic\";a:2:{s:4:\"ttlv\";i:3;s:4:\"unqv\";i:1;}}'),(10,'pageTotal','a:32:{s:4:\"news\";a:3:{s:3:\"url\";s:29:\"http://acm.uiowa.edu/news.php\";s:4:\"ttlv\";i:3879;s:4:\"unqv\";i:749;}s:6:\"signup\";a:3:{s:3:\"url\";s:34:\"http://acm.cs.uiowa.edu/signup.php\";s:4:\"ttlv\";i:97;s:4:\"unqv\";i:28;}s:4:\"user\";a:3:{s:3:\"url\";s:29:\"http://acm.uiowa.edu/user.php\";s:4:\"ttlv\";i:879;s:4:\"unqv\";i:80;}s:10:\"submitnews\";a:3:{s:3:\"url\";s:35:\"http://acm.uiowa.edu/submitnews.php\";s:4:\"ttlv\";i:48;s:4:\"unqv\";i:28;}s:8:\"calendar\";a:3:{s:3:\"url\";s:60:\"http://acm.uiowa.edu/e107_plugins/calendar_menu/calendar.php\";s:4:\"ttlv\";i:136;s:4:\"unqv\";i:44;}s:8:\"download\";a:3:{s:3:\"url\";s:33:\"http://acm.uiowa.edu/download.php\";s:4:\"ttlv\";i:199;s:4:\"unqv\";i:53;}s:6:\"upload\";a:3:{s:3:\"url\";s:31:\"http://acm.uiowa.edu/upload.php\";s:4:\"ttlv\";i:45;s:4:\"unqv\";i:20;}s:8:\"newsfeed\";a:3:{s:3:\"url\";s:62:\"http://acm.uiowa.edu/e107_plugins/newsfeed/newsfeed.php?show.1\";s:4:\"ttlv\";i:3;s:4:\"unqv\";i:1;}s:5:\"stats\";a:3:{s:3:\"url\";s:49:\"http://acm.uiowa.edu/e107_plugins/log/stats.php?1\";s:4:\"ttlv\";i:137;s:4:\"unqv\";i:29;}s:5:\"forum\";a:3:{s:3:\"url\";s:49:\"http://acm.uiowa.edu/e107_plugins/forum/forum.php\";s:4:\"ttlv\";i:2424;s:4:\"unqv\";i:109;}s:12:\"usersettings\";a:3:{s:3:\"url\";s:37:\"http://acm.uiowa.edu/usersettings.php\";s:4:\"ttlv\";i:199;s:4:\"unqv\";i:43;}s:8:\"oldpolls\";a:3:{s:3:\"url\";s:51:\"http://acm.uiowa.edu/e107_plugins/poll/oldpolls.php\";s:4:\"ttlv\";i:30;s:4:\"unqv\";i:15;}s:3:\"fpw\";a:3:{s:3:\"url\";s:31:\"http://acm.cs.uiowa.edu/fpw.php\";s:4:\"ttlv\";i:14;s:4:\"unqv\";i:5;}s:5:\"index\";a:3:{s:3:\"url\";s:0:\"\";s:4:\"ttlv\";i:38;s:4:\"unqv\";i:36;}s:5:\"event\";a:3:{s:3:\"url\";s:79:\"http://test.trumanyoung.com/e107_plugins/calendar_menu/event.php?1155358800.one\";s:4:\"ttlv\";i:87;s:4:\"unqv\";i:20;}s:5:\"links\";a:3:{s:3:\"url\";s:76:\"http://acm.uiowa.edu/e107_plugins/links_page/links.php?category=GeeklogSites\";s:4:\"ttlv\";i:2;s:4:\"unqv\";i:2;}s:9:\"subscribe\";a:3:{s:3:\"url\";s:61:\"http://acm.uiowa.edu/e107_plugins/calendar_menu/subscribe.php\";s:4:\"ttlv\";i:1;s:4:\"unqv\";i:1;}s:2:\"pm\";a:3:{s:3:\"url\";s:49:\"http://acm.uiowa.edu/e107_plugins/pm/pm.php?inbox\";s:4:\"ttlv\";i:339;s:4:\"unqv\";i:48;}s:7:\"comment\";a:3:{s:3:\"url\";s:47:\"http://acm.uiowa.edu/comment.php?comment.poll.5\";s:4:\"ttlv\";i:142;s:4:\"unqv\";i:45;}s:6:\"search\";a:3:{s:3:\"url\";s:37:\"http://acm.cs.uiowa.edu/search.php?q=\";s:4:\"ttlv\";i:20;s:4:\"unqv\";i:8;}s:9:\"userposts\";a:3:{s:3:\"url\";s:45:\"http://acm.uiowa.edu/userposts.php?0.forums.2\";s:4:\"ttlv\";i:11;s:4:\"unqv\";i:11;}s:4:\"page\";a:3:{s:3:\"url\";s:31:\"http://acm.uiowa.edu/page.php?3\";s:4:\"ttlv\";i:565;s:4:\"unqv\";i:95;}s:5:\"login\";a:3:{s:3:\"url\";s:30:\"http://acm.uiowa.edu/login.php\";s:4:\"ttlv\";i:1;s:4:\"unqv\";i:1;}s:15:\"forum_viewforum\";a:3:{s:3:\"url\";s:62:\"http://acm.uiowa.edu/e107_plugins/forum/forum_viewforum.php?14\";s:4:\"ttlv\";i:1171;s:4:\"unqv\";i:71;}s:10:\"forum_post\";a:3:{s:3:\"url\";s:60:\"http://acm.uiowa.edu/e107_plugins/forum/forum_post.php?nt.14\";s:4:\"ttlv\";i:741;s:4:\"unqv\";i:63;}s:15:\"forum_viewtopic\";a:3:{s:3:\"url\";s:68:\"http://acm.uiowa.edu/e107_plugins/forum/forum_viewtopic.php?281.last\";s:4:\"ttlv\";i:1468;s:4:\"unqv\";i:74;}s:6:\"online\";a:3:{s:3:\"url\";s:31:\"http://acm.uiowa.edu/online.php\";s:4:\"ttlv\";i:20;s:4:\"unqv\";i:13;}s:10:\"forum_conf\";a:3:{s:3:\"url\";s:63:\"http://acm.uiowa.edu/e107_plugins/forum/forum_conf.php?move.283\";s:4:\"ttlv\";i:11;s:4:\"unqv\";i:4;}s:11:\"forum_stats\";a:3:{s:3:\"url\";s:55:\"http://acm.uiowa.edu/e107_plugins/forum/forum_stats.php\";s:4:\"ttlv\";i:18;s:4:\"unqv\";i:15;}s:3:\"top\";a:3:{s:3:\"url\";s:43:\"http://acm.uiowa.edu/top.php?0.top.forum.10\";s:4:\"ttlv\";i:47;s:4:\"unqv\";i:23;}s:15:\"mailout_process\";a:3:{s:3:\"url\";s:64:\"http://acm.uiowa.edu/e107_handlers/phpmailer/mailout_process.php\";s:4:\"ttlv\";i:1;s:4:\"unqv\";i:1;}s:8:\"gsitemap\";a:3:{s:3:\"url\";s:38:\"http://acm.uiowa.edu/gsitemap.php?show\";s:4:\"ttlv\";i:2;s:4:\"unqv\";i:1;}}'),(11,'2006-04-30','12224http://test.trumanyoung.com/news.php|79|10http://acm.uiowa.edu/signup.php|9|1http://acm.uiowa.edu/user.php|8|1http://acm.uiowa.edu/submitnews.php|2|1http://acm.uiowa.edu/e107_plugins/calendar_menu/calendar.php|6|1http://acm.uiowa.edu/download.php|3|1http://acm.uiowa.edu/upload.php|1|1http://acm.uiowa.edu/e107_plugins/newsfeed/newsfeed.php?show.1|3|1http://acm.uiowa.edu/e107_plugins/log/stats.php?1|4|1http://acm.uiowa.edu/e107_plugins/forum/forum.php|1|1http://acm.cs.uiowa.edu/usersettings.php|1|1http://acm.cs.uiowa.edu/e107_plugins/poll/oldpolls.php|1|1http://acm.uiowa.edu/fpw.php|2|1|2|2'),(12,'2006-05-1','18326http://home.trumanyoung.com/news.php|70|14http://test.trumanyoung.com/e107_plugins/calendar_menu/calendar.php|12|1http://test.trumanyoung.com/download.php|9|1http://acm.uiowa.edu/user.php|44|1http://acm.uiowa.edu/e107_plugins/calendar_menu/event.php?1146459600|9|1http://acm.uiowa.edu/fpw.php|3|1http://acm.uiowa.edu/signup.php|7|1http://acm.uiowa.edu/e107_plugins/poll/oldpolls.php|1|1http://acm.uiowa.edu/usersettings.php|21|1|1|1http://acm.uiowa.edu/e107_plugins/forum/forum.php|3|1http://acm.uiowa.edu/submitnews.php|2|1http://acm.uiowa.edu/upload.php|1|1'),(13,'2006-05-2','25530|2|2http://acm.uiowa.edu/e107_plugins/links_page/links.php|1|1http://acm.uiowa.edu/download.php|8|1http://acm.uiowa.edu/news.php|104|14http://acm.uiowa.edu/user.php|49|1http://acm.uiowa.edu/e107_plugins/calendar_menu/calendar.php|12|1http://acm.uiowa.edu/e107_plugins/calendar_menu/event.php?1146546000.event.1|25|1http://acm.uiowa.edu/e107_plugins/forum/forum.php|6|1http://acm.uiowa.edu/signup.php?activate.9.5ee65ebdb98bf9973e133a77f5920189|10|2http://acm.uiowa.edu/submitnews.php|6|1http://acm.uiowa.edu/usersettings.php|17|1http://acm.uiowa.edu/fpw.php|4|1http://acm.uiowa.edu/e107_plugins/calendar_menu/subscribe.php|1|1http://acm.uiowa.edu/upload.php|9|1http://acm.uiowa.edu/e107_plugins/pm/pm.php?inbox|1|1'),(14,'2006-05-3','8520http://acm.uiowa.edu/news.php|38|13http://acm.uiowa.edu/user.php?id.2|14|1http://acm.uiowa.edu/e107_plugins/calendar_menu/event.php?1147150800.one|9|1http://acm.cs.uiowa.edu/download.php|7|1http://acm.cs.uiowa.edu/e107_plugins/calendar_menu/calendar.php|9|1http://acm.uiowa.edu/e107_plugins/forum/forum.php|3|1http://acm.uiowa.edu/signup.php|3|1http://acm.uiowa.edu/usersettings.php|2|1'),(15,'2006-05-4','8625http://acm.uiowa.edu/news.php|30|11http://acm.uiowa.edu/user.php|28|1http://acm.uiowa.edu/usersettings.php?9|3|2http://acm.uiowa.edu/submitnews.php|1|1http://acm.uiowa.edu/e107_plugins/links_page/links.php?category=GeeklogSites|1|1http://acm.uiowa.edu/e107_plugins/forum/forum.php|2|1http://acm.uiowa.edu/e107_plugins/log/stats.php?1|2|1http://acm.uiowa.edu/comment.php?comment.news.3|4|1http://acm.uiowa.edu/e107_plugins/calendar_menu/calendar.php|1|1http://acm.uiowa.edu/download.php|2|1http://acm.uiowa.edu/e107_plugins/pm/pm.php?send|5|1http://acm.uiowa.edu/signup.php|3|1http://acm.uiowa.edu/e107_plugins/calendar_menu/event.php?1147150800.one|3|1http://acm.uiowa.edu/search.php?q=|1|1'),(16,'2006-05-5','21423http://acm.uiowa.edu/news.php|76|10http://acm.uiowa.edu/e107_plugins/calendar_menu/event.php?1146805200.one|6|1http://acm.uiowa.edu/e107_plugins/forum/forum.php|2|1http://acm.uiowa.edu/user.php|77|1http://acm.uiowa.edu/e107_plugins/pm/pm.php?send|11|2http://acm.uiowa.edu/comment.php?comment.news.3|9|1http://www.acm.uiowa.edu/signup.php|10|1http://www.acm.uiowa.edu/usersettings.php|12|1http://www.acm.uiowa.edu/download.php|3|1http://www.acm.uiowa.edu/e107_plugins/calendar_menu/calendar.php|4|1http://acm.uiowa.edu/userposts.php?0.comments.0cd9ef24|1|1http://acm.uiowa.edu/e107_plugins/log/stats.php?1|2|1http://acm.uiowa.edu/submitnews.php|1|1'),(19,'2006-05-8','7820http://acm.uiowa.edu/news.php|19|9http://acm.uiowa.edu/usersettings.php|1|1http://acm.uiowa.edu/user.php?id.10|28|1http://acm.uiowa.edu/e107_plugins/forum/forum.php|5|1http://acm.uiowa.edu/e107_plugins/calendar_menu/calendar.php|4|1http://acm.uiowa.edu/upload.php|2|1http://acm.uiowa.edu/submitnews.php|2|1http://acm.uiowa.edu/comment.php?comment.news.3|3|1http://acm.uiowa.edu/e107_plugins/pm/pm.php?inbox|9|1http://acm.uiowa.edu/download.php|3|1http://acm.uiowa.edu/e107_plugins/calendar_menu/event.php?1146546000.event.1|1|1|1|1'),(17,'2006-05-6','4511http://www1.acm.uiowa.edu/news.php|13|4http://www1.acm.uiowa.edu/user.php?id.14|8|1http://www1.acm.uiowa.edu/e107_plugins/calendar_menu/calendar.php|3|1http://www1.acm.uiowa.edu/e107_plugins/calendar_menu/event.php?1147150800.event.2|2|1http://www1.acm.uiowa.edu/submitnews.php|1|1http://www1.acm.uiowa.edu/download.php|10|1http://www1.acm.uiowa.edu/upload.php|3|1http://acm.uiowa.edu/comment.php?comment.news.3|5|1'),(18,'2006-05-7','209http://acm.uiowa.edu/news.php|11|4http://acm.uiowa.edu/user.php|3|1http://acm.uiowa.edu/comment.php?comment.news.3|2|1http://acm.uiowa.edu/e107_plugins/pm/pm.php?inbox|1|1http://acm.uiowa.edu/e107_plugins/forum/forum.php|2|1http://acm.uiowa.edu/e107_plugins/calendar_menu/calendar.php|1|1'),(20,'2006-05-9','17622http://acm.cs.uiowa.edu/news.php|89|8http://acm.cs.uiowa.edu/comment.php?comment.news.3|5|1http://acm.cs.uiowa.edu/user.php?id.12|23|1http://acm.cs.uiowa.edu/signup.php|4|1http://acm.cs.uiowa.edu/e107_plugins/calendar_menu/calendar.php|4|1http://acm.uiowa.edu/e107_plugins/calendar_menu/event.php?1147150800.event.2|2|1http://acm.uiowa.edu/usersettings.php|1|1http://acm.uiowa.edu/page.php?2|21|2http://acm.uiowa.edu/submitnews.php|2|1http://acm.uiowa.edu/upload.php|1|1http://acm.uiowa.edu/download.php|3|1http://acm.uiowa.edu/e107_plugins/forum/forum.php|1|1http://acm.uiowa.edu/e107_plugins/log/stats.php?1|19|1http://acm.uiowa.edu/e107_plugins/pm/pm.php?inbox|1|1'),(21,'2006-05-10','4518http://acm.uiowa.edu/news.php|19|9http://acm.uiowa.edu/e107_plugins/pm/pm.php?send|2|1http://acm.uiowa.edu/page.php?2|5|1http://acm.cs.uiowa.edu/comment.php?comment.news.2|3|1http://acm.uiowa.edu/user.php|4|1http://acm.uiowa.edu/e107_plugins/forum/forum.php|2|1http://acm.cs.uiowa.edu/signup.php|2|1http://acm.cs.uiowa.edu/download.php|4|1http://acm.cs.uiowa.edu/e107_plugins/calendar_menu/calendar.php|3|1|1|1'),(22,'2006-05-11','4517http://owl.skyhighspee.dom/news.php|23|7|1|1http://acm.uiowa.edu/user.php|9|1http://acm.uiowa.edu/e107_plugins/forum/forum.php|1|1http://acm.uiowa.edu/submitnews.php|1|1http://acm.uiowa.edu/page.php?2|2|1http://acm.uiowa.edu/e107_plugins/calendar_menu/calendar.php|2|2http://acm.uiowa.edu/download.php|3|1http://acm.uiowa.edu/e107_plugins/poll/oldpolls.php|2|1http://acm.uiowa.edu/comment.php?comment.news.3|1|1'),(23,'2006-05-12','3914http://acm.cs.uiowa.edu/e107_plugins/calendar_menu/calendar.php|3|1http://acm.uiowa.edu/news.php|15|6http://acm.uiowa.edu/page.php?2|1|1http://acm.uiowa.edu/e107_plugins/forum/forum.php|2|1http://acm.uiowa.edu/download.php|5|1http://acm.uiowa.edu/upload.php|2|1http://acm.uiowa.edu/user.php|8|1http://acm.uiowa.edu/submitnews.php|1|1http://acm.uiowa.edu/e107_plugins/pm/pm.php?inbox|2|1'),(24,'2006-05-13','2811http://acm.uiowa.edu/news.php|12|6http://mplayer/page.php?2|2|1http://mplayer/download.php|5|1http://acm.uiowa.edu/user.php|5|1http://acm.uiowa.edu/signup.php|2|1http://acm.uiowa.edu/e107_plugins/forum/forum.php|2|1'),(25,'2006-05-14','4012http://soogle/news.php|15|3http://acm.uiowa.edu/user.php|11|1http://acm.uiowa.edu/e107_plugins/calendar_menu/event.php?1147582800.one|1|1http://acm.uiowa.edu/page.php?2|2|1http://acm.uiowa.edu/e107_plugins/calendar_menu/calendar.php|2|1http://acm.uiowa.edu/usersettings.php|2|1http://acm.uiowa.edu/upload.php|2|1undefined|2|1http://acm.uiowa.edu/e107_plugins/forum/forum.php|2|1http://acm.uiowa.edu/submitnews.php|1|1'),(26,'2006-05-15','11819http://acm.uiowa.edu/news.php|40|9http://acm.uiowa.edu/e107_plugins/forum/forum.php|4|1http://acm.uiowa.edu/page.php?2|5|1http://acm.uiowa.edu/user.php?id.10|42|1http://acm.uiowa.edu/usersettings.php|3|1http://acm.uiowa.edu/upload.php|1|1http://acm.uiowa.edu/download.php|1|1http://acm.uiowa.edu/e107_plugins/calendar_menu/calendar.php|1|1http://acm.uiowa.edu/e107_plugins/pm/pm.php?inbox|11|1http://acm.uiowa.edu/fpw.php|4|1http://acm.uiowa.edu/signup.php|6|1'),(27,'2006-05-16','5017http://acm.uiowa.edu/news.php|33|9http://acm.uiowa.edu/e107_plugins/forum/forum.php|2|1http://acm.uiowa.edu/submitnews.php|1|1http://acm.uiowa.edu/user.php|5|1http://acm.uiowa.edu/signup.php|3|1http://acm.uiowa.edu/download.php|1|1http://acm.uiowa.edu/comment.php?comment.news.3|1|1http://acm.uiowa.edu/usersettings.php|3|1http://acm.cs.uiowa.edu/page.php?2|1|1'),(28,'2006-05-17','10417http://acm.uiowa.edu/news.php|25|9http://acm.uiowa.edu/user.php|7|1http://acm.uiowa.edu/usersettings.php|2|1http://acm.uiowa.edu/submitnews.php|3|1http://acm.cs.uiowa.edu/download.php|4|2http://acm.uiowa.edu/e107_plugins/forum/forum.php|2|1http://acm.uiowa.edu/page.php?2|60|1http://acm.uiowa.edu/e107_plugins/log/stats.php?1|1|1'),(29,'2006-05-18','22620http://acm.uiowa.edu/page.php?2|77|2http://acm.uiowa.edu/download.php|4|1http://acm.uiowa.edu/news.php|122|9http://acm.uiowa.edu/e107_plugins/calendar_menu/calendar.php|5|1http://acm.uiowa.edu/user.php|6|1http://acm.uiowa.edu/e107_plugins/forum/forum.php|5|1http://acm.uiowa.edu/upload.php|2|1http://acm.uiowa.edu/submitnews.php|2|1http://acm.uiowa.edu/userposts.php?0.comments.5|1|1http://acm.uiowa.edu/login.php|1|1http://acm.uiowa.edu/usersettings.php|1|1'),(30,'2006-05-19','13315http://acm.uiowa.edu/news.php|108|8http://acm.uiowa.edu/e107_plugins/poll/oldpolls.php|2|1http://acm.uiowa.edu/user.php|4|1http://acm.uiowa.edu/e107_plugins/calendar_menu/calendar.php|8|1http://acm.uiowa.edu/e107_plugins/forum/forum.php|2|1http://acm.uiowa.edu/page.php?2|3|1http://acm.uiowa.edu/submitnews.php|1|1http://acm.uiowa.edu/signup.php|5|1'),(36,'2006-05-25','3815http://acm.uiowa.edu/news.php|21|6http://acm.uiowa.edu/comment.php?comment.poll.2|2|1http://acm.uiowa.edu/page.php?3|8|1http://acm.uiowa.edu/user.php|1|1http://acm.uiowa.edu/submitnews.php|1|1http://acm.uiowa.edu/upload.php|1|1http://acm.uiowa.edu/download.php|1|1http://acm.uiowa.edu/e107_plugins/calendar_menu/calendar.php|1|1http://acm.uiowa.edu/e107_plugins/forum/forum.php|1|1http://acm.uiowa.edu/e107_plugins/poll/oldpolls.php|1|1'),(31,'2006-05-20','20611http://acm.uiowa.edu/news.php|164|5http://acm.uiowa.edu/download.php|4|1http://acm.uiowa.edu/page.php?2|27|1http://acm.uiowa.edu/submitnews.php|1|1http://acm.uiowa.edu/upload.php|3|1http://acm.uiowa.edu/user.php?id.3|4|1http://acm.uiowa.edu/usersettings.php?3|3|1'),(32,'2006-05-21','10616http://acm.uiowa.edu/upload.php|4|1http://acm.uiowa.edu/news.php|62|9http://acm.uiowa.edu/user.php|3|1http://acm.uiowa.edu/download.php|24|1http://acm.uiowa.edu/e107_plugins/log/stats.php?1|1|1http://acm.uiowa.edu/e107_plugins/calendar_menu/calendar.php|2|1http://acm.uiowa.edu/page.php?3|8|1http://acm.uiowa.edu/e107_plugins/forum/forum.php|2|1'),(33,'2006-05-22','12917http://acm.uiowa.edu/news.php|40|7http://acm.uiowa.edu/e107_plugins/pm/pm.php?outbox|25|1http://acm.uiowa.edu/e107_plugins/forum/forum.php|2|1http://acm.uiowa.edu/page.php?3|31|1http://acm.uiowa.edu/user.php?id.10|7|1http://acm.uiowa.edu/usersettings.php?10|1|1http://acm.cs.uiowa.edu/e107_plugins/calendar_menu/calendar.php|1|1|1|1http://acm.uiowa.edu/e107_plugins/poll/oldpolls.php|2|1http://acm.uiowa.edu/comment.php?comment.poll.2|16|1http://acm.uiowa.edu/download.php|3|1'),(35,'2006-05-24','289http://acm.uiowa.edu/news.php|18|6http://acm.uiowa.edu/page.php?3|7|1http://acm.uiowa.edu/comment.php?comment.poll.2|2|1http://acm.uiowa.edu/user.php|1|1'),(34,'2006-05-23','5017http://acm.uiowa.edu/news.php|27|8http://acm.uiowa.edu/page.php?3|6|1http://acm.cs.uiowa.edu/download.php|2|1http://acm.uiowa.edu/e107_plugins/forum/forum.php|1|1http://acm.uiowa.edu/submitnews.php|1|1http://acm.cs.uiowa.edu/fpw.php|1|1http://acm.uiowa.edu/comment.php?comment.poll.2|6|1http://acm.uiowa.edu/e107_plugins/poll/oldpolls.php|1|1http://acm.uiowa.edu/user.php?id.10|3|1http://acm.uiowa.edu/usersettings.php|2|1'),(37,'2006-05-26','158http://acm.cs.uiowa.edu/news.php|12|5http://acm.cs.uiowa.edu/signup.php|1|1http://www.acm.uiowa.edu/user.php?id.5|1|1http://www.acm.uiowa.edu/e107_plugins/calendar_menu/calendar.php|1|1'),(38,'2006-05-27','169http://acm.uiowa.edu/news.php|11|6http://acm.uiowa.edu/comment.php?comment.poll.2|1|1http://acm.uiowa.edu/page.php?3|3|1http://acm.uiowa.edu/e107_plugins/pm/pm.php?send|1|1'),(39,'2006-05-28','10517http://acm.uiowa.edu/news.php|50|7http://acm.uiowa.edu/comment.php?comment.poll.2|9|1http://acm.uiowa.edu/page.php?3|8|1http://acm.uiowa.edu/e107_plugins/forum/forum.php|7|1http://acm.uiowa.edu/submitnews.php|4|1http://acm.uiowa.edu/download.php?view.2|9|1http://acm.uiowa.edu/upload.php|4|1http://acm.uiowa.edu/e107_plugins/log/stats.php?1|8|1http://acm.uiowa.edu/e107_plugins/forum/forum_viewforum.php?3|1|1http://acm.uiowa.edu/e107_plugins/pm/pm.php?inbox|4|1http://acm.uiowa.edu/signup.php|1|1'),(40,'2006-05-29','8916https://acm.uiowa.edu/news.php|30|7https://acm.uiowa.edu/e107_plugins/forum/forum.php|2|1http://www.acm.uiowa.edu/page.php?3|5|1http://acm.cs.uiowa.edu/download.php|3|1http://acm.uiowa.edu/user.php|38|2http://acm.uiowa.edu/e107_plugins/pm/pm.php?outbox|4|1http://acm.uiowa.edu/comment.php?comment.poll.2|2|1http://acm.cs.uiowa.edu/signup.php|3|1http://acm.cs.uiowa.edu/usersettings.php|2|1'),(41,'2006-05-30','4515http://acm.cs.uiowa.edu/news.php|15|6http://acm.cs.uiowa.edu/page.php?3|6|1http://acm.uiowa.edu/e107_plugins/forum/forum.php|5|1http://acm.uiowa.edu/e107_plugins/forum/forum_viewforum.php?3|5|1http://acm.uiowa.edu/e107_plugins/forum/forum_post.php?nt.3|4|1http://acm.uiowa.edu/submitnews.php|1|1http://acm.uiowa.edu/user.php?id.15|3|1http://acm.uiowa.edu/usersettings.php|1|1http://acm.uiowa.edu/e107_plugins/forum/forum_viewtopic.php?1|3|1http://acm.uiowa.edu/e107_plugins/pm/pm.php?outbox|2|1'),(42,'2006-06','a:27:{s:5:\"TOTAL\";a:2:{s:4:\"ttlv\";i:4166;s:4:\"unqv\";i:525;}s:4:\"news\";a:2:{s:4:\"ttlv\";i:1294;s:4:\"unqv\";i:243;}s:5:\"forum\";a:2:{s:4:\"ttlv\";i:944;s:4:\"unqv\";i:31;}s:4:\"user\";a:2:{s:4:\"ttlv\";i:219;s:4:\"unqv\";i:21;}s:4:\"page\";a:2:{s:4:\"ttlv\";i:117;s:4:\"unqv\";i:25;}s:2:\"pm\";a:2:{s:4:\"ttlv\";i:75;s:4:\"unqv\";i:11;}s:8:\"calendar\";a:2:{s:4:\"ttlv\";i:25;s:4:\"unqv\";i:9;}s:8:\"download\";a:2:{s:4:\"ttlv\";i:32;s:4:\"unqv\";i:16;}s:15:\"forum_viewforum\";a:2:{s:4:\"ttlv\";i:444;s:4:\"unqv\";i:25;}s:15:\"forum_viewtopic\";a:2:{s:4:\"ttlv\";i:515;s:4:\"unqv\";i:25;}s:7:\"comment\";a:2:{s:4:\"ttlv\";i:29;s:4:\"unqv\";i:10;}s:10:\"submitnews\";a:2:{s:4:\"ttlv\";i:11;s:4:\"unqv\";i:6;}s:6:\"online\";a:2:{s:4:\"ttlv\";i:12;s:4:\"unqv\";i:8;}s:6:\"signup\";a:2:{s:4:\"ttlv\";i:7;s:4:\"unqv\";i:5;}s:10:\"forum_conf\";a:2:{s:4:\"ttlv\";i:2;s:4:\"unqv\";i:1;}s:10:\"forum_post\";a:2:{s:4:\"ttlv\";i:253;s:4:\"unqv\";i:21;}s:11:\"forum_stats\";a:2:{s:4:\"ttlv\";i:11;s:4:\"unqv\";i:9;}s:9:\"userposts\";a:2:{s:4:\"ttlv\";i:2;s:4:\"unqv\";i:2;}s:12:\"usersettings\";a:2:{s:4:\"ttlv\";i:49;s:4:\"unqv\";i:9;}s:3:\"top\";a:2:{s:4:\"ttlv\";i:30;s:4:\"unqv\";i:12;}s:5:\"stats\";a:2:{s:4:\"ttlv\";i:53;s:4:\"unqv\";i:11;}s:8:\"oldpolls\";a:2:{s:4:\"ttlv\";i:18;s:4:\"unqv\";i:7;}s:5:\"index\";a:2:{s:4:\"ttlv\";i:14;s:4:\"unqv\";i:13;}s:5:\"event\";a:2:{s:4:\"ttlv\";i:2;s:4:\"unqv\";i:1;}s:6:\"upload\";a:2:{s:4:\"ttlv\";i:2;s:4:\"unqv\";i:1;}s:6:\"search\";a:2:{s:4:\"ttlv\";i:5;s:4:\"unqv\";i:2;}s:15:\"mailout_process\";a:2:{s:4:\"ttlv\";i:1;s:4:\"unqv\";i:1;}}'),(43,'2006-05-31','23126http://acm.uiowa.edu/news.php|74|9http://acm.uiowa.edu/e107_plugins/forum/forum.php|47|1http://acm.uiowa.edu/user.php?id.15|19|1http://acm.uiowa.edu/page.php?3|12|1http://acm.uiowa.edu/e107_plugins/pm/pm.php?outbox|1|1http://acm.uiowa.edu/e107_plugins/calendar_menu/calendar.php|5|1http://acm.uiowa.edu/download.php|1|1http://acm.uiowa.edu/e107_plugins/forum/forum_viewforum.php?3|28|1http://acm.uiowa.edu/e107_plugins/forum/forum_viewtopic.php?1|15|1http://acm.uiowa.edu/comment.php?comment.poll.2|7|1http://acm.uiowa.edu/submitnews.php|3|1http://acm.uiowa.edu/online.php|1|1http://acm.cs.uiowa.edu/signup.php|1|1http://acm.uiowa.edu/e107_plugins/forum/forum_conf.php?move.1|2|1http://acm.uiowa.edu/e107_plugins/forum/forum_post.php?nt.7|11|1http://acm.uiowa.edu/e107_plugins/forum/forum_stats.php|1|1http://acm.uiowa.edu/userposts.php?0.comments.5|1|1http://acm.uiowa.edu/usersettings.php?9|2|1'),(44,'2006-06-1','39625http://acm.uiowa.edu/news.php|107|10http://acm.uiowa.edu/e107_plugins/forum/forum.php|72|1http://acm.uiowa.edu/top.php?0.top.forum.10|7|1http://acm.uiowa.edu/user.php?id.5|26|1http://acm.uiowa.edu/usersettings.php|7|1http://acm.uiowa.edu/e107_plugins/forum/forum_viewforum.php?7|43|1http://acm.uiowa.edu/e107_plugins/forum/forum_viewtopic.php?2|51|1http://acm.uiowa.edu/page.php?3|12|1http://acm.uiowa.edu/e107_plugins/forum/forum_post.php?nt.7|34|1http://acm.uiowa.edu/e107_plugins/pm/pm.php?inbox|25|1https://acm.uiowa.edu/comment.php?comment.news.3|5|1http://acm.uiowa.edu/download.php|3|1http://acm.uiowa.edu/e107_plugins/calendar_menu/calendar.php|1|1http://acm.uiowa.edu/online.php|1|1http://acm.uiowa.edu/e107_plugins/forum/forum_stats.php|1|1http://acm.uiowa.edu/e107_plugins/log/stats.php?1|1|1'),(45,'2006-06-2','34426http://acm.uiowa.edu/news.php|174|11http://acm.uiowa.edu/user.php?id.9|42|1http://acm.uiowa.edu/usersettings.php?9|2|1http://acm.uiowa.edu/e107_plugins/pm/pm.php?inbox|12|1http://acm.uiowa.edu/e107_plugins/forum/forum.php|36|1http://acm.uiowa.edu/e107_plugins/forum/forum_viewforum.php?8|22|1http://acm.uiowa.edu/e107_plugins/forum/forum_viewtopic.php?14|27|1http://acm.uiowa.edu/e107_plugins/forum/forum_post.php?rp.14|7|1http://acm.uiowa.edu/top.php?0.top.forum.10|1|1http://acm.cs.uiowa.edu/signup.php|1|1http://acm.cs.uiowa.edu/download.php|3|1http://acm.cs.uiowa.edu/e107_plugins/calendar_menu/calendar.php|2|1http://acm.cs.uiowa.edu/page.php?2|12|1http://acm.uiowa.edu/submitnews.php|1|1http://acm.uiowa.edu/e107_plugins/log/stats.php?1|1|1http://acm.uiowa.edu/e107_plugins/poll/oldpolls.php|1|1'),(46,'2006-06-3','6415|1|1http://acm.uiowa.edu/news.php|33|6http://acm.uiowa.edu/e107_plugins/forum/forum.php|11|1http://acm.uiowa.edu/e107_plugins/forum/forum_viewforum.php?8|4|1http://acm.uiowa.edu/e107_plugins/forum/forum_viewtopic.php?22|5|1http://acm.uiowa.edu/e107_plugins/forum/forum_post.php?edit.22|2|1http://acm.uiowa.edu/page.php?3|2|1http://acm.uiowa.edu/user.php?id.18|3|1http://acm.uiowa.edu/usersettings.php|1|1http://acm.uiowa.edu/e107_plugins/poll/oldpolls.php|2|1'),(47,'2006-06-4','319http://acm.uiowa.edu/news.php|18|6http://acm.uiowa.edu/e107_plugins/forum/forum.php|8|1http://acm.uiowa.edu/download.php|3|1http://acm.uiowa.edu/page.php?3|2|1'),(48,'2006-06-5','26228http://acm.uiowa.edu/news.php|81|11http://acm.uiowa.edu/e107_plugins/forum/forum.php|70|1|1|1http://acm.uiowa.edu/e107_plugins/forum/forum_viewforum.php?14|25|1http://acm.uiowa.edu/e107_plugins/forum/forum_post.php?nt.14|24|1http://acm.uiowa.edu/e107_plugins/forum/forum_viewtopic.php?23.last|30|1http://acm.uiowa.edu/download.php|1|1http://acm.uiowa.edu/e107_plugins/calendar_menu/calendar.php|1|1http://acm.uiowa.edu/page.php?3|5|1http://acm.uiowa.edu/e107_plugins/poll/oldpolls.php|2|1http://acm.uiowa.edu/user.php?id.8|6|1http://acm.uiowa.edu/usersettings.php|4|1http://acm.uiowa.edu/signup.php|3|1http://acm.uiowa.edu/e107_plugins/calendar_menu/event.php?1149483600.one|2|1http://acm.uiowa.edu/top.php?0.top.forum.10|1|1http://acm.uiowa.edu/comment.php?comment.poll.3|2|1http://acm.uiowa.edu/online.php|1|1http://acm.uiowa.edu/e107_plugins/pm/pm.php?inbox|3|1'),(49,'2006-06-6','48331http://acm.uiowa.edu/news.php|90|14http://acm.uiowa.edu/e107_plugins/forum/forum.php|134|1http://acm.uiowa.edu/e107_plugins/forum/forum_viewforum.php?12|47|1http://acm.uiowa.edu/e107_plugins/forum/forum_viewtopic.php?27|68|1http://acm.uiowa.edu/comment.php?comment.poll.3|1|1http://acm.uiowa.edu/user.php?id.5|40|1http://acm.uiowa.edu/page.php?3|7|1http://acm.uiowa.edu/e107_plugins/pm/pm.php?send|11|1http://acm.uiowa.edu/top.php?0.top.forum.10|8|1http://acm.uiowa.edu/e107_plugins/forum/forum_post.php?nt.8|22|1http://acm.uiowa.edu/online.php|5|1http://acm.uiowa.edu/e107_plugins/forum/forum_stats.php|3|1http://acm.uiowa.edu/e107_plugins/calendar_menu/calendar.php|3|1http://acm.uiowa.edu/e107_plugins/log/stats.php?1|11|1http://acm.uiowa.edu/usersettings.php|24|1http://acm.uiowa.edu/download.php|4|1http://acm.uiowa.edu/e107_plugins/poll/oldpolls.php|3|1http://acm.uiowa.edu/upload.php|2|1'),(50,'2006-06-7','25323|2|2http://acm.uiowa.edu/e107_plugins/pm/pm.php?show.21|18|2http://acm.uiowa.edu/page.php?3|9|1http://acm.uiowa.edu/user.php?id.5|14|1http://www.acm.uiowa.edu/news.php|59|10http://acm.uiowa.edu/e107_plugins/forum/forum.php|61|1http://acm.uiowa.edu/e107_plugins/forum/forum_viewforum.php?8|27|1http://acm.uiowa.edu/e107_plugins/forum/forum_viewtopic.php?3|26|1http://acm.uiowa.edu/usersettings.php|4|1http://acm.uiowa.edu/e107_plugins/forum/forum_post.php?nt.15|17|1http://acm.uiowa.edu/e107_plugins/log/stats.php?1|14|1http://acm.cs.uiowa.edu/download.php|2|1'),(51,'2006-06-8','12121|1|1http://acm.uiowa.edu/news.php|35|9http://acm.uiowa.edu/e107_plugins/forum/forum.php|27|1http://acm.uiowa.edu/e107_plugins/forum/forum_viewforum.php?7|19|1http://acm.uiowa.edu/e107_plugins/forum/forum_viewtopic.php?44|18|1http://acm.uiowa.edu/page.php?3|7|1http://acm.uiowa.edu/user.php?id.5|2|1http://acm.uiowa.edu/download.php|3|1http://acm.uiowa.edu/e107_plugins/calendar_menu/calendar.php|1|1http://acm.uiowa.edu/top.php?0.top.forum.10|1|1http://acm.uiowa.edu/e107_plugins/log/stats.php?1|3|1http://acm.uiowa.edu/submitnews.php|1|1http://acm.uiowa.edu/e107_plugins/forum/forum_post.php?rp.5|3|1'),(52,'2006-06-9','12521http://acm.uiowa.edu/news.php|34|10http://acm.uiowa.edu/e107_plugins/forum/forum.php|20|1http://acm.uiowa.edu/e107_plugins/forum/forum_viewforum.php?9|22|1http://acm.uiowa.edu/e107_plugins/forum/forum_viewtopic.php?5|26|1|1|1http://acm.cs.uiowa.edu/download.php|2|1http://acm.cs.uiowa.edu/search.php?q=|4|1http://acm.uiowa.edu/e107_plugins/forum/forum_post.php?nt.11|12|1http://acm.uiowa.edu/user.php?id.10|1|1http://acm.uiowa.edu/e107_plugins/pm/pm.php?inbox|1|1http://acm.uiowa.edu/submitnews.php|1|1http://acm.uiowa.edu/page.php?3|1|1'),(53,'2006-06-10','4714http://acm.uiowa.edu/news.php|24|6http://acm.uiowa.edu/e107_plugins/forum/forum.php|10|1http://acm.uiowa.edu/e107_plugins/forum/forum_viewforum.php?15|4|1http://acm.uiowa.edu/e107_plugins/forum/forum_viewtopic.php?53|3|1http://acm.uiowa.edu/user.php|1|1http://acm.uiowa.edu/page.php?3|1|1http://acm.uiowa.edu/top.php?0.top.forum.10|1|1http://acm.uiowa.edu/e107_plugins/forum/forum_stats.php|1|1http://acm.uiowa.edu/e107_plugins/log/stats.php?1|2|1'),(54,'2006-06-11','368http://acm.uiowa.edu/news.php|22|3http://acm.uiowa.edu/e107_plugins/forum/forum.php|10|1http://acm.uiowa.edu/e107_plugins/log/stats.php?1|1|1|1|1http://acm.uiowa.edu/user.php|1|1http://acm.uiowa.edu/e107_plugins/forum/forum_stats.php|1|1'),(55,'2006-06-12','23225|2|1http://acm.uiowa.edu/news.php|60|10http://acm.uiowa.edu/e107_plugins/forum/forum.php|48|1http://acm.uiowa.edu/e107_plugins/forum/forum_viewforum.php?14|33|1http://acm.uiowa.edu/e107_plugins/forum/forum_viewtopic.php?47|42|1http://acm.uiowa.edu/e107_plugins/log/stats.php?1|9|1http://acm.uiowa.edu/e107_plugins/forum/forum_post.php?rp.5|18|1http://acm.uiowa.edu/comment.php?comment.poll.3|3|1http://acm.uiowa.edu/e107_plugins/poll/oldpolls.php|2|1http://acm.uiowa.edu/page.php?3|7|1http://acm.uiowa.edu/e107_plugins/pm/pm.php?send|1|1http://acm.uiowa.edu/download.php|1|1http://acm.uiowa.edu/user.php|3|1http://acm.uiowa.edu/signup.php|1|1http://acm.uiowa.edu/top.php?0.top.forum.10|1|1http://acm.uiowa.edu/online.php|1|1'),(56,'2006-06-13','23329http://acm.uiowa.edu/e107_plugins/forum/forum_viewtopic.php?40|37|1http://acm.uiowa.edu/e107_plugins/forum/forum_post.php?rp.40|17|1http://acm.uiowa.edu/e107_plugins/forum/forum.php|45|1http://acm.uiowa.edu/e107_plugins/forum/forum_viewforum.php?14|33|1http://acm.uiowa.edu/comment.php?comment.poll.3|3|1http://acm.uiowa.edu/news.php|66|13http://acm.uiowa.edu/submitnews.php|4|1http://acm.uiowa.edu/download.php|1|1http://acm.uiowa.edu/search.php?q=grill|1|1http://acm.uiowa.edu/page.php?3|3|1http://acm.uiowa.edu/e107_plugins/log/stats.php?1|7|1|1|1http://acm.uiowa.edu/user.php?id.21|11|1http://acm.uiowa.edu/e107_plugins/poll/oldpolls.php|1|1http://acm.uiowa.edu/top.php?0.top.forum.10|1|1http://acm.uiowa.edu/online.php|1|1http://acm.uiowa.edu/e107_plugins/forum/forum_stats.php|1|1'),(59,'2006-06-16','14817http://acm.uiowa.edu/news.php|49|9http://acm.uiowa.edu/e107_plugins/forum/forum.php|47|1http://acm.uiowa.edu/page.php?2|1|1http://acm.uiowa.edu/e107_plugins/forum/forum_viewforum.php?7|19|1http://acm.uiowa.edu/e107_plugins/forum/forum_viewtopic.php?71|16|1http://acm.uiowa.edu/e107_plugins/forum/forum_post.php?rp.71|9|1http://acm.uiowa.edu/e107_plugins/pm/pm.php?send|2|1http://acm.uiowa.edu/user.php|4|1http://acm.uiowa.edu/e107_plugins/forum/forum_stats.php|1|1'),(57,'2006-06-14','23022http://acm.uiowa.edu/news.php|41|9http://acm.uiowa.edu/e107_plugins/forum/forum.php|56|1http://acm.uiowa.edu/e107_plugins/forum/forum_viewforum.php?14|27|1http://acm.uiowa.edu/e107_plugins/forum/forum_viewtopic.php?53|31|1http://acm.uiowa.edu/page.php?3|7|1http://acm.uiowa.edu/usersettings.php?9|4|1http://acm.uiowa.edu/user.php?id.9|30|1http://acm.uiowa.edu/submitnews.php|1|1http://acm.cs.uiowa.edu/comment.php?comment.news.7|2|1http://acm.uiowa.edu/e107_plugins/forum/forum_post.php?nt.7|21|1http://acm.uiowa.edu/top.php?0.top.forum.10|3|1http://acm.uiowa.edu/e107_plugins/calendar_menu/calendar.php|4|1http://acm.uiowa.edu/download.php|2|1http://acm.uiowa.edu/online.php|1|1'),(58,'2006-06-15','11715http://acm.uiowa.edu/user.php?id.9|1|1http://acm.uiowa.edu/news.php|43|8http://acm.uiowa.edu/page.php?3|4|1http://acm.uiowa.edu/e107_plugins/forum/forum.php|33|1http://acm.uiowa.edu/e107_plugins/forum/forum_viewforum.php?14|15|1http://acm.uiowa.edu/e107_plugins/forum/forum_viewtopic.php?72|14|1http://acm.uiowa.edu/e107_plugins/forum/forum_post.php?rp.71|5|1http://acm.uiowa.edu/e107_plugins/log/stats.php?1|2|1'),(60,'2006-06-17','6413http://acm.uiowa.edu/news.php|19|6http://acm.uiowa.edu/e107_plugins/forum/forum.php|15|1http://acm.uiowa.edu/e107_plugins/forum/forum_viewforum.php?7|7|1http://acm.uiowa.edu/e107_plugins/forum/forum_viewtopic.php?83|14|1http://acm.cs.uiowa.edu/comment.php?comment.news.2|1|1http://acm.cs.uiowa.edu/download.php|1|1http://acm.uiowa.edu/e107_plugins/forum/forum_post.php?rp.83|5|1http://acm.uiowa.edu/user.php|2|1'),(61,'2006-06-18','257http://acm.uiowa.edu/news.php|15|4http://acm.uiowa.edu/e107_plugins/forum/forum.php|8|1http://acm.uiowa.edu/e107_plugins/forum/forum_viewforum.php?7|1|1http://acm.uiowa.edu/page.php?3|1|1'),(62,'2006-06-19','11116http://acm.uiowa.edu/news.php|36|9http://acm.uiowa.edu/e107_plugins/forum/forum.php|29|1http://acm.uiowa.edu/e107_plugins/forum/forum_viewforum.php?7|13|1http://acm.uiowa.edu/e107_plugins/forum/forum_viewtopic.php?71|14|1http://acm.uiowa.edu/e107_plugins/forum/forum_post.php?rp.71|13|1http://acm.uiowa.edu/page.php?3|4|1http://acm.uiowa.edu/top.php?0.top.forum.10|1|1http://acm.uiowa.edu/e107_plugins/forum/forum_stats.php|1|1'),(63,'2006-06-20','4311http://acm.uiowa.edu/news.php|23|6http://acm.uiowa.edu/e107_plugins/forum/forum.php|11|1http://acm.uiowa.edu/page.php?3|2|1http://acm.uiowa.edu/e107_plugins/forum/forum_viewforum.php?14|2|1http://acm.uiowa.edu/e107_plugins/forum/forum_viewtopic.php?88|3|1http://www.acm.uiowa.edu/comment.php?comment.poll.3|2|1'),(64,'2006-06-21','3112http://acm.uiowa.edu/news.php|17|7http://acm.cs.uiowa.edu/page.php?3|2|1http://acm.uiowa.edu/e107_plugins/forum/forum.php|7|1http://acm.cs.uiowa.edu/download.php|3|1http://acm.uiowa.edu/online.php|1|1http://acm.uiowa.edu/e107_plugins/forum/forum_stats.php|1|1'),(65,'2006-06-22','2511http://www.flurl.con/news.php|17|8http://acm.uiowa.edu/download.php|1|1http://acm.uiowa.edu/e107_plugins/forum/forum.php|6|1http://acm.uiowa.edu/e107_plugins/forum/forum_viewtopic.php?88.0|1|1'),(67,'2006-06-24','246http://acm.uiowa.edu/news.php|11|2http://acm.uiowa.edu/e107_plugins/forum/forum.php|8|1http://acm.uiowa.edu/e107_plugins/forum/forum_viewforum.php?15|2|1http://acm.uiowa.edu/e107_plugins/forum/forum_viewtopic.php?93|2|1|1|1'),(66,'2006-06-23','6011http://acm.uiowa.edu/news.php|20|5http://acm.uiowa.edu/e107_plugins/forum/forum.php|15|1http://acm.uiowa.edu/e107_plugins/forum/forum_viewforum.php?15|6|1http://acm.uiowa.edu/e107_plugins/forum/forum_post.php?nt.15|6|1http://acm.uiowa.edu/e107_plugins/forum/forum_viewtopic.php?93.last|9|1http://acm.uiowa.edu/e107_plugins/calendar_menu/calendar.php|1|1http://acm.uiowa.edu/top.php?0.top.forum.10|3|1'),(68,'2006-06-25','2711http://acm.uiowa.edu/news.php|14|6http://acm.uiowa.edu/page.php?2|2|1http://acm.uiowa.edu/e107_plugins/forum/forum.php|8|1|2|2http://acm.uiowa.edu/e107_handlers/phpmailer/mailout_process.php|1|1'),(69,'2006-06-26','6616http://acm.uiowa.edu/news.php|19|9http://acm.uiowa.edu/e107_plugins/forum/forum.php|21|1http://acm.uiowa.edu/page.php?3|1|1http://acm.uiowa.edu/e107_plugins/forum/forum_viewforum.php?15|8|1http://acm.uiowa.edu/e107_plugins/forum/forum_viewtopic.php?40|8|1http://acm.uiowa.edu/e107_plugins/forum/forum_post.php?rp.40|6|1http://acm.uiowa.edu/user.php|1|1http://acm.uiowa.edu/e107_plugins/log/stats.php?1|2|1'),(89,'2006-07-15','437http://acm.uiowa.edu/news.php|11|2http://acm.uiowa.edu/e107_plugins/forum/forum.php|16|1http://acm.uiowa.edu/e107_plugins/forum/forum_viewforum.php?8|5|1http://acm.uiowa.edu/e107_plugins/forum/forum_viewtopic.php?30|6|1http://acm.uiowa.edu/e107_plugins/forum/forum_post.php?rp.30|3|1http://acm.uiowa.edu/e107_plugins/log/stats.php?1|2|1'),(70,'2006-06-27','11021http://acm.cs.uiowa.edu/news.php|25|11http://acm.uiowa.edu/e107_plugins/forum/forum.php|19|1http://acm.uiowa.edu/e107_plugins/forum/forum_viewforum.php?15|16|1http://acm.uiowa.edu/e107_plugins/forum/forum_viewtopic.php?93|24|1http://acm.uiowa.edu/e107_plugins/forum/forum_post.php?rp.93|10|1http://acm.uiowa.edu/e107_plugins/pm/pm.php?show.19|1|1http://acm.uiowa.edu/user.php?id.10|10|1http://acm.uiowa.edu/top.php?0.active|2|1http://acm.uiowa.edu/userposts.php?0.forums.10|1|1http://acm.uiowa.edu/usersettings.php|1|1http://acm.uiowa.edu/page.php?3|1|1'),(71,'2006-06-28','15817http://acm.uiowa.edu/news.php|39|7http://acm.uiowa.edu/e107_plugins/forum/forum.php|39|1http://acm.uiowa.edu/e107_plugins/forum/forum_viewforum.php?15|16|1http://acm.uiowa.edu/e107_plugins/forum/forum_viewtopic.php?102|25|1http://acm.uiowa.edu/e107_plugins/forum/forum_post.php?rp.102|9|1http://acm.uiowa.edu/page.php?3|11|1http://acm.uiowa.edu/user.php?id.5|1|1http://acm.cs.uiowa.edu/e107_plugins/calendar_menu/calendar.php|7|1http://acm.cs.uiowa.edu/e107_plugins/poll/oldpolls.php|7|1http://acm.cs.uiowa.edu/comment.php?comment.poll.3|3|1http://acm.cs.uiowa.edu/download.php|1|1'),(74,'2006-06-30','5216http://acm.uiowa.edu/news.php|23|9http://acm.uiowa.edu/e107_plugins/forum/forum.php|10|1++|1|1http://acm.uiowa.edu/e107_plugins/forum/forum_viewforum.php?14|3|1http://acm.uiowa.edu/e107_plugins/forum/forum_viewtopic.php?88|2|1http://acm.uiowa.edu/signup.php|3|1http://acm.uiowa.edu/page.php?3|4|1http://acm.uiowa.edu/user.php|6|1'),(72,'2006-06-29','6918http://acm.cs.uiowa.edu/news.php|29|9http://acm.uiowa.edu/e107_plugins/forum/forum.php|23|2http://acm.uiowa.edu/e107_plugins/forum/forum_viewforum.php?15|5|1http://acm.uiowa.edu/e107_plugins/forum/forum_viewtopic.php?102|6|1http://acm.uiowa.edu/e107_plugins/forum/forum_post.php?rp.102|2|1http://acm.uiowa.edu/signup.php|1|1http://acm.uiowa.edu/user.php?id.8|1|1http://acm.uiowa.edu/page.php?3|1|1|1|1'),(73,'2006-07','a:25:{s:5:\"TOTAL\";a:2:{s:4:\"ttlv\";i:2479;s:4:\"unqv\";i:376;}s:4:\"news\";a:2:{s:4:\"ttlv\";i:583;s:4:\"unqv\";i:146;}s:5:\"forum\";a:2:{s:4:\"ttlv\";i:627;s:4:\"unqv\";i:31;}s:5:\"index\";a:2:{s:4:\"ttlv\";i:6;s:4:\"unqv\";i:6;}s:15:\"forum_viewforum\";a:2:{s:4:\"ttlv\";i:278;s:4:\"unqv\";i:25;}s:15:\"forum_viewtopic\";a:2:{s:4:\"ttlv\";i:388;s:4:\"unqv\";i:26;}s:6:\"signup\";a:2:{s:4:\"ttlv\";i:16;s:4:\"unqv\";i:5;}s:4:\"page\";a:2:{s:4:\"ttlv\";i:99;s:4:\"unqv\";i:29;}s:4:\"user\";a:2:{s:4:\"ttlv\";i:86;s:4:\"unqv\";i:15;}s:10:\"forum_post\";a:2:{s:4:\"ttlv\";i:152;s:4:\"unqv\";i:20;}s:2:\"pm\";a:2:{s:4:\"ttlv\";i:77;s:4:\"unqv\";i:13;}s:5:\"stats\";a:2:{s:4:\"ttlv\";i:45;s:4:\"unqv\";i:9;}s:3:\"top\";a:2:{s:4:\"ttlv\";i:9;s:4:\"unqv\";i:6;}s:11:\"forum_stats\";a:2:{s:4:\"ttlv\";i:3;s:4:\"unqv\";i:2;}s:7:\"comment\";a:2:{s:4:\"ttlv\";i:13;s:4:\"unqv\";i:7;}s:8:\"download\";a:2:{s:4:\"ttlv\";i:19;s:4:\"unqv\";i:6;}s:8:\"calendar\";a:2:{s:4:\"ttlv\";i:8;s:4:\"unqv\";i:6;}s:5:\"event\";a:2:{s:4:\"ttlv\";i:12;s:4:\"unqv\";i:4;}s:12:\"usersettings\";a:2:{s:4:\"ttlv\";i:37;s:4:\"unqv\";i:8;}s:10:\"submitnews\";a:2:{s:4:\"ttlv\";i:1;s:4:\"unqv\";i:1;}s:6:\"upload\";a:2:{s:4:\"ttlv\";i:1;s:4:\"unqv\";i:1;}s:9:\"userposts\";a:2:{s:4:\"ttlv\";i:3;s:4:\"unqv\";i:3;}s:6:\"search\";a:2:{s:4:\"ttlv\";i:11;s:4:\"unqv\";i:3;}s:6:\"online\";a:2:{s:4:\"ttlv\";i:3;s:4:\"unqv\";i:3;}s:10:\"forum_conf\";a:2:{s:4:\"ttlv\";i:2;s:4:\"unqv\";i:1;}}'),(75,'2006-07-1','164http://acm.uiowa.edu/news.php|8|2http://acm.uiowa.edu/e107_plugins/forum/forum.php|5|1http://acm.uiowa.edu/page.php?3|3|1'),(76,'2006-07-2','177http://acm.uiowa.edu/news.php|9|4http://acm.uiowa.edu/e107_plugins/forum/forum.php|5|1http://acm.uiowa.edu/page.php?3|2|1|1|1'),(77,'2006-07-3','4410http://acm.uiowa.edu/news.php|17|5http://acm.uiowa.edu/e107_plugins/forum/forum.php|12|1http://acm.cs.uiowa.edu/page.php?3|4|1http://acm.uiowa.edu/e107_plugins/forum/forum_viewforum.php?7|5|1http://acm.uiowa.edu/e107_plugins/forum/forum_post.php?nt.14|4|1http://acm.uiowa.edu/e107_plugins/forum/forum_viewtopic.php?110|2|1'),(80,'2006-07-6','10417http://acm.uiowa.edu/e107_plugins/pm/pm.php|16|2http://acm.uiowa.edu/e107_plugins/forum/forum.php|32|1http://acm.uiowa.edu/e107_plugins/forum/forum_viewtopic.php?111.0|8|1http://acm.uiowa.edu/e107_plugins/log/stats.php?8|3|1http://acm.uiowa.edu/news.php|26|6http://acm.uiowa.edu/page.php?3|8|1http://acm.uiowa.edu/e107_plugins/forum/forum_viewforum.php?8|6|1http://acm.uiowa.edu/e107_plugins/forum/forum_post.php?nt.14|2|1http://acm.cs.uiowa.edu/download.php|1|1http://acm.cs.uiowa.edu/e107_plugins/calendar_menu/calendar.php|1|1http://acm.cs.uiowa.edu/e107_plugins/calendar_menu/event.php?1151730000|1|1'),(78,'2006-07-4','6211http://acm.uiowa.edu/news.php|15|4http://acm.uiowa.edu/e107_plugins/forum/forum.php|15|1http://acm.uiowa.edu/page.php?3|3|1http://acm.uiowa.edu/e107_plugins/forum/forum_viewforum.php?14|7|1http://acm.uiowa.edu/e107_plugins/forum/forum_viewtopic.php?111|11|1http://acm.uiowa.edu/e107_plugins/forum/forum_post.php?rp.110|4|1http://acm.uiowa.edu/user.php?id.10|1|1http://acm.uiowa.edu/e107_plugins/pm/pm.php?send.10|6|1'),(79,'2006-07-5','17919http://acm.uiowa.edu/news.php|54|7http://acm.uiowa.edu/e107_plugins/forum/forum.php|43|1http://acm.uiowa.edu/page.php?3|6|1http://acm.uiowa.edu/e107_plugins/pm/pm.php?inbox|7|1http://acm.uiowa.edu/e107_plugins/forum/forum_viewforum.php?14|15|1http://acm.uiowa.edu/e107_plugins/forum/forum_viewtopic.php?110|21|1http://acm.uiowa.edu/e107_plugins/forum/forum_post.php?rp.110|11|1http://acm.uiowa.edu/user.php?id.9|4|1http://acm.uiowa.edu/e107_plugins/log/stats.php?1|12|1http://acm.uiowa.edu/top.php?0.top.forum.10|1|1http://acm.uiowa.edu/e107_plugins/forum/forum_stats.php|2|1http://acm.uiowa.edu/comment.php?comment.poll.3|2|1http://acm.uiowa.edu/signup.php|1|1'),(81,'2006-07-7','226http://acm.uiowa.edu/news.php|11|4http://acm.uiowa.edu/e107_plugins/forum/forum.php|8|1http://acm.uiowa.edu/page.php?3|3|1'),(82,'2006-07-8','9418http://acm.uiowa.edu/news.php|34|6http://acm.uiowa.edu/e107_plugins/forum/forum.php|19|1http://acm.uiowa.edu/page.php?2|6|1http://acm.uiowa.edu/e107_plugins/forum/forum_viewforum.php?8|6|1http://acm.uiowa.edu/e107_plugins/forum/forum_viewtopic.php?118|7|1http://acm.uiowa.edu/e107_plugins/log/stats.php?8|1|1http://acm.uiowa.edu/e107_plugins/forum/forum_post.php?rp.118|5|1http://acm.uiowa.edu/download.php|6|1http://acm.uiowa.edu/e107_plugins/calendar_menu/calendar.php|1|1http://acm.uiowa.edu/signup.php|5|1http://acm.uiowa.edu/user.php?id.11|1|1http://acm.uiowa.edu/usersettings.php?11|2|1http://acm.uiowa.edu/e107_plugins/pm/pm.php?inbox|1|1'),(83,'2006-07-9','207http://acm.uiowa.edu/news.php|5|2http://acm.uiowa.edu/e107_plugins/forum/forum.php|5|1http://acm.uiowa.edu/e107_plugins/forum/forum_viewforum.php?8|4|1http://acm.uiowa.edu/e107_plugins/forum/forum_viewtopic.php?121|4|1http://acm.uiowa.edu/page.php?3|1|1http://acm.uiowa.edu/e107_plugins/forum/forum_post.php?rp.40|1|1'),(84,'2006-07-10','249http://acm.uiowa.edu/news.php|7|2http://acm.uiowa.edu/e107_plugins/forum/forum.php|5|1http://acm.uiowa.edu/e107_plugins/forum/forum_viewforum.php?15|3|1http://acm.uiowa.edu/e107_plugins/forum/forum_viewtopic.php?40|3|1http://acm.uiowa.edu/e107_plugins/forum/forum_post.php?rp.40|2|1http://acm.uiowa.edu/page.php?3|2|1http://acm.uiowa.edu/comment.php?comment.poll.3|1|1|1|1'),(88,'2006-07-14','14019http://acm.uiowa.edu/news.php|22|7http://acm.uiowa.edu/e107_plugins/forum/forum.php|39|1http://acm.uiowa.edu/e107_plugins/forum/forum_viewforum.php?12|17|1http://acm.uiowa.edu/e107_plugins/forum/forum_viewtopic.php?133|23|1http://acm.uiowa.edu/e107_plugins/forum/forum_post.php?rp.133|13|1http://acm.uiowa.edu/page.php?3|4|1http://acm.uiowa.edu/search.php?q=dog|3|1http://acm.uiowa.edu/e107_plugins/log/stats.php?1|2|1http://acm.uiowa.edu/user.php|13|1http://acm.uiowa.edu/userposts.php?0.forums.21|1|1http://acm.uiowa.edu/usersettings.php|1|1http://acm.uiowa.edu/top.php?0.top.forum.10|1|1http://acm.uiowa.edu/e107_plugins/forum/forum_stats.php|1|1'),(85,'2006-07-11','279http://ariehovenkamp.com/news.php|14|4http://acm.uiowa.edu/e107_plugins/forum/forum.php|8|1http://acm.uiowa.edu/e107_plugins/forum/forum_viewforum.php?15|1|1http://acm.uiowa.edu/e107_plugins/forum/forum_viewtopic.php?40|1|1http://acm.uiowa.edu/user.php?id.10|1|1http://acm.uiowa.edu/page.php?3|2|1'),(86,'2006-07-12','10821http://acm.uiowa.edu/news.php|18|6http://acm.uiowa.edu/e107_plugins/forum/forum.php|10|1http://acm.uiowa.edu/e107_plugins/forum/forum_viewforum.php?15|15|1http://acm.uiowa.edu/e107_plugins/forum/forum_viewtopic.php?40|44|1http://acm.uiowa.edu/e107_plugins/forum/forum_post.php?rp.121|1|1http://acm.cs.uiowa.edu/download.php|5|1http://acm.cs.uiowa.edu/comment.php?comment.news.6|3|1http://acm.cs.uiowa.edu/signup.php|3|1http://acm.uiowa.edu/e107_plugins/log/stats.php?8|1|1http://acm.uiowa.edu/user.php?id.15|2|1http://acm.uiowa.edu/submitnews.php|1|1http://acm.uiowa.edu/upload.php|1|1http://acm.uiowa.edu/e107_plugins/calendar_menu/calendar.php|1|1http://acm.uiowa.edu/page.php?3|1|1http://acm.uiowa.edu/usersettings.php|1|1|1|1'),(87,'2006-07-13','17220http://webmail.iopwa.edu/news.php|28|8http://acm.uiowa.edu/e107_plugins/forum/forum.php|53|1http://acm.uiowa.edu/e107_plugins/forum/forum_viewtopic.php?118.0|25|1http://acm.uiowa.edu/page.php?3|1|1http://acm.uiowa.edu/e107_plugins/forum/forum_viewforum.php?8|21|1http://acm.uiowa.edu/e107_plugins/forum/forum_post.php?rp.121|16|1http://acm.uiowa.edu/user.php|4|1http://acm.uiowa.edu/userposts.php?0.comments.27|1|1http://acm.uiowa.edu/comment.php?comment.poll.3|4|1http://acm.uiowa.edu/e107_plugins/calendar_menu/calendar.php|3|1http://acm.uiowa.edu/e107_plugins/calendar_menu/event.php?1156136400|4|1http://acm.uiowa.edu/e107_plugins/log/stats.php?1|11|1http://acm.uiowa.edu/top.php?0.top.forum.10|1|1'),(90,'2006-07-16','216http://acm.uiowa.edu/news.php|10|2http://acm.uiowa.edu/e107_plugins/forum/forum.php|8|1http://acm.uiowa.edu/e107_plugins/forum/forum_viewforum.php?8|1|1http://acm.uiowa.edu/e107_plugins/forum/forum_viewtopic.php?30|1|1http://acm.uiowa.edu/page.php?3|1|1'),(91,'2006-07-17','12213http://acm.uiowa.edu/news.php|21|5http://acm.uiowa.edu/e107_plugins/forum/forum.php|40|1http://acm.uiowa.edu/e107_plugins/forum/forum_viewforum.php?14|21|1http://acm.uiowa.edu/e107_plugins/forum/forum_post.php?nt.14|16|1http://acm.uiowa.edu/e107_plugins/forum/forum_viewtopic.php?142.last|19|1http://acm.uiowa.edu/online.php|1|1http://acm.uiowa.edu/user.php|1|1http://acm.uiowa.edu/page.php?3|1|1http://acm.uiowa.edu/e107_plugins/pm/pm.php?send.5|2|1'),(92,'2006-07-18','9412http://acm.uiowa.edu/news.php|23|5http://acm.uiowa.edu/e107_plugins/forum/forum.php|20|1http://acm.uiowa.edu/e107_plugins/forum/forum_viewforum.php?8|11|1http://acm.uiowa.edu/e107_plugins/forum/forum_viewtopic.php?30|16|1http://acm.uiowa.edu/page.php?3|4|1http://acm.uiowa.edu/e107_plugins/pm/pm.php?inbox|13|1http://acm.uiowa.edu/e107_plugins/forum/forum_post.php?rp.30|6|1http://acm.uiowa.edu/search.php?q=banner|1|1'),(93,'2006-07-19','3812http://acm.uiowa.edu/news.php|17|5http://acm.uiowa.edu/e107_plugins/forum/forum.php|12|1http://acm.uiowa.edu/e107_plugins/forum/forum_viewforum.php?8|1|1http://acm.uiowa.edu/e107_plugins/forum/forum_viewtopic.php?30|2|1http://acm.uiowa.edu/page.php?3|2|1http://acm.uiowa.edu/usersettings.php|1|1http://acm.uiowa.edu/e107_plugins/pm/pm.php?show.29|2|1|1|1'),(94,'2006-07-20','3112http://acm.cs.uiowa.edu/news.php|8|3http://acm.cs.uiowa.edu/e107_plugins/calendar_menu/event.php?1153371600.one|2|1http://acm.cs.uiowa.edu/download.php|4|1http://acm.cs.uiowa.edu/e107_plugins/calendar_menu/calendar.php|1|1http://acm.uiowa.edu/e107_plugins/forum/forum.php|6|1http://acm.uiowa.edu/page.php?3|2|1|1|1http://acm.uiowa.edu/e107_plugins/forum/forum_viewforum.php?12|2|1http://acm.uiowa.edu/e107_plugins/forum/forum_viewtopic.php?37|1|1http://acm.uiowa.edu/e107_plugins/forum/forum_post.php?nt.12|4|1'),(101,'2006-07-27','12321http://acm.uiowa.edu/news.php|33|7http://acm.uiowa.edu/e107_plugins/forum/forum.php|25|1http://acm.uiowa.edu/e107_plugins/forum/forum_viewforum.php?7|10|1http://acm.uiowa.edu/e107_plugins/forum/forum_viewtopic.php?179|15|1http://acm.uiowa.edu/page.php?3|6|1http://acm.cs.uiowa.edu/top.php?0.top.forum.10|3|1http://acm.uiowa.edu/e107_plugins/pm/pm.php?outbox|4|1http://acm.uiowa.edu/e107_plugins/forum/forum_post.php?rp.179|2|1http://acm.uiowa.edu/e107_plugins/calendar_menu/event.php|5|1http://acm.uiowa.edu/e107_plugins/calendar_menu/calendar.php|1|1http://acm.uiowa.edu/user.php?id.5|8|1http://acm.uiowa.edu/signup.php|4|1http://acm.uiowa.edu/online.php|1|1http://acm.uiowa.edu/usersettings.php|4|1http://acm.uiowa.edu/download.php|2|1'),(95,'2006-07-21','52020http://acm.uiowa.edu/news.php|42|6http://acm.uiowa.edu/e107_plugins/forum/forum.php|118|2http://acm.uiowa.edu/page.php?3|6|1http://acm.uiowa.edu/e107_plugins/forum/forum_viewforum.php?7|91|1http://acm.uiowa.edu/e107_plugins/forum/forum_viewtopic.php?150|139|1http://acm.uiowa.edu/e107_plugins/forum/forum_post.php?rp.150|56|2http://acm.uiowa.edu/user.php|31|1http://acm.uiowa.edu/top.php?0.top.forum.10|2|1http://acm.uiowa.edu/e107_plugins/log/stats.php?8|6|1http://acm.uiowa.edu/e107_plugins/forum/forum_conf.php?move.150|2|1http://acm.uiowa.edu/usersettings.php|13|1http://acm.uiowa.edu/e107_plugins/pm/pm.php?inbox|7|1http://acm.uiowa.edu/search.php?q=iowastate|7|1'),(96,'2006-07-22','508http://acm.uiowa.edu/news.php|22|3http://acm.uiowa.edu/e107_plugins/forum/forum.php|21|1http://acm.uiowa.edu/page.php?3|2|1http://acm.uiowa.edu/e107_plugins/pm/pm.php?inbox|2|1http://acm.uiowa.edu/e107_plugins/forum/forum_viewforum.php?19|1|1http://acm.uiowa.edu/e107_plugins/forum/forum_viewtopic.php?173|2|1'),(97,'2006-07-23','5312http://acm.uiowa.edu/news.php|20|6http://acm.uiowa.edu/e107_plugins/forum/forum.php|22|1http://acm.uiowa.edu/e107_plugins/forum/forum_viewforum.php?19|3|1http://acm.uiowa.edu/e107_plugins/forum/forum_viewtopic.php?173|2|1http://acm.uiowa.edu/e107_plugins/forum/forum_post.php?rp.173|1|1http://www.acm.uiowa.edu/page.php?3|4|1http://acm.uiowa.edu/top.php?0.top.forum.10|1|1'),(98,'2006-07-24','9616http://acm.uiowa.edu/news.php|26|8http://acm.uiowa.edu/e107_plugins/forum/forum.php|21|1http://acm.uiowa.edu/e107_plugins/forum/forum_viewforum.php?14|13|1http://acm.uiowa.edu/e107_plugins/forum/forum_viewtopic.php?119|12|1http://acm.uiowa.edu/page.php?3|8|1http://acm.uiowa.edu/user.php?id.9|6|1http://acm.uiowa.edu/userposts.php?0.forums.2|1|1http://acm.uiowa.edu/e107_plugins/log/stats.php?1|7|1http://acm.uiowa.edu/e107_plugins/forum/forum_post.php?nt.14|2|1'),(100,'2006-07-26','9613http://acm.cs.uiowa.edu/comment.php?comment.news.10|1|1http://acm.uiowa.edu/news.php|18|4http://acm.uiowa.edu/e107_plugins/forum/forum.php|20|1http://acm.uiowa.edu/page.php?3|5|1http://acm.uiowa.edu/e107_plugins/pm/pm.php?show.31|14|1http://acm.uiowa.edu/e107_plugins/forum/forum_viewforum.php?12|10|1http://acm.uiowa.edu/e107_plugins/forum/forum_viewtopic.php?1|8|1http://acm.uiowa.edu/user.php?id.15|5|1http://acm.uiowa.edu/e107_plugins/forum/forum_post.php?nt.7|3|1http://acm.uiowa.edu/usersettings.php|12|1'),(99,'2006-07-25','8116http://acm.cs.uiowa.edu/news.php|31|9http://acm.uiowa.edu/e107_plugins/forum/forum.php|22|1http://acm.uiowa.edu/page.php?3|6|1http://acm.uiowa.edu/e107_plugins/forum/forum_viewtopic.php?178|13|1http://acm.cs.uiowa.edu/comment.php?comment.poll.3|1|1http://acm.cs.uiowa.edu/e107_plugins/forum/forum_viewforum.php?14|6|1http://acm.cs.uiowa.edu/user.php?id.5|1|1http://acm.cs.uiowa.edu/download.php|1|1'),(102,'2006-07-28','2211http://acm.uiowa.edu/news.php|5|3http://acm.uiowa.edu/e107_plugins/forum/forum.php|5|1http://acm.uiowa.edu/online.php|1|1http://acm.uiowa.edu/user.php?id.28|2|1http://acm.uiowa.edu/usersettings.php|3|1http://acm.uiowa.edu/comment.php?comment.poll.3|1|1http://acm.uiowa.edu/page.php?2|1|1http://acm.uiowa.edu/e107_plugins/pm/pm.php?show.33|3|1http://acm.uiowa.edu/e107_plugins/forum/forum_viewtopic.php?179.0|1|1'),(103,'2006-07-29','00'),(104,'2006-07-30','84http://acm.uiowa.edu/news.php|5|2http://acm.uiowa.edu/e107_plugins/forum/forum.php|2|1http://acm.uiowa.edu/page.php?3|1|1'),(105,'2006-08','a:27:{s:5:\"TOTAL\";a:2:{s:4:\"ttlv\";i:3211;s:4:\"unqv\";i:315;}s:5:\"index\";a:2:{s:4:\"ttlv\";i:7;s:4:\"unqv\";i:7;}s:4:\"news\";a:2:{s:4:\"ttlv\";i:611;s:4:\"unqv\";i:116;}s:5:\"forum\";a:2:{s:4:\"ttlv\";i:784;s:4:\"unqv\";i:21;}s:15:\"forum_viewforum\";a:2:{s:4:\"ttlv\";i:443;s:4:\"unqv\";i:19;}s:15:\"forum_viewtopic\";a:2:{s:4:\"ttlv\";i:562;s:4:\"unqv\";i:22;}s:10:\"forum_post\";a:2:{s:4:\"ttlv\";i:332;s:4:\"unqv\";i:21;}s:4:\"user\";a:2:{s:4:\"ttlv\";i:130;s:4:\"unqv\";i:14;}s:2:\"pm\";a:2:{s:4:\"ttlv\";i:108;s:4:\"unqv\";i:9;}s:8:\"download\";a:2:{s:4:\"ttlv\";i:27;s:4:\"unqv\";i:6;}s:5:\"stats\";a:2:{s:4:\"ttlv\";i:2;s:4:\"unqv\";i:2;}s:4:\"page\";a:2:{s:4:\"ttlv\";i:61;s:4:\"unqv\";i:18;}s:8:\"calendar\";a:2:{s:4:\"ttlv\";i:18;s:4:\"unqv\";i:7;}s:6:\"signup\";a:2:{s:4:\"ttlv\";i:5;s:4:\"unqv\";i:2;}s:12:\"usersettings\";a:2:{s:4:\"ttlv\";i:35;s:4:\"unqv\";i:7;}s:5:\"event\";a:2:{s:4:\"ttlv\";i:15;s:4:\"unqv\";i:6;}s:6:\"online\";a:2:{s:4:\"ttlv\";i:5;s:4:\"unqv\";i:2;}s:9:\"userposts\";a:2:{s:4:\"ttlv\";i:4;s:4:\"unqv\";i:4;}s:7:\"comment\";a:2:{s:4:\"ttlv\";i:29;s:4:\"unqv\";i:12;}s:3:\"top\";a:2:{s:4:\"ttlv\";i:8;s:4:\"unqv\";i:5;}s:6:\"upload\";a:2:{s:4:\"ttlv\";i:6;s:4:\"unqv\";i:4;}s:8:\"oldpolls\";a:2:{s:4:\"ttlv\";i:2;s:4:\"unqv\";i:1;}s:10:\"forum_conf\";a:2:{s:4:\"ttlv\";i:7;s:4:\"unqv\";i:2;}s:11:\"forum_stats\";a:2:{s:4:\"ttlv\";i:4;s:4:\"unqv\";i:4;}s:6:\"search\";a:2:{s:4:\"ttlv\";i:3;s:4:\"unqv\";i:2;}s:10:\"submitnews\";a:2:{s:4:\"ttlv\";i:1;s:4:\"unqv\";i:1;}s:8:\"gsitemap\";a:2:{s:4:\"ttlv\";i:2;s:4:\"unqv\";i:1;}}'),(106,'2006-07-31','16616undefined|1|1http://acm.uiowa.edu/news.php|25|5http://acm.uiowa.edu/e107_plugins/forum/forum.php|46|1http://acm.uiowa.edu/e107_plugins/forum/forum_viewforum.php?7|35|1http://acm.uiowa.edu/e107_plugins/forum/forum_viewtopic.php?179|33|1http://acm.uiowa.edu/e107_plugins/forum/forum_post.php?rp.179|18|2http://acm.uiowa.edu/user.php|2|1http://acm.uiowa.edu/e107_plugins/pm/pm.php?send|2|1http://acm.cs.uiowa.edu/download.php|2|1http://acm.uiowa.edu/e107_plugins/log/stats.php?1|1|1http://acm.uiowa.edu/page.php?3|1|1'),(107,'2006-08-1','5812undefined|1|1http://acm.uiowa.edu/e107_plugins/forum/forum.php|21|1http://acm.uiowa.edu/news.php|16|4http://acm.uiowa.edu/e107_plugins/forum/forum_viewforum.php?16|4|1http://acm.uiowa.edu/e107_plugins/forum/forum_viewtopic.php?187|8|1http://acm.cs.uiowa.edu/page.php?3|2|1http://acm.uiowa.edu/e107_plugins/pm/pm.php?show.34|2|1http://acm.uiowa.edu/e107_plugins/calendar_menu/calendar.php|1|1http://acm.uiowa.edu/signup.php|3|1'),(111,'2006-08-5','5214http://acm.cs.uiowa.edu/comment.php?comment.news.9|1|1http://acm.uiowa.edu/news.php|13|5http://acm.uiowa.edu/e107_plugins/forum/forum.php|11|1http://acm.uiowa.edu/e107_plugins/forum/forum_viewforum.php?10|7|1http://acm.uiowa.edu/e107_plugins/forum/forum_viewtopic.php?103|8|1http://acm.uiowa.edu/e107_plugins/forum/forum_post.php?rp.103|5|1http://acm.uiowa.edu/e107_plugins/pm/pm.php?inbox|2|1http://acm.uiowa.edu/page.php?3|2|1http://acm.uiowa.edu/usersettings.php|2|1http://acm.uiowa.edu/e107_plugins/forum/forum_stats.php|1|1'),(108,'2006-08-2','25019http://acm.uiowa.edu/news.php|27|4http://acm.uiowa.edu/e107_plugins/forum/forum.php|64|1http://acm.uiowa.edu/page.php?3|9|2http://acm.uiowa.edu/e107_plugins/forum/forum_viewforum.php?16|14|1http://acm.uiowa.edu/e107_plugins/forum/forum_viewtopic.php?187|16|1http://acm.uiowa.edu/e107_plugins/forum/forum_post.php?rp.187|5|1http://acm.uiowa.edu/user.php?id.28|20|1http://acm.uiowa.edu/usersettings.php|4|1http://acm.uiowa.edu/e107_plugins/calendar_menu/calendar.php|4|1http://acm.uiowa.edu/e107_plugins/calendar_menu/event.php?1156136400.event.3|1|1http://acm.uiowa.edu/e107_plugins/pm/pm.php?send.5|78|1http://acm.uiowa.edu/online.php|2|1http://acm.uiowa.edu/userposts.php?0.comments.27|1|1http://acm.uiowa.edu/comment.php?comment.poll.3|4|1http://acm.uiowa.edu/top.php?0.top.forum.10|1|1'),(110,'2006-08-4','27719http://acm.uiowa.edu/news.php|48|6http://acm.uiowa.edu/e107_plugins/forum/forum.php|59|1http://acm.uiowa.edu/e107_plugins/forum/forum_viewforum.php?15|43|1http://acm.uiowa.edu/e107_plugins/forum/forum_viewtopic.php?201|52|1http://acm.uiowa.edu/e107_plugins/forum/forum_post.php?rp.201|26|1http://acm.uiowa.edu/user.php|21|1http://acm.cs.uiowa.edu/page.php?2|4|1http://acm.cs.uiowa.edu/signup.php|2|1http://acm.cs.uiowa.edu/usersettings.php|14|1++|1|1http://acm.uiowa.edu/userposts.php?0.forums.10|1|1http://acm.uiowa.edu/e107_plugins/pm/pm.php?send.30|4|2http://acm.uiowa.edu/e107_plugins/forum/forum_conf.php?move.204|2|1'),(109,'2006-08-3','22320http://acm.uiowa.edu/news.php|41|8http://acm.uiowa.edu/e107_plugins/forum/forum.php|60|1http://www.acm.uiowa.edu/e107_plugins/forum/forum_viewforum.php?16|27|1http://www.acm.uiowa.edu/e107_plugins/forum/forum_viewtopic.php?187|33|1http://www.acm.uiowa.edu/user.php?id.28|23|1http://www.acm.uiowa.edu/e107_plugins/forum/forum_post.php?rp.187|14|1http://acm.uiowa.edu/e107_plugins/calendar_menu/calendar.php|2|1http://acm.uiowa.edu/e107_plugins/calendar_menu/event.php?1156136400.one|1|1http://acm.uiowa.edu/upload.php|3|1http://acm.uiowa.edu/download.php|8|1http://acm.uiowa.edu/page.php?3|4|1http://acm.uiowa.edu/usersettings.php|5|1http://acm.uiowa.edu/e107_plugins/poll/oldpolls.php|2|1'),(115,'2006-08-9','64531http://acm.uiowa.edu/news.php|65|13http://acm.uiowa.edu/e107_plugins/forum/forum.php|106|2http://acm.uiowa.edu/e107_plugins/forum/forum_viewforum.php?16|113|1http://acm.uiowa.edu/e107_plugins/forum/forum_viewtopic.php?216|198|2http://acm.uiowa.edu/e107_plugins/forum/forum_post.php?nt.16|99|1http://acm.uiowa.edu/usersettings.php|8|1http://acm.uiowa.edu/user.php|12|1http://acm.uiowa.edu/e107_plugins/calendar_menu/event.php?1155099600.one|8|1http://acm.uiowa.edu/page.php?2|10|1http://acm.uiowa.edu/comment.php?comment.poll.5|4|2http://acm.uiowa.edu/download.php|11|1http://acm.uiowa.edu/e107_plugins/calendar_menu/calendar.php|3|1http://acm.cs.uiowa.edu/search.php?q=|2|1http://acm.uiowa.edu/top.php?0.active|4|1http://acm.uiowa.edu/userposts.php?0.forums.21|1|1http://acm.uiowa.edu/upload.php|1|1'),(112,'2006-08-6','7916http://acm.uiowa.edu/news.php|27|4http://acm.uiowa.edu/e107_plugins/forum/forum.php|21|1|1|1http://acm.uiowa.edu/e107_plugins/forum/forum_viewforum.php?10|8|1http://acm.uiowa.edu/e107_plugins/forum/forum_viewtopic.php?103|6|1http://acm.uiowa.edu/search.php?q=videogame|1|1http://acm.uiowa.edu/e107_plugins/forum/forum_post.php?rp.110.0|4|1http://acm.uiowa.edu/page.php?3|2|1http://acm.uiowa.edu/user.php|2|1http://acm.cs.uiowa.edu/comment.php?comment.news.7|1|1http://acm.uiowa.edu/upload.php|1|1http://acm.uiowa.edu/download.php|4|1http://www.acm.uiowa.edu/e107_plugins/calendar_menu/event.php?1156136400.one|1|1'),(113,'2006-08-7','20715http://acm.uiowa.edu/news.php|57|5http://acm.uiowa.edu/e107_plugins/forum/forum.php|50|1http://acm.uiowa.edu/e107_plugins/forum/forum_viewforum.php?16|18|1http://acm.uiowa.edu/e107_plugins/forum/forum_viewtopic.php?216|17|1http://acm.uiowa.edu/e107_plugins/forum/forum_post.php?rp.216|12|1http://acm.uiowa.edu/user.php?id.28|26|1http://acm.uiowa.edu/e107_plugins/forum/forum_stats.php|1|1http://acm.uiowa.edu/page.php?3|13|1http://acm.uiowa.edu/comment.php?comment.poll.4|11|1http://acm.uiowa.edu/upload.php|1|1http://acm.uiowa.edu/usersettings.php|1|1'),(114,'2006-08-8','13417http://acm.cs.uiowa.edu/news.php|41|8http://acm.uiowa.edu/e107_plugins/forum/forum.php|42|1http://acm.uiowa.edu/comment.php?comment.poll.5|2|1http://acm.uiowa.edu/user.php?id.28|4|1http://acm.uiowa.edu/e107_plugins/forum/forum_viewforum.php?15|20|1http://acm.uiowa.edu/e107_plugins/forum/forum_viewtopic.php?178|15|1http://acm.uiowa.edu/download.php|1|1http://acm.uiowa.edu/page.php?3|1|1http://acm.uiowa.edu/e107_plugins/forum/forum_post.php?nt.7|7|1http://acm.uiowa.edu/submitnews.php|1|1'),(116,'2006-08-10','11419|1|1http://acm.uiowa.edu/news.php|27|5http://acm.uiowa.edu/e107_plugins/forum/forum.php|34|1http://acm.uiowa.edu/e107_plugins/forum/forum_viewforum.php?16|13|1http://acm.uiowa.edu/e107_plugins/forum/forum_viewtopic.php?240|15|2http://acm.uiowa.edu/comment.php?comment.poll.5|1|1http://acm.uiowa.edu/e107_plugins/forum/forum_post.php?rp.178|3|1http://acm.uiowa.edu/top.php?0.top.forum.10|1|1http://acm.uiowa.edu/page.php?3|1|1http://acm.uiowa.edu/user.php?id.5|5|1http://acm.uiowa.edu/e107_plugins/pm/pm.php?send.5|3|1http://acm.uiowa.edu/e107_plugins/forum/forum_stats.php|1|1http://acm.uiowa.edu/e107_plugins/calendar_menu/calendar.php|6|1http://acm.uiowa.edu/e107_plugins/calendar_menu/event.php?1164952800|3|1'),(117,'2006-08-11','719http://acm.uiowa.edu/news.php|24|4http://acm.uiowa.edu/e107_plugins/forum/forum.php|25|1http://acm.uiowa.edu/page.php?2|1|1http://acm.uiowa.edu/e107_plugins/forum/forum_viewforum.php?11|7|1http://acm.uiowa.edu/e107_plugins/forum/forum_viewtopic.php?258|8|1http://acm.uiowa.edu/e107_plugins/forum/forum_post.php?nt.7|6|1'),(118,'2006-08-12','15916http://acm.uiowa.edu/news.php|41|5http://acm.uiowa.edu/e107_plugins/forum/forum.php|34|1http://acm.uiowa.edu/e107_plugins/forum/forum_viewforum.php?8|17|1http://acm.uiowa.edu/e107_plugins/forum/forum_viewtopic.php?108|23|1http://acm.uiowa.edu/e107_plugins/forum/forum_post.php?rp.108|27|1http://acm.uiowa.edu/page.php?3|1|1http://acm.uiowa.edu/user.php?id.28|5|1http://test.trumanyoung.com/e107_plugins/calendar_menu/event.php?1155358800.one|1|1http://acm.uiowa.edu/e107_plugins/calendar_menu/calendar.php|1|1http://www.acm.uiowa.edu/comment.php?comment.poll.5|2|1|1|1http://acm.uiowa.edu/e107_plugins/pm/pm.php?send|6|1'),(119,'2006-08-13','276http://acm.uiowa.edu/news.php|14|3http://acm.uiowa.edu/e107_plugins/forum/forum.php|9|1http://acm.uiowa.edu/e107_plugins/forum/forum_viewforum.php?8|2|1http://acm.uiowa.edu/e107_plugins/forum/forum_viewtopic.php?264|2|1'),(120,'2006-08-14','6512http://acm.cs.uiowa.edu/news.php|25|6http://acm.uiowa.edu/e107_plugins/forum/forum.php|10|1http://acm.uiowa.edu/user.php?id.9|2|1http://acm.uiowa.edu/e107_plugins/pm/pm.php?inbox|11|1http://acm.uiowa.edu/e107_plugins/forum/forum_viewforum.php?9|6|1http://acm.uiowa.edu/e107_plugins/forum/forum_viewtopic.php?18|7|1http://acm.uiowa.edu/e107_plugins/forum/forum_post.php?nt.9|4|1'),(121,'2006-08-15','11718http://acm.uiowa.edu/news.php|14|6http://acm.uiowa.edu/e107_plugins/forum/forum.php|42|1http://acm.uiowa.edu/page.php?3|4|1http://acm.uiowa.edu/e107_plugins/forum/forum_viewforum.php?7|20|1http://acm.uiowa.edu/e107_plugins/forum/forum_viewtopic.php?263|19|1http://acm.uiowa.edu/user.php?id.5|1|1http://acm.uiowa.edu/e107_plugins/forum/forum_post.php?nt.20|11|1http://acm.cs.uiowa.edu/comment.php?comment.news.3|2|2http://acm.uiowa.edu/usersettings.php|1|1http://acm.uiowa.edu/top.php?0.top.forum.10|1|1http://acm.uiowa.edu/e107_plugins/log/stats.php?1|1|1http://acm.uiowa.edu/e107_plugins/calendar_menu/calendar.php|1|1'),(122,'2006-08-16','7614|1|1http://acm.uiowa.edu/news.php|24|8http://acm.uiowa.edu/e107_plugins/forum/forum.php|18|1http://www.acm.uiowa.edu/e107_plugins/forum/forum_viewforum.php?20|16|1http://www.acm.uiowa.edu/e107_plugins/forum/forum_viewtopic.php?275|10|1http://www.acm.uiowa.edu/e107_plugins/forum/forum_post.php?nt.14|5|1http://acm.uiowa.edu/page.php?3|2|1'),(123,'2006-08-17','37227http://acm.uiowa.edu/news.php|50|11http://acm.uiowa.edu/e107_plugins/forum/forum.php|103|2http://acm.uiowa.edu/e107_plugins/forum/forum_viewforum.php?14|61|1http://acm.uiowa.edu/e107_plugins/forum/forum_post.php?nt.14|63|1http://acm.uiowa.edu/e107_plugins/forum/forum_viewtopic.php?281.last|73|2http://acm.uiowa.edu/user.php|4|1http://acm.uiowa.edu/userposts.php?0.forums.2|1|1http://acm.uiowa.edu/e107_plugins/forum/forum_conf.php?move.283|5|1http://acm.uiowa.edu/top.php?0.top.forum.10|1|1http://acm.uiowa.edu/online.php|3|1http://acm.uiowa.edu/gsitemap.php?show|2|1http://acm.uiowa.edu/download.php|1|1http://acm.uiowa.edu/page.php?3|3|1http://acm.uiowa.edu/e107_plugins/forum/forum_stats.php|1|1http://acm.uiowa.edu/comment.php?comment.poll.5|1|1'); UNLOCK TABLES; /*!40000 ALTER TABLE `acm_e107_logstats` ENABLE KEYS */; -- -- Table structure for table `acm_e107_menus` -- DROP TABLE IF EXISTS `acm_e107_menus`; CREATE TABLE `acm_e107_menus` ( `menu_id` int(10) unsigned NOT NULL auto_increment, `menu_name` varchar(100) NOT NULL default '', `menu_location` tinyint(3) unsigned NOT NULL default '0', `menu_order` tinyint(3) unsigned NOT NULL default '0', `menu_class` varchar(255) NOT NULL default '0', `menu_pages` text NOT NULL, `menu_path` varchar(100) NOT NULL default '', PRIMARY KEY (`menu_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `acm_e107_menus` -- /*!40000 ALTER TABLE `acm_e107_menus` DISABLE KEYS */; LOCK TABLES `acm_e107_menus` WRITE; INSERT INTO `acm_e107_menus` VALUES (1,'login_menu',1,1,'0','','login_menu/'),(3,'online_menu',1,5,'0','','online_menu/'),(4,'blogcalendar_menu',0,0,'0','','blogcalendar_menu/'),(5,'tree_menu',0,0,'0','','tree_menu/'),(6,'search_menu',0,0,'0','','search_menu/'),(7,'compliance_menu',0,0,'0','','compliance_menu/'),(8,'userlanguage_menu',0,0,'0','','userlanguage_menu/'),(9,'powered_by_menu',0,0,'0','','powered_by_menu/'),(10,'counter_menu',1,6,'0','','counter_menu/'),(11,'usertheme_menu',1,3,'0','','usertheme_menu/'),(12,'banner_menu',0,0,'0','','banner_menu/'),(13,'online_extended_menu',0,0,'0','','online_extended_menu/'),(14,'clock_menu',0,0,'0','','clock_menu/'),(15,'sitebutton_menu',0,0,'0','','sitebutton_menu/'),(16,'comment_menu',0,0,'0','','comment_menu/'),(17,'lastseen_menu',0,0,'0','','lastseen/'),(18,'other_news_menu',0,0,'0','','other_news_menu/'),(19,'other_news2_menu',0,0,'0','','other_news_menu/'),(20,'admin_menu',0,0,'0','','admin_menu/'),(22,'private_msg_menu',1,2,'0','','pm/'),(23,'calendar_menu',0,0,'0','','calendar_menu/'),(24,'subs_menu',0,0,'0','','calendar_menu/'),(25,'poll_menu',1,4,'0','','poll/'),(26,'newforumposts_menu',0,0,'0','','forum/'),(28,'My Menu',0,0,'0','','4'); UNLOCK TABLES; /*!40000 ALTER TABLE `acm_e107_menus` ENABLE KEYS */; -- -- Table structure for table `acm_e107_news` -- DROP TABLE IF EXISTS `acm_e107_news`; CREATE TABLE `acm_e107_news` ( `news_id` int(10) unsigned NOT NULL auto_increment, `news_title` varchar(200) NOT NULL default '', `news_body` text NOT NULL, `news_extended` text NOT NULL, `news_datestamp` int(10) unsigned NOT NULL default '0', `news_author` int(10) unsigned NOT NULL default '0', `news_category` tinyint(3) unsigned NOT NULL default '0', `news_allow_comments` tinyint(3) unsigned NOT NULL default '0', `news_start` int(10) unsigned NOT NULL default '0', `news_end` int(10) unsigned NOT NULL default '0', `news_class` varchar(255) NOT NULL default '0', `news_render_type` tinyint(3) unsigned NOT NULL default '0', `news_comment_total` int(10) unsigned NOT NULL default '0', `news_summary` text NOT NULL, `news_thumbnail` text NOT NULL, `news_sticky` tinyint(3) unsigned NOT NULL default '0', PRIMARY KEY (`news_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `acm_e107_news` -- /*!40000 ALTER TABLE `acm_e107_news` DISABLE KEYS */; LOCK TABLES `acm_e107_news` WRITE; INSERT INTO `acm_e107_news` VALUES (2,'Upgrades Needed','There Is now a Forum For WebPage related Stuff','',1146337654,2,2,0,0,0,'0,253,254,1',0,0,'Upgrades needed','',0),(11,'Need a Computer for Fall?','My employer (Johnson County Information Services, part of the Johnson County Government) is having a used comptuer sale this Saturday and the following Saturday on S. Dubuque Street. I can personally attest to the quality of the computers as I was responsible for Ghosting all the machines with a default installation of Windows 2000. [b]Most of them are Dell GX400's with Pentium 4 1.7-1.8 Ghz processors and 256MB RDRAM[/b]. We are also selling some old laptops, laserjet printers, and many Dell 19" CRT monitors (mostly manufactured in 2003). I have bought hardware here in the past and would recommend it to anyone looking to pick up some good hardware for pretty cheap. The details can be found at the following link:\r\n\r\n [b][link=http://www.johnson-county.com/sale/index.shtml ]http://www.johnson-county.com/sale/index.shtml[/link][/b] ','',1155573249,9,1,0,0,0,'0',0,0,'','',0),(3,'Finals Week Dinner','Our first biannual finals week dinner is 6:30 pm Tuesday May 9th at Vitos. It would be great to have you!\r\n[[b]Submitted by studbucket[/b]]','',1146623192,5,3,0,0,0,'0',0,3,'','',0),(9,'Google Earth For Linux','Looks like Google starts to realise that Linux community might enjoy their tools as well.\r\nThere we go => [link=http://earth.google.com/tour/thanks-linux4.html]Google Earth for Linux[/link]. Enjoy!\r\n[[b]Submitted by Anton[/b]]','',1150198603,8,1,0,0,0,'0',0,0,'','',0),(5,'Ask Slashdot Article','[link=http://ask.slashdot.org/askslashdot/06/05/28/019204.shtml]Link to Article[/link] \r\n\r\nI would like to see some more news items being submitted to the site, and thought I would browse the web and find something semi-interesting and relevant to post to possibly get the ball rolling. This was just an Ask Slashdot article that is more oriented toward beginning programmers, but provides some good discussion and ideas of how to attack the problem of learning some new technologies. Check it out.','',1148851018,5,1,0,0,0,'0',0,0,'Here's an example of what someone may want to post on our site, perhaps an interesting news tidbit, good tutorial, etc.','',0),(6,'Member Blogs','If you haven't noticed, we now have 5 member blogs on the site. 3 of them are detailing internships and the other two are just personal blogs. If you want your own blog hosted by the ACM, contact our lovable webmaster. Enjoy!\r\n[[b]Submitted by studbucket[/b]]','',1148851311,5,2,0,0,0,'0',0,0,'Check out our new blogs!','',0),(7,'Picasa for Linux','For all of you photo-freaks, open source lovers. Picasa is now available for linux. Some of you might get excited, but I still would personally recommend using F-Spot. Keep it open, I am talking about the source. \r\n[[b]Submitted by Anton[/b]]','',1149090574,5,1,0,0,0,'0',0,0,'','',0),(8,'The Forums are up!','Finally, we can all communicate without ever leaving our chairs, enjoy the forums today and for years to come!','',1149124622,5,2,0,0,0,'0',0,0,'That's right!','',0),(10,'Ajax for Java developers','Google has released a set of API's that allow dynamic web content to be created pretty easily as far as I can tell from the code on [link=http://www-128.ibm.com/developerworks/library/j-ajax4/index.html?ca=dgr-lnxw01GWT4Ajax]this[/link] page.\r\n\r\nHere is the link to the technologies homepage: http://code.google.com/webtoolkit/ ','',1151511313,9,1,0,0,0,'0',0,0,'A look at the Google Web Toolkit','',0); UNLOCK TABLES; /*!40000 ALTER TABLE `acm_e107_news` ENABLE KEYS */; -- -- Table structure for table `acm_e107_news_category` -- DROP TABLE IF EXISTS `acm_e107_news_category`; CREATE TABLE `acm_e107_news_category` ( `category_id` int(10) unsigned NOT NULL auto_increment, `category_name` varchar(200) NOT NULL default '', `category_icon` varchar(250) NOT NULL default '', PRIMARY KEY (`category_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `acm_e107_news_category` -- /*!40000 ALTER TABLE `acm_e107_news_category` DISABLE KEYS */; LOCK TABLES `acm_e107_news_category` WRITE; INSERT INTO `acm_e107_news_category` VALUES (1,'Misc','icon5.png'),(2,'Site News','icon2.png'),(3,'Event','icon13.png'); UNLOCK TABLES; /*!40000 ALTER TABLE `acm_e107_news_category` ENABLE KEYS */; -- -- Table structure for table `acm_e107_online` -- DROP TABLE IF EXISTS `acm_e107_online`; CREATE TABLE `acm_e107_online` ( `online_timestamp` int(10) unsigned NOT NULL default '0', `online_flag` tinyint(3) unsigned NOT NULL default '0', `online_user_id` varchar(100) NOT NULL default '', `online_ip` varchar(15) NOT NULL default '', `online_location` varchar(100) NOT NULL default '', `online_pagecount` tinyint(3) unsigned NOT NULL default '0' ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `acm_e107_online` -- /*!40000 ALTER TABLE `acm_e107_online` DISABLE KEYS */; LOCK TABLES `acm_e107_online` WRITE; INSERT INTO `acm_e107_online` VALUES (1155951563,0,'2.','128.255.66.17','http://acm.uiowa.edu/news.php',1); UNLOCK TABLES; /*!40000 ALTER TABLE `acm_e107_online` ENABLE KEYS */; -- -- Table structure for table `acm_e107_page` -- DROP TABLE IF EXISTS `acm_e107_page`; CREATE TABLE `acm_e107_page` ( `page_id` int(10) unsigned NOT NULL auto_increment, `page_title` varchar(250) NOT NULL default '', `page_text` mediumtext NOT NULL, `page_author` int(10) unsigned NOT NULL default '0', `page_datestamp` int(10) unsigned NOT NULL default '0', `page_rating_flag` tinyint(1) unsigned NOT NULL default '0', `page_comment_flag` tinyint(1) unsigned NOT NULL default '0', `page_password` varchar(50) NOT NULL default '', `page_class` varchar(250) NOT NULL default '', `page_ip_restrict` text NOT NULL, `page_theme` varchar(50) NOT NULL default '', PRIMARY KEY (`page_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `acm_e107_page` -- /*!40000 ALTER TABLE `acm_e107_page` DISABLE KEYS */; LOCK TABLES `acm_e107_page` WRITE; INSERT INTO `acm_e107_page` VALUES (2,'Contact','\r\n\r\n\r\n[php]\r\n\r\n\r\nglobal $eTraffic, $error_handler, $db_time, $sql, $sql2, $mySQLserver, $mySQLuser, $mySQLpassword, $mySQLdefaultdb, $CUSTOMFOOTER, $FOOTER, $e107;\r\n\r\nif(!is_object($sql))\r\n{\r\n $sql = new db;\r\n $sql -> db_Connect($mySQLserver, $mySQLuser, $mySQLpassword, $mySQLdefaultdb);\r\n}\r\n$sql->db_select("custom_officers","*","");\r\nwhile ($row = $sql->db_Fetch())\r\n{\r\n $f_name = $row['f_name'];\r\n $l_name = $row['l_name']; \r\n $position = $row['position'];\r\n $email = $row['email'];\r\n $email = sha1($email);\r\n echo "";\r\n echo "";\r\n echo "";\r\n echo sprintf("",$email);\r\n echo "";\r\n}\r\n\r\n\r\n[/php]\r\n
Contact information
$f_name $l_name$position
',0,1147190475,0,0,'','0','',''),(3,'Member Blogs','\r\n[php]\r\ninclude "custom_blog_page.html";\r\n[/php]\r\n',0,1148163312,0,0,'','0','',''),(4,'My Menu','This is a mune',0,1148186947,0,0,'','','','My Menu'); UNLOCK TABLES; /*!40000 ALTER TABLE `acm_e107_page` ENABLE KEYS */; -- -- Table structure for table `acm_e107_plugin` -- DROP TABLE IF EXISTS `acm_e107_plugin`; CREATE TABLE `acm_e107_plugin` ( `plugin_id` int(10) unsigned NOT NULL auto_increment, `plugin_name` varchar(100) NOT NULL default '', `plugin_version` varchar(10) NOT NULL default '', `plugin_path` varchar(100) NOT NULL default '', `plugin_installflag` tinyint(1) unsigned NOT NULL default '0', `plugin_rss` varchar(255) NOT NULL default '', PRIMARY KEY (`plugin_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `acm_e107_plugin` -- /*!40000 ALTER TABLE `acm_e107_plugin` DISABLE KEYS */; LOCK TABLES `acm_e107_plugin` WRITE; INSERT INTO `acm_e107_plugin` VALUES (1,'Links Page','1.12','links_page',0,''),(2,'Feature Box','1.0','featurebox',1,'featurebox'),(3,'Integrity Check','0.03','integrity_check',0,''),(4,'Poll','2.0','poll',1,''),(5,'Forum','1.2','forum',1,''),(6,'Newsletter','1.0','newsletter',0,''),(7,'Chatbox','1.0','chatbox_menu',0,''),(8,'RSS','1.0','rss_menu',0,''),(9,'Private Messenger','3.0','pm',1,''),(10,'Content Management','1.21','content',0,''),(11,'PDF','1.0','pdf',0,''),(12,'New Forum Posts','1','newforumposts_main',0,''),(13,'Statistic Logging','2.0','log',1,''),(14,'Trackback','1.0','trackback',0,''),(15,'List','1.0','list_new',0,''),(16,'Google Sitemap','1.0','gsitemap',1,''),(17,'Linkwords','1.0','linkwords',0,''),(18,'Event Calendar','3.5','calendar_menu',1,''),(19,'Newsfeeds','2.0','newsfeed',0,''),(20,'Alternate Authentication','0.3','alt_auth',0,''); UNLOCK TABLES; /*!40000 ALTER TABLE `acm_e107_plugin` ENABLE KEYS */; -- -- Table structure for table `acm_e107_polls` -- DROP TABLE IF EXISTS `acm_e107_polls`; CREATE TABLE `acm_e107_polls` ( `poll_id` int(10) unsigned NOT NULL auto_increment, `poll_datestamp` int(10) unsigned NOT NULL default '0', `poll_start_datestamp` int(10) unsigned NOT NULL default '0', `poll_end_datestamp` int(10) unsigned NOT NULL default '0', `poll_admin_id` int(10) unsigned NOT NULL default '0', `poll_title` varchar(250) NOT NULL default '', `poll_options` text NOT NULL, `poll_votes` text NOT NULL, `poll_ip` text NOT NULL, `poll_type` tinyint(1) unsigned NOT NULL default '0', `poll_comment` tinyint(1) unsigned NOT NULL default '1', `poll_allow_multiple` tinyint(1) unsigned NOT NULL default '0', `poll_result_type` tinyint(2) unsigned NOT NULL default '0', `poll_vote_userclass` tinyint(3) unsigned NOT NULL default '0', `poll_storage_method` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`poll_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `acm_e107_polls` -- /*!40000 ALTER TABLE `acm_e107_polls` DISABLE KEYS */; LOCK TABLES `acm_e107_polls` WRITE; INSERT INTO `acm_e107_polls` VALUES (1,1146332147,0,1148354417,2,'Do you Like this Site so far??','yesnono opinion','141113','^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^',1,0,0,0,255,0),(2,1148354417,0,1149535313,2,'Is JT doing a satisfactory Job as President??','YesNoNo Opinion','951','^^^^^^^^^^^^5^2^8^',1,0,0,0,255,2),(3,1149535313,0,1154984184,5,'If you could become an expert in any one programming language, what would it be?','CC++JavaPerlPythonC#MLPrologSMAL-HAWKRubyLispXSLTOther','4100010000201','5^8^12^2^24^9^12.207.39.181^13^28^',1,1,0,0,255,2),(6,237,0,0,2,'Good Idea Or Bad Idea','Good IdeaBad IdeaDude Your Crazy','212','',2,0,0,0,0,0),(5,1154985968,0,0,2,'Best Video Game Type:','AdventureArchadeFightingFirst Person ShooterMMORPG(Massively Multiplayer Online Role Playing Game)PuzzleRacingRPG(Role Playing Game)SportsStrategy','2120100211','2^5^28^10^5^28^9^10^5^8^',1,1,0,0,0,2); UNLOCK TABLES; /*!40000 ALTER TABLE `acm_e107_polls` ENABLE KEYS */; -- -- Table structure for table `acm_e107_preset` -- DROP TABLE IF EXISTS `acm_e107_preset`; CREATE TABLE `acm_e107_preset` ( `preset_id` int(10) unsigned NOT NULL auto_increment, `preset_name` varchar(80) NOT NULL default '', `preset_field` varchar(80) NOT NULL default '', `preset_value` varchar(255) NOT NULL default '', PRIMARY KEY (`preset_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `acm_e107_preset` -- /*!40000 ALTER TABLE `acm_e107_preset` DISABLE KEYS */; LOCK TABLES `acm_e107_preset` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `acm_e107_preset` ENABLE KEYS */; -- -- Table structure for table `acm_e107_private_msg` -- DROP TABLE IF EXISTS `acm_e107_private_msg`; CREATE TABLE `acm_e107_private_msg` ( `pm_id` int(10) unsigned NOT NULL auto_increment, `pm_from` int(10) unsigned NOT NULL default '0', `pm_to` varchar(250) NOT NULL default '', `pm_sent` int(10) unsigned NOT NULL default '0', `pm_read` int(10) unsigned NOT NULL default '0', `pm_subject` text NOT NULL, `pm_text` text NOT NULL, `pm_sent_del` tinyint(1) unsigned NOT NULL default '0', `pm_read_del` tinyint(1) unsigned NOT NULL default '0', `pm_attachments` text NOT NULL, `pm_option` varchar(250) NOT NULL default '', `pm_size` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`pm_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `acm_e107_private_msg` -- /*!40000 ALTER TABLE `acm_e107_private_msg` DISABLE KEYS */; LOCK TABLES `acm_e107_private_msg` WRITE; INSERT INTO `acm_e107_private_msg` VALUES (1,1,'2',1146300634,1146301181,'dsaf','adsf',0,0,'','',4),(2,1,'2',1146301012,1146301171,'iu','lki;o :@ :@ :@ ',0,0,'','',17),(9,10,'2',1148315742,1148325788,'BlogRoll','Do you know how I can take people off my blogroll?\r\nAlso I can't change the appearence of my blog, aka background theme.\r\n\r\nChristian',0,0,'','',133),(4,5,'9',1146805700,1146851365,'Test','You getting this? !alien ',1,0,'','',25),(5,9,'5',1146851393,1146853691,'Re: Test','Cool dude, it works!',0,1,'','',20),(6,5,'9',1146853770,1149236687,'Re: Test','Tell all your friends to post saying they are coming to the dinner, since they nobody seems to read the emails. I sent it out and a whole two people joined the site! Anyway, I am glad this works, could be an easy way to contact each other. I also noticed you can send out personal messages to entire groups on the site.\r\n\r\nJT',1,0,'','',328),(7,10,'2',1147243355,1147484033,'Fix Me','Can you fix me please so I can do shit. Thankx :(( ',0,0,'','',53),(8,8,'1',1147701245,0,'','the smilie faces bug..\r\n\r\nhere => !grr :(( :@ ~:( !shy \r\n\r\ncan u see the smilie faces?',1,0,'','',91),(10,2,'10',1148325864,1148329107,'Re: BlogRoll','Umm Yeah I messed That Up an you can't change your Theme because of possible security issues so send me you tar.gz or .zipped wp them or the name of the Theme and i will get you all set up',0,0,'','',188),(11,2,'10',1148325960,1148329128,'Re: BlogRoll','You should be able to upload to this site if its that format .gz or .zip',0,0,'','',72),(12,10,'2',1148338297,1148354238,'Re: BlogRoll','I would like darkfall as my background',0,0,'','',38),(13,10,'2',1148870786,1148925113,'Some more Quotes','Ken Thompson:\r\n"When in doubt, use brute force."\r\n"One of my most productive days was throwing away 1000 lines of code."\r\n',0,0,'','',122),(15,8,'5',1149216527,1149216625,'hey, man','u should email to the acm mailing list about the forums.\r\notherwise a lot of people might never show up here ;)',0,1,'','',111),(21,5,'24',1149652312,1149674906,'Hey Erik','I know you have been in contact with Scott, our webmaster. If you have any questions about how the 'old acm' fell apart or how we started or anything like that, let me know.',1,0,'','',174),(17,8,'5',1149216911,1149216942,'Re: hey, man','[quote1149216903=studbucket]\r\nDefinitely, Nick should be doing it tomorrow. Thanks for keeping me on my toes though :P\r\n[/quote1149216903]\r\n\r\nanytime.',0,1,'','',151),(18,8,'2',1149279153,1149284654,'a bit improved temporary acm logo..','I know you probably aint gonna do it, but i decided to give it a shot.\r\nHere is a link to a bit improved temporary logo,\r\nI personally think it looks better..\r\nhttp://www.antonbondar.com/wp-content/uploads/2006/06/acm.png\r\nit has the same width and height as the one that is there now..\r\nWith the transparent background and all, so it should be very easy to just\r\ndo a switch.\r\nAt least give it a shot.\r\n\r\nPeace.',0,0,'','',412),(19,5,'11',1149602871,0,'Hey','Hey Ben, just wondering how things are going for you. Also wondering if you and Scott have gotten together to try to work something out with a skin for the website, no hurry, just checking in.\r\n\r\nSee you around,\r\n\r\nJT',1,0,'','',218),(20,5,'2',1149605330,1149649473,'Anton','Hey, I really don't care, I am just curious, but what is Anton an admin for? Helping you with web stuff? What powers does he have, forum moderation, posting news, editing plugins? Just wondering. Also, there is a 'website' section of the forum, and some 'issues' with the site have been posted there if you wanna check them out.\r\n\r\nJT',1,0,'','',338),(22,5,'9',1149713906,1149729294,'Forum','Hey man,\r\n\r\nI know you have been busy with your classes and stuff, but I was wondering if you have checked the forums at all lately. Right now they basically consist of my semi-futile efforts to start some discussion. You know of a way to get more people to post? Because we need them to come so they can perhaps join committees and things like that. Any posts you make or ideas you have will help.\r\n\r\nThanks.',1,0,'','',413),(23,5,'10',1152043618,1152055571,'Making a game','On the subject of programming a game, if we live together next year, that would be a great opportunity for us to sit down and hammer something out to work on. I have a pretty good resource for C/C++ game programming that I think would help immensely.',1,0,'','',251),(24,10,'5',1152055667,1152107957,'Re: Making a game','Sounds like a plan, I am learning more and more about c and c++ programming. For just throwing out an idea a lot of people seem to like it. I really wasn't sure what people thought and no one was posting so I just put up something to get people talking.',0,1,'','',255),(25,5,'9',1152108584,1152159530,'Concerning Justin','Just an fyi/update. I talked to Justin a little over a week ago and wanted to know if he wanted to continue being treasurer (he had expressed some disdain earlier) and he told me he was 80% sure he didn't want to come back. However, I was going to give him until some time near the end of July at the latest because we need to have things in place for the beginning of the school year. He said he could let me know and I am looking forward to hearing from him.\r\n\r\nSo, if he decides not to stay treasurer, I think you and I could tackle for a short time and maybe get everything set up the "right" way, that is, how we want ;) So, this is between us for now, but I just wanted to keep you updated. Once the year starts we can look into a replacement. Hope things are going well for you.',1,0,'','',792),(26,9,'5',1152162893,1152181269,'Re: Concerning Justin','I agree, you and I can handle getting things setup for now. Are you going to be in Iowa City any time soon? If so, we should setup a meeting so we can talk about this in person. Otherwise, lets talk this weekend about what needs to be done.',0,1,'','',243),(27,5,'9',1152197288,1152223304,'Re: Concerning Justin','I probably won't be in IC again for at least another week. I was there real quick last weekend. I can talk to you on messenger later, or we can talk on the phone some also. I might send Justin a message, just so I have confirmation from him, but that's just a formality.',1,0,'','',273),(28,9,'5',1153195676,1153228846,'Discussion of things to come','We should meet this weekend to discuss ideas and concerns about the Fall semester. Sunday evening is the best time for me so let me know if that will work.',0,1,'','',156),(29,5,'9',1153229060,1153255622,'Re: Discussion of things to come','Did you mean meet in person, or just talk on the phone then? If it's on the phone we could even do it Sunday afternoon if you want to, I am definitely more motivated that time of day, I might get more done after our conversation :)',1,0,'','',232),(30,9,'5',1153255750,1153256086,'Re: Discussion of things to come','I meant to meet any way it is possible to, so the phone will suffice. Sunday afternoon it is then. Let's say around 2 or 3... If I don't call you it means I've misplaced your number so you can call me at 319.936.0698. TTYL',0,1,'','',227),(31,5,'9',1153532507,1153614848,'Re: Discussion of things to come','Justin just gave me the official "I am resigning from treasurer but staying semi-active member." Just an fyi.',1,0,'','',110),(32,9,'5',1153964509,1153966405,'Re: Discussion of things to come','Dude, I'm sorry about not calling you back on Sunday night. I was stuck on the highway for 4 hours Sunday between Chicago and Rock Island b/c of an accident on the highway. I didn't get my phone until like 9 and I was too tired to talk then anyway. Since I fucked up this time how about you set a time that is good for you and I'll make sure to be at home and with phone in hand. I have a final tomorrow evening, but after that I'm game whenever b/c I'll finally be done with summer school.\r\n\r\nTalk to you soon,\r\n\r\nNick',0,0,'','',523),(33,5,'9',1153966458,1154027771,'Re: Discussion of things to come','Yeah, Scott told me you were stuck, no prob. I'll get back to you sometime tomorrow on a good time. Good luck on the test, I know summer classes suck.',1,0,'','',152),(34,5,'9',1154359125,1154453870,'New Members','Right now I believe Scott is the only one with rights to change someone's membership level (member, trusted member, admin, etc). I've noticed we have some new members and I'm not sure how much of the forums they can view. I think we should have Scott let us control user's access rights because we will be the ones with the official roster so we can go through and kind of clean up things to make sure it is all kosher. Anyway, I'll try to talk to Scott, but maybe you can do it to. This might have to do with him being paranoid.',1,0,'','',533),(35,28,'5',1154559362,1154564198,'threads','Hey there! I've just transfered to Iowa and also am a member of ACM. I can only see the three threads and was just wondering if i could get those other ones opened up for me. Thanks!',0,1,'','',182),(36,5,'28',1154565281,1154566246,'Re: threads','Hey Justin, what's up?\r\n\r\nFirst off thanks for showing interest! Let me talk to the webmaster and get you some more privileges (I really need to make him let me do that :) ).\r\n\r\nAlso, just so you know, our ACM is almost completely starting over again. The 'old ACM' as we call it completely and utterly fell apart, we couldn't even get hold of the officers. About 6-9 months after it fell apart, some students and I just stumbled across the opportunity to resurrect it and are really aiming to make it a respectable organization. So that explains the current lack of activity and the ugly site. We are really hoping to take off this fall and have some decent things planned.\r\n\r\nWhere are you transfering from? You said you were in the ACM there?\r\n\r\nThanks,\r\n\r\nJT Kimbell (Current ACM President)',1,0,'','',800),(37,28,'5',1154566529,1154566701,'Re: threads','Well, I'm transfering from Grand View in Des Moines. There CS program was way to easy and didn't have a wide range of classes to take. Yeah we had ACM there. Our program was big into the programming contest and they have hosted it for a few years.',0,1,'','',247),(38,5,'28',1154566928,1154567045,'Re: threads','That's too bad about GV's class selection. We don't have a real big department here at Iowa, but I've actually been impressed with what I have learned here, and the faculty is decent (we do have some real idiots though). The programming contests are something we are really looking to get into, I know they have one at UNI every year, the problem is, none of us have ever done one (the membership is pretty young, mostly sophomore/junior status). We are looking to have an intra-CS/ACM one for fun and practice, but if you've done one before it would be great to get some input.\r\n\r\nAlso, I'll have you added to the ACM-listserv if you would like. What email address do you want the ACM emails sent to?\r\n\r\nAlso, just out of interest, do you know approx. where you are at coming into the CS program? As in what classes transferred?',1,0,'','',834),(39,28,'5',1154567531,1154567894,'Re: threads','[quote1154567089=studbucket]\r\nThat's too bad about GV's class selection. We don't have a real big department here at Iowa, but I've actually been impressed with what I have learned here, and the faculty is decent (we do have some real idiots though). The programming contests are something we are really looking to get into, I know they have one at UNI every year, the problem is, none of us have ever done one (the membership is pretty young, mostly sophomore/junior status). We are looking to have an intra-CS/ACM one for fun and practice, but if you've done one before it would be great to get some input.\r\n\r\nAlso, I'll have you added to the ACM-listserv if you would like. What email address do you want the ACM emails sent to?\r\n\r\nAlso, just out of interest, do you know approx. where you are at coming into the CS program? As in what classes transferred?\r\n[/quote1154567089]\r\n\r\nJust use hawkfan6@gmail.com. I went to the contest at UNI before my old school hosted it. Its pretty fun to test your skills against other schools. I have found a bunch of practice contest questions if needed. They were used for the contest over the past few years.\r\n\r\nAs for me, I'm going to be a junior-senior (I only have 4 credits left to be a senior). Most of my classes didn't transfer unfortunately but i got exempt from the basic classes and a prog lang class.\r\n\r\n',0,1,'','',1360),(40,5,'28',1154567975,1154568707,'Re: threads','Sweet deal, glad to hear it. Do you have any questions about the classes you're taking, or the teachers you are gonna have? I'll be more than happy to help.\r\n\r\nAlso, I haven't been able to get hold of our webmaster, Scott (Truman Young on the site).',1,0,'','',251),(41,28,'5',1154568842,1154569207,'Re: threads','No the classes seem pretty self-explanatory. As far as professors I have James Cremer for a class. How is he?',0,1,'','',109),(42,5,'28',1154570089,1154570395,'Re: threads','Well, I've never had him for a class, he's actually the department chair and teaches very few classes each year. I think you're lucky to have him and he's a good teacher, but I can't actually give too much input. I've only heard good things about him, but he is the head of the department, which may have something to do with it.',1,0,'','',331),(43,28,'5',1154570541,1154570753,'Re: threads','Sweet. When do u plan on having the ACM or CS meetings? Or when do they start?',0,1,'','',78),(44,5,'28',1154570820,1154570903,'Re: threads','We're in the process of figuring a lot of that out. We hope to have an email sent out to everyone real soon. We have an event planned for the first week of school and perhaps a meeting the second. Stay tuned :)',1,0,'','',213),(45,28,'5',1154570931,1154571016,'Re: threads','Awesome!',0,0,'','',8),(46,5,'28',1154571048,1154571145,'Re: threads','Yeah, I hope it turns out great. I just sent an email to have you added to the ACM listserv.',1,0,'','',93),(47,28,'5',1154571332,1154571579,'Re: threads','Good deal. This is the link for all of those practice ACM contest questions.\r\nhttp://www.acm.inf.ethz.ch/ProblemSetArchive.html#B_US_NorthCen',0,0,'','',141),(48,5,'28',1154572374,1154573457,'Re: threads','Great, I'll check that out. Anyway, my internship is finishing up and I have packed about everything but my computer, gotta do that now. See you around!',1,0,'','',154),(49,5,'30',1154727994,1154730918,'Moved the thread to the ACM forum','Just an fyi. Thanks for signing up on the forums! Also, I gave you rights to all the forums.',1,0,'','',94),(50,5,'9',1155262854,1155573499,'Meet with Scott','WHen do you wanna meet with him? Give me a time and I can probably make it.',1,0,'','',76),(51,5,'9',1155437499,1155573507,'Meeting with Scott -- Monday night?','Hey, I talked to Scott some tonight, he could handle meeting Monday night after 5. Thoughts? Suggestions?',1,0,'','',107),(52,9,'5',1155573549,1155574080,'Re: Meeting with Scott -- Monday night?','Yes, I can meet any time tonight after 5 PM. Give me a call tonight and let me know.',0,0,'','',85),(53,5,'9',1155574482,1155945034,'Re: Meeting with Scott -- Monday night?','Great, I'll do that. Also, can you make up stuff for the Q and A flyer and give to to Catherine or Naomi?',0,0,'','',106); UNLOCK TABLES; /*!40000 ALTER TABLE `acm_e107_private_msg` ENABLE KEYS */; -- -- Table structure for table `acm_e107_private_msg_block` -- DROP TABLE IF EXISTS `acm_e107_private_msg_block`; CREATE TABLE `acm_e107_private_msg_block` ( `pm_block_id` int(10) unsigned NOT NULL auto_increment, `pm_block_from` int(10) unsigned NOT NULL default '0', `pm_block_to` int(10) unsigned NOT NULL default '0', `pm_block_datestamp` int(10) unsigned NOT NULL default '0', `pm_block_count` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`pm_block_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `acm_e107_private_msg_block` -- /*!40000 ALTER TABLE `acm_e107_private_msg_block` DISABLE KEYS */; LOCK TABLES `acm_e107_private_msg_block` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `acm_e107_private_msg_block` ENABLE KEYS */; -- -- Table structure for table `acm_e107_rate` -- DROP TABLE IF EXISTS `acm_e107_rate`; CREATE TABLE `acm_e107_rate` ( `rate_id` int(10) unsigned NOT NULL auto_increment, `rate_table` varchar(100) NOT NULL default '', `rate_itemid` int(10) unsigned NOT NULL default '0', `rate_rating` int(10) unsigned NOT NULL default '0', `rate_votes` int(10) unsigned NOT NULL default '0', `rate_voters` text NOT NULL, PRIMARY KEY (`rate_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `acm_e107_rate` -- /*!40000 ALTER TABLE `acm_e107_rate` DISABLE KEYS */; LOCK TABLES `acm_e107_rate` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `acm_e107_rate` ENABLE KEYS */; -- -- Table structure for table `acm_e107_rbinary` -- DROP TABLE IF EXISTS `acm_e107_rbinary`; CREATE TABLE `acm_e107_rbinary` ( `binary_id` int(10) unsigned NOT NULL auto_increment, `binary_name` varchar(200) NOT NULL default '', `binary_filetype` varchar(100) NOT NULL default '', `binary_data` longblob NOT NULL, PRIMARY KEY (`binary_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `acm_e107_rbinary` -- /*!40000 ALTER TABLE `acm_e107_rbinary` DISABLE KEYS */; LOCK TABLES `acm_e107_rbinary` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `acm_e107_rbinary` ENABLE KEYS */; -- -- Table structure for table `acm_e107_session` -- DROP TABLE IF EXISTS `acm_e107_session`; CREATE TABLE `acm_e107_session` ( `session_id` varchar(32) NOT NULL default '', `session_expire` int(10) unsigned NOT NULL default '0', `session_datestamp` int(10) unsigned NOT NULL default '0', `session_ip` varchar(200) NOT NULL default '', `session_data` text NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `acm_e107_session` -- /*!40000 ALTER TABLE `acm_e107_session` DISABLE KEYS */; LOCK TABLES `acm_e107_session` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `acm_e107_session` ENABLE KEYS */; -- -- Table structure for table `acm_e107_submitnews` -- DROP TABLE IF EXISTS `acm_e107_submitnews`; CREATE TABLE `acm_e107_submitnews` ( `submitnews_id` int(10) unsigned NOT NULL auto_increment, `submitnews_name` varchar(100) NOT NULL default '', `submitnews_email` varchar(100) NOT NULL default '', `submitnews_title` varchar(200) NOT NULL default '', `submitnews_category` tinyint(3) unsigned NOT NULL default '0', `submitnews_item` text NOT NULL, `submitnews_datestamp` int(10) unsigned NOT NULL default '0', `submitnews_ip` varchar(15) NOT NULL default '', `submitnews_auth` tinyint(3) unsigned NOT NULL default '0', `submitnews_file` varchar(100) NOT NULL default '', PRIMARY KEY (`submitnews_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `acm_e107_submitnews` -- /*!40000 ALTER TABLE `acm_e107_submitnews` DISABLE KEYS */; LOCK TABLES `acm_e107_submitnews` WRITE; INSERT INTO `acm_e107_submitnews` VALUES (2,'studbucket','jtkimbell@yahoo.com','Finals Week Dinner',1,'Our first biannual finals week dinner is 6:30 pm Tuesday May 9th at Vitos. It would be great to have you!',1146622984,'12.217.239.36',1,''),(3,'studbucket','jtkimbell@yahoo.com','Member Blogs',2,'If you haven't noticed, we now have 5 member blogs on the site. 3 of them are detailing internships and the other two are just personal blogs. If you want your own blog hosted by the ACM, contact our lovable webmaster. Enjoy!',1148851271,'12.206.168.79',1,''),(4,'Anton','anton-bondar@uiowa.edu','Picasa for Linux',1,'For all of you photo-freaks, open source lovers. Picasa is now available for linux. Some of you might get excited, but I still would personally recommend using F-Spot. Keep it open, I am talking about the source. ',1148871926,'12.217.123.240',1,''),(7,'Anton','anton-bondar@uiowa.edu','Google Earth For Linux',1,'Looks like Google starts to realise that Linux community might enjoy their tools as well.\r\nThere we go => Google Earth for Linux => http://earth.google.com/tour/thanks-linux4.html . Enjoy!',1150198467,'12.217.123.240',1,''); UNLOCK TABLES; /*!40000 ALTER TABLE `acm_e107_submitnews` ENABLE KEYS */; -- -- Table structure for table `acm_e107_tmp` -- DROP TABLE IF EXISTS `acm_e107_tmp`; CREATE TABLE `acm_e107_tmp` ( `tmp_ip` varchar(20) NOT NULL default '', `tmp_time` int(10) unsigned NOT NULL default '0', `tmp_info` text NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `acm_e107_tmp` -- /*!40000 ALTER TABLE `acm_e107_tmp` DISABLE KEYS */; LOCK TABLES `acm_e107_tmp` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `acm_e107_tmp` ENABLE KEYS */; -- -- Table structure for table `acm_e107_upload` -- DROP TABLE IF EXISTS `acm_e107_upload`; CREATE TABLE `acm_e107_upload` ( `upload_id` int(10) unsigned NOT NULL auto_increment, `upload_poster` varchar(100) NOT NULL default '', `upload_email` varchar(100) NOT NULL default '', `upload_website` varchar(100) NOT NULL default '', `upload_datestamp` int(10) unsigned NOT NULL default '0', `upload_name` varchar(100) NOT NULL default '', `upload_version` varchar(10) NOT NULL default '', `upload_file` varchar(100) NOT NULL default '', `upload_ss` varchar(100) NOT NULL default '', `upload_description` text NOT NULL, `upload_demo` varchar(100) NOT NULL default '', `upload_filesize` int(10) unsigned NOT NULL default '0', `upload_active` tinyint(3) unsigned NOT NULL default '0', `upload_category` tinyint(3) unsigned NOT NULL default '0', PRIMARY KEY (`upload_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `acm_e107_upload` -- /*!40000 ALTER TABLE `acm_e107_upload` DISABLE KEYS */; LOCK TABLES `acm_e107_upload` WRITE; INSERT INTO `acm_e107_upload` VALUES (3,'9.chudman','nicholas-arnold@uiowa.edu','',1154628499,'Fall 06' Hardware Sale List','','fall06sale.zip','','The file is an MS Excel spreadsheet containing a full list of the available hardware for sale with the price for each item.','',8361,1,7),(2,'2.Truman','scott-youngblut@uiowa.edu','',1148187624,'XSS HOLES','1.0','xsstrumanyoung.pdf','','This is a paper that I wrote for an MIS security class; It's a bad paper but I got a 95% on it.','',132569,0,2); UNLOCK TABLES; /*!40000 ALTER TABLE `acm_e107_upload` ENABLE KEYS */; -- -- Table structure for table `acm_e107_user` -- DROP TABLE IF EXISTS `acm_e107_user`; CREATE TABLE `acm_e107_user` ( `user_id` int(10) unsigned NOT NULL auto_increment, `user_name` varchar(100) NOT NULL default '', `user_loginname` varchar(100) NOT NULL default '', `user_customtitle` varchar(100) NOT NULL default '', `user_password` varchar(32) NOT NULL default '', `user_sess` varchar(100) NOT NULL default '', `user_email` varchar(100) NOT NULL default '', `user_signature` text NOT NULL, `user_image` varchar(100) NOT NULL default '', `user_timezone` char(3) NOT NULL default '', `user_hideemail` tinyint(3) unsigned NOT NULL default '0', `user_join` int(10) unsigned NOT NULL default '0', `user_lastvisit` int(10) unsigned NOT NULL default '0', `user_currentvisit` int(10) unsigned NOT NULL default '0', `user_lastpost` int(10) unsigned NOT NULL default '0', `user_chats` int(10) unsigned NOT NULL default '0', `user_comments` int(10) unsigned NOT NULL default '0', `user_forums` int(10) unsigned NOT NULL default '0', `user_ip` varchar(20) NOT NULL default '', `user_ban` tinyint(3) unsigned NOT NULL default '0', `user_prefs` text NOT NULL, `user_new` text NOT NULL, `user_viewed` text NOT NULL, `user_visits` int(10) unsigned NOT NULL default '0', `user_admin` tinyint(3) unsigned NOT NULL default '0', `user_login` varchar(100) NOT NULL default '', `user_class` text NOT NULL, `user_perms` text NOT NULL, `user_realm` text NOT NULL, `user_pwchange` int(10) unsigned NOT NULL default '0', `user_xup` varchar(100) NOT NULL default '', PRIMARY KEY (`user_id`), UNIQUE KEY `user_name` (`user_name`), KEY `user_ban_index` (`user_ban`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `acm_e107_user` -- /*!40000 ALTER TABLE `acm_e107_user` DISABLE KEYS */; LOCK TABLES `acm_e107_user` WRITE; INSERT INTO `acm_e107_user` VALUES (1,'Administrator','admin','','6bc0eef3b1a1be2f1a07d78888ca9d9b','','acm@cs.uiowa.edu','','','',0,1146263624,1146374681,1147539981,0,0,0,0,'128.255.45.102',0,'','','',7,1,'','1','0','',1146263624,''),(2,'','truman','Server Master','6bc0eef3b1a1be2f1a07d78888ca9d9b','oberlogo_black.1153529139.jpg','truman.young@gmail.com','The world breaks every one and afterward many are strong at the broken places. But those that will not break it kills. It kills the very good and the very gentle and the very brave impartially. If you are none of these you can be sure it will kill you too but there will be no special hurry.','http://blog.trumanyoung.com/wp-content/uploads/2006/08/025thumb.jpg','-6',1,1146291478,1155877915,1155951584,0,0,0,55,'128.255.66.17',0,'a:1:{s:9:\"sitetheme\";s:0:\"\";}','','.287.108.108.302.302.288.288.240.240.306.306.304.306.288.310.281.281.281.279.279',103,1,'Truman Young','1','1.2.3.4.5.Q.6.Y.O.7.8.0.9.W.D.E.F.G.S.T.V.X.B.H.I.L.R.U.M.N.Z.P2.P4.P5.P9.P13.P18.P19.','',0,''),(3,'Test User','test','','ea05117d82f4bc777e16e4dc541215c6','','test@cs.uiowa.edu','','','-12',1,1146331069,1146630019,1148185386,0,0,0,0,'12.217.231.89',0,'0','','',4,0,'','','','',1146331069,''),(10,'Vegihan','Vegihan','','5012992acf6429fdddda634402520bbc','penguin.1148417681.jpg','christian-stigge@uiowa.edu','The road is success is under Contructions.','C:\Documents and Settings\Phil\My Documents\Bill_on_Times.jpg','-6',0,1146598654,1155940111,1155944149,1155182465,0,1,56,'69.63.6.228',0,'0','','.288',291,0,'Christian Stigge','1','','',0,''),(5,'studbucket','studbucket','','fbc7db92d43b9308413b267a41bd42f7','goatee.1149649990.jpg','jtkimbell@yahoo.com','Some things man was never meant to know, for everything else there's Google.','http://myspace-384.vo.llnwd.net/00131/48/31/131931384_s.jpg','-6',0,1146374629,1155925380,1155949235,1154986043,0,4,125,'12.226.24.158',0,'a:1:{s:9:\"sitetheme\";s:0:\"\";}','','.302.302.288.304.304.306.306.240.310.280',429,1,'JT Kimbell','1','4.Q.6.7.V.H.R.U.M.N.P4.P5.','',0,''),(6,'shader','shader','','09e17954c0b1cb0b00751d3c94e109b1','','dqreg@yahoo.com.cn','','','-12',1,1146396577,1146396577,1146396772,0,0,0,0,'222.35.69.186',0,'0','','',1,0,'Qiang Dai','','','',0,''),(8,'Anton','anton','','8a0aa210f15250242735ae3eb2e80d77','avatar.1149171044.png','anton-bondar@uiowa.edu',' \r\n \r\n \r\n[b]:: My Blog :: [link=www.antonbondar.com]www.antonbondar.com[/link] :.[/b]','http://acm.uiowa.edu/e107_files/public/avatars/avatar.1149171044.png','-6',1,1146503355,1155763658,1155848974,0,0,0,23,'12.217.123.240',0,'0','','.288',127,1,'Anton','1','4.Q.6.Y.7.V.H.R.N.','',0,''),(9,'chudman','chudman','sir','32a27c703d5663ecdb96b969fe92ed23','','nicholas-arnold@uiowa.edu','Carpe Noctem!','','-6',0,1146532611,1155573568,1155951472,1150234054,0,1,43,'12.206.233.199',0,'a:1:{s:9:\"sitetheme\";s:0:\"\";}','','.288.288.304.276.275.310.310.272.280.280.83.291.291.108.108.302.306.306.223.223.263.216.216.240.240.279.279.281.281.287.287',65,1,'chud man','1','1.2.3.4.5.Q.6.Y.O.7.8.0.9.W.E.F.G.S.T.V.X.B.H.I.L.R.U.M.N.Z.P2.P4.P5.P9.P13.P18.','',0,''),(11,'Ben Oakes','benjamin-oakes@uiowa.edu','','27377165c49b4277f7383c13e13f6f46','jgarret.1146623703.jpg','benjamin-oakes@uiowa.edu','Ben','','-6',0,1146615353,1146615353,1152396524,0,0,0,0,'128.255.106.49',0,'0','','',1,0,'Ben Oakes','1','','',0,''),(12,'Verno Whitney','tpogmore','','1ca1177449b0521ec092a05fa2ad3c92','','tpogmore@gmail.com','','','-6',1,1146628057,1149622078,1151088651,1146943201,0,1,0,'216.248.122.53',0,'0','','.50.6.71',4,0,'','1','','',0,''),(13,'TJenkins','tajenkin','','f2feda02ff41737847ca989f5b47a468','','tiffany-jenkins@uiowa.edu',' [i][/i] Tiffany Jenkins','','-6',0,1146671567,1146673546,1152143053,0,0,0,0,'64.198.46.43',0,'0','','',2,1,'Tiffany Jenkins','1','','',0,''),(14,'Jed','jdw10224405','','3b9dea6f763170a356e9f0caab9a21be','','jdw10224405@yahoo.com','','','-6',0,1146798607,1146805833,1147912685,1146805874,0,1,0,'128.255.175.209',0,'0','','',3,0,'Jed','1','','',0,''),(15,'Bob','martian_bob','','fabd62ae9a3c4e2d33121f24349a3336','bob01031980.1146806224.jpg','bob@absent-error.net','Madness takes its toll.\r\nPlease have exact change.','','-6',1,1146805985,1149012931,1152739166,0,0,0,1,'12.206.107.88',0,'0','','.119.111.110.88.72.23.47.41.40.102.93.53.68.75.27.1.71.83.6.44.2.121.118.117.108.30.81.67.32.14.7.97.5.12.18.103.13',3,0,'Bob Arens','1','','',0,''),(16,'Chimaera','jsnphil','','b89208527da034963a82f6c7cc921564','','jason-phillips@uiowa.edu','','','-7',0,1146806218,1146806218,1146806276,0,0,0,0,'12.217.252.45',0,'0','','',1,0,'Jason Phillips','1','','',0,''),(17,'nfossum','nfossum','','081e63f6fa7ca3fcc1dfdb91f58eef9f','','nicole-fossum@uiowa.edu','[color=#0033ff][center][i]Nikki Fossum[/i][/center][/color]','','-6',0,1146851766,1146851844,1150166986,0,0,0,0,'129.255.67.110',0,'0','','',2,0,'Nikki Fossum','1','','',0,''),(18,'Justin Lynn','justinlynn','','f9143d3fc9dd372c32f09ef43bc171ef','','justinlynn@gmail.com','','','-6',0,1147183290,1147229242,1149346082,0,0,0,0,'69.66.36.14',0,'0','','.1.14.3',3,0,'Justin Lynn','1','','',0,''),(21,'segre','segre','','6fddf4ba992a7a075029610aefc50020','','segre@cs.uiowa.edu','Alberto Maria Segre\r\nProfessor and Associate Chair\r\nDepartment of Computer Science\r\nThe University of Iowa\r\nhttp://vinci.cs.uiowa.edu/','','-6',0,1147704395,1150167247,1153867832,0,0,0,1,'128.255.44.254',0,'0','','.152.103.97.108.81.71',5,0,'Alberto Maria Segre','1','','',0,''),(22,'MamaDuck','ctill','','84e0991a380d2a451e9a7787e56e2b53','9f1ad823fe0f9aa01de50e5410326653','ctill@cs.uiowa.edu','','','-6',0,1147730526,0,1147730526,0,0,0,0,'128.255.45.81',0,'0','','',0,0,'Catherine Till','1','','',0,''),(23,'Jason Fries','quatchmonkey','','378d6c22fec167a80f5311b3be758bd2','','fries.jason@gmail.com','','','-6',0,1147804430,1147804430,1147806079,0,0,0,0,'12.217.207.251',0,'0','','',1,0,'Jason Fries','','','',0,''),(24,'edsechs','edsechs','','82d3f94ecabf7d75c862a4c84835350e','','cr-ac@vicelogic.net','','','-6',1,1148952596,1148952701,1149674897,0,0,0,0,'68.32.169.46',0,'0','','',2,0,'','1','','',0,''),(25,'Keith','keperry','','6b2c79f223be050e68914b13c6e38022','','keith-perry@uiowa.edu','','','-6',0,1149537464,1149611005,1149769060,0,0,0,0,'66.43.210.80',0,'0','','.44.47.47',3,0,'Keith','1','','',0,''),(29,'Thnikkaman','Thnikkaman','','df2971f19a1ccb2c5b49ad4eab7153bf','','abrahams@cs.uiowa.edu','','','-6',0,1154461038,0,1154461038,0,0,0,0,'66.43.254.80',0,'0','','',0,0,'Noah A','1','','',0,''),(26,'warlock','warlock','','eb0a191797624dd3a48fa681d3061212','','jackyl187@hotmail.com','','','-12',0,1151681019,1151681019,1151681184,0,0,0,0,'209.56.9.40',0,'0','','',1,0,'John','','','',0,''),(27,'Will','WNIGAGLIONI','','343f0632e64228db1acd7c537fdd600e','','wnigaglioni@yahoo.com','','','-12',0,1152736206,1152736206,1152736238,1152736311,0,1,0,'128.255.44.26',0,'0','','',1,0,'William','','','',0,''),(28,'Justin','hawkfan6','','8ac1ff5a0f249567c2eaded76222fa28','','hawkfan6@gmail.com','','http://i30.photobucket.com/albums/c334/advancewarsbest/ani1_eagle.gif','-6',0,1154046407,1155674684,1155842975,1154559511,0,1,11,'71.32.68.18',0,'0','','.279.281.287.280.283.108',48,0,'Justin Williams','1','','',0,''),(30,'jstad','jstad','','759802eef46a4d210600fd5b5c8b7970','','justin-smestad@uiowa.edu','Justin "jstad" Smestad','http://www.darksyntax.com/sigma-nu-bud.gif','-6',0,1154706676,1154706882,1154730918,0,0,0,1,'209.48.99.242',0,'0','','.204',2,0,'Justin Smestad','1','','',0,''); UNLOCK TABLES; /*!40000 ALTER TABLE `acm_e107_user` ENABLE KEYS */; -- -- Table structure for table `acm_e107_user_extended` -- DROP TABLE IF EXISTS `acm_e107_user_extended`; CREATE TABLE `acm_e107_user_extended` ( `user_extended_id` int(10) unsigned NOT NULL default '0', `user_hidden_fields` text NOT NULL, `user_aim` varchar(255) default NULL, `user_homepage` varchar(255) default NULL, `user_location` varchar(255) default NULL, `user_yahoo` varchar(255) default NULL, `user_msn` varchar(255) default NULL, PRIMARY KEY (`user_extended_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `acm_e107_user_extended` -- /*!40000 ALTER TABLE `acm_e107_user_extended` DISABLE KEYS */; LOCK TABLES `acm_e107_user_extended` WRITE; INSERT INTO `acm_e107_user_extended` VALUES (2,'','scotty youngass','http://www.trumanyoung.com','Iowa City','truman_young','trumanyoung@hotmail.com'),(8,'','','http://www.antonbondar.com','','',''),(9,'','Chudman840','','Iowa City, IA','',''),(5,'','ltjtkimbell','','','jtkimbell','jtkimbell@yahoo.com'),(11,'','','','','',''),(15,'','bobmartian6','','','',''),(16,'','Chimaera1249','http://jsnphil.googlepages.com','','',''),(3,'','','','','',''),(10,'','','','','','vegihan@hotmail.com'),(28,'','BigGunner007','','','',''),(30,'','jstad97','http://www.darksyntax.com/en/','','','justin-smestad@uiowa.edu'); UNLOCK TABLES; /*!40000 ALTER TABLE `acm_e107_user_extended` ENABLE KEYS */; -- -- Table structure for table `acm_e107_user_extended_struct` -- DROP TABLE IF EXISTS `acm_e107_user_extended_struct`; CREATE TABLE `acm_e107_user_extended_struct` ( `user_extended_struct_id` int(10) unsigned NOT NULL auto_increment, `user_extended_struct_name` varchar(255) NOT NULL default '', `user_extended_struct_text` varchar(255) NOT NULL default '', `user_extended_struct_type` tinyint(3) unsigned NOT NULL default '0', `user_extended_struct_parms` varchar(255) NOT NULL default '', `user_extended_struct_values` text NOT NULL, `user_extended_struct_default` varchar(255) NOT NULL default '', `user_extended_struct_read` tinyint(3) unsigned NOT NULL default '0', `user_extended_struct_write` tinyint(3) unsigned NOT NULL default '0', `user_extended_struct_required` tinyint(3) unsigned NOT NULL default '0', `user_extended_struct_signup` tinyint(3) unsigned NOT NULL default '0', `user_extended_struct_applicable` tinyint(3) unsigned NOT NULL default '0', `user_extended_struct_order` int(10) unsigned NOT NULL default '0', `user_extended_struct_parent` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`user_extended_struct_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `acm_e107_user_extended_struct` -- /*!40000 ALTER TABLE `acm_e107_user_extended_struct` DISABLE KEYS */; LOCK TABLES `acm_e107_user_extended_struct` WRITE; INSERT INTO `acm_e107_user_extended_struct` VALUES (1,'aim','UE_LAN_AIM',1,'class=\'tbox\' size=\'40\' maxlength=\'254\'','','',253,253,0,0,253,0,0),(2,'homepage','UE_LAN_HOMEPAGE',1,'class=\'tbox\' size=\'40\' maxlength=\'254\'class=\'tbox\' size=\'40\' maxlength=\'254\'^,^#^[a-z0-9]+://#si^,^LAN_UE_FAIL_HOMEPAGE','','',253,253,0,0,253,1,0),(3,'location','UE_LAN_LOCATION',1,'class=\'tbox\' size=\'40\' maxlength=\'254\'','','',253,253,0,0,253,2,0),(4,'yahoo','UE_LAN_YAHOO',1,'class=\'tbox\' size=\'40\' maxlength=\'254\'','','',253,253,0,0,253,3,0),(5,'msn','UE_LAN_MSN',1,'class=\'tbox\' size=\'40\' maxlength=\'254\'','','',253,253,0,0,253,4,0); UNLOCK TABLES; /*!40000 ALTER TABLE `acm_e107_user_extended_struct` ENABLE KEYS */; -- -- Table structure for table `acm_e107_userclass_classes` -- DROP TABLE IF EXISTS `acm_e107_userclass_classes`; CREATE TABLE `acm_e107_userclass_classes` ( `userclass_id` tinyint(3) unsigned NOT NULL default '0', `userclass_name` varchar(100) NOT NULL default '', `userclass_description` varchar(250) NOT NULL default '', `userclass_editclass` tinyint(3) unsigned NOT NULL default '0', PRIMARY KEY (`userclass_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `acm_e107_userclass_classes` -- /*!40000 ALTER TABLE `acm_e107_userclass_classes` DISABLE KEYS */; LOCK TABLES `acm_e107_userclass_classes` WRITE; INSERT INTO `acm_e107_userclass_classes` VALUES (1,'Trusted Members','These Are members who are trusted',254); UNLOCK TABLES; /*!40000 ALTER TABLE `acm_e107_userclass_classes` ENABLE KEYS */; -- -- Table structure for table `acm_wiki_archive` -- DROP TABLE IF EXISTS `acm_wiki_archive`; CREATE TABLE `acm_wiki_archive` ( `ar_namespace` int(11) NOT NULL default '0', `ar_title` varchar(255) character set latin1 collate latin1_bin NOT NULL default '', `ar_text` mediumblob NOT NULL, `ar_comment` tinyblob NOT NULL, `ar_user` int(5) unsigned NOT NULL default '0', `ar_user_text` varchar(255) character set latin1 collate latin1_bin NOT NULL, `ar_timestamp` char(14) character set latin1 collate latin1_bin NOT NULL default '', `ar_minor_edit` tinyint(1) NOT NULL default '0', `ar_flags` tinyblob NOT NULL, `ar_rev_id` int(8) unsigned default NULL, `ar_text_id` int(8) unsigned default NULL, KEY `name_title_timestamp` (`ar_namespace`,`ar_title`,`ar_timestamp`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `acm_wiki_archive` -- /*!40000 ALTER TABLE `acm_wiki_archive` DISABLE KEYS */; LOCK TABLES `acm_wiki_archive` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `acm_wiki_archive` ENABLE KEYS */; -- -- Table structure for table `acm_wiki_categorylinks` -- DROP TABLE IF EXISTS `acm_wiki_categorylinks`; CREATE TABLE `acm_wiki_categorylinks` ( `cl_from` int(8) unsigned NOT NULL default '0', `cl_to` varchar(255) character set latin1 collate latin1_bin NOT NULL default '', `cl_sortkey` varchar(86) character set latin1 collate latin1_bin NOT NULL default '', `cl_timestamp` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP, UNIQUE KEY `cl_from` (`cl_from`,`cl_to`), KEY `cl_sortkey` (`cl_to`,`cl_sortkey`), KEY `cl_timestamp` (`cl_to`,`cl_timestamp`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `acm_wiki_categorylinks` -- /*!40000 ALTER TABLE `acm_wiki_categorylinks` DISABLE KEYS */; LOCK TABLES `acm_wiki_categorylinks` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `acm_wiki_categorylinks` ENABLE KEYS */; -- -- Table structure for table `acm_wiki_externallinks` -- DROP TABLE IF EXISTS `acm_wiki_externallinks`; CREATE TABLE `acm_wiki_externallinks` ( `el_from` int(8) unsigned NOT NULL default '0', `el_to` blob NOT NULL, `el_index` blob NOT NULL, KEY `el_from` (`el_from`,`el_to`(40)), KEY `el_to` (`el_to`(60),`el_from`), KEY `el_index` (`el_index`(60)) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `acm_wiki_externallinks` -- /*!40000 ALTER TABLE `acm_wiki_externallinks` DISABLE KEYS */; LOCK TABLES `acm_wiki_externallinks` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `acm_wiki_externallinks` ENABLE KEYS */; -- -- Table structure for table `acm_wiki_hitcounter` -- DROP TABLE IF EXISTS `acm_wiki_hitcounter`; CREATE TABLE `acm_wiki_hitcounter` ( `hc_id` int(10) unsigned NOT NULL ) ENGINE=MEMORY DEFAULT CHARSET=latin1 MAX_ROWS=25000; -- -- Dumping data for table `acm_wiki_hitcounter` -- /*!40000 ALTER TABLE `acm_wiki_hitcounter` DISABLE KEYS */; LOCK TABLES `acm_wiki_hitcounter` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `acm_wiki_hitcounter` ENABLE KEYS */; -- -- Table structure for table `acm_wiki_image` -- DROP TABLE IF EXISTS `acm_wiki_image`; CREATE TABLE `acm_wiki_image` ( `img_name` varchar(255) character set latin1 collate latin1_bin NOT NULL default '', `img_size` int(8) unsigned NOT NULL default '0', `img_width` int(5) NOT NULL default '0', `img_height` int(5) NOT NULL default '0', `img_metadata` mediumblob NOT NULL, `img_bits` int(3) NOT NULL default '0', `img_media_type` enum('UNKNOWN','BITMAP','DRAWING','AUDIO','VIDEO','MULTIMEDIA','OFFICE','TEXT','EXECUTABLE','ARCHIVE') default NULL, `img_major_mime` enum('unknown','application','audio','image','text','video','message','model','multipart') NOT NULL default 'unknown', `img_minor_mime` varchar(32) NOT NULL default 'unknown', `img_description` tinyblob NOT NULL, `img_user` int(5) unsigned NOT NULL default '0', `img_user_text` varchar(255) character set latin1 collate latin1_bin NOT NULL default '', `img_timestamp` char(14) character set latin1 collate latin1_bin NOT NULL default '', PRIMARY KEY (`img_name`), KEY `img_size` (`img_size`), KEY `img_timestamp` (`img_timestamp`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `acm_wiki_image` -- /*!40000 ALTER TABLE `acm_wiki_image` DISABLE KEYS */; LOCK TABLES `acm_wiki_image` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `acm_wiki_image` ENABLE KEYS */; -- -- Table structure for table `acm_wiki_imagelinks` -- DROP TABLE IF EXISTS `acm_wiki_imagelinks`; CREATE TABLE `acm_wiki_imagelinks` ( `il_from` int(8) unsigned NOT NULL default '0', `il_to` varchar(255) character set latin1 collate latin1_bin NOT NULL default '', UNIQUE KEY `il_from` (`il_from`,`il_to`), KEY `il_to` (`il_to`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `acm_wiki_imagelinks` -- /*!40000 ALTER TABLE `acm_wiki_imagelinks` DISABLE KEYS */; LOCK TABLES `acm_wiki_imagelinks` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `acm_wiki_imagelinks` ENABLE KEYS */; -- -- Table structure for table `acm_wiki_interwiki` -- DROP TABLE IF EXISTS `acm_wiki_interwiki`; CREATE TABLE `acm_wiki_interwiki` ( `iw_prefix` char(32) NOT NULL, `iw_url` char(127) NOT NULL, `iw_local` tinyint(1) NOT NULL, `iw_trans` tinyint(1) NOT NULL default '0', UNIQUE KEY `iw_prefix` (`iw_prefix`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `acm_wiki_interwiki` -- /*!40000 ALTER TABLE `acm_wiki_interwiki` DISABLE KEYS */; LOCK TABLES `acm_wiki_interwiki` WRITE; INSERT INTO `acm_wiki_interwiki` VALUES ('abbenormal','http://www.ourpla.net/cgi-bin/pikie.cgi?$1',0,0),('acadwiki','http://xarch.tu-graz.ac.at/autocad/wiki/$1',0,0),('acronym','http://www.acronymfinder.com/af-query.asp?String=exact&Acronym=$1',0,0),('advogato','http://www.advogato.org/$1',0,0),('aiwiki','http://www.ifi.unizh.ch/ailab/aiwiki/aiw.cgi?$1',0,0),('alife','http://news.alife.org/wiki/index.php?$1',0,0),('annotation','http://bayle.stanford.edu/crit/nph-med.cgi/$1',0,0),('annotationwiki','http://www.seedwiki.com/page.cfm?wikiid=368&doc=$1',0,0),('arxiv','http://www.arxiv.org/abs/$1',0,0),('aspienetwiki','http://aspie.mela.de/Wiki/index.php?title=$1',0,0),('bemi','http://bemi.free.fr/vikio/index.php?$1',0,0),('benefitswiki','http://www.benefitslink.com/cgi-bin/wiki.cgi?$1',0,0),('brasilwiki','http://rio.ifi.unizh.ch/brasilienwiki/index.php/$1',0,0),('bridgeswiki','http://c2.com/w2/bridges/$1',0,0),('c2find','http://c2.com/cgi/wiki?FindPage&value=$1',0,0),('cache','http://www.google.com/search?q=cache:$1',0,0),('ciscavate','http://ciscavate.org/index.php/$1',0,0),('cliki','http://ww.telent.net/cliki/$1',0,0),('cmwiki','http://www.ourpla.net/cgi-bin/wiki.pl?$1',0,0),('codersbase','http://www.codersbase.com/$1',0,0),('commons','http://commons.wikimedia.org/wiki/$1',0,0),('consciousness','http://teadvus.inspiral.org/',0,0),('corpknowpedia','http://corpknowpedia.org/wiki/index.php/$1',0,0),('creationmatters','http://www.ourpla.net/cgi-bin/wiki.pl?$1',0,0),('dejanews','http://www.deja.com/=dnc/getdoc.xp?AN=$1',0,0),('demokraatia','http://wiki.demokraatia.ee/',0,0),('dictionary','http://www.dict.org/bin/Dict?Database=*&Form=Dict1&Strategy=*&Query=$1',0,0),('disinfopedia','http://www.disinfopedia.org/wiki.phtml?title=$1',0,0),('diveintoosx','http://diveintoosx.org/$1',0,0),('docbook','http://docbook.org/wiki/moin.cgi/$1',0,0),('dolphinwiki','http://www.object-arts.com/wiki/html/Dolphin/$1',0,0),('drumcorpswiki','http://www.drumcorpswiki.com/index.php/$1',0,0),('dwjwiki','http://www.suberic.net/cgi-bin/dwj/wiki.cgi?$1',0,0),('echei','http://www.ikso.net/cgi-bin/wiki.pl?$1',0,0),('ecxei','http://www.ikso.net/cgi-bin/wiki.pl?$1',0,0),('efnetceewiki','http://purl.net/wiki/c/$1',0,0),('efnetcppwiki','http://purl.net/wiki/cpp/$1',0,0),('efnetpythonwiki','http://purl.net/wiki/python/$1',0,0),('efnetxmlwiki','http://purl.net/wiki/xml/$1',0,0),('elibre','http://enciclopedia.us.es/index.php/$1',0,0),('eljwiki','http://elj.sourceforge.net/phpwiki/index.php/$1',0,0),('emacswiki','http://www.emacswiki.org/cgi-bin/wiki.pl?$1',0,0),('eokulturcentro','http://esperanto.toulouse.free.fr/wakka.php?wiki=$1',0,0),('evowiki','http://www.evowiki.org/index.php/$1',0,0),('eĉei','http://www.ikso.net/cgi-bin/wiki.pl?$1',0,0),('finalempire','http://final-empire.sourceforge.net/cgi-bin/wiki.pl?$1',0,0),('firstwiki','http://firstwiki.org/index.php/$1',0,0),('foldoc','http://www.foldoc.org/foldoc/foldoc.cgi?$1',0,0),('foxwiki','http://fox.wikis.com/wc.dll?Wiki~$1',0,0),('fr.be','http://fr.wikinations.be/$1',0,0),('fr.ca','http://fr.ca.wikinations.org/$1',0,0),('fr.fr','http://fr.fr.wikinations.org/$1',0,0),('fr.org','http://fr.wikinations.org/$1',0,0),('freebsdman','http://www.FreeBSD.org/cgi/man.cgi?apropos=1&query=$1',0,0),('gamewiki','http://gamewiki.org/wiki/index.php/$1',0,0),('gej','http://www.esperanto.de/cgi-bin/aktivikio/wiki.pl?$1',0,0),('gentoo-wiki','http://gentoo-wiki.com/$1',0,0),('globalvoices','http://cyber.law.harvard.edu/dyn/globalvoices/wiki/$1',0,0),('gmailwiki','http://www.gmailwiki.com/index.php/$1',0,0),('google','http://www.google.com/search?q=$1',0,0),('googlegroups','http://groups.google.com/groups?q=$1',0,0),('gotamac','http://www.got-a-mac.org/$1',0,0),('greencheese','http://www.greencheese.org/$1',0,0),('hammondwiki','http://www.dairiki.org/HammondWiki/index.php3?$1',0,0),('haribeau','http://wiki.haribeau.de/cgi-bin/wiki.pl?$1',0,0),('herzkinderwiki','http://www.herzkinderinfo.de/Mediawiki/index.php/$1',0,0),('hewikisource','http://he.wikisource.org/wiki/$1',1,0),('hrwiki','http://www.hrwiki.org/index.php/$1',0,0),('iawiki','http://www.IAwiki.net/$1',0,0),('imdb','http://us.imdb.com/Title?$1',0,0),('infosecpedia','http://www.infosecpedia.org/pedia/index.php/$1',0,0),('jargonfile','http://sunir.org/apps/meta.pl?wiki=JargonFile&redirect=$1',0,0),('jefo','http://www.esperanto-jeunes.org/vikio/index.php?$1',0,0),('jiniwiki','http://www.cdegroot.com/cgi-bin/jini?$1',0,0),('jspwiki','http://www.ecyrd.com/JSPWiki/Wiki.jsp?page=$1',0,0),('kerimwiki','http://wiki.oxus.net/$1',0,0),('kmwiki','http://www.voght.com/cgi-bin/pywiki?$1',0,0),('knowhow','http://www2.iro.umontreal.ca/~paquetse/cgi-bin/wiki.cgi?$1',0,0),('lanifexwiki','http://opt.lanifex.com/cgi-bin/wiki.pl?$1',0,0),('lasvegaswiki','http://wiki.gmnow.com/index.php/$1',0,0),('linuxwiki','http://www.linuxwiki.de/$1',0,0),('lojban','http://www.lojban.org/tiki/tiki-index.php?page=$1',0,0),('lqwiki','http://wiki.linuxquestions.org/wiki/$1',0,0),('lugkr','http://lug-kr.sourceforge.net/cgi-bin/lugwiki.pl?$1',0,0),('lutherwiki','http://www.lutheranarchives.com/mw/index.php/$1',0,0),('mathsongswiki','http://SeedWiki.com/page.cfm?wikiid=237&doc=$1',0,0),('mbtest','http://www.usemod.com/cgi-bin/mbtest.pl?$1',0,0),('meatball','http://www.usemod.com/cgi-bin/mb.pl?$1',0,0),('mediazilla','http://bugzilla.wikipedia.org/$1',1,0),('memoryalpha','http://www.memory-alpha.org/en/index.php/$1',0,0),('metaweb','http://www.metaweb.com/wiki/wiki.phtml?title=$1',0,0),('metawiki','http://sunir.org/apps/meta.pl?$1',0,0),('metawikipedia','http://meta.wikimedia.org/wiki/$1',0,0),('moinmoin','http://purl.net/wiki/moin/$1',0,0),('mozillawiki','http://wiki.mozilla.org/index.php/$1',0,0),('muweb','http://www.dunstable.com/scripts/MuWebWeb?$1',0,0),('netvillage','http://www.netbros.com/?$1',0,0),('oeis','http://www.research.att.com/cgi-bin/access.cgi/as/njas/sequences/eisA.cgi?Anum=$1',0,0),('openfacts','http://openfacts.berlios.de/index.phtml?title=$1',0,0),('openwiki','http://openwiki.com/?$1',0,0),('opera7wiki','http://nontroppo.org/wiki/$1',0,0),('orgpatterns','http://www.bell-labs.com/cgi-user/OrgPatterns/OrgPatterns?$1',0,0),('osi reference model','http://wiki.tigma.ee/',0,0),('pangalacticorg','http://www.pangalactic.org/Wiki/$1',0,0),('patwiki','http://gauss.ffii.org/$1',0,0),('personaltelco','http://www.personaltelco.net/index.cgi/$1',0,0),('phpwiki','http://phpwiki.sourceforge.net/phpwiki/index.php?$1',0,0),('pikie','http://pikie.darktech.org/cgi/pikie?$1',0,0),('pmeg','http://www.bertilow.com/pmeg/$1.php',0,0),('ppr','http://c2.com/cgi/wiki?$1',0,0),('purlnet','http://purl.oclc.org/NET/$1',0,0),('pythoninfo','http://www.python.org/cgi-bin/moinmoin/$1',0,0),('pythonwiki','http://www.pythonwiki.de/$1',0,0),('pywiki','http://www.voght.com/cgi-bin/pywiki?$1',0,0),('raec','http://www.raec.clacso.edu.ar:8080/raec/Members/raecpedia/$1',0,0),('revo','http://purl.org/NET/voko/revo/art/$1.html',0,0),('rfc','http://www.rfc-editor.org/rfc/rfc$1.txt',0,0),('s23wiki','http://is-root.de/wiki/index.php/$1',0,0),('scoutpedia','http://www.scoutpedia.info/index.php/$1',0,0),('seapig','http://www.seapig.org/$1',0,0),('seattlewiki','http://seattlewiki.org/wiki/$1',0,0),('seattlewireless','http://seattlewireless.net/?$1',0,0),('seeds','http://www.IslandSeeds.org/wiki/$1',0,0),('senseislibrary','http://senseis.xmp.net/?$1',0,0),('shakti','http://cgi.algonet.se/htbin/cgiwrap/pgd/ShaktiWiki/$1',0,0),('slashdot','http://slashdot.org/article.pl?sid=$1',0,0),('smikipedia','http://www.smikipedia.org/$1',0,0),('sockwiki','http://wiki.socklabs.com/$1',0,0),('sourceforge','http://sourceforge.net/$1',0,0),('squeak','http://minnow.cc.gatech.edu/squeak/$1',0,0),('strikiwiki','http://ch.twi.tudelft.nl/~mostert/striki/teststriki.pl?$1',0,0),('susning','http://www.susning.nu/$1',0,0),('svgwiki','http://www.protocol7.com/svg-wiki/default.asp?$1',0,0),('tavi','http://tavi.sourceforge.net/$1',0,0),('tejo','http://www.tejo.org/vikio/$1',0,0),('terrorwiki','http://www.liberalsagainstterrorism.com/wiki/index.php/$1',0,0),('theopedia','http://www.theopedia.com/$1',0,0),('tmbw','http://www.tmbw.net/wiki/index.php/$1',0,0),('tmnet','http://www.technomanifestos.net/?$1',0,0),('tmwiki','http://www.EasyTopicMaps.com/?page=$1',0,0),('turismo','http://www.tejo.org/turismo/$1',0,0),('twiki','http://twiki.org/cgi-bin/view/$1',0,0),('twistedwiki','http://purl.net/wiki/twisted/$1',0,0),('uea','http://www.tejo.org/uea/$1',0,0),('unreal','http://wiki.beyondunreal.com/wiki/$1',0,0),('ursine','http://ursine.ca/$1',0,0),('usej','http://www.tejo.org/usej/$1',0,0),('usemod','http://www.usemod.com/cgi-bin/wiki.pl?$1',0,0),('visualworks','http://wiki.cs.uiuc.edu/VisualWorks/$1',0,0),('warpedview','http://www.warpedview.com/index.php/$1',0,0),('webdevwikinl','http://www.promo-it.nl/WebDevWiki/index.php?page=$1',0,0),('webisodes','http://www.webisodes.org/$1',0,0),('webseitzwiki','http://webseitz.fluxent.com/wiki/$1',0,0),('why','http://clublet.com/c/c/why?$1',0,0),('wiki','http://c2.com/cgi/wiki?$1',0,0),('wikia','http://www.wikia.com/wiki/index.php/$1',0,0),('wikibooks','http://en.wikibooks.org/wiki/$1',1,0),('wikicities','http://www.wikicities.com/index.php/$1',0,0),('wikif1','http://www.wikif1.org/$1',0,0),('wikimedia','http://wikimediafoundation.org/wiki/$1',0,0),('wikinews','http://en.wikinews.org/wiki/$1',0,0),('wikinfo','http://www.wikinfo.org/wiki.php?title=$1',0,0),('wikiquote','http://en.wikiquote.org/wiki/$1',1,0),('wikisource','http://sources.wikipedia.org/wiki/$1',1,0),('wikispecies','http://species.wikipedia.org/wiki/$1',1,0),('wikitravel','http://wikitravel.org/en/$1',0,0),('wikiworld','http://WikiWorld.com/wiki/index.php/$1',0,0),('wikt','http://en.wiktionary.org/wiki/$1',1,0),('wiktionary','http://en.wiktionary.org/wiki/$1',1,0),('wlug','http://www.wlug.org.nz/$1',0,0),('wlwiki','http://winslowslair.supremepixels.net/wiki/index.php/$1',0,0),('ypsieyeball','http://sknkwrks.dyndns.org:1957/writewiki/wiki.pl?$1',0,0),('zwiki','http://www.zwiki.org/$1',0,0),('zzz wiki','http://wiki.zzz.ee/',0,0); UNLOCK TABLES; /*!40000 ALTER TABLE `acm_wiki_interwiki` ENABLE KEYS */; -- -- Table structure for table `acm_wiki_ipblocks` -- DROP TABLE IF EXISTS `acm_wiki_ipblocks`; CREATE TABLE `acm_wiki_ipblocks` ( `ipb_id` int(8) NOT NULL auto_increment, `ipb_address` varchar(40) character set latin1 collate latin1_bin NOT NULL default '', `ipb_user` int(8) unsigned NOT NULL default '0', `ipb_by` int(8) unsigned NOT NULL default '0', `ipb_reason` tinyblob NOT NULL, `ipb_timestamp` char(14) character set latin1 collate latin1_bin NOT NULL default '', `ipb_auto` tinyint(1) NOT NULL default '0', `ipb_expiry` char(14) character set latin1 collate latin1_bin NOT NULL default '', `ipb_range_start` varchar(32) NOT NULL default '', `ipb_range_end` varchar(32) NOT NULL default '', PRIMARY KEY (`ipb_id`), KEY `ipb_address` (`ipb_address`), KEY `ipb_user` (`ipb_user`), KEY `ipb_range` (`ipb_range_start`(8),`ipb_range_end`(8)) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `acm_wiki_ipblocks` -- /*!40000 ALTER TABLE `acm_wiki_ipblocks` DISABLE KEYS */; LOCK TABLES `acm_wiki_ipblocks` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `acm_wiki_ipblocks` ENABLE KEYS */; -- -- Table structure for table `acm_wiki_job` -- DROP TABLE IF EXISTS `acm_wiki_job`; CREATE TABLE `acm_wiki_job` ( `job_id` int(9) unsigned NOT NULL auto_increment, `job_cmd` varchar(255) NOT NULL default '', `job_namespace` int(11) NOT NULL, `job_title` varchar(255) character set latin1 collate latin1_bin NOT NULL, `job_params` blob NOT NULL, PRIMARY KEY (`job_id`), KEY `job_cmd` (`job_cmd`,`job_namespace`,`job_title`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `acm_wiki_job` -- /*!40000 ALTER TABLE `acm_wiki_job` DISABLE KEYS */; LOCK TABLES `acm_wiki_job` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `acm_wiki_job` ENABLE KEYS */; -- -- Table structure for table `acm_wiki_logging` -- DROP TABLE IF EXISTS `acm_wiki_logging`; CREATE TABLE `acm_wiki_logging` ( `log_type` char(10) NOT NULL default '', `log_action` char(10) NOT NULL default '', `log_timestamp` char(14) NOT NULL default '19700101000000', `log_user` int(10) unsigned NOT NULL default '0', `log_namespace` int(11) NOT NULL default '0', `log_title` varchar(255) character set latin1 collate latin1_bin NOT NULL default '', `log_comment` varchar(255) NOT NULL default '', `log_params` blob NOT NULL, KEY `type_time` (`log_type`,`log_timestamp`), KEY `user_time` (`log_user`,`log_timestamp`), KEY `page_time` (`log_namespace`,`log_title`,`log_timestamp`), KEY `times` (`log_timestamp`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `acm_wiki_logging` -- /*!40000 ALTER TABLE `acm_wiki_logging` DISABLE KEYS */; LOCK TABLES `acm_wiki_logging` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `acm_wiki_logging` ENABLE KEYS */; -- -- Table structure for table `acm_wiki_math` -- DROP TABLE IF EXISTS `acm_wiki_math`; CREATE TABLE `acm_wiki_math` ( `math_inputhash` varchar(16) NOT NULL, `math_outputhash` varchar(16) NOT NULL, `math_html_conservativeness` tinyint(1) NOT NULL, `math_html` text, `math_mathml` text, UNIQUE KEY `math_inputhash` (`math_inputhash`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `acm_wiki_math` -- /*!40000 ALTER TABLE `acm_wiki_math` DISABLE KEYS */; LOCK TABLES `acm_wiki_math` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `acm_wiki_math` ENABLE KEYS */; -- -- Table structure for table `acm_wiki_objectcache` -- DROP TABLE IF EXISTS `acm_wiki_objectcache`; CREATE TABLE `acm_wiki_objectcache` ( `keyname` char(255) character set latin1 collate latin1_bin NOT NULL default '', `value` mediumblob, `exptime` datetime default NULL, UNIQUE KEY `keyname` (`keyname`), KEY `exptime` (`exptime`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `acm_wiki_objectcache` -- /*!40000 ALTER TABLE `acm_wiki_objectcache` DISABLE KEYS */; LOCK TABLES `acm_wiki_objectcache` WRITE; INSERT INTO `acm_wiki_objectcache` VALUES ('acm:messages','vW(u%5ԔJK\0dX@2\"@\nV?s~R_{>@Yzes=78Vnu6iwiwz>$4e0w/lW<8PUBٸAXѨ\\>ߋ2[o(vT\rKBo>}.AGqV޸/*TMOu^5UquM$N;ϋHN<ȢʮF\0-u&܏(7KsOz?OY}VodMYMiY%[wz[UZ\',+:+\Z\\;.U,n\Z ܝb\\eiu\\Uee.x܇0%eUvU&$dP!wzI:ˢO\05N&Xnnljhj%CdMnF&XRp:*6XMe=-`hE6{Cl,,_eVc*$yS\'0%ԁ6}̛|6ʪlE\Zd{{{TΠk# \n;ư|҉XeRNa\rdSvh&: ] ns&SexCU9癱YHf0j7ϰwv\'(hy.r3=$?7ɟjdBY^3&r`5QUiSVov!Ҫdz#+ӆE:E:mT:فow]0Za5,]n2 , wѬ̋]\\. VI&\r?Eh\rEK$jIJMt:ےu#A8F=+<#`!u>gbCOi G/Dz^r*$SCy 7|M+rBX\'ݻ[gQ6r(+\'#\0^4z> .\0чq\n?wu$mQZg/r:~w8Ox4eLa-.89G=ĚVMMn\Z]WsrT$IJGLi83]wҊ!4HދҏiA/:8dhyXy I!iA]0/j:2hB7k]!}}\"{U78<=Ð\r4ڛJ`ZDRo_)uz9{~(C*͋I nL$T#i.F61\\ \ri*`ܤD\nG+$?=ᦼJ >wX͝#@_Z}\\\07 Q{ZUfr՜@c0u3:K ПƆO?IX&\"vge;w7 6Xt wn8VY\n\ZA(49|g@ 8f1Nk[VKY(&+-… \Z,8\ZҝFSdKHe<!T\0>K@)Hyյ3M1V|OO5d!mJ#T]Fv>qz#L#?^H~.\ZVs87oJZ1\"t\Z\\E7}h$T1V3b9Ϫ|`EìR\0V4t35t\nuLo}k1a).n\"#Q!2ͲtާYv8&`sh#\Z]܁3ϐ Do򂇖^94-XzYL\0t7]noMFUF;]3&Д֣*:ס-PbF{DZZ@V¨=&\0c\\l!wDv$aZk55s ]ߕx̷N1=KU,n\n\r 䑔\n¨KնwX\0y߼)m%\ZYHh/ː-ҕs;zR YaED0L_y:` NߺN#Xx,g\'iFKIye0c\'` a\Z\\YTU2Q6>yzIPy\"(g ϿVԧ21~K|\r]Uo|֪x (VfH2C nEyzh7m幾*GF!HH4+wy}EW* mkd?I!&vU=g.]^t9&)~xSCCrx ;8sB/giaڟvlrng4\'+y|StV3Hv E\n+-8\\n4na\ZC5HjO/ \rc+\0G* e\Z,I\r,(³4lGvĤ(Z/mW|HZa—V|\ZEM}lr6iu6 xM\\ChHqLJ|ЃY!\"nq,Aj:CLl¥V>\0x?BWtYQ`\rf$9/\\/\nHkU~\n*\ZrI~;?-m\rG F\"OJ]^V\"Y&8\'\r=E\'A\0\0\"vD;-p`~ ry6Bq/fa&dd\rZMR\0~Q_UÝ q\nȊtӦ\Z\nb1\n6\"B RaDl>&(|~Hޢ:LrYT-o2\n31ںw]ۍsÇL}\\%\niNJD4ᖔO]!)+C\"\\\rK568*(qs:W0\"9p쀼VVD JGO HjXn\\ .DҬ5q͙7oJٌQj⓭:jǀ\\Vұh1;xBk>Lif(~Y\nJKuiZG$>ʧ\rmKb]g;\"\Z7lAHO\\ CHLwî<\ZB WZ{vM5, /+5xW\" ]N6H0c?CXD*4P(ۇjJ:z[_srʐ/z*ߦNO<\0U^LjbY|:\nى/x(t_ZM7\'&.j(8 @<\\`K.:kwBRy(PyC$t_di*}3zz !oYX7с5>z$vRƥ̙N\0n>3̗P鼷K0teuP?nF\ZPchyyORvY+fO:a2,:TiӨD%.Fb.mG+\"LX¥l 2W-\0>FRGJ4ȩ\ZVrk}ds*CS8N繜f߷|2~&r,G/иd ΰkx>YH\"~TynsG8 0L~D$b/F\rgx7-ݸꌥH*Yd[CPq1/t8nNM)cL[لgU,C:함_D\rO߆y=.>yO~2NHd/*FimOqO\rҕw.Ŏ\\\ZwplvGrjIOcZR{,NS6x#S\rט3+L%t0nks\rB[-jkZ9a,SDt8FJ¼){-E WȁPg .![GҙAw9M3hB;5~EwX?$啅7ϤR%џPO$!2*;mcQ$/@rk7z*?dQeo׎ee4$ ,͆ |F S;Zq;r+6T>\nləDu8p|,MW\nNQt9}_xgHӒ=WhhxQ)DP?CMdx\';5鹘dp껦\0*\rpp{4Ϫqou<;ǺxcFj!\Zj+#eAP{(t.5|Sz?@LJQ$_,G8Css!Ks[A~3lnGվN^~o~:{Ïo>I޿>K_{yzׯڲ3afwXYsṰu|rkקgmTќ2&ۍ*,nHQZrG-P%[N/nN8 VqɎ%Q=qexiJ+MҮcz[V/[h}\'p(k8񐔬o$!o(͢u\'Hn0$:f^OJ*%CA8pIH:nو%boH(\rIrL30%y1 fQN.XO,頓j&O;IP%{.A+e\nE[\'n/`\0F#; NH80cFv&\0 }\0-=KO]L\"LcE2\rGf.!_nX8{`U#uIW\n*f\rʼnrt\rt_OQ}p]uBӐ2ekD\'䛵9H2EKJII+4^C~ABg74SC \'PFl\'\r]7,(U_7^e8\\>O54D}MI::Au0R/Q>˛US;+ۺREn C~>\'НmnXY6];yG25f-Jv&J\'kE[x\'t\"0 A[\ZIX&ܿ?$JuY$.XT91LJm:DfNZ(I\r ѓ\Z^nr\"3k̰jKD-}^g)`m@!+TbbPv,- ״B([{X:\'PV0\r푞 C:uyUKYyeA\"cH|i,a[k2f<ȭJ&D4BX76TlȞY9))ST@CdG3ͅݹfXOF5@bh=3{Qe+. ax\'X^-YiMqvnmϺJY%*+S;\Z\nHx{Mj| GsdDڻf:@St讚fqz.Qv~\n>J.!.+f`mT 8 i0뉬$~ ԱJ|DrhI\'(823fNm=lb\".H?ɯ_Ͳ[7*o=6y`nnw;kk3^=NJ _:397e;ȓZ9jy/CoQ>_7|6CiG 10]~̺-auм9,3is&fr\' _E#@yV߼0Oz)*l*pv0^lk49\'`D pSTu?!h1D$/:$1Z+m\Zk\'SfOڽ%\n_mx?0Ax-R$u)ʴ|&SbU405ɖ4p0`ue1ԍc*6<!hUbݠ`pfe$PdHnHJ=QRCˌf(\riGQUF8&B$P<Чxtx<*?v;dUވO>i;|ꇧO^=>{x\"\'>҄gxw¸O-4y=v:O Cۆo9+9壳WϰNܲ ceuJ*\r3O_>zsCA|yN6j@3)(D~\"\Z Ϫ`>d:K/Y;1U. ,YVpP\05ZԨ%nk<1A tg{z6+lYNZNYM/Y\\1+v)m ;v`L\0$шGO/=hK_zip/wM &wR>fUӼn`q us\ZKC4@9K`f%x%<\0- &#\r*+ 9`\0E\0Up&T].\'y\Z*-ڀU7u(#M\Z$P|7\'+G4|zԦęVUFlZAlOvq6=wm[}ʧ{)\05apIX5scF({,U$/“bT4 \nĬyP0|OJB;2BA3 ծ 1% IGk{= ӆ+g_G=6PfM\nDQS^!*+׽dSH2 x\n^!APWˠ$r\"tL9+ )*afH/bγ8{F7+BOn>}7O7aNk?vns\"oCWtFwy9@Ωq^u˺)ziSX/ a{K#R_*b,!i8=zei{AKM˼A es\ZvhN+(aW i&ĄDv]LPIV|a@$U|í6u~-aݟO8=$ɀ+h*a4Ӣ]婻i8#`hvԣ`_%l5`>(K+E vzk8.(A31:F״4N|]\\t݋jucü>h[\0ת,.C\'\\G6RX{r֓/C4\\#D.=GkN;eO8 Fj\nb8/Q\nzàe\\Q@vs\r6yM[o㰷\'r(`\Z;o?Oe$6\0Qܝ1ךЌ CG r7Z}.f&`T2[y{p9 ?d/⮄s ]w\r(~i?ή0>УPfSPŗJmh]NGI[5:RRXM\Z>q/z;mK1Q:ghm^b\\7Kė\\v!ov[qcxWqrdDK>lzɅrni[Hq1c,#`8yIr~Uk*qGTru>lлwcTڡΦE]-~> =|Qx|,} +h?Q\"~zSJ<*LG\',KZZ9zz:%yg 59\\ߣ:J\n%+<TDm:ti밌},8SWO̖dDdd)\n>o/Гe8J[oLFW1.$ٲG;O?;95ѵL\n5`ъW*JU/WEƐ9lS]5;:z41?JyZ,]\03.:99^^̯;P&Ҏ&Ӛ,HS>_ΉO^2`RRyzu\'0fjk^{z+Fms 6Cln\Zʲ\\Κˠ27N\0+7\0w$oK;P66Wfc#^/\\Ung߸*=,Mꑌ׭uP<8!&g|.߯ W\n\\2[ZʸXgeC\n\n>m]s[M@ YWthqT[ УC|?۰DPH2F>&iQeneqK<\\3 ݺrJ)N2؇OF9:k܅+gbR\Z鈜ߴZ &$ӪBH홗ղr_,bX&bGѰ2!(1]@:X㺎f@ҥݛ4\'7C{q2+e4Uy\Z%KJ,Co9\'VlMpHNBP;jc B.!_3:#lD\Z\'O9Zܤʞy_\"| oKHN6Nk .\nH4~b<〤~ZK~/}^1D)6}ḿ\nHيU.][K=Qov6A\n/ 4HJuY}@K)v\"-xhyQ#;c{[hV_/s/Zk5-sV Kau;s~b\0Ia@D35y0c\ry\\Ѫa&fꞲ]M)%̞cF55hHDoV&e /#*^#2aOXTO^*q!QM%! 7f_.*nQKAǿ\\hβ&kMx{tt7}d87U\"Jx\rk%bPf\0Ux-\ZنsQԀio%=2t{}w20_0:ύҙmށ2̾w\'EX1}9bp؆!hm}lONdo,:b|;\\^GcXl:)(0SOxuOImS/5D㤕\rf!&\'b?!Oq49d9\Z!h5;+˜V\ZR11 a-*1C5gyF> \n sa48F!M8>+z^WΑ#R\'vl)=BhbטMJCQ%j~6k>O7܎24(+P3/ǎrujK\ndeızPgQdPu>d.5|UDJ(Fh\Z<#5ZNQ3HF&>YCq?O8-xY.eʺzSę%+_P6\n!\rNHu\\)B9m{styO\rhT~b]vM.Yw8BdFC8\'*`4R\n_Gwɋ/SV544a?CHT6\\\"$co0#z\07~fL7{\'v9*V\'6Cu6gs8Ԑ-d\rK_$؜\'DŽ-WJA\'l\\w[eM<%/]`.iW&777] d@<KԮI#CНX#RDp\' ,zWA0!͛«!@l:_2=? yOBCb_5TZ4Q)fkV!&U.SQ\'|\\\rȧ`3iO [>4z|2Dgy;e nV\\<2*3Zj9}5űef]8xw0#S bVdʢF$_M^>M}eOE,Gq sjG.MjWrO-aV%^\"k<ީ+&grJ[yR jv\\KV\08/Z@aeo9R;r\r{TmSY\'/&$bKWq4.Fhe\\,\'+X檔0ip!jx+$-8 f1|TL8`16[OJzW~pZ!<:T/\\t;h!r?ԅo8Ϫ|>pu@+TFV\"Y3 ]9\\F?|Y^N\"!l}B`2kį^RY|\0IIʇ>< C\r|#ѵ`]~[,x\\l.s+yGJH=_/PX/Acb$>\ZiX[ͭy鵦QS ;PJ\'y%)`_ܮ @6rPK>\rߣ߿.5W98ܿ^|?#y.+\n)0z}/=K:x[- $; ]XҊE\Z\0*Kh0$`#HX%7@k\'X 6@VF Y0$.gJ\ZE\Z\'Qvp&a|%!c(X + ӆ/RZvO9IE2$װS?ToϽ\"Hf:;6QmtZ<^kT\nu4>PBŶI8Ui\rht>R-ځx,41ĺ2%XA޷:z&\'R98ljN2v({8ƨ٤Ü0nApZne89*382hy<\\?6zQDXx2+]Vbplە9:NBAZq_>|V?uh~]Xb|*wB QTs+ѥt~{hjGCH뾃\ZgWNɕ}xt?ދұSY+cr;K:d8[Kum 91TLZ&]U\\[`_Ȼz 8ϣUcWBlЃ<5yB7=QeCMh ܘ#RC\\(L\"}\\2 ?Du`hNfh.`pp,P\"Cu +X9f㍎\Z,F݄^#\"Ns`Z|m/S?vT\rcg\Zw@pLjcNkǂZc!pp$9^Q×Wu;#7̞؁F֢;ȸFӆAiz>p̜k3LYB(vU| siˍ.H#d;\n^ƹ322A{hA{N!k2nAąBϘ\n模sW~`61QX6=Ԟ5濻=x\"W\0@M}m5pTVQlk7LpMӳg,\"Śe\nD#JFm;aNZ6|zu.CD`!qw:[xDKs-n_M#GKۑ%X4pYjէ`)ߚ+R=ףFkt~\rd!st[izm\n8\n*Es02{p4TND{ \\׀#9 T龻` YY? m:$%mQ /gC]tSh4la *e{)a& \"JI9pYcXs4 ?,QuBl2uGɱtūNoK[ (owqa>\n\0gIąhK{3\"\"=xўP-#ske9\'\nU\0mN\"){Anjp\r9!I9|[$O.TcFHFa*2&;OI4Al5hѣ,pdj9TG]bsJ:VۑG5) 2m./uyY9K+\rU-xºyZdN* \\v4]ܜjYԢ\\PQ<+ہ^ſh\"]S1ESĽhaҏ4$NyKE+gӼ}ތM\\ff,\r# ^\"04mp J\\du/ia[)KoCVqi`|OInxԔpp,[ac6y8M\"\nCio!esu1J\'-#n*g;F eAl*aXz:sK/ *~2qKUx8 WU`(.\"!W?X4-P/T\"n2@_JZ \ZZe b9-DlՍil^Pb}K(4 !Tvw4)+ϧ$!g͸rhOq9-tX`ٗLәU\"}R%;rp\r&Bo>U]] zg}Frr$A\r@y*`(^/$%G5t4ŗW\\T+ؕTn$9jv;:X@Ol듖X1,]拐0` \0gR٧EZ\'W(keH :Uϟ eq@aPX6&#$Q&nhQW9&90**!\nN$kwħ\ZBI>~ |JՊ2pS-`j@NcDHVƂ!QȺJʬe@B@喨MG$T?J,e,i\"Zn{\Z.LzyO?(b ;#EF!aӬ`ƨg6/Z UF.MW)tnTe\0!iЦͮ\\ %n9?t ĈqLU2Ou*9 0Dǒ=.\rk2 \\KSE~pPx\'ޏh &$I;ɀ&hl\0ڹ` `4W#2MyUr.J4>z;{au27&z(0R\"YĽ?C-:Dr!$?) \' u>!0Hi:̒CFrA<]Gؖ\\Iu^E0h 4ֲ(Ge;fJU^Kx}PB5\\s\09}{Ϊ6 hrO(+P1[P2f~Mޑv~I?o/\Zrp@}K\Z`hDlYzqbdΡ+7pi x`g.{7Q\"RA/Ḋc֪#m-@#U%?;?O0[PM1\0Ц툁o//zd^ԸP)iS҆e\"]\rY!]t eE_0TrYܢU My\\-h8^Юa\'gKo\Zj\Z\Zq},|caeTml65qv|S96wVc C*P6*Q/a@қ.$l܀{J\nc lDqhNY֍Lz$N1[9%1 qHʚ٘ L[)@#ajkl\0*qoWGr~2z9f OL_Q/KYi\nvm\ZF\rt}^aQMU7y8*(Di%nT\"ʮJ҃X(Ni[S@;a^Օu \"?wQK)-VHM)rي\'nsԺd{{{YިV9\0[s]z}\ZDܫW7,ңT@\Z`_w8UUY \0ExEɔ<:F?ئAmj[#TU5Xѐƥ>q2f-ز,ĸr\'(w;$XI:rM r#q(;A6)$Ys-lBY2[+S\nyv,(Ub?K\n u,s]yލ*5Zu?+mjPnFZE\Z”>\Z: $YYZAhK 9nuJ$ \\0fI`őԋcHIX|*7xi2`m֊ӂۢ\'=/ʅ9#rL+:]jT]cYFP޼jr X*Yap ݵD\"v\r@0\ncBiBd&]b:Y段FxAa0ַߓ\"a tT-_*ޘKQ9+l(KKBD.ZJ\n7cL00:F q\"\Z L\n5P\rAC\"HrMB2`\\bZMz\r\'vYJ\Zt%$ =Q/]D1 N{V纨Pjqk<\'vW1-v;σYvGpw%ǒ]ō\"4YQ< #foSqZD.{d)_\'jtGd>2.] 99/0Z<\0VtcCqxhz^+DHX*\ZnNw0f60A_w/B;A2`C۩i\0CJyodXWŤQf$\r༻B,30X>57o*L+l#|jDYJJڹӻ .\\Mp\nڟ`OC<ԧ7>0@FrEPyg~{čژ+gu\"@fUy9*{KzDDô۳[W hT5E*j\rߎ:7 \"mUA\nLAЉ~cH!&g n\"! /\"k*sHv, 7\'iD<5!K@3p\n=P0b} Vs<\\;gʫln(ںڋNęӝOq/o܈nyrg&6Ko\rFQUWn,?>w/+\\\\\r كM \n7^]iqk2\rde\ZpHMo\'(E3tEmD~MP$\'9=9{t,é#\'2*h~HQcrADsV\\7s;urh&@>beD\'Q[ch}hRUvP*ϯ~ :W}]($ $y}16̡[dRglDw9\'nn$\r$&­ DEM\\0ûMsjveIw=pǤ&\'8+330zl8>svك=G]6\r!ܬ 3Z%mOToV|hw>2G#JNm̂k>EP?}Z\r,Q1/5 3eYHY=6tHn)cV4=L[W6iE YY;w,ArؤN98AK3M.B<1KS[to塾q ?ft3Hx=YƝUdwD+TwE6)S: Ԣ:w{r.\'o)/Rh#RLSta*z넏JG珟?N.7 9M\rS:難+tet\"6}9܁d][ʵ(36pf\'ԗ#cH)HC!ub*©V)負(i~r7MJj_hY铦̍i7yL ]V_d34 GQ0ߒ9\\;86簢Pnґ}֌D19&\ZdKk 6IOc\rF6 Uk$8efG/p h6Lnd{H1p[|\n)pƞ (Y|6,n#M\r=WDe65K(:Es}M^B6|rͦnDE?eLrS7ɂ; ٷj^qIA3H٣<&72ˠOʄز곛f$H%Y<_2ymIDE^X/5d֔MWdݛuM;U-! :oUc(h40D#ڻ#/ōPt]=֨ZHP(Q\Z 0R UCZjC#K4kf@[kݸ9\ZH%}_^s\0>P*\0Sc0%::_4vlflMb&9էM)?W<_\"l؄ؕL=3xT[s(Qڇw\':\ZSaVi {b\'CU>(`!qztodV+1OBx[zI &n\'vDd앁xNmDl&\"ElE x=Gd}]hASaŝX-kLhac2r>\"`eV}J\nR~US/Dfubbr_Y+ƜJO3Ej8@53\'vyۋmՓu%د\n3VD?@[{Ӕah\"LLf<Ƃ8!hLp5Áo۞׬{V:1D Ek/x/֭\\,N;r n\rs_ҲJ*4(#lf*?iOиVV(xI+bjX@Ê8 С:b-qS*v\'JB;RZ$\Z Uuk 񐾯P{ˊe#4p5A=|IBGՋI*v/)ɇ][AruCөqƯ|d<95ه\'_Q.9;Ήu\'X/}%)D,aR9&Dxϸ=־M{ Ng<%AͯDra1q4$3]\Zȫp4 5 _g)@a+qFIx|(\\LT[`G\\TRb/\ZY$jES4GgĄ&v|UB8NUKؠ,m狺4-KI2ru̳VV0V{\na hW#\ZaKe\Z=.\0𭉌lǼ~S9OWWb&fu<;b=G.6T9HSu⁦ڥLPj UcH+;wmt\nDŽ>^TcZT.Blֿx;xM\'lG>_Pj=C^*\ZCu,Z\Z̦,W\\> r^H?@\'PGrL=t1dh1X(\n;M^o1*ir iZxcah٤h5{Q#JѠm!E5)s[ H#tfЖQ+1`8g7.o5vUc[E;\Z> kcհ-$aKr9+v$S)&ĠL5\\*T䳽\r6p{;{n-fPփstYϲ AKx)W_7v8G.ufDVOd4w1ɹMf9wL(AԂrDY1b6U\'~G>ںe|,|׿LFTݿL\0~h~OͿv]?0\rÿXJ+#G3赖ƶL~hraMi:OD$nwu$Tb?R{\0Nzu{ufF:`l)s\0gksTį_Z^w1aq/(|6hh@.٩EZabl}zԪ\"-Ա٣B52*:rΐK!S*8)CoLrdwHQ VIi>r5 .}> bkL+o|P-\ZHct-$g\rK.rI!eCL*a}aA LSxe6^oFMf$x%\\O\"\rx4L?uÄa+:a0nf-GGTaLBLQ$,\Zl̞$GyƏ7x(:$RkQdZh*bT5 ,x!2-M*;9.*yEУ*ofCAj2ߡX3bGP^SguQ X=ήu*nLu܂0@\nL~l\"K,ٺ4#njHTL|Q5~HT0.~|\">eɴ׸IG;X7G皶Tgo ^t026¥LD`]S?0ʄ_~(#О¢VUF8RSfP߇!?Guj\r2[\Z<#t Q9\r$;+<ݒ4;k]8 漧9-\r\'DS^io?m2+wZ\\Mx1Q&ة jQw_\'c@5[=\rj\Z_[bMfxtf6Ѥu2`EPxQ^N&󯧿;X^~v߃<ԗdmĦ5_2G+RhUF4fYUýc&N~^N3E.WoktSۛ]D#ҳp֊#)Лb1[YKnzK9ʓ00uK\'kt(8לB:CYE:]qS+eC>Iǃh0Gg2_\nv^`|Eq\Z?=tkxT8_/PNy&OGbnrQ\n%Mq D^zͺ?\"g3ZjGZ%̵k>K jlgG}6R&R%\0>)E~$z.̑!舜L%L=.R,9bYDMj\'\nչDd>\'wn$_rZqffErMrm9E=$j?vHS+B/;-EAl?{B: yoEg͔TQIgHm*g?GN2z <\Z6y9fY+t\'vayw\ZBɺG\"? +D5OUfqZ\0*jPgеk@$?(nת*4CnXUb,P b#J\ZcOKGn}S<}%`oo6CGözy)Ju&?%@i(|dH~?è}=%S+mԠCF i:Q7M~^,IĴgP(1 ٶԣ(_XW\nv~[+>E]\n|#y - C$\nt \"#HX0bkEZ\"\rдP[c\"3e6 =S&@t;snۘz!{-z(z^2Ey\nh̤Mw-ͩib4P\'!\0ମ] yw^su6!d_-d*Rs[%E]L7Á ѶYfBgӗ+/Ħ=8j׏f=R^\'-\\CB9v\"&nAoZ`ԄKQ4ײΘj,$| g]u6&.̈3(*\0E)Rn_>ODM oݷ\rҌOb˂Cu5ܞL^.gǙtb ZC(w g`1:b\\rFuCGOm<\n)ZD+18\\lHݕ\" r3V,G[7 *&ថϔ,9#uROTx7(^Ҁ8 ӭY}`\'5t1hN&)]Je\0moy1 ;bRt or YX\0B7QPhQD0Ȟ)tCR!qda GJeg9-|صvsg儔SS{(>^\r\Z\nL(x*ᛝ svOGV7w?i݇\'^JwQ(Ͼ?O:5{$,] \'2mi8qjlJn߈hڷuˆ7u^b\"ՁQQ2@,->\nNoe :7S?wz/ڏP%ocV 鐹\ZnӠF1.T~ d h[!ܩ. \n<^<7NYej:bH&-N\Z1x-6CℛT\ZE9WEA(bf}}ܠQ,#DN+#\"ihAq% m,,y7YO&.5Z@\0}31ca.__LJ3\Zr)+Twx˩&u&ᷚ@\\\Z|9ZwͼxWv \r%ͱ t.gר暸_l>͜AJvq4 |z2(a_T P>p,3պ;1yR!]H|4\rۍBٚClk{9}\\ø ǷȣŦ䜙)U-|> C@M\\4ÁIa{bnb h_[\nt( v[ȰZV%\0He& Fx`7Vbbz`\\V׫R Zخ~:O O\n.j|$h79E53?Π]oQս3u\'hZ]8\":ޖd9*nJds Qr}^,iьSX꫻+GuzN 13ӊ$(%lQT3~|齍k) mZnsV&`Ha>]AEްAh&p,p$I<`+dK0װf##Ѕ4I-zU\r\nX;,A8/\"NȸP#>rzz {.1tPC_鶆1*GԺ]w;ṱx1чtfMtG9]i1^ , *L\"hkkHd\Z{FEcIl}r$VoHd03S◰9\Z$D#ɲi֖CnCU{d\'Ls$䭕%&OX,[q#t̟ \Z]V*4XZՅGkQ$HHOX6./%C|w Ubd%>OK kԦ fg㳲\r%JJ^g뷛-L]cYdADrܝ[qUcpB%Ъ9HgzS)C}$<\0#j 3s\"dZ4\\Hs6!Y&Zzw`\\fsī}R sV,k&_R@\Zk\n𒙾,n(kn\r%7Ntsg?mIc0Tx71PD.<emOWKkW5אkp[pۈ`?`WiLU/>+g2lg7plt\ZN825)\ZBTp!%.h:~%D8qAs2}C29HNJ#S@o\'OP|R뷏_ԍ2.\Z`4d~V@u*hi 7& rLBOi3TLv),~P9j}JN(!1+2Sj띳>Zlwlr/Z>j.kZ,M܊Bnll#?s,!+ӻ|\"@Z\ZϟCwqvss\0, L l)g(/l#;ʘN ,X>Ҭ\0X%\Z*!\n{+Z\0a+X\'풖uO*RtèYc /GM50l[\'9xJTKa9U7ar*aD\n^[7$=)g;Rj-ͺAI%D\r;! DjQ\"Gr5R?YX|z\nTj(^sqMnjqB|g2 ma Jj jjeiRFLM .*~ZDdWsQmΊQWLaxx`W^wQב7Үf2_sdpX+ 6?} o@o%BCr,ak$ h!_NdIICX;MrU&-6m!ݙ戌K)PCf OS*i%־(xg|\r).e>t\rr@mO,[|g_0}*:N1YfA]~Wdf5DJ=Ra1&:Z/\Z\nZXؑгzƷZ`@]\"zfCIyPn%H@An{b.h1]hvP6Ga*܏lZt:]\n޵#w^Ӎ@\07N!$2ti.ֽoPƑEU<0lJa3 QՎ|\ZJyzx\r,9QJt}PcwA/\"4^M.Ӑ\nLEM۠(bCrz\r-⸏܆^a\nfxʸd%\"u<05cHspAFX6)u..#-]yx$aHtǁxH/(Yiq}M^*d[75U߷h2p ^7^6x{Ͷ[nB@$8]VB iXS\"!W| M.OFV2 @n\0\rIM:x\0\"))q A,EoT\roT׍6.&\\€!:mONV0E1 .2>EcFV\"\\\r⪑墟Î%/oK\"PD7T=\0բ]\'b^_^%\"*.^_KP[l,zu;:Xmk |sJ>S4!*@XΤ9\rz\nt=o1 kص1rt5/rF1Ș- V]J?}VeQ#z(t0e_!{\'H*I(~ YtϔԝDKO\ng^CT8ETo{ ?}E| Vz|5jzx1f|\Zqd(8{7*{f9 nL41hE!cu2+L)uxhMaG8=~{\"E6mǪl<2@~~`a8_ʅ[|IÿҪ*?.kK/1:UyỐHm@ҝ>h6%Mw̆j֒l{1K+ =߫5 { 4s@[~q5r[M~mWeѮ׫q!+xR\'F \Z[/ U,ɸwaq퉇#׸=<(~# ^*ۑK|p1Ifai5= яWLFes&x K\Zx)Gpߝ+hcex(ueޖf4#\ZZ&Ͱ=Өeoo3/ -EiםoݶxL{x~&quG!ѭ@|D76Faf/cU:H\Zet5$^KF8GnTF\Z„WWE;b:0*D4n=5w#I9xӲK6拴XźzWyO#>1բ(8nop:\\S>$m*/Mb*KP@YsUN,v X !U6Q8*ŨuMQ2\"Cn9+>rQFBa<ʉ?bƠ9&EukLͰXe6)LѦMŲBҟ9$ \n9 YRb\r\Ziz1C:@Eؒq-`AuHV ~6cFG0CĚE޸thY~X,rD2sJ^p?{#{uA\\׎fT7 }A.rLS&qء ٴMirw~מ d\Zڳ4Vr>\\\ZiL$^o)d\\\"KS:祿!Biål{x{$Gҝ4Ĕ@bN-iU`hu0³o}Nc\'2$\\\0B$#a䌪:4&N{C]#n[Sg2;Hi`E)$v>R\\wh[h2\ZbQ`&Ig U## `W?{Fi$X`O;xՉIvUI_RFw','2006-04-30 16:29:25'),('acm:sidebar','uMn0ov袛HQs\0Fcr `\r\Z>[$?b5֒9<aIEd\'-\0pޖœI*\ZeʀnY܋ӣ*[\0 *T/LyA>ْFIko+]γo.C=qgkObJ{;#6\00sLJ FVp # &;%2%\\{nZ,8 \'.u)vna\ntpIbTvr4I6Z\n\Z1V&/\'ܿ[-f6|߹;\"m,Cߒ|','2006-04-30 16:29:25'); UNLOCK TABLES; /*!40000 ALTER TABLE `acm_wiki_objectcache` ENABLE KEYS */; -- -- Table structure for table `acm_wiki_oldimage` -- DROP TABLE IF EXISTS `acm_wiki_oldimage`; CREATE TABLE `acm_wiki_oldimage` ( `oi_name` varchar(255) character set latin1 collate latin1_bin NOT NULL default '', `oi_archive_name` varchar(255) character set latin1 collate latin1_bin NOT NULL default '', `oi_size` int(8) unsigned NOT NULL default '0', `oi_width` int(5) NOT NULL default '0', `oi_height` int(5) NOT NULL default '0', `oi_bits` int(3) NOT NULL default '0', `oi_description` tinyblob NOT NULL, `oi_user` int(5) unsigned NOT NULL default '0', `oi_user_text` varchar(255) character set latin1 collate latin1_bin NOT NULL default '', `oi_timestamp` char(14) character set latin1 collate latin1_bin NOT NULL default '', KEY `oi_name` (`oi_name`(10)) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `acm_wiki_oldimage` -- /*!40000 ALTER TABLE `acm_wiki_oldimage` DISABLE KEYS */; LOCK TABLES `acm_wiki_oldimage` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `acm_wiki_oldimage` ENABLE KEYS */; -- -- Table structure for table `acm_wiki_page` -- DROP TABLE IF EXISTS `acm_wiki_page`; CREATE TABLE `acm_wiki_page` ( `page_id` int(8) unsigned NOT NULL auto_increment, `page_namespace` int(11) NOT NULL, `page_title` varchar(255) character set latin1 collate latin1_bin NOT NULL, `page_restrictions` tinyblob NOT NULL, `page_counter` bigint(20) unsigned NOT NULL default '0', `page_is_redirect` tinyint(1) unsigned NOT NULL default '0', `page_is_new` tinyint(1) unsigned NOT NULL default '0', `page_random` double unsigned NOT NULL, `page_touched` char(14) character set latin1 collate latin1_bin NOT NULL default '', `page_latest` int(8) unsigned NOT NULL, `page_len` int(8) unsigned NOT NULL, PRIMARY KEY (`page_id`), UNIQUE KEY `name_title` (`page_namespace`,`page_title`), KEY `page_random` (`page_random`), KEY `page_len` (`page_len`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `acm_wiki_page` -- /*!40000 ALTER TABLE `acm_wiki_page` DISABLE KEYS */; LOCK TABLES `acm_wiki_page` WRITE; INSERT INTO `acm_wiki_page` VALUES (1,0,'Main_Page','',16,0,0,0.293830816571,'20060429162748',1,455),(2,8,'1movedto2','sysop',0,0,0,0.172736549122,'20060429162748',2,22),(3,8,'1movedto2_redir','sysop',0,0,0,0.230389945186,'20060429162748',3,36),(4,8,'Monobook.css','sysop',0,0,0,0.703008721451,'20060429162748',4,71),(5,8,'Monobook.js','sysop',0,0,0,0.62812738443,'20060429162748',5,3353),(6,8,'About','sysop',0,0,0,0.350125524961,'20060429162748',6,5),(7,8,'Aboutpage','sysop',0,0,0,0.051333426129,'20060429162748',7,13),(8,8,'Aboutsite','sysop',0,0,0,0.322043022292,'20060429162748',8,18),(9,8,'Accesskey-compareselectedversions','sysop',0,0,0,0.352130666719,'20060429162748',9,1),(10,8,'Accesskey-diff','sysop',0,0,0,0.831655466163,'20060429162748',10,1),(11,8,'Accesskey-minoredit','sysop',0,0,0,0.416393973191,'20060429162748',11,1),(12,8,'Accesskey-preview','sysop',0,0,0,0.255605983748,'20060429162748',12,1),(13,8,'Accesskey-save','sysop',0,0,0,0.687956871597,'20060429162748',13,1),(14,8,'Accesskey-search','sysop',0,0,0,0.12839357645,'20060429162748',14,1),(15,8,'Accmailtext','sysop',0,0,0,0.61189855936,'20060429162748',15,42),(16,8,'Accmailtitle','sysop',0,0,0,0.181372932178,'20060429162748',16,14),(17,8,'Acct_creation_throttle_hit','sysop',0,0,0,0.902422884943,'20060429162748',17,69),(18,8,'Actioncomplete','sysop',0,0,0,0.311541869953,'20060429162748',18,15),(19,8,'Addedwatch','sysop',0,0,0,0.738355074739,'20060429162748',19,18),(20,8,'Addedwatchtext','sysop',0,0,0,0.805571661614,'20060429162748',20,372),(21,8,'Addgroup','sysop',0,0,0,0.355887751913,'20060429162748',21,9),(22,8,'Addgrouplogentry','sysop',0,0,0,0.101953088336,'20060429162748',22,14),(23,8,'Addsection','sysop',0,0,0,0.106354627488,'20060429162748',23,1),(24,8,'Administrators','sysop',0,0,0,0.381323401793,'20060429162748',24,22),(25,8,'Allarticles','sysop',0,0,0,0.770608595674,'20060429162748',25,12),(26,8,'Allinnamespace','sysop',0,0,0,0.52780177131,'20060429162748',26,24),(27,8,'Alllogstext','sysop',0,0,0,0.779987299476,'20060429162748',27,166),(28,8,'Allmessages','sysop',0,0,0,0.903510145625,'20060429162748',28,15),(29,8,'Allmessagescurrent','sysop',0,0,0,0.797070998293,'20060429162749',29,12),(30,8,'Allmessagesdefault','sysop',0,0,0,0.337535010517,'20060429162749',30,12),(31,8,'Allmessagesfilter','sysop',0,0,0,0.131428224362,'20060429162749',31,20),(32,8,'Allmessagesmodified','sysop',0,0,0,0.202909707637,'20060429162749',32,18),(33,8,'Allmessagesname','sysop',0,0,0,0.863027927677,'20060429162749',33,4),(34,8,'AllmessagesnotsupportedDB','sysop',0,0,0,0.299772944435,'20060429162749',34,72),(35,8,'AllmessagesnotsupportedUI','sysop',0,0,0,0.910149091549,'20060429162749',35,95),(36,8,'Allmessagestext','sysop',0,0,0,0.331864102163,'20060429162749',36,72),(37,8,'Allnonarticles','sysop',0,0,0,0.171428890658,'20060429162749',37,16),(38,8,'Allnotinnamespace','sysop',0,0,0,0.143583397243,'20060429162749',38,31),(39,8,'Allowemail','sysop',0,0,0,0.536877836047,'20060429162749',39,30),(40,8,'Allpages','sysop',0,0,0,0.02060099202,'20060429162749',40,9),(41,8,'Allpagesfrom','sysop',0,0,0,0.499643501167,'20060429162749',41,26),(42,8,'Allpagesnext','sysop',0,0,0,0.629804162515,'20060429162749',42,4),(43,8,'Allpagesprefix','sysop',0,0,0,0.686599052054,'20060429162749',43,26),(44,8,'Allpagesprev','sysop',0,0,0,0.781174743201,'20060429162749',44,8),(45,8,'Allpagessubmit','sysop',0,0,0,0.617325138862,'20060429162749',45,2),(46,8,'Alphaindexline','sysop',0,0,0,0.516351709938,'20060429162749',46,8),(47,8,'Already_bureaucrat','sysop',0,0,0,0.256305913743,'20060429162749',47,33),(48,8,'Already_steward','sysop',0,0,0,0.332854465096,'20060429162749',48,30),(49,8,'Already_sysop','sysop',0,0,0,0.08806088002,'20060429162749',49,37),(50,8,'Alreadyloggedin','sysop',0,0,0,0.669074023338,'20060429162749',50,58),(51,8,'Alreadyrolled','sysop',0,0,0,0.974187790636,'20060429162749',51,193),(52,8,'Ancientpages','sysop',0,0,0,0.387703451485,'20060429162749',52,12),(53,8,'And','sysop',0,0,0,0.667693091424,'20060429162749',53,3),(54,8,'Anoneditwarning','sysop',0,0,0,0.81950347687,'20060429162749',54,84),(55,8,'Anonnotice','sysop',0,0,0,0.919346625078,'20060429162749',55,1),(56,8,'Anontalk','sysop',0,0,0,0.89884374224,'20060429162749',56,16),(57,8,'Anontalkpagetext','sysop',0,0,0,0.523936374815,'20060429162749',57,443),(58,8,'Anonymous','sysop',0,0,0,0.380831100227,'20060429162749',58,33),(59,8,'Apr','sysop',0,0,0,0.186546403191,'20060429162749',59,3),(60,8,'April','sysop',0,0,0,0.676025206808,'20060429162749',60,5),(61,8,'Article','sysop',0,0,0,0.868742169155,'20060429162749',61,12),(62,8,'Articleexists','sysop',0,0,0,0.41954455706,'20060429162749',62,105),(63,8,'Articlepage','sysop',0,0,0,0.745042490983,'20060429162749',63,17),(64,8,'Articletitles','sysop',0,0,0,0.615165902057,'20060429162749',64,29),(65,8,'Aug','sysop',0,0,0,0.755599524706,'20060429162749',65,3),(66,8,'August','sysop',0,0,0,0.039274919231,'20060429162749',66,6),(67,8,'Autoblocker','sysop',0,0,0,0.258676302156,'20060429162749',67,126),(68,8,'Badaccess','sysop',0,0,0,0.141447583705,'20060429162749',68,16),(69,8,'Badaccesstext','sysop',0,0,0,0.091950494279,'20060429162749',69,92),(70,8,'Badarticleerror','sysop',0,0,0,0.777558637488,'20060429162749',70,45),(71,8,'Badfilename','sysop',0,0,0,0.018355710448,'20060429162749',71,35),(72,8,'Badfiletype','sysop',0,0,0,0.751866027663,'20060429162749',72,45),(73,8,'Badipaddress','sysop',0,0,0,0.392711072014,'20060429162749',73,18),(74,8,'Badquery','sysop',0,0,0,0.190151372217,'20060429162749',74,25),(75,8,'Badquerytext','sysop',0,0,0,0.565412330964,'20060429162749',75,273),(76,8,'Badretype','sysop',0,0,0,0.087244304514,'20060429162749',76,39),(77,8,'Badsig','sysop',0,0,0,0.096164700095,'20060429162749',77,39),(78,8,'Badtitle','sysop',0,0,0,0.349432729367,'20060429162749',78,9),(79,8,'Badtitletext','sysop',0,0,0,0.658374632122,'20060429162749',79,172),(80,8,'Blanknamespace','sysop',0,0,0,0.950246359468,'20060429162749',80,6),(81,8,'Blockedtext','sysop',0,0,0,0.13998689569,'20060429162749',81,430),(82,8,'Blockedtitle','sysop',0,0,0,0.598140544227,'20060429162749',82,15),(83,8,'Blockip','sysop',0,0,0,0.213050145724,'20060429162749',83,10),(84,8,'Blockipsuccesssub','sysop',0,0,0,0.511554196401,'20060429162749',84,15),(85,8,'Blockipsuccesstext','sysop',0,0,0,0.134619276979,'20060429162749',85,129),(86,8,'Blockiptext','sysop',0,0,0,0.973060394499,'20060429162749',86,275),(87,8,'Blocklink','sysop',0,0,0,0.259571756288,'20060429162749',87,5),(88,8,'Blocklistline','sysop',0,0,0,0.441520558625,'20060429162749',88,22),(89,8,'Blocklogentry','sysop',0,0,0,0.267792185116,'20060429162749',89,42),(90,8,'Blocklogpage','sysop',0,0,0,0.018000307982,'20060429162749',90,9),(91,8,'Blocklogtext','sysop',0,0,0,0.694616066622,'20060429162749',91,206),(92,8,'Bold_sample','sysop',0,0,0,0.862451826504,'20060429162749',92,9),(93,8,'Bold_tip','sysop',0,0,0,0.14699919897,'20060429162749',93,9),(94,8,'Booksources','sysop',0,0,0,0.807875261919,'20060429162749',94,12),(95,8,'Booksourcetext','sysop',0,0,0,0.78572911458,'20060429162749',95,140),(96,8,'Brokenredirects','sysop',0,0,0,0.489702288313,'20060429162749',96,16),(97,8,'Brokenredirectstext','sysop',0,0,0,0.885239900771,'20060429162749',97,51),(98,8,'Bugreports','sysop',0,0,0,0.877122767598,'20060429162749',98,11),(99,8,'Bugreportspage','sysop',0,0,0,0.245679615295,'20060429162749',99,19),(100,8,'Bureaucratlog','sysop',0,0,0,0.21652796492,'20060429162749',100,14),(101,8,'Bureaucratlogentry','sysop',0,0,0,0.048372653626,'20060429162749',101,45),(102,8,'Bydate','sysop',0,0,0,0.826078354995,'20060429162749',102,7),(103,8,'Byname','sysop',0,0,0,0.880935143572,'20060429162749',103,7),(104,8,'Bysize','sysop',0,0,0,0.413605559962,'20060429162749',104,7),(105,8,'Cachederror','sysop',0,0,0,0.129886428214,'20060429162749',105,80),(106,8,'Cancel','sysop',0,0,0,0.45266110967,'20060429162749',106,6),(107,8,'Cannotdelete','sysop',0,0,0,0.393958576899,'20060429162749',107,96),(108,8,'Cantrollback','sysop',0,0,0,0.876608287609,'20060429162749',108,65),(109,8,'Categories','sysop',0,0,0,0.175358630086,'20060429162749',109,10),(110,8,'Categories1','sysop',0,0,0,0.878072304575,'20060429162749',110,8),(111,8,'Categoriespagetext','sysop',0,0,0,0.877334306158,'20060429162749',111,43),(112,8,'Category','sysop',0,0,0,0.889641137139,'20060429162749',112,8),(113,8,'Category_header','sysop',0,0,0,0.380255206754,'20060429162749',113,25),(114,8,'Categoryarticlecount','sysop',0,0,0,0.145908526336,'20060429162749',114,39),(115,8,'Categoryarticlecount1','sysop',0,0,0,0.942742158791,'20060429162749',115,37),(116,8,'Changed','sysop',0,0,0,0.816549383777,'20060429162749',116,7),(117,8,'Changegrouplogentry','sysop',0,0,0,0.527998169908,'20060429162749',117,16),(118,8,'Changepassword','sysop',0,0,0,0.240252350879,'20060429162749',118,15),(119,8,'Changes','sysop',0,0,0,0.124846006995,'20060429162749',119,7),(120,8,'Clearyourcache','sysop',0,0,0,0.511700070616,'20060429162749',120,463),(121,8,'Columns','sysop',0,0,0,0.369027953265,'20060429162749',121,8),(122,8,'Compareselectedversions','sysop',0,0,0,0.503075617963,'20060429162749',122,25),(123,8,'Confirm','sysop',0,0,0,0.216581537364,'20060429162749',123,7),(124,8,'Confirm_purge','sysop',0,0,0,0.007117060884,'20060429162749',124,33),(125,8,'Confirm_purge_button','sysop',0,0,0,0.161296092006,'20060429162749',125,2),(126,8,'Confirmdelete','sysop',0,0,0,0.043923906428,'20060429162749',126,14),(127,8,'Confirmdeletetext','sysop',0,0,0,0.753895663953,'20060429162749',127,248),(128,8,'Confirmedittext','sysop',0,0,0,0.843390490885,'20060429162749',128,157),(129,8,'Confirmedittitle','sysop',0,0,0,0.343134492311,'20060429162749',129,36),(130,8,'Confirmemail','sysop',0,0,0,0.681814806315,'20060429162749',130,22),(131,8,'Confirmemail_body','sysop',0,0,0,0.472129712368,'20060429162749',131,340),(132,8,'Confirmemail_error','sysop',0,0,0,0.568597347011,'20060429162749',132,46),(133,8,'Confirmemail_invalid','sysop',0,0,0,0.673215628026,'20060429162749',133,53),(134,8,'Confirmemail_loggedin','sysop',0,0,0,0.224169492328,'20060429162749',134,43),(135,8,'Confirmemail_send','sysop',0,0,0,0.697292036195,'20060429162749',135,24),(136,8,'Confirmemail_sendfailed','sysop',0,0,0,0.904118908192,'20060429162749',136,71),(137,8,'Confirmemail_sent','sysop',0,0,0,0.809964466459,'20060429162749',137,25),(138,8,'Confirmemail_subject','sysop',0,0,0,0.55338179441,'20060429162749',138,40),(139,8,'Confirmemail_success','sysop',0,0,0,0.816920802696,'20060429162749',139,78),(140,8,'Confirmemail_text','sysop',0,0,0,0.579244388544,'20060429162749',140,281),(141,8,'Confirmprotect','sysop',0,0,0,0.386896087795,'20060429162749',141,18),(142,8,'Confirmprotecttext','sysop',0,0,0,0.111903648314,'20060429162749',142,40),(143,8,'Confirmrecreate','sysop',0,0,0,0.993082658621,'20060429162749',143,170),(144,8,'Confirmunprotect','sysop',0,0,0,0.809548753178,'20060429162749',144,20),(145,8,'Confirmunprotecttext','sysop',0,0,0,0.680012154368,'20060429162749',145,42),(146,8,'Contextchars','sysop',0,0,0,0.646599394531,'20060429162749',146,17),(147,8,'Contextlines','sysop',0,0,0,0.821485982351,'20060429162750',147,14),(148,8,'Contribs-showhideminor','sysop',0,0,0,0.800676032332,'20060429162750',148,14),(149,8,'Contribslink','sysop',0,0,0,0.481813711994,'20060429162750',149,8),(150,8,'Contribsub','sysop',0,0,0,0.684621040764,'20060429162750',150,6),(151,8,'Contributions','sysop',0,0,0,0.370615932847,'20060429162750',151,18),(152,8,'Copyright','sysop',0,0,0,0.921153946848,'20060429162750',152,30),(153,8,'Copyrightpage','sysop',0,0,0,0.791822348414,'20060429162750',153,18),(154,8,'Copyrightpagename','sysop',0,0,0,0.689329075793,'20060429162750',154,22),(155,8,'Copyrightwarning','sysop',0,0,0,0.373686565416,'20060429162750',155,415),(156,8,'Copyrightwarning2','sysop',0,0,0,0.869491862842,'20060429162750',156,403),(157,8,'Couldntremove','sysop',0,0,0,0.244435487994,'20060429162750',157,28),(158,8,'Createaccount','sysop',0,0,0,0.591585833145,'20060429162750',158,14),(159,8,'Createaccountmail','sysop',0,0,0,0.901170642261,'20060429162750',159,9),(160,8,'Createarticle','sysop',0,0,0,0.958760020144,'20060429162750',160,14),(161,8,'Created','sysop',0,0,0,0.161142285398,'20060429162750',161,7),(162,8,'Creditspage','sysop',0,0,0,0.259322579743,'20060429162750',162,12),(163,8,'Cur','sysop',0,0,0,0.2364454819,'20060429162750',163,3),(164,8,'Currentevents','sysop',0,0,0,0.294573596949,'20060429162750',164,14),(165,8,'Currentevents-url','sysop',0,0,0,0.240460692156,'20060429162750',165,14),(166,8,'Currentrev','sysop',0,0,0,0.71165801437,'20060429162750',166,16),(167,8,'Currentrevisionlink','sysop',0,0,0,0.343738323565,'20060429162750',167,21),(168,8,'Data','sysop',0,0,0,0.160725585931,'20060429162750',168,4),(169,8,'Databaseerror','sysop',0,0,0,0.530242737957,'20060429162750',169,14),(170,8,'Datedefault','sysop',0,0,0,0.280174583135,'20060429162750',170,13),(171,8,'Dateformat','sysop',0,0,0,0.046267789495,'20060429162750',171,11),(172,8,'Datetime','sysop',0,0,0,0.868644727949,'20060429162750',172,13),(173,8,'Dberrortext','sysop',0,0,0,0.099615003244,'20060429162750',173,236),(174,8,'Dberrortextcl','sysop',0,0,0,0.548194799939,'20060429162750',174,144),(175,8,'Deadendpages','sysop',0,0,0,0.563503355926,'20060429162750',175,14),(176,8,'Debug','sysop',0,0,0,0.683831881805,'20060429162750',176,5),(177,8,'Dec','sysop',0,0,0,0.736827005645,'20060429162750',177,3),(178,8,'December','sysop',0,0,0,0.915215753622,'20060429162750',178,8),(179,8,'Default','sysop',0,0,0,0.117249783943,'20060429162750',179,7),(180,8,'Defaultns','sysop',0,0,0,0.061602900284,'20060429162750',180,38),(181,8,'Defemailsubject','sysop',0,0,0,0.502218659847,'20060429162750',181,19),(182,8,'Delete','sysop',0,0,0,0.252986647612,'20060429162750',182,6),(183,8,'Delete_and_move','sysop',0,0,0,0.425395320902,'20060429162750',183,15),(184,8,'Delete_and_move_confirm','sysop',0,0,0,0.697874131827,'20060429162750',184,20),(185,8,'Delete_and_move_reason','sysop',0,0,0,0.414423959633,'20060429162750',185,28),(186,8,'Delete_and_move_text','sysop',0,0,0,0.185540041028,'20060429162750',186,122),(187,8,'Deletecomment','sysop',0,0,0,0.073501443661,'20060429162750',187,19),(188,8,'Deletedarticle','sysop',0,0,0,0.173844151067,'20060429162750',188,16),(189,8,'Deletedrev','sysop',0,0,0,0.731167335109,'20060429162750',189,9),(190,8,'Deletedrevision','sysop',0,0,0,0.080726517697,'20060429162750',190,24),(191,8,'Deletedtext','sysop',0,0,0,0.81829064567,'20060429162750',191,63),(192,8,'Deletedwhileediting','sysop',0,0,0,0.734515756475,'20060429162750',192,62),(193,8,'Deleteimg','sysop',0,0,0,0.585502285954,'20060429162750',193,3),(194,8,'Deleteimgcompletely','sysop',0,0,0,0.587838454884,'20060429162750',194,33),(195,8,'Deletepage','sysop',0,0,0,0.085187917133,'20060429162750',195,11),(196,8,'Deletesub','sysop',0,0,0,0.911305901957,'20060429162750',196,15),(197,8,'Deletethispage','sysop',0,0,0,0.835350967554,'20060429162750',197,16),(198,8,'Deletionlog','sysop',0,0,0,0.291347505599,'20060429162750',198,12),(199,8,'Dellogpage','sysop',0,0,0,0.199177645112,'20060429162750',199,12),(200,8,'Dellogpagetext','sysop',0,0,0,0.357287612428,'20060429162750',200,45),(201,8,'Destfilename','sysop',0,0,0,0.307543357428,'20060429162750',201,20),(202,8,'Developertext','sysop',0,0,0,0.269082889412,'20060429162750',202,97),(203,8,'Developertitle','sysop',0,0,0,0.994931073127,'20060429162750',203,25),(204,8,'Diff','sysop',0,0,0,0.091868360028,'20060429162750',204,4),(205,8,'Difference','sysop',0,0,0,0.491012493747,'20060429162750',205,30),(206,8,'Disambiguations','sysop',0,0,0,0.692631896919,'20060429162750',206,20),(207,8,'Disambiguationspage','sysop',0,0,0,0.995873144527,'20060429162750',207,17),(208,8,'Disambiguationstext','sysop',0,0,0,0.109177190481,'20060429162750',208,235),(209,8,'Disclaimerpage','sysop',0,0,0,0.525132641328,'20060429162750',209,26),(210,8,'Disclaimers','sysop',0,0,0,0.071683765734,'20060429162750',210,11),(211,8,'Doubleredirects','sysop',0,0,0,0.35459183402,'20060429162750',211,16),(212,8,'Doubleredirectsarrow','sysop',0,0,0,0.60238947354,'20060429162750',212,3),(213,8,'Doubleredirectstext','sysop',0,0,0,0.389977011695,'20060429162750',213,193),(214,8,'Download','sysop',0,0,0,0.909017610421,'20060429162750',214,8),(215,8,'Eauthentsent','sysop',0,0,0,0.840532898024,'20060429162750',215,217),(216,8,'Edit','sysop',0,0,0,0.558819424391,'20060429162750',216,4),(217,8,'Edit-externally','sysop',0,0,0,0.836573829851,'20060429162750',217,44),(218,8,'Edit-externally-help','sysop',0,0,0,0.23445431903,'20060429162750',218,103),(219,8,'Editcomment','sysop',0,0,0,0.681677489043,'20060429162750',219,34),(220,8,'Editconflict','sysop',0,0,0,0.320292331037,'20060429162750',220,17),(221,8,'Editcurrent','sysop',0,0,0,0.175912783263,'20060429162750',221,37),(222,8,'Editgroup','sysop',0,0,0,0.085820933557,'20060429162750',222,10),(223,8,'Edithelp','sysop',0,0,0,0.308344153692,'20060429162750',223,12),(224,8,'Edithelppage','sysop',0,0,0,0.219112896801,'20060429162750',224,12),(225,8,'Editing','sysop',0,0,0,0.540046829852,'20060429162750',225,10),(226,8,'Editingcomment','sysop',0,0,0,0.230252699895,'20060429162750',226,20),(227,8,'Editingold','sysop',0,0,0,0.483186525591,'20060429162750',227,146),(228,8,'Editingsection','sysop',0,0,0,0.226072627864,'20060429162750',228,20),(229,8,'Editsection','sysop',0,0,0,0.64773655209,'20060429162750',229,4),(230,8,'Editsectionhint','sysop',0,0,0,0.244558939004,'20060429162750',230,16),(231,8,'Editthispage','sysop',0,0,0,0.438522611967,'20060429162750',231,14),(232,8,'Edittools','sysop',0,0,0,0.352501553047,'20060429162750',232,61),(233,8,'Editusergroup','sysop',0,0,0,0.49531555486,'20060429162750',233,16),(234,8,'Email','sysop',0,0,0,0.989504352165,'20060429162750',234,6),(235,8,'Emailauthenticated','sysop',0,0,0,0.137991782995,'20060429162750',235,44),(236,8,'Emailconfirmlink','sysop',0,0,0,0.771605579951,'20060429162750',236,27),(237,8,'Emailforlost','sysop',0,0,0,0.760018623762,'20060429162750',237,252),(238,8,'Emailfrom','sysop',0,0,0,0.924182182888,'20060429162750',238,4),(239,8,'Emailmessage','sysop',0,0,0,0.884003134014,'20060429162750',239,7),(240,8,'Emailnotauthenticated','sysop',0,0,0,0.703862790189,'20060429162750',240,120),(241,8,'Emailpage','sysop',0,0,0,0.463055706326,'20060429162750',241,11),(242,8,'Emailpagetext','sysop',0,0,0,0.338112971495,'20060429162750',242,265),(243,8,'Emailsend','sysop',0,0,0,0.07106644147,'20060429162750',243,4),(244,8,'Emailsent','sysop',0,0,0,0.338501943647,'20060429162750',244,11),(245,8,'Emailsenttext','sysop',0,0,0,0.617840595332,'20060429162750',245,34),(246,8,'Emailsubject','sysop',0,0,0,0.558779004959,'20060429162750',246,7),(247,8,'Emailto','sysop',0,0,0,0.549496243764,'20060429162750',247,2),(248,8,'Emailuser','sysop',0,0,0,0.886272934215,'20060429162750',248,16),(249,8,'Emptyfile','sysop',0,0,0,0.873880043887,'20060429162750',249,144),(250,8,'Enotif_body','sysop',0,0,0,0.112353064516,'20060429162750',250,692),(251,8,'Enotif_lastvisited','sysop',0,0,0,0.269696914531,'20060429162750',251,45),(252,8,'Enotif_mailer','sysop',0,0,0,0.616102491386,'20060429162750',252,32),(253,8,'Enotif_newpagetext','sysop',0,0,0,0.21871671429,'20060429162750',253,19),(254,8,'Enotif_reset','sysop',0,0,0,0.319835540609,'20060429162750',254,22),(255,8,'Enotif_subject','sysop',0,0,0,0.169447204117,'20060429162750',255,70),(256,8,'Enterlockreason','sysop',0,0,0,0.824576859604,'20060429162750',256,84),(257,8,'Error','sysop',0,0,0,0.795885006826,'20060429162750',257,5),(258,8,'Errorpagetitle','sysop',0,0,0,0.430972126082,'20060429162750',258,5),(259,8,'Exbeforeblank','sysop',0,0,0,0.020484689719,'20060429162750',259,33),(260,8,'Exblank','sysop',0,0,0,0.638397396802,'20060429162750',260,14),(261,8,'Excontent','sysop',0,0,0,0.80960832745,'20060429162751',261,17),(262,8,'Excontentauthor','sysop',0,0,0,0.867201697737,'20060429162751',262,53),(263,8,'Exif-aperturevalue','sysop',0,0,0,0.447021922267,'20060429162751',263,8),(264,8,'Exif-artist','sysop',0,0,0,0.414370860915,'20060429162751',264,6),(265,8,'Exif-bitspersample','sysop',0,0,0,0.370315210666,'20060429162751',265,18),(266,8,'Exif-brightnessvalue','sysop',0,0,0,0.501437169742,'20060429162751',266,10),(267,8,'Exif-cfapattern','sysop',0,0,0,0.759778532463,'20060429162751',267,11),(268,8,'Exif-colorspace','sysop',0,0,0,0.420064226197,'20060429162751',268,11),(269,8,'Exif-colorspace-1','sysop',0,0,0,0.50840416845,'20060429162751',269,4),(270,8,'Exif-colorspace-ffff.h','sysop',0,0,0,0.719428748495,'20060429162751',270,6),(271,8,'Exif-componentsconfiguration','sysop',0,0,0,0.559020324765,'20060429162751',271,25),(272,8,'Exif-componentsconfiguration-0','sysop',0,0,0,0.29020033144,'20060429162751',272,14),(273,8,'Exif-componentsconfiguration-1','sysop',0,0,0,0.663113183836,'20060429162751',273,1),(274,8,'Exif-componentsconfiguration-2','sysop',0,0,0,0.391315708769,'20060429162751',274,2),(275,8,'Exif-componentsconfiguration-3','sysop',0,0,0,0.359145033854,'20060429162751',275,2),(276,8,'Exif-componentsconfiguration-4','sysop',0,0,0,0.181955888323,'20060429162751',276,1),(277,8,'Exif-componentsconfiguration-5','sysop',0,0,0,0.586883518814,'20060429162751',277,1),(278,8,'Exif-componentsconfiguration-6','sysop',0,0,0,0.391431424747,'20060429162751',278,1),(279,8,'Exif-compressedbitsperpixel','sysop',0,0,0,0.065180923947,'20060429162751',279,22),(280,8,'Exif-compression','sysop',0,0,0,0.549496087155,'20060429162751',280,18),(281,8,'Exif-compression-1','sysop',0,0,0,0.655016548024,'20060429162751',281,12),(282,8,'Exif-compression-6','sysop',0,0,0,0.966456148064,'20060429162751',282,4),(283,8,'Exif-contrast','sysop',0,0,0,0.268051397037,'20060429162751',283,8),(284,8,'Exif-contrast-0','sysop',0,0,0,0.502539534922,'20060429162751',284,6),(285,8,'Exif-contrast-1','sysop',0,0,0,0.743587505487,'20060429162751',285,4),(286,8,'Exif-contrast-2','sysop',0,0,0,0.02430984885,'20060429162751',286,4),(287,8,'Exif-copyright','sysop',0,0,0,0.879007570745,'20060429162751',287,16),(288,8,'Exif-customrendered','sysop',0,0,0,0.492990375957,'20060429162751',288,23),(289,8,'Exif-customrendered-0','sysop',0,0,0,0.681734511244,'20060429162751',289,14),(290,8,'Exif-customrendered-1','sysop',0,0,0,0.103895472709,'20060429162751',290,14),(291,8,'Exif-datetime','sysop',0,0,0,0.171782800035,'20060429162751',291,25),(292,8,'Exif-datetimedigitized','sysop',0,0,0,0.752143725282,'20060429162751',292,27),(293,8,'Exif-datetimeoriginal','sysop',0,0,0,0.237391417639,'20060429162751',293,32),(294,8,'Exif-devicesettingdescription','sysop',0,0,0,0.394207382362,'20060429162751',294,27),(295,8,'Exif-digitalzoomratio','sysop',0,0,0,0.20780494966,'20060429162751',295,18),(296,8,'Exif-exifversion','sysop',0,0,0,0.073017070262,'20060429162751',296,12),(297,8,'Exif-exposurebiasvalue','sysop',0,0,0,0.48479261761,'20060429162751',297,13),(298,8,'Exif-exposureindex','sysop',0,0,0,0.616463390572,'20060429162751',298,14),(299,8,'Exif-exposuremode','sysop',0,0,0,0.683999286841,'20060429162751',299,13),(300,8,'Exif-exposuremode-0','sysop',0,0,0,0.939402825889,'20060429162751',300,13),(301,8,'Exif-exposuremode-1','sysop',0,0,0,0.41151165025,'20060429162751',301,15),(302,8,'Exif-exposuremode-2','sysop',0,0,0,0.056279887182,'20060429162751',302,12),(303,8,'Exif-exposureprogram','sysop',0,0,0,0.005195566612,'20060429162751',303,16),(304,8,'Exif-exposureprogram-0','sysop',0,0,0,0.12977616525,'20060429162751',304,11),(305,8,'Exif-exposureprogram-1','sysop',0,0,0,0.824695045215,'20060429162751',305,6),(306,8,'Exif-exposureprogram-2','sysop',0,0,0,0.982464109274,'20060429162751',306,14),(307,8,'Exif-exposureprogram-3','sysop',0,0,0,0.509319114619,'20060429162751',307,17),(308,8,'Exif-exposureprogram-4','sysop',0,0,0,0.742057855401,'20060429162751',308,16),(309,8,'Exif-exposureprogram-5','sysop',0,0,0,0.628745828103,'20060429162751',309,47),(310,8,'Exif-exposureprogram-6','sysop',0,0,0,0.152372217015,'20060429162751',310,49),(311,8,'Exif-exposureprogram-7','sysop',0,0,0,0.589791553263,'20060429162751',311,67),(312,8,'Exif-exposureprogram-8','sysop',0,0,0,0.879919777588,'20060429162751',312,66),(313,8,'Exif-exposuretime','sysop',0,0,0,0.497526030298,'20060429162751',313,13),(314,8,'Exif-exposuretime-format','sysop',0,0,0,0.875499413529,'20060429162751',314,11),(315,8,'Exif-filesource','sysop',0,0,0,0.371809881409,'20060429162751',315,11),(316,8,'Exif-filesource-3','sysop',0,0,0,0.864315055846,'20060429162751',316,3),(317,8,'Exif-flash','sysop',0,0,0,0.404091123999,'20060429162751',317,5),(318,8,'Exif-flashenergy','sysop',0,0,0,0.987889867899,'20060429162751',318,12),(319,8,'Exif-flashpixversion','sysop',0,0,0,0.773564389608,'20060429162751',319,26),(320,8,'Exif-fnumber','sysop',0,0,0,0.823424311266,'20060429162751',320,8),(321,8,'Exif-fnumber-format','sysop',0,0,0,0.987205261957,'20060429162751',321,4),(322,8,'Exif-focallength','sysop',0,0,0,0.564509945831,'20060429162751',322,17),(323,8,'Exif-focallength-format','sysop',0,0,0,0.611222207408,'20060429162751',323,5),(324,8,'Exif-focallengthin35mmfilm','sysop',0,0,0,0.901482219901,'20060429162751',324,26),(325,8,'Exif-focalplaneresolutionunit','sysop',0,0,0,0.399382253317,'20060429162751',325,27),(326,8,'Exif-focalplaneresolutionunit-2','sysop',0,0,0,0.969737385117,'20060429162751',326,6),(327,8,'Exif-focalplanexresolution','sysop',0,0,0,0.07027436453,'20060429162751',327,24),(328,8,'Exif-focalplaneyresolution','sysop',0,0,0,0.100110337218,'20060429162751',328,24),(329,8,'Exif-gaincontrol','sysop',0,0,0,0.77783530932,'20060429162751',329,13),(330,8,'Exif-gaincontrol-0','sysop',0,0,0,0.978383842529,'20060429162751',330,4),(331,8,'Exif-gaincontrol-1','sysop',0,0,0,0.034809658201,'20060429162751',331,11),(332,8,'Exif-gaincontrol-2','sysop',0,0,0,0.193233177294,'20060429162751',332,12),(333,8,'Exif-gaincontrol-3','sysop',0,0,0,0.361148664624,'20060429162751',333,13),(334,8,'Exif-gaincontrol-4','sysop',0,0,0,0.409941871298,'20060429162751',334,14),(335,8,'Exif-gpsaltitude','sysop',0,0,0,0.614123186699,'20060429162751',335,8),(336,8,'Exif-gpsaltituderef','sysop',0,0,0,0.033091246739,'20060429162751',336,18),(337,8,'Exif-gpsareainformation','sysop',0,0,0,0.099275699392,'20060429162751',337,16),(338,8,'Exif-gpsdatestamp','sysop',0,0,0,0.620693177631,'20060429162751',338,8),(339,8,'Exif-gpsdestbearing','sysop',0,0,0,0.431657379033,'20060429162751',339,22),(340,8,'Exif-gpsdestbearingref','sysop',0,0,0,0.348353396944,'20060429162751',340,36),(341,8,'Exif-gpsdestdistance','sysop',0,0,0,0.175288154115,'20060429162751',341,23),(342,8,'Exif-gpsdestdistanceref','sysop',0,0,0,0.067290547053,'20060429162751',342,37),(343,8,'Exif-gpsdestlatitude','sysop',0,0,0,0.480219417339,'20060429162751',343,20),(344,8,'Exif-gpsdestlatituderef','sysop',0,0,0,0.881238108089,'20060429162751',344,37),(345,8,'Exif-gpsdestlongitude','sysop',0,0,0,0.386708628833,'20060429162751',345,24),(346,8,'Exif-gpsdestlongituderef','sysop',0,0,0,0.596452079911,'20060429162751',346,38),(347,8,'Exif-gpsdifferential','sysop',0,0,0,0.966383514058,'20060429162751',347,27),(348,8,'Exif-gpsdirection-m','sysop',0,0,0,0.41783502631,'20060429162751',348,18),(349,8,'Exif-gpsdirection-t','sysop',0,0,0,0.438384923108,'20060429162751',349,14),(350,8,'Exif-gpsdop','sysop',0,0,0,0.088273357908,'20060429162751',350,21),(351,8,'Exif-gpsimgdirection','sysop',0,0,0,0.292254333407,'20060429162751',351,18),(352,8,'Exif-gpsimgdirectionref','sysop',0,0,0,0.533417048704,'20060429162751',352,32),(353,8,'Exif-gpslatitude','sysop',0,0,0,0.762966245658,'20060429162751',353,8),(354,8,'Exif-gpslatitude-n','sysop',0,0,0,0.761581374554,'20060429162751',354,14),(355,8,'Exif-gpslatitude-s','sysop',0,0,0,0.751492075859,'20060429162751',355,14),(356,8,'Exif-gpslatituderef','sysop',0,0,0,0.563990575287,'20060429162751',356,23),(357,8,'Exif-gpslongitude','sysop',0,0,0,0.087643818177,'20060429162751',357,9),(358,8,'Exif-gpslongitude-e','sysop',0,0,0,0.528428032389,'20060429162751',358,14),(359,8,'Exif-gpslongitude-w','sysop',0,0,0,0.181733087851,'20060429162751',359,14),(360,8,'Exif-gpslongituderef','sysop',0,0,0,0.544025362284,'20060429162751',360,22),(361,8,'Exif-gpsmapdatum','sysop',0,0,0,0.121992404506,'20060429162751',361,25),(362,8,'Exif-gpsmeasuremode','sysop',0,0,0,0.879560208021,'20060429162751',362,16),(363,8,'Exif-gpsmeasuremode-2','sysop',0,0,0,0.693543406669,'20060429162751',363,25),(364,8,'Exif-gpsmeasuremode-3','sysop',0,0,0,0.592681708718,'20060429162751',364,25),(365,8,'Exif-gpsprocessingmethod','sysop',0,0,0,0.963197212006,'20060429162751',365,29),(366,8,'Exif-gpssatellites','sysop',0,0,0,0.165660652148,'20060429162751',366,31),(367,8,'Exif-gpsspeed','sysop',0,0,0,0.257096089458,'20060429162751',367,21),(368,8,'Exif-gpsspeed-k','sysop',0,0,0,0.938447446564,'20060429162751',368,19),(369,8,'Exif-gpsspeed-m','sysop',0,0,0,0.678988412682,'20060429162751',369,14),(370,8,'Exif-gpsspeed-n','sysop',0,0,0,0.393041259514,'20060429162751',370,5),(371,8,'Exif-gpsspeedref','sysop',0,0,0,0.922672692011,'20060429162751',371,10),(372,8,'Exif-gpsstatus','sysop',0,0,0,0.49097132497,'20060429162752',372,15),(373,8,'Exif-gpsstatus-a','sysop',0,0,0,0.325101885295,'20060429162752',373,23),(374,8,'Exif-gpsstatus-v','sysop',0,0,0,0.934160577699,'20060429162752',374,28),(375,8,'Exif-gpstimestamp','sysop',0,0,0,0.669221110138,'20060429162752',375,23),(376,8,'Exif-gpstrack','sysop',0,0,0,0.615356464194,'20060429162752',376,21),(377,8,'Exif-gpstrackref','sysop',0,0,0,0.947222081867,'20060429162752',377,35),(378,8,'Exif-gpsversionid','sysop',0,0,0,0.527825571411,'20060429162752',378,15),(379,8,'Exif-imagedescription','sysop',0,0,0,0.668409815609,'20060429162752',379,11),(380,8,'Exif-imagelength','sysop',0,0,0,0.077264493899,'20060429162752',380,6),(381,8,'Exif-imageuniqueid','sysop',0,0,0,0.721269754857,'20060429162752',381,15),(382,8,'Exif-imagewidth','sysop',0,0,0,0.311057466675,'20060429162752',382,5),(383,8,'Exif-isospeedratings','sysop',0,0,0,0.043838905993,'20060429162752',383,16),(384,8,'Exif-jpeginterchangeformat','sysop',0,0,0,0.413519016026,'20060429162752',384,18),(385,8,'Exif-jpeginterchangeformatlength','sysop',0,0,0,0.642804391013,'20060429162752',385,18),(386,8,'Exif-lightsource','sysop',0,0,0,0.845149314821,'20060429162752',386,12),(387,8,'Exif-lightsource-0','sysop',0,0,0,0.538790980568,'20060429162752',387,7),(388,8,'Exif-lightsource-1','sysop',0,0,0,0.369277599381,'20060429162752',388,8),(389,8,'Exif-lightsource-10','sysop',0,0,0,0.586557371443,'20060429162752',389,14),(390,8,'Exif-lightsource-11','sysop',0,0,0,0.577506891403,'20060429162752',390,5),(391,8,'Exif-lightsource-12','sysop',0,0,0,0.741950031481,'20060429162752',391,39),(392,8,'Exif-lightsource-13','sysop',0,0,0,0.557119771487,'20060429162752',392,40),(393,8,'Exif-lightsource-14','sysop',0,0,0,0.065805596368,'20060429162752',393,41),(394,8,'Exif-lightsource-15','sysop',0,0,0,0.951506512044,'20060429162752',394,37),(395,8,'Exif-lightsource-17','sysop',0,0,0,0.31816590833,'20060429162752',395,16),(396,8,'Exif-lightsource-18','sysop',0,0,0,0.919858366634,'20060429162752',396,16),(397,8,'Exif-lightsource-19','sysop',0,0,0,0.33177864385,'20060429162752',397,16),(398,8,'Exif-lightsource-2','sysop',0,0,0,0.173806472693,'20060429162752',398,11),(399,8,'Exif-lightsource-20','sysop',0,0,0,0.556115570115,'20060429162752',399,3),(400,8,'Exif-lightsource-21','sysop',0,0,0,0.254549778047,'20060429162752',400,3),(401,8,'Exif-lightsource-22','sysop',0,0,0,0.220183458417,'20060429162752',401,3),(402,8,'Exif-lightsource-23','sysop',0,0,0,0.697619905888,'20060429162752',402,3),(403,8,'Exif-lightsource-24','sysop',0,0,0,0.110293746818,'20060429162752',403,19),(404,8,'Exif-lightsource-255','sysop',0,0,0,0.902381934551,'20060429162752',404,18),(405,8,'Exif-lightsource-3','sysop',0,0,0,0.169871481248,'20060429162752',405,29),(406,8,'Exif-lightsource-4','sysop',0,0,0,0.754966009192,'20060429162752',406,5),(407,8,'Exif-lightsource-9','sysop',0,0,0,0.118326729198,'20060429162752',407,12),(408,8,'Exif-make','sysop',0,0,0,0.568368094434,'20060429162752',408,19),(409,8,'Exif-make-value','sysop',0,0,0,0.254996008402,'20060429162752',409,2),(410,8,'Exif-makernote','sysop',0,0,0,0.85854093995,'20060429162752',410,18),(411,8,'Exif-maxaperturevalue','sysop',0,0,0,0.160161677834,'20060429162752',411,21),(412,8,'Exif-meteringmode','sysop',0,0,0,0.562571181545,'20060429162752',412,13),(413,8,'Exif-meteringmode-0','sysop',0,0,0,0.681036353854,'20060429162752',413,7),(414,8,'Exif-meteringmode-1','sysop',0,0,0,0.565095225078,'20060429162752',414,7),(415,8,'Exif-meteringmode-2','sysop',0,0,0,0.181820349681,'20060429162752',415,21),(416,8,'Exif-meteringmode-255','sysop',0,0,0,0.325203277519,'20060429162752',416,5),(417,8,'Exif-meteringmode-3','sysop',0,0,0,0.014551415259,'20060429162752',417,4),(418,8,'Exif-meteringmode-4','sysop',0,0,0,0.328643026659,'20060429162752',418,9),(419,8,'Exif-meteringmode-5','sysop',0,0,0,0.576705879053,'20060429162752',419,7),(420,8,'Exif-meteringmode-6','sysop',0,0,0,0.119750604318,'20060429162752',420,7),(421,8,'Exif-model','sysop',0,0,0,0.630478378172,'20060429162752',421,12),(422,8,'Exif-model-value','sysop',0,0,0,0.615618773259,'20060429162752',422,2),(423,8,'Exif-oecf','sysop',0,0,0,0.327432898404,'20060429162752',423,32),(424,8,'Exif-orientation','sysop',0,0,0,0.70617459977,'20060429162752',424,11),(425,8,'Exif-orientation-1','sysop',0,0,0,0.942557595053,'20060429162752',425,6),(426,8,'Exif-orientation-2','sysop',0,0,0,0.935752719004,'20060429162752',426,20),(427,8,'Exif-orientation-3','sysop',0,0,0,0.064455111309,'20060429162752',427,13),(428,8,'Exif-orientation-4','sysop',0,0,0,0.451613410302,'20060429162752',428,18),(429,8,'Exif-orientation-5','sysop',0,0,0,0.407183709237,'20060429162752',429,39),(430,8,'Exif-orientation-6','sysop',0,0,0,0.805241352169,'20060429162752',430,15),(431,8,'Exif-orientation-7','sysop',0,0,0,0.185917807856,'20060429162752',431,38),(432,8,'Exif-orientation-8','sysop',0,0,0,0.147530125764,'20060429162752',432,16),(433,8,'Exif-photometricinterpretation','sysop',0,0,0,0.756414284222,'20060429162752',433,17),(434,8,'Exif-photometricinterpretation-2','sysop',0,0,0,0.691966437844,'20060429162752',434,3),(435,8,'Exif-photometricinterpretation-6','sysop',0,0,0,0.129104497035,'20060429162752',435,5),(436,8,'Exif-pixelxdimension','sysop',0,0,0,0.532119382557,'20060429162752',436,19),(437,8,'Exif-pixelydimension','sysop',0,0,0,0.180746592839,'20060429162752',437,17),(438,8,'Exif-planarconfiguration','sysop',0,0,0,0.033777482466,'20060429162752',438,16),(439,8,'Exif-planarconfiguration-1','sysop',0,0,0,0.492737382227,'20060429162752',439,13),(440,8,'Exif-planarconfiguration-2','sysop',0,0,0,0.15710113359,'20060429162752',440,13),(441,8,'Exif-primarychromaticities','sysop',0,0,0,0.824839277273,'20060429162752',441,29),(442,8,'Exif-referenceblackwhite','sysop',0,0,0,0.992991389488,'20060429162752',442,40),(443,8,'Exif-relatedsoundfile','sysop',0,0,0,0.414486352138,'20060429162752',443,18),(444,8,'Exif-resolutionunit','sysop',0,0,0,0.359153060544,'20060429162752',444,26),(445,8,'Exif-rowsperstrip','sysop',0,0,0,0.390917329987,'20060429162752',445,24),(446,8,'Exif-samplesperpixel','sysop',0,0,0,0.097422656439,'20060429162752',446,20),(447,8,'Exif-saturation','sysop',0,0,0,0.546966396336,'20060429162752',447,10),(448,8,'Exif-saturation-0','sysop',0,0,0,0.478223334015,'20060429162752',448,6),(449,8,'Exif-saturation-1','sysop',0,0,0,0.743387208882,'20060429162752',449,14),(450,8,'Exif-saturation-2','sysop',0,0,0,0.423205297345,'20060429162752',450,15),(451,8,'Exif-scenecapturetype','sysop',0,0,0,0.30759808028,'20060429162752',451,18),(452,8,'Exif-scenecapturetype-0','sysop',0,0,0,0.788923226835,'20060429162752',452,8),(453,8,'Exif-scenecapturetype-1','sysop',0,0,0,0.020752757075,'20060429162752',453,9),(454,8,'Exif-scenecapturetype-2','sysop',0,0,0,0.032276176777,'20060429162752',454,8),(455,8,'Exif-scenecapturetype-3','sysop',0,0,0,0.007448913045,'20060429162752',455,11),(456,8,'Exif-scenetype','sysop',0,0,0,0.542504205218,'20060429162752',456,10),(457,8,'Exif-scenetype-1','sysop',0,0,0,0.057657130028,'20060429162752',457,29),(458,8,'Exif-sensingmethod','sysop',0,0,0,0.133627616096,'20060429162752',458,14),(459,8,'Exif-sensingmethod-1','sysop',0,0,0,0.461813658079,'20060429162752',459,9),(460,8,'Exif-sensingmethod-2','sysop',0,0,0,0.268917375201,'20060429162752',460,26),(461,8,'Exif-sensingmethod-3','sysop',0,0,0,0.685869611566,'20060429162752',461,26),(462,8,'Exif-sensingmethod-4','sysop',0,0,0,0.663323692695,'20060429162752',462,28),(463,8,'Exif-sensingmethod-5','sysop',0,0,0,0.108944873959,'20060429162752',463,28),(464,8,'Exif-sensingmethod-7','sysop',0,0,0,0.902805398195,'20060429162752',464,16),(465,8,'Exif-sensingmethod-8','sysop',0,0,0,0.752128764515,'20060429162752',465,30),(466,8,'Exif-sharpness','sysop',0,0,0,0.697405151397,'20060429162752',466,9),(467,8,'Exif-sharpness-0','sysop',0,0,0,0.086193401384,'20060429162752',467,6),(468,8,'Exif-sharpness-1','sysop',0,0,0,0.145777417119,'20060429162752',468,4),(469,8,'Exif-sharpness-2','sysop',0,0,0,0.270006662657,'20060429162752',469,4),(470,8,'Exif-shutterspeedvalue','sysop',0,0,0,0.109811304044,'20060429162752',470,13),(471,8,'Exif-software','sysop',0,0,0,0.397654620698,'20060429162752',471,13),(472,8,'Exif-software-value','sysop',0,0,0,0.525712335152,'20060429162752',472,2),(473,8,'Exif-spatialfrequencyresponse','sysop',0,0,0,0.659148068038,'20060429162752',473,26),(474,8,'Exif-spectralsensitivity','sysop',0,0,0,0.288096174514,'20060429162752',474,20),(475,8,'Exif-stripbytecounts','sysop',0,0,0,0.998918277624,'20060429162752',475,26),(476,8,'Exif-stripoffsets','sysop',0,0,0,0.693556660967,'20060429162752',476,19),(477,8,'Exif-subjectarea','sysop',0,0,0,0.443224227502,'20060429162752',477,12),(478,8,'Exif-subjectdistance','sysop',0,0,0,0.78921848981,'20060429162752',478,16),(479,8,'Exif-subjectdistance-value','sysop',0,0,0,0.661361722422,'20060429162752',479,9),(480,8,'Exif-subjectdistancerange','sysop',0,0,0,0.002371516567,'20060429162752',480,22),(481,8,'Exif-subjectdistancerange-0','sysop',0,0,0,0.765356509014,'20060429162752',481,7),(482,8,'Exif-subjectdistancerange-1','sysop',0,0,0,0.315168041771,'20060429162752',482,5),(483,8,'Exif-subjectdistancerange-2','sysop',0,0,0,0.386192667885,'20060429162752',483,10),(484,8,'Exif-subjectdistancerange-3','sysop',0,0,0,0.587982321797,'20060429162752',484,12),(485,8,'Exif-subjectlocation','sysop',0,0,0,0.884683516848,'20060429162752',485,16),(486,8,'Exif-subsectime','sysop',0,0,0,0.386541967977,'20060429162752',486,19),(487,8,'Exif-subsectimedigitized','sysop',0,0,0,0.830066123819,'20060429162752',487,28),(488,8,'Exif-subsectimeoriginal','sysop',0,0,0,0.816588121646,'20060429162753',488,27),(489,8,'Exif-transferfunction','sysop',0,0,0,0.281928184963,'20060429162753',489,17),(490,8,'Exif-usercomment','sysop',0,0,0,0.640885971284,'20060429162753',490,13),(491,8,'Exif-whitebalance','sysop',0,0,0,0.759261058761,'20060429162753',491,13),(492,8,'Exif-whitebalance-0','sysop',0,0,0,0.897328681077,'20060429162753',492,18),(493,8,'Exif-whitebalance-1','sysop',0,0,0,0.493749570518,'20060429162753',493,20),(494,8,'Exif-whitepoint','sysop',0,0,0,0.868808149268,'20060429162753',494,24),(495,8,'Exif-xresolution','sysop',0,0,0,0.404631142254,'20060429162753',495,21),(496,8,'Exif-xyresolution-c','sysop',0,0,0,0.501529811339,'20060429162753',496,6),(497,8,'Exif-xyresolution-i','sysop',0,0,0,0.089641479938,'20060429162753',497,6),(498,8,'Exif-ycbcrcoefficients','sysop',0,0,0,0.512164533135,'20060429162753',498,46),(499,8,'Exif-ycbcrpositioning','sysop',0,0,0,0.377703833238,'20060429162753',499,19),(500,8,'Exif-ycbcrsubsampling','sysop',0,0,0,0.276211947742,'20060429162753',500,27),(501,8,'Exif-yresolution','sysop',0,0,0,0.310800274669,'20060429162753',501,19),(502,8,'Expiringblock','sysop',0,0,0,0.622356969374,'20060429162753',502,10),(503,8,'Explainconflict','sysop',0,0,0,0.151553858721,'20060429162753',503,330),(504,8,'Export','sysop',0,0,0,0.442136220573,'20060429162753',504,12),(505,8,'Exportcuronly','sysop',0,0,0,0.906647304961,'20060429162753',505,55),(506,8,'Exportnohistory','sysop',0,0,0,0.121648417379,'20060429162753',506,116),(507,8,'Exporttext','sysop',0,0,0,0.04773576327,'20060429162753',507,568),(508,8,'Externaldberror','sysop',0,0,0,0.572334348271,'20060429162753',508,114),(509,8,'Extlink_sample','sysop',0,0,0,0.642404753996,'20060429162753',509,33),(510,8,'Extlink_tip','sysop',0,0,0,0.686927224098,'20060429162753',510,39),(511,8,'Faq','sysop',0,0,0,0.758637673375,'20060429162753',511,3),(512,8,'Faqpage','sysop',0,0,0,0.914957998869,'20060429162753',512,11),(513,8,'Feb','sysop',0,0,0,0.413164242744,'20060429162753',513,3),(514,8,'February','sysop',0,0,0,0.358556854299,'20060429162753',514,8),(515,8,'Feedlinks','sysop',0,0,0,0.894718199388,'20060429162753',515,5),(516,8,'Filecopyerror','sysop',0,0,0,0.910434533787,'20060429162753',516,33),(517,8,'Filedeleteerror','sysop',0,0,0,0.767288150674,'20060429162753',517,27),(518,8,'Filedesc','sysop',0,0,0,0.941157723332,'20060429162753',518,7),(519,8,'Fileexists','sysop',0,0,0,0.268334009737,'20060429162753',519,99),(520,8,'Fileexists-forbidden','sysop',0,0,0,0.660559451385,'20060429162753',520,120),(521,8,'Fileexists-shared-forbidden','sysop',0,0,0,0.100047928301,'20060429162753',521,150),(522,8,'Fileinfo','sysop',0,0,0,0.496137595341,'20060429162753',522,32),(523,8,'Filemissing','sysop',0,0,0,0.533690071774,'20060429162753',523,12),(524,8,'Filename','sysop',0,0,0,0.175116756307,'20060429162753',524,8),(525,8,'Filenotfound','sysop',0,0,0,0.853790140451,'20060429162753',525,25),(526,8,'Filerenameerror','sysop',0,0,0,0.737036040628,'20060429162753',526,35),(527,8,'Files','sysop',0,0,0,0.508797777836,'20060429162753',527,5),(528,8,'Filesource','sysop',0,0,0,0.097455015201,'20060429162753',528,6),(529,8,'Filestatus','sysop',0,0,0,0.027001541713,'20060429162753',529,16),(530,8,'Fileuploaded','sysop',0,0,0,0.433020253754,'20060429162753',530,331),(531,8,'Fileuploadsummary','sysop',0,0,0,0.294021699316,'20060429162753',531,8),(532,8,'Formerror','sysop',0,0,0,0.976620473211,'20060429162753',532,28),(533,8,'Friday','sysop',0,0,0,0.967333205285,'20060429162753',533,6),(534,8,'Getimagelist','sysop',0,0,0,0.430981779373,'20060429162753',534,18),(535,8,'Go','sysop',0,0,0,0.683858363809,'20060429162753',535,2),(536,8,'Googlesearch','sysop',0,0,0,0.955920843822,'20060429162753',536,660),(537,8,'Gotaccount','sysop',0,0,0,0.635990854499,'20060429162753',537,27),(538,8,'Gotaccountlink','sysop',0,0,0,0.55734572468,'20060429162753',538,6),(539,8,'Group-admin-desc','sysop',0,0,0,0.781321936131,'20060429162753',539,53),(540,8,'Group-admin-name','sysop',0,0,0,0.905539250791,'20060429162753',540,13),(541,8,'Group-anon-desc','sysop',0,0,0,0.300294621276,'20060429162753',541,15),(542,8,'Group-anon-name','sysop',0,0,0,0.760349866781,'20060429162753',542,9),(543,8,'Group-bureaucrat-desc','sysop',0,0,0,0.822497274463,'20060429162753',543,43),(544,8,'Group-bureaucrat-name','sysop',0,0,0,0.578689154534,'20060429162753',544,10),(545,8,'Group-loggedin-desc','sysop',0,0,0,0.159506369968,'20060429162753',545,23),(546,8,'Group-loggedin-name','sysop',0,0,0,0.995233439955,'20060429162753',546,4),(547,8,'Group-steward-desc','sysop',0,0,0,0.761036169022,'20060429162753',547,11),(548,8,'Group-steward-name','sysop',0,0,0,0.269222056254,'20060429162753',548,7),(549,8,'Groups','sysop',0,0,0,0.752894752495,'20060429162753',549,11),(550,8,'Groups-addgroup','sysop',0,0,0,0.768922761374,'20060429162753',550,9),(551,8,'Groups-already-exists','sysop',0,0,0,0.18784371462,'20060429162753',551,35),(552,8,'Groups-editgroup','sysop',0,0,0,0.160259378292,'20060429162753',552,10),(553,8,'Groups-editgroup-description','sysop',0,0,0,0.122587396012,'20060429162753',553,45),(554,8,'Groups-editgroup-name','sysop',0,0,0,0.228396983366,'20060429162753',554,11),(555,8,'Groups-editgroup-preamble','sysop',0,0,0,0.274581286427,'20060429162753',555,163),(556,8,'Groups-existing','sysop',0,0,0,0.949599741626,'20060429162753',556,15),(557,8,'Groups-group-edit','sysop',0,0,0,0.577758868197,'20060429162753',557,16),(558,8,'Groups-lookup-group','sysop',0,0,0,0.228008339418,'20060429162753',558,19),(559,8,'Groups-noname','sysop',0,0,0,0.320616017014,'20060429162753',559,33),(560,8,'Groups-tableheader','sysop',0,0,0,0.842248050851,'20060429162753',560,35),(561,8,'Guesstimezone','sysop',0,0,0,0.480396244784,'20060429162753',561,20),(562,8,'Headline_sample','sysop',0,0,0,0.88121729698,'20060429162753',562,13),(563,8,'Headline_tip','sysop',0,0,0,0.513901102223,'20060429162753',563,16),(564,8,'Help','sysop',0,0,0,0.122035263585,'20060429162753',564,4),(565,8,'Helppage','sysop',0,0,0,0.493678258248,'20060429162753',565,13),(566,8,'Hide','sysop',0,0,0,0.078920595018,'20060429162753',566,4),(567,8,'Hideresults','sysop',0,0,0,0.166411377956,'20060429162753',567,12),(568,8,'Hidetoc','sysop',0,0,0,0.709001174811,'20060429162753',568,4),(569,8,'Hist','sysop',0,0,0,0.785380864476,'20060429162753',569,4),(570,8,'Histfirst','sysop',0,0,0,0.124859780723,'20060429162753',570,8),(571,8,'Histlast','sysop',0,0,0,0.174907516611,'20060429162753',571,6),(572,8,'Histlegend','sysop',0,0,0,0.167789693965,'20060429162753',572,221),(573,8,'History','sysop',0,0,0,0.605071143162,'20060429162753',573,12),(574,8,'History_copyright','sysop',0,0,0,0.852179220114,'20060429162753',574,1),(575,8,'History_short','sysop',0,0,0,0.651830108247,'20060429162753',575,7),(576,8,'Historywarning','sysop',0,0,0,0.638742904229,'20060429162753',576,56),(577,8,'Hr_tip','sysop',0,0,0,0.197341776184,'20060429162753',577,31),(578,8,'Ignorewarning','sysop',0,0,0,0.382607784186,'20060429162753',578,36),(579,8,'Ignorewarnings','sysop',0,0,0,0.548898617164,'20060429162753',579,19),(580,8,'Illegalfilename','sysop',0,0,0,0.96193529452,'20060429162753',580,125),(581,8,'Ilsubmit','sysop',0,0,0,0.341569532515,'20060429162753',581,6),(582,8,'Image_sample','sysop',0,0,0,0.192256337473,'20060429162753',582,11),(583,8,'Image_tip','sysop',0,0,0,0.788430653038,'20060429162753',583,14),(584,8,'Imagelinks','sysop',0,0,0,0.935800800733,'20060429162753',584,5),(585,8,'Imagelist','sysop',0,0,0,0.051237369315,'20060429162753',585,9),(586,8,'Imagelistall','sysop',0,0,0,0.127227226129,'20060429162753',586,3),(587,8,'Imagelistforuser','sysop',0,0,0,0.307868161029,'20060429162753',587,38),(588,8,'Imagelisttext','sysop',0,0,0,0.620582136087,'20060429162753',588,38),(589,8,'Imagemaxsize','sysop',0,0,0,0.487778891207,'20060429162753',589,43),(590,8,'Imagepage','sysop',0,0,0,0.821885118995,'20060429162753',590,15),(591,8,'Imagereverted','sysop',0,0,0,0.5694453213,'20060429162753',591,41),(592,8,'Imgdelete','sysop',0,0,0,0.839289642089,'20060429162753',592,3),(593,8,'Imgdesc','sysop',0,0,0,0.777308937349,'20060429162753',593,4),(594,8,'Imghistlegend','sysop',0,0,0,0.267555871746,'20060429162753',594,176),(595,8,'Imghistory','sysop',0,0,0,0.018455347964,'20060429162753',595,12),(596,8,'Imglegend','sysop',0,0,0,0.531200990318,'20060429162753',596,44),(597,8,'Immobile_namespace','sysop',0,0,0,0.361221200786,'20060429162753',597,78),(598,8,'Import','sysop',0,0,0,0.336042101356,'20060429162753',598,12),(599,8,'Importfailed','sysop',0,0,0,0.06331087376,'20060429162753',599,17),(600,8,'Importhistoryconflict','sysop',0,0,0,0.754584287843,'20060429162753',600,72),(601,8,'Importing','sysop',0,0,0,0.95998583556,'20060429162753',601,12),(602,8,'Importinterwiki','sysop',0,0,0,0.622328085688,'20060429162754',602,16),(603,8,'Importnofile','sysop',0,0,0,0.380133600675,'20060429162754',603,28),(604,8,'Importnosources','sysop',0,0,0,0.913705012717,'20060429162754',604,86),(605,8,'Importnotext','sysop',0,0,0,0.478909027302,'20060429162754',605,16),(606,8,'Importsuccess','sysop',0,0,0,0.174303429822,'20060429162754',606,17),(607,8,'Importtext','sysop',0,0,0,0.45270925378,'20060429162754',607,118),(608,8,'Importuploaderror','sysop',0,0,0,0.616302344467,'20060429162754',608,86),(609,8,'Infiniteblock','sysop',0,0,0,0.448425234463,'20060429162754',609,8),(610,8,'Info_short','sysop',0,0,0,0.878697675462,'20060429162754',610,11),(611,8,'Infosubtitle','sysop',0,0,0,0.794645486813,'20060429162754',611,20),(612,8,'Internalerror','sysop',0,0,0,0.786711456907,'20060429162754',612,14),(613,8,'Intl','sysop',0,0,0,0.72620561204,'20060429162754',613,19),(614,8,'Invalidemailaddress','sysop',0,0,0,0.730940246872,'20060429162754',614,137),(615,8,'Invert','sysop',0,0,0,0.828495376618,'20060429162754',615,16),(616,8,'Ip_range_invalid','sysop',0,0,0,0.295310977963,'20060429162754',616,17),(617,8,'Ipaddress','sysop',0,0,0,0.413718311719,'20060429162754',617,10),(618,8,'Ipadressorusername','sysop',0,0,0,0.54530317993,'20060429162754',618,22),(619,8,'Ipb_expiry_invalid','sysop',0,0,0,0.265077656407,'20060429162754',619,20),(620,8,'Ipbexpiry','sysop',0,0,0,0.976622150366,'20060429162754',620,6),(621,8,'Ipblocklist','sysop',0,0,0,0.436707308433,'20060429162754',621,42),(622,8,'Ipblocklistempty','sysop',0,0,0,0.836468410001,'20060429162754',622,23),(623,8,'Ipboptions','sysop',0,0,0,0.433473357285,'20060429162754',623,155),(624,8,'Ipbother','sysop',0,0,0,0.731887885502,'20060429162754',624,10),(625,8,'Ipbotheroption','sysop',0,0,0,0.791702090422,'20060429162754',625,5),(626,8,'Ipbreason','sysop',0,0,0,0.007721764296,'20060429162754',626,6),(627,8,'Ipbsubmit','sysop',0,0,0,0.835442990398,'20060429162754',627,15),(628,8,'Ipusubmit','sysop',0,0,0,0.541998283271,'20060429162754',628,20),(629,8,'Ipusuccess','sysop',0,0,0,0.030546446086,'20060429162754',629,18),(630,8,'Isbn','sysop',0,0,0,0.78552662882,'20060429162754',630,4),(631,8,'Isredirect','sysop',0,0,0,0.369956862126,'20060429162754',631,13),(632,8,'Istemplate','sysop',0,0,0,0.290007526092,'20060429162754',632,9),(633,8,'Italic_sample','sysop',0,0,0,0.323768690123,'20060429162754',633,11),(634,8,'Italic_tip','sysop',0,0,0,0.179475677538,'20060429162754',634,11),(635,8,'Iteminvalidname','sysop',0,0,0,0.498351657359,'20060429162754',635,39),(636,8,'Jan','sysop',0,0,0,0.579092424231,'20060429162754',636,3),(637,8,'January','sysop',0,0,0,0.248401272946,'20060429162754',637,7),(638,8,'Jul','sysop',0,0,0,0.958304573396,'20060429162754',638,3),(639,8,'July','sysop',0,0,0,0.611392573767,'20060429162754',639,4),(640,8,'Jumpto','sysop',0,0,0,0.422914360373,'20060429162754',640,8),(641,8,'Jumptonavigation','sysop',0,0,0,0.675164969437,'20060429162754',641,10),(642,8,'Jumptosearch','sysop',0,0,0,0.966911494418,'20060429162754',642,6),(643,8,'Jun','sysop',0,0,0,0.786424472022,'20060429162754',643,3),(644,8,'June','sysop',0,0,0,0.596745771995,'20060429162754',644,4),(645,8,'Laggedslavemode','sysop',0,0,0,0.352437719668,'20060429162754',645,45),(646,8,'Largefile','sysop',0,0,0,0.173112711144,'20060429162754',646,80),(647,8,'Largefileserver','sysop',0,0,0,0.478987760865,'20060429162754',647,59),(648,8,'Last','sysop',0,0,0,0.186500554161,'20060429162754',648,4),(649,8,'Lastmodified','sysop',0,0,0,0.344055446873,'20060429162754',649,31),(650,8,'Lastmodifiedby','sysop',0,0,0,0.38167034177,'20060429162754',650,37),(651,8,'License','sysop',0,0,0,0.556767081216,'20060429162754',651,9),(652,8,'Lineno','sysop',0,0,0,0.991462887723,'20060429162754',652,8),(653,8,'Link_sample','sysop',0,0,0,0.486953499259,'20060429162754',653,10),(654,8,'Link_tip','sysop',0,0,0,0.165095364806,'20060429162754',654,13),(655,8,'Linklistsub','sysop',0,0,0,0.102012729021,'20060429162754',655,15),(656,8,'Linkprefix','sysop',0,0,0,0.955288655247,'20060429162754',656,31),(657,8,'Linkshere','sysop',0,0,0,0.626226795781,'20060429162754',657,33),(658,8,'Linkstoimage','sysop',0,0,0,0.22283800133,'20060429162754',658,38),(659,8,'Linktrail','sysop',0,0,0,0.601412760811,'20060429162754',659,18),(660,8,'Listform','sysop',0,0,0,0.662177624748,'20060429162754',660,4),(661,8,'Listingcontinuesabbrev','sysop',0,0,0,0.901772802954,'20060429162754',661,6),(662,8,'Listredirects','sysop',0,0,0,0.215977339441,'20060429162754',662,14),(663,8,'Listusers','sysop',0,0,0,0.733726449694,'20060429162754',663,9),(664,8,'Loadhist','sysop',0,0,0,0.337418997502,'20060429162754',664,20),(665,8,'Loadingrev','sysop',0,0,0,0.173101283703,'20060429162754',665,25),(666,8,'Localtime','sysop',0,0,0,0.711074956134,'20060429162754',666,10),(667,8,'Lockbtn','sysop',0,0,0,0.708044309925,'20060429162754',667,13),(668,8,'Lockconfirm','sysop',0,0,0,0.011335120857,'20060429162754',668,40),(669,8,'Lockdb','sysop',0,0,0,0.890640634552,'20060429162754',669,13),(670,8,'Lockdbsuccesssub','sysop',0,0,0,0.04528076629,'20060429162754',670,23),(671,8,'Lockdbsuccesstext','sysop',0,0,0,0.887236432544,'20060429162754',671,99),(672,8,'Lockdbtext','sysop',0,0,0,0.08930112163,'20060429162754',672,294),(673,8,'Locknoconfirm','sysop',0,0,0,0.094454535546,'20060429162754',673,39),(674,8,'Log','sysop',0,0,0,0.801616354136,'20060429162754',674,4),(675,8,'Logempty','sysop',0,0,0,0.001063233765,'20060429162754',675,25),(676,8,'Login','sysop',0,0,0,0.122501875933,'20060429162754',676,6),(677,8,'Loginend','sysop',0,0,0,0.137912835376,'20060429162754',677,0),(678,8,'Loginerror','sysop',0,0,0,0.751313028349,'20060429162754',678,11),(679,8,'Loginpagetitle','sysop',0,0,0,0.111565542883,'20060429162754',679,10),(680,8,'Loginproblem','sysop',0,0,0,0.807164550361,'20060429162754',680,64),(681,8,'Loginprompt','sysop',0,0,0,0.862647449206,'20060429162754',681,56),(682,8,'Loginreqlink','sysop',0,0,0,0.564707180799,'20060429162754',682,5),(683,8,'Loginreqpagetext','sysop',0,0,0,0.570487217834,'20060429162754',683,32),(684,8,'Loginreqtitle','sysop',0,0,0,0.326518111395,'20060429162754',684,14),(685,8,'Loginsuccess','sysop',0,0,0,0.351904763957,'20060429162754',685,52),(686,8,'Loginsuccesstitle','sysop',0,0,0,0.019213981163,'20060429162754',686,16),(687,8,'Logout','sysop',0,0,0,0.398718589185,'20060429162754',687,7),(688,8,'Logouttext','sysop',0,0,0,0.366014813502,'20060429162754',688,274),(689,8,'Logouttitle','sysop',0,0,0,0.081852878526,'20060429162754',689,11),(690,8,'Lonelypages','sysop',0,0,0,0.545917750789,'20060429162754',690,14),(691,8,'Longpageerror','sysop',0,0,0,0.356408709585,'20060429162754',691,144),(692,8,'Longpages','sysop',0,0,0,0.025462670324,'20060429162754',692,10),(693,8,'Longpagewarning','sysop',0,0,0,0.957614042669,'20060429162754',693,193),(694,8,'Mailerror','sysop',0,0,0,0.263013874962,'20060429162754',694,22),(695,8,'Mailmypassword','sysop',0,0,0,0.532746404309,'20060429162754',695,15),(696,8,'Mailnologin','sysop',0,0,0,0.698840297321,'20060429162754',696,15),(697,8,'Mailnologintext','sysop',0,0,0,0.51463396521,'20060429162754',697,150),(698,8,'Mainpage','sysop',0,0,0,0.331272871144,'20060429162754',698,9),(699,8,'Mainpagedocfooter','sysop',0,0,0,0.21771036232,'20060429162754',699,394),(700,8,'Mainpagetext','sysop',0,0,0,0.354855709393,'20060429162754',700,59),(701,8,'Makesysop','sysop',0,0,0,0.293510021095,'20060429162754',701,24),(702,8,'Makesysopfail','sysop',0,0,0,0.430190357374,'20060429162754',702,84),(703,8,'Makesysopname','sysop',0,0,0,0.702415038976,'20060429162754',703,17),(704,8,'Makesysopok','sysop',0,0,0,0.710637187875,'20060429162754',704,31),(705,8,'Makesysopsubmit','sysop',0,0,0,0.580826090374,'20060429162754',705,27),(706,8,'Makesysoptext','sysop',0,0,0,0.324786073607,'20060429162754',706,168),(707,8,'Makesysoptitle','sysop',0,0,0,0.348758185952,'20060429162754',707,24),(708,8,'Mar','sysop',0,0,0,0.872310042685,'20060429162754',708,3),(709,8,'March','sysop',0,0,0,0.590144494732,'20060429162754',709,5),(710,8,'Markaspatrolleddiff','sysop',0,0,0,0.102272071188,'20060429162754',710,17),(711,8,'Markaspatrolledlink','sysop',0,0,0,0.428457942001,'20060429162754',711,4),(712,8,'Markaspatrolledtext','sysop',0,0,0,0.09826521327,'20060429162754',712,30),(713,8,'Markedaspatrolled','sysop',0,0,0,0.36829382899,'20060429162754',713,19),(714,8,'Markedaspatrollederror','sysop',0,0,0,0.018620724175,'20060429162754',714,24),(715,8,'Markedaspatrollederrortext','sysop',0,0,0,0.677087737895,'20060429162754',715,52),(716,8,'Markedaspatrolledtext','sysop',0,0,0,0.86854106734,'20060429162754',716,51),(717,8,'Matchtotals','sysop',0,0,0,0.029705624819,'20060429162754',717,63),(718,8,'Math','sysop',0,0,0,0.183349077094,'20060429162754',718,4),(719,8,'Math_bad_output','sysop',0,0,0,0.937436556567,'20060429162754',719,46),(720,8,'Math_bad_tmpdir','sysop',0,0,0,0.827864689931,'20060429162754',720,44),(721,8,'Math_failure','sysop',0,0,0,0.033462838529,'20060429162754',721,15),(722,8,'Math_image_error','sysop',0,0,0,0.731790878163,'20060429162755',722,86),(723,8,'Math_lexing_error','sysop',0,0,0,0.890416137749,'20060429162755',723,12),(724,8,'Math_notexvc','sysop',0,0,0,0.946067855006,'20060429162755',724,62),(725,8,'Math_sample','sysop',0,0,0,0.947698569895,'20060429162755',725,19),(726,8,'Math_syntax_error','sysop',0,0,0,0.450329500041,'20060429162755',726,12),(727,8,'Math_tip','sysop',0,0,0,0.903388059919,'20060429162755',727,28),(728,8,'Math_unknown_error','sysop',0,0,0,0.723326164284,'20060429162755',728,13),(729,8,'Math_unknown_function','sysop',0,0,0,0.031357014107,'20060429162755',729,16),(730,8,'May','sysop',0,0,0,0.295474373264,'20060429162755',730,3),(731,8,'May_long','sysop',0,0,0,0.948172522655,'20060429162755',731,3),(732,8,'Media_sample','sysop',0,0,0,0.281402560557,'20060429162755',732,11),(733,8,'Media_tip','sysop',0,0,0,0.531717994502,'20060429162755',733,15),(734,8,'Mediawarning','sysop',0,0,0,0.864294180566,'20060429162755',734,105),(735,8,'Metadata','sysop',0,0,0,0.279660480286,'20060429162755',735,8),(736,8,'Metadata-collapse','sysop',0,0,0,0.945047825743,'20060429162755',736,21),(737,8,'Metadata-expand','sysop',0,0,0,0.183666829197,'20060429162755',737,21),(738,8,'Metadata-fields','sysop',0,0,0,0.574850317635,'20060429162755',738,227),(739,8,'Metadata-help','sysop',0,0,0,0.082039532153,'20060429162755',739,233),(740,8,'Metadata_page','sysop',0,0,0,0.667486995633,'20060429162755',740,18),(741,8,'Mimesearch','sysop',0,0,0,0.322859198468,'20060429162755',741,11),(742,8,'Mimetype','sysop',0,0,0,0.682039549615,'20060429162755',742,10),(743,8,'Minlength','sysop',0,0,0,0.112601728241,'20060429162755',743,42),(744,8,'Minoredit','sysop',0,0,0,0.076414462297,'20060429162755',744,20),(745,8,'Minoreditletter','sysop',0,0,0,0.899449554075,'20060429162755',745,1),(746,8,'Missingarticle','sysop',0,0,0,0.392184586062,'20060429162755',746,318),(747,8,'Missingcommenttext','sysop',0,0,0,0.673152523649,'20060429162755',747,29),(748,8,'Missingimage','sysop',0,0,0,0.765879280871,'20060429162755',748,35),(749,8,'Missingsummary','sysop',0,0,0,0.835698965467,'20060429162755',749,116),(750,8,'Monday','sysop',0,0,0,0.986219866837,'20060429162755',750,6),(751,8,'Moredotdotdot','sysop',0,0,0,0.137282174254,'20060429162755',751,7),(752,8,'Mostcategories','sysop',0,0,0,0.948949220464,'20060429162755',752,33),(753,8,'Mostimages','sysop',0,0,0,0.392121151039,'20060429162755',753,21),(754,8,'Mostlinked','sysop',0,0,0,0.097295774083,'20060429162755',754,20),(755,8,'Mostlinkedcategories','sysop',0,0,0,0.170294029821,'20060429162755',755,25),(756,8,'Mostrevisions','sysop',0,0,0,0.974679768725,'20060429162755',756,32),(757,8,'Move','sysop',0,0,0,0.687135516712,'20060429162755',757,4),(758,8,'Movearticle','sysop',0,0,0,0.519750319656,'20060429162755',758,9),(759,8,'Movedto','sysop',0,0,0,0.680004883279,'20060429162755',759,8),(760,8,'Movelogpage','sysop',0,0,0,0.189611598604,'20060429162755',760,8),(761,8,'Movelogpagetext','sysop',0,0,0,0.557963813358,'20060429162755',761,30),(762,8,'Movenologin','sysop',0,0,0,0.346027803811,'20060429162755',762,13),(763,8,'Movenologintext','sysop',0,0,0,0.087357642789,'20060429162755',763,81),(764,8,'Movepage','sysop',0,0,0,0.034111747477,'20060429162755',764,9),(765,8,'Movepagebtn','sysop',0,0,0,0.244353897772,'20060429162755',765,9),(766,8,'Movepagetalktext','sysop',0,0,0,0.524437826176,'20060429162755',766,300),(767,8,'Movepagetext','sysop',0,0,0,0.130225953985,'20060429162755',767,787),(768,8,'Movereason','sysop',0,0,0,0.79244898519,'20060429162755',768,6),(769,8,'Movetalk','sysop',0,0,0,0.866423350917,'20060429162755',769,25),(770,8,'Movethispage','sysop',0,0,0,0.2041653784,'20060429162755',770,14),(771,8,'Mw_math_html','sysop',0,0,0,0.727404995273,'20060429162755',771,28),(772,8,'Mw_math_mathml','sysop',0,0,0,0.888646792273,'20060429162755',772,33),(773,8,'Mw_math_modern','sysop',0,0,0,0.914490389387,'20060429162755',773,31),(774,8,'Mw_math_png','sysop',0,0,0,0.262951362998,'20060429162755',774,17),(775,8,'Mw_math_simple','sysop',0,0,0,0.811129688303,'20060429162755',775,31),(776,8,'Mw_math_source','sysop',0,0,0,0.307314025146,'20060429162755',776,35),(777,8,'Mycontris','sysop',0,0,0,0.517719154254,'20060429162755',777,16),(778,8,'Mypage','sysop',0,0,0,0.756130787577,'20060429162755',778,7),(779,8,'Mytalk','sysop',0,0,0,0.888106522579,'20060429162755',779,7),(780,8,'Namespace','sysop',0,0,0,0.907188718649,'20060429162755',780,10),(781,8,'Namespacesall','sysop',0,0,0,0.529534873303,'20060429162755',781,3),(782,8,'Navigation','sysop',0,0,0,0.508266680162,'20060429162755',782,10),(783,8,'Nbytes','sysop',0,0,0,0.952352817558,'20060429162755',783,8),(784,8,'Ncategories','sysop',0,0,0,0.074516821298,'20060429162755',784,13),(785,8,'Nchanges','sysop',0,0,0,0.924720802045,'20060429162755',785,10),(786,8,'Newarticle','sysop',0,0,0,0.478943793029,'20060429162755',786,5),(787,8,'Newarticletext','sysop',0,0,0,0.821717265234,'20060429162755',787,231),(788,8,'Newarticletextanon','sysop',0,0,0,0.84015933441,'20060429162755',788,22),(789,8,'Newbies','sysop',0,0,0,0.430463777454,'20060429162755',789,7),(790,8,'Newimages','sysop',0,0,0,0.918447151083,'20060429162755',790,20),(791,8,'Newmessagesdifflink','sysop',0,0,0,0.716282198683,'20060429162755',791,28),(792,8,'Newmessageslink','sysop',0,0,0,0.965674131488,'20060429162755',792,12),(793,8,'Newpage','sysop',0,0,0,0.95926208828,'20060429162755',793,8),(794,8,'Newpageletter','sysop',0,0,0,0.052019383401,'20060429162755',794,1),(795,8,'Newpages','sysop',0,0,0,0.999987133695,'20060429162755',795,9),(796,8,'Newpassword','sysop',0,0,0,0.893862470986,'20060429162755',796,13),(797,8,'Newtalkseperator','sysop',0,0,0,0.834608426714,'20060429162755',797,2),(798,8,'Newtitle','sysop',0,0,0,0.338754138216,'20060429162755',798,12),(799,8,'Newusersonly','sysop',0,0,0,0.277316718437,'20060429162755',799,17),(800,8,'Newwindow','sysop',0,0,0,0.902889550218,'20060429162755',800,21),(801,8,'Next','sysop',0,0,0,0.807427041871,'20060429162755',801,4),(802,8,'Nextdiff','sysop',0,0,0,0.793049135153,'20060429162755',802,13),(803,8,'Nextn','sysop',0,0,0,0.932570807879,'20060429162755',803,7),(804,8,'Nextpage','sysop',0,0,0,0.825830161738,'20060429162755',804,14),(805,8,'Nextrevision','sysop',0,0,0,0.499656059335,'20060429162755',805,17),(806,8,'Nlinks','sysop',0,0,0,0.881880041788,'20060429162755',806,8),(807,8,'Noarticletext','sysop',0,0,0,0.850644302279,'20060429162755',807,201),(808,8,'Noarticletextanon','sysop',0,0,0,0.157106533651,'20060429162755',808,21),(809,8,'Noconnect','sysop',0,0,0,0.075764753443,'20060429162755',809,110),(810,8,'Nocontribs','sysop',0,0,0,0.285065163456,'20060429162755',810,46),(811,8,'Nocookieslogin','sysop',0,0,0,0.461380905154,'20060429162755',811,103),(812,8,'Nocookiesnew','sysop',0,0,0,0.144017701337,'20060429162755',812,195),(813,8,'Nocreatetext','sysop',0,0,0,0.608006180295,'20060429162755',813,154),(814,8,'Nocreatetitle','sysop',0,0,0,0.135795036026,'20060429162755',814,21),(815,8,'Nocreativecommons','sysop',0,0,0,0.044064819333,'20060429162755',815,55),(816,8,'Nocredits','sysop',0,0,0,0.414547869668,'20060429162755',816,49),(817,8,'Nodb','sysop',0,0,0,0.386240001401,'20060429162755',817,28),(818,8,'Nodublincore','sysop',0,0,0,0.952789625812,'20060429162755',818,50),(819,8,'Noemail','sysop',0,0,0,0.889193893312,'20060429162755',819,50),(820,8,'Noemailprefs','sysop',0,0,0,0.055723538502,'20060429162755',820,70),(821,8,'Noemailtext','sysop',0,0,0,0.654598793438,'20060429162755',821,105),(822,8,'Noemailtitle','sysop',0,0,0,0.88006753193,'20060429162755',822,17),(823,8,'Nogomatch','sysop',0,0,0,0.487528836104,'20060429162755',823,68),(824,8,'Nohistory','sysop',0,0,0,0.794313066203,'20060429162755',824,39),(825,8,'Noimage','sysop',0,0,0,0.865571476063,'20060429162755',825,40),(826,8,'Noimage-linktext','sysop',0,0,0,0.321289461109,'20060429162755',826,9),(827,8,'Noimages','sysop',0,0,0,0.072761317335,'20060429162755',827,15),(828,8,'Nolicense','sysop',0,0,0,0.187036567428,'20060429162755',828,13),(829,8,'Nolinkshere','sysop',0,0,0,0.680316503717,'20060429162755',829,22),(830,8,'Nolinkstoimage','sysop',0,0,0,0.858713378273,'20060429162755',830,42),(831,8,'Nologin','sysop',0,0,0,0.340781431244,'20060429162755',831,23),(832,8,'Nologinlink','sysop',0,0,0,0.67326352901,'20060429162755',832,17),(833,8,'Noname','sysop',0,0,0,0.375981238863,'20060429162755',833,41),(834,8,'Nonefound','sysop',0,0,0,0.280428236281,'20060429162755',834,245),(835,8,'Nonunicodebrowser','sysop',0,0,0,0.665622411743,'20060429162755',835,198),(836,8,'Nospecialpagetext','sysop',0,0,0,0.105007989971,'20060429162755',836,122),(837,8,'Nosuchaction','sysop',0,0,0,0.48374815633,'20060429162755',837,14),(838,8,'Nosuchactiontext','sysop',0,0,0,0.144498094171,'20060429162755',838,61),(839,8,'Nosuchspecialpage','sysop',0,0,0,0.239942907576,'20060429162755',839,20),(840,8,'Nosuchuser','sysop',0,0,0,0.027238769432,'20060429162755',840,80),(841,8,'Nosuchusershort','sysop',0,0,0,0.450940400933,'20060429162756',841,55),(842,8,'Notacceptable','sysop',0,0,0,0.926629510644,'20060429162756',842,68),(843,8,'Notanarticle','sysop',0,0,0,0.448904962986,'20060429162756',843,18),(844,8,'Notargettext','sysop',0,0,0,0.694903237858,'20060429162756',844,73),(845,8,'Notargettitle','sysop',0,0,0,0.372048427637,'20060429162756',845,9),(846,8,'Note','sysop',0,0,0,0.254392124794,'20060429162756',846,22),(847,8,'Notextmatches','sysop',0,0,0,0.138915418922,'20060429162756',847,20),(848,8,'Notitlematches','sysop',0,0,0,0.239813420712,'20060429162756',848,21),(849,8,'Notloggedin','sysop',0,0,0,0.933214815211,'20060429162756',849,13),(850,8,'Nov','sysop',0,0,0,0.149358229393,'20060429162756',850,3),(851,8,'November','sysop',0,0,0,0.433610394485,'20060429162756',851,8),(852,8,'Nowatchlist','sysop',0,0,0,0.412368993716,'20060429162756',852,36),(853,8,'Nowiki_sample','sysop',0,0,0,0.898002101186,'20060429162756',853,30),(854,8,'Nowiki_tip','sysop',0,0,0,0.797165738951,'20060429162756',854,22),(855,8,'Nrevisions','sysop',0,0,0,0.915134463858,'20060429162756',855,12),(856,8,'Nstab-category','sysop',0,0,0,0.98577146156,'20060429162756',856,8),(857,8,'Nstab-help','sysop',0,0,0,0.285197963005,'20060429162756',857,4),(858,8,'Nstab-image','sysop',0,0,0,0.302871304997,'20060429162756',858,4),(859,8,'Nstab-main','sysop',0,0,0,0.247384696994,'20060429162756',859,7),(860,8,'Nstab-media','sysop',0,0,0,0.501598676567,'20060429162756',860,10),(861,8,'Nstab-mediawiki','sysop',0,0,0,0.690321165697,'20060429162756',861,7),(862,8,'Nstab-special','sysop',0,0,0,0.499243644011,'20060429162756',862,7),(863,8,'Nstab-template','sysop',0,0,0,0.16794670244,'20060429162756',863,8),(864,8,'Nstab-user','sysop',0,0,0,0.89889748611,'20060429162756',864,9),(865,8,'Nstab-wp','sysop',0,0,0,0.613007584134,'20060429162756',865,12),(866,8,'Numauthors','sysop',0,0,0,0.264496754491,'20060429162756',866,40),(867,8,'Number_of_watching_users_RCview','sysop',0,0,0,0.83281959954,'20060429162756',867,4),(868,8,'Number_of_watching_users_pageview','sysop',0,0,0,0.076737476879,'20060429162756',868,20),(869,8,'Numedits','sysop',0,0,0,0.036539516629,'20060429162756',869,29),(870,8,'Numtalkauthors','sysop',0,0,0,0.04673850338,'20060429162756',870,48),(871,8,'Numtalkedits','sysop',0,0,0,0.37994844544,'20060429162756',871,37),(872,8,'Numwatchers','sysop',0,0,0,0.591008861518,'20060429162756',872,22),(873,8,'Nviews','sysop',0,0,0,0.359334197876,'20060429162756',873,8),(874,8,'Oct','sysop',0,0,0,0.24390460777,'20060429162756',874,3),(875,8,'October','sysop',0,0,0,0.964090307294,'20060429162756',875,7),(876,8,'Ok','sysop',0,0,0,0.481077410108,'20060429162756',876,2),(877,8,'Oldpassword','sysop',0,0,0,0.267862144137,'20060429162756',877,13),(878,8,'Orig','sysop',0,0,0,0.95873207885,'20060429162756',878,4),(879,8,'Orphans','sysop',0,0,0,0.780472187094,'20060429162756',879,14),(880,8,'Othercontribs','sysop',0,0,0,0.990437371535,'20060429162756',880,20),(881,8,'Otherlanguages','sysop',0,0,0,0.258952768623,'20060429162756',881,18),(882,8,'Others','sysop',0,0,0,0.160542243668,'20060429162756',882,6),(883,8,'Pagemovedsub','sysop',0,0,0,0.673088623739,'20060429162756',883,14),(884,8,'Pagemovedtext','sysop',0,0,0,0.62269417806,'20060429162756',884,32),(885,8,'Pagetitle','sysop',0,0,0,0.134082867206,'20060429162756',885,17),(886,8,'Passwordremindertext','sysop',0,0,0,0.07110310707,'20060429162756',886,389),(887,8,'Passwordremindertitle','sysop',0,0,0,0.657602862189,'20060429162756',887,35),(888,8,'Passwordsent','sysop',0,0,0,0.007687525278,'20060429162756',888,113),(889,8,'Passwordtooshort','sysop',0,0,0,0.253006851402,'20060429162756',889,64),(890,8,'Perfcached','sysop',0,0,0,0.039504214564,'20060429162756',890,66),(891,8,'Perfdisabled','sysop',0,0,0,0.817806230397,'20060429162756',891,127),(892,8,'Perfdisabledsub','sysop',0,0,0,0.36502281903,'20060429162756',892,29),(893,8,'Permalink','sysop',0,0,0,0.145975616499,'20060429162756',893,14),(894,8,'Personaltools','sysop',0,0,0,0.56604773584,'20060429162756',894,14),(895,8,'Popularpages','sysop',0,0,0,0.737232952586,'20060429162756',895,13),(896,8,'Portal','sysop',0,0,0,0.091268160517,'20060429162756',896,16),(897,8,'Portal-url','sysop',0,0,0,0.154148319551,'20060429162756',897,24),(898,8,'Postcomment','sysop',0,0,0,0.433855550273,'20060429162756',898,14),(899,8,'Poweredby','sysop',0,0,0,0.214867175152,'20060429162756',899,93),(900,8,'Powersearch','sysop',0,0,0,0.540735532138,'20060429162756',900,6),(901,8,'Powersearchtext','sysop',0,0,0,0.420962918646,'20060429162756',901,80),(902,8,'Preferences','sysop',0,0,0,0.767161086629,'20060429162756',902,11),(903,8,'Prefixindex','sysop',0,0,0,0.397631960139,'20060429162756',903,12),(904,8,'Prefs-help-email','sysop',0,0,0,0.773839958583,'20060429162757',904,131),(905,8,'Prefs-help-email-enotif','sysop',0,0,0,0.755000219468,'20060429162757',905,86),(906,8,'Prefs-help-realname','sysop',0,0,0,0.291088354146,'20060429162757',906,111),(907,8,'Prefs-misc','sysop',0,0,0,0.604065506742,'20060429162757',907,4),(908,8,'Prefs-personal','sysop',0,0,0,0.940377981608,'20060429162757',908,12),(909,8,'Prefs-rc','sysop',0,0,0,0.575488436098,'20060429162757',909,14),(910,8,'Prefsnologin','sysop',0,0,0,0.648708426316,'20060429162757',910,13),(911,8,'Prefsnologintext','sysop',0,0,0,0.262711484871,'20060429162757',911,68),(912,8,'Prefsreset','sysop',0,0,0,0.798058646429,'20060429162757',912,41),(913,8,'Preview','sysop',0,0,0,0.25544781284,'20060429162757',913,7),(914,8,'Previewconflict','sysop',0,0,0,0.24546979551,'20060429162757',914,102),(915,8,'Previewnote','sysop',0,0,0,0.006064904908,'20060429162757',915,73),(916,8,'Previousdiff','sysop',0,0,0,0.321478616558,'20060429162757',916,17),(917,8,'Previousrevision','sysop',0,0,0,0.057446199427,'20060429162757',917,17),(918,8,'Prevn','sysop',0,0,0,0.114940510288,'20060429162757',918,11),(919,8,'Print','sysop',0,0,0,0.412368259022,'20060429162757',919,5),(920,8,'Printableversion','sysop',0,0,0,0.611562927256,'20060429162757',920,17),(921,8,'Printsubtitle','sysop',0,0,0,0.311741975504,'20060429162757',921,17),(922,8,'Privacy','sysop',0,0,0,0.937625617246,'20060429162757',922,14),(923,8,'Privacypage','sysop',0,0,0,0.066690602427,'20060429162757',923,22),(924,8,'Protect','sysop',0,0,0,0.618036439716,'20060429162757',924,7),(925,8,'Protect-default','sysop',0,0,0,0.852506811559,'20060429162757',925,9),(926,8,'Protect-level-autoconfirmed','sysop',0,0,0,0.051362304873,'20060429162757',926,24),(927,8,'Protect-level-sysop','sysop',0,0,0,0.615337033763,'20060429162757',927,11),(928,8,'Protect-text','sysop',0,0,0,0.220359778917,'20060429162757',928,167),(929,8,'Protect-unchain','sysop',0,0,0,0.689157806766,'20060429162757',929,23),(930,8,'Protect-viewtext','sysop',0,0,0,0.068187408708,'20060429162757',930,135),(931,8,'Protectcomment','sysop',0,0,0,0.423363981461,'20060429162757',931,21),(932,8,'Protectedarticle','sysop',0,0,0,0.065646975054,'20060429162757',932,18),(933,8,'Protectedpage','sysop',0,0,0,0.041562358326,'20060429162757',933,14),(934,8,'Protectedpagewarning','sysop',0,0,0,0.328862475358,'20060429162757',934,201),(935,8,'Protectedtext','sysop',0,0,0,0.934504813317,'20060429162757',935,182),(936,8,'Protectlogpage','sysop',0,0,0,0.04720969978,'20060429162757',936,14),(937,8,'Protectlogtext','sysop',0,0,0,0.356695870161,'20060429162757',937,91),(938,8,'Protectmoveonly','sysop',0,0,0,0.00370042279,'20060429162757',938,23),(939,8,'Protectpage','sysop',0,0,0,0.0110289679,'20060429162757',939,12),(940,8,'Protectsub','sysop',0,0,0,0.852882968512,'20060429162757',940,17),(941,8,'Protectthispage','sysop',0,0,0,0.057786169887,'20060429162757',941,17),(942,8,'Proxyblocker','sysop',0,0,0,0.085951162151,'20060429162757',942,13),(943,8,'Proxyblockreason','sysop',0,0,0,0.570530416752,'20060429162757',943,173),(944,8,'Proxyblocksuccess','sysop',0,0,0,0.491028411587,'20060429162757',944,5),(945,8,'Pubmedurl','sysop',0,0,0,0.234017308553,'20060429162757',945,95),(946,8,'Qbbrowse','sysop',0,0,0,0.380904308972,'20060429162757',946,6),(947,8,'Qbedit','sysop',0,0,0,0.274805078445,'20060429162757',947,4),(948,8,'Qbfind','sysop',0,0,0,0.756767710313,'20060429162757',948,4),(949,8,'Qbmyoptions','sysop',0,0,0,0.392828608776,'20060429162757',949,8),(950,8,'Qbpageinfo','sysop',0,0,0,0.195687538209,'20060429162757',950,7),(951,8,'Qbpageoptions','sysop',0,0,0,0.738944782014,'20060429162757',951,9),(952,8,'Qbsettings','sysop',0,0,0,0.551827202933,'20060429162757',952,8),(953,8,'Qbspecialpages','sysop',0,0,0,0.35700615543,'20060429162757',953,13),(954,8,'Randompage','sysop',0,0,0,0.577285048772,'20060429162757',954,11),(955,8,'Randompage-url','sysop',0,0,0,0.762268881561,'20060429162757',955,14),(956,8,'Range_block_disabled','sysop',0,0,0,0.187226094118,'20060429162757',956,53),(957,8,'Rc_categories','sysop',0,0,0,0.932575090303,'20060429162757',957,39),(958,8,'Rc_categories_any','sysop',0,0,0,0.912619046146,'20060429162757',958,3),(959,8,'Rchide','sysop',0,0,0,0.616813312964,'20060429162757',959,71),(960,8,'Rclinks','sysop',0,0,0,0.395570196326,'20060429162757',960,44),(961,8,'Rclistfrom','sysop',0,0,0,0.69821966137,'20060429162757',961,33),(962,8,'Rcliu','sysop',0,0,0,0.227405913613,'20060429162757',962,31),(963,8,'Rcloaderr','sysop',0,0,0,0.820874978685,'20060429162757',963,22),(964,8,'Rclsub','sysop',0,0,0,0.08555048867,'20060429162757',964,27),(965,8,'Rcnote','sysop',0,0,0,0.128454795103,'20060429162757',965,80),(966,8,'Rcnotefrom','sysop',0,0,0,0.348304317404,'20060429162757',966,62),(967,8,'Rcpatroldisabled','sysop',0,0,0,0.454661885111,'20060429162757',967,30),(968,8,'Rcpatroldisabledtext','sysop',0,0,0,0.780729223634,'20060429162757',968,56),(969,8,'Rcshowhideanons','sysop',0,0,0,0.306023180105,'20060429162757',969,18),(970,8,'Rcshowhidebots','sysop',0,0,0,0.714281492445,'20060429162757',970,7),(971,8,'Rcshowhideliu','sysop',0,0,0,0.119658816487,'20060429162757',971,18),(972,8,'Rcshowhidemine','sysop',0,0,0,0.106641486107,'20060429162757',972,11),(973,8,'Rcshowhideminor','sysop',0,0,0,0.35679856324,'20060429162757',973,14),(974,8,'Rcshowhidepatr','sysop',0,0,0,0.968359895888,'20060429162757',974,18),(975,8,'Readonly','sysop',0,0,0,0.387570491545,'20060429162757',975,15),(976,8,'Readonly_lag','sysop',0,0,0,0.487324157569,'20060429162757',976,98),(977,8,'Readonlytext','sysop',0,0,0,0.499369581686,'20060429162757',977,216),(978,8,'Readonlywarning','sysop',0,0,0,0.844652409782,'20060429162757',978,202),(979,8,'Recentchanges','sysop',0,0,0,0.091855428268,'20060429162757',979,14),(980,8,'Recentchanges-url','sysop',0,0,0,0.80945007995,'20060429162757',980,21),(981,8,'Recentchangesall','sysop',0,0,0,0.861030655767,'20060429162757',981,3),(982,8,'Recentchangescount','sysop',0,0,0,0.528797514102,'20060429162757',982,25),(983,8,'Recentchangeslinked','sysop',0,0,0,0.170524007152,'20060429162757',983,15),(984,8,'Recentchangestext','sysop',0,0,0,0.193180805345,'20060429162757',984,55),(985,8,'Recreate','sysop',0,0,0,0.441662269833,'20060429162757',985,8),(986,8,'Redirectedfrom','sysop',0,0,0,0.694165078211,'20060429162757',986,20),(987,8,'Redirectingto','sysop',0,0,0,0.620947234033,'20060429162757',987,24),(988,8,'Redirectpagesub','sysop',0,0,0,0.479603663806,'20060429162757',988,13),(989,8,'Remembermypassword','sysop',0,0,0,0.558235633274,'20060429162757',989,11),(990,8,'Removechecked','sysop',0,0,0,0.671588238776,'20060429162757',990,35),(991,8,'Removedwatch','sysop',0,0,0,0.29643332018,'20060429162757',991,22),(992,8,'Removedwatchtext','sysop',0,0,0,0.193511336714,'20060429162757',992,56),(993,8,'Removingchecked','sysop',0,0,0,0.863831609196,'20060429162757',993,42),(994,8,'Renamegrouplogentry','sysop',0,0,0,0.888318827396,'20060429162757',994,22),(995,8,'Resetprefs','sysop',0,0,0,0.686576504092,'20060429162757',995,5),(996,8,'Restorelink','sysop',0,0,0,0.751249211286,'20060429162757',996,16),(997,8,'Restorelink1','sysop',0,0,0,0.305811718709,'20060429162757',997,16),(998,8,'Restrictedpheading','sysop',0,0,0,0.849211615451,'20060429162757',998,24),(999,8,'Restriction-edit','sysop',0,0,0,0.379339798213,'20060429162757',999,4),(1000,8,'Restriction-move','sysop',0,0,0,0.481981650533,'20060429162757',1000,4),(1001,8,'Resultsperpage','sysop',0,0,0,0.330413307295,'20060429162757',1001,14),(1002,8,'Retrievedfrom','sysop',0,0,0,0.101375312723,'20060429162757',1002,19),(1003,8,'Returnto','sysop',0,0,0,0.857089559064,'20060429162757',1003,13),(1004,8,'Retypenew','sysop',0,0,0,0.891401859387,'20060429162757',1004,20),(1005,8,'Reupload','sysop',0,0,0,0.374220702981,'20060429162757',1005,9),(1006,8,'Reuploaddesc','sysop',0,0,0,0.111389372124,'20060429162757',1006,26),(1007,8,'Rev-deleted-comment','sysop',0,0,0,0.958458379895,'20060429162758',1007,17),(1008,8,'Rev-deleted-text-permission','sysop',0,0,0,0.766578436154,'20060429162758',1008,198),(1009,8,'Rev-deleted-text-view','sysop',0,0,0,0.403762931292,'20060429162758',1009,248),(1010,8,'Rev-deleted-user','sysop',0,0,0,0.872423587386,'20060429162758',1010,18),(1011,8,'Rev-delundel','sysop',0,0,0,0.851075820423,'20060429162758',1011,9),(1012,8,'Revdelete-hide-comment','sysop',0,0,0,0.138768273918,'20060429162758',1012,17),(1013,8,'Revdelete-hide-restricted','sysop',0,0,0,0.707194394868,'20060429162758',1013,52),(1014,8,'Revdelete-hide-text','sysop',0,0,0,0.442480409124,'20060429162758',1014,18),(1015,8,'Revdelete-hide-user','sysop',0,0,0,0.338192372833,'20060429162758',1015,25),(1016,8,'Revdelete-legend','sysop',0,0,0,0.950696870365,'20060429162758',1016,26),(1017,8,'Revdelete-log','sysop',0,0,0,0.735075100561,'20060429162758',1017,12),(1018,8,'Revdelete-logentry','sysop',0,0,0,0.216163224567,'20060429162758',1018,38),(1019,8,'Revdelete-selected','sysop',0,0,0,0.478457086963,'20060429162758',1019,29),(1020,8,'Revdelete-submit','sysop',0,0,0,0.045617702718,'20060429162758',1020,26),(1021,8,'Revdelete-text','sysop',0,0,0,0.271919925249,'20060429162758',1021,312),(1022,8,'Reverted','sysop',0,0,0,0.081755835594,'20060429162758',1022,28),(1023,8,'Revertimg','sysop',0,0,0,0.344422545826,'20060429162758',1023,3),(1024,8,'Revertmove','sysop',0,0,0,0.54123319847,'20060429162758',1024,6),(1025,8,'Revertpage','sysop',0,0,0,0.4716417123,'20060429162758',1025,55),(1026,8,'Revhistory','sysop',0,0,0,0.5328146861,'20060429162758',1026,16),(1027,8,'Revisionasof','sysop',0,0,0,0.729006161054,'20060429162758',1027,17),(1028,8,'Revisionasofwithlink','sysop',0,0,0,0.141984031305,'20060429162758',1028,34),(1029,8,'Revisiondelete','sysop',0,0,0,0.294497346702,'20060429162758',1029,25),(1030,8,'Revnotfound','sysop',0,0,0,0.884026702901,'20060429162758',1030,18),(1031,8,'Revnotfoundtext','sysop',0,0,0,0.697013196279,'20060429162758',1031,113),(1032,8,'Rfcurl','sysop',0,0,0,0.798008507387,'20060429162758',1032,33),(1033,8,'Rights','sysop',0,0,0,0.544772667726,'20060429162758',1033,7),(1034,8,'Rightslogtext','sysop',0,0,0,0.366572137545,'20060429162758',1034,40),(1035,8,'Rollback','sysop',0,0,0,0.485760528109,'20060429162758',1035,15),(1036,8,'Rollback_short','sysop',0,0,0,0.331861410012,'20060429162758',1036,8),(1037,8,'Rollbackfailed','sysop',0,0,0,0.193859949882,'20060429162758',1037,15),(1038,8,'Rollbacklink','sysop',0,0,0,0.792852198261,'20060429162758',1038,8),(1039,8,'Rows','sysop',0,0,0,0.846860627159,'20060429162758',1039,5),(1040,8,'Saturday','sysop',0,0,0,0.168186407946,'20060429162758',1040,8),(1041,8,'Savearticle','sysop',0,0,0,0.257946838212,'20060429162758',1041,9),(1042,8,'Savedprefs','sysop',0,0,0,0.287788344643,'20060429162758',1042,33),(1043,8,'Savefile','sysop',0,0,0,0.284025427842,'20060429162758',1043,9),(1044,8,'Savegroup','sysop',0,0,0,0.253304549423,'20060429162758',1044,10),(1045,8,'Saveprefs','sysop',0,0,0,0.902547789614,'20060429162758',1045,4),(1046,8,'Saveusergroups','sysop',0,0,0,0.181410243965,'20060429162758',1046,16),(1047,8,'Scarytranscludedisabled','sysop',0,0,0,0.153912299436,'20060429162758',1047,36),(1048,8,'Scarytranscludefailed','sysop',0,0,0,0.923176238437,'20060429162758',1048,37),(1049,8,'Scarytranscludetoolong','sysop',0,0,0,0.136713250813,'20060429162758',1049,24),(1050,8,'Search','sysop',0,0,0,0.760663739121,'20060429162758',1050,6),(1051,8,'Searchcontaining','sysop',0,0,0,0.381730455119,'20060429162758',1051,38),(1052,8,'Searchdisabled','sysop',0,0,0,0.682259455276,'20060429162758',1052,143),(1053,8,'Searchfulltext','sysop',0,0,0,0.866609777325,'20060429162758',1053,16),(1054,8,'Searchnamed','sysop',0,0,0,0.866727001841,'20060429162758',1054,33),(1055,8,'Searchquery','sysop',0,0,0,0.963900507015,'20060429162758',1055,14),(1056,8,'Searchresults','sysop',0,0,0,0.048893430618,'20060429162758',1056,14),(1057,8,'Searchresultshead','sysop',0,0,0,0.152319071537,'20060429162758',1057,6),(1058,8,'Searchresulttext','sysop',0,0,0,0.33028032609,'20060429162758',1058,100),(1059,8,'Sectionlink','sysop',0,0,0,0.641659889742,'20060429162758',1059,3),(1060,8,'Selectnewerversionfordiff','sysop',0,0,0,0.912616338092,'20060429162758',1060,37),(1061,8,'Selectolderversionfordiff','sysop',0,0,0,0.880439636789,'20060429162758',1061,38),(1062,8,'Selfmove','sysop',0,0,0,0.76486066072,'20060429162758',1062,74),(1063,8,'Semiprotectedpagewarning','sysop',0,0,0,0.10885079831,'20060429162758',1063,80),(1064,8,'Sep','sysop',0,0,0,0.006563119644,'20060429162758',1064,3),(1065,8,'September','sysop',0,0,0,0.750005082828,'20060429162758',1065,9),(1066,8,'Servertime','sysop',0,0,0,0.821417323338,'20060429162758',1066,11),(1067,8,'Session_fail_preview','sysop',0,0,0,0.529639991611,'20060429162758',1067,166),(1068,8,'Sessionfailure','sysop',0,0,0,0.259881507575,'20060429162758',1068,194),(1069,8,'Set_rights_fail','sysop',0,0,0,0.422844008832,'20060429162758',1069,81),(1070,8,'Set_user_rights','sysop',0,0,0,0.24802826952,'20060429162758',1070,15),(1071,8,'Setbureaucratflag','sysop',0,0,0,0.998197035625,'20060429162758',1071,19),(1072,8,'Setstewardflag','sysop',0,0,0,0.448695784094,'20060429162758',1072,16),(1073,8,'Shareddescriptionfollows','sysop',0,0,0,0.697897587406,'20060429162758',1073,1),(1074,8,'Sharedupload','sysop',0,0,0,0.248333159534,'20060429162758',1074,63),(1075,8,'Shareduploadwiki','sysop',0,0,0,0.061757262579,'20060429162758',1075,42),(1076,8,'Shareduploadwiki-linktext','sysop',0,0,0,0.643838928907,'20060429162758',1076,21),(1077,8,'Shortpages','sysop',0,0,0,0.946239440172,'20060429162758',1077,11),(1078,8,'Show','sysop',0,0,0,0.325565990761,'20060429162758',1078,4),(1079,8,'Showbigimage','sysop',0,0,0,0.439088903378,'20060429162758',1079,47),(1080,8,'Showdiff','sysop',0,0,0,0.089915693202,'20060429162758',1080,12),(1081,8,'Showhidebots','sysop',0,0,0,0.020472158783,'20060429162758',1081,9),(1082,8,'Showingresults','sysop',0,0,0,0.098113596867,'20060429162758',1082,63),(1083,8,'Showingresultsnum','sysop',0,0,0,0.254132455189,'20060429162758',1083,57),(1084,8,'Showlast','sysop',0,0,0,0.501958074486,'20060429162758',1084,29),(1085,8,'Showlivepreview','sysop',0,0,0,0.86035133338,'20060429162758',1085,12),(1086,8,'Showpreview','sysop',0,0,0,0.880066359933,'20060429162758',1086,12),(1087,8,'Showtoc','sysop',0,0,0,0.657468790885,'20060429162758',1087,4),(1088,8,'Sidebar','sysop',0,0,0,0.924987857552,'20060429162758',1088,202),(1089,8,'Sig_tip','sysop',0,0,0,0.991153739258,'20060429162758',1089,29),(1090,8,'Signupend','sysop',0,0,0,0.953248169745,'20060429162758',1090,16),(1091,8,'Sitenotice','sysop',0,0,0,0.805058029396,'20060429162758',1091,1),(1092,8,'Sitestats','sysop',0,0,0,0.858621053562,'20060429162758',1092,23),(1093,8,'Sitestatstext','sysop',0,0,0,0.878224277452,'20060429162758',1093,572),(1094,8,'Sitesubtitle','sysop',0,0,0,0.757368072475,'20060429162758',1094,0),(1095,8,'Sitesupport','sysop',0,0,0,0.700290418691,'20060429162758',1095,9),(1096,8,'Sitesupport-url','sysop',0,0,0,0.594816749329,'20060429162758',1096,20),(1097,8,'Sitetitle','sysop',0,0,0,0.320399960163,'20060429162758',1097,12),(1098,8,'Siteuser','sysop',0,0,0,0.283849212386,'20060429162758',1098,20),(1099,8,'Siteusers','sysop',0,0,0,0.860106842628,'20060429162758',1099,23),(1100,8,'Skin','sysop',0,0,0,0.501784400521,'20060429162758',1100,4),(1101,8,'Skinpreview','sysop',0,0,0,0.792804361126,'20060429162758',1101,9),(1102,8,'Sorbs','sysop',0,0,0,0.567830501859,'20060429162758',1102,11),(1103,8,'Sorbs_create_account_reason','sysop',0,0,0,0.888470826079,'20060429162758',1103,114),(1104,8,'Sorbsreason','sysop',0,0,0,0.707903817851,'20060429162758',1104,85),(1105,8,'Sourcefilename','sysop',0,0,0,0.493029224236,'20060429162758',1105,15),(1106,8,'Spam_blanking','sysop',0,0,0,0.520018122307,'20060429162758',1106,45),(1107,8,'Spam_reverting','sysop',0,0,0,0.170562707817,'20060429162758',1107,52),(1108,8,'Spambot_username','sysop',0,0,0,0.178223789522,'20060429162758',1108,22),(1109,8,'Spamprotectionmatch','sysop',0,0,0,0.219808434685,'20060429162758',1109,56),(1110,8,'Spamprotectiontext','sysop',0,0,0,0.544473281645,'20060429162758',1110,114),(1111,8,'Spamprotectiontitle','sysop',0,0,0,0.330507824891,'20060429162758',1111,22),(1112,8,'Speciallogtitlelabel','sysop',0,0,0,0.585863953622,'20060429162758',1112,6),(1113,8,'Specialloguserlabel','sysop',0,0,0,0.577250482928,'20060429162758',1113,5),(1114,8,'Specialpage','sysop',0,0,0,0.634487427364,'20060429162758',1114,12),(1115,8,'Specialpages','sysop',0,0,0,0.690608366673,'20060429162758',1115,13),(1116,8,'Spheading','sysop',0,0,0,0.868837525135,'20060429162758',1116,27),(1117,8,'Sqlhidden','sysop',0,0,0,0.916813232961,'20060429162758',1117,18),(1118,8,'Statistics','sysop',0,0,0,0.336116465001,'20060429162758',1118,10),(1119,8,'Storedversion','sysop',0,0,0,0.461570713432,'20060429162758',1119,14),(1120,8,'Stubthreshold','sysop',0,0,0,0.965609133152,'20060429162758',1120,27),(1121,8,'Subcategories','sysop',0,0,0,0.175733992591,'20060429162758',1121,13),(1122,8,'Subcategorycount','sysop',0,0,0,0.730577344434,'20060429162758',1122,44),(1123,8,'Subcategorycount1','sysop',0,0,0,0.357054989222,'20060429162758',1123,41),(1124,8,'Subject','sysop',0,0,0,0.99366468492,'20060429162758',1124,16),(1125,8,'Subjectpage','sysop',0,0,0,0.001518521683,'20060429162758',1125,12),(1126,8,'Successfulupload','sysop',0,0,0,0.26301970575,'20060429162758',1126,17),(1127,8,'Summary','sysop',0,0,0,0.564050524591,'20060429162758',1127,7),(1128,8,'Sunday','sysop',0,0,0,0.556954836081,'20060429162758',1128,6),(1129,8,'Sysoptext','sysop',0,0,0,0.734854486592,'20060429162759',1129,93),(1130,8,'Sysoptitle','sysop',0,0,0,0.502484289856,'20060429162759',1130,21),(1131,8,'Tableform','sysop',0,0,0,0.84484876333,'20060429162759',1131,5),(1132,8,'Tagline','sysop',0,0,0,0.198157753713,'20060429162759',1132,17),(1133,8,'Talk','sysop',0,0,0,0.491009844361,'20060429162759',1133,10),(1134,8,'Talkexists','sysop',0,0,0,0.76899428077,'20060429162759',1134,155),(1135,8,'Talkpage','sysop',0,0,0,0.462472313434,'20060429162759',1135,17),(1136,8,'Talkpagemoved','sysop',0,0,0,0.672232571666,'20060429162759',1136,43),(1137,8,'Talkpagenotmoved','sysop',0,0,0,0.759586876941,'20060429162759',1137,59),(1138,8,'Talkpagetext','sysop',0,0,0,0.555721028136,'20060429162759',1138,31),(1139,8,'Templatesused','sysop',0,0,0,0.75951944531,'20060429162759',1139,28),(1140,8,'Textboxsize','sysop',0,0,0,0.158675558721,'20060429162759',1140,7),(1141,8,'Textmatches','sysop',0,0,0,0.45702972051,'20060429162759',1141,17),(1142,8,'Thisisdeleted','sysop',0,0,0,0.233219821329,'20060429162759',1142,19),(1143,8,'Thumbnail-more','sysop',0,0,0,0.54755828911,'20060429162759',1143,7),(1144,8,'Thumbnail_error','sysop',0,0,0,0.086944298761,'20060429162759',1144,28),(1145,8,'Thumbsize','sysop',0,0,0,0.422292531507,'20060429162759',1145,15),(1146,8,'Thursday','sysop',0,0,0,0.569399023592,'20060429162759',1146,8),(1147,8,'Timezonelegend','sysop',0,0,0,0.249436859139,'20060429162759',1147,9),(1148,8,'Timezoneoffset','sysop',0,0,0,0.919144660537,'20060429162759',1148,8),(1149,8,'Timezonetext','sysop',0,0,0,0.535686178999,'20060429162759',1149,67),(1150,8,'Titlematches','sysop',0,0,0,0.641383737958,'20060429162759',1150,21),(1151,8,'Toc','sysop',0,0,0,0.959186848695,'20060429162759',1151,8),(1152,8,'Tog-autopatrol','sysop',0,0,0,0.011343716037,'20060429162759',1152,30),(1153,8,'Tog-editondblclick','sysop',0,0,0,0.061829042446,'20060429162759',1153,39),(1154,8,'Tog-editsection','sysop',0,0,0,0.5915816944,'20060429162759',1154,39),(1155,8,'Tog-editsectiononrightclick','sysop',0,0,0,0.04773345731,'20060429162759',1155,77),(1156,8,'Tog-editwidth','sysop',0,0,0,0.896307833692,'20060429162759',1156,23),(1157,8,'Tog-enotifminoredits','sysop',0,0,0,0.282089600952,'20060429162759',1157,39),(1158,8,'Tog-enotifrevealaddr','sysop',0,0,0,0.553599024815,'20060429162759',1158,46),(1159,8,'Tog-enotifusertalkpages','sysop',0,0,0,0.296069363451,'20060429162759',1159,43),(1160,8,'Tog-enotifwatchlistpages','sysop',0,0,0,0.032700845351,'20060429162759',1160,25),(1161,8,'Tog-externaldiff','sysop',0,0,0,0.012544412147,'20060429162759',1161,28),(1162,8,'Tog-externaleditor','sysop',0,0,0,0.25303871839,'20060429162759',1162,30),(1163,8,'Tog-fancysig','sysop',0,0,0,0.792718028452,'20060429162759',1163,39),(1164,8,'Tog-forceeditsummary','sysop',0,0,0,0.490585021378,'20060429162759',1164,44),(1165,8,'Tog-hideminor','sysop',0,0,0,0.313790399898,'20060429162759',1165,34),(1166,8,'Tog-highlightbroken','sysop',0,0,0,0.668643737591,'20060429162759',1166,115),(1167,8,'Tog-justify','sysop',0,0,0,0.824312518053,'20060429162759',1167,18),(1168,8,'Tog-minordefault','sysop',0,0,0,0.84142155108,'20060429162759',1168,31),(1169,8,'Tog-nocache','sysop',0,0,0,0.97278870813,'20060429162759',1169,20),(1170,8,'Tog-numberheadings','sysop',0,0,0,0.315006032778,'20060429162759',1170,20),(1171,8,'Tog-previewonfirst','sysop',0,0,0,0.99199826478,'20060429162759',1171,26),(1172,8,'Tog-previewontop','sysop',0,0,0,0.331995948375,'20060429162759',1172,28),(1173,8,'Tog-rememberpassword','sysop',0,0,0,0.296312991049,'20060429162759',1173,24),(1174,8,'Tog-showjumplinks','sysop',0,0,0,0.455628810636,'20060429162759',1174,36),(1175,8,'Tog-shownumberswatching','sysop',0,0,0,0.496341826241,'20060429162759',1175,33),(1176,8,'Tog-showtoc','sysop',0,0,0,0.947596317481,'20060429162759',1176,60),(1177,8,'Tog-showtoolbar','sysop',0,0,0,0.151493374152,'20060429162759',1177,30),(1178,8,'Tog-underline','sysop',0,0,0,0.706323544724,'20060429162759',1178,16),(1179,8,'Tog-uselivepreview','sysop',0,0,0,0.842005832001,'20060429162759',1179,44),(1180,8,'Tog-usenewrc','sysop',0,0,0,0.495153108836,'20060429162759',1180,36),(1181,8,'Tog-watchcreations','sysop',0,0,0,0.230475652006,'20060429162759',1181,34),(1182,8,'Tog-watchdefault','sysop',0,0,0,0.800760840424,'20060429162759',1182,32),(1183,8,'Toolbox','sysop',0,0,0,0.190749798133,'20060429162759',1183,7),(1184,8,'Tooltip-compareselectedversions','sysop',0,0,0,0.229192261866,'20060429162759',1184,75),(1185,8,'Tooltip-diff','sysop',0,0,0,0.058091633878,'20060429162759',1185,48),(1186,8,'Tooltip-minoredit','sysop',0,0,0,0.485047389296,'20060429162759',1186,33),(1187,8,'Tooltip-preview','sysop',0,0,0,0.062534214701,'20060429162759',1187,60),(1188,8,'Tooltip-recreate','sysop',0,0,0,0.39470681156,'20060429162759',1188,0),(1189,8,'Tooltip-save','sysop',0,0,0,0.710078510941,'20060429162759',1189,25),(1190,8,'Tooltip-search','sysop',0,0,0,0.543669288985,'20060429162759',1190,27),(1191,8,'Tooltip-watch','sysop',0,0,0,0.628331811429,'20060429162759',1191,39),(1192,8,'Trackback','sysop',0,0,0,0.02853157025,'20060429162759',1192,16),(1193,8,'Trackbackbox','sysop',0,0,0,0.815318196649,'20060429162759',1193,69),(1194,8,'Trackbackdeleteok','sysop',0,0,0,0.840746169282,'20060429162759',1194,39),(1195,8,'Trackbackexcerpt','sysop',0,0,0,0.764287314964,'20060429162759',1195,37),(1196,8,'Trackbacklink','sysop',0,0,0,0.986603288393,'20060429162759',1196,9),(1197,8,'Trackbackremove','sysop',0,0,0,0.767493530085,'20060429162759',1197,14),(1198,8,'Tryexact','sysop',0,0,0,0.490641238484,'20060429162759',1198,15),(1199,8,'Tuesday','sysop',0,0,0,0.526947283315,'20060429162759',1199,7),(1200,8,'Uclinks','sysop',0,0,0,0.905192151877,'20060429162759',1200,48),(1201,8,'Ucnote','sysop',0,0,0,0.066748446906,'20060429162759',1201,72),(1202,8,'Uctop','sysop',0,0,0,0.973865740544,'20060429162759',1202,6),(1203,8,'Uid','sysop',0,0,0,0.081776626781,'20060429162759',1203,8),(1204,8,'Unblockip','sysop',0,0,0,0.519554684008,'20060429162759',1204,12),(1205,8,'Unblockiptext','sysop',0,0,0,0.401321067398,'20060429162759',1205,90),(1206,8,'Unblocklink','sysop',0,0,0,0.496078412654,'20060429162759',1206,7),(1207,8,'Unblocklogentry','sysop',0,0,0,0.670917264277,'20060429162759',1207,12),(1208,8,'Uncategorizedcategories','sysop',0,0,0,0.609496317464,'20060429162759',1208,24),(1209,8,'Uncategorizedpages','sysop',0,0,0,0.643126221356,'20060429162759',1209,19),(1210,8,'Undelete','sysop',0,0,0,0.447725353661,'20060429162759',1210,18),(1211,8,'Undelete_short','sysop',0,0,0,0.595869566751,'20060429162759',1211,17),(1212,8,'Undelete_short1','sysop',0,0,0,0.851493160909,'20060429162759',1212,17),(1213,8,'Undeletearticle','sysop',0,0,0,0.272256947124,'20060429162759',1213,20),(1214,8,'Undeletebtn','sysop',0,0,0,0.587581450931,'20060429162759',1214,8),(1215,8,'Undeletedarticle','sysop',0,0,0,0.250896316634,'20060429162759',1215,17),(1216,8,'Undeletedrevisions','sysop',0,0,0,0.693820083554,'20060429162759',1216,21),(1217,8,'Undeletedtext','sysop',0,0,0,0.487968339618,'20060429162759',1217,120),(1218,8,'Undeletehistory','sysop',0,0,0,0.59480659832,'20060429162759',1218,276),(1219,8,'Undeletehistorynoadmin','sysop',0,0,0,0.232793282421,'20060429162759',1219,239),(1220,8,'Undeletepage','sysop',0,0,0,0.13159649759,'20060429162759',1220,30),(1221,8,'Undeletepagetext','sysop',0,0,0,0.077705907311,'20060429162759',1221,132),(1222,8,'Undeleterevision','sysop',0,0,0,0.662180548483,'20060429162759',1222,25),(1223,8,'Undeleterevisions','sysop',0,0,0,0.046903814955,'20060429162759',1223,21),(1224,8,'Underline-always','sysop',0,0,0,0.713465612507,'20060429162759',1224,6),(1225,8,'Underline-default','sysop',0,0,0,0.443240078404,'20060429162759',1225,15),(1226,8,'Underline-never','sysop',0,0,0,0.29528273132,'20060429162759',1226,5),(1227,8,'Unexpected','sysop',0,0,0,0.909938002819,'20060429162759',1227,28),(1228,8,'Unit-pixel','sysop',0,0,0,0.64325941476,'20060429162759',1228,2),(1229,8,'Unlockbtn','sysop',0,0,0,0.069231579286,'20060429162759',1229,15),(1230,8,'Unlockconfirm','sysop',0,0,0,0.168844908035,'20060429162759',1230,42),(1231,8,'Unlockdb','sysop',0,0,0,0.528726460323,'20060429162759',1231,15),(1232,8,'Unlockdbsuccesssub','sysop',0,0,0,0.577178879739,'20060429162759',1232,21),(1233,8,'Unlockdbsuccesstext','sysop',0,0,0,0.217831229997,'20060429162759',1233,31),(1234,8,'Unlockdbtext','sysop',0,0,0,0.352741385718,'20060429162759',1234,227),(1235,8,'Unprotect','sysop',0,0,0,0.416656437115,'20060429162759',1235,9),(1236,8,'Unprotectcomment','sysop',0,0,0,0.757032166902,'20060429162759',1236,23),(1237,8,'Unprotectedarticle','sysop',0,0,0,0.555299417773,'20060429162759',1237,20),(1238,8,'Unprotectsub','sysop',0,0,0,0.153768758907,'20060429162759',1238,19),(1239,8,'Unprotectthispage','sysop',0,0,0,0.618145077965,'20060429162759',1239,19),(1240,8,'Unusedcategories','sysop',0,0,0,0.650790571864,'20060429162759',1240,17),(1241,8,'Unusedcategoriestext','sysop',0,0,0,0.178640151581,'20060429162759',1241,90),(1242,8,'Unusedimages','sysop',0,0,0,0.492291714236,'20060429162759',1242,12),(1243,8,'Unusedimagestext','sysop',0,0,0,0.277313815205,'20060429162759',1243,140),(1244,8,'Unwatch','sysop',0,0,0,0.436497731318,'20060429162759',1244,7),(1245,8,'Unwatchedpages','sysop',0,0,0,0.231031383283,'20060429162759',1245,15),(1246,8,'Unwatchthispage','sysop',0,0,0,0.112894530621,'20060429162759',1246,13),(1247,8,'Updated','sysop',0,0,0,0.661486917056,'20060429162759',1247,9),(1248,8,'Updatedmarker','sysop',0,0,0,0.461745623378,'20060429162759',1248,27),(1249,8,'Upload','sysop',0,0,0,0.826306939565,'20060429162759',1249,11),(1250,8,'Upload_directory_read_only','sysop',0,0,0,0.863911560776,'20060429162800',1250,59),(1251,8,'Uploadbtn','sysop',0,0,0,0.00816326278,'20060429162800',1251,11),(1252,8,'Uploadcorrupt','sysop',0,0,0,0.059008025007,'20060429162800',1252,90),(1253,8,'Uploaddisabled','sysop',0,0,0,0.254802661989,'20060429162800',1253,16),(1254,8,'Uploaddisabledtext','sysop',0,0,0,0.365472030512,'20060429162800',1254,39),(1255,8,'Uploadedfiles','sysop',0,0,0,0.855623163725,'20060429162800',1255,14),(1256,8,'Uploadedimage','sysop',0,0,0,0.812170616372,'20060429162800',1256,17),(1257,8,'Uploaderror','sysop',0,0,0,0.524407701208,'20060429162800',1257,12),(1258,8,'Uploadlink','sysop',0,0,0,0.614869354642,'20060429162800',1258,13),(1259,8,'Uploadlog','sysop',0,0,0,0.782891712445,'20060429162800',1259,10),(1260,8,'Uploadlogpage','sysop',0,0,0,0.322059779695,'20060429162800',1260,10),(1261,8,'Uploadlogpagetext','sysop',0,0,0,0.341756836377,'20060429162800',1261,48),(1262,8,'Uploadnewversion','sysop',0,0,0,0.959621296206,'20060429162800',1262,38),(1263,8,'Uploadnologin','sysop',0,0,0,0.080287977544,'20060429162800',1263,13),(1264,8,'Uploadnologintext','sysop',0,0,0,0.428824824635,'20060429162800',1264,60),(1265,8,'Uploadscripted','sysop',0,0,0,0.404152025929,'20060429162800',1265,95),(1266,8,'Uploadtext','sysop',0,0,0,0.166236440281,'20060429162800',1266,455),(1267,8,'Uploadvirus','sysop',0,0,0,0.133141688011,'20060429162800',1267,38),(1268,8,'Uploadwarning','sysop',0,0,0,0.279352061123,'20060429162800',1268,14),(1269,8,'Usenewcategorypage','sysop',0,0,0,0.178531186579,'20060429162800',1269,70),(1270,8,'User_rights_set','sysop',0,0,0,0.966581443277,'20060429162800',1270,35),(1271,8,'Usercssjsyoucanpreview','sysop',0,0,0,0.920884462892,'20060429162800',1271,90),(1272,8,'Usercsspreview','sysop',0,0,0,0.108885139838,'20060429162800',1272,85),(1273,8,'Userexists','sysop',0,0,0,0.863873400736,'20060429162800',1273,64),(1274,8,'Userinvalidcssjstitle','sysop',0,0,0,0.183876282965,'20060429162800',1274,164),(1275,8,'Userjspreview','sysop',0,0,0,0.402752363716,'20060429162800',1275,100),(1276,8,'Userlogin','sysop',0,0,0,0.538878543248,'20060429162800',1276,23),(1277,8,'Userlogout','sysop',0,0,0,0.066953329817,'20060429162800',1277,7),(1278,8,'Usermailererror','sysop',0,0,0,0.729245544406,'20060429162800',1278,27),(1279,8,'Username','sysop',0,0,0,0.864999893234,'20060429162800',1279,9),(1280,8,'Userpage','sysop',0,0,0,0.499166036001,'20060429162800',1280,14),(1281,8,'Userrights','sysop',0,0,0,0.946414647045,'20060429162800',1281,22),(1282,8,'Userrights-editusergroup','sysop',0,0,0,0.176232156262,'20060429162800',1282,16),(1283,8,'Userrights-groupsavailable','sysop',0,0,0,0.364140130229,'20060429162800',1283,17),(1284,8,'Userrights-groupshelp','sysop',0,0,0,0.973083319243,'20060429162800',1284,150),(1285,8,'Userrights-groupsmember','sysop',0,0,0,0.672961489518,'20060429162800',1285,10),(1286,8,'Userrights-logcomment','sysop',0,0,0,0.091579281085,'20060429162800',1286,38),(1287,8,'Userrights-lookup-user','sysop',0,0,0,0.276132500859,'20060429162800',1287,18),(1288,8,'Userrights-user-editname','sysop',0,0,0,0.160748975754,'20060429162800',1288,17),(1289,8,'Userstats','sysop',0,0,0,0.84258250587,'20060429162800',1289,15),(1290,8,'Userstatstext','sysop',0,0,0,0.064390226207,'20060429162800',1290,98),(1291,8,'Variantname-sr','sysop',0,0,0,0.389793167653,'20060429162800',1291,2),(1292,8,'Variantname-sr-ec','sysop',0,0,0,0.053751515163,'20060429162800',1292,5),(1293,8,'Variantname-sr-el','sysop',0,0,0,0.805978405754,'20060429162800',1293,5),(1294,8,'Variantname-sr-jc','sysop',0,0,0,0.411543261882,'20060429162800',1294,5),(1295,8,'Variantname-sr-jl','sysop',0,0,0,0.228436767276,'20060429162800',1295,5),(1296,8,'Variantname-zh','sysop',0,0,0,0.432411807799,'20060429162800',1296,2),(1297,8,'Variantname-zh-cn','sysop',0,0,0,0.883434964469,'20060429162800',1297,2),(1298,8,'Variantname-zh-hk','sysop',0,0,0,0.240952970249,'20060429162800',1298,2),(1299,8,'Variantname-zh-sg','sysop',0,0,0,0.616311941748,'20060429162800',1299,2),(1300,8,'Variantname-zh-tw','sysop',0,0,0,0.333402122409,'20060429162800',1300,2),(1301,8,'Version','sysop',0,0,0,0.572908928236,'20060429162800',1301,7),(1302,8,'Versionrequired','sysop',0,0,0,0.663320261197,'20060429162800',1302,32),(1303,8,'Versionrequiredtext','sysop',0,0,0,0.993693643912,'20060429162800',1303,77),(1304,8,'Viewcount','sysop',0,0,0,0.976272144449,'20060429162800',1304,37),(1305,8,'Viewdeleted','sysop',0,0,0,0.436548815908,'20060429162800',1305,8),(1306,8,'Viewdeletedpage','sysop',0,0,0,0.300727586142,'20060429162800',1306,18),(1307,8,'Viewprevnext','sysop',0,0,0,0.125156940924,'20060429162800',1307,20),(1308,8,'Views','sysop',0,0,0,0.760697384416,'20060429162800',1308,5),(1309,8,'Viewsource','sysop',0,0,0,0.372980728082,'20060429162800',1309,11),(1310,8,'Viewsourcefor','sysop',0,0,0,0.745272666135,'20060429162800',1310,6),(1311,8,'Viewtalkpage','sysop',0,0,0,0.429450813547,'20060429162800',1311,15),(1312,8,'Wantedcategories','sysop',0,0,0,0.11160718295,'20060429162800',1312,17),(1313,8,'Wantedpages','sysop',0,0,0,0.42853834649,'20060429162800',1313,12),(1314,8,'Watch','sysop',0,0,0,0.609480862279,'20060429162800',1314,5),(1315,8,'Watchdetails','sysop',0,0,0,0.363870310324,'20060429162800',1315,104),(1316,8,'Watcheditlist','sysop',0,0,0,0.338626737879,'20060429162800',1316,270),(1317,8,'Watchlist','sysop',0,0,0,0.506400862544,'20060429162800',1317,12),(1318,8,'Watchlistall1','sysop',0,0,0,0.812992276432,'20060429162800',1318,3),(1319,8,'Watchlistall2','sysop',0,0,0,0.916950691843,'20060429162800',1319,3),(1320,8,'Watchlistcontains','sysop',0,0,0,0.567284532366,'20060429162800',1320,33),(1321,8,'Watchlistsub','sysop',0,0,0,0.308016282411,'20060429162800',1321,15),(1322,8,'Watchmethod-list','sysop',0,0,0,0.48556502688,'20060429162800',1322,39),(1323,8,'Watchmethod-recent','sysop',0,0,0,0.625874458993,'20060429162800',1323,39),(1324,8,'Watchnochange','sysop',0,0,0,0.01089679402,'20060429162800',1324,67),(1325,8,'Watchnologin','sysop',0,0,0,0.673757244778,'20060429162800',1325,13),(1326,8,'Watchnologintext','sysop',0,0,0,0.541984009473,'20060429162800',1326,69),(1327,8,'Watchthis','sysop',0,0,0,0.485115680105,'20060429162800',1327,15),(1328,8,'Watchthispage','sysop',0,0,0,0.749416074313,'20060429162800',1328,15),(1329,8,'Wednesday','sysop',0,0,0,0.952530705469,'20060429162800',1329,9),(1330,8,'Welcomecreation','sysop',0,0,0,0.408294402459,'20060429162800',1330,104),(1331,8,'Whatlinkshere','sysop',0,0,0,0.748578461599,'20060429162800',1331,15),(1332,8,'Whitelistacctext','sysop',0,0,0,0.339905907747,'20060429162800',1332,124),(1333,8,'Whitelistacctitle','sysop',0,0,0,0.656910662293,'20060429162800',1333,40),(1334,8,'Whitelistedittext','sysop',0,0,0,0.144117396781,'20060429162800',1334,54),(1335,8,'Whitelistedittitle','sysop',0,0,0,0.201949536045,'20060429162800',1335,22),(1336,8,'Whitelistreadtext','sysop',0,0,0,0.50614941415,'20060429162800',1336,54),(1337,8,'Whitelistreadtitle','sysop',0,0,0,0.877908414031,'20060429162800',1337,22),(1338,8,'Widthheight','sysop',0,0,0,0.629588633379,'20060429162800',1338,5),(1339,8,'Wikipediapage','sysop',0,0,0,0.20933511349,'20060429162800',1339,17),(1340,8,'Wlheader-enotif','sysop',0,0,0,0.55645472536,'20060429162800',1340,33),(1341,8,'Wlheader-showupdated','sysop',0,0,0,0.587378984461,'20060429162800',1341,83),(1342,8,'Wlhide','sysop',0,0,0,0.772816831154,'20060429162800',1342,4),(1343,8,'Wlhideshowbots','sysop',0,0,0,0.906216040684,'20060429162800',1343,13),(1344,8,'Wlhideshowown','sysop',0,0,0,0.70320931826,'20060429162800',1344,12),(1345,8,'Wlnote','sysop',0,0,0,0.286164344447,'20060429162800',1345,58),(1346,8,'Wlsaved','sysop',0,0,0,0.002773270372,'20060429162800',1346,42),(1347,8,'Wlshow','sysop',0,0,0,0.349471361547,'20060429162800',1347,4),(1348,8,'Wlshowlast','sysop',0,0,0,0.535789539763,'20060429162800',1348,29),(1349,8,'Wrong_wfQuery_params','sysop',0,0,0,0.36371022577,'20060429162800',1349,68),(1350,8,'Wrongpassword','sysop',0,0,0,0.85191009308,'20060429162800',1350,45),(1351,8,'Wrongpasswordempty','sysop',0,0,0,0.583995660595,'20060429162800',1351,45),(1352,8,'Youhavenewmessages','sysop',0,0,0,0.800588765669,'20060429162800',1352,17),(1353,8,'Youhavenewmessagesmulti','sysop',0,0,0,0.025227810875,'20060429162800',1353,27),(1354,8,'Yourdiff','sysop',0,0,0,0.277744256871,'20060429162800',1354,11),(1355,8,'Yourdomainname','sysop',0,0,0,0.166459187329,'20060429162800',1355,11),(1356,8,'Youremail','sysop',0,0,0,0.933411593541,'20060429162800',1356,8),(1357,8,'Yourlanguage','sysop',0,0,0,0.704334287489,'20060429162800',1357,9),(1358,8,'Yourname','sysop',0,0,0,0.412686070576,'20060429162800',1358,8),(1359,8,'Yournick','sysop',0,0,0,0.173790177361,'20060429162800',1359,9),(1360,8,'Yourpassword','sysop',0,0,0,0.772859286979,'20060429162800',1360,8),(1361,8,'Yourpasswordagain','sysop',0,0,0,0.918152054897,'20060429162800',1361,15),(1362,8,'Yourrealname','sysop',0,0,0,0.752106487007,'20060429162800',1362,11),(1363,8,'Yourtext','sysop',0,0,0,0.485353447822,'20060429162800',1363,9),(1364,8,'Yourvariant','sysop',0,0,0,0.033253872328,'20060429162800',1364,7); UNLOCK TABLES; /*!40000 ALTER TABLE `acm_wiki_page` ENABLE KEYS */; -- -- Table structure for table `acm_wiki_pagelinks` -- DROP TABLE IF EXISTS `acm_wiki_pagelinks`; CREATE TABLE `acm_wiki_pagelinks` ( `pl_from` int(8) unsigned NOT NULL default '0', `pl_namespace` int(11) NOT NULL default '0', `pl_title` varchar(255) character set latin1 collate latin1_bin NOT NULL default '', UNIQUE KEY `pl_from` (`pl_from`,`pl_namespace`,`pl_title`), KEY `pl_namespace` (`pl_namespace`,`pl_title`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `acm_wiki_pagelinks` -- /*!40000 ALTER TABLE `acm_wiki_pagelinks` DISABLE KEYS */; LOCK TABLES `acm_wiki_pagelinks` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `acm_wiki_pagelinks` ENABLE KEYS */; -- -- Table structure for table `acm_wiki_querycache` -- DROP TABLE IF EXISTS `acm_wiki_querycache`; CREATE TABLE `acm_wiki_querycache` ( `qc_type` char(32) NOT NULL, `qc_value` int(5) unsigned NOT NULL default '0', `qc_namespace` int(11) NOT NULL default '0', `qc_title` char(255) character set latin1 collate latin1_bin NOT NULL default '', KEY `qc_type` (`qc_type`,`qc_value`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `acm_wiki_querycache` -- /*!40000 ALTER TABLE `acm_wiki_querycache` DISABLE KEYS */; LOCK TABLES `acm_wiki_querycache` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `acm_wiki_querycache` ENABLE KEYS */; -- -- Table structure for table `acm_wiki_recentchanges` -- DROP TABLE IF EXISTS `acm_wiki_recentchanges`; CREATE TABLE `acm_wiki_recentchanges` ( `rc_id` int(8) NOT NULL auto_increment, `rc_timestamp` varchar(14) character set latin1 collate latin1_bin NOT NULL default '', `rc_cur_time` varchar(14) character set latin1 collate latin1_bin NOT NULL default '', `rc_user` int(10) unsigned NOT NULL default '0', `rc_user_text` varchar(255) character set latin1 collate latin1_bin NOT NULL default '', `rc_namespace` int(11) NOT NULL default '0', `rc_title` varchar(255) character set latin1 collate latin1_bin NOT NULL default '', `rc_comment` varchar(255) character set latin1 collate latin1_bin NOT NULL default '', `rc_minor` tinyint(3) unsigned NOT NULL default '0', `rc_bot` tinyint(3) unsigned NOT NULL default '0', `rc_new` tinyint(3) unsigned NOT NULL default '0', `rc_cur_id` int(10) unsigned NOT NULL default '0', `rc_this_oldid` int(10) unsigned NOT NULL default '0', `rc_last_oldid` int(10) unsigned NOT NULL default '0', `rc_type` tinyint(3) unsigned NOT NULL default '0', `rc_moved_to_ns` tinyint(3) unsigned NOT NULL default '0', `rc_moved_to_title` varchar(255) character set latin1 collate latin1_bin NOT NULL default '', `rc_patrolled` tinyint(3) unsigned NOT NULL default '0', `rc_ip` char(15) NOT NULL default '', PRIMARY KEY (`rc_id`), KEY `rc_timestamp` (`rc_timestamp`), KEY `rc_namespace_title` (`rc_namespace`,`rc_title`), KEY `rc_cur_id` (`rc_cur_id`), KEY `new_name_timestamp` (`rc_new`,`rc_namespace`,`rc_timestamp`), KEY `rc_ip` (`rc_ip`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `acm_wiki_recentchanges` -- /*!40000 ALTER TABLE `acm_wiki_recentchanges` DISABLE KEYS */; LOCK TABLES `acm_wiki_recentchanges` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `acm_wiki_recentchanges` ENABLE KEYS */; -- -- Table structure for table `acm_wiki_revision` -- DROP TABLE IF EXISTS `acm_wiki_revision`; CREATE TABLE `acm_wiki_revision` ( `rev_id` int(8) unsigned NOT NULL auto_increment, `rev_page` int(8) unsigned NOT NULL, `rev_text_id` int(8) unsigned NOT NULL, `rev_comment` tinyblob NOT NULL, `rev_user` int(5) unsigned NOT NULL default '0', `rev_user_text` varchar(255) character set latin1 collate latin1_bin NOT NULL default '', `rev_timestamp` char(14) character set latin1 collate latin1_bin NOT NULL default '', `rev_minor_edit` tinyint(1) unsigned NOT NULL default '0', `rev_deleted` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`rev_page`,`rev_id`), UNIQUE KEY `rev_id` (`rev_id`), KEY `rev_timestamp` (`rev_timestamp`), KEY `page_timestamp` (`rev_page`,`rev_timestamp`), KEY `user_timestamp` (`rev_user`,`rev_timestamp`), KEY `usertext_timestamp` (`rev_user_text`,`rev_timestamp`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `acm_wiki_revision` -- /*!40000 ALTER TABLE `acm_wiki_revision` DISABLE KEYS */; LOCK TABLES `acm_wiki_revision` WRITE; INSERT INTO `acm_wiki_revision` VALUES (1,1,1,'',0,'MediaWiki default','20060429162748',0,0),(2,2,2,'',0,'MediaWiki default','20060429162748',0,0),(3,3,3,'',0,'MediaWiki default','20060429162748',0,0),(4,4,4,'',0,'MediaWiki default','20060429162748',0,0),(5,5,5,'',0,'MediaWiki default','20060429162748',0,0),(6,6,6,'',0,'MediaWiki default','20060429162748',0,0),(7,7,7,'',0,'MediaWiki default','20060429162748',0,0),(8,8,8,'',0,'MediaWiki default','20060429162748',0,0),(9,9,9,'',0,'MediaWiki default','20060429162748',0,0),(10,10,10,'',0,'MediaWiki default','20060429162748',0,0),(11,11,11,'',0,'MediaWiki default','20060429162748',0,0),(12,12,12,'',0,'MediaWiki default','20060429162748',0,0),(13,13,13,'',0,'MediaWiki default','20060429162748',0,0),(14,14,14,'',0,'MediaWiki default','20060429162748',0,0),(15,15,15,'',0,'MediaWiki default','20060429162748',0,0),(16,16,16,'',0,'MediaWiki default','20060429162748',0,0),(17,17,17,'',0,'MediaWiki default','20060429162748',0,0),(18,18,18,'',0,'MediaWiki default','20060429162748',0,0),(19,19,19,'',0,'MediaWiki default','20060429162748',0,0),(20,20,20,'',0,'MediaWiki default','20060429162748',0,0),(21,21,21,'',0,'MediaWiki default','20060429162748',0,0),(22,22,22,'',0,'MediaWiki default','20060429162748',0,0),(23,23,23,'',0,'MediaWiki default','20060429162748',0,0),(24,24,24,'',0,'MediaWiki default','20060429162748',0,0),(25,25,25,'',0,'MediaWiki default','20060429162748',0,0),(26,26,26,'',0,'MediaWiki default','20060429162748',0,0),(27,27,27,'',0,'MediaWiki default','20060429162748',0,0),(28,28,28,'',0,'MediaWiki default','20060429162748',0,0),(29,29,29,'',0,'MediaWiki default','20060429162749',0,0),(30,30,30,'',0,'MediaWiki default','20060429162749',0,0),(31,31,31,'',0,'MediaWiki default','20060429162749',0,0),(32,32,32,'',0,'MediaWiki default','20060429162749',0,0),(33,33,33,'',0,'MediaWiki default','20060429162749',0,0),(34,34,34,'',0,'MediaWiki default','20060429162749',0,0),(35,35,35,'',0,'MediaWiki default','20060429162749',0,0),(36,36,36,'',0,'MediaWiki default','20060429162749',0,0),(37,37,37,'',0,'MediaWiki default','20060429162749',0,0),(38,38,38,'',0,'MediaWiki default','20060429162749',0,0),(39,39,39,'',0,'MediaWiki default','20060429162749',0,0),(40,40,40,'',0,'MediaWiki default','20060429162749',0,0),(41,41,41,'',0,'MediaWiki default','20060429162749',0,0),(42,42,42,'',0,'MediaWiki default','20060429162749',0,0),(43,43,43,'',0,'MediaWiki default','20060429162749',0,0),(44,44,44,'',0,'MediaWiki default','20060429162749',0,0),(45,45,45,'',0,'MediaWiki default','20060429162749',0,0),(46,46,46,'',0,'MediaWiki default','20060429162749',0,0),(47,47,47,'',0,'MediaWiki default','20060429162749',0,0),(48,48,48,'',0,'MediaWiki default','20060429162749',0,0),(49,49,49,'',0,'MediaWiki default','20060429162749',0,0),(50,50,50,'',0,'MediaWiki default','20060429162749',0,0),(51,51,51,'',0,'MediaWiki default','20060429162749',0,0),(52,52,52,'',0,'MediaWiki default','20060429162749',0,0),(53,53,53,'',0,'MediaWiki default','20060429162749',0,0),(54,54,54,'',0,'MediaWiki default','20060429162749',0,0),(55,55,55,'',0,'MediaWiki default','20060429162749',0,0),(56,56,56,'',0,'MediaWiki default','20060429162749',0,0),(57,57,57,'',0,'MediaWiki default','20060429162749',0,0),(58,58,58,'',0,'MediaWiki default','20060429162749',0,0),(59,59,59,'',0,'MediaWiki default','20060429162749',0,0),(60,60,60,'',0,'MediaWiki default','20060429162749',0,0),(61,61,61,'',0,'MediaWiki default','20060429162749',0,0),(62,62,62,'',0,'MediaWiki default','20060429162749',0,0),(63,63,63,'',0,'MediaWiki default','20060429162749',0,0),(64,64,64,'',0,'MediaWiki default','20060429162749',0,0),(65,65,65,'',0,'MediaWiki default','20060429162749',0,0),(66,66,66,'',0,'MediaWiki default','20060429162749',0,0),(67,67,67,'',0,'MediaWiki default','20060429162749',0,0),(68,68,68,'',0,'MediaWiki default','20060429162749',0,0),(69,69,69,'',0,'MediaWiki default','20060429162749',0,0),(70,70,70,'',0,'MediaWiki default','20060429162749',0,0),(71,71,71,'',0,'MediaWiki default','20060429162749',0,0),(72,72,72,'',0,'MediaWiki default','20060429162749',0,0),(73,73,73,'',0,'MediaWiki default','20060429162749',0,0),(74,74,74,'',0,'MediaWiki default','20060429162749',0,0),(75,75,75,'',0,'MediaWiki default','20060429162749',0,0),(76,76,76,'',0,'MediaWiki default','20060429162749',0,0),(77,77,77,'',0,'MediaWiki default','20060429162749',0,0),(78,78,78,'',0,'MediaWiki default','20060429162749',0,0),(79,79,79,'',0,'MediaWiki default','20060429162749',0,0),(80,80,80,'',0,'MediaWiki default','20060429162749',0,0),(81,81,81,'',0,'MediaWiki default','20060429162749',0,0),(82,82,82,'',0,'MediaWiki default','20060429162749',0,0),(83,83,83,'',0,'MediaWiki default','20060429162749',0,0),(84,84,84,'',0,'MediaWiki default','20060429162749',0,0),(85,85,85,'',0,'MediaWiki default','20060429162749',0,0),(86,86,86,'',0,'MediaWiki default','20060429162749',0,0),(87,87,87,'',0,'MediaWiki default','20060429162749',0,0),(88,88,88,'',0,'MediaWiki default','20060429162749',0,0),(89,89,89,'',0,'MediaWiki default','20060429162749',0,0),(90,90,90,'',0,'MediaWiki default','20060429162749',0,0),(91,91,91,'',0,'MediaWiki default','20060429162749',0,0),(92,92,92,'',0,'MediaWiki default','20060429162749',0,0),(93,93,93,'',0,'MediaWiki default','20060429162749',0,0),(94,94,94,'',0,'MediaWiki default','20060429162749',0,0),(95,95,95,'',0,'MediaWiki default','20060429162749',0,0),(96,96,96,'',0,'MediaWiki default','20060429162749',0,0),(97,97,97,'',0,'MediaWiki default','20060429162749',0,0),(98,98,98,'',0,'MediaWiki default','20060429162749',0,0),(99,99,99,'',0,'MediaWiki default','20060429162749',0,0),(100,100,100,'',0,'MediaWiki default','20060429162749',0,0),(101,101,101,'',0,'MediaWiki default','20060429162749',0,0),(102,102,102,'',0,'MediaWiki default','20060429162749',0,0),(103,103,103,'',0,'MediaWiki default','20060429162749',0,0),(104,104,104,'',0,'MediaWiki default','20060429162749',0,0),(105,105,105,'',0,'MediaWiki default','20060429162749',0,0),(106,106,106,'',0,'MediaWiki default','20060429162749',0,0),(107,107,107,'',0,'MediaWiki default','20060429162749',0,0),(108,108,108,'',0,'MediaWiki default','20060429162749',0,0),(109,109,109,'',0,'MediaWiki default','20060429162749',0,0),(110,110,110,'',0,'MediaWiki default','20060429162749',0,0),(111,111,111,'',0,'MediaWiki default','20060429162749',0,0),(112,112,112,'',0,'MediaWiki default','20060429162749',0,0),(113,113,113,'',0,'MediaWiki default','20060429162749',0,0),(114,114,114,'',0,'MediaWiki default','20060429162749',0,0),(115,115,115,'',0,'MediaWiki default','20060429162749',0,0),(116,116,116,'',0,'MediaWiki default','20060429162749',0,0),(117,117,117,'',0,'MediaWiki default','20060429162749',0,0),(118,118,118,'',0,'MediaWiki default','20060429162749',0,0),(119,119,119,'',0,'MediaWiki default','20060429162749',0,0),(120,120,120,'',0,'MediaWiki default','20060429162749',0,0),(121,121,121,'',0,'MediaWiki default','20060429162749',0,0),(122,122,122,'',0,'MediaWiki default','20060429162749',0,0),(123,123,123,'',0,'MediaWiki default','20060429162749',0,0),(124,124,124,'',0,'MediaWiki default','20060429162749',0,0),(125,125,125,'',0,'MediaWiki default','20060429162749',0,0),(126,126,126,'',0,'MediaWiki default','20060429162749',0,0),(127,127,127,'',0,'MediaWiki default','20060429162749',0,0),(128,128,128,'',0,'MediaWiki default','20060429162749',0,0),(129,129,129,'',0,'MediaWiki default','20060429162749',0,0),(130,130,130,'',0,'MediaWiki default','20060429162749',0,0),(131,131,131,'',0,'MediaWiki default','20060429162749',0,0),(132,132,132,'',0,'MediaWiki default','20060429162749',0,0),(133,133,133,'',0,'MediaWiki default','20060429162749',0,0),(134,134,134,'',0,'MediaWiki default','20060429162749',0,0),(135,135,135,'',0,'MediaWiki default','20060429162749',0,0),(136,136,136,'',0,'MediaWiki default','20060429162749',0,0),(137,137,137,'',0,'MediaWiki default','20060429162749',0,0),(138,138,138,'',0,'MediaWiki default','20060429162749',0,0),(139,139,139,'',0,'MediaWiki default','20060429162749',0,0),(140,140,140,'',0,'MediaWiki default','20060429162749',0,0),(141,141,141,'',0,'MediaWiki default','20060429162749',0,0),(142,142,142,'',0,'MediaWiki default','20060429162749',0,0),(143,143,143,'',0,'MediaWiki default','20060429162749',0,0),(144,144,144,'',0,'MediaWiki default','20060429162749',0,0),(145,145,145,'',0,'MediaWiki default','20060429162749',0,0),(146,146,146,'',0,'MediaWiki default','20060429162749',0,0),(147,147,147,'',0,'MediaWiki default','20060429162750',0,0),(148,148,148,'',0,'MediaWiki default','20060429162750',0,0),(149,149,149,'',0,'MediaWiki default','20060429162750',0,0),(150,150,150,'',0,'MediaWiki default','20060429162750',0,0),(151,151,151,'',0,'MediaWiki default','20060429162750',0,0),(152,152,152,'',0,'MediaWiki default','20060429162750',0,0),(153,153,153,'',0,'MediaWiki default','20060429162750',0,0),(154,154,154,'',0,'MediaWiki default','20060429162750',0,0),(155,155,155,'',0,'MediaWiki default','20060429162750',0,0),(156,156,156,'',0,'MediaWiki default','20060429162750',0,0),(157,157,157,'',0,'MediaWiki default','20060429162750',0,0),(158,158,158,'',0,'MediaWiki default','20060429162750',0,0),(159,159,159,'',0,'MediaWiki default','20060429162750',0,0),(160,160,160,'',0,'MediaWiki default','20060429162750',0,0),(161,161,161,'',0,'MediaWiki default','20060429162750',0,0),(162,162,162,'',0,'MediaWiki default','20060429162750',0,0),(163,163,163,'',0,'MediaWiki default','20060429162750',0,0),(164,164,164,'',0,'MediaWiki default','20060429162750',0,0),(165,165,165,'',0,'MediaWiki default','20060429162750',0,0),(166,166,166,'',0,'MediaWiki default','20060429162750',0,0),(167,167,167,'',0,'MediaWiki default','20060429162750',0,0),(168,168,168,'',0,'MediaWiki default','20060429162750',0,0),(169,169,169,'',0,'MediaWiki default','20060429162750',0,0),(170,170,170,'',0,'MediaWiki default','20060429162750',0,0),(171,171,171,'',0,'MediaWiki default','20060429162750',0,0),(172,172,172,'',0,'MediaWiki default','20060429162750',0,0),(173,173,173,'',0,'MediaWiki default','20060429162750',0,0),(174,174,174,'',0,'MediaWiki default','20060429162750',0,0),(175,175,175,'',0,'MediaWiki default','20060429162750',0,0),(176,176,176,'',0,'MediaWiki default','20060429162750',0,0),(177,177,177,'',0,'MediaWiki default','20060429162750',0,0),(178,178,178,'',0,'MediaWiki default','20060429162750',0,0),(179,179,179,'',0,'MediaWiki default','20060429162750',0,0),(180,180,180,'',0,'MediaWiki default','20060429162750',0,0),(181,181,181,'',0,'MediaWiki default','20060429162750',0,0),(182,182,182,'',0,'MediaWiki default','20060429162750',0,0),(183,183,183,'',0,'MediaWiki default','20060429162750',0,0),(184,184,184,'',0,'MediaWiki default','20060429162750',0,0),(185,185,185,'',0,'MediaWiki default','20060429162750',0,0),(186,186,186,'',0,'MediaWiki default','20060429162750',0,0),(187,187,187,'',0,'MediaWiki default','20060429162750',0,0),(188,188,188,'',0,'MediaWiki default','20060429162750',0,0),(189,189,189,'',0,'MediaWiki default','20060429162750',0,0),(190,190,190,'',0,'MediaWiki default','20060429162750',0,0),(191,191,191,'',0,'MediaWiki default','20060429162750',0,0),(192,192,192,'',0,'MediaWiki default','20060429162750',0,0),(193,193,193,'',0,'MediaWiki default','20060429162750',0,0),(194,194,194,'',0,'MediaWiki default','20060429162750',0,0),(195,195,195,'',0,'MediaWiki default','20060429162750',0,0),(196,196,196,'',0,'MediaWiki default','20060429162750',0,0),(197,197,197,'',0,'MediaWiki default','20060429162750',0,0),(198,198,198,'',0,'MediaWiki default','20060429162750',0,0),(199,199,199,'',0,'MediaWiki default','20060429162750',0,0),(200,200,200,'',0,'MediaWiki default','20060429162750',0,0),(201,201,201,'',0,'MediaWiki default','20060429162750',0,0),(202,202,202,'',0,'MediaWiki default','20060429162750',0,0),(203,203,203,'',0,'MediaWiki default','20060429162750',0,0),(204,204,204,'',0,'MediaWiki default','20060429162750',0,0),(205,205,205,'',0,'MediaWiki default','20060429162750',0,0),(206,206,206,'',0,'MediaWiki default','20060429162750',0,0),(207,207,207,'',0,'MediaWiki default','20060429162750',0,0),(208,208,208,'',0,'MediaWiki default','20060429162750',0,0),(209,209,209,'',0,'MediaWiki default','20060429162750',0,0),(210,210,210,'',0,'MediaWiki default','20060429162750',0,0),(211,211,211,'',0,'MediaWiki default','20060429162750',0,0),(212,212,212,'',0,'MediaWiki default','20060429162750',0,0),(213,213,213,'',0,'MediaWiki default','20060429162750',0,0),(214,214,214,'',0,'MediaWiki default','20060429162750',0,0),(215,215,215,'',0,'MediaWiki default','20060429162750',0,0),(216,216,216,'',0,'MediaWiki default','20060429162750',0,0),(217,217,217,'',0,'MediaWiki default','20060429162750',0,0),(218,218,218,'',0,'MediaWiki default','20060429162750',0,0),(219,219,219,'',0,'MediaWiki default','20060429162750',0,0),(220,220,220,'',0,'MediaWiki default','20060429162750',0,0),(221,221,221,'',0,'MediaWiki default','20060429162750',0,0),(222,222,222,'',0,'MediaWiki default','20060429162750',0,0),(223,223,223,'',0,'MediaWiki default','20060429162750',0,0),(224,224,224,'',0,'MediaWiki default','20060429162750',0,0),(225,225,225,'',0,'MediaWiki default','20060429162750',0,0),(226,226,226,'',0,'MediaWiki default','20060429162750',0,0),(227,227,227,'',0,'MediaWiki default','20060429162750',0,0),(228,228,228,'',0,'MediaWiki default','20060429162750',0,0),(229,229,229,'',0,'MediaWiki default','20060429162750',0,0),(230,230,230,'',0,'MediaWiki default','20060429162750',0,0),(231,231,231,'',0,'MediaWiki default','20060429162750',0,0),(232,232,232,'',0,'MediaWiki default','20060429162750',0,0),(233,233,233,'',0,'MediaWiki default','20060429162750',0,0),(234,234,234,'',0,'MediaWiki default','20060429162750',0,0),(235,235,235,'',0,'MediaWiki default','20060429162750',0,0),(236,236,236,'',0,'MediaWiki default','20060429162750',0,0),(237,237,237,'',0,'MediaWiki default','20060429162750',0,0),(238,238,238,'',0,'MediaWiki default','20060429162750',0,0),(239,239,239,'',0,'MediaWiki default','20060429162750',0,0),(240,240,240,'',0,'MediaWiki default','20060429162750',0,0),(241,241,241,'',0,'MediaWiki default','20060429162750',0,0),(242,242,242,'',0,'MediaWiki default','20060429162750',0,0),(243,243,243,'',0,'MediaWiki default','20060429162750',0,0),(244,244,244,'',0,'MediaWiki default','20060429162750',0,0),(245,245,245,'',0,'MediaWiki default','20060429162750',0,0),(246,246,246,'',0,'MediaWiki default','20060429162750',0,0),(247,247,247,'',0,'MediaWiki default','20060429162750',0,0),(248,248,248,'',0,'MediaWiki default','20060429162750',0,0),(249,249,249,'',0,'MediaWiki default','20060429162750',0,0),(250,250,250,'',0,'MediaWiki default','20060429162750',0,0),(251,251,251,'',0,'MediaWiki default','20060429162750',0,0),(252,252,252,'',0,'MediaWiki default','20060429162750',0,0),(253,253,253,'',0,'MediaWiki default','20060429162750',0,0),(254,254,254,'',0,'MediaWiki default','20060429162750',0,0),(255,255,255,'',0,'MediaWiki default','20060429162750',0,0),(256,256,256,'',0,'MediaWiki default','20060429162750',0,0),(257,257,257,'',0,'MediaWiki default','20060429162750',0,0),(258,258,258,'',0,'MediaWiki default','20060429162750',0,0),(259,259,259,'',0,'MediaWiki default','20060429162750',0,0),(260,260,260,'',0,'MediaWiki default','20060429162750',0,0),(261,261,261,'',0,'MediaWiki default','20060429162751',0,0),(262,262,262,'',0,'MediaWiki default','20060429162751',0,0),(263,263,263,'',0,'MediaWiki default','20060429162751',0,0),(264,264,264,'',0,'MediaWiki default','20060429162751',0,0),(265,265,265,'',0,'MediaWiki default','20060429162751',0,0),(266,266,266,'',0,'MediaWiki default','20060429162751',0,0),(267,267,267,'',0,'MediaWiki default','20060429162751',0,0),(268,268,268,'',0,'MediaWiki default','20060429162751',0,0),(269,269,269,'',0,'MediaWiki default','20060429162751',0,0),(270,270,270,'',0,'MediaWiki default','20060429162751',0,0),(271,271,271,'',0,'MediaWiki default','20060429162751',0,0),(272,272,272,'',0,'MediaWiki default','20060429162751',0,0),(273,273,273,'',0,'MediaWiki default','20060429162751',0,0),(274,274,274,'',0,'MediaWiki default','20060429162751',0,0),(275,275,275,'',0,'MediaWiki default','20060429162751',0,0),(276,276,276,'',0,'MediaWiki default','20060429162751',0,0),(277,277,277,'',0,'MediaWiki default','20060429162751',0,0),(278,278,278,'',0,'MediaWiki default','20060429162751',0,0),(279,279,279,'',0,'MediaWiki default','20060429162751',0,0),(280,280,280,'',0,'MediaWiki default','20060429162751',0,0),(281,281,281,'',0,'MediaWiki default','20060429162751',0,0),(282,282,282,'',0,'MediaWiki default','20060429162751',0,0),(283,283,283,'',0,'MediaWiki default','20060429162751',0,0),(284,284,284,'',0,'MediaWiki default','20060429162751',0,0),(285,285,285,'',0,'MediaWiki default','20060429162751',0,0),(286,286,286,'',0,'MediaWiki default','20060429162751',0,0),(287,287,287,'',0,'MediaWiki default','20060429162751',0,0),(288,288,288,'',0,'MediaWiki default','20060429162751',0,0),(289,289,289,'',0,'MediaWiki default','20060429162751',0,0),(290,290,290,'',0,'MediaWiki default','20060429162751',0,0),(291,291,291,'',0,'MediaWiki default','20060429162751',0,0),(292,292,292,'',0,'MediaWiki default','20060429162751',0,0),(293,293,293,'',0,'MediaWiki default','20060429162751',0,0),(294,294,294,'',0,'MediaWiki default','20060429162751',0,0),(295,295,295,'',0,'MediaWiki default','20060429162751',0,0),(296,296,296,'',0,'MediaWiki default','20060429162751',0,0),(297,297,297,'',0,'MediaWiki default','20060429162751',0,0),(298,298,298,'',0,'MediaWiki default','20060429162751',0,0),(299,299,299,'',0,'MediaWiki default','20060429162751',0,0),(300,300,300,'',0,'MediaWiki default','20060429162751',0,0),(301,301,301,'',0,'MediaWiki default','20060429162751',0,0),(302,302,302,'',0,'MediaWiki default','20060429162751',0,0),(303,303,303,'',0,'MediaWiki default','20060429162751',0,0),(304,304,304,'',0,'MediaWiki default','20060429162751',0,0),(305,305,305,'',0,'MediaWiki default','20060429162751',0,0),(306,306,306,'',0,'MediaWiki default','20060429162751',0,0),(307,307,307,'',0,'MediaWiki default','20060429162751',0,0),(308,308,308,'',0,'MediaWiki default','20060429162751',0,0),(309,309,309,'',0,'MediaWiki default','20060429162751',0,0),(310,310,310,'',0,'MediaWiki default','20060429162751',0,0),(311,311,311,'',0,'MediaWiki default','20060429162751',0,0),(312,312,312,'',0,'MediaWiki default','20060429162751',0,0),(313,313,313,'',0,'MediaWiki default','20060429162751',0,0),(314,314,314,'',0,'MediaWiki default','20060429162751',0,0),(315,315,315,'',0,'MediaWiki default','20060429162751',0,0),(316,316,316,'',0,'MediaWiki default','20060429162751',0,0),(317,317,317,'',0,'MediaWiki default','20060429162751',0,0),(318,318,318,'',0,'MediaWiki default','20060429162751',0,0),(319,319,319,'',0,'MediaWiki default','20060429162751',0,0),(320,320,320,'',0,'MediaWiki default','20060429162751',0,0),(321,321,321,'',0,'MediaWiki default','20060429162751',0,0),(322,322,322,'',0,'MediaWiki default','20060429162751',0,0),(323,323,323,'',0,'MediaWiki default','20060429162751',0,0),(324,324,324,'',0,'MediaWiki default','20060429162751',0,0),(325,325,325,'',0,'MediaWiki default','20060429162751',0,0),(326,326,326,'',0,'MediaWiki default','20060429162751',0,0),(327,327,327,'',0,'MediaWiki default','20060429162751',0,0),(328,328,328,'',0,'MediaWiki default','20060429162751',0,0),(329,329,329,'',0,'MediaWiki default','20060429162751',0,0),(330,330,330,'',0,'MediaWiki default','20060429162751',0,0),(331,331,331,'',0,'MediaWiki default','20060429162751',0,0),(332,332,332,'',0,'MediaWiki default','20060429162751',0,0),(333,333,333,'',0,'MediaWiki default','20060429162751',0,0),(334,334,334,'',0,'MediaWiki default','20060429162751',0,0),(335,335,335,'',0,'MediaWiki default','20060429162751',0,0),(336,336,336,'',0,'MediaWiki default','20060429162751',0,0),(337,337,337,'',0,'MediaWiki default','20060429162751',0,0),(338,338,338,'',0,'MediaWiki default','20060429162751',0,0),(339,339,339,'',0,'MediaWiki default','20060429162751',0,0),(340,340,340,'',0,'MediaWiki default','20060429162751',0,0),(341,341,341,'',0,'MediaWiki default','20060429162751',0,0),(342,342,342,'',0,'MediaWiki default','20060429162751',0,0),(343,343,343,'',0,'MediaWiki default','20060429162751',0,0),(344,344,344,'',0,'MediaWiki default','20060429162751',0,0),(345,345,345,'',0,'MediaWiki default','20060429162751',0,0),(346,346,346,'',0,'MediaWiki default','20060429162751',0,0),(347,347,347,'',0,'MediaWiki default','20060429162751',0,0),(348,348,348,'',0,'MediaWiki default','20060429162751',0,0),(349,349,349,'',0,'MediaWiki default','20060429162751',0,0),(350,350,350,'',0,'MediaWiki default','20060429162751',0,0),(351,351,351,'',0,'MediaWiki default','20060429162751',0,0),(352,352,352,'',0,'MediaWiki default','20060429162751',0,0),(353,353,353,'',0,'MediaWiki default','20060429162751',0,0),(354,354,354,'',0,'MediaWiki default','20060429162751',0,0),(355,355,355,'',0,'MediaWiki default','20060429162751',0,0),(356,356,356,'',0,'MediaWiki default','20060429162751',0,0),(357,357,357,'',0,'MediaWiki default','20060429162751',0,0),(358,358,358,'',0,'MediaWiki default','20060429162751',0,0),(359,359,359,'',0,'MediaWiki default','20060429162751',0,0),(360,360,360,'',0,'MediaWiki default','20060429162751',0,0),(361,361,361,'',0,'MediaWiki default','20060429162751',0,0),(362,362,362,'',0,'MediaWiki default','20060429162751',0,0),(363,363,363,'',0,'MediaWiki default','20060429162751',0,0),(364,364,364,'',0,'MediaWiki default','20060429162751',0,0),(365,365,365,'',0,'MediaWiki default','20060429162751',0,0),(366,366,366,'',0,'MediaWiki default','20060429162751',0,0),(367,367,367,'',0,'MediaWiki default','20060429162751',0,0),(368,368,368,'',0,'MediaWiki default','20060429162751',0,0),(369,369,369,'',0,'MediaWiki default','20060429162751',0,0),(370,370,370,'',0,'MediaWiki default','20060429162751',0,0),(371,371,371,'',0,'MediaWiki default','20060429162751',0,0),(372,372,372,'',0,'MediaWiki default','20060429162751',0,0),(373,373,373,'',0,'MediaWiki default','20060429162752',0,0),(374,374,374,'',0,'MediaWiki default','20060429162752',0,0),(375,375,375,'',0,'MediaWiki default','20060429162752',0,0),(376,376,376,'',0,'MediaWiki default','20060429162752',0,0),(377,377,377,'',0,'MediaWiki default','20060429162752',0,0),(378,378,378,'',0,'MediaWiki default','20060429162752',0,0),(379,379,379,'',0,'MediaWiki default','20060429162752',0,0),(380,380,380,'',0,'MediaWiki default','20060429162752',0,0),(381,381,381,'',0,'MediaWiki default','20060429162752',0,0),(382,382,382,'',0,'MediaWiki default','20060429162752',0,0),(383,383,383,'',0,'MediaWiki default','20060429162752',0,0),(384,384,384,'',0,'MediaWiki default','20060429162752',0,0),(385,385,385,'',0,'MediaWiki default','20060429162752',0,0),(386,386,386,'',0,'MediaWiki default','20060429162752',0,0),(387,387,387,'',0,'MediaWiki default','20060429162752',0,0),(388,388,388,'',0,'MediaWiki default','20060429162752',0,0),(389,389,389,'',0,'MediaWiki default','20060429162752',0,0),(390,390,390,'',0,'MediaWiki default','20060429162752',0,0),(391,391,391,'',0,'MediaWiki default','20060429162752',0,0),(392,392,392,'',0,'MediaWiki default','20060429162752',0,0),(393,393,393,'',0,'MediaWiki default','20060429162752',0,0),(394,394,394,'',0,'MediaWiki default','20060429162752',0,0),(395,395,395,'',0,'MediaWiki default','20060429162752',0,0),(396,396,396,'',0,'MediaWiki default','20060429162752',0,0),(397,397,397,'',0,'MediaWiki default','20060429162752',0,0),(398,398,398,'',0,'MediaWiki default','20060429162752',0,0),(399,399,399,'',0,'MediaWiki default','20060429162752',0,0),(400,400,400,'',0,'MediaWiki default','20060429162752',0,0),(401,401,401,'',0,'MediaWiki default','20060429162752',0,0),(402,402,402,'',0,'MediaWiki default','20060429162752',0,0),(403,403,403,'',0,'MediaWiki default','20060429162752',0,0),(404,404,404,'',0,'MediaWiki default','20060429162752',0,0),(405,405,405,'',0,'MediaWiki default','20060429162752',0,0),(406,406,406,'',0,'MediaWiki default','20060429162752',0,0),(407,407,407,'',0,'MediaWiki default','20060429162752',0,0),(408,408,408,'',0,'MediaWiki default','20060429162752',0,0),(409,409,409,'',0,'MediaWiki default','20060429162752',0,0),(410,410,410,'',0,'MediaWiki default','20060429162752',0,0),(411,411,411,'',0,'MediaWiki default','20060429162752',0,0),(412,412,412,'',0,'MediaWiki default','20060429162752',0,0),(413,413,413,'',0,'MediaWiki default','20060429162752',0,0),(414,414,414,'',0,'MediaWiki default','20060429162752',0,0),(415,415,415,'',0,'MediaWiki default','20060429162752',0,0),(416,416,416,'',0,'MediaWiki default','20060429162752',0,0),(417,417,417,'',0,'MediaWiki default','20060429162752',0,0),(418,418,418,'',0,'MediaWiki default','20060429162752',0,0),(419,419,419,'',0,'MediaWiki default','20060429162752',0,0),(420,420,420,'',0,'MediaWiki default','20060429162752',0,0),(421,421,421,'',0,'MediaWiki default','20060429162752',0,0),(422,422,422,'',0,'MediaWiki default','20060429162752',0,0),(423,423,423,'',0,'MediaWiki default','20060429162752',0,0),(424,424,424,'',0,'MediaWiki default','20060429162752',0,0),(425,425,425,'',0,'MediaWiki default','20060429162752',0,0),(426,426,426,'',0,'MediaWiki default','20060429162752',0,0),(427,427,427,'',0,'MediaWiki default','20060429162752',0,0),(428,428,428,'',0,'MediaWiki default','20060429162752',0,0),(429,429,429,'',0,'MediaWiki default','20060429162752',0,0),(430,430,430,'',0,'MediaWiki default','20060429162752',0,0),(431,431,431,'',0,'MediaWiki default','20060429162752',0,0),(432,432,432,'',0,'MediaWiki default','20060429162752',0,0),(433,433,433,'',0,'MediaWiki default','20060429162752',0,0),(434,434,434,'',0,'MediaWiki default','20060429162752',0,0),(435,435,435,'',0,'MediaWiki default','20060429162752',0,0),(436,436,436,'',0,'MediaWiki default','20060429162752',0,0),(437,437,437,'',0,'MediaWiki default','20060429162752',0,0),(438,438,438,'',0,'MediaWiki default','20060429162752',0,0),(439,439,439,'',0,'MediaWiki default','20060429162752',0,0),(440,440,440,'',0,'MediaWiki default','20060429162752',0,0),(441,441,441,'',0,'MediaWiki default','20060429162752',0,0),(442,442,442,'',0,'MediaWiki default','20060429162752',0,0),(443,443,443,'',0,'MediaWiki default','20060429162752',0,0),(444,444,444,'',0,'MediaWiki default','20060429162752',0,0),(445,445,445,'',0,'MediaWiki default','20060429162752',0,0),(446,446,446,'',0,'MediaWiki default','20060429162752',0,0),(447,447,447,'',0,'MediaWiki default','20060429162752',0,0),(448,448,448,'',0,'MediaWiki default','20060429162752',0,0),(449,449,449,'',0,'MediaWiki default','20060429162752',0,0),(450,450,450,'',0,'MediaWiki default','20060429162752',0,0),(451,451,451,'',0,'MediaWiki default','20060429162752',0,0),(452,452,452,'',0,'MediaWiki default','20060429162752',0,0),(453,453,453,'',0,'MediaWiki default','20060429162752',0,0),(454,454,454,'',0,'MediaWiki default','20060429162752',0,0),(455,455,455,'',0,'MediaWiki default','20060429162752',0,0),(456,456,456,'',0,'MediaWiki default','20060429162752',0,0),(457,457,457,'',0,'MediaWiki default','20060429162752',0,0),(458,458,458,'',0,'MediaWiki default','20060429162752',0,0),(459,459,459,'',0,'MediaWiki default','20060429162752',0,0),(460,460,460,'',0,'MediaWiki default','20060429162752',0,0),(461,461,461,'',0,'MediaWiki default','20060429162752',0,0),(462,462,462,'',0,'MediaWiki default','20060429162752',0,0),(463,463,463,'',0,'MediaWiki default','20060429162752',0,0),(464,464,464,'',0,'MediaWiki default','20060429162752',0,0),(465,465,465,'',0,'MediaWiki default','20060429162752',0,0),(466,466,466,'',0,'MediaWiki default','20060429162752',0,0),(467,467,467,'',0,'MediaWiki default','20060429162752',0,0),(468,468,468,'',0,'MediaWiki default','20060429162752',0,0),(469,469,469,'',0,'MediaWiki default','20060429162752',0,0),(470,470,470,'',0,'MediaWiki default','20060429162752',0,0),(471,471,471,'',0,'MediaWiki default','20060429162752',0,0),(472,472,472,'',0,'MediaWiki default','20060429162752',0,0),(473,473,473,'',0,'MediaWiki default','20060429162752',0,0),(474,474,474,'',0,'MediaWiki default','20060429162752',0,0),(475,475,475,'',0,'MediaWiki default','20060429162752',0,0),(476,476,476,'',0,'MediaWiki default','20060429162752',0,0),(477,477,477,'',0,'MediaWiki default','20060429162752',0,0),(478,478,478,'',0,'MediaWiki default','20060429162752',0,0),(479,479,479,'',0,'MediaWiki default','20060429162752',0,0),(480,480,480,'',0,'MediaWiki default','20060429162752',0,0),(481,481,481,'',0,'MediaWiki default','20060429162752',0,0),(482,482,482,'',0,'MediaWiki default','20060429162752',0,0),(483,483,483,'',0,'MediaWiki default','20060429162752',0,0),(484,484,484,'',0,'MediaWiki default','20060429162752',0,0),(485,485,485,'',0,'MediaWiki default','20060429162752',0,0),(486,486,486,'',0,'MediaWiki default','20060429162752',0,0),(487,487,487,'',0,'MediaWiki default','20060429162752',0,0),(488,488,488,'',0,'MediaWiki default','20060429162753',0,0),(489,489,489,'',0,'MediaWiki default','20060429162753',0,0),(490,490,490,'',0,'MediaWiki default','20060429162753',0,0),(491,491,491,'',0,'MediaWiki default','20060429162753',0,0),(492,492,492,'',0,'MediaWiki default','20060429162753',0,0),(493,493,493,'',0,'MediaWiki default','20060429162753',0,0),(494,494,494,'',0,'MediaWiki default','20060429162753',0,0),(495,495,495,'',0,'MediaWiki default','20060429162753',0,0),(496,496,496,'',0,'MediaWiki default','20060429162753',0,0),(497,497,497,'',0,'MediaWiki default','20060429162753',0,0),(498,498,498,'',0,'MediaWiki default','20060429162753',0,0),(499,499,499,'',0,'MediaWiki default','20060429162753',0,0),(500,500,500,'',0,'MediaWiki default','20060429162753',0,0),(501,501,501,'',0,'MediaWiki default','20060429162753',0,0),(502,502,502,'',0,'MediaWiki default','20060429162753',0,0),(503,503,503,'',0,'MediaWiki default','20060429162753',0,0),(504,504,504,'',0,'MediaWiki default','20060429162753',0,0),(505,505,505,'',0,'MediaWiki default','20060429162753',0,0),(506,506,506,'',0,'MediaWiki default','20060429162753',0,0),(507,507,507,'',0,'MediaWiki default','20060429162753',0,0),(508,508,508,'',0,'MediaWiki default','20060429162753',0,0),(509,509,509,'',0,'MediaWiki default','20060429162753',0,0),(510,510,510,'',0,'MediaWiki default','20060429162753',0,0),(511,511,511,'',0,'MediaWiki default','20060429162753',0,0),(512,512,512,'',0,'MediaWiki default','20060429162753',0,0),(513,513,513,'',0,'MediaWiki default','20060429162753',0,0),(514,514,514,'',0,'MediaWiki default','20060429162753',0,0),(515,515,515,'',0,'MediaWiki default','20060429162753',0,0),(516,516,516,'',0,'MediaWiki default','20060429162753',0,0),(517,517,517,'',0,'MediaWiki default','20060429162753',0,0),(518,518,518,'',0,'MediaWiki default','20060429162753',0,0),(519,519,519,'',0,'MediaWiki default','20060429162753',0,0),(520,520,520,'',0,'MediaWiki default','20060429162753',0,0),(521,521,521,'',0,'MediaWiki default','20060429162753',0,0),(522,522,522,'',0,'MediaWiki default','20060429162753',0,0),(523,523,523,'',0,'MediaWiki default','20060429162753',0,0),(524,524,524,'',0,'MediaWiki default','20060429162753',0,0),(525,525,525,'',0,'MediaWiki default','20060429162753',0,0),(526,526,526,'',0,'MediaWiki default','20060429162753',0,0),(527,527,527,'',0,'MediaWiki default','20060429162753',0,0),(528,528,528,'',0,'MediaWiki default','20060429162753',0,0),(529,529,529,'',0,'MediaWiki default','20060429162753',0,0),(530,530,530,'',0,'MediaWiki default','20060429162753',0,0),(531,531,531,'',0,'MediaWiki default','20060429162753',0,0),(532,532,532,'',0,'MediaWiki default','20060429162753',0,0),(533,533,533,'',0,'MediaWiki default','20060429162753',0,0),(534,534,534,'',0,'MediaWiki default','20060429162753',0,0),(535,535,535,'',0,'MediaWiki default','20060429162753',0,0),(536,536,536,'',0,'MediaWiki default','20060429162753',0,0),(537,537,537,'',0,'MediaWiki default','20060429162753',0,0),(538,538,538,'',0,'MediaWiki default','20060429162753',0,0),(539,539,539,'',0,'MediaWiki default','20060429162753',0,0),(540,540,540,'',0,'MediaWiki default','20060429162753',0,0),(541,541,541,'',0,'MediaWiki default','20060429162753',0,0),(542,542,542,'',0,'MediaWiki default','20060429162753',0,0),(543,543,543,'',0,'MediaWiki default','20060429162753',0,0),(544,544,544,'',0,'MediaWiki default','20060429162753',0,0),(545,545,545,'',0,'MediaWiki default','20060429162753',0,0),(546,546,546,'',0,'MediaWiki default','20060429162753',0,0),(547,547,547,'',0,'MediaWiki default','20060429162753',0,0),(548,548,548,'',0,'MediaWiki default','20060429162753',0,0),(549,549,549,'',0,'MediaWiki default','20060429162753',0,0),(550,550,550,'',0,'MediaWiki default','20060429162753',0,0),(551,551,551,'',0,'MediaWiki default','20060429162753',0,0),(552,552,552,'',0,'MediaWiki default','20060429162753',0,0),(553,553,553,'',0,'MediaWiki default','20060429162753',0,0),(554,554,554,'',0,'MediaWiki default','20060429162753',0,0),(555,555,555,'',0,'MediaWiki default','20060429162753',0,0),(556,556,556,'',0,'MediaWiki default','20060429162753',0,0),(557,557,557,'',0,'MediaWiki default','20060429162753',0,0),(558,558,558,'',0,'MediaWiki default','20060429162753',0,0),(559,559,559,'',0,'MediaWiki default','20060429162753',0,0),(560,560,560,'',0,'MediaWiki default','20060429162753',0,0),(561,561,561,'',0,'MediaWiki default','20060429162753',0,0),(562,562,562,'',0,'MediaWiki default','20060429162753',0,0),(563,563,563,'',0,'MediaWiki default','20060429162753',0,0),(564,564,564,'',0,'MediaWiki default','20060429162753',0,0),(565,565,565,'',0,'MediaWiki default','20060429162753',0,0),(566,566,566,'',0,'MediaWiki default','20060429162753',0,0),(567,567,567,'',0,'MediaWiki default','20060429162753',0,0),(568,568,568,'',0,'MediaWiki default','20060429162753',0,0),(569,569,569,'',0,'MediaWiki default','20060429162753',0,0),(570,570,570,'',0,'MediaWiki default','20060429162753',0,0),(571,571,571,'',0,'MediaWiki default','20060429162753',0,0),(572,572,572,'',0,'MediaWiki default','20060429162753',0,0),(573,573,573,'',0,'MediaWiki default','20060429162753',0,0),(574,574,574,'',0,'MediaWiki default','20060429162753',0,0),(575,575,575,'',0,'MediaWiki default','20060429162753',0,0),(576,576,576,'',0,'MediaWiki default','20060429162753',0,0),(577,577,577,'',0,'MediaWiki default','20060429162753',0,0),(578,578,578,'',0,'MediaWiki default','20060429162753',0,0),(579,579,579,'',0,'MediaWiki default','20060429162753',0,0),(580,580,580,'',0,'MediaWiki default','20060429162753',0,0),(581,581,581,'',0,'MediaWiki default','20060429162753',0,0),(582,582,582,'',0,'MediaWiki default','20060429162753',0,0),(583,583,583,'',0,'MediaWiki default','20060429162753',0,0),(584,584,584,'',0,'MediaWiki default','20060429162753',0,0),(585,585,585,'',0,'MediaWiki default','20060429162753',0,0),(586,586,586,'',0,'MediaWiki default','20060429162753',0,0),(587,587,587,'',0,'MediaWiki default','20060429162753',0,0),(588,588,588,'',0,'MediaWiki default','20060429162753',0,0),(589,589,589,'',0,'MediaWiki default','20060429162753',0,0),(590,590,590,'',0,'MediaWiki default','20060429162753',0,0),(591,591,591,'',0,'MediaWiki default','20060429162753',0,0),(592,592,592,'',0,'MediaWiki default','20060429162753',0,0),(593,593,593,'',0,'MediaWiki default','20060429162753',0,0),(594,594,594,'',0,'MediaWiki default','20060429162753',0,0),(595,595,595,'',0,'MediaWiki default','20060429162753',0,0),(596,596,596,'',0,'MediaWiki default','20060429162753',0,0),(597,597,597,'',0,'MediaWiki default','20060429162753',0,0),(598,598,598,'',0,'MediaWiki default','20060429162753',0,0),(599,599,599,'',0,'MediaWiki default','20060429162753',0,0),(600,600,600,'',0,'MediaWiki default','20060429162753',0,0),(601,601,601,'',0,'MediaWiki default','20060429162753',0,0),(602,602,602,'',0,'MediaWiki default','20060429162753',0,0),(603,603,603,'',0,'MediaWiki default','20060429162754',0,0),(604,604,604,'',0,'MediaWiki default','20060429162754',0,0),(605,605,605,'',0,'MediaWiki default','20060429162754',0,0),(606,606,606,'',0,'MediaWiki default','20060429162754',0,0),(607,607,607,'',0,'MediaWiki default','20060429162754',0,0),(608,608,608,'',0,'MediaWiki default','20060429162754',0,0),(609,609,609,'',0,'MediaWiki default','20060429162754',0,0),(610,610,610,'',0,'MediaWiki default','20060429162754',0,0),(611,611,611,'',0,'MediaWiki default','20060429162754',0,0),(612,612,612,'',0,'MediaWiki default','20060429162754',0,0),(613,613,613,'',0,'MediaWiki default','20060429162754',0,0),(614,614,614,'',0,'MediaWiki default','20060429162754',0,0),(615,615,615,'',0,'MediaWiki default','20060429162754',0,0),(616,616,616,'',0,'MediaWiki default','20060429162754',0,0),(617,617,617,'',0,'MediaWiki default','20060429162754',0,0),(618,618,618,'',0,'MediaWiki default','20060429162754',0,0),(619,619,619,'',0,'MediaWiki default','20060429162754',0,0),(620,620,620,'',0,'MediaWiki default','20060429162754',0,0),(621,621,621,'',0,'MediaWiki default','20060429162754',0,0),(622,622,622,'',0,'MediaWiki default','20060429162754',0,0),(623,623,623,'',0,'MediaWiki default','20060429162754',0,0),(624,624,624,'',0,'MediaWiki default','20060429162754',0,0),(625,625,625,'',0,'MediaWiki default','20060429162754',0,0),(626,626,626,'',0,'MediaWiki default','20060429162754',0,0),(627,627,627,'',0,'MediaWiki default','20060429162754',0,0),(628,628,628,'',0,'MediaWiki default','20060429162754',0,0),(629,629,629,'',0,'MediaWiki default','20060429162754',0,0),(630,630,630,'',0,'MediaWiki default','20060429162754',0,0),(631,631,631,'',0,'MediaWiki default','20060429162754',0,0),(632,632,632,'',0,'MediaWiki default','20060429162754',0,0),(633,633,633,'',0,'MediaWiki default','20060429162754',0,0),(634,634,634,'',0,'MediaWiki default','20060429162754',0,0),(635,635,635,'',0,'MediaWiki default','20060429162754',0,0),(636,636,636,'',0,'MediaWiki default','20060429162754',0,0),(637,637,637,'',0,'MediaWiki default','20060429162754',0,0),(638,638,638,'',0,'MediaWiki default','20060429162754',0,0),(639,639,639,'',0,'MediaWiki default','20060429162754',0,0),(640,640,640,'',0,'MediaWiki default','20060429162754',0,0),(641,641,641,'',0,'MediaWiki default','20060429162754',0,0),(642,642,642,'',0,'MediaWiki default','20060429162754',0,0),(643,643,643,'',0,'MediaWiki default','20060429162754',0,0),(644,644,644,'',0,'MediaWiki default','20060429162754',0,0),(645,645,645,'',0,'MediaWiki default','20060429162754',0,0),(646,646,646,'',0,'MediaWiki default','20060429162754',0,0),(647,647,647,'',0,'MediaWiki default','20060429162754',0,0),(648,648,648,'',0,'MediaWiki default','20060429162754',0,0),(649,649,649,'',0,'MediaWiki default','20060429162754',0,0),(650,650,650,'',0,'MediaWiki default','20060429162754',0,0),(651,651,651,'',0,'MediaWiki default','20060429162754',0,0),(652,652,652,'',0,'MediaWiki default','20060429162754',0,0),(653,653,653,'',0,'MediaWiki default','20060429162754',0,0),(654,654,654,'',0,'MediaWiki default','20060429162754',0,0),(655,655,655,'',0,'MediaWiki default','20060429162754',0,0),(656,656,656,'',0,'MediaWiki default','20060429162754',0,0),(657,657,657,'',0,'MediaWiki default','20060429162754',0,0),(658,658,658,'',0,'MediaWiki default','20060429162754',0,0),(659,659,659,'',0,'MediaWiki default','20060429162754',0,0),(660,660,660,'',0,'MediaWiki default','20060429162754',0,0),(661,661,661,'',0,'MediaWiki default','20060429162754',0,0),(662,662,662,'',0,'MediaWiki default','20060429162754',0,0),(663,663,663,'',0,'MediaWiki default','20060429162754',0,0),(664,664,664,'',0,'MediaWiki default','20060429162754',0,0),(665,665,665,'',0,'MediaWiki default','20060429162754',0,0),(666,666,666,'',0,'MediaWiki default','20060429162754',0,0),(667,667,667,'',0,'MediaWiki default','20060429162754',0,0),(668,668,668,'',0,'MediaWiki default','20060429162754',0,0),(669,669,669,'',0,'MediaWiki default','20060429162754',0,0),(670,670,670,'',0,'MediaWiki default','20060429162754',0,0),(671,671,671,'',0,'MediaWiki default','20060429162754',0,0),(672,672,672,'',0,'MediaWiki default','20060429162754',0,0),(673,673,673,'',0,'MediaWiki default','20060429162754',0,0),(674,674,674,'',0,'MediaWiki default','20060429162754',0,0),(675,675,675,'',0,'MediaWiki default','20060429162754',0,0),(676,676,676,'',0,'MediaWiki default','20060429162754',0,0),(677,677,677,'',0,'MediaWiki default','20060429162754',0,0),(678,678,678,'',0,'MediaWiki default','20060429162754',0,0),(679,679,679,'',0,'MediaWiki default','20060429162754',0,0),(680,680,680,'',0,'MediaWiki default','20060429162754',0,0),(681,681,681,'',0,'MediaWiki default','20060429162754',0,0),(682,682,682,'',0,'MediaWiki default','20060429162754',0,0),(683,683,683,'',0,'MediaWiki default','20060429162754',0,0),(684,684,684,'',0,'MediaWiki default','20060429162754',0,0),(685,685,685,'',0,'MediaWiki default','20060429162754',0,0),(686,686,686,'',0,'MediaWiki default','20060429162754',0,0),(687,687,687,'',0,'MediaWiki default','20060429162754',0,0),(688,688,688,'',0,'MediaWiki default','20060429162754',0,0),(689,689,689,'',0,'MediaWiki default','20060429162754',0,0),(690,690,690,'',0,'MediaWiki default','20060429162754',0,0),(691,691,691,'',0,'MediaWiki default','20060429162754',0,0),(692,692,692,'',0,'MediaWiki default','20060429162754',0,0),(693,693,693,'',0,'MediaWiki default','20060429162754',0,0),(694,694,694,'',0,'MediaWiki default','20060429162754',0,0),(695,695,695,'',0,'MediaWiki default','20060429162754',0,0),(696,696,696,'',0,'MediaWiki default','20060429162754',0,0),(697,697,697,'',0,'MediaWiki default','20060429162754',0,0),(698,698,698,'',0,'MediaWiki default','20060429162754',0,0),(699,699,699,'',0,'MediaWiki default','20060429162754',0,0),(700,700,700,'',0,'MediaWiki default','20060429162754',0,0),(701,701,701,'',0,'MediaWiki default','20060429162754',0,0),(702,702,702,'',0,'MediaWiki default','20060429162754',0,0),(703,703,703,'',0,'MediaWiki default','20060429162754',0,0),(704,704,704,'',0,'MediaWiki default','20060429162754',0,0),(705,705,705,'',0,'MediaWiki default','20060429162754',0,0),(706,706,706,'',0,'MediaWiki default','20060429162754',0,0),(707,707,707,'',0,'MediaWiki default','20060429162754',0,0),(708,708,708,'',0,'MediaWiki default','20060429162754',0,0),(709,709,709,'',0,'MediaWiki default','20060429162754',0,0),(710,710,710,'',0,'MediaWiki default','20060429162754',0,0),(711,711,711,'',0,'MediaWiki default','20060429162754',0,0),(712,712,712,'',0,'MediaWiki default','20060429162754',0,0),(713,713,713,'',0,'MediaWiki default','20060429162754',0,0),(714,714,714,'',0,'MediaWiki default','20060429162754',0,0),(715,715,715,'',0,'MediaWiki default','20060429162754',0,0),(716,716,716,'',0,'MediaWiki default','20060429162754',0,0),(717,717,717,'',0,'MediaWiki default','20060429162754',0,0),(718,718,718,'',0,'MediaWiki default','20060429162754',0,0),(719,719,719,'',0,'MediaWiki default','20060429162754',0,0),(720,720,720,'',0,'MediaWiki default','20060429162754',0,0),(721,721,721,'',0,'MediaWiki default','20060429162754',0,0),(722,722,722,'',0,'MediaWiki default','20060429162755',0,0),(723,723,723,'',0,'MediaWiki default','20060429162755',0,0),(724,724,724,'',0,'MediaWiki default','20060429162755',0,0),(725,725,725,'',0,'MediaWiki default','20060429162755',0,0),(726,726,726,'',0,'MediaWiki default','20060429162755',0,0),(727,727,727,'',0,'MediaWiki default','20060429162755',0,0),(728,728,728,'',0,'MediaWiki default','20060429162755',0,0),(729,729,729,'',0,'MediaWiki default','20060429162755',0,0),(730,730,730,'',0,'MediaWiki default','20060429162755',0,0),(731,731,731,'',0,'MediaWiki default','20060429162755',0,0),(732,732,732,'',0,'MediaWiki default','20060429162755',0,0),(733,733,733,'',0,'MediaWiki default','20060429162755',0,0),(734,734,734,'',0,'MediaWiki default','20060429162755',0,0),(735,735,735,'',0,'MediaWiki default','20060429162755',0,0),(736,736,736,'',0,'MediaWiki default','20060429162755',0,0),(737,737,737,'',0,'MediaWiki default','20060429162755',0,0),(738,738,738,'',0,'MediaWiki default','20060429162755',0,0),(739,739,739,'',0,'MediaWiki default','20060429162755',0,0),(740,740,740,'',0,'MediaWiki default','20060429162755',0,0),(741,741,741,'',0,'MediaWiki default','20060429162755',0,0),(742,742,742,'',0,'MediaWiki default','20060429162755',0,0),(743,743,743,'',0,'MediaWiki default','20060429162755',0,0),(744,744,744,'',0,'MediaWiki default','20060429162755',0,0),(745,745,745,'',0,'MediaWiki default','20060429162755',0,0),(746,746,746,'',0,'MediaWiki default','20060429162755',0,0),(747,747,747,'',0,'MediaWiki default','20060429162755',0,0),(748,748,748,'',0,'MediaWiki default','20060429162755',0,0),(749,749,749,'',0,'MediaWiki default','20060429162755',0,0),(750,750,750,'',0,'MediaWiki default','20060429162755',0,0),(751,751,751,'',0,'MediaWiki default','20060429162755',0,0),(752,752,752,'',0,'MediaWiki default','20060429162755',0,0),(753,753,753,'',0,'MediaWiki default','20060429162755',0,0),(754,754,754,'',0,'MediaWiki default','20060429162755',0,0),(755,755,755,'',0,'MediaWiki default','20060429162755',0,0),(756,756,756,'',0,'MediaWiki default','20060429162755',0,0),(757,757,757,'',0,'MediaWiki default','20060429162755',0,0),(758,758,758,'',0,'MediaWiki default','20060429162755',0,0),(759,759,759,'',0,'MediaWiki default','20060429162755',0,0),(760,760,760,'',0,'MediaWiki default','20060429162755',0,0),(761,761,761,'',0,'MediaWiki default','20060429162755',0,0),(762,762,762,'',0,'MediaWiki default','20060429162755',0,0),(763,763,763,'',0,'MediaWiki default','20060429162755',0,0),(764,764,764,'',0,'MediaWiki default','20060429162755',0,0),(765,765,765,'',0,'MediaWiki default','20060429162755',0,0),(766,766,766,'',0,'MediaWiki default','20060429162755',0,0),(767,767,767,'',0,'MediaWiki default','20060429162755',0,0),(768,768,768,'',0,'MediaWiki default','20060429162755',0,0),(769,769,769,'',0,'MediaWiki default','20060429162755',0,0),(770,770,770,'',0,'MediaWiki default','20060429162755',0,0),(771,771,771,'',0,'MediaWiki default','20060429162755',0,0),(772,772,772,'',0,'MediaWiki default','20060429162755',0,0),(773,773,773,'',0,'MediaWiki default','20060429162755',0,0),(774,774,774,'',0,'MediaWiki default','20060429162755',0,0),(775,775,775,'',0,'MediaWiki default','20060429162755',0,0),(776,776,776,'',0,'MediaWiki default','20060429162755',0,0),(777,777,777,'',0,'MediaWiki default','20060429162755',0,0),(778,778,778,'',0,'MediaWiki default','20060429162755',0,0),(779,779,779,'',0,'MediaWiki default','20060429162755',0,0),(780,780,780,'',0,'MediaWiki default','20060429162755',0,0),(781,781,781,'',0,'MediaWiki default','20060429162755',0,0),(782,782,782,'',0,'MediaWiki default','20060429162755',0,0),(783,783,783,'',0,'MediaWiki default','20060429162755',0,0),(784,784,784,'',0,'MediaWiki default','20060429162755',0,0),(785,785,785,'',0,'MediaWiki default','20060429162755',0,0),(786,786,786,'',0,'MediaWiki default','20060429162755',0,0),(787,787,787,'',0,'MediaWiki default','20060429162755',0,0),(788,788,788,'',0,'MediaWiki default','20060429162755',0,0),(789,789,789,'',0,'MediaWiki default','20060429162755',0,0),(790,790,790,'',0,'MediaWiki default','20060429162755',0,0),(791,791,791,'',0,'MediaWiki default','20060429162755',0,0),(792,792,792,'',0,'MediaWiki default','20060429162755',0,0),(793,793,793,'',0,'MediaWiki default','20060429162755',0,0),(794,794,794,'',0,'MediaWiki default','20060429162755',0,0),(795,795,795,'',0,'MediaWiki default','20060429162755',0,0),(796,796,796,'',0,'MediaWiki default','20060429162755',0,0),(797,797,797,'',0,'MediaWiki default','20060429162755',0,0),(798,798,798,'',0,'MediaWiki default','20060429162755',0,0),(799,799,799,'',0,'MediaWiki default','20060429162755',0,0),(800,800,800,'',0,'MediaWiki default','20060429162755',0,0),(801,801,801,'',0,'MediaWiki default','20060429162755',0,0),(802,802,802,'',0,'MediaWiki default','20060429162755',0,0),(803,803,803,'',0,'MediaWiki default','20060429162755',0,0),(804,804,804,'',0,'MediaWiki default','20060429162755',0,0),(805,805,805,'',0,'MediaWiki default','20060429162755',0,0),(806,806,806,'',0,'MediaWiki default','20060429162755',0,0),(807,807,807,'',0,'MediaWiki default','20060429162755',0,0),(808,808,808,'',0,'MediaWiki default','20060429162755',0,0),(809,809,809,'',0,'MediaWiki default','20060429162755',0,0),(810,810,810,'',0,'MediaWiki default','20060429162755',0,0),(811,811,811,'',0,'MediaWiki default','20060429162755',0,0),(812,812,812,'',0,'MediaWiki default','20060429162755',0,0),(813,813,813,'',0,'MediaWiki default','20060429162755',0,0),(814,814,814,'',0,'MediaWiki default','20060429162755',0,0),(815,815,815,'',0,'MediaWiki default','20060429162755',0,0),(816,816,816,'',0,'MediaWiki default','20060429162755',0,0),(817,817,817,'',0,'MediaWiki default','20060429162755',0,0),(818,818,818,'',0,'MediaWiki default','20060429162755',0,0),(819,819,819,'',0,'MediaWiki default','20060429162755',0,0),(820,820,820,'',0,'MediaWiki default','20060429162755',0,0),(821,821,821,'',0,'MediaWiki default','20060429162755',0,0),(822,822,822,'',0,'MediaWiki default','20060429162755',0,0),(823,823,823,'',0,'MediaWiki default','20060429162755',0,0),(824,824,824,'',0,'MediaWiki default','20060429162755',0,0),(825,825,825,'',0,'MediaWiki default','20060429162755',0,0),(826,826,826,'',0,'MediaWiki default','20060429162755',0,0),(827,827,827,'',0,'MediaWiki default','20060429162755',0,0),(828,828,828,'',0,'MediaWiki default','20060429162755',0,0),(829,829,829,'',0,'MediaWiki default','20060429162755',0,0),(830,830,830,'',0,'MediaWiki default','20060429162755',0,0),(831,831,831,'',0,'MediaWiki default','20060429162755',0,0),(832,832,832,'',0,'MediaWiki default','20060429162755',0,0),(833,833,833,'',0,'MediaWiki default','20060429162755',0,0),(834,834,834,'',0,'MediaWiki default','20060429162755',0,0),(835,835,835,'',0,'MediaWiki default','20060429162755',0,0),(836,836,836,'',0,'MediaWiki default','20060429162755',0,0),(837,837,837,'',0,'MediaWiki default','20060429162755',0,0),(838,838,838,'',0,'MediaWiki default','20060429162755',0,0),(839,839,839,'',0,'MediaWiki default','20060429162755',0,0),(840,840,840,'',0,'MediaWiki default','20060429162755',0,0),(841,841,841,'',0,'MediaWiki default','20060429162756',0,0),(842,842,842,'',0,'MediaWiki default','20060429162756',0,0),(843,843,843,'',0,'MediaWiki default','20060429162756',0,0),(844,844,844,'',0,'MediaWiki default','20060429162756',0,0),(845,845,845,'',0,'MediaWiki default','20060429162756',0,0),(846,846,846,'',0,'MediaWiki default','20060429162756',0,0),(847,847,847,'',0,'MediaWiki default','20060429162756',0,0),(848,848,848,'',0,'MediaWiki default','20060429162756',0,0),(849,849,849,'',0,'MediaWiki default','20060429162756',0,0),(850,850,850,'',0,'MediaWiki default','20060429162756',0,0),(851,851,851,'',0,'MediaWiki default','20060429162756',0,0),(852,852,852,'',0,'MediaWiki default','20060429162756',0,0),(853,853,853,'',0,'MediaWiki default','20060429162756',0,0),(854,854,854,'',0,'MediaWiki default','20060429162756',0,0),(855,855,855,'',0,'MediaWiki default','20060429162756',0,0),(856,856,856,'',0,'MediaWiki default','20060429162756',0,0),(857,857,857,'',0,'MediaWiki default','20060429162756',0,0),(858,858,858,'',0,'MediaWiki default','20060429162756',0,0),(859,859,859,'',0,'MediaWiki default','20060429162756',0,0),(860,860,860,'',0,'MediaWiki default','20060429162756',0,0),(861,861,861,'',0,'MediaWiki default','20060429162756',0,0),(862,862,862,'',0,'MediaWiki default','20060429162756',0,0),(863,863,863,'',0,'MediaWiki default','20060429162756',0,0),(864,864,864,'',0,'MediaWiki default','20060429162756',0,0),(865,865,865,'',0,'MediaWiki default','20060429162756',0,0),(866,866,866,'',0,'MediaWiki default','20060429162756',0,0),(867,867,867,'',0,'MediaWiki default','20060429162756',0,0),(868,868,868,'',0,'MediaWiki default','20060429162756',0,0),(869,869,869,'',0,'MediaWiki default','20060429162756',0,0),(870,870,870,'',0,'MediaWiki default','20060429162756',0,0),(871,871,871,'',0,'MediaWiki default','20060429162756',0,0),(872,872,872,'',0,'MediaWiki default','20060429162756',0,0),(873,873,873,'',0,'MediaWiki default','20060429162756',0,0),(874,874,874,'',0,'MediaWiki default','20060429162756',0,0),(875,875,875,'',0,'MediaWiki default','20060429162756',0,0),(876,876,876,'',0,'MediaWiki default','20060429162756',0,0),(877,877,877,'',0,'MediaWiki default','20060429162756',0,0),(878,878,878,'',0,'MediaWiki default','20060429162756',0,0),(879,879,879,'',0,'MediaWiki default','20060429162756',0,0),(880,880,880,'',0,'MediaWiki default','20060429162756',0,0),(881,881,881,'',0,'MediaWiki default','20060429162756',0,0),(882,882,882,'',0,'MediaWiki default','20060429162756',0,0),(883,883,883,'',0,'MediaWiki default','20060429162756',0,0),(884,884,884,'',0,'MediaWiki default','20060429162756',0,0),(885,885,885,'',0,'MediaWiki default','20060429162756',0,0),(886,886,886,'',0,'MediaWiki default','20060429162756',0,0),(887,887,887,'',0,'MediaWiki default','20060429162756',0,0),(888,888,888,'',0,'MediaWiki default','20060429162756',0,0),(889,889,889,'',0,'MediaWiki default','20060429162756',0,0),(890,890,890,'',0,'MediaWiki default','20060429162756',0,0),(891,891,891,'',0,'MediaWiki default','20060429162756',0,0),(892,892,892,'',0,'MediaWiki default','20060429162756',0,0),(893,893,893,'',0,'MediaWiki default','20060429162756',0,0),(894,894,894,'',0,'MediaWiki default','20060429162756',0,0),(895,895,895,'',0,'MediaWiki default','20060429162756',0,0),(896,896,896,'',0,'MediaWiki default','20060429162756',0,0),(897,897,897,'',0,'MediaWiki default','20060429162756',0,0),(898,898,898,'',0,'MediaWiki default','20060429162756',0,0),(899,899,899,'',0,'MediaWiki default','20060429162756',0,0),(900,900,900,'',0,'MediaWiki default','20060429162756',0,0),(901,901,901,'',0,'MediaWiki default','20060429162756',0,0),(902,902,902,'',0,'MediaWiki default','20060429162756',0,0),(903,903,903,'',0,'MediaWiki default','20060429162756',0,0),(904,904,904,'',0,'MediaWiki default','20060429162757',0,0),(905,905,905,'',0,'MediaWiki default','20060429162757',0,0),(906,906,906,'',0,'MediaWiki default','20060429162757',0,0),(907,907,907,'',0,'MediaWiki default','20060429162757',0,0),(908,908,908,'',0,'MediaWiki default','20060429162757',0,0),(909,909,909,'',0,'MediaWiki default','20060429162757',0,0),(910,910,910,'',0,'MediaWiki default','20060429162757',0,0),(911,911,911,'',0,'MediaWiki default','20060429162757',0,0),(912,912,912,'',0,'MediaWiki default','20060429162757',0,0),(913,913,913,'',0,'MediaWiki default','20060429162757',0,0),(914,914,914,'',0,'MediaWiki default','20060429162757',0,0),(915,915,915,'',0,'MediaWiki default','20060429162757',0,0),(916,916,916,'',0,'MediaWiki default','20060429162757',0,0),(917,917,917,'',0,'MediaWiki default','20060429162757',0,0),(918,918,918,'',0,'MediaWiki default','20060429162757',0,0),(919,919,919,'',0,'MediaWiki default','20060429162757',0,0),(920,920,920,'',0,'MediaWiki default','20060429162757',0,0),(921,921,921,'',0,'MediaWiki default','20060429162757',0,0),(922,922,922,'',0,'MediaWiki default','20060429162757',0,0),(923,923,923,'',0,'MediaWiki default','20060429162757',0,0),(924,924,924,'',0,'MediaWiki default','20060429162757',0,0),(925,925,925,'',0,'MediaWiki default','20060429162757',0,0),(926,926,926,'',0,'MediaWiki default','20060429162757',0,0),(927,927,927,'',0,'MediaWiki default','20060429162757',0,0),(928,928,928,'',0,'MediaWiki default','20060429162757',0,0),(929,929,929,'',0,'MediaWiki default','20060429162757',0,0),(930,930,930,'',0,'MediaWiki default','20060429162757',0,0),(931,931,931,'',0,'MediaWiki default','20060429162757',0,0),(932,932,932,'',0,'MediaWiki default','20060429162757',0,0),(933,933,933,'',0,'MediaWiki default','20060429162757',0,0),(934,934,934,'',0,'MediaWiki default','20060429162757',0,0),(935,935,935,'',0,'MediaWiki default','20060429162757',0,0),(936,936,936,'',0,'MediaWiki default','20060429162757',0,0),(937,937,937,'',0,'MediaWiki default','20060429162757',0,0),(938,938,938,'',0,'MediaWiki default','20060429162757',0,0),(939,939,939,'',0,'MediaWiki default','20060429162757',0,0),(940,940,940,'',0,'MediaWiki default','20060429162757',0,0),(941,941,941,'',0,'MediaWiki default','20060429162757',0,0),(942,942,942,'',0,'MediaWiki default','20060429162757',0,0),(943,943,943,'',0,'MediaWiki default','20060429162757',0,0),(944,944,944,'',0,'MediaWiki default','20060429162757',0,0),(945,945,945,'',0,'MediaWiki default','20060429162757',0,0),(946,946,946,'',0,'MediaWiki default','20060429162757',0,0),(947,947,947,'',0,'MediaWiki default','20060429162757',0,0),(948,948,948,'',0,'MediaWiki default','20060429162757',0,0),(949,949,949,'',0,'MediaWiki default','20060429162757',0,0),(950,950,950,'',0,'MediaWiki default','20060429162757',0,0),(951,951,951,'',0,'MediaWiki default','20060429162757',0,0),(952,952,952,'',0,'MediaWiki default','20060429162757',0,0),(953,953,953,'',0,'MediaWiki default','20060429162757',0,0),(954,954,954,'',0,'MediaWiki default','20060429162757',0,0),(955,955,955,'',0,'MediaWiki default','20060429162757',0,0),(956,956,956,'',0,'MediaWiki default','20060429162757',0,0),(957,957,957,'',0,'MediaWiki default','20060429162757',0,0),(958,958,958,'',0,'MediaWiki default','20060429162757',0,0),(959,959,959,'',0,'MediaWiki default','20060429162757',0,0),(960,960,960,'',0,'MediaWiki default','20060429162757',0,0),(961,961,961,'',0,'MediaWiki default','20060429162757',0,0),(962,962,962,'',0,'MediaWiki default','20060429162757',0,0),(963,963,963,'',0,'MediaWiki default','20060429162757',0,0),(964,964,964,'',0,'MediaWiki default','20060429162757',0,0),(965,965,965,'',0,'MediaWiki default','20060429162757',0,0),(966,966,966,'',0,'MediaWiki default','20060429162757',0,0),(967,967,967,'',0,'MediaWiki default','20060429162757',0,0),(968,968,968,'',0,'MediaWiki default','20060429162757',0,0),(969,969,969,'',0,'MediaWiki default','20060429162757',0,0),(970,970,970,'',0,'MediaWiki default','20060429162757',0,0),(971,971,971,'',0,'MediaWiki default','20060429162757',0,0),(972,972,972,'',0,'MediaWiki default','20060429162757',0,0),(973,973,973,'',0,'MediaWiki default','20060429162757',0,0),(974,974,974,'',0,'MediaWiki default','20060429162757',0,0),(975,975,975,'',0,'MediaWiki default','20060429162757',0,0),(976,976,976,'',0,'MediaWiki default','20060429162757',0,0),(977,977,977,'',0,'MediaWiki default','20060429162757',0,0),(978,978,978,'',0,'MediaWiki default','20060429162757',0,0),(979,979,979,'',0,'MediaWiki default','20060429162757',0,0),(980,980,980,'',0,'MediaWiki default','20060429162757',0,0),(981,981,981,'',0,'MediaWiki default','20060429162757',0,0),(982,982,982,'',0,'MediaWiki default','20060429162757',0,0),(983,983,983,'',0,'MediaWiki default','20060429162757',0,0),(984,984,984,'',0,'MediaWiki default','20060429162757',0,0),(985,985,985,'',0,'MediaWiki default','20060429162757',0,0),(986,986,986,'',0,'MediaWiki default','20060429162757',0,0),(987,987,987,'',0,'MediaWiki default','20060429162757',0,0),(988,988,988,'',0,'MediaWiki default','20060429162757',0,0),(989,989,989,'',0,'MediaWiki default','20060429162757',0,0),(990,990,990,'',0,'MediaWiki default','20060429162757',0,0),(991,991,991,'',0,'MediaWiki default','20060429162757',0,0),(992,992,992,'',0,'MediaWiki default','20060429162757',0,0),(993,993,993,'',0,'MediaWiki default','20060429162757',0,0),(994,994,994,'',0,'MediaWiki default','20060429162757',0,0),(995,995,995,'',0,'MediaWiki default','20060429162757',0,0),(996,996,996,'',0,'MediaWiki default','20060429162757',0,0),(997,997,997,'',0,'MediaWiki default','20060429162757',0,0),(998,998,998,'',0,'MediaWiki default','20060429162757',0,0),(999,999,999,'',0,'MediaWiki default','20060429162757',0,0),(1000,1000,1000,'',0,'MediaWiki default','20060429162757',0,0),(1001,1001,1001,'',0,'MediaWiki default','20060429162757',0,0),(1002,1002,1002,'',0,'MediaWiki default','20060429162757',0,0),(1003,1003,1003,'',0,'MediaWiki default','20060429162757',0,0),(1004,1004,1004,'',0,'MediaWiki default','20060429162757',0,0),(1005,1005,1005,'',0,'MediaWiki default','20060429162757',0,0),(1006,1006,1006,'',0,'MediaWiki default','20060429162757',0,0),(1007,1007,1007,'',0,'MediaWiki default','20060429162758',0,0),(1008,1008,1008,'',0,'MediaWiki default','20060429162758',0,0),(1009,1009,1009,'',0,'MediaWiki default','20060429162758',0,0),(1010,1010,1010,'',0,'MediaWiki default','20060429162758',0,0),(1011,1011,1011,'',0,'MediaWiki default','20060429162758',0,0),(1012,1012,1012,'',0,'MediaWiki default','20060429162758',0,0),(1013,1013,1013,'',0,'MediaWiki default','20060429162758',0,0),(1014,1014,1014,'',0,'MediaWiki default','20060429162758',0,0),(1015,1015,1015,'',0,'MediaWiki default','20060429162758',0,0),(1016,1016,1016,'',0,'MediaWiki default','20060429162758',0,0),(1017,1017,1017,'',0,'MediaWiki default','20060429162758',0,0),(1018,1018,1018,'',0,'MediaWiki default','20060429162758',0,0),(1019,1019,1019,'',0,'MediaWiki default','20060429162758',0,0),(1020,1020,1020,'',0,'MediaWiki default','20060429162758',0,0),(1021,1021,1021,'',0,'MediaWiki default','20060429162758',0,0),(1022,1022,1022,'',0,'MediaWiki default','20060429162758',0,0),(1023,1023,1023,'',0,'MediaWiki default','20060429162758',0,0),(1024,1024,1024,'',0,'MediaWiki default','20060429162758',0,0),(1025,1025,1025,'',0,'MediaWiki default','20060429162758',0,0),(1026,1026,1026,'',0,'MediaWiki default','20060429162758',0,0),(1027,1027,1027,'',0,'MediaWiki default','20060429162758',0,0),(1028,1028,1028,'',0,'MediaWiki default','20060429162758',0,0),(1029,1029,1029,'',0,'MediaWiki default','20060429162758',0,0),(1030,1030,1030,'',0,'MediaWiki default','20060429162758',0,0),(1031,1031,1031,'',0,'MediaWiki default','20060429162758',0,0),(1032,1032,1032,'',0,'MediaWiki default','20060429162758',0,0),(1033,1033,1033,'',0,'MediaWiki default','20060429162758',0,0),(1034,1034,1034,'',0,'MediaWiki default','20060429162758',0,0),(1035,1035,1035,'',0,'MediaWiki default','20060429162758',0,0),(1036,1036,1036,'',0,'MediaWiki default','20060429162758',0,0),(1037,1037,1037,'',0,'MediaWiki default','20060429162758',0,0),(1038,1038,1038,'',0,'MediaWiki default','20060429162758',0,0),(1039,1039,1039,'',0,'MediaWiki default','20060429162758',0,0),(1040,1040,1040,'',0,'MediaWiki default','20060429162758',0,0),(1041,1041,1041,'',0,'MediaWiki default','20060429162758',0,0),(1042,1042,1042,'',0,'MediaWiki default','20060429162758',0,0),(1043,1043,1043,'',0,'MediaWiki default','20060429162758',0,0),(1044,1044,1044,'',0,'MediaWiki default','20060429162758',0,0),(1045,1045,1045,'',0,'MediaWiki default','20060429162758',0,0),(1046,1046,1046,'',0,'MediaWiki default','20060429162758',0,0),(1047,1047,1047,'',0,'MediaWiki default','20060429162758',0,0),(1048,1048,1048,'',0,'MediaWiki default','20060429162758',0,0),(1049,1049,1049,'',0,'MediaWiki default','20060429162758',0,0),(1050,1050,1050,'',0,'MediaWiki default','20060429162758',0,0),(1051,1051,1051,'',0,'MediaWiki default','20060429162758',0,0),(1052,1052,1052,'',0,'MediaWiki default','20060429162758',0,0),(1053,1053,1053,'',0,'MediaWiki default','20060429162758',0,0),(1054,1054,1054,'',0,'MediaWiki default','20060429162758',0,0),(1055,1055,1055,'',0,'MediaWiki default','20060429162758',0,0),(1056,1056,1056,'',0,'MediaWiki default','20060429162758',0,0),(1057,1057,1057,'',0,'MediaWiki default','20060429162758',0,0),(1058,1058,1058,'',0,'MediaWiki default','20060429162758',0,0),(1059,1059,1059,'',0,'MediaWiki default','20060429162758',0,0),(1060,1060,1060,'',0,'MediaWiki default','20060429162758',0,0),(1061,1061,1061,'',0,'MediaWiki default','20060429162758',0,0),(1062,1062,1062,'',0,'MediaWiki default','20060429162758',0,0),(1063,1063,1063,'',0,'MediaWiki default','20060429162758',0,0),(1064,1064,1064,'',0,'MediaWiki default','20060429162758',0,0),(1065,1065,1065,'',0,'MediaWiki default','20060429162758',0,0),(1066,1066,1066,'',0,'MediaWiki default','20060429162758',0,0),(1067,1067,1067,'',0,'MediaWiki default','20060429162758',0,0),(1068,1068,1068,'',0,'MediaWiki default','20060429162758',0,0),(1069,1069,1069,'',0,'MediaWiki default','20060429162758',0,0),(1070,1070,1070,'',0,'MediaWiki default','20060429162758',0,0),(1071,1071,1071,'',0,'MediaWiki default','20060429162758',0,0),(1072,1072,1072,'',0,'MediaWiki default','20060429162758',0,0),(1073,1073,1073,'',0,'MediaWiki default','20060429162758',0,0),(1074,1074,1074,'',0,'MediaWiki default','20060429162758',0,0),(1075,1075,1075,'',0,'MediaWiki default','20060429162758',0,0),(1076,1076,1076,'',0,'MediaWiki default','20060429162758',0,0),(1077,1077,1077,'',0,'MediaWiki default','20060429162758',0,0),(1078,1078,1078,'',0,'MediaWiki default','20060429162758',0,0),(1079,1079,1079,'',0,'MediaWiki default','20060429162758',0,0),(1080,1080,1080,'',0,'MediaWiki default','20060429162758',0,0),(1081,1081,1081,'',0,'MediaWiki default','20060429162758',0,0),(1082,1082,1082,'',0,'MediaWiki default','20060429162758',0,0),(1083,1083,1083,'',0,'MediaWiki default','20060429162758',0,0),(1084,1084,1084,'',0,'MediaWiki default','20060429162758',0,0),(1085,1085,1085,'',0,'MediaWiki default','20060429162758',0,0),(1086,1086,1086,'',0,'MediaWiki default','20060429162758',0,0),(1087,1087,1087,'',0,'MediaWiki default','20060429162758',0,0),(1088,1088,1088,'',0,'MediaWiki default','20060429162758',0,0),(1089,1089,1089,'',0,'MediaWiki default','20060429162758',0,0),(1090,1090,1090,'',0,'MediaWiki default','20060429162758',0,0),(1091,1091,1091,'',0,'MediaWiki default','20060429162758',0,0),(1092,1092,1092,'',0,'MediaWiki default','20060429162758',0,0),(1093,1093,1093,'',0,'MediaWiki default','20060429162758',0,0),(1094,1094,1094,'',0,'MediaWiki default','20060429162758',0,0),(1095,1095,1095,'',0,'MediaWiki default','20060429162758',0,0),(1096,1096,1096,'',0,'MediaWiki default','20060429162758',0,0),(1097,1097,1097,'',0,'MediaWiki default','20060429162758',0,0),(1098,1098,1098,'',0,'MediaWiki default','20060429162758',0,0),(1099,1099,1099,'',0,'MediaWiki default','20060429162758',0,0),(1100,1100,1100,'',0,'MediaWiki default','20060429162758',0,0),(1101,1101,1101,'',0,'MediaWiki default','20060429162758',0,0),(1102,1102,1102,'',0,'MediaWiki default','20060429162758',0,0),(1103,1103,1103,'',0,'MediaWiki default','20060429162758',0,0),(1104,1104,1104,'',0,'MediaWiki default','20060429162758',0,0),(1105,1105,1105,'',0,'MediaWiki default','20060429162758',0,0),(1106,1106,1106,'',0,'MediaWiki default','20060429162758',0,0),(1107,1107,1107,'',0,'MediaWiki default','20060429162758',0,0),(1108,1108,1108,'',0,'MediaWiki default','20060429162758',0,0),(1109,1109,1109,'',0,'MediaWiki default','20060429162758',0,0),(1110,1110,1110,'',0,'MediaWiki default','20060429162758',0,0),(1111,1111,1111,'',0,'MediaWiki default','20060429162758',0,0),(1112,1112,1112,'',0,'MediaWiki default','20060429162758',0,0),(1113,1113,1113,'',0,'MediaWiki default','20060429162758',0,0),(1114,1114,1114,'',0,'MediaWiki default','20060429162758',0,0),(1115,1115,1115,'',0,'MediaWiki default','20060429162758',0,0),(1116,1116,1116,'',0,'MediaWiki default','20060429162758',0,0),(1117,1117,1117,'',0,'MediaWiki default','20060429162758',0,0),(1118,1118,1118,'',0,'MediaWiki default','20060429162758',0,0),(1119,1119,1119,'',0,'MediaWiki default','20060429162758',0,0),(1120,1120,1120,'',0,'MediaWiki default','20060429162758',0,0),(1121,1121,1121,'',0,'MediaWiki default','20060429162758',0,0),(1122,1122,1122,'',0,'MediaWiki default','20060429162758',0,0),(1123,1123,1123,'',0,'MediaWiki default','20060429162758',0,0),(1124,1124,1124,'',0,'MediaWiki default','20060429162758',0,0),(1125,1125,1125,'',0,'MediaWiki default','20060429162758',0,0),(1126,1126,1126,'',0,'MediaWiki default','20060429162758',0,0),(1127,1127,1127,'',0,'MediaWiki default','20060429162758',0,0),(1128,1128,1128,'',0,'MediaWiki default','20060429162758',0,0),(1129,1129,1129,'',0,'MediaWiki default','20060429162759',0,0),(1130,1130,1130,'',0,'MediaWiki default','20060429162759',0,0),(1131,1131,1131,'',0,'MediaWiki default','20060429162759',0,0),(1132,1132,1132,'',0,'MediaWiki default','20060429162759',0,0),(1133,1133,1133,'',0,'MediaWiki default','20060429162759',0,0),(1134,1134,1134,'',0,'MediaWiki default','20060429162759',0,0),(1135,1135,1135,'',0,'MediaWiki default','20060429162759',0,0),(1136,1136,1136,'',0,'MediaWiki default','20060429162759',0,0),(1137,1137,1137,'',0,'MediaWiki default','20060429162759',0,0),(1138,1138,1138,'',0,'MediaWiki default','20060429162759',0,0),(1139,1139,1139,'',0,'MediaWiki default','20060429162759',0,0),(1140,1140,1140,'',0,'MediaWiki default','20060429162759',0,0),(1141,1141,1141,'',0,'MediaWiki default','20060429162759',0,0),(1142,1142,1142,'',0,'MediaWiki default','20060429162759',0,0),(1143,1143,1143,'',0,'MediaWiki default','20060429162759',0,0),(1144,1144,1144,'',0,'MediaWiki default','20060429162759',0,0),(1145,1145,1145,'',0,'MediaWiki default','20060429162759',0,0),(1146,1146,1146,'',0,'MediaWiki default','20060429162759',0,0),(1147,1147,1147,'',0,'MediaWiki default','20060429162759',0,0),(1148,1148,1148,'',0,'MediaWiki default','20060429162759',0,0),(1149,1149,1149,'',0,'MediaWiki default','20060429162759',0,0),(1150,1150,1150,'',0,'MediaWiki default','20060429162759',0,0),(1151,1151,1151,'',0,'MediaWiki default','20060429162759',0,0),(1152,1152,1152,'',0,'MediaWiki default','20060429162759',0,0),(1153,1153,1153,'',0,'MediaWiki default','20060429162759',0,0),(1154,1154,1154,'',0,'MediaWiki default','20060429162759',0,0),(1155,1155,1155,'',0,'MediaWiki default','20060429162759',0,0),(1156,1156,1156,'',0,'MediaWiki default','20060429162759',0,0),(1157,1157,1157,'',0,'MediaWiki default','20060429162759',0,0),(1158,1158,1158,'',0,'MediaWiki default','20060429162759',0,0),(1159,1159,1159,'',0,'MediaWiki default','20060429162759',0,0),(1160,1160,1160,'',0,'MediaWiki default','20060429162759',0,0),(1161,1161,1161,'',0,'MediaWiki default','20060429162759',0,0),(1162,1162,1162,'',0,'MediaWiki default','20060429162759',0,0),(1163,1163,1163,'',0,'MediaWiki default','20060429162759',0,0),(1164,1164,1164,'',0,'MediaWiki default','20060429162759',0,0),(1165,1165,1165,'',0,'MediaWiki default','20060429162759',0,0),(1166,1166,1166,'',0,'MediaWiki default','20060429162759',0,0),(1167,1167,1167,'',0,'MediaWiki default','20060429162759',0,0),(1168,1168,1168,'',0,'MediaWiki default','20060429162759',0,0),(1169,1169,1169,'',0,'MediaWiki default','20060429162759',0,0),(1170,1170,1170,'',0,'MediaWiki default','20060429162759',0,0),(1171,1171,1171,'',0,'MediaWiki default','20060429162759',0,0),(1172,1172,1172,'',0,'MediaWiki default','20060429162759',0,0),(1173,1173,1173,'',0,'MediaWiki default','20060429162759',0,0),(1174,1174,1174,'',0,'MediaWiki default','20060429162759',0,0),(1175,1175,1175,'',0,'MediaWiki default','20060429162759',0,0),(1176,1176,1176,'',0,'MediaWiki default','20060429162759',0,0),(1177,1177,1177,'',0,'MediaWiki default','20060429162759',0,0),(1178,1178,1178,'',0,'MediaWiki default','20060429162759',0,0),(1179,1179,1179,'',0,'MediaWiki default','20060429162759',0,0),(1180,1180,1180,'',0,'MediaWiki default','20060429162759',0,0),(1181,1181,1181,'',0,'MediaWiki default','20060429162759',0,0),(1182,1182,1182,'',0,'MediaWiki default','20060429162759',0,0),(1183,1183,1183,'',0,'MediaWiki default','20060429162759',0,0),(1184,1184,1184,'',0,'MediaWiki default','20060429162759',0,0),(1185,1185,1185,'',0,'MediaWiki default','20060429162759',0,0),(1186,1186,1186,'',0,'MediaWiki default','20060429162759',0,0),(1187,1187,1187,'',0,'MediaWiki default','20060429162759',0,0),(1188,1188,1188,'',0,'MediaWiki default','20060429162759',0,0),(1189,1189,1189,'',0,'MediaWiki default','20060429162759',0,0),(1190,1190,1190,'',0,'MediaWiki default','20060429162759',0,0),(1191,1191,1191,'',0,'MediaWiki default','20060429162759',0,0),(1192,1192,1192,'',0,'MediaWiki default','20060429162759',0,0),(1193,1193,1193,'',0,'MediaWiki default','20060429162759',0,0),(1194,1194,1194,'',0,'MediaWiki default','20060429162759',0,0),(1195,1195,1195,'',0,'MediaWiki default','20060429162759',0,0),(1196,1196,1196,'',0,'MediaWiki default','20060429162759',0,0),(1197,1197,1197,'',0,'MediaWiki default','20060429162759',0,0),(1198,1198,1198,'',0,'MediaWiki default','20060429162759',0,0),(1199,1199,1199,'',0,'MediaWiki default','20060429162759',0,0),(1200,1200,1200,'',0,'MediaWiki default','20060429162759',0,0),(1201,1201,1201,'',0,'MediaWiki default','20060429162759',0,0),(1202,1202,1202,'',0,'MediaWiki default','20060429162759',0,0),(1203,1203,1203,'',0,'MediaWiki default','20060429162759',0,0),(1204,1204,1204,'',0,'MediaWiki default','20060429162759',0,0),(1205,1205,1205,'',0,'MediaWiki default','20060429162759',0,0),(1206,1206,1206,'',0,'MediaWiki default','20060429162759',0,0),(1207,1207,1207,'',0,'MediaWiki default','20060429162759',0,0),(1208,1208,1208,'',0,'MediaWiki default','20060429162759',0,0),(1209,1209,1209,'',0,'MediaWiki default','20060429162759',0,0),(1210,1210,1210,'',0,'MediaWiki default','20060429162759',0,0),(1211,1211,1211,'',0,'MediaWiki default','20060429162759',0,0),(1212,1212,1212,'',0,'MediaWiki default','20060429162759',0,0),(1213,1213,1213,'',0,'MediaWiki default','20060429162759',0,0),(1214,1214,1214,'',0,'MediaWiki default','20060429162759',0,0),(1215,1215,1215,'',0,'MediaWiki default','20060429162759',0,0),(1216,1216,1216,'',0,'MediaWiki default','20060429162759',0,0),(1217,1217,1217,'',0,'MediaWiki default','20060429162759',0,0),(1218,1218,1218,'',0,'MediaWiki default','20060429162759',0,0),(1219,1219,1219,'',0,'MediaWiki default','20060429162759',0,0),(1220,1220,1220,'',0,'MediaWiki default','20060429162759',0,0),(1221,1221,1221,'',0,'MediaWiki default','20060429162759',0,0),(1222,1222,1222,'',0,'MediaWiki default','20060429162759',0,0),(1223,1223,1223,'',0,'MediaWiki default','20060429162759',0,0),(1224,1224,1224,'',0,'MediaWiki default','20060429162759',0,0),(1225,1225,1225,'',0,'MediaWiki default','20060429162759',0,0),(1226,1226,1226,'',0,'MediaWiki default','20060429162759',0,0),(1227,1227,1227,'',0,'MediaWiki default','20060429162759',0,0),(1228,1228,1228,'',0,'MediaWiki default','20060429162759',0,0),(1229,1229,1229,'',0,'MediaWiki default','20060429162759',0,0),(1230,1230,1230,'',0,'MediaWiki default','20060429162759',0,0),(1231,1231,1231,'',0,'MediaWiki default','20060429162759',0,0),(1232,1232,1232,'',0,'MediaWiki default','20060429162759',0,0),(1233,1233,1233,'',0,'MediaWiki default','20060429162759',0,0),(1234,1234,1234,'',0,'MediaWiki default','20060429162759',0,0),(1235,1235,1235,'',0,'MediaWiki default','20060429162759',0,0),(1236,1236,1236,'',0,'MediaWiki default','20060429162759',0,0),(1237,1237,1237,'',0,'MediaWiki default','20060429162759',0,0),(1238,1238,1238,'',0,'MediaWiki default','20060429162759',0,0),(1239,1239,1239,'',0,'MediaWiki default','20060429162759',0,0),(1240,1240,1240,'',0,'MediaWiki default','20060429162759',0,0),(1241,1241,1241,'',0,'MediaWiki default','20060429162759',0,0),(1242,1242,1242,'',0,'MediaWiki default','20060429162759',0,0),(1243,1243,1243,'',0,'MediaWiki default','20060429162759',0,0),(1244,1244,1244,'',0,'MediaWiki default','20060429162759',0,0),(1245,1245,1245,'',0,'MediaWiki default','20060429162759',0,0),(1246,1246,1246,'',0,'MediaWiki default','20060429162759',0,0),(1247,1247,1247,'',0,'MediaWiki default','20060429162759',0,0),(1248,1248,1248,'',0,'MediaWiki default','20060429162759',0,0),(1249,1249,1249,'',0,'MediaWiki default','20060429162759',0,0),(1250,1250,1250,'',0,'MediaWiki default','20060429162800',0,0),(1251,1251,1251,'',0,'MediaWiki default','20060429162800',0,0),(1252,1252,1252,'',0,'MediaWiki default','20060429162800',0,0),(1253,1253,1253,'',0,'MediaWiki default','20060429162800',0,0),(1254,1254,1254,'',0,'MediaWiki default','20060429162800',0,0),(1255,1255,1255,'',0,'MediaWiki default','20060429162800',0,0),(1256,1256,1256,'',0,'MediaWiki default','20060429162800',0,0),(1257,1257,1257,'',0,'MediaWiki default','20060429162800',0,0),(1258,1258,1258,'',0,'MediaWiki default','20060429162800',0,0),(1259,1259,1259,'',0,'MediaWiki default','20060429162800',0,0),(1260,1260,1260,'',0,'MediaWiki default','20060429162800',0,0),(1261,1261,1261,'',0,'MediaWiki default','20060429162800',0,0),(1262,1262,1262,'',0,'MediaWiki default','20060429162800',0,0),(1263,1263,1263,'',0,'MediaWiki default','20060429162800',0,0),(1264,1264,1264,'',0,'MediaWiki default','20060429162800',0,0),(1265,1265,1265,'',0,'MediaWiki default','20060429162800',0,0),(1266,1266,1266,'',0,'MediaWiki default','20060429162800',0,0),(1267,1267,1267,'',0,'MediaWiki default','20060429162800',0,0),(1268,1268,1268,'',0,'MediaWiki default','20060429162800',0,0),(1269,1269,1269,'',0,'MediaWiki default','20060429162800',0,0),(1270,1270,1270,'',0,'MediaWiki default','20060429162800',0,0),(1271,1271,1271,'',0,'MediaWiki default','20060429162800',0,0),(1272,1272,1272,'',0,'MediaWiki default','20060429162800',0,0),(1273,1273,1273,'',0,'MediaWiki default','20060429162800',0,0),(1274,1274,1274,'',0,'MediaWiki default','20060429162800',0,0),(1275,1275,1275,'',0,'MediaWiki default','20060429162800',0,0),(1276,1276,1276,'',0,'MediaWiki default','20060429162800',0,0),(1277,1277,1277,'',0,'MediaWiki default','20060429162800',0,0),(1278,1278,1278,'',0,'MediaWiki default','20060429162800',0,0),(1279,1279,1279,'',0,'MediaWiki default','20060429162800',0,0),(1280,1280,1280,'',0,'MediaWiki default','20060429162800',0,0),(1281,1281,1281,'',0,'MediaWiki default','20060429162800',0,0),(1282,1282,1282,'',0,'MediaWiki default','20060429162800',0,0),(1283,1283,1283,'',0,'MediaWiki default','20060429162800',0,0),(1284,1284,1284,'',0,'MediaWiki default','20060429162800',0,0),(1285,1285,1285,'',0,'MediaWiki default','20060429162800',0,0),(1286,1286,1286,'',0,'MediaWiki default','20060429162800',0,0),(1287,1287,1287,'',0,'MediaWiki default','20060429162800',0,0),(1288,1288,1288,'',0,'MediaWiki default','20060429162800',0,0),(1289,1289,1289,'',0,'MediaWiki default','20060429162800',0,0),(1290,1290,1290,'',0,'MediaWiki default','20060429162800',0,0),(1291,1291,1291,'',0,'MediaWiki default','20060429162800',0,0),(1292,1292,1292,'',0,'MediaWiki default','20060429162800',0,0),(1293,1293,1293,'',0,'MediaWiki default','20060429162800',0,0),(1294,1294,1294,'',0,'MediaWiki default','20060429162800',0,0),(1295,1295,1295,'',0,'MediaWiki default','20060429162800',0,0),(1296,1296,1296,'',0,'MediaWiki default','20060429162800',0,0),(1297,1297,1297,'',0,'MediaWiki default','20060429162800',0,0),(1298,1298,1298,'',0,'MediaWiki default','20060429162800',0,0),(1299,1299,1299,'',0,'MediaWiki default','20060429162800',0,0),(1300,1300,1300,'',0,'MediaWiki default','20060429162800',0,0),(1301,1301,1301,'',0,'MediaWiki default','20060429162800',0,0),(1302,1302,1302,'',0,'MediaWiki default','20060429162800',0,0),(1303,1303,1303,'',0,'MediaWiki default','20060429162800',0,0),(1304,1304,1304,'',0,'MediaWiki default','20060429162800',0,0),(1305,1305,1305,'',0,'MediaWiki default','20060429162800',0,0),(1306,1306,1306,'',0,'MediaWiki default','20060429162800',0,0),(1307,1307,1307,'',0,'MediaWiki default','20060429162800',0,0),(1308,1308,1308,'',0,'MediaWiki default','20060429162800',0,0),(1309,1309,1309,'',0,'MediaWiki default','20060429162800',0,0),(1310,1310,1310,'',0,'MediaWiki default','20060429162800',0,0),(1311,1311,1311,'',0,'MediaWiki default','20060429162800',0,0),(1312,1312,1312,'',0,'MediaWiki default','20060429162800',0,0),(1313,1313,1313,'',0,'MediaWiki default','20060429162800',0,0),(1314,1314,1314,'',0,'MediaWiki default','20060429162800',0,0),(1315,1315,1315,'',0,'MediaWiki default','20060429162800',0,0),(1316,1316,1316,'',0,'MediaWiki default','20060429162800',0,0),(1317,1317,1317,'',0,'MediaWiki default','20060429162800',0,0),(1318,1318,1318,'',0,'MediaWiki default','20060429162800',0,0),(1319,1319,1319,'',0,'MediaWiki default','20060429162800',0,0),(1320,1320,1320,'',0,'MediaWiki default','20060429162800',0,0),(1321,1321,1321,'',0,'MediaWiki default','20060429162800',0,0),(1322,1322,1322,'',0,'MediaWiki default','20060429162800',0,0),(1323,1323,1323,'',0,'MediaWiki default','20060429162800',0,0),(1324,1324,1324,'',0,'MediaWiki default','20060429162800',0,0),(1325,1325,1325,'',0,'MediaWiki default','20060429162800',0,0),(1326,1326,1326,'',0,'MediaWiki default','20060429162800',0,0),(1327,1327,1327,'',0,'MediaWiki default','20060429162800',0,0),(1328,1328,1328,'',0,'MediaWiki default','20060429162800',0,0),(1329,1329,1329,'',0,'MediaWiki default','20060429162800',0,0),(1330,1330,1330,'',0,'MediaWiki default','20060429162800',0,0),(1331,1331,1331,'',0,'MediaWiki default','20060429162800',0,0),(1332,1332,1332,'',0,'MediaWiki default','20060429162800',0,0),(1333,1333,1333,'',0,'MediaWiki default','20060429162800',0,0),(1334,1334,1334,'',0,'MediaWiki default','20060429162800',0,0),(1335,1335,1335,'',0,'MediaWiki default','20060429162800',0,0),(1336,1336,1336,'',0,'MediaWiki default','20060429162800',0,0),(1337,1337,1337,'',0,'MediaWiki default','20060429162800',0,0),(1338,1338,1338,'',0,'MediaWiki default','20060429162800',0,0),(1339,1339,1339,'',0,'MediaWiki default','20060429162800',0,0),(1340,1340,1340,'',0,'MediaWiki default','20060429162800',0,0),(1341,1341,1341,'',0,'MediaWiki default','20060429162800',0,0),(1342,1342,1342,'',0,'MediaWiki default','20060429162800',0,0),(1343,1343,1343,'',0,'MediaWiki default','20060429162800',0,0),(1344,1344,1344,'',0,'MediaWiki default','20060429162800',0,0),(1345,1345,1345,'',0,'MediaWiki default','20060429162800',0,0),(1346,1346,1346,'',0,'MediaWiki default','20060429162800',0,0),(1347,1347,1347,'',0,'MediaWiki default','20060429162800',0,0),(1348,1348,1348,'',0,'MediaWiki default','20060429162800',0,0),(1349,1349,1349,'',0,'MediaWiki default','20060429162800',0,0),(1350,1350,1350,'',0,'MediaWiki default','20060429162800',0,0),(1351,1351,1351,'',0,'MediaWiki default','20060429162800',0,0),(1352,1352,1352,'',0,'MediaWiki default','20060429162800',0,0),(1353,1353,1353,'',0,'MediaWiki default','20060429162800',0,0),(1354,1354,1354,'',0,'MediaWiki default','20060429162800',0,0),(1355,1355,1355,'',0,'MediaWiki default','20060429162800',0,0),(1356,1356,1356,'',0,'MediaWiki default','20060429162800',0,0),(1357,1357,1357,'',0,'MediaWiki default','20060429162800',0,0),(1358,1358,1358,'',0,'MediaWiki default','20060429162800',0,0),(1359,1359,1359,'',0,'MediaWiki default','20060429162800',0,0),(1360,1360,1360,'',0,'MediaWiki default','20060429162800',0,0),(1361,1361,1361,'',0,'MediaWiki default','20060429162800',0,0),(1362,1362,1362,'',0,'MediaWiki default','20060429162800',0,0),(1363,1363,1363,'',0,'MediaWiki default','20060429162800',0,0),(1364,1364,1364,'',0,'MediaWiki default','20060429162800',0,0); UNLOCK TABLES; /*!40000 ALTER TABLE `acm_wiki_revision` ENABLE KEYS */; -- -- Table structure for table `acm_wiki_searchindex` -- DROP TABLE IF EXISTS `acm_wiki_searchindex`; CREATE TABLE `acm_wiki_searchindex` ( `si_page` int(8) unsigned NOT NULL, `si_title` varchar(255) NOT NULL default '', `si_text` mediumtext NOT NULL, UNIQUE KEY `si_page` (`si_page`), FULLTEXT KEY `si_title` (`si_title`), FULLTEXT KEY `si_text` (`si_text`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `acm_wiki_searchindex` -- /*!40000 ALTER TABLE `acm_wiki_searchindex` DISABLE KEYS */; LOCK TABLES `acm_wiki_searchindex` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `acm_wiki_searchindex` ENABLE KEYS */; -- -- Table structure for table `acm_wiki_site_stats` -- DROP TABLE IF EXISTS `acm_wiki_site_stats`; CREATE TABLE `acm_wiki_site_stats` ( `ss_row_id` int(8) unsigned NOT NULL, `ss_total_views` bigint(20) unsigned default '0', `ss_total_edits` bigint(20) unsigned default '0', `ss_good_articles` bigint(20) unsigned default '0', `ss_total_pages` bigint(20) default '-1', `ss_users` bigint(20) default '-1', `ss_admins` int(10) default '-1', `ss_images` int(10) default '0', UNIQUE KEY `ss_row_id` (`ss_row_id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `acm_wiki_site_stats` -- /*!40000 ALTER TABLE `acm_wiki_site_stats` DISABLE KEYS */; LOCK TABLES `acm_wiki_site_stats` WRITE; INSERT INTO `acm_wiki_site_stats` VALUES (1,16,0,0,-1,-1,-1,0); UNLOCK TABLES; /*!40000 ALTER TABLE `acm_wiki_site_stats` ENABLE KEYS */; -- -- Table structure for table `acm_wiki_templatelinks` -- DROP TABLE IF EXISTS `acm_wiki_templatelinks`; CREATE TABLE `acm_wiki_templatelinks` ( `tl_from` int(8) unsigned NOT NULL default '0', `tl_namespace` int(11) NOT NULL default '0', `tl_title` varchar(255) character set latin1 collate latin1_bin NOT NULL default '', UNIQUE KEY `tl_from` (`tl_from`,`tl_namespace`,`tl_title`), KEY `tl_namespace` (`tl_namespace`,`tl_title`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `acm_wiki_templatelinks` -- /*!40000 ALTER TABLE `acm_wiki_templatelinks` DISABLE KEYS */; LOCK TABLES `acm_wiki_templatelinks` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `acm_wiki_templatelinks` ENABLE KEYS */; -- -- Table structure for table `acm_wiki_text` -- DROP TABLE IF EXISTS `acm_wiki_text`; CREATE TABLE `acm_wiki_text` ( `old_id` int(8) unsigned NOT NULL auto_increment, `old_text` mediumblob NOT NULL, `old_flags` tinyblob NOT NULL, PRIMARY KEY (`old_id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `acm_wiki_text` -- /*!40000 ALTER TABLE `acm_wiki_text` DISABLE KEYS */; LOCK TABLES `acm_wiki_text` WRITE; INSERT INTO `acm_wiki_text` VALUES (1,'\'\'\'MediaWiki has been successfully installed.\'\'\'\n\nConsult the [http://meta.wikipedia.org/wiki/MediaWiki_User%27s_Guide User\'s Guide] for information on using the wiki software.\n\n== Getting started ==\n\n* [http://www.mediawiki.org/wiki/Help:Configuration_settings Configuration settings list]\n* [http://www.mediawiki.org/wiki/Help:FAQ MediaWiki FAQ]\n* [http://mail.wikipedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]','utf-8'),(2,'[[$1]] moved to [[$2]]','utf-8'),(3,'[[$1]] moved to [[$2]] over redirect','utf-8'),(4,'/* edit this file to customize the monobook skin for the entire site */','utf-8'),(5,'/* tooltips and access keys */\nta = new Object();\nta[\'pt-userpage\'] = new Array(\'.\',\'My user page\');\nta[\'pt-anonuserpage\'] = new Array(\'.\',\'The user page for the ip you\\\'re editing as\');\nta[\'pt-mytalk\'] = new Array(\'n\',\'My talk page\');\nta[\'pt-anontalk\'] = new Array(\'n\',\'Discussion about edits from this ip address\');\nta[\'pt-preferences\'] = new Array(\'\',\'My preferences\');\nta[\'pt-watchlist\'] = new Array(\'l\',\'The list of pages you\\\'re monitoring for changes.\');\nta[\'pt-mycontris\'] = new Array(\'y\',\'List of my contributions\');\nta[\'pt-login\'] = new Array(\'o\',\'You are encouraged to log in, it is not mandatory however.\');\nta[\'pt-anonlogin\'] = new Array(\'o\',\'You are encouraged to log in, it is not mandatory however.\');\nta[\'pt-logout\'] = new Array(\'o\',\'Log out\');\nta[\'ca-talk\'] = new Array(\'t\',\'Discussion about the content page\');\nta[\'ca-edit\'] = new Array(\'e\',\'You can edit this page. Please use the preview button before saving.\');\nta[\'ca-addsection\'] = new Array(\'+\',\'Add a comment to this discussion.\');\nta[\'ca-viewsource\'] = new Array(\'e\',\'This page is protected. You can view its source.\');\nta[\'ca-history\'] = new Array(\'h\',\'Past versions of this page.\');\nta[\'ca-protect\'] = new Array(\'=\',\'Protect this page\');\nta[\'ca-delete\'] = new Array(\'d\',\'Delete this page\');\nta[\'ca-undelete\'] = new Array(\'d\',\'Restore the edits done to this page before it was deleted\');\nta[\'ca-move\'] = new Array(\'m\',\'Move this page\');\nta[\'ca-watch\'] = new Array(\'w\',\'Add this page to your watchlist\');\nta[\'ca-unwatch\'] = new Array(\'w\',\'Remove this page from your watchlist\');\nta[\'search\'] = new Array(\'f\',\'Search this wiki\');\nta[\'p-logo\'] = new Array(\'\',\'Main Page\');\nta[\'n-mainpage\'] = new Array(\'z\',\'Visit the Main Page\');\nta[\'n-portal\'] = new Array(\'\',\'About the project, what you can do, where to find things\');\nta[\'n-currentevents\'] = new Array(\'\',\'Find background information on current events\');\nta[\'n-recentchanges\'] = new Array(\'r\',\'The list of recent changes in the wiki.\');\nta[\'n-randompage\'] = new Array(\'x\',\'Load a random page\');\nta[\'n-help\'] = new Array(\'\',\'The place to find out.\');\nta[\'n-sitesupport\'] = new Array(\'\',\'Support us\');\nta[\'t-whatlinkshere\'] = new Array(\'j\',\'List of all wiki pages that link here\');\nta[\'t-recentchangeslinked\'] = new Array(\'k\',\'Recent changes in pages linked from this page\');\nta[\'feed-rss\'] = new Array(\'\',\'RSS feed for this page\');\nta[\'feed-atom\'] = new Array(\'\',\'Atom feed for this page\');\nta[\'t-contributions\'] = new Array(\'\',\'View the list of contributions of this user\');\nta[\'t-emailuser\'] = new Array(\'\',\'Send a mail to this user\');\nta[\'t-upload\'] = new Array(\'u\',\'Upload images or media files\');\nta[\'t-specialpages\'] = new Array(\'q\',\'List of all special pages\');\nta[\'ca-nstab-main\'] = new Array(\'c\',\'View the content page\');\nta[\'ca-nstab-user\'] = new Array(\'c\',\'View the user page\');\nta[\'ca-nstab-media\'] = new Array(\'c\',\'View the media page\');\nta[\'ca-nstab-special\'] = new Array(\'\',\'This is a special page, you can\\\'t edit the page itself.\');\nta[\'ca-nstab-wp\'] = new Array(\'a\',\'View the project page\');\nta[\'ca-nstab-image\'] = new Array(\'c\',\'View the image page\');\nta[\'ca-nstab-mediawiki\'] = new Array(\'c\',\'View the system message\');\nta[\'ca-nstab-template\'] = new Array(\'c\',\'View the template\');\nta[\'ca-nstab-help\'] = new Array(\'c\',\'View the help page\');\nta[\'ca-nstab-category\'] = new Array(\'c\',\'View the category page\');','utf-8'),(6,'About','utf-8'),(7,'Project:About','utf-8'),(8,'About {{SITENAME}}','utf-8'),(9,'v','utf-8'),(10,'v','utf-8'),(11,'i','utf-8'),(12,'p','utf-8'),(13,'s','utf-8'),(14,'f','utf-8'),(15,'The password for \"$1\" has been sent to $2.','utf-8'),(16,'Password sent.','utf-8'),(17,'Sorry, you have already created $1 accounts. You can\'t make any more.','utf-8'),(18,'Action complete','utf-8'),(19,'Added to watchlist','utf-8'),(20,'The page \"[[:$1]]\" has been added to your [[Special:Watchlist|watchlist]].\nFuture changes to this page and its associated Talk page will be listed there,\nand the page will appear \'\'\'bolded\'\'\' in the [[Special:Recentchanges|list of recent changes]] to\nmake it easier to pick out.\n\n

If you want to remove the page from your watchlist later, click \"Unwatch\" in the sidebar.','utf-8'),(21,'Add Group','utf-8'),(22,'Added group $2','utf-8'),(23,'+','utf-8'),(24,'Project:Administrators','utf-8'),(25,'All articles','utf-8'),(26,'All pages ($1 namespace)','utf-8'),(27,'Combined display of upload, deletion, protection, blocking, and sysop logs.\nYou can narrow down the view by selecting a log type, the user name, or the affected page.','utf-8'),(28,'System messages','utf-8'),(29,'Current text','utf-8'),(30,'Default text','utf-8'),(31,'Message name filter:','utf-8'),(32,'Show only modified','utf-8'),(33,'Name','utf-8'),(34,'Special:Allmessages cannot be used because wgUseDatabaseMessages is off.','utf-8'),(35,'Your current interface language $1 is not supported by Special:Allmessages at this site.','utf-8'),(36,'This is a list of system messages available in the MediaWiki: namespace.','utf-8'),(37,'All non-articles','utf-8'),(38,'All pages (not in $1 namespace)','utf-8'),(39,'Enable e-mail from other users','utf-8'),(40,'All pages','utf-8'),(41,'Display pages starting at:','utf-8'),(42,'Next','utf-8'),(43,'Display pages with prefix:','utf-8'),(44,'Previous','utf-8'),(45,'Go','utf-8'),(46,'$1 to $2','utf-8'),(47,'This user is already a bureaucrat','utf-8'),(48,'This user is already a steward','utf-8'),(49,'This user is already an administrator','utf-8'),(50,'User $1, you are already logged in!
','utf-8'),(51,'Cannot rollback last edit of [[$1]]\nby [[User:$2|$2]] ([[User talk:$2|Talk]]); someone else has edited or rolled back the page already.\n\nLast edit was by [[User:$3|$3]] ([[User talk:$3|Talk]]).','utf-8'),(52,'Oldest pages','utf-8'),(53,'and','utf-8'),(54,'You are not logged in. Your IP address will be recorded in this page\'s edit history.','utf-8'),(55,'-','utf-8'),(56,'Talk for this IP','utf-8'),(57,'----\'\'This is the discussion page for an anonymous user who has not created an account yet or who does not use it. We therefore have to use the numerical [[IP address]] to identify him/her. Such an IP address can be shared by several users. If you are an anonymous user and feel that irrelevant comments have been directed at you, please [[Special:Userlogin|create an account or log in]] to avoid future confusion with other anonymous users.\'\'','utf-8'),(58,'Anonymous user(s) of {{SITENAME}}','utf-8'),(59,'Apr','utf-8'),(60,'April','utf-8'),(61,'Content page','utf-8'),(62,'A page of that name already exists, or the\nname you have chosen is not valid.\nPlease choose another name.','utf-8'),(63,'View content page','utf-8'),(64,'Articles starting with \'\'$1\'\'','utf-8'),(65,'Aug','utf-8'),(66,'August','utf-8'),(67,'Autoblocked because your IP address has been recently used by \"[[User:$1|$1]]\". The reason given for $1\'s block is: \"\'\'\'$2\'\'\'\"','utf-8'),(68,'Permission error','utf-8'),(69,'The action you have requested is limited\nto users with the \"$2\" permission assigned.\nSee $1.','utf-8'),(70,'This action cannot be performed on this page.','utf-8'),(71,'File name has been changed to \"$1\".','utf-8'),(72,'\".$1\" is not a recommended image file format.','utf-8'),(73,'Invalid IP address','utf-8'),(74,'Badly formed search query','utf-8'),(75,'We could not process your query.\nThis is probably because you have attempted to search for a\nword fewer than three letters long, which is not yet supported.\nIt could also be that you have mistyped the expression, for\nexample \"fish and and scales\".\nPlease try another query.','utf-8'),(76,'The passwords you entered do not match.','utf-8'),(77,'Invalid raw signature; check HTML tags.','utf-8'),(78,'Bad title','utf-8'),(79,'The requested page title was invalid, empty, or an incorrectly linked inter-language or inter-wiki title. It may contain one more characters which cannot be used in titles.','utf-8'),(80,'(Main)','utf-8'),(81,'Your user name or IP address has been blocked by $1.\nThe reason given is this:
\'\'$2\'\'

You may contact $1 or one of the other\n[[Project:Administrators|administrators]] to discuss the block.\n\nNote that you may not use the \"e-mail this user\" feature unless you have a valid e-mail address registered in your [[Special:Preferences|user preferences]].\n\nYour IP address is $3. Please include this address in any queries you make.','utf-8'),(82,'User is blocked','utf-8'),(83,'Block user','utf-8'),(84,'Block succeeded','utf-8'),(85,'[[{{ns:Special}}:Contributions/$1|$1]] has been blocked.\n
See [[{{ns:Special}}:Ipblocklist|IP block list]] to review blocks.','utf-8'),(86,'Use the form below to block write access\nfrom a specific IP address or username.\nThis should be done only only to prevent vandalism, and in\naccordance with [[Project:Policy|policy]].\nFill in a specific reason below (for example, citing particular\npages that were vandalized).','utf-8'),(87,'block','utf-8'),(88,'$1, $2 blocked $3 ($4)','utf-8'),(89,'blocked \"[[$1]]\" with an expiry time of $2','utf-8'),(90,'Block_log','utf-8'),(91,'This is a log of user blocking and unblocking actions. Automatically\nblocked IP addresses are not listed. See the [[Special:Ipblocklist|IP block list]] for\nthe list of currently operational bans and blocks.','utf-8'),(92,'Bold text','utf-8'),(93,'Bold text','utf-8'),(94,'Book sources','utf-8'),(95,'Below is a list of links to other sites that\nsell new and used books, and may also have further information\nabout books you are looking for.','utf-8'),(96,'Broken redirects','utf-8'),(97,'The following redirects link to non-existent pages:','utf-8'),(98,'Bug reports','utf-8'),(99,'Project:Bug_reports','utf-8'),(100,'Bureaucrat_log','utf-8'),(101,'Changed group membership for $1 from $2 to $3','utf-8'),(102,'by date','utf-8'),(103,'by name','utf-8'),(104,'by size','utf-8'),(105,'The following is a cached copy of the requested page, and may not be up to date.','utf-8'),(106,'Cancel','utf-8'),(107,'Could not delete the page or file specified. (It may have already been deleted by someone else.)','utf-8'),(108,'Cannot revert edit; last contributor is only author of this page.','utf-8'),(109,'Categories','utf-8'),(110,'Category','utf-8'),(111,'The following categories exist in the wiki.','utf-8'),(112,'category','utf-8'),(113,'Articles in category \"$1\"','utf-8'),(114,'There are $1 articles in this category.','utf-8'),(115,'There is $1 article in this category.','utf-8'),(116,'changed','utf-8'),(117,'Changed group $2','utf-8'),(118,'Change password','utf-8'),(119,'changes','utf-8'),(120,'\'\'\'Note:\'\'\' After saving, you may have to bypass your browser\'s cache to see the changes. \'\'\'Mozilla / Firefox / Safari:\'\'\' hold down \'\'Shift\'\' while clicking \'\'Reload\'\', or press \'\'Ctrl-Shift-R\'\' (\'\'Cmd-Shift-R\'\' on Apple Mac); \'\'\'IE:\'\'\' hold \'\'Ctrl\'\' while clicking \'\'Refresh\'\', or press \'\'Ctrl-F5\'\'; \'\'\'Konqueror:\'\'\': simply click the \'\'Reload\'\' button, or press \'\'F5\'\'; \'\'\'Opera\'\'\' users may need to completely clear their cache in \'\'Tools→Preferences\'\'.','utf-8'),(121,'Columns:','utf-8'),(122,'Compare selected versions','utf-8'),(123,'Confirm','utf-8'),(124,'Clear the cache of this page?\n\n$1','utf-8'),(125,'OK','utf-8'),(126,'Confirm delete','utf-8'),(127,'You are about to permanently delete a page\nor image along with all of its history from the database.\nPlease confirm that you intend to do this, that you understand the\nconsequences, and that you are doing this in accordance with\n[[Project:Policy]].','utf-8'),(128,'You must confirm your e-mail address before editing pages. Please set and validate your e-mail address through your [[Special:Preferences|user preferences]].','utf-8'),(129,'E-mail confirmation required to edit','utf-8'),(130,'Confirm E-mail address','utf-8'),(131,'Someone, probably you from IP address $1, has registered an\naccount \"$2\" with this e-mail address on {{SITENAME}}.\n\nTo confirm that this account really does belong to you and activate\ne-mail features on {{SITENAME}}, open this link in your browser:\n\n$3\n\nIf this is *not* you, don\'t follow the link. This confirmation code\nwill expire at $4.','utf-8'),(132,'Something went wrong saving your confirmation.','utf-8'),(133,'Invalid confirmation code. The code may have expired.','utf-8'),(134,'Your e-mail address has now been confirmed.','utf-8'),(135,'Mail a confirmation code','utf-8'),(136,'Could not send confirmation mail. Check address for invalid characters.','utf-8'),(137,'Confirmation e-mail sent.','utf-8'),(138,'{{SITENAME}} e-mail address confirmation','utf-8'),(139,'Your e-mail address has been confirmed. You may now log in and enjoy the wiki.','utf-8'),(140,'This wiki requires that you validate your e-mail address\nbefore using e-mail features. Activate the button below to send a confirmation\nmail to your address. The mail will include a link containing a code; load the\nlink in your browser to confirm that your e-mail address is valid.','utf-8'),(141,'Confirm protection','utf-8'),(142,'Do you really want to protect this page?','utf-8'),(143,'User [[User:$1|$1]] ([[User talk:$1|talk]]) deleted this article after you started editing with reason:\n: \'\'$2\'\'\nPlease confirm that really want to recreate this article.','utf-8'),(144,'Confirm unprotection','utf-8'),(145,'Do you really want to unprotect this page?','utf-8'),(146,'Context per line:','utf-8'),(147,'Lines per hit:','utf-8'),(148,'$1 minor edits','utf-8'),(149,'contribs','utf-8'),(150,'For $1','utf-8'),(151,'User contributions','utf-8'),(152,'Content is available under $1.','utf-8'),(153,'Project:Copyrights','utf-8'),(154,'{{SITENAME}} copyright','utf-8'),(155,'Please note that all contributions to {{SITENAME}} are considered to be released under the $2 (see $1 for details). If you don\'t want your writing to be edited mercilessly and redistributed at will, then don\'t submit it here.
\nYou are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource.\nDO NOT SUBMIT COPYRIGHTED WORK WITHOUT PERMISSION!','utf-8'),(156,'Please note that all contributions to {{SITENAME}} may be edited, altered, or removed by other contributors. If you don\'t want your writing to be edited mercilessly, then don\'t submit it here.
\nYou are also promising us that you wrote this yourself, or copied it from a\npublic domain or similar free resource (see $1 for details).\nDO NOT SUBMIT COPYRIGHTED WORK WITHOUT PERMISSION!','utf-8'),(157,'Couldn\'t remove item \'$1\'...','utf-8'),(158,'Create account','utf-8'),(159,'by e-mail','utf-8'),(160,'Create article','utf-8'),(161,'created','utf-8'),(162,'Page credits','utf-8'),(163,'cur','utf-8'),(164,'Current events','utf-8'),(165,'Current events','utf-8'),(166,'Current revision','utf-8'),(167,'view current revision','utf-8'),(168,'Data','utf-8'),(169,'Database error','utf-8'),(170,'No preference','utf-8'),(171,'Date format','utf-8'),(172,'Date and time','utf-8'),(173,'A database query syntax error has occurred.\nThis may indicate a bug in the software.\nThe last attempted database query was:\n

$1
\nfrom within function \"$2\".\nMySQL returned error \"$3: $4\".','utf-8'),(174,'A database query syntax error has occurred.\nThe last attempted database query was:\n\"$1\"\nfrom within function \"$2\".\nMySQL returned error \"$3: $4\"','utf-8'),(175,'Dead-end pages','utf-8'),(176,'Debug','utf-8'),(177,'Dec','utf-8'),(178,'December','utf-8'),(179,'default','utf-8'),(180,'Search in these namespaces by default:','utf-8'),(181,'{{SITENAME}} e-mail','utf-8'),(182,'Delete','utf-8'),(183,'Delete and move','utf-8'),(184,'Yes, delete the page','utf-8'),(185,'Deleted to make way for move','utf-8'),(186,'==Deletion required==\n\nThe destination article \"[[$1]]\" already exists. Do you want to delete it to make way for the move?','utf-8'),(187,'Reason for deletion','utf-8'),(188,'deleted \"[[$1]]\"','utf-8'),(189,'[deleted]','utf-8'),(190,'Deleted old revision $1.','utf-8'),(191,'\"$1\" has been deleted.\nSee $2 for a record of recent deletions.','utf-8'),(192,'Warning: This page has been deleted after you started editing!','utf-8'),(193,'del','utf-8'),(194,'Delete all revisions of this file','utf-8'),(195,'Delete page','utf-8'),(196,'(Deleting \"$1\")','utf-8'),(197,'Delete this page','utf-8'),(198,'deletion log','utf-8'),(199,'Deletion_log','utf-8'),(200,'Below is a list of the most recent deletions.','utf-8'),(201,'Destination filename','utf-8'),(202,'The action you have requested can only be\nperformed by users with \"developer\" capability.\nSee $1.','utf-8'),(203,'Developer access required','utf-8'),(204,'diff','utf-8'),(205,'(Difference between revisions)','utf-8'),(206,'Disambiguation pages','utf-8'),(207,'Template:disambig','utf-8'),(208,'The following pages link to a disambiguation page. They should link to the appropriate topic instead.
A page is treated as disambiguation if it is linked from $1.
Links from other namespaces are not listed here.','utf-8'),(209,'Project:General_disclaimer','utf-8'),(210,'Disclaimers','utf-8'),(211,'Double redirects','utf-8'),(212,'→','utf-8'),(213,'Each row contains links to the first and second redirect, as well as the first line of the second redirect text, usually giving the \"real\" target page, which the first redirect should point to.','utf-8'),(214,'download','utf-8'),(215,'A confirmation e-mail has been sent to the nominated e-mail address.\nBefore any other mail is sent to the account, you will have to follow the instructions in the e-mail,\nto confirm that the account is actually yours.','utf-8'),(216,'Edit','utf-8'),(217,'Edit this file using an external application','utf-8'),(218,'See the [http://meta.wikimedia.org/wiki/Help:External_editors setup instructions] for more information.','utf-8'),(219,'The edit comment was: \"$1\".','utf-8'),(220,'Edit conflict: $1','utf-8'),(221,'Edit the current version of this page','utf-8'),(222,'Edit Group','utf-8'),(223,'Editing help','utf-8'),(224,'Help:Editing','utf-8'),(225,'Editing $1','utf-8'),(226,'Editing $1 (comment)','utf-8'),(227,'WARNING: You are editing an out-of-date\nrevision of this page.\nIf you save it, any changes made since this revision will be lost.','utf-8'),(228,'Editing $1 (section)','utf-8'),(229,'edit','utf-8'),(230,'Edit section: $1','utf-8'),(231,'Edit this page','utf-8'),(232,'','utf-8'),(233,'Edit User Groups','utf-8'),(234,'E-mail','utf-8'),(235,'Your e-mail address was authenticated on $1.','utf-8'),(236,'Confirm your e-mail address','utf-8'),(237,'
* Optional. An e-mail lets others contact you on this site without revealing your address, and lets us send you a new password if you forget it.

Your real name will be used to give you attribution for your work.
','utf-8'),(238,'From','utf-8'),(239,'Message','utf-8'),(240,'Your e-mail address is not yet authenticated. No e-mail\nwill be sent for any of the following features.','utf-8'),(241,'E-mail user','utf-8'),(242,'If this user has entered a valid e-mail address in\nhis or her user preferences, the form below will send a single message.\nThe e-mail address you entered in your user preferences will appear\nas the \"From\" address of the mail, so the recipient will be able\nto reply.','utf-8'),(243,'Send','utf-8'),(244,'E-mail sent','utf-8'),(245,'Your e-mail message has been sent.','utf-8'),(246,'Subject','utf-8'),(247,'To','utf-8'),(248,'E-mail this user','utf-8'),(249,'The file you uploaded seems to be empty. This might be due to a typo in the file name. Please check whether you really want to upload this file.','utf-8'),(250,'Dear $WATCHINGUSERNAME,\n\nthe {{SITENAME}} page $PAGETITLE has been $CHANGEDORCREATED on $PAGEEDITDATE by $PAGEEDITOR, see $PAGETITLE_URL for the current version.\n\n$NEWPAGE\n\nEditor\'s summary: $PAGESUMMARY $PAGEMINOREDIT\n\nContact the editor:\nmail: $PAGEEDITOR_EMAIL\nwiki: $PAGEEDITOR_WIKI\n\nThere will be no other notifications in case of further changes unless you visit this page. You could also reset the notification flags for all your watched pages on your watchlist.\n\n Your friendly {{SITENAME}} notification system\n\n--\nTo change your watchlist settings, visit\n{{SERVER}}{{localurl:Special:Watchlist/edit}}\n\nFeedback and further assistance:\n{{SERVER}}{{localurl:Help:Contents}}','utf-8'),(251,'See $1 for all changes since your last visit.','utf-8'),(252,'{{SITENAME}} Notification Mailer','utf-8'),(253,'This is a new page.','utf-8'),(254,'Mark all pages visited','utf-8'),(255,'{{SITENAME}} page $PAGETITLE has been $CHANGEDORCREATED by $PAGEEDITOR','utf-8'),(256,'Enter a reason for the lock, including an estimate\nof when the lock will be released','utf-8'),(257,'Error','utf-8'),(258,'Error','utf-8'),(259,'content before blanking was: \'$1\'','utf-8'),(260,'page was empty','utf-8'),(261,'content was: \'$1\'','utf-8'),(262,'content was: \'$1\' (and the only contributor was \'$2\')','utf-8'),(263,'Aperture','utf-8'),(264,'Author','utf-8'),(265,'Bits per component','utf-8'),(266,'Brightness','utf-8'),(267,'CFA pattern','utf-8'),(268,'Color space','utf-8'),(269,'sRGB','utf-8'),(270,'FFFF.H','utf-8'),(271,'Meaning of each component','utf-8'),(272,'does not exist','utf-8'),(273,'Y','utf-8'),(274,'Cb','utf-8'),(275,'Cr','utf-8'),(276,'R','utf-8'),(277,'G','utf-8'),(278,'B','utf-8'),(279,'Image compression mode','utf-8'),(280,'Compression scheme','utf-8'),(281,'Uncompressed','utf-8'),(282,'JPEG','utf-8'),(283,'Contrast','utf-8'),(284,'Normal','utf-8'),(285,'Soft','utf-8'),(286,'Hard','utf-8'),(287,'Copyright holder','utf-8'),(288,'Custom image processing','utf-8'),(289,'Normal process','utf-8'),(290,'Custom process','utf-8'),(291,'File change date and time','utf-8'),(292,'Date and time of digitizing','utf-8'),(293,'Date and time of data generation','utf-8'),(294,'Device settings description','utf-8'),(295,'Digital zoom ratio','utf-8'),(296,'Exif version','utf-8'),(297,'Exposure bias','utf-8'),(298,'Exposure index','utf-8'),(299,'Exposure mode','utf-8'),(300,'Auto exposure','utf-8'),(301,'Manual exposure','utf-8'),(302,'Auto bracket','utf-8'),(303,'Exposure Program','utf-8'),(304,'Not defined','utf-8'),(305,'Manual','utf-8'),(306,'Normal program','utf-8'),(307,'Aperture priority','utf-8'),(308,'Shutter priority','utf-8'),(309,'Creative program (biased toward depth of field)','utf-8'),(310,'Action program (biased toward fast shutter speed)','utf-8'),(311,'Portrait mode (for closeup photos with the background out of focus)','utf-8'),(312,'Landscape mode (for landscape photos with the background in focus)','utf-8'),(313,'Exposure time','utf-8'),(314,'$1 sec ($2)','utf-8'),(315,'File source','utf-8'),(316,'DSC','utf-8'),(317,'Flash','utf-8'),(318,'Flash energy','utf-8'),(319,'Supported Flashpix version','utf-8'),(320,'F Number','utf-8'),(321,'f/$1','utf-8'),(322,'Lens focal length','utf-8'),(323,'$1 mm','utf-8'),(324,'Focal length in 35 mm film','utf-8'),(325,'Focal plane resolution unit','utf-8'),(326,'inches','utf-8'),(327,'Focal plane X resolution','utf-8'),(328,'Focal plane Y resolution','utf-8'),(329,'Scene control','utf-8'),(330,'None','utf-8'),(331,'Low gain up','utf-8'),(332,'High gain up','utf-8'),(333,'Low gain down','utf-8'),(334,'High gain down','utf-8'),(335,'Altitude','utf-8'),(336,'Altitude reference','utf-8'),(337,'Name of GPS area','utf-8'),(338,'GPS date','utf-8'),(339,'Bearing of destination','utf-8'),(340,'Reference for bearing of destination','utf-8'),(341,'Distance to destination','utf-8'),(342,'Reference for distance to destination','utf-8'),(343,'Latitude destination','utf-8'),(344,'Reference for latitude of destination','utf-8'),(345,'Longitude of destination','utf-8'),(346,'Reference for longitude of destination','utf-8'),(347,'GPS differential correction','utf-8'),(348,'Magnetic direction','utf-8'),(349,'True direction','utf-8'),(350,'Measurement precision','utf-8'),(351,'Direction of image','utf-8'),(352,'Reference for direction of image','utf-8'),(353,'Latitude','utf-8'),(354,'North latitude','utf-8'),(355,'South latitude','utf-8'),(356,'North or South Latitude','utf-8'),(357,'Longitude','utf-8'),(358,'East longitude','utf-8'),(359,'West longitude','utf-8'),(360,'East or West Longitude','utf-8'),(361,'Geodetic survey data used','utf-8'),(362,'Measurement mode','utf-8'),(363,'2-dimensional measurement','utf-8'),(364,'3-dimensional measurement','utf-8'),(365,'Name of GPS processing method','utf-8'),(366,'Satellites used for measurement','utf-8'),(367,'Speed of GPS receiver','utf-8'),(368,'Kilometres per hour','utf-8'),(369,'Miles per hour','utf-8'),(370,'Knots','utf-8'),(371,'Speed unit','utf-8'),(372,'Receiver status','utf-8'),(373,'Measurement in progress','utf-8'),(374,'Measurement interoperability','utf-8'),(375,'GPS time (atomic clock)','utf-8'),(376,'Direction of movement','utf-8'),(377,'Reference for direction of movement','utf-8'),(378,'GPS tag version','utf-8'),(379,'Image title','utf-8'),(380,'Height','utf-8'),(381,'Unique image ID','utf-8'),(382,'Width','utf-8'),(383,'ISO speed rating','utf-8'),(384,'Offset to JPEG SOI','utf-8'),(385,'Bytes of JPEG data','utf-8'),(386,'Light source','utf-8'),(387,'Unknown','utf-8'),(388,'Daylight','utf-8'),(389,'Cloudy weather','utf-8'),(390,'Shade','utf-8'),(391,'Daylight fluorescent (D 5700 – 7100K)','utf-8'),(392,'Day white fluorescent (N 4600 – 5400K)','utf-8'),(393,'Cool white fluorescent (W 3900 – 4500K)','utf-8'),(394,'White fluorescent (WW 3200 – 3700K)','utf-8'),(395,'Standard light A','utf-8'),(396,'Standard light B','utf-8'),(397,'Standard light C','utf-8'),(398,'Fluorescent','utf-8'),(399,'D55','utf-8'),(400,'D65','utf-8'),(401,'D75','utf-8'),(402,'D50','utf-8'),(403,'ISO studio tungsten','utf-8'),(404,'Other light source','utf-8'),(405,'Tungsten (incandescent light)','utf-8'),(406,'Flash','utf-8'),(407,'Fine weather','utf-8'),(408,'Camera manufacturer','utf-8'),(409,'$1','utf-8'),(410,'Manufacturer notes','utf-8'),(411,'Maximum land aperture','utf-8'),(412,'Metering mode','utf-8'),(413,'Unknown','utf-8'),(414,'Average','utf-8'),(415,'CenterWeightedAverage','utf-8'),(416,'Other','utf-8'),(417,'Spot','utf-8'),(418,'MultiSpot','utf-8'),(419,'Pattern','utf-8'),(420,'Partial','utf-8'),(421,'Camera model','utf-8'),(422,'$1','utf-8'),(423,'Optoelectronic conversion factor','utf-8'),(424,'Orientation','utf-8'),(425,'Normal','utf-8'),(426,'Flipped horizontally','utf-8'),(427,'Rotated 180°','utf-8'),(428,'Flipped vertically','utf-8'),(429,'Rotated 90° CCW and flipped vertically','utf-8'),(430,'Rotated 90° CW','utf-8'),(431,'Rotated 90° CW and flipped vertically','utf-8'),(432,'Rotated 90° CCW','utf-8'),(433,'Pixel composition','utf-8'),(434,'RGB','utf-8'),(435,'YCbCr','utf-8'),(436,'Valind image height','utf-8'),(437,'Valid image width','utf-8'),(438,'Data arrangement','utf-8'),(439,'chunky format','utf-8'),(440,'planar format','utf-8'),(441,'Chromaticities of primarities','utf-8'),(442,'Pair of black and white reference values','utf-8'),(443,'Related audio file','utf-8'),(444,'Unit of X and Y resolution','utf-8'),(445,'Number of rows per strip','utf-8'),(446,'Number of components','utf-8'),(447,'Saturation','utf-8'),(448,'Normal','utf-8'),(449,'Low saturation','utf-8'),(450,'High saturation','utf-8'),(451,'Scene capture type','utf-8'),(452,'Standard','utf-8'),(453,'Landscape','utf-8'),(454,'Portrait','utf-8'),(455,'Night scene','utf-8'),(456,'Scene type','utf-8'),(457,'A directly photographed image','utf-8'),(458,'Sensing method','utf-8'),(459,'Undefined','utf-8'),(460,'One-chip color area sensor','utf-8'),(461,'Two-chip color area sensor','utf-8'),(462,'Three-chip color area sensor','utf-8'),(463,'Color sequential area sensor','utf-8'),(464,'Trilinear sensor','utf-8'),(465,'Color sequential linear sensor','utf-8'),(466,'Sharpness','utf-8'),(467,'Normal','utf-8'),(468,'Soft','utf-8'),(469,'Hard','utf-8'),(470,'Shutter speed','utf-8'),(471,'Software used','utf-8'),(472,'$1','utf-8'),(473,'Spatial frequency response','utf-8'),(474,'Spectral sensitivity','utf-8'),(475,'Bytes per compressed strip','utf-8'),(476,'Image data location','utf-8'),(477,'Subject area','utf-8'),(478,'Subject distance','utf-8'),(479,'$1 metres','utf-8'),(480,'Subject distance range','utf-8'),(481,'Unknown','utf-8'),(482,'Macro','utf-8'),(483,'Close view','utf-8'),(484,'Distant view','utf-8'),(485,'Subject location','utf-8'),(486,'DateTime subseconds','utf-8'),(487,'DateTimeDigitized subseconds','utf-8'),(488,'DateTimeOriginal subseconds','utf-8'),(489,'Transfer function','utf-8'),(490,'User comments','utf-8'),(491,'White Balance','utf-8'),(492,'Auto white balance','utf-8'),(493,'Manual white balance','utf-8'),(494,'White point chromaticity','utf-8'),(495,'Horizontal resolution','utf-8'),(496,'$1 dpc','utf-8'),(497,'$1 dpi','utf-8'),(498,'Color space transformation matrix coefficients','utf-8'),(499,'Y and C positioning','utf-8'),(500,'Subsampling ratio of Y to C','utf-8'),(501,'Vertical resolution','utf-8'),(502,'expires $1','utf-8'),(503,'Someone else has changed this page since you started editing it.\nThe upper text area contains the page text as it currently exists.\nYour changes are shown in the lower text area.\nYou will have to merge your changes into the existing text.\nOnly the text in the upper text area will be saved when you\npress \"Save page\".
','utf-8'),(504,'Export pages','utf-8'),(505,'Include only the current revision, not the full history','utf-8'),(506,'----\n\'\'\'Note:\'\'\' exporting the full history of pages through this form has been disabled due to performance reasons.','utf-8'),(507,'You can export the text and editing history of a particular page or\nset of pages wrapped in some XML. This can be imported into another wiki using MediaWiki\nvia the Special:Import page.\n\nTo export pages, enter the titles in the text box below, one title per line, and\nselect whether you want the current version as well as all old versions, with the page\nhistory lines, or just the current version with the info about the last edit.\n\nIn the latter case you can also use a link, e.g. [[{{ns:Special}}:Export/{{Mediawiki:mainpage}}]] for the page {{Mediawiki:mainpage}}.','utf-8'),(508,'There was either an external authentication database error or you are not allowed to update your external account.','utf-8'),(509,'http://www.example.com link title','utf-8'),(510,'External link (remember http:// prefix)','utf-8'),(511,'FAQ','utf-8'),(512,'Project:FAQ','utf-8'),(513,'Feb','utf-8'),(514,'February','utf-8'),(515,'Feed:','utf-8'),(516,'Could not copy file \"$1\" to \"$2\".','utf-8'),(517,'Could not delete file \"$1\".','utf-8'),(518,'Summary','utf-8'),(519,'A file with this name exists already, please check $1 if you are not sure if you want to change it.','utf-8'),(520,'A file with this name exists already; please go back and upload this file under a new name. [[Image:$1|thumb|center|$1]]','utf-8'),(521,'A file with this name exists already in the shared file repository; please go back and upload this file under a new name. [[Image:$1|thumb|center|$1]]','utf-8'),(522,'$1KB, MIME type: $2','utf-8'),(523,'File missing','utf-8'),(524,'Filename','utf-8'),(525,'Could not find file \"$1\".','utf-8'),(526,'Could not rename file \"$1\" to \"$2\".','utf-8'),(527,'Files','utf-8'),(528,'Source','utf-8'),(529,'Copyright status','utf-8'),(530,'File $1 uploaded successfully.\nPlease follow this link: $2 to the description page and fill\nin information about the file, such as where it came from, when it was\ncreated and by whom, and anything else you may know about it. If this is an image, you can insert it like this: [[Image:$1|thumb|Description]]','utf-8'),(531,'Summary:','utf-8'),(532,'Error: could not submit form','utf-8'),(533,'Friday','utf-8'),(534,'fetching file list','utf-8'),(535,'Go','utf-8'),(536,'\n
\n \n \n \n \n\n \n \n
\n \n \n
\n
','utf-8'),(537,'Already got an account? $1.','utf-8'),(538,'Log in','utf-8'),(539,'Trusted users able to block users and delete articles','utf-8'),(540,'Administrator','utf-8'),(541,'Anonymous users','utf-8'),(542,'Anonymous','utf-8'),(543,'The bureaucrat group is able to make sysops','utf-8'),(544,'Bureaucrat','utf-8'),(545,'General logged in users','utf-8'),(546,'User','utf-8'),(547,'Full access','utf-8'),(548,'Steward','utf-8'),(549,'User groups','utf-8'),(550,'Add group','utf-8'),(551,'A group of that name already exists','utf-8'),(552,'Edit group','utf-8'),(553,'Group description (max 255 characters):
','utf-8'),(554,'Group name:','utf-8'),(555,'If the name or description starts with a colon, the\nremainder will be treated as a message name, and hence the text will be localised\nusing the MediaWiki namespace','utf-8'),(556,'Existing groups','utf-8'),(557,'Existing groups:','utf-8'),(558,'Manage group rights','utf-8'),(559,'Please specify a valid group name','utf-8'),(560,'ID || Name || Description || Rights','utf-8'),(561,'Fill in from browser','utf-8'),(562,'Headline text','utf-8'),(563,'Level 2 headline','utf-8'),(564,'Help','utf-8'),(565,'Help:Contents','utf-8'),(566,'Hide','utf-8'),(567,'Hide results','utf-8'),(568,'hide','utf-8'),(569,'hist','utf-8'),(570,'Earliest','utf-8'),(571,'Latest','utf-8'),(572,'Diff selection: mark the radio boxes of the versions to compare and hit enter or the button at the bottom.
\nLegend: (cur) = difference with current version,\n(last) = difference with preceding version, M = minor edit.','utf-8'),(573,'Page history','utf-8'),(574,'-','utf-8'),(575,'History','utf-8'),(576,'Warning: The page you are about to delete has a history:','utf-8'),(577,'Horizontal line (use sparingly)','utf-8'),(578,'Ignore warning and save file anyway.','utf-8'),(579,'Ignore any warnings','utf-8'),(580,'The filename \"$1\" contains characters that are not allowed in page titles. Please rename the file and try uploading it again.','utf-8'),(581,'Search','utf-8'),(582,'Example.jpg','utf-8'),(583,'Embedded image','utf-8'),(584,'Links','utf-8'),(585,'File list','utf-8'),(586,'all','utf-8'),(587,'This shows only images uploaded by $1.','utf-8'),(588,'Below is a list of $1 files sorted $2.','utf-8'),(589,'Limit images on image description pages to:','utf-8'),(590,'View image page','utf-8'),(591,'Revert to earlier version was successful.','utf-8'),(592,'del','utf-8'),(593,'desc','utf-8'),(594,'Legend: (cur) = this is the current file, (del) = delete\nthis old version, (rev) = revert to this old version.\n
Click on date to see the file uploaded on that date.','utf-8'),(595,'File history','utf-8'),(596,'Legend: (desc) = show/edit file description.','utf-8'),(597,'Destination title is of a special type; cannot move pages into that namespace.','utf-8'),(598,'Import pages','utf-8'),(599,'Import failed: $1','utf-8'),(600,'Conflicting history revision exists (may have imported this page before)','utf-8'),(601,'Importing $1','utf-8'),(602,'Transwiki import','utf-8'),(603,'No import file was uploaded.','utf-8'),(604,'No transwiki import sources have been defined and direct history uploads are disabled.','utf-8'),(605,'Empty or no text','utf-8'),(606,'Import succeeded!','utf-8'),(607,'Please export the file from the source wiki using the Special:Export utility, save it to your disk and upload it here.','utf-8'),(608,'Upload of import file failed; perhaps the file is bigger than the allowed upload size.','utf-8'),(609,'infinite','utf-8'),(610,'Information','utf-8'),(611,'Information for page','utf-8'),(612,'Internal error','utf-8'),(613,'Interlanguage links','utf-8'),(614,'The e-mail address cannot be accepted as it appears to have an invalid\nformat. Please enter a well-formatted address or empty that field.','utf-8'),(615,'Invert selection','utf-8'),(616,'Invalid IP range.','utf-8'),(617,'IP Address','utf-8'),(618,'IP Address or username','utf-8'),(619,'Expiry time invalid.','utf-8'),(620,'Expiry','utf-8'),(621,'List of blocked IP addresses and usernames','utf-8'),(622,'The blocklist is empty.','utf-8'),(623,'2 hours:2 hours,1 day:1 day,3 days:3 days,1 week:1 week,2 weeks:2 weeks,1 month:1 month,3 months:3 months,6 months:6 months,1 year:1 year,infinite:infinite','utf-8'),(624,'Other time','utf-8'),(625,'other','utf-8'),(626,'Reason','utf-8'),(627,'Block this user','utf-8'),(628,'Unblock this address','utf-8'),(629,'\"[[$1]]\" unblocked','utf-8'),(630,'ISBN','utf-8'),(631,'redirect page','utf-8'),(632,'inclusion','utf-8'),(633,'Italic text','utf-8'),(634,'Italic text','utf-8'),(635,'Problem with item \'$1\', invalid name...','utf-8'),(636,'Jan','utf-8'),(637,'January','utf-8'),(638,'Jul','utf-8'),(639,'July','utf-8'),(640,'Jump to:','utf-8'),(641,'navigation','utf-8'),(642,'search','utf-8'),(643,'Jun','utf-8'),(644,'June','utf-8'),(645,'Warning: Page may not contain recent updates.','utf-8'),(646,'It is recommended that images not exceed $1 bytes in size, this file is $2 bytes','utf-8'),(647,'This file is bigger than the server is configured to allow.','utf-8'),(648,'last','utf-8'),(649,'This page was last modified $1.','utf-8'),(650,'This page was last modified $1 by $2.','utf-8'),(651,'Licensing','utf-8'),(652,'Line $1:','utf-8'),(653,'Link title','utf-8'),(654,'Internal link','utf-8'),(655,'(List of links)','utf-8'),(656,'/^(.*?)([a-zA-Z\\x80-\\xff]+)$/sD','utf-8'),(657,'The following pages link to here:','utf-8'),(658,'The following pages link to this file:','utf-8'),(659,'/^([a-z]+)(.*)$/sD','utf-8'),(660,'list','utf-8'),(661,' cont.','utf-8'),(662,'List redirects','utf-8'),(663,'User list','utf-8'),(664,'Loading page history','utf-8'),(665,'loading revision for diff','utf-8'),(666,'Local time','utf-8'),(667,'Lock database','utf-8'),(668,'Yes, I really want to lock the database.','utf-8'),(669,'Lock database','utf-8'),(670,'Database lock succeeded','utf-8'),(671,'The database has been locked.\n
Remember to remove the lock after your maintenance is complete.','utf-8'),(672,'Locking the database will suspend the ability of all\nusers to edit pages, change their preferences, edit their watchlists, and\nother things requiring changes in the database.\nPlease confirm that this is what you intend to do, and that you will\nunlock the database when your maintenance is done.','utf-8'),(673,'You did not check the confirmation box.','utf-8'),(674,'Logs','utf-8'),(675,'No matching items in log.','utf-8'),(676,'Log in','utf-8'),(677,'','utf-8'),(678,'Login error','utf-8'),(679,'User login','utf-8'),(680,'There has been a problem with your login.
Try again!','utf-8'),(681,'You must have cookies enabled to log in to {{SITENAME}}.','utf-8'),(682,'login','utf-8'),(683,'You must $1 to view other pages.','utf-8'),(684,'Login Required','utf-8'),(685,'\'\'\'You are now logged in to {{SITENAME}} as \"$1\".\'\'\'','utf-8'),(686,'Login successful','utf-8'),(687,'Log out','utf-8'),(688,'You are now logged out.
\nYou can continue to use {{SITENAME}} anonymously, or you can log in\nagain as the same or as a different user. Note that some pages may\ncontinue to be displayed as if you were still logged in, until you clear\nyour browser cache.','utf-8'),(689,'User logout','utf-8'),(690,'Orphaned pages','utf-8'),(691,'ERROR: The text you have submitted is $1 kilobytes \nlong, which is longer than the maximum of $2 kilobytes. It cannot be saved.','utf-8'),(692,'Long pages','utf-8'),(693,'WARNING: This page is $1 kilobytes long; some\nbrowsers may have problems editing pages approaching or longer than 32kb.\nPlease consider breaking the page into smaller sections.','utf-8'),(694,'Error sending mail: $1','utf-8'),(695,'E-mail password','utf-8'),(696,'No send address','utf-8'),(697,'You must be [[Special:Userlogin|logged in]]\nand have a valid e-mail address in your [[Special:Preferences|preferences]]\nto send e-mail to other users.','utf-8'),(698,'Main Page','utf-8'),(699,'Consult the [http://meta.wikipedia.org/wiki/MediaWiki_User%27s_Guide User\'s Guide] for information on using the wiki software.\n\n== Getting started ==\n\n* [http://www.mediawiki.org/wiki/Help:Configuration_settings Configuration settings list]\n* [http://www.mediawiki.org/wiki/Help:FAQ MediaWiki FAQ]\n* [http://mail.wikipedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]','utf-8'),(700,'\'\'\'MediaWiki has been successfully installed.\'\'\'','utf-8'),(701,'Make a user into a sysop','utf-8'),(702,'User \"$1\" could not be made into a sysop. (Did you enter the name correctly?)','utf-8'),(703,'Name of the user:','utf-8'),(704,'User \"$1\" is now a sysop','utf-8'),(705,'Make this user into a sysop','utf-8'),(706,'This form is used by bureaucrats to turn ordinary users into administrators.\nType the name of the user in the box and press the button to make the user an administrator','utf-8'),(707,'Make a user into a sysop','utf-8'),(708,'Mar','utf-8'),(709,'March','utf-8'),(710,'Mark as patrolled','utf-8'),(711,'[$1]','utf-8'),(712,'Mark this article as patrolled','utf-8'),(713,'Marked as patrolled','utf-8'),(714,'Cannot mark as patrolled','utf-8'),(715,'You need to specify a revision to mark as patrolled.','utf-8'),(716,'The selected revision has been marked as patrolled.','utf-8'),(717,'The query \"$1\" matched $2 page titles\nand the text of $3 pages.','utf-8'),(718,'Math','utf-8'),(719,'Can\'t write to or create math output directory','utf-8'),(720,'Can\'t write to or create math temp directory','utf-8'),(721,'Failed to parse','utf-8'),(722,'PNG conversion failed; check for correct installation of latex, dvips, gs, and convert','utf-8'),(723,'lexing error','utf-8'),(724,'Missing texvc executable; please see math/README to configure.','utf-8'),(725,'Insert formula here','utf-8'),(726,'syntax error','utf-8'),(727,'Mathematical formula (LaTeX)','utf-8'),(728,'unknown error','utf-8'),(729,'unknown function','utf-8'),(730,'May','utf-8'),(731,'May','utf-8'),(732,'Example.ogg','utf-8'),(733,'Media file link','utf-8'),(734,'\'\'\'Warning\'\'\': This file may contain malicious code, by executing it your system may be compromised.\n
','utf-8'),(735,'Metadata','utf-8'),(736,'Hide extended details','utf-8'),(737,'Show extended details','utf-8'),(738,'EXIF metadata fields listed in this message will\nbe included on image page display when the metadata table\nis collapsed. Others will be hidden by default.\n* make\n* model\n* datetimeoriginal\n* exposuretime\n* fnumber\n* focallength','utf-8'),(739,'This file contains additional information, probably added from the digital camera or scanner used to create or digitize it. If the file has been modified from its original state, some details may not fully reflect the modified image.','utf-8'),(740,'Wikipedia:Metadata','utf-8'),(741,'MIME search','utf-8'),(742,'MIME type:','utf-8'),(743,'File names must be at least three letters.','utf-8'),(744,'This is a minor edit','utf-8'),(745,'m','utf-8'),(746,'The database did not find the text of a page that it should have found, named \"$1\".\n\nThis is usually caused by following an outdated diff or history link to a\npage that has been deleted.\n\nIf this is not the case, you may have found a bug in the software.\nPlease report this to an administrator, making note of the URL.','utf-8'),(747,'Please enter a comment below.','utf-8'),(748,'Missing image
$1','utf-8'),(749,'\'\'\'Reminder:\'\'\' You have not provided an edit summary. If you click Save again, your edit will be saved without one.','utf-8'),(750,'Monday','utf-8'),(751,'More...','utf-8'),(752,'Articles with the most categories','utf-8'),(753,'Most linked to images','utf-8'),(754,'Most linked to pages','utf-8'),(755,'Most linked to categories','utf-8'),(756,'Articles with the most revisions','utf-8'),(757,'Move','utf-8'),(758,'Move page','utf-8'),(759,'moved to','utf-8'),(760,'Move log','utf-8'),(761,'Below is a list of page moved.','utf-8'),(762,'Not logged in','utf-8'),(763,'You must be a registered user and [[Special:Userlogin|logged in]]\nto move a page.','utf-8'),(764,'Move page','utf-8'),(765,'Move page','utf-8'),(766,'The associated talk page, if any, will be automatically moved along with it \'\'\'unless:\'\'\'\n*You are moving the page across namespaces,\n*A non-empty talk page already exists under the new name, or\n*You uncheck the box below.\n\nIn those cases, you will have to move or merge the page manually if desired.','utf-8'),(767,'Using the form below will rename a page, moving all\nof its history to the new name.\nThe old title will become a redirect page to the new title.\nLinks to the old page title will not be changed; be sure to\ncheck for double or broken redirects.\nYou are responsible for making sure that links continue to\npoint where they are supposed to go.\n\nNote that the page will \'\'\'not\'\'\' be moved if there is already\na page at the new title, unless it is empty or a redirect and has no\npast edit history. This means that you can rename a page back to where\nit was just renamed from if you make a mistake, and you cannot overwrite\nan existing page.\n\nWARNING!\nThis can be a drastic and unexpected change for a popular page;\nplease be sure you understand the consequences of this before\nproceeding.','utf-8'),(768,'Reason','utf-8'),(769,'Move associated talk page','utf-8'),(770,'Move this page','utf-8'),(771,'HTML if possible or else PNG','utf-8'),(772,'MathML if possible (experimental)','utf-8'),(773,'Recommended for modern browsers','utf-8'),(774,'Always render PNG','utf-8'),(775,'HTML if very simple or else PNG','utf-8'),(776,'Leave it as TeX (for text browsers)','utf-8'),(777,'My contributions','utf-8'),(778,'My page','utf-8'),(779,'My talk','utf-8'),(780,'Namespace:','utf-8'),(781,'all','utf-8'),(782,'Navigation','utf-8'),(783,'$1 bytes','utf-8'),(784,'$1 categories','utf-8'),(785,'$1 changes','utf-8'),(786,'(New)','utf-8'),(787,'You\'ve followed a link to a page that doesn\'t exist yet.\nTo create the page, start typing in the box below\n(see the [[Project:Help|help page]] for more info).\nIf you are here by mistake, just click your browser\'s \'\'\'back\'\'\' button.','utf-8'),(788,'{{int:newarticletext}}','utf-8'),(789,'newbies','utf-8'),(790,'Gallery of new files','utf-8'),(791,'diff to penultimate revision','utf-8'),(792,'new messages','utf-8'),(793,'New page','utf-8'),(794,'N','utf-8'),(795,'New pages','utf-8'),(796,'New password:','utf-8'),(797,',_','utf-8'),(798,'To new title','utf-8'),(799,' (new users only)','utf-8'),(800,'(opens in new window)','utf-8'),(801,'next','utf-8'),(802,'Next diff →','utf-8'),(803,'next $1','utf-8'),(804,'Next page ($1)','utf-8'),(805,'Newer revision→','utf-8'),(806,'$1 links','utf-8'),(807,'There is currently no text in this page, you can [[{{ns:special}}:Search/{{PAGENAME}}|search for this page title]] in other pages or [{{fullurl:{{NAMESPACE}}:{{PAGENAME}}|action=edit}} edit this page].','utf-8'),(808,'{{int:noarticletext}}','utf-8'),(809,'Sorry! The wiki is experiencing some technical difficulties, and cannot contact the database server.
\n$1','utf-8'),(810,'No changes were found matching these criteria.','utf-8'),(811,'{{SITENAME}} uses cookies to log in users. You have cookies disabled. Please enable them and try again.','utf-8'),(812,'The user account was created, but you are not logged in. {{SITENAME}} uses cookies to log in users. You have cookies disabled. Please enable them, then log in with your new username and password.','utf-8'),(813,'This site has restricted the ability to create new pages.\nYou can go back and edit an existing page, or [[Special:Userlogin|log in or create an account]].','utf-8'),(814,'Page creation limited','utf-8'),(815,'Creative Commons RDF metadata disabled for this server.','utf-8'),(816,'There is no credits info available for this page.','utf-8'),(817,'Could not select database $1','utf-8'),(818,'Dublin Core RDF metadata disabled for this server.','utf-8'),(819,'There is no e-mail address recorded for user \"$1\".','utf-8'),(820,'Specify an e-mail address for these features to work.','utf-8'),(821,'This user has not specified a valid e-mail address,\nor has chosen not to receive e-mail from other users.','utf-8'),(822,'No e-mail address','utf-8'),(823,'\'\'\'There is no page titled \"$1\".\'\'\' You can [[$1|create this page]].','utf-8'),(824,'There is no edit history for this page.','utf-8'),(825,'No file by this name exists, you can $1.','utf-8'),(826,'upload it','utf-8'),(827,'Nothing to see.','utf-8'),(828,'None selected','utf-8'),(829,'No pages link to here.','utf-8'),(830,'There are no pages that link to this file.','utf-8'),(831,'Don\'t have a login? $1.','utf-8'),(832,'Create an account','utf-8'),(833,'You have not specified a valid user name.','utf-8'),(834,'\'\'\'Note\'\'\': unsuccessful searches are\noften caused by searching for common words like \"have\" and \"from\",\nwhich are not indexed, or by specifying more than one search term (only pages\ncontaining all of the search terms will appear in the result).','utf-8'),(835,'WARNING: Your browser is not unicode compliant. A workaround is in place to allow you to safely edit articles: non-ASCII characters will appear in the edit box as hexadecimal codes.','utf-8'),(836,'You have requested an invalid special page, a list of valid special pages may be found at [[{{ns:special}}:Specialpages]].','utf-8'),(837,'No such action','utf-8'),(838,'The action specified by the URL is not\nrecognized by the wiki','utf-8'),(839,'No such special page','utf-8'),(840,'There is no user by the name \"$1\". Check your spelling, or create a new account.','utf-8'),(841,'There is no user by the name \"$1\". Check your spelling.','utf-8'),(842,'The wiki server can\'t provide data in a format your client can read.','utf-8'),(843,'Not a content page','utf-8'),(844,'You have not specified a target page or user\nto perform this function on.','utf-8'),(845,'No target','utf-8'),(846,'Note:','utf-8'),(847,'No page text matches','utf-8'),(848,'No page title matches','utf-8'),(849,'Not logged in','utf-8'),(850,'Nov','utf-8'),(851,'November','utf-8'),(852,'You have no items on your watchlist.','utf-8'),(853,'Insert non-formatted text here','utf-8'),(854,'Ignore wiki formatting','utf-8'),(855,'$1 revisions','utf-8'),(856,'Category','utf-8'),(857,'Help','utf-8'),(858,'File','utf-8'),(859,'Article','utf-8'),(860,'Media page','utf-8'),(861,'Message','utf-8'),(862,'Special','utf-8'),(863,'Template','utf-8'),(864,'User page','utf-8'),(865,'Project page','utf-8'),(866,'Number of distinct authors (article): $1','utf-8'),(867,'[$1]','utf-8'),(868,'[$1 watching user/s]','utf-8'),(869,'Number of edits (article): $1','utf-8'),(870,'Number of distinct authors (discussion page): $1','utf-8'),(871,'Number of edits (discussion page): $1','utf-8'),(872,'Number of watchers: $1','utf-8'),(873,'$1 views','utf-8'),(874,'Oct','utf-8'),(875,'October','utf-8'),(876,'OK','utf-8'),(877,'Old password:','utf-8'),(878,'orig','utf-8'),(879,'Orphaned pages','utf-8'),(880,'Based on work by $1.','utf-8'),(881,'In other languages','utf-8'),(882,'others','utf-8'),(883,'Move succeeded','utf-8'),(884,'Page \"[[$1]]\" moved to \"[[$2]]\".','utf-8'),(885,'$1 - {{SITENAME}}','utf-8'),(886,'Someone (probably you, from IP address $1)\nrequested that we send you a new {{SITENAME}} login password for {{SERVERNAME}}.\nThe password for user \"$2\" is now \"$3\".\nYou should log in and change your password now.\n\nIf someone else made this request or if you have remembered your password and\nyou no longer wish to change it, you may ignore this message and continue using\nyour old password.','utf-8'),(887,'Password reminder from {{SITENAME}}','utf-8'),(888,'A new password has been sent to the e-mail address\nregistered for \"$1\".\nPlease log in again after you receive it.','utf-8'),(889,'Your password is too short. It must have at least $1 characters.','utf-8'),(890,'The following data is cached and may not be completely up to date:','utf-8'),(891,'Sorry! This feature has been temporarily disabled because it slows the database down to the point that no one can use the wiki.','utf-8'),(892,'Here is a saved copy from $1:','utf-8'),(893,'Permanent link','utf-8'),(894,'Personal tools','utf-8'),(895,'Popular pages','utf-8'),(896,'Community portal','utf-8'),(897,'Project:Community Portal','utf-8'),(898,'Post a comment','utf-8'),(899,'{{SITENAME}} is powered by [http://www.mediawiki.org/ MediaWiki], an open source wiki engine.','utf-8'),(900,'Search','utf-8'),(901,'\nSearch in namespaces :
\n$1
\n$2 List redirects   Search for $3 $9','utf-8'),(902,'Preferences','utf-8'),(903,'Prefix index','utf-8'),(904,'* E-mail (optional): Enables others to contact you through your user or user_talk page without the need of revealing your identity.','utf-8'),(905,'This address is also used to send you e-mail notifications if you enabled the options.','utf-8'),(906,'* Real name (optional): if you choose to provide it this will be used for giving you attribution for your work.','utf-8'),(907,'Misc','utf-8'),(908,'User profile','utf-8'),(909,'Recent changes','utf-8'),(910,'Not logged in','utf-8'),(911,'You must be [[Special:Userlogin|logged in]] to set user preferences.','utf-8'),(912,'Preferences have been reset from storage.','utf-8'),(913,'Preview','utf-8'),(914,'This preview reflects the text in the upper\ntext editing area as it will appear if you choose to save.','utf-8'),(915,'This is only a preview; changes have not yet been saved!','utf-8'),(916,'← Previous diff','utf-8'),(917,'←Older revision','utf-8'),(918,'previous $1','utf-8'),(919,'Print','utf-8'),(920,'Printable version','utf-8'),(921,'(From {{SERVER}})','utf-8'),(922,'Privacy policy','utf-8'),(923,'Project:Privacy_policy','utf-8'),(924,'Protect','utf-8'),(925,'(default)','utf-8'),(926,'Block unregistered users','utf-8'),(927,'Sysops only','utf-8'),(928,'You may view and change the protection level here for the page $1.\nPlease be sure you are following the [[Project:Protected page|project guidelines]].','utf-8'),(929,'Unlock move permissions','utf-8'),(930,'Your account does not have permission to change\npage protection levels. Here are the current settings for the page $1:','utf-8'),(931,'Reason for protecting','utf-8'),(932,'protected \"[[$1]]\"','utf-8'),(933,'Protected page','utf-8'),(934,'WARNING: This page has been locked so that only users with sysop privileges can edit it. Be sure you are following the [[Project:Protected_page_guidelines|protected page guidelines]].','utf-8'),(935,'This page has been locked to prevent editing; there are\na number of reasons why this may be so, please see\n[[Project:Protected page]].\n\nYou can view and copy the source of this page:','utf-8'),(936,'Protection_log','utf-8'),(937,'Below is a list of page locks/unlocks.\nSee [[Project:Protected page]] for more information.','utf-8'),(938,'Protect from moves only','utf-8'),(939,'Protect page','utf-8'),(940,'(Protecting \"$1\")','utf-8'),(941,'Protect this page','utf-8'),(942,'Proxy blocker','utf-8'),(943,'Your IP address has been blocked because it is an open proxy. Please contact your Internet service provider or tech support and inform them of this serious security problem.','utf-8'),(944,'Done.','utf-8'),(945,'http://www.ncbi.nlm.nih.gov/entrez/query.fcgi?cmd=Retrieve&db=pubmed&dopt=Abstract&list_uids=$1','utf-8'),(946,'Browse','utf-8'),(947,'Edit','utf-8'),(948,'Find','utf-8'),(949,'My pages','utf-8'),(950,'Context','utf-8'),(951,'This page','utf-8'),(952,'Quickbar','utf-8'),(953,'Special pages','utf-8'),(954,'Random page','utf-8'),(955,'Special:Random','utf-8'),(956,'The sysop ability to create range blocks is disabled.','utf-8'),(957,'Limit to categories (separate with \"|\")','utf-8'),(958,'Any','utf-8'),(959,'in $4 form; $1 minor edits; $2 secondary namespaces; $3 multiple edits.','utf-8'),(960,'Show last $1 changes in last $2 days
$3','utf-8'),(961,'Show new changes starting from $1','utf-8'),(962,'; $1 edits from logged in users','utf-8'),(963,'Loading recent changes','utf-8'),(964,'(to pages linked from \"$1\")','utf-8'),(965,'Below are the last $1 changes in last $2 days.','utf-8'),(966,'Below are the changes since $2 (up to $1 shown).','utf-8'),(967,'Recent Changes Patrol disabled','utf-8'),(968,'The Recent Changes Patrol feature is currently disabled.','utf-8'),(969,'$1 anonymous users','utf-8'),(970,'$1 bots','utf-8'),(971,'$1 logged-in users','utf-8'),(972,'$1 my edits','utf-8'),(973,'$1 minor edits','utf-8'),(974,'$1 patrolled edits','utf-8'),(975,'Database locked','utf-8'),(976,'The database has been automatically locked while the slave database servers catch up to the master','utf-8'),(977,'The database is currently locked to new entries and other modifications, probably for routine database maintenance, after which it will be back to normal.\n\nThe administrator who locked it offered this explanation: $1','utf-8'),(978,'WARNING: The database has been locked for maintenance,\nso you will not be able to save your edits right now. You may wish to cut-n-paste\nthe text into a text file and save it for later.','utf-8'),(979,'Recent changes','utf-8'),(980,'Special:Recentchanges','utf-8'),(981,'all','utf-8'),(982,'Titles in recent changes:','utf-8'),(983,'Related changes','utf-8'),(984,'Track the most recent changes to the wiki on this page.','utf-8'),(985,'Recreate','utf-8'),(986,'(Redirected from $1)','utf-8'),(987,'Redirecting to [[$1]]...','utf-8'),(988,'Redirect page','utf-8'),(989,'Remember me','utf-8'),(990,'Remove checked items from watchlist','utf-8'),(991,'Removed from watchlist','utf-8'),(992,'The page \"[[:$1]]\" has been removed from your watchlist.','utf-8'),(993,'Removing requested items from watchlist...','utf-8'),(994,'Renamed group $2 to $3','utf-8'),(995,'Reset','utf-8'),(996,'$1 deleted edits','utf-8'),(997,'one deleted edit','utf-8'),(998,'Restricted special pages','utf-8'),(999,'Edit','utf-8'),(1000,'Move','utf-8'),(1001,'Hits per page:','utf-8'),(1002,'Retrieved from \"$1\"','utf-8'),(1003,'Return to $1.','utf-8'),(1004,'Retype new password:','utf-8'),(1005,'Re-upload','utf-8'),(1006,'Return to the upload form.','utf-8'),(1007,'(comment removed)','utf-8'),(1008,'
\nThis page revision has been removed from the public archives.\nThere may be details in the [{{fullurl:Special:Log/delete|page={{PAGENAMEE}}}} deletion log].\n
','utf-8'),(1009,'
\nThis page revision has been removed from the public archives.\nAs an administrator on this site you can view it;\nthere may be details in the [{{fullurl:Special:Log/delete|page={{PAGENAMEE}}}} deletion log].\n
','utf-8'),(1010,'(username removed)','utf-8'),(1011,'show/hide','utf-8'),(1012,'Hide edit comment','utf-8'),(1013,'Apply these restrictions to sysops as well as others','utf-8'),(1014,'Hide revision text','utf-8'),(1015,'Hide editor\'s username/IP','utf-8'),(1016,'Set revision restrictions:','utf-8'),(1017,'Log comment:','utf-8'),(1018,'changed revision visibility for [[$1]]','utf-8'),(1019,'Selected revision of [[:$1]]:','utf-8'),(1020,'Apply to selected revision','utf-8'),(1021,'Deleted revisions will still appear in the page history,\nbut their text contents will be inaccessible to the public.\n\nOther admins on this wiki will still be able to access the hidden content and can\nundelete it again through this same interface, unless an additional restriction\nis placed by the site operators.','utf-8'),(1022,'Reverted to earlier revision','utf-8'),(1023,'rev','utf-8'),(1024,'revert','utf-8'),(1025,'Reverted edit of $2, changed back to last version by $1','utf-8'),(1026,'Revision history','utf-8'),(1027,'Revision as of $1','utf-8'),(1028,'Revision as of $1; $2
$3 | $4','utf-8'),(1029,'Delete/undelete revisions','utf-8'),(1030,'Revision not found','utf-8'),(1031,'The old revision of the page you asked for could not be found.\nPlease check the URL you used to access this page.','utf-8'),(1032,'http://www.ietf.org/rfc/rfc$1.txt','utf-8'),(1033,'Rights:','utf-8'),(1034,'This is a log of changes to user rights.','utf-8'),(1035,'Roll back edits','utf-8'),(1036,'Rollback','utf-8'),(1037,'Rollback failed','utf-8'),(1038,'rollback','utf-8'),(1039,'Rows:','utf-8'),(1040,'Saturday','utf-8'),(1041,'Save page','utf-8'),(1042,'Your preferences have been saved.','utf-8'),(1043,'Save file','utf-8'),(1044,'Save Group','utf-8'),(1045,'Save','utf-8'),(1046,'Save User Groups','utf-8'),(1047,'[Interwiki transcluding is disabled]','utf-8'),(1048,'[Template fetch failed for $1; sorry]','utf-8'),(1049,'[URL is too long; sorry]','utf-8'),(1050,'Search','utf-8'),(1051,'Search for articles containing \'\'$1\'\'.','utf-8'),(1052,'{{SITENAME}} search is disabled. You can search via Google in the meantime. Note that their indexes of {{SITENAME}} content may be out of date.','utf-8'),(1053,'Search full text','utf-8'),(1054,'Search for articles named \'\'$1\'\'.','utf-8'),(1055,'For query \"$1\"','utf-8'),(1056,'Search results','utf-8'),(1057,'Search','utf-8'),(1058,'For more information about searching {{SITENAME}}, see [[Project:Searching|Searching {{SITENAME}}]].','utf-8'),(1059,'→','utf-8'),(1060,'Select a newer version for comparison','utf-8'),(1061,'Select an older version for comparison','utf-8'),(1062,'Source and destination titles are the same; can\'t move a page over itself.','utf-8'),(1063,'\'\'\'Note:\'\'\' This page has been locked so that only registered users can edit it.','utf-8'),(1064,'Sep','utf-8'),(1065,'September','utf-8'),(1066,'Server time','utf-8'),(1067,'Sorry! We could not process your edit due to a loss of session data.\nPlease try again. If it still doesn\'t work, try logging out and logging back in.','utf-8'),(1068,'There seems to be a problem with your login session;\nthis action has been canceled as a precaution against session hijacking.\nPlease hit \"back\" and reload the page you came from, then try again.','utf-8'),(1069,'User rights for \"$1\" could not be set. (Did you enter the name correctly?)','utf-8'),(1070,'Set user rights','utf-8'),(1071,'Set bureaucrat flag','utf-8'),(1072,'Set steward flag','utf-8'),(1073,'-','utf-8'),(1074,'This file is a shared upload and may be used by other projects.','utf-8'),(1075,'Please see the $1 for further information.','utf-8'),(1076,'file description page','utf-8'),(1077,'Short pages','utf-8'),(1078,'Show','utf-8'),(1079,'Download high resolution version ($1x$2, $3 KB)','utf-8'),(1080,'Show changes','utf-8'),(1081,'($1 bots)','utf-8'),(1082,'Showing below up to $1 results starting with #$2.','utf-8'),(1083,'Showing below $3 results starting with #$2.','utf-8'),(1084,'Show last $1 files sorted $2.','utf-8'),(1085,'Live preview','utf-8'),(1086,'Show preview','utf-8'),(1087,'show','utf-8'),(1088,'\n* navigation\n** mainpage|mainpage\n** portal-url|portal\n** currentevents-url|currentevents\n** recentchanges-url|recentchanges\n** randompage-url|randompage\n** helppage|help\n** sitesupport-url|sitesupport','utf-8'),(1089,'Your signature with timestamp','utf-8'),(1090,'{{int:loginend}}','utf-8'),(1091,'-','utf-8'),(1092,'{{SITENAME}} statistics','utf-8'),(1093,'There are \'\'\'$1\'\'\' total pages in the database.\nThis includes \"talk\" pages, pages about {{SITENAME}}, minimal \"stub\"\npages, redirects, and others that probably don\'t qualify as content pages.\nExcluding those, there are \'\'\'$2\'\'\' pages that are probably legitimate\ncontent pages. \n\n\'\'\'$8\'\'\' files have been uploaded.\n\nThere have been a total of \'\'\'$3\'\'\' page views, and \'\'\'$4\'\'\' page edits\nsince the wiki was setup.\nThat comes to \'\'\'$5\'\'\' average edits per page, and \'\'\'$6\'\'\' views per edit.\n\nThe [http://meta.wikimedia.org/wiki/Help:Job_queue job queue] length is \'\'\'$7\'\'\'.','utf-8'),(1094,'','utf-8'),(1095,'Donations','utf-8'),(1096,'Project:Site support','utf-8'),(1097,'{{SITENAME}}','utf-8'),(1098,'{{SITENAME}} user $1','utf-8'),(1099,'{{SITENAME}} user(s) $1','utf-8'),(1100,'Skin','utf-8'),(1101,'(Preview)','utf-8'),(1102,'SORBS DNSBL','utf-8'),(1103,'Your IP address is listed as an open proxy in the [http://www.sorbs.net SORBS] DNSBL. You cannot create an account','utf-8'),(1104,'Your IP address is listed as an open proxy in the [http://www.sorbs.net SORBS] DNSBL.','utf-8'),(1105,'Source filename','utf-8'),(1106,'All revisions contained links to $1, blanking','utf-8'),(1107,'Reverting to last version not containing links to $1','utf-8'),(1108,'MediaWiki spam cleanup','utf-8'),(1109,'The following text is what triggered our spam filter: $1','utf-8'),(1110,'The page you wanted to save was blocked by the spam filter. This is probably caused by a link to an external site.','utf-8'),(1111,'Spam protection filter','utf-8'),(1112,'Title:','utf-8'),(1113,'User:','utf-8'),(1114,'Special Page','utf-8'),(1115,'Special pages','utf-8'),(1116,'Special pages for all users','utf-8'),(1117,'(SQL query hidden)','utf-8'),(1118,'Statistics','utf-8'),(1119,'Stored version','utf-8'),(1120,'Threshold for stub display:','utf-8'),(1121,'Subcategories','utf-8'),(1122,'There are $1 subcategories to this category.','utf-8'),(1123,'There is $1 subcategory to this category.','utf-8'),(1124,'Subject/headline','utf-8'),(1125,'View subject','utf-8'),(1126,'Successful upload','utf-8'),(1127,'Summary','utf-8'),(1128,'Sunday','utf-8'),(1129,'The action you have requested can only be\nperformed by users with \"sysop\" capability.\nSee $1.','utf-8'),(1130,'Sysop access required','utf-8'),(1131,'table','utf-8'),(1132,'From {{SITENAME}}','utf-8'),(1133,'Discussion','utf-8'),(1134,'\'\'\'The page itself was moved successfully, but the talk page could not be moved because one already exists at the new title. Please merge them manually.\'\'\'','utf-8'),(1135,'Discuss this page','utf-8'),(1136,'The corresponding talk page was also moved.','utf-8'),(1137,'The corresponding talk page was not moved.','utf-8'),(1138,'','utf-8'),(1139,'Templates used on this page:','utf-8'),(1140,'Editing','utf-8'),(1141,'Page text matches','utf-8'),(1142,'View or restore $1?','utf-8'),(1143,'Enlarge','utf-8'),(1144,'Error creating thumbnail: $1','utf-8'),(1145,'Thumbnail size:','utf-8'),(1146,'Thursday','utf-8'),(1147,'Time zone','utf-8'),(1148,'Offset¹','utf-8'),(1149,'The number of hours your local time differs from server time (UTC).','utf-8'),(1150,'Article title matches','utf-8'),(1151,'Contents','utf-8'),(1152,'Mark edits I make as patrolled','utf-8'),(1153,'Edit pages on double click (JavaScript)','utf-8'),(1154,'Enable section editing via [edit] links','utf-8'),(1155,'Enable section editing by right clicking
on section titles (JavaScript)','utf-8'),(1156,'Edit box has full width','utf-8'),(1157,'E-mail me also for minor edits of pages','utf-8'),(1158,'Reveal my e-mail address in notification mails','utf-8'),(1159,'E-mail me when my user talk page is changed','utf-8'),(1160,'E-mail me on page changes','utf-8'),(1161,'Use external diff by default','utf-8'),(1162,'Use external editor by default','utf-8'),(1163,'Raw signatures (without automatic link)','utf-8'),(1164,'Prompt me when entering a blank edit summary','utf-8'),(1165,'Hide minor edits in recent changes','utf-8'),(1166,'Format broken links like this (alternative: like this?).','utf-8'),(1167,'Justify paragraphs','utf-8'),(1168,'Mark all edits minor by default','utf-8'),(1169,'Disable page caching','utf-8'),(1170,'Auto-number headings','utf-8'),(1171,'Show preview on first edit','utf-8'),(1172,'Show preview before edit box','utf-8'),(1173,'Remember across sessions','utf-8'),(1174,'Enable \"jump to\" accessibility links','utf-8'),(1175,'Show the number of watching users','utf-8'),(1176,'Show table of contents (for pages with more than 3 headings)','utf-8'),(1177,'Show edit toolbar (JavaScript)','utf-8'),(1178,'Underline links:','utf-8'),(1179,'Use live preview (JavaScript) (Experimental)','utf-8'),(1180,'Enhanced recent changes (JavaScript)','utf-8'),(1181,'Add pages I create to my watchlist','utf-8'),(1182,'Add pages I edit to my watchlist','utf-8'),(1183,'Toolbox','utf-8'),(1184,'See the differences between the two selected versions of this page. [alt-v]','utf-8'),(1185,'Show which changes you made to the text. [alt-d]','utf-8'),(1186,'Mark this as a minor edit [alt-i]','utf-8'),(1187,'Preview your changes, please use this before saving! [alt-p]','utf-8'),(1188,'','utf-8'),(1189,'Save your changes [alt-s]','utf-8'),(1190,'Search {{SITENAME}} [alt-f]','utf-8'),(1191,'Add this page to your watchlist [alt-w]','utf-8'),(1192,'; $4$5 : [$2 $1]','utf-8'),(1193,'
\nTrackbacks for this article:
\n$1\n
','utf-8'),(1194,'The trackback was successfully deleted.','utf-8'),(1195,'; $4$5 : [$2 $1]: $3','utf-8'),(1196,'Trackback','utf-8'),(1197,' ([$1 Delete])','utf-8'),(1198,'Try exact match','utf-8'),(1199,'Tuesday','utf-8'),(1200,'View the last $1 changes; view the last $2 days.','utf-8'),(1201,'Below are this user\'s last $1 changes in the last $2 days.','utf-8'),(1202,' (top)','utf-8'),(1203,'User ID:','utf-8'),(1204,'Unblock user','utf-8'),(1205,'Use the form below to restore write access\nto a previously blocked IP address or username.','utf-8'),(1206,'unblock','utf-8'),(1207,'unblocked $1','utf-8'),(1208,'Uncategorized categories','utf-8'),(1209,'Uncategorized pages','utf-8'),(1210,'View deleted pages','utf-8'),(1211,'Undelete $1 edits','utf-8'),(1212,'Undelete one edit','utf-8'),(1213,'Restore deleted page','utf-8'),(1214,'Restore!','utf-8'),(1215,'restored \"[[$1]]\"','utf-8'),(1216,'$1 revisions restored','utf-8'),(1217,'[[:$1|$1]] has been successfully restored.\nSee [[Special:Log/delete]] for a record of recent deletions and restorations.','utf-8'),(1218,'If you restore the page, all revisions will be restored to the history.\nIf a new page with the same name has been created since the deletion, the restored\nrevisions will appear in the prior history, and the current revision of the live page\nwill not be automatically replaced.','utf-8'),(1219,'This article has been deleted. The reason for deletion is\nshown in the summary below, along with details of the users who had edited this page\nbefore deletion. The actual text of these deleted revisions is only available to administrators.','utf-8'),(1220,'View and restore deleted pages','utf-8'),(1221,'The following pages have been deleted but are still in the archive and\ncan be restored. The archive may be periodically cleaned out.','utf-8'),(1222,'Deleted revision as of $1','utf-8'),(1223,'$1 revisions archived','utf-8'),(1224,'Always','utf-8'),(1225,'Browser default','utf-8'),(1226,'Never','utf-8'),(1227,'Unexpected value: \"$1\"=\"$2\".','utf-8'),(1228,'px','utf-8'),(1229,'Unlock database','utf-8'),(1230,'Yes, I really want to unlock the database.','utf-8'),(1231,'Unlock database','utf-8'),(1232,'Database lock removed','utf-8'),(1233,'The database has been unlocked.','utf-8'),(1234,'Unlocking the database will restore the ability of all\nusers to edit pages, change their preferences, edit their watchlists, and\nother things requiring changes in the database.\nPlease confirm that this is what you intend to do.','utf-8'),(1235,'unprotect','utf-8'),(1236,'Reason for unprotecting','utf-8'),(1237,'unprotected \"[[$1]]\"','utf-8'),(1238,'(Unprotecting \"$1\")','utf-8'),(1239,'Unprotect this page','utf-8'),(1240,'Unused categories','utf-8'),(1241,'The following category pages exist although no other article or category make use of them.','utf-8'),(1242,'Unused files','utf-8'),(1243,'

Please note that other web sites may link to an image with\na direct URL, and so may still be listed here despite being\nin active use.

','utf-8'),(1244,'Unwatch','utf-8'),(1245,'Unwatched pages','utf-8'),(1246,'Stop watching','utf-8'),(1247,'(Updated)','utf-8'),(1248,'updated since my last visit','utf-8'),(1249,'Upload file','utf-8'),(1250,'The upload directory ($1) is not writable by the webserver.','utf-8'),(1251,'Upload file','utf-8'),(1252,'The file is corrupt or has an incorrect extension. Please check the file and upload again.','utf-8'),(1253,'Uploads disabled','utf-8'),(1254,'File uploads are disabled on this wiki.','utf-8'),(1255,'Uploaded files','utf-8'),(1256,'uploaded \"[[$1]]\"','utf-8'),(1257,'Upload error','utf-8'),(1258,'Upload images','utf-8'),(1259,'upload log','utf-8'),(1260,'Upload_log','utf-8'),(1261,'Below is a list of the most recent file uploads.','utf-8'),(1262,'[$1 Upload a new version of this file]','utf-8'),(1263,'Not logged in','utf-8'),(1264,'You must be [[Special:Userlogin|logged in]]\nto upload files.','utf-8'),(1265,'This file contains HTML or script code that may be erroneously be interpreted by a web browser.','utf-8'),(1266,'Use the form below to upload files, to view or search previously uploaded images go to the [[Special:Imagelist|list of uploaded files]], uploads and deletions are also logged in the [[Special:Log/upload|upload log]].\n\nTo include the image in a page, use a link in the form\n\'\'\'[[{{ns:6}}:file.jpg]]\'\'\',\n\'\'\'[[{{ns:6}}:file.png|alt text]]\'\'\' or\n\'\'\'[[{{ns:-2}}:file.ogg]]\'\'\' for directly linking to the file.','utf-8'),(1267,'The file contains a virus! Details: $1','utf-8'),(1268,'Upload warning','utf-8'),(1269,'1\n\nSet first character to \"0\" to disable the new category page layout.','utf-8'),(1270,'User rights for \"$1\" updated','utf-8'),(1271,'Tip: Use the \'Show preview\' button to test your new CSS/JS before saving.','utf-8'),(1272,'\'\'\'Remember that you are only previewing your user CSS, it has not yet been saved!\'\'\'','utf-8'),(1273,'Username entered already in use. Please choose a different name.','utf-8'),(1274,'\'\'\'Warning:\'\'\' There is no skin \"$1\". Remember that custom .css and .js pages use a lowercase title, e.g. User:Foo/monobook.css as opposed to User:Foo/Monobook.css.','utf-8'),(1275,'\'\'\'Remember that you are only testing/previewing your user JavaScript, it has not yet been saved!\'\'\'','utf-8'),(1276,'Log in / create account','utf-8'),(1277,'Log out','utf-8'),(1278,'Mail object returned error:','utf-8'),(1279,'Username:','utf-8'),(1280,'View user page','utf-8'),(1281,'User rights management','utf-8'),(1282,'Edit user groups','utf-8'),(1283,'Available groups:','utf-8'),(1284,'Select groups you want the user to be removed from or added to.\nUnselected groups will not be changed. You can deselect a group with CTRL + Left Click','utf-8'),(1285,'Member of:','utf-8'),(1286,'Changed group membership from $1 to $2','utf-8'),(1287,'Manage user groups','utf-8'),(1288,'Enter a username:','utf-8'),(1289,'User statistics','utf-8'),(1290,'There are \'\'\'$1\'\'\' registered users, of which\n\'\'\'$2\'\'\' (or \'\'\'$4%\'\'\') are administrators (see $3).','utf-8'),(1291,'sr','utf-8'),(1292,'sr-ec','utf-8'),(1293,'sr-el','utf-8'),(1294,'sr-jc','utf-8'),(1295,'sr-jl','utf-8'),(1296,'zh','utf-8'),(1297,'cn','utf-8'),(1298,'hk','utf-8'),(1299,'sg','utf-8'),(1300,'tw','utf-8'),(1301,'Version','utf-8'),(1302,'Version $1 of MediaWiki required','utf-8'),(1303,'Version $1 of MediaWiki is required to use this page. See [[Special:Version]]','utf-8'),(1304,'This page has been accessed $1 times.','utf-8'),(1305,'View $1?','utf-8'),(1306,'View deleted pages','utf-8'),(1307,'View ($1) ($2) ($3).','utf-8'),(1308,'Views','utf-8'),(1309,'View source','utf-8'),(1310,'for $1','utf-8'),(1311,'View discussion','utf-8'),(1312,'Wanted categories','utf-8'),(1313,'Wanted pages','utf-8'),(1314,'Watch','utf-8'),(1315,'* $1 pages watched not counting talk pages\n* [[Special:Watchlist/edit|Show and edit complete watchlist]]','utf-8'),(1316,'Here\'s an alphabetical list of your\nwatched content pages. Check the boxes of pages you want to remove from your watchlist and click the \'remove checked\' button\nat the bottom of the screen (deleting a content page also deletes the accompanying talk page and vice versa).','utf-8'),(1317,'My watchlist','utf-8'),(1318,'all','utf-8'),(1319,'all','utf-8'),(1320,'Your watchlist contains $1 pages.','utf-8'),(1321,'(for user \"$1\")','utf-8'),(1322,'checking watched pages for recent edits','utf-8'),(1323,'checking recent edits for watched pages','utf-8'),(1324,'None of your watched items was edited in the time period displayed.','utf-8'),(1325,'Not logged in','utf-8'),(1326,'You must be [[Special:Userlogin|logged in]] to modify your watchlist.','utf-8'),(1327,'Watch this page','utf-8'),(1328,'Watch this page','utf-8'),(1329,'Wednesday','utf-8'),(1330,'== Welcome, $1! ==\n\nYour account has been created. Don\'t forget to change your {{SITENAME}} preferences.','utf-8'),(1331,'What links here','utf-8'),(1332,'To be allowed to create accounts in this Wiki you have to [[Special:Userlogin|log]] in and have the appropriate permissions.','utf-8'),(1333,'You are not allowed to create an account','utf-8'),(1334,'You have to [[Special:Userlogin|login]] to edit pages.','utf-8'),(1335,'Login required to edit','utf-8'),(1336,'You have to [[Special:Userlogin|login]] to read pages.','utf-8'),(1337,'Login required to read','utf-8'),(1338,'$1x$2','utf-8'),(1339,'View project page','utf-8'),(1340,'* E-mail notification is enabled.','utf-8'),(1341,'* Pages which have been changed since you last visited them are shown in \'\'\'bold\'\'\'','utf-8'),(1342,'Hide','utf-8'),(1343,'$1 bot edits.','utf-8'),(1344,'$1 my edits.','utf-8'),(1345,'Below are the last $1 changes in the last $2 hours.','utf-8'),(1346,'This is a saved version of your watchlist.','utf-8'),(1347,'Show','utf-8'),(1348,'Show last $1 hours $2 days $3','utf-8'),(1349,'Incorrect parameters to wfQuery()
\nFunction: $1
\nQuery: $2','utf-8'),(1350,'Incorrect password entered. Please try again.','utf-8'),(1351,'Password entered was blank. Please try again.','utf-8'),(1352,'You have $1 ($2).','utf-8'),(1353,'You have new messages on $1','utf-8'),(1354,'Differences','utf-8'),(1355,'Your domain','utf-8'),(1356,'E-mail *','utf-8'),(1357,'Language:','utf-8'),(1358,'Username','utf-8'),(1359,'Nickname:','utf-8'),(1360,'Password','utf-8'),(1361,'Retype password','utf-8'),(1362,'Real name *','utf-8'),(1363,'Your text','utf-8'),(1364,'Variant','utf-8'); UNLOCK TABLES; /*!40000 ALTER TABLE `acm_wiki_text` ENABLE KEYS */; -- -- Table structure for table `acm_wiki_trackbacks` -- DROP TABLE IF EXISTS `acm_wiki_trackbacks`; CREATE TABLE `acm_wiki_trackbacks` ( `tb_id` int(11) NOT NULL auto_increment, `tb_page` int(11) default NULL, `tb_title` varchar(255) NOT NULL, `tb_url` varchar(255) NOT NULL, `tb_ex` text, `tb_name` varchar(255) default NULL, PRIMARY KEY (`tb_id`), KEY `tb_page` (`tb_page`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `acm_wiki_trackbacks` -- /*!40000 ALTER TABLE `acm_wiki_trackbacks` DISABLE KEYS */; LOCK TABLES `acm_wiki_trackbacks` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `acm_wiki_trackbacks` ENABLE KEYS */; -- -- Table structure for table `acm_wiki_transcache` -- DROP TABLE IF EXISTS `acm_wiki_transcache`; CREATE TABLE `acm_wiki_transcache` ( `tc_url` varchar(255) NOT NULL, `tc_contents` text, `tc_time` int(11) NOT NULL, UNIQUE KEY `tc_url_idx` (`tc_url`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `acm_wiki_transcache` -- /*!40000 ALTER TABLE `acm_wiki_transcache` DISABLE KEYS */; LOCK TABLES `acm_wiki_transcache` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `acm_wiki_transcache` ENABLE KEYS */; -- -- Table structure for table `acm_wiki_user` -- DROP TABLE IF EXISTS `acm_wiki_user`; CREATE TABLE `acm_wiki_user` ( `user_id` int(5) unsigned NOT NULL auto_increment, `user_name` varchar(255) character set latin1 collate latin1_bin NOT NULL default '', `user_real_name` varchar(255) character set latin1 collate latin1_bin NOT NULL default '', `user_password` tinyblob NOT NULL, `user_newpassword` tinyblob NOT NULL, `user_email` tinytext NOT NULL, `user_options` blob NOT NULL, `user_touched` char(14) character set latin1 collate latin1_bin NOT NULL default '', `user_token` char(32) character set latin1 collate latin1_bin NOT NULL default '', `user_email_authenticated` char(14) character set latin1 collate latin1_bin default NULL, `user_email_token` char(32) character set latin1 collate latin1_bin default NULL, `user_email_token_expires` char(14) character set latin1 collate latin1_bin default NULL, `user_registration` char(14) character set latin1 collate latin1_bin default NULL, PRIMARY KEY (`user_id`), UNIQUE KEY `user_name` (`user_name`), KEY `user_email_token` (`user_email_token`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `acm_wiki_user` -- /*!40000 ALTER TABLE `acm_wiki_user` DISABLE KEYS */; LOCK TABLES `acm_wiki_user` WRITE; INSERT INTO `acm_wiki_user` VALUES (1,'Admin','','584a9d90d58439e447483c43753eabf0','','','quickbar=1\nunderline=2\ncols=80\nrows=25\nsearchlimit=20\ncontextlines=5\ncontextchars=50\nskin=monobook\nmath=1\nrcdays=7\nrclimit=50\nhighlightbroken=1\nstubthreshold=0\npreviewontop=1\neditsection=1\neditsectiononrightclick=0\nshowtoc=1\nshowtoolbar=1\ndate=0\nimagesize=2\nthumbsize=2\nrememberpassword=0\nenotifwatchlistpages=0\nenotifusertalkpages=1\nenotifminoredits=0\nenotifrevealaddr=0\nshownumberswatching=1\nfancysig=0\nexternaleditor=0\nexternaldiff=0\nshowjumplinks=1\nnumberheadings=0\nuselivepreview=0\nvariant=en\nlanguage=en\nsearchNs0=1','20060429162752','6860db8c534eb73a05d9bca23b270c26',NULL,NULL,NULL,'20060429162747'); UNLOCK TABLES; /*!40000 ALTER TABLE `acm_wiki_user` ENABLE KEYS */; -- -- Table structure for table `acm_wiki_user_groups` -- DROP TABLE IF EXISTS `acm_wiki_user_groups`; CREATE TABLE `acm_wiki_user_groups` ( `ug_user` int(5) unsigned NOT NULL default '0', `ug_group` char(16) NOT NULL default '', PRIMARY KEY (`ug_user`,`ug_group`), KEY `ug_group` (`ug_group`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `acm_wiki_user_groups` -- /*!40000 ALTER TABLE `acm_wiki_user_groups` DISABLE KEYS */; LOCK TABLES `acm_wiki_user_groups` WRITE; INSERT INTO `acm_wiki_user_groups` VALUES (1,'bureaucrat'),(1,'sysop'); UNLOCK TABLES; /*!40000 ALTER TABLE `acm_wiki_user_groups` ENABLE KEYS */; -- -- Table structure for table `acm_wiki_user_newtalk` -- DROP TABLE IF EXISTS `acm_wiki_user_newtalk`; CREATE TABLE `acm_wiki_user_newtalk` ( `user_id` int(5) NOT NULL default '0', `user_ip` varchar(40) NOT NULL default '', KEY `user_id` (`user_id`), KEY `user_ip` (`user_ip`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `acm_wiki_user_newtalk` -- /*!40000 ALTER TABLE `acm_wiki_user_newtalk` DISABLE KEYS */; LOCK TABLES `acm_wiki_user_newtalk` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `acm_wiki_user_newtalk` ENABLE KEYS */; -- -- Table structure for table `acm_wiki_validate` -- DROP TABLE IF EXISTS `acm_wiki_validate`; CREATE TABLE `acm_wiki_validate` ( `val_user` int(11) NOT NULL default '0', `val_page` int(11) unsigned NOT NULL default '0', `val_revision` int(11) unsigned NOT NULL default '0', `val_type` int(11) unsigned NOT NULL default '0', `val_value` int(11) default '0', `val_comment` varchar(255) NOT NULL default '', `val_ip` varchar(20) NOT NULL default '', KEY `val_user` (`val_user`,`val_revision`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `acm_wiki_validate` -- /*!40000 ALTER TABLE `acm_wiki_validate` DISABLE KEYS */; LOCK TABLES `acm_wiki_validate` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `acm_wiki_validate` ENABLE KEYS */; -- -- Table structure for table `acm_wiki_watchlist` -- DROP TABLE IF EXISTS `acm_wiki_watchlist`; CREATE TABLE `acm_wiki_watchlist` ( `wl_user` int(5) unsigned NOT NULL, `wl_namespace` int(11) NOT NULL default '0', `wl_title` varchar(255) character set latin1 collate latin1_bin NOT NULL default '', `wl_notificationtimestamp` varchar(14) character set latin1 collate latin1_bin default NULL, UNIQUE KEY `wl_user` (`wl_user`,`wl_namespace`,`wl_title`), KEY `namespace_title` (`wl_namespace`,`wl_title`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `acm_wiki_watchlist` -- /*!40000 ALTER TABLE `acm_wiki_watchlist` DISABLE KEYS */; LOCK TABLES `acm_wiki_watchlist` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `acm_wiki_watchlist` ENABLE KEYS */; -- -- Table structure for table `custom_acm_officers` -- DROP TABLE IF EXISTS `custom_acm_officers`; CREATE TABLE `custom_acm_officers` ( `f_name` varchar(40) NOT NULL, `l_name` varchar(40) NOT NULL, `year` year(4) NOT NULL default '0000', `position` enum('Server Master','President','Vice-President','Secretary','Treasurer') default NULL, `email` varchar(40) NOT NULL, PRIMARY KEY (`year`,`email`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `custom_acm_officers` -- /*!40000 ALTER TABLE `custom_acm_officers` DISABLE KEYS */; LOCK TABLES `custom_acm_officers` WRITE; INSERT INTO `custom_acm_officers` VALUES ('Truman','Young',2006,'Server Master','acm@cs.uiowa.edu'),('JT','Kimbell',2006,'President','jtkimbell@yahoo.com'),('Nick','Arnold',2006,'Vice-President','nick-arnold@uiowa.edu'),('Tiffany','Jenkins',2006,'Secretary','tiffany-jenkins@uiowa.edu'),('Justin','smestad',2006,'Treasurer','justin-smestad@uiowa.edu'); UNLOCK TABLES; /*!40000 ALTER TABLE `custom_acm_officers` ENABLE KEYS */; -- -- Table structure for table `custom_sha1_email` -- DROP TABLE IF EXISTS `custom_sha1_email`; CREATE TABLE `custom_sha1_email` ( `shadigest` char(40) default NULL, `email` varchar(80) NOT NULL, PRIMARY KEY (`email`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `custom_sha1_email` -- /*!40000 ALTER TABLE `custom_sha1_email` DISABLE KEYS */; LOCK TABLES `custom_sha1_email` WRITE; INSERT INTO `custom_sha1_email` VALUES ('522cb515e6ab91e759574874bd9f9f12c34c75d7','acm@cs.uiowa.edu'),('68e107d060c3b6ca02ac5a2cd28e16b936bd65e5','scott-youngblut@uiowa.edu'),('834dbb6bfa23a69d04da174d00fde4dc3c42544b','test@cs.uiowa.edu'),('47bb9f113df0cc2637803b29662ad4f15cde63d2','christian-stigge@uiowa.edu'),('47d770204d101b185069b9aad9d0e40aa688cbeb','jtkimbell@yahoo.com'),('3d29d47b331a5a03844a67c75ecc120be845db21','dqreg@yahoo.com.cn'),('dec6e3e1524e5ca288974629209e7192f955d2a4','anton-bondar@uiowa.edu'),('a78b16e47e123a94201aa67934d30e98dc9eb105','nicholas-arnold@uiowa.edu'),('656351615830ade7b546718eb3ebcd778a5ed60a','benjamin-oakes@uiowa.edu'),('f1f662c5fe11603d85565ccd0de96765d5d93433','tpogmore@gmail.com'),('44d10b309dceada9f4e749d2335234caa89ae9e5','tiffany-jenkins@uiowa.edu'),('91570a061425698766354100443612d590ccc74b','jdw10224405@yahoo.com'),('fe097821377ada7c6d036d57b6ef30ec48d4b06f','bob@absent-error.net'),('e1841e2ab3b19ad443c17878aa43651f444e3447','jason-phillips@uiowa.edu'),('d2df4f8b3dec0cc07f48654ddd593b4fa32a8ff7','nicole-fossum@uiowa.edu'),('697ed662bef8ba8ef15ba2cb844910733f23f35f','justinlynn@gmail.com'),('a72bd2d2a8a6a62386e4c2fc488af57c0defe922','segre@cs.uiowa.edu'),('07b8c9a7038b8410204f5e11de4ff1fb9bd3cd72','ctill@cs.uiowa.edu'),('c9926ebf362ece9d01217e895bef0358124aa364','fries.jason@gmail.com'); UNLOCK TABLES; /*!40000 ALTER TABLE `custom_sha1_email` ENABLE KEYS */; -- -- Current Database: `acmForms` -- CREATE DATABASE /*!32312 IF NOT EXISTS*/ `acmForms` /*!40100 DEFAULT CHARACTER SET latin1 */; USE `acmForms`; -- -- Table structure for table `ft_account_settings` -- DROP TABLE IF EXISTS `ft_account_settings`; CREATE TABLE `ft_account_settings` ( `account_id` mediumint(8) unsigned NOT NULL, `setting_name` varchar(255) NOT NULL, `setting_value` mediumtext NOT NULL, PRIMARY KEY (`account_id`,`setting_name`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- -- Dumping data for table `ft_account_settings` -- /*!40000 ALTER TABLE `ft_account_settings` DISABLE KEYS */; LOCK TABLES `ft_account_settings` WRITE; INSERT INTO `ft_account_settings` VALUES (2,'client_notes',''),(2,'company_name','University of Iowa'),(2,'footer_text',''),(2,'may_edit_date_format','no'),(2,'may_edit_footer_text','no'),(2,'may_edit_language','yes'),(2,'may_edit_logout_url','no'),(2,'may_edit_page_titles','no'),(2,'may_edit_sessions_timeout','no'),(2,'may_edit_theme','no'),(2,'may_edit_timezone_offset','yes'),(2,'page_titles','ACM Form Tools - {$page}'),(3,'client_notes',''),(3,'company_name','ACM Officer'),(3,'footer_text',''),(3,'may_edit_date_format','no'),(3,'may_edit_footer_text','no'),(3,'may_edit_language','yes'),(3,'may_edit_logout_url','no'),(3,'may_edit_page_titles','no'),(3,'may_edit_sessions_timeout','no'),(3,'may_edit_theme','no'),(3,'may_edit_timezone_offset','yes'),(3,'page_titles','ACM Form Tools - {$page}'),(4,'client_notes',''),(4,'company_name','ACM Officer'),(4,'footer_text',''),(4,'may_edit_date_format','no'),(4,'may_edit_footer_text','no'),(4,'may_edit_language','yes'),(4,'may_edit_logout_url','no'),(4,'may_edit_page_titles','no'),(4,'may_edit_sessions_timeout','no'),(4,'may_edit_theme','no'),(4,'may_edit_timezone_offset','yes'),(4,'page_titles','ACM Form Tools - {$page}'),(5,'client_notes',''),(5,'company_name','ACM Officer'),(5,'footer_text',''),(5,'may_edit_date_format','no'),(5,'may_edit_footer_text','no'),(5,'may_edit_language','yes'),(5,'may_edit_logout_url','no'),(5,'may_edit_page_titles','no'),(5,'may_edit_sessions_timeout','no'),(5,'may_edit_theme','no'),(5,'may_edit_timezone_offset','yes'),(5,'page_titles','ACM Form Tools - {$page}'); UNLOCK TABLES; /*!40000 ALTER TABLE `ft_account_settings` ENABLE KEYS */; -- -- Table structure for table `ft_accounts` -- DROP TABLE IF EXISTS `ft_accounts`; CREATE TABLE `ft_accounts` ( `account_id` mediumint(8) unsigned NOT NULL auto_increment, `account_type` enum('admin','client') NOT NULL default 'client', `account_status` enum('active','disabled','pending') NOT NULL default 'disabled', `ui_language` varchar(50) NOT NULL default 'en_us', `timezone_offset` varchar(4) default NULL, `sessions_timeout` varchar(10) NOT NULL default '30', `date_format` varchar(50) NOT NULL default 'M jS, g:i A', `login_page` varchar(50) NOT NULL default 'client_forms', `logout_url` varchar(255) default NULL, `theme` varchar(50) NOT NULL default 'default', `menu_id` mediumint(8) unsigned NOT NULL, `first_name` varchar(100) default NULL, `last_name` varchar(100) default NULL, `email` varchar(200) default NULL, `username` varchar(50) default NULL, `password` varchar(50) default NULL, PRIMARY KEY (`account_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- -- Dumping data for table `ft_accounts` -- /*!40000 ALTER TABLE `ft_accounts` DISABLE KEYS */; LOCK TABLES `ft_accounts` WRITE; INSERT INTO `ft_accounts` VALUES (1,'admin','active','en_us','0','30','M jS, g:i A','admin_forms','http://acm.uiowa.edu/acmForms','default',1,'IOWA','ACM','iowa.acm@gmail.com','root','b46a44f9d0bb826956c446222fbd347f'),(2,'client','active','en_us','0','30','M jS y, g:i A','client_forms','http://acm.uiowa.edu/','default',2,'Catherine','Till','ctill@cs.uiowa.edu','ctill','7b543c5f9e534a4789b970e306fa4f57'),(3,'client','active','en_us','0','30','M jS y, g:i A','client_forms','http://acm.uiowa.edu/','default',2,'Austin','Laugesen','austin-laugesen@uiowa.edu','alaugesen','8c616887d5d5e0c0ab07ea2d558fe0e1'),(4,'client','active','en_us','0','30','M jS y, g:i A','client_forms','http://acm.uiowa.edu/','default',2,'Tyler','Jensen','tyler-jensen@uiowa.edu','tjensen','79fc44d594417349d302f42a442a5aa7'),(5,'client','active','en_us','0','30','M jS y, g:i A','client_forms','http://acm.uiowa.edu/','default',2,'Brian','Keen','brian-keen@uiowa.edu','bkeen','2446455088fb5d5d95c5fabd5ac91b78'); UNLOCK TABLES; /*!40000 ALTER TABLE `ft_accounts` ENABLE KEYS */; -- -- Table structure for table `ft_client_forms` -- DROP TABLE IF EXISTS `ft_client_forms`; CREATE TABLE `ft_client_forms` ( `account_id` mediumint(8) unsigned NOT NULL, `form_id` mediumint(8) unsigned NOT NULL, PRIMARY KEY (`account_id`,`form_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- -- Dumping data for table `ft_client_forms` -- /*!40000 ALTER TABLE `ft_client_forms` DISABLE KEYS */; LOCK TABLES `ft_client_forms` WRITE; INSERT INTO `ft_client_forms` VALUES (2,1),(3,1),(4,1),(5,1); UNLOCK TABLES; /*!40000 ALTER TABLE `ft_client_forms` ENABLE KEYS */; -- -- Table structure for table `ft_client_views` -- DROP TABLE IF EXISTS `ft_client_views`; CREATE TABLE `ft_client_views` ( `account_id` mediumint(8) unsigned NOT NULL, `view_id` mediumint(8) unsigned NOT NULL, PRIMARY KEY (`account_id`,`view_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- -- Dumping data for table `ft_client_views` -- /*!40000 ALTER TABLE `ft_client_views` DISABLE KEYS */; LOCK TABLES `ft_client_views` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `ft_client_views` ENABLE KEYS */; -- -- Table structure for table `ft_email_template_edit_submission_views` -- DROP TABLE IF EXISTS `ft_email_template_edit_submission_views`; CREATE TABLE `ft_email_template_edit_submission_views` ( `email_id` mediumint(8) unsigned NOT NULL, `view_id` mediumint(8) unsigned NOT NULL, PRIMARY KEY (`email_id`,`view_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- -- Dumping data for table `ft_email_template_edit_submission_views` -- /*!40000 ALTER TABLE `ft_email_template_edit_submission_views` DISABLE KEYS */; LOCK TABLES `ft_email_template_edit_submission_views` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `ft_email_template_edit_submission_views` ENABLE KEYS */; -- -- Table structure for table `ft_email_template_recipients` -- DROP TABLE IF EXISTS `ft_email_template_recipients`; CREATE TABLE `ft_email_template_recipients` ( `recipient_id` mediumint(8) unsigned NOT NULL auto_increment, `email_template_id` mediumint(8) unsigned NOT NULL, `recipient_user_type` enum('admin','client','form_email_field','custom') NOT NULL, `recipient_type` enum('main','cc','bcc') NOT NULL default 'main', `account_id` mediumint(9) default NULL, `form_email_id` mediumint(8) unsigned default NULL, `custom_recipient_name` varchar(200) default NULL, `custom_recipient_email` varchar(200) default NULL, PRIMARY KEY (`recipient_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- -- Dumping data for table `ft_email_template_recipients` -- /*!40000 ALTER TABLE `ft_email_template_recipients` DISABLE KEYS */; LOCK TABLES `ft_email_template_recipients` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `ft_email_template_recipients` ENABLE KEYS */; -- -- Table structure for table `ft_email_templates` -- DROP TABLE IF EXISTS `ft_email_templates`; CREATE TABLE `ft_email_templates` ( `email_id` mediumint(8) unsigned NOT NULL auto_increment, `form_id` mediumint(8) unsigned NOT NULL, `email_template_name` varchar(100) default NULL, `email_status` enum('enabled','disabled') NOT NULL default 'enabled', `view_mapping_type` enum('all','specific') NOT NULL default 'all', `view_mapping_view_id` mediumint(9) default NULL, `limit_email_content_to_fields_in_view` mediumint(9) default NULL, `email_event_trigger` set('on_submission','on_edit','on_delete') default NULL, `include_on_edit_submission_page` enum('no','all_views','specific_views') NOT NULL default 'no', `subject` varchar(255) default NULL, `email_from` enum('admin','client','form_email_field','custom','none') default NULL, `email_from_account_id` mediumint(8) unsigned default NULL, `email_from_form_email_id` mediumint(8) unsigned default NULL, `custom_from_name` varchar(100) default NULL, `custom_from_email` varchar(100) default NULL, `email_reply_to` enum('admin','client','form_email_field','custom','none') default NULL, `email_reply_to_account_id` mediumint(8) unsigned default NULL, `email_reply_to_form_email_id` mediumint(8) unsigned default NULL, `custom_reply_to_name` varchar(100) default NULL, `custom_reply_to_email` varchar(100) default NULL, `html_template` mediumtext, `text_template` mediumtext, PRIMARY KEY (`email_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- -- Dumping data for table `ft_email_templates` -- /*!40000 ALTER TABLE `ft_email_templates` DISABLE KEYS */; LOCK TABLES `ft_email_templates` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `ft_email_templates` ENABLE KEYS */; -- -- Table structure for table `ft_field_option_groups` -- DROP TABLE IF EXISTS `ft_field_option_groups`; CREATE TABLE `ft_field_option_groups` ( `group_id` mediumint(8) unsigned NOT NULL auto_increment, `group_name` varchar(100) NOT NULL, `original_form_id` mediumint(8) unsigned default NULL, `field_orientation` enum('horizontal','vertical','na') NOT NULL default 'na', PRIMARY KEY (`group_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- -- Dumping data for table `ft_field_option_groups` -- /*!40000 ALTER TABLE `ft_field_option_groups` DISABLE KEYS */; LOCK TABLES `ft_field_option_groups` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `ft_field_option_groups` ENABLE KEYS */; -- -- Table structure for table `ft_field_options` -- DROP TABLE IF EXISTS `ft_field_options`; CREATE TABLE `ft_field_options` ( `field_group_id` mediumint(8) unsigned NOT NULL, `option_order` smallint(4) NOT NULL, `option_value` varchar(255) NOT NULL, `option_name` varchar(255) NOT NULL, PRIMARY KEY (`field_group_id`,`option_order`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- -- Dumping data for table `ft_field_options` -- /*!40000 ALTER TABLE `ft_field_options` DISABLE KEYS */; LOCK TABLES `ft_field_options` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `ft_field_options` ENABLE KEYS */; -- -- Table structure for table `ft_field_settings` -- DROP TABLE IF EXISTS `ft_field_settings`; CREATE TABLE `ft_field_settings` ( `field_id` mediumint(8) unsigned NOT NULL, `setting_name` varchar(100) NOT NULL, `setting_value` varchar(100) default NULL, `module` varchar(100) NOT NULL default 'core', PRIMARY KEY (`field_id`,`setting_name`,`module`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- -- Dumping data for table `ft_field_settings` -- /*!40000 ALTER TABLE `ft_field_settings` DISABLE KEYS */; LOCK TABLES `ft_field_settings` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `ft_field_settings` ENABLE KEYS */; -- -- Table structure for table `ft_form_1` -- DROP TABLE IF EXISTS `ft_form_1`; CREATE TABLE `ft_form_1` ( `submission_id` mediumint(8) unsigned NOT NULL auto_increment, `col_1` varchar(255) default NULL, `col_2` varchar(255) default NULL, `col_3` varchar(255) default NULL, `col_4` varchar(255) default NULL, `col_5` varchar(255) default NULL, `col_6` varchar(255) default NULL, `col_7` varchar(255) default NULL, `col_8` varchar(255) default NULL, `col_9` varchar(255) default NULL, `col_10` varchar(255) default NULL, `col_11` text, `submission_date` datetime NOT NULL, `last_modified_date` datetime NOT NULL, `ip_address` varchar(15) default NULL, `is_finalized` enum('yes','no') default 'yes', PRIMARY KEY (`submission_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- -- Dumping data for table `ft_form_1` -- /*!40000 ALTER TABLE `ft_form_1` DISABLE KEYS */; LOCK TABLES `ft_form_1` WRITE; INSERT INTO `ft_form_1` VALUES (1,'City High','Iowa City','Dominic Audia','jhaight@audiatech.net','James \"Teh Jimbo\" Haight','Doron \"Tyrone\" Tsachor','Ryder Ellis','Jon Olson','Peasant\'s Quest','Python','','2010-04-08 09:52:46','2010-04-08 09:52:46','173.21.234.128','yes'),(2,'Iowa City West High','Iowa City','Steve Ehren','michael.b.lipman@gmail.com','Kasra Zarei','Nathan Schuchert','Michael Lipman','Keyan Zarei','Static Booleans','English','','2010-04-08 10:17:46','2010-04-08 10:17:46','216.159.104.200','yes'),(3,'Iowa City West High School ','2901 Melrose Road','Stephen Ehren','daniel-seabra@hotmail.com','Daniel Seabra','Brian Choi','Paul Yon','','String Cheese','Java','','2010-04-08 10:20:31','2010-04-08 10:20:31','216.159.104.200','yes'),(4,' Des Moines Central Academy','1912 Grand Ave. Des Moines IA 50309','Scott Schoneberg','scott.schoneberg@dmps.k12.ia.us','Joel Schneider','Kerrick Staley','Jay Walsh','','Jooooooooooel and the Krazy Kerrickters','JAVA','','2010-04-09 08:12:08','2010-04-09 08:12:08','69.66.87.222','yes'),(5,'Des Moines Central Academy','1912 Grand Ave Des Moines IA 50309','Scott Schoneberg','scott.schonberg@dmps.k12.ia.us','Varun Ramaswamy','Cole Smith','Tim Lewis','Matthew Lewin','Tarolew','JAVA','','2010-04-09 08:13:37','2010-04-09 08:13:37','69.66.87.222','yes'),(6,'Des Moines Central Academy','1912 Grand Ave Des Moines IA 50309','Scott Schoneberg','scott.schonberg@dmps.k12.ia.us','Alec Lones','Christian Preseau','Minh Tam Le','Brandon Powell','It\'s Over 9000','JAVA','','2010-04-09 08:15:21','2010-04-09 08:15:21','69.66.87.222','yes'),(7,'Iowa City West High School','2901 Melrose Ave Iowa City IA, 52246','Audia','Omacron.Storm@gmail.com','Don Nye','Matt Staib','','','The Kings of all Cosmos','C++','','2010-04-09 15:43:14','2010-04-09 15:43:14','216.159.104.202','yes'),(8,'Iowa City West High School','2901 Melrose Ave (Iowa City)','Steve Ehren','dragonking@kidswriter.com','Andy Butler','Tristan Twitchell','Asya Bergal','','Time Gentlemen','Java','Please!','2010-04-09 15:55:26','2010-04-09 15:55:26','216.159.104.200','yes'),(9,'Iowa City High School','1900 Morningside Drive','Dominic Audia','audia.dominic@iccsd.k12.ia.us','Derek Scwab','Jonathan Olson','Seth Denburg','James Haight','LittleHawks','Python and Java','','2010-04-10 10:13:55','2010-04-10 10:13:55','216.159.104.200','yes'),(10,'West High School','2901 Melrose Ave','Dominic Audia','audia.dominic@iccsd.k12.ia.us','Asya Bergal','Don Nye','Ray Okenfels','','','','','2010-04-10 10:22:22','2010-04-10 10:22:22','216.159.104.200','yes'); UNLOCK TABLES; /*!40000 ALTER TABLE `ft_form_1` ENABLE KEYS */; -- -- Table structure for table `ft_form_email_fields` -- DROP TABLE IF EXISTS `ft_form_email_fields`; CREATE TABLE `ft_form_email_fields` ( `form_email_id` mediumint(8) unsigned NOT NULL auto_increment, `form_id` mediumint(8) unsigned NOT NULL, `email_field` varchar(255) NOT NULL, `first_name_field` varchar(255) default NULL, `last_name_field` varchar(255) default NULL, PRIMARY KEY (`form_email_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- -- Dumping data for table `ft_form_email_fields` -- /*!40000 ALTER TABLE `ft_form_email_fields` DISABLE KEYS */; LOCK TABLES `ft_form_email_fields` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `ft_form_email_fields` ENABLE KEYS */; -- -- Table structure for table `ft_form_fields` -- DROP TABLE IF EXISTS `ft_form_fields`; CREATE TABLE `ft_form_fields` ( `field_id` mediumint(8) unsigned NOT NULL auto_increment, `form_id` mediumint(8) unsigned NOT NULL default '0', `field_name` varchar(255) NOT NULL default '', `field_test_value` mediumtext, `field_size` enum('tiny','small','medium','large','very_large') default 'medium', `field_type` enum('select','multi-select','radio-buttons','checkboxes','file','textbox','textarea','system','wysiwyg','date','image','password') NOT NULL default 'textbox', `data_type` enum('string','number','date') NOT NULL default 'string', `field_title` varchar(100) default NULL, `col_name` varchar(100) default NULL, `list_order` smallint(5) unsigned default NULL, `include_on_redirect` enum('yes','no') NOT NULL default 'no', `field_group_id` mediumint(9) default NULL, PRIMARY KEY (`field_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- -- Dumping data for table `ft_form_fields` -- /*!40000 ALTER TABLE `ft_form_fields` DISABLE KEYS */; LOCK TABLES `ft_form_fields` WRITE; INSERT INTO `ft_form_fields` VALUES (1,1,'Submission ID','','small','system','number','ID','submission_id',1,'no',NULL),(2,1,'schoolName','test','medium','textbox','string','School Name','col_1',2,'no',NULL),(3,1,'schoolCity','test','medium','textbox','string','School City','col_2',3,'no',NULL),(4,1,'sponsor','test','medium','textbox','string','Coach / Faculty Sponsor','col_3',4,'no',NULL),(5,1,'contactEmail','test','medium','textbox','string','Contact Email','col_4',5,'no',NULL),(6,1,'member1','test','medium','textbox','string','Team Member #1','col_5',6,'no',NULL),(7,1,'member2','test','medium','textbox','string','Team Member #2','col_6',7,'no',NULL),(8,1,'member3','test','medium','textbox','string','Team Member #3','col_7',8,'no',NULL),(9,1,'member4','test','medium','textbox','string','Team Member #4','col_8',9,'no',NULL),(10,1,'teamName','test','medium','textbox','string','Team Name','col_9',10,'no',NULL),(11,1,'languagePref','test','medium','textbox','string','Language Preference','col_10',11,'no',NULL),(12,1,'comments','test','large','textbox','string','Comments and Suggestions','col_11',12,'no',NULL),(13,1,'Date','','small','system','date','Date','submission_date',13,'no',NULL),(14,1,'Last Modified','','small','system','date','Last modified','last_modified_date',14,'no',NULL),(15,1,'IP Address','','small','system','number','IP Address','ip_address',15,'no',NULL); UNLOCK TABLES; /*!40000 ALTER TABLE `ft_form_fields` ENABLE KEYS */; -- -- Table structure for table `ft_forms` -- DROP TABLE IF EXISTS `ft_forms`; CREATE TABLE `ft_forms` ( `form_id` mediumint(9) unsigned NOT NULL auto_increment, `access_type` enum('admin','public','private') NOT NULL default 'public', `submission_type` enum('code','direct') default NULL, `date_created` datetime NOT NULL, `is_active` enum('yes','no') NOT NULL default 'no', `is_initialized` enum('yes','no') NOT NULL default 'no', `is_complete` enum('yes','no') NOT NULL default 'no', `is_multi_page_form` enum('yes','no') NOT NULL default 'no', `form_name` varchar(255) NOT NULL default '', `form_url` varchar(255) NOT NULL default '', `redirect_url` varchar(255) default NULL, `auto_delete_submission_files` enum('yes','no') NOT NULL default 'yes', `submission_strip_tags` enum('yes','no') NOT NULL default 'yes', `default_view_id` mediumint(8) unsigned default NULL, `edit_submission_page_label` text, PRIMARY KEY (`form_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- -- Dumping data for table `ft_forms` -- /*!40000 ALTER TABLE `ft_forms` DISABLE KEYS */; LOCK TABLES `ft_forms` WRITE; INSERT INTO `ft_forms` VALUES (1,'private','direct','2010-03-29 18:20:18','yes','yes','yes','no','Hawkeye Challenge 2010 - Registration','http://acm.uiowa.edu/page.php?24','http://acm.uiowa.edu/page.php?21','yes','yes',NULL,'EDIT SUBMISSION'); UNLOCK TABLES; /*!40000 ALTER TABLE `ft_forms` ENABLE KEYS */; -- -- Table structure for table `ft_hooks` -- DROP TABLE IF EXISTS `ft_hooks`; CREATE TABLE `ft_hooks` ( `hook_id` mediumint(8) unsigned NOT NULL auto_increment, `hook_type` enum('code','template') NOT NULL default 'code', `action_location` varchar(100) NOT NULL, `module_folder` varchar(255) NOT NULL, `core_function` varchar(255) NOT NULL, `hook_function` varchar(255) NOT NULL, `priority` tinyint(4) NOT NULL default '50', PRIMARY KEY (`hook_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- -- Dumping data for table `ft_hooks` -- /*!40000 ALTER TABLE `ft_hooks` DISABLE KEYS */; LOCK TABLES `ft_hooks` WRITE; INSERT INTO `ft_hooks` VALUES (1,'template','edit_template_tab2','swift_mailer','','swift_display_extra_fields_tab2',50),(2,'code','end','swift_mailer','ft_create_blank_email_template','swift_map_email_template_field',50),(3,'code','end','swift_mailer','ft_delete_email_template','swift_delete_email_template_field',50),(4,'code','end','swift_mailer','ft_update_email_template','swift_update_email_template_append_extra_fields',50),(5,'code','end','swift_mailer','ft_get_email_template','swift_get_email_template_append_extra_fields',50); UNLOCK TABLES; /*!40000 ALTER TABLE `ft_hooks` ENABLE KEYS */; -- -- Table structure for table `ft_menu_items` -- DROP TABLE IF EXISTS `ft_menu_items`; CREATE TABLE `ft_menu_items` ( `menu_item_id` mediumint(8) unsigned NOT NULL auto_increment, `menu_id` mediumint(8) unsigned NOT NULL, `display_text` varchar(100) NOT NULL, `page_identifier` varchar(50) NOT NULL, `custom_options` varchar(255) NOT NULL, `url` varchar(255) default NULL, `is_submenu` enum('yes','no') NOT NULL default 'no', `list_order` smallint(5) unsigned default NULL, PRIMARY KEY (`menu_item_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- -- Dumping data for table `ft_menu_items` -- /*!40000 ALTER TABLE `ft_menu_items` DISABLE KEYS */; LOCK TABLES `ft_menu_items` WRITE; INSERT INTO `ft_menu_items` VALUES (1,1,'Forms','admin_forms','','/admin/forms/','no',1),(2,1,'Add Form','add_form1','','/admin/forms/add/step1.php?add','yes',2),(3,1,'Field Option Groups','field_option_groups','','/admin/forms/field_option_groups/','yes',3),(4,1,'Clients','clients','','/admin/clients/','no',4),(5,1,'Modules','modules','','/admin/modules/','no',5),(6,1,'Settings','settings','','/admin/settings','no',6),(7,1,'Main','settings_main','','/admin/settings/index.php?page=main','yes',7),(8,1,'Accounts','settings_accounts','','/admin/settings/index.php?page=accounts','yes',8),(9,1,'Files','settings_files','','/admin/settings/index.php?page=files','yes',9),(10,1,'WYSIWYG','settings_wysiwyg','','/admin/settings/index.php?page=wysiwyg','yes',10),(11,1,'Themes','settings_themes','','/admin/settings/index.php?page=themes','yes',11),(12,1,'Menus','settings_menus','','/admin/settings/index.php?page=menus','yes',12),(13,1,'Your Account','your_account','','/admin/account','no',13),(14,1,'Logout','logout','','/index.php?logout','no',14),(15,2,'Forms','client_forms','','/clients/index.php','no',1),(16,2,'Account','client_account','','/clients/account/index.php','no',2),(17,2,'Login Info','client_account_login','','/clients/account/index.php?page=main','yes',3),(18,2,'Settings','client_account_settings','','/clients/account/index.php?page=settings','yes',4),(19,2,'Logout','logout','','/index.php?logout','no',5); UNLOCK TABLES; /*!40000 ALTER TABLE `ft_menu_items` ENABLE KEYS */; -- -- Table structure for table `ft_menus` -- DROP TABLE IF EXISTS `ft_menus`; CREATE TABLE `ft_menus` ( `menu_id` smallint(5) unsigned NOT NULL auto_increment, `menu` varchar(255) NOT NULL, `menu_type` enum('admin','client') NOT NULL default 'client', PRIMARY KEY (`menu_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- -- Dumping data for table `ft_menus` -- /*!40000 ALTER TABLE `ft_menus` DISABLE KEYS */; LOCK TABLES `ft_menus` WRITE; INSERT INTO `ft_menus` VALUES (1,'Administrator','admin'),(2,'Client Menu','client'); UNLOCK TABLES; /*!40000 ALTER TABLE `ft_menus` ENABLE KEYS */; -- -- Table structure for table `ft_module_export_group_clients` -- DROP TABLE IF EXISTS `ft_module_export_group_clients`; CREATE TABLE `ft_module_export_group_clients` ( `export_group_id` mediumint(8) unsigned NOT NULL, `account_id` mediumint(8) unsigned NOT NULL, PRIMARY KEY (`export_group_id`,`account_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- -- Dumping data for table `ft_module_export_group_clients` -- /*!40000 ALTER TABLE `ft_module_export_group_clients` DISABLE KEYS */; LOCK TABLES `ft_module_export_group_clients` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `ft_module_export_group_clients` ENABLE KEYS */; -- -- Table structure for table `ft_module_export_groups` -- DROP TABLE IF EXISTS `ft_module_export_groups`; CREATE TABLE `ft_module_export_groups` ( `export_group_id` smallint(5) unsigned NOT NULL auto_increment, `group_name` varchar(255) NOT NULL, `access_type` enum('admin','public','private') NOT NULL default 'public', `visibility` enum('show','hide') NOT NULL default 'show', `icon` varchar(100) NOT NULL, `action` enum('file','popup','new_window') NOT NULL default 'popup', `action_button_text` varchar(255) NOT NULL default '{$LANG.word_display}', `popup_height` varchar(5) default NULL, `popup_width` varchar(5) default NULL, `headers` text, `smarty_template` mediumtext NOT NULL, `list_order` tinyint(4) NOT NULL, PRIMARY KEY (`export_group_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- -- Dumping data for table `ft_module_export_groups` -- /*!40000 ALTER TABLE `ft_module_export_groups` DISABLE KEYS */; LOCK TABLES `ft_module_export_groups` WRITE; INSERT INTO `ft_module_export_groups` VALUES (1,'{$LANG.export_manager.phrase_html_printer_friendly}','public','show','printer.gif','popup','{$LANG.word_display}','600','800','','\r\n\r\n {$export_group_name}\r\n\r\n {* escape the CSS so it doesn\'t confuse Smarty *}\r\n {literal}\r\n \r\n\r\n \r\n {/literal}\r\n\r\n\r\n\r\n\r\n
\r\n\r\n \r\n {* if there\'s more than one export type in this group, display the types in a dropdown *}\r\n {if $export_types|@count > 1}\r\n \r\n {/if}\r\n \r\n \r\n \r\n\r\n {eval var=$export_group_name}\r\n
\r\n\r\n
\r\n {$export_type_smarty_template}\r\n
\r\n\r\n\r\n',1),(2,'{$LANG.export_manager.word_excel}','public','show','xls.gif','new_window','{$LANG.export_manager.word_generate}','','','Pragma: public\nCache-Control: max-age=0\nContent-Type: application/vnd.ms-excel; charset=utf-8\nContent-Disposition: attachment; filename={$filename}','\r\n\r\n\r\n\r\n\r\n{$export_type_smarty_template}\r\n\r\n\r\n',2),(3,'{$LANG.export_manager.word_xml}','public','hide','xml.jpg','file','{$LANG.export_manager.word_generate}','','','','\r\n\r\n{$export_type_smarty_template}',4),(4,'{$LANG.export_manager.word_csv}','public','hide','csv.gif','new_window','{$LANG.export_manager.word_generate}','','','Content-type: application/xml; charset=\"octet-stream\"\r\nContent-Disposition: attachment; filename={$filename}','{$export_type_smarty_template}',3); UNLOCK TABLES; /*!40000 ALTER TABLE `ft_module_export_groups` ENABLE KEYS */; -- -- Table structure for table `ft_module_export_types` -- DROP TABLE IF EXISTS `ft_module_export_types`; CREATE TABLE `ft_module_export_types` ( `export_type_id` mediumint(8) unsigned NOT NULL auto_increment, `export_type_name` varchar(255) NOT NULL, `export_type_visibility` enum('show','hide') NOT NULL default 'show', `filename` varchar(255) NOT NULL, `export_group_id` smallint(6) default NULL, `smarty_template` text NOT NULL, `list_order` tinyint(3) unsigned NOT NULL, PRIMARY KEY (`export_type_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- -- Dumping data for table `ft_module_export_types` -- /*!40000 ALTER TABLE `ft_module_export_types` DISABLE KEYS */; LOCK TABLES `ft_module_export_types` WRITE; INSERT INTO `ft_module_export_types` VALUES (1,'{$LANG.export_manager.phrase_table_format}','show','submissions-{$M}.{$j}.html',1,'

{$form_name}

\r\n\r\n\r\n{* display the column headings *}\r\n\r\n {foreach from=$display_fields item=column name=row}\r\n \r\n {/foreach}\r\n\r\n\r\n{* loop through all submissions in this current result set, and display each item in a manner\r\n appropriate to the field type *}\r\n{foreach from=$submissions item=submission name=row}\r\n \r\n {foreach from=$display_fields item=field name=col_row}\r\n {assign var=field_id value=$field.field_id}\r\n {assign var=field_type value=$field.field_info.field_type}\r\n {assign var=col_name value=$field.col_name}\r\n {assign var=value value=$submission.$col_name}\r\n\r\n \r\n\r\n {/foreach}\r\n \r\n{/foreach}\r\n
{$column.field_title}
\r\n {if $field_type == \"select\" || $field_type == \"radio-buttons\"}\r\n {smart_display_field_values field_id=$field_id selected=$value}\r\n {elseif $field_type == \"checkboxes\" || $field_type == \"multi-select\"}\r\n {smart_display_field_values field_id=$field_id selected=$value multiple=true}\r\n {elseif $field_type == \"file\"} \r\n \r\n {elseif $field_type == \"system\"}\r\n {if $col_name == \"submission_id\"}\r\n {$submission.submission_id}\r\n {elseif $col_name == \"submission_date\"}\r\n {$submission.submission_date|custom_format_date:$timezone_offset:$date_format}\r\n {elseif $col_name == \"last_modified_date\"}\r\n {$submission.last_modified_date|custom_format_date:$timezone_offset:$date_format}\r\n {elseif $col_name == \"ip_address\"}\r\n {$submission.ip_address}\r\n {/if}\r\n {elseif $field_type == \"textarea\"}\r\n {$value|nl2br}\r\n {else}\r\n {$value}\r\n {/if}\r\n
',1),(2,'{$LANG.export_manager.phrase_one_by_one}','show','submissions-{$M}.{$j}.html',1,'

{$form_name}

\r\n\r\n{* loop through all submissions in the current result set *}\r\n{foreach from=$submissions item=submission name=row}\r\n\r\n\r\n {* loop through all fields in the current View *}\r\n {foreach from=$display_fields item=field name=col_row}\r\n {assign var=field_id value=$field.field_id}\r\n {assign var=field_type value=$field.field_info.field_type}\r\n {assign var=col_name value=$field.col_name}\r\n {assign var=value value=$submission.$col_name}\r\n \r\n \r\n \r\n \r\n {/foreach}\r\n
{$field.field_title}\r\n {if $field_type == \"select\" || $field_type == \"radio-buttons\"}\r\n {smart_display_field_values field_id=$field_id selected=$value}\r\n {elseif $field_type == \"checkboxes\" || $field_type == \"multi-select\"}\r\n {smart_display_field_values field_id=$field_id selected=$value multiple=true}\r\n {elseif $field_type == \"system\"}\r\n {if $col_name == \"submission_id\"}\r\n {$submission.submission_id}\r\n {elseif $col_name == \"submission_date\"}\r\n {$submission.submission_date|custom_format_date:$timezone_offset:$date_format}\r\n {elseif $col_name == \"last_modified_date\"}\r\n {$submission.last_modified_date|custom_format_date:$timezone_offset:$date_format}\r\n {elseif $col_name == \"ip_address\"}\r\n {$submission.ip_address}\r\n {/if}\r\n {elseif $field_type == \"textarea\"}\r\n {$value|nl2br}\r\n {else}\r\n {$value}\r\n {/if}\r\n
\r\n\r\n
\r\n{/foreach}\r\n\r\n',2),(3,'{$LANG.export_manager.phrase_one_submission_per_page}','show','submissions-{$M}.{$j}.html',1,'

{$form_name}

\r\n\r\n{* loop through all submissions in the current result set *}\r\n{foreach from=$submissions item=submission name=row} \r\n\r\n \r\n {* loop through all submissions in the current View *}\r\n {foreach from=$display_fields item=field name=col_row}\r\n {assign var=field_id value=$field.field_id}\r\n {assign var=field_type value=$field.field_info.field_type}\r\n {assign var=col_name value=$field.col_name}\r\n {assign var=value value=$submission.$col_name}\r\n \r\n \r\n \r\n \r\n {/foreach}\r\n
{$field.field_title}\r\n {if $field_type == \"select\" || $field_type == \"radio-buttons\"}\r\n {smart_display_field_values field_id=$field_id selected=$value}\r\n {elseif $field_type == \"checkboxes\" || $field_type == \"multi-select\"}\r\n {smart_display_field_values field_id=$field_id selected=$value multiple=true}\r\n {elseif $field_type == \"system\"}\r\n {if $col_name == \"submission_id\"}\r\n {$submission.submission_id}\r\n {elseif $col_name == \"submission_date\"}\r\n {$submission.submission_date|custom_format_date:$timezone_offset:$date_format}\r\n {elseif $col_name == \"last_modified_date\"}\r\n {$submission.last_modified_date|custom_format_date:$timezone_offset:$date_format}\r\n {elseif $col_name == \"ip_address\"}\r\n {$submission.ip_address}\r\n {/if}\r\n {elseif $field_type == \"textarea\"}\r\n {$value|nl2br}\r\n {else}\r\n {$value}\r\n {/if}\r\n
\r\n\r\n{if !$smarty.foreach.row.last}\r\n
\r\n
- {$LANG.phrase_new_page} -
\r\n
\r\n{/if}\r\n\r\n{/foreach}\r\n\r\n',3),(4,'{$LANG.export_manager.phrase_table_format}','show','submissions-{$M}.{$j}.xls',2,'

{$form_name}

\r\n\r\n\r\n{* display the column headings *}\r\n\r\n {foreach from=$display_fields item=column name=row}\r\n \r\n {/foreach}\r\n\r\n\r\n{* loop through all submissions in this current result set, and display each item in a manner\r\n appropriate to the field type *}\r\n{foreach from=$submissions item=submission name=row}\r\n \r\n {foreach from=$display_fields item=field name=col_row}\r\n {assign var=field_id value=$field.field_id}\r\n {assign var=field_type value=$field.field_info.field_type}\r\n {assign var=col_name value=$field.col_name}\r\n {assign var=value value=$submission.$col_name}\r\n\r\n \r\n\r\n {/foreach}\r\n \r\n\r\n{/foreach}\r\n\r\n
{$column.field_title}
\r\n {if $field_type == \"select\" || $field_type == \"radio-buttons\"}\r\n {smart_display_field_values field_id=$field_id selected=$value}\r\n {elseif $field_type == \"checkboxes\" || $field_type == \"multi-select\"}\r\n {smart_display_field_values field_id=$field_id selected=$value multiple=true}\r\n {elseif $field_type == \"system\"}\r\n {if $col_name == \"submission_id\"}\r\n {$submission.submission_id}\r\n {elseif $col_name == \"submission_date\"}\r\n {$submission.submission_date|custom_format_date:$timezone_offset:$date_format}\r\n {elseif $col_name == \"last_modified_date\"}\r\n {$submission.last_modified_date|custom_format_date:$timezone_offset:$date_format}\r\n {elseif $col_name == \"ip_address\"}\r\n {$submission.ip_address}\r\n {/if}\r\n {elseif $field_type == \"textarea\"}\r\n {$value|nl2br_excel}\r\n {else}\r\n {$value}\r\n {/if}\r\n
',1),(5,'{$LANG.phrase_all_submissions}','show','form{$form_id}_{$datetime}.csv',4,'{strip}\r\n {* display the column headings *}\r\n {foreach from=$display_fields item=column name=row}\r\n {* workaround for utterly absurd Microsoft Excel problem, in which the first two\r\n characters of a file cannot be ID; see: http://support.microsoft.com /kb/323626 *}\r\n {if $smarty.foreach.row.first && $column.field_title == \"ID\"}\r\n .ID\r\n {else}\r\n {$column.field_title|escape:\'csv\'}\r\n {/if}\r\n {if !$smarty.foreach.row.last},{/if}\r\n {/foreach}\r\n{/strip}\r\n{* display the each submission row *}{foreach from=$submissions item=submission name=row}{strip}\r\n {foreach from=$display_fields item=field name=col_row}\r\n {assign var=field_id value=$field.field_id}\r\n {assign var=field_type value=$field.field_info.field_type}\r\n {assign var=col_name value=$field.col_name}\r\n {assign var=value value=$submission.$col_name}\r\n\r\n {if $field_type == \"select\" || $field_type == \"radio-buttons\"}\r\n {smart_display_field_values field_id=$field_id selected=$value escape=\"csv\"}\r\n {elseif $field_type == \"checkboxes\" || $field_type == \"multi-select\"}\r\n {smart_display_field_values field_id=$field_id selected=$value multiple=true \r\n escape=\"csv\"}\r\n {elseif $field_type == \"system\"}\r\n {if $col_name == \"submission_id\"}\r\n {$submission.submission_id}\r\n {elseif $col_name == \"submission_date\"}{$submission.submission_date|custom_format_date:$timezone_offset:$date_format|escape:\'csv\'}\r\n {elseif $col_name == \"last_modified_date\"}{$submission.last_modified_date|custom_format_date:$timezone_offset:$date_format|escape:\'csv\'}\r\n {elseif $col_name == \"ip_address\"}\r\n {$submission.ip_address|escape:\'csv\'}\r\n {/if}\r\n {else}\r\n {$value|escape:\'csv\'}\r\n {/if}\r\n\r\n {* if this wasn\'t the last row, output a comma *}\r\n {if !$smarty.foreach.col_row.last},{/if}\r\n\r\n {/foreach}\r\n\r\n{/strip}\r\n{if !$smarty.foreach.col_row.last}\r\n{/if}\r\n{/foreach}',1),(6,'{$LANG.phrase_all_submissions}','show','form{$form_id}_{$datetime}.xml',3,'\r\n {$datetime}\r\n {$U}\r\n \r\n {$form_id}\r\n \r\n {$form_url}\r\n \r\n \r\n {$view_id}\r\n \r\n \r\n\r\n \r\n {foreach from=$submissions item=submission name=row} \r\n \r\n {foreach from=$display_fields item=field name=col_row}\r\n {assign var=field_id value=$field.field_id}\r\n {assign var=field_type value=$field.field_info.field_type}\r\n {assign var=col_name value=$field.col_name}\r\n {assign var=value value=$submission.$col_name}\r\n {if $field_type == \"select\" || $field_type == \"radio-buttons\"}\r\n <{$col_name}>\r\n {elseif $field_type == \"checkboxes\" || $field_type == \"multi-select\"}\r\n <{$col_name}>\r\n {elseif $field_type == \"system\"}\r\n {if $col_name == \"submission_id\"}\r\n <{$col_name}>\r\n {elseif $col_name == \"submission_date\"}\r\n <{$col_name}>\r\n {elseif $col_name == \"last_modified_date\"}\r\n <{$col_name}>\r\n {elseif $col_name == \"ip_address\"}\r\n <{$col_name}>\r\n {/if}\r\n {else}\r\n <{$col_name}>\r\n {/if}\r\n {/foreach}\r\n \r\n {/foreach}\r\n \r\n',1); UNLOCK TABLES; /*!40000 ALTER TABLE `ft_module_export_types` ENABLE KEYS */; -- -- Table structure for table `ft_module_menu_items` -- DROP TABLE IF EXISTS `ft_module_menu_items`; CREATE TABLE `ft_module_menu_items` ( `menu_id` mediumint(8) unsigned NOT NULL auto_increment, `module_id` mediumint(8) unsigned NOT NULL, `display_text` varchar(100) NOT NULL, `url` varchar(255) NOT NULL, `is_submenu` enum('yes','no') NOT NULL default 'no', `list_order` smallint(6) NOT NULL, PRIMARY KEY (`menu_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- -- Dumping data for table `ft_module_menu_items` -- /*!40000 ALTER TABLE `ft_module_menu_items` DISABLE KEYS */; LOCK TABLES `ft_module_menu_items` WRITE; INSERT INTO `ft_module_menu_items` VALUES (1,1,'Export Manager','{$module_dir}/index.php','no',1),(2,1,'Settings','{$module_dir}/settings/','no',2),(3,1,'Help','{$module_dir}/help/','no',3),(4,2,'Pages','index.php','no',1),(5,2,'Add Page','add.php','yes',2),(6,2,'Settings','settings.php','no',3),(7,2,'Help','help.php','no',4),(8,3,'Swift Mailer','index.php','no',1),(9,3,'Help','help.php','no',2); UNLOCK TABLES; /*!40000 ALTER TABLE `ft_module_menu_items` ENABLE KEYS */; -- -- Table structure for table `ft_module_pages` -- DROP TABLE IF EXISTS `ft_module_pages`; CREATE TABLE `ft_module_pages` ( `page_id` mediumint(8) unsigned NOT NULL auto_increment, `page_name` varchar(50) NOT NULL, `access_type` enum('admin','public','private') NOT NULL default 'admin', `content_type` enum('html','php','smarty') NOT NULL default 'html', `use_wysiwyg` enum('yes','no') NOT NULL default 'yes', `heading` varchar(255) default NULL, `content` text, PRIMARY KEY (`page_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- -- Dumping data for table `ft_module_pages` -- /*!40000 ALTER TABLE `ft_module_pages` DISABLE KEYS */; LOCK TABLES `ft_module_pages` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `ft_module_pages` ENABLE KEYS */; -- -- Table structure for table `ft_module_pages_clients` -- DROP TABLE IF EXISTS `ft_module_pages_clients`; CREATE TABLE `ft_module_pages_clients` ( `page_id` mediumint(9) unsigned NOT NULL, `client_id` mediumint(9) unsigned NOT NULL, PRIMARY KEY (`page_id`,`client_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- -- Dumping data for table `ft_module_pages_clients` -- /*!40000 ALTER TABLE `ft_module_pages_clients` DISABLE KEYS */; LOCK TABLES `ft_module_pages_clients` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `ft_module_pages_clients` ENABLE KEYS */; -- -- Table structure for table `ft_module_swift_mailer_email_template_fields` -- DROP TABLE IF EXISTS `ft_module_swift_mailer_email_template_fields`; CREATE TABLE `ft_module_swift_mailer_email_template_fields` ( `email_template_id` mediumint(9) NOT NULL, `return_path` varchar(255) NOT NULL, PRIMARY KEY (`email_template_id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `ft_module_swift_mailer_email_template_fields` -- /*!40000 ALTER TABLE `ft_module_swift_mailer_email_template_fields` DISABLE KEYS */; LOCK TABLES `ft_module_swift_mailer_email_template_fields` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `ft_module_swift_mailer_email_template_fields` ENABLE KEYS */; -- -- Table structure for table `ft_modules` -- DROP TABLE IF EXISTS `ft_modules`; CREATE TABLE `ft_modules` ( `module_id` mediumint(8) unsigned NOT NULL auto_increment, `is_installed` enum('yes','no') NOT NULL default 'no', `is_enabled` enum('yes','no') NOT NULL default 'no', `origin_language` varchar(50) NOT NULL, `module_name` varchar(100) NOT NULL, `module_folder` varchar(100) NOT NULL, `version` varchar(50) default NULL, `author` varchar(200) default NULL, `author_email` varchar(200) default NULL, `author_link` varchar(255) default NULL, `description` mediumtext NOT NULL, `module_date` datetime NOT NULL, `supports_ft_versions` varchar(255) default NULL, PRIMARY KEY (`module_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- -- Dumping data for table `ft_modules` -- /*!40000 ALTER TABLE `ft_modules` DISABLE KEYS */; LOCK TABLES `ft_modules` WRITE; INSERT INTO `ft_modules` VALUES (1,'yes','yes','en_us','Export Manager','export_manager','1.0.0','Encore Web Studios','formtools@encorewebstudios.com','http://www.encorewebstudios.com','Define your own ways of exporting form submission data for view / download. Excel, Printer-friendly HTML, XML and CSV are included by default.','2010-02-13 00:00:00','2.0.0'),(2,'yes','yes','en_us','Pages','pages','1.1.0','Encore Web Studios','formtools@encorewebstudios.com','http://www.encorewebstudios.com','This module lets you define your own custom pages to link to from within the Form Tools UI. This lets you to add help pages, client splash pages or any other custom information.','2009-10-20 00:00:00','2.0.0'),(3,'yes','no','en_us','Swift Mailer','swift_mailer','1.0.1','Encore Web Studios','formtools@encorewebstudios.com','http://modules.formtools.org','This module lets your configure your server\'s SMTP settings for Swift Mailer, letting you override the default mail() functionality used to sent emails.','2010-01-16 00:00:00','2.0.0'); UNLOCK TABLES; /*!40000 ALTER TABLE `ft_modules` ENABLE KEYS */; -- -- Table structure for table `ft_multi_page_form_urls` -- DROP TABLE IF EXISTS `ft_multi_page_form_urls`; CREATE TABLE `ft_multi_page_form_urls` ( `form_id` mediumint(8) unsigned NOT NULL, `form_url` varchar(255) NOT NULL, `page_num` tinyint(4) NOT NULL default '2', PRIMARY KEY (`form_id`,`page_num`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- -- Dumping data for table `ft_multi_page_form_urls` -- /*!40000 ALTER TABLE `ft_multi_page_form_urls` DISABLE KEYS */; LOCK TABLES `ft_multi_page_form_urls` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `ft_multi_page_form_urls` ENABLE KEYS */; -- -- Table structure for table `ft_public_form_omit_list` -- DROP TABLE IF EXISTS `ft_public_form_omit_list`; CREATE TABLE `ft_public_form_omit_list` ( `form_id` mediumint(8) unsigned NOT NULL, `account_id` mediumint(8) unsigned NOT NULL, PRIMARY KEY (`form_id`,`account_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- -- Dumping data for table `ft_public_form_omit_list` -- /*!40000 ALTER TABLE `ft_public_form_omit_list` DISABLE KEYS */; LOCK TABLES `ft_public_form_omit_list` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `ft_public_form_omit_list` ENABLE KEYS */; -- -- Table structure for table `ft_public_view_omit_list` -- DROP TABLE IF EXISTS `ft_public_view_omit_list`; CREATE TABLE `ft_public_view_omit_list` ( `view_id` mediumint(8) unsigned NOT NULL, `account_id` mediumint(8) unsigned NOT NULL, PRIMARY KEY (`view_id`,`account_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- -- Dumping data for table `ft_public_view_omit_list` -- /*!40000 ALTER TABLE `ft_public_view_omit_list` DISABLE KEYS */; LOCK TABLES `ft_public_view_omit_list` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `ft_public_view_omit_list` ENABLE KEYS */; -- -- Table structure for table `ft_sessions` -- DROP TABLE IF EXISTS `ft_sessions`; CREATE TABLE `ft_sessions` ( `session_id` varchar(100) NOT NULL default '', `session_data` text NOT NULL, `expires` int(11) NOT NULL default '0', PRIMARY KEY (`session_id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `ft_sessions` -- /*!40000 ALTER TABLE `ft_sessions` DISABLE KEYS */; LOCK TABLES `ft_sessions` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `ft_sessions` ENABLE KEYS */; -- -- Table structure for table `ft_settings` -- DROP TABLE IF EXISTS `ft_settings`; CREATE TABLE `ft_settings` ( `setting_id` mediumint(9) NOT NULL auto_increment, `setting_name` varchar(100) NOT NULL, `setting_value` text NOT NULL, `module` varchar(100) NOT NULL default 'core', PRIMARY KEY (`setting_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- -- Dumping data for table `ft_settings` -- /*!40000 ALTER TABLE `ft_settings` DISABLE KEYS */; LOCK TABLES `ft_settings` WRITE; INSERT INTO `ft_settings` VALUES (1,'api_version','1.0.0-beta-20090908','core'),(2,'available_languages','en_us,English (US)','core'),(3,'beta_version','','core'),(4,'clients_may_edit_date_format','no','core'),(5,'clients_may_edit_footer_text','no','core'),(6,'clients_may_edit_logout_url','no','core'),(7,'clients_may_edit_page_titles','no','core'),(8,'clients_may_edit_sessions_timeout','no','core'),(9,'clients_may_edit_theme','no','core'),(10,'clients_may_edit_timezone_offset','yes','core'),(11,'clients_may_edit_ui_language','yes','core'),(12,'default_client_menu_id','2','core'),(13,'default_date_format','M jS y, g:i A','core'),(14,'default_footer_text','','core'),(15,'default_language','en_us','core'),(16,'default_login_page','client_forms','core'),(17,'default_logout_url','http://acm.uiowa.edu/','core'),(18,'default_num_submissions_per_page','10','core'),(19,'default_page_titles','ACM Form Tools - {$page}','core'),(20,'default_sessions_timeout','30','core'),(21,'default_theme','default','core'),(22,'default_timezone_offset','0','core'),(23,'display_files_with_lightbox','no','core'),(24,'file_upload_dir','/zxt/acm/e1077/acmForms/upload','core'),(25,'file_upload_filetypes','bmp,gif,jpg,jpeg,png,avi,mp3,mp4,doc,txt,pdf,xml,csv,swf,fla,xls,tif','core'),(26,'file_upload_url','http://acm.uiowa.edu/acmForms/upload','core'),(27,'file_upload_max_size','200','core'),(28,'is_beta','no','core'),(29,'logo_link','http://acm.uiowa.edu/acmForms','core'),(30,'num_clients_per_page','10','core'),(31,'num_emails_per_page','10','core'),(32,'num_forms_per_page','10','core'),(33,'num_menus_per_page','10','core'),(34,'num_modules_per_page','10','core'),(35,'num_views_per_page','10','core'),(36,'num_field_option_groups_per_page','10','core'),(37,'program_name','ACM Form Tools','core'),(38,'program_version','2.0.0','core'),(39,'timezone_offset','0','core'),(40,'tinymce_path_info_location','bottom','core'),(41,'tinymce_resize','yes','core'),(42,'tinymce_show_path','yes','core'),(43,'tinymce_toolbar','simple','core'),(44,'tinymce_toolbar_align','left','core'),(45,'tinymce_toolbar_location','top','core'),(46,'file_upload_dir','/zxt/acm/e1077/acmForms/upload','export_manager'),(47,'file_upload_url','http://acm.uiowa.edu/acmForms/upload','export_manager'),(48,'file_upload_dir','/zxt/acm/e1077/acmForms/upload','export_manager'),(49,'file_upload_url','http://acm.uiowa.edu/acmForms/upload','export_manager'),(50,'cache_multi_select_fields','no','export_manager'),(51,'num_pages_per_page','10','pages'),(52,'swiftmailer_enabled','no','swift_mailer'),(53,'smtp_server','','swift_mailer'),(54,'port','','swift_mailer'),(55,'requires_authentication','no','swift_mailer'),(56,'username','','swift_mailer'),(57,'password','','swift_mailer'),(58,'authentication_procedure','','swift_mailer'),(59,'use_encryption','','swift_mailer'),(60,'encryption_type','','swift_mailer'),(61,'charset','UTF-8','swift_mailer'),(62,'server_connection_timeout','15','swift_mailer'),(63,'use_anti_flooding','','swift_mailer'),(64,'anti_flooding_email_batch_size','','swift_mailer'),(65,'anti_flooding_email_batch_wait_time','','swift_mailer'); UNLOCK TABLES; /*!40000 ALTER TABLE `ft_settings` ENABLE KEYS */; -- -- Table structure for table `ft_themes` -- DROP TABLE IF EXISTS `ft_themes`; CREATE TABLE `ft_themes` ( `theme_id` mediumint(8) unsigned NOT NULL auto_increment, `theme_folder` varchar(100) NOT NULL, `theme_name` varchar(50) NOT NULL, `author` varchar(200) default NULL, `author_email` varchar(255) default NULL, `author_link` varchar(255) default NULL, `theme_link` varchar(255) default NULL, `description` mediumtext, `is_enabled` enum('yes','no') NOT NULL default 'yes', `theme_version` varchar(50) default NULL, `supports_ft_versions` mediumtext, PRIMARY KEY (`theme_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- -- Dumping data for table `ft_themes` -- /*!40000 ALTER TABLE `ft_themes` DISABLE KEYS */; LOCK TABLES `ft_themes` WRITE; INSERT INTO `ft_themes` VALUES (1,'classicgrey','Classic Grey','Encore Web Studios',NULL,NULL,'http://themes.formtools.org/classicgrey','A remodelling of the original grey-styled Form Tools 1.x theme.','no','1.0.7','2.0.0'),(2,'deepblue','Deep Blue','Encore Web Studios',NULL,NULL,'http://themes.formtools.org/deepblue','A fixed-width blue-coloured theme designed for 1024 pixel minimum screens.','no','1.0.6','2.0.0'),(3,'default','Default','Encore Web Studios',NULL,NULL,'http://themes.formtools.org','The default Form Tools theme. It\'s a green-coloured fixed-width theme requiring 1024 minimum width screens.','yes','1.0.0','2.0.0'); UNLOCK TABLES; /*!40000 ALTER TABLE `ft_themes` ENABLE KEYS */; -- -- Table structure for table `ft_view_fields` -- DROP TABLE IF EXISTS `ft_view_fields`; CREATE TABLE `ft_view_fields` ( `view_id` mediumint(8) unsigned NOT NULL, `field_id` mediumint(8) unsigned NOT NULL, `tab_number` tinyint(4) default NULL, `is_column` enum('yes','no') default 'no', `is_sortable` enum('yes','no') NOT NULL default 'yes', `is_editable` enum('yes','no') NOT NULL default 'yes', `is_searchable` enum('yes','no') NOT NULL default 'yes', `list_order` smallint(5) unsigned default NULL, PRIMARY KEY (`view_id`,`field_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- -- Dumping data for table `ft_view_fields` -- /*!40000 ALTER TABLE `ft_view_fields` DISABLE KEYS */; LOCK TABLES `ft_view_fields` WRITE; INSERT INTO `ft_view_fields` VALUES (1,1,1,'yes','yes','no','yes',1),(1,2,1,'yes','yes','yes','yes',2),(1,3,1,'yes','yes','yes','yes',3),(1,4,1,'yes','yes','yes','yes',4),(1,5,1,'no','no','yes','yes',5),(1,6,1,'no','no','yes','yes',6),(1,7,1,'no','no','yes','yes',7),(1,8,1,'no','no','yes','yes',8),(1,9,1,'no','no','yes','yes',9),(1,10,1,'no','no','yes','yes',10),(1,11,1,'no','no','yes','yes',11),(1,12,1,'no','no','yes','yes',12),(1,13,1,'yes','yes','no','yes',13),(1,14,1,'no','no','no','yes',14),(1,15,1,'no','no','no','yes',15); UNLOCK TABLES; /*!40000 ALTER TABLE `ft_view_fields` ENABLE KEYS */; -- -- Table structure for table `ft_view_filters` -- DROP TABLE IF EXISTS `ft_view_filters`; CREATE TABLE `ft_view_filters` ( `filter_id` mediumint(8) unsigned NOT NULL auto_increment, `view_id` mediumint(8) unsigned NOT NULL, `filter_type` enum('standard','client_map') NOT NULL default 'standard', `field_id` mediumint(8) unsigned NOT NULL, `operator` enum('equals','not_equals','like','not_like','before','after') NOT NULL default 'equals', `filter_values` mediumtext NOT NULL, `filter_sql` mediumtext NOT NULL, PRIMARY KEY (`filter_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- -- Dumping data for table `ft_view_filters` -- /*!40000 ALTER TABLE `ft_view_filters` DISABLE KEYS */; LOCK TABLES `ft_view_filters` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `ft_view_filters` ENABLE KEYS */; -- -- Table structure for table `ft_view_tabs` -- DROP TABLE IF EXISTS `ft_view_tabs`; CREATE TABLE `ft_view_tabs` ( `view_id` mediumint(8) unsigned NOT NULL, `tab_number` tinyint(3) unsigned NOT NULL, `tab_label` varchar(50) default NULL, PRIMARY KEY (`view_id`,`tab_number`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- -- Dumping data for table `ft_view_tabs` -- /*!40000 ALTER TABLE `ft_view_tabs` DISABLE KEYS */; LOCK TABLES `ft_view_tabs` WRITE; INSERT INTO `ft_view_tabs` VALUES (1,1,'Data'),(1,2,''),(1,3,''),(1,4,''),(1,5,''),(1,6,''); UNLOCK TABLES; /*!40000 ALTER TABLE `ft_view_tabs` ENABLE KEYS */; -- -- Table structure for table `ft_views` -- DROP TABLE IF EXISTS `ft_views`; CREATE TABLE `ft_views` ( `view_id` smallint(6) NOT NULL auto_increment, `form_id` mediumint(8) unsigned NOT NULL, `access_type` enum('admin','public','private','hidden') NOT NULL default 'public', `view_name` varchar(100) NOT NULL, `view_order` smallint(6) NOT NULL default '1', `num_submissions_per_page` smallint(6) NOT NULL default '10', `default_sort_field` varchar(255) NOT NULL default 'submission_date', `default_sort_field_order` enum('asc','desc') NOT NULL default 'desc', `may_add_submissions` enum('yes','no') NOT NULL default 'yes', `may_edit_submissions` enum('yes','no') NOT NULL default 'yes', `may_delete_submissions` enum('yes','no') NOT NULL default 'yes', `has_client_map_filter` enum('yes','no') NOT NULL default 'no', `has_standard_filter` enum('yes','no') NOT NULL default 'no', PRIMARY KEY (`view_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- -- Dumping data for table `ft_views` -- /*!40000 ALTER TABLE `ft_views` DISABLE KEYS */; LOCK TABLES `ft_views` WRITE; INSERT INTO `ft_views` VALUES (1,1,'public','All submissions',1,10,'submission_date','asc','yes','yes','yes','no','no'); UNLOCK TABLES; /*!40000 ALTER TABLE `ft_views` ENABLE KEYS */; -- -- Current Database: `acmNew` -- CREATE DATABASE /*!32312 IF NOT EXISTS*/ `acmNew` /*!40100 DEFAULT CHARACTER SET latin1 */; USE `acmNew`; -- -- Table structure for table `acm_e107_banlist` -- DROP TABLE IF EXISTS `acm_e107_banlist`; CREATE TABLE `acm_e107_banlist` ( `banlist_ip` varchar(100) NOT NULL default '', `banlist_admin` smallint(5) unsigned NOT NULL default '0', `banlist_reason` tinytext NOT NULL, PRIMARY KEY (`banlist_ip`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `acm_e107_banlist` -- /*!40000 ALTER TABLE `acm_e107_banlist` DISABLE KEYS */; LOCK TABLES `acm_e107_banlist` WRITE; INSERT INTO `acm_e107_banlist` VALUES ('81.177.22.243',9,'User attempted to login using incorrect username/password'),('87.248.160.6',5,'kaputt'),('213.226.165.163',5,'navai'),('77.123.158.192',5,'yo'),('41.251.81.50',5,'Britney Asbourne'),('64.20.38.74',5,'g00ns'),('195.229.242.57',5,'Livermore609'),('168.187.0.41',9,'User attempted to login using incorrect username/password'),('202.44.32.9',14,'User attempted to login using incorrect username/password'),('212.175.133.27',14,'User attempted to login using incorrect username/password'),('200.192.89.229',14,'User attempted to login using incorrect username/password'),('74.46.88.221',14,'User attempted to login using incorrect username/password'),('202.28.27.4',14,'User attempted to login using incorrect username/password'),('66.232.101.20',14,'User attempted to login using incorrect username/password'),('203.162.2.136',14,'Multiple failed spam login attempts'),('203.162.2.135',14,'Multiple failed spam login attempts'),('203.162.2.134',14,'Multiple failed spam login attempts'),('203.162.2.137',14,'Multiple failed spam login attempts'),('97.81.19.227',14,'Multiple failed login attempts with multiple email accounts.'),('147.83.73.133',14,'Multiple failed login attempts with multiple email accounts.'),('85.40.144.102',14,'Multiple failed login attempts with multiple email accounts'),('203.158.221.227',14,'Multiple failed login attempts'),('208.17.80.5',14,'Multiple failed login attempts with multiple email accounts.'),('220.160.127.221',14,'User attempted to login using a spam username'),('61.133.87.226',14,'User attempted to login using a spam username'),('59.151.53.82',14,'User attempted to login using multiple spam usernames'),('203.162.2.133',14,'Multiple failed login attempts with multiple email accounts.'),('216.155.133.68',9,'User attempted to login using incorrect username/password'),('212.118.158.68',9,'User attempted to login using incorrect username/password'),('165.193.47.4',9,'User attempted to login using incorrect username/password'),('67.82.249.142',14,'Multiple failed login attempts'),('94.142.128.224',14,'Suspected Spammer'),('93.84.17.44',163,'strongand'); UNLOCK TABLES; /*!40000 ALTER TABLE `acm_e107_banlist` ENABLE KEYS */; -- -- Table structure for table `acm_e107_banner` -- DROP TABLE IF EXISTS `acm_e107_banner`; CREATE TABLE `acm_e107_banner` ( `banner_id` int(10) unsigned NOT NULL auto_increment, `banner_clientname` varchar(100) NOT NULL default '', `banner_clientlogin` varchar(20) NOT NULL default '', `banner_clientpassword` varchar(50) NOT NULL default '', `banner_image` varchar(150) NOT NULL default '', `banner_clickurl` varchar(150) NOT NULL default '', `banner_impurchased` int(10) unsigned NOT NULL default '0', `banner_startdate` int(10) unsigned NOT NULL default '0', `banner_enddate` int(10) unsigned NOT NULL default '0', `banner_active` tinyint(3) unsigned NOT NULL default '0', `banner_clicks` int(10) unsigned NOT NULL default '0', `banner_impressions` int(10) unsigned NOT NULL default '0', `banner_ip` text NOT NULL, `banner_campaign` varchar(150) NOT NULL default '', PRIMARY KEY (`banner_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `acm_e107_banner` -- /*!40000 ALTER TABLE `acm_e107_banner` DISABLE KEYS */; LOCK TABLES `acm_e107_banner` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `acm_e107_banner` ENABLE KEYS */; -- -- Table structure for table `acm_e107_chatbox` -- DROP TABLE IF EXISTS `acm_e107_chatbox`; CREATE TABLE `acm_e107_chatbox` ( `cb_id` int(10) unsigned NOT NULL auto_increment, `cb_nick` varchar(30) NOT NULL default '', `cb_message` text NOT NULL, `cb_datestamp` int(10) unsigned NOT NULL default '0', `cb_blocked` tinyint(3) unsigned NOT NULL default '0', `cb_ip` varchar(15) NOT NULL default '', PRIMARY KEY (`cb_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `acm_e107_chatbox` -- /*!40000 ALTER TABLE `acm_e107_chatbox` DISABLE KEYS */; LOCK TABLES `acm_e107_chatbox` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `acm_e107_chatbox` ENABLE KEYS */; -- -- Table structure for table `acm_e107_comments` -- DROP TABLE IF EXISTS `acm_e107_comments`; CREATE TABLE `acm_e107_comments` ( `comment_id` int(10) unsigned NOT NULL auto_increment, `comment_pid` int(10) unsigned NOT NULL default '0', `comment_item_id` int(10) unsigned NOT NULL default '0', `comment_subject` varchar(100) NOT NULL default '', `comment_author` varchar(100) NOT NULL default '', `comment_author_email` varchar(200) NOT NULL default '', `comment_datestamp` int(10) unsigned NOT NULL default '0', `comment_comment` text NOT NULL, `comment_blocked` tinyint(3) unsigned NOT NULL default '0', `comment_ip` varchar(20) NOT NULL default '', `comment_type` varchar(10) NOT NULL default '0', `comment_lock` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`comment_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `acm_e107_comments` -- /*!40000 ALTER TABLE `acm_e107_comments` DISABLE KEYS */; LOCK TABLES `acm_e107_comments` WRITE; INSERT INTO `acm_e107_comments` VALUES (1,0,3,'Finals Week Dinner','5.studbucket','',1146802573,'Follow my lead and post if you are coming.\r\n\r\nI will be there.',0,'0cd9ef24','0',0),(2,0,3,'Finals Week Dinner','14.Jed','',1146805874,'I'll be there until about 7:15, I have work at 7:30. Also, I would be interested in the outreach committee.',0,'80ffafd1','0',0),(3,0,3,'Finals Week Dinner','12.Verno Whitney','',1146943201,'I'll be there',0,'d8f87a35','0',0),(4,0,3,'If you could become an expert in any one programming language, what would it be?','5.studbucket','',1149540293,'If you chose other, explain which one you would choose',0,'cec3c1fe','4',0),(5,0,3,'If you could become an expert in any one programming language, what would it be?','9.chudman','',1150234054,'C might get you more job offers, but Lisp hackers have much more fun from what I've [link=http://www.paulgraham.com/quotes.html]read[/link]. :)',0,'42855404','4',0),(6,0,3,'If you could become an expert in any one programming language, what would it be?','27.Will','',1152736311,'Java',0,'80ff2c1a','4',0),(7,6,3,'Re: If you could become an expert in any one programming language, what would it be?','5.studbucket','',1152808228,'Umm, java has a poll option :)',0,'cec3c1fe','4',0),(8,0,3,'If you could become an expert in any one programming language, what would it be?','28.Justin','',1154559511,'C#',0,'47204412','4',0),(9,0,5,'Best Video Game Type:','5.studbucket','',1154986043,'Poll was reposted because of errors.',0,'0ce2189e','4',0),(10,0,5,'Best Video Game Type:','10.Vegihan','',1155182465,'Anyone who might be wondering why this poll was posted it was to get info. A couple of us have thought about working on a video game and I would like to know what people like to play so we can get people involved by making their kind of game.',0,'18094766','4',0),(11,0,10,'Ajax for Java developers','17.nfossum','',1156295906,'I had the chance to play with Ajax a little over the summer during my internship. I also attended a small lecture on the subject- one of my mentors had attended a convention that emphisized Ajax. It really cuts the load time for dynamic web content. The only weird problem I guess that has come up is that the back button of browsers don't always have the functionality a user would expect as compared to a normal web app. There is a lot of good material at Sun as well. Also here is a 10 week online course that started at the begining of the month (it's free!) if you have time: http://www.javapassion.com/ajaxcodecamp/',0,'47d5e259','0',0),(12,0,13,'Linux command line cheat-sheet','9.chudman','',1156299218,'Wow, I definately learned a few things. Thanks dude.',0,'0ccee9c7','0',0),(16,0,9,'What CS classes are you currently enrolled in?','29.Thnikkaman','',1158372804,'I am in AI, and Comp Theory. :-P',0,'4542533f','4',0),(14,0,19,'State Farm Presentation','35.thomas-hornbeck','',1158103869,'... i might go for the pizza, hopefully that coked out leprechaun dude they locked up in the basement with all the servers isnt there.',0,'80ff2c6b','0',0),(15,0,19,'State Farm Presentation','5.JT','',1158114575,'Hahahaha. "Our servers would get owned!" I definitely remember him.',0,'0cd9ee9c','0',0),(17,0,23,'IT Career Fair','35.thomas-hornbeck','',1158557330,'any idea what building W401 is in?',0,'0cd9efcc','0',0),(18,0,23,'IT Career Fair','5.JT','',1158604783,'Papajohn Business Building (PBB)\r\n\r\nIt's on the 4th floor and sometimes, if you don't know the building, it's tricky to find the stairs to 4th floor, just a warning.',0,'80ffd7cb','0',0),(19,0,26,'For anyone going to this...','23.Jason Fries','',1159297017,'I talked about the company I interned for this summer, Cerner, a bit during one of our earlier meetings. They will be at this career fair, so if anyone's interested in working with medical software, you should try and swing by Cerner's booth and speak with their campus rep, Rachel. (I'll actually be at the booth for a bit in the afternoon too, though I don't know exactly what time yet) \r\nNot to sound too much like a corporate shill, but if anyone's looking for a great midwestern company to work for, I can't say enough good things about Cerner. They're close (Kansas City), they work with all kinds of technologies, (web development, java/eclipse, c++, VB) in developing interesting medical tech (think digital x-ray databases, medical records, etc), and most importantly, they are the coolest company I've ever seen in working with you to find a position that best suites your skills and interests. If you work hard, Cerner doesn't shy away from rewarding you. \r\nSo if you're at the fair, at least swing by and talk for a little bit. It is defintely worth your time. (If anyone is interested or has questions, just msg me, or flag me down in Computer Graphics or Networking. This assumes you know what I look like... meaning I should probably post a real photo of myself).',0,'80ff2c75','0',0),(20,0,26,'Engineering Career Fair','35.thomas-hornbeck','',1159374033,'kansas city works for me... tthats where im from... ill be sure to stop by cerner's table at the eng fair.',0,'80ff2c85','0',0),(21,0,53,'What the hey?','53.Solarion','',1161199763,'Hay is for horses, grass is free. Cows smoke it, so why don't we?',0,'cc5f0898','profile',0),(22,0,33,'Last Call For Teams Going to Programming Competition','45.Seth','',1161717418,'Information on the IBM-sponsored international collegiate programming competition can be found [link=hyperlink http://icpc.baylor.edu/icpc/]HERE[/link] \r\nThis year the competition is being held in Tokyo',0,'80ff12c6','0',0),(23,0,33,'Last Call For Teams Going to Programming Competition','45.Seth','',1161717481,'For some reason my link didn't work. This is the URL: http://icpc.baylor.edu/icpc/',0,'80ff12c6','0',0),(24,0,45,'Who is John Galt?','45.Seth','',1163470878,' "Remember that private citizens-whether rich or poor, whether businessmen or workers-have no power to start a war. That power is the exclusive prerogative of a government. Which type of government is more likely to plunge a country into war: a government of limited powers, bound by constitutional restrictions-or an unlimited government, open to the pressure of any group with warlike interests or ideologies, a government able to command armies to march at the whim of a single chief executive? \r\n Yet it is not a limited government that today's peace-lovers are advocating." -- Ayn Rand',0,'0cd61398','profile',0),(25,0,45,'John Galt','45.Seth','',1163471003,'But who is John Galt?',0,'0cd61398','profile',0),(26,0,27,'Online Books!','45.Seth','',1163472911,'These are freakin sweet - check them out if you havn't already',0,'0cd61398','0',0),(27,0,45,'','45.Seth','',1164428280,'There is in every village, a torch - the teacher:\r\nand an extinguisher - the clergyman.\r\n-- Victor Hugo',0,'1875a12b','profile',0),(28,0,45,'Linux Setup Party!','5.JT','',1170718603,'For anyone who is wondering, this event was a great success and we look forward to having another later in the spring!',0,'81ff4874','0',0),(29,0,51,'NCAA Tourney Simulator','5.JT','',1173223387,'If you have any questions, please post them in the forums, under the questions about NCAA tourney thread.',0,'80ff65b8','0',0),(37,0,48,'Speaker Tonight after ACM Meeting','87.Marlies Dekkers','',1182942410,'It was nice! I still got the photo's on my pc..I'll send you them..\r\n\r\nxx M.\r\n [link=http://lingerieblog.nl/marlies-dekkers-sundressed][color=#ffffff]Marlies Dekkers Sundressed[/color][/link] [link=http://lingerieblog.nl/marlies-dekkers-lingerie][color=#ffffff]Lingerie[/color][/link]\r\n\r\n[link=http://lingerieblog.nl/marlies-dekkers-undressed][color=#ffffff]Undressed[/color][/link] ',0,'5147739b','0',0),(35,0,12,'ACM Website Gets a New Look','87.Marlies Dekkers','',1182941335,'I can get you help with the design..',0,'5147739b','0',0),(36,0,37,'Meeting Tonight Cancelled','87.Marlies Dekkers','',1182941675,'Sad that it was cancelled! Wanted to see Tyra.\r\n\r\n[color=#ffffff][link=http://lingerieblog.nl/marlies-dekkers-lingerie]Marlies Dekkers[/link] [link=http://lingerieblog.nl]Lingerie [/link][/color]',0,'5147739b','0',0),(38,0,25,'CS Spring Schedule 2006','87.Marlies Dekkers','',1182942556,'Tyra, hope you read this.. contact me.\r\n\r\n[link=http://lingerieblog.nl][color=#ffffff]Sexy Lingerie[/color][/link]',0,'5147739b','0',0),(39,0,93,'Sorry','5.JT','',1185210411,'Sorry for assuming you were a spammer, welcome back.',0,'81ffa6e4','profile',0),(40,0,106,'hello','106.Britney Asbourne','',1189535695,'hi britney so u r here !! call me it's Ralph :-)',0,'29fb5132','profile',0),(41,0,5,'Formuns','74.nohr','',1190981981,'So yea check out the site. Is this hacked by thing a Joke? This is kinda BS. Well hoepfully we can turn this in to a learning experience for everyone.',0,'cdafe118','profile',0),(42,0,59,'No Meeting Tonight','112.Johst','',1191280707,'Gosh, i hate [link=http://tanden-bleken.net/tanden-bleken-de-weg-naar-witte-tanden/]tanden bleken[/link]. Although i want [link=http://tanden-bleken.net]witte tanden[/link].',0,'524b49ae','0',0),(43,0,27,'Which T-Shirt Design do you want?','10.Vegihan','',1192481141,'Just a thought Justin, if JT really wanted to win he could just create 100 accounts and vote for his then delete the accounts and no one would know. Just a thought.',0,'9fb60104','4',0),(44,0,28,'How did you find out about the Iowa ACM?','74.nohr','',1192537927,'Professor talked about it.',0,'cdafe118','4',0),(45,0,28,'How did you find out about the Iowa ACM?','10.Vegihan','',1192544836,'Helped to revive it!',0,'80ff2c7d','4',0),(46,0,71,'Meeting Tonight & Speaker from Cerner','112.Johst','',1193228339,'When is next meeting planned? [url=http://tanden-bleken.net]tanden bleken[/url]',0,'524b49ae','0',0),(47,0,29,'Where are you at in your schooling?','10.Vegihan','',1194042079,'I be a Super Senior',0,'80ff2c9c','4',0),(48,47,29,'Re: Where are you at in your schooling?','35.thomas','',1194463337,'so if u were a super senior and now ur a master, does the super status carry over... if it does i am a Super Master, thats pretty coo',0,'80fffc70','4',0),(49,0,29,'Where are you at in your schooling?','5.JT','',1194477856,'Yeah, Super Master would be cool, you can have the title.',0,'81ffa6f0','4',0),(50,0,33,'What is your platform/language of choice for web development?','74.nohr','',1201187319,'WYSIWYG',0,'cdafe118','4',0),(51,0,33,'What is your platform/language of choice for web development?','9.Nick','',1201740760,'WYSI_NOT_WYG when developing things with graphical interfaces. It's fine to use vim or whatever for programming an algorighm or designing a class, but when it comes to visual web development an IDE is the way to go. Rapid prototyping, easy debugging, and even drag-and-drop components are all available. I'd like to see vim or emacs do that...',0,'0cce68cc','4',0),(52,0,33,'What is your platform/language of choice for web development?','5.JT','',1201756465,'I actually use nano, bluefish, or scite for all of my rails development, and then make the css using the FF web developer toolbar, pasting it into the necessary file when I'm done tweaking.',0,'0ccf2568','4',0),(53,0,91,'ACM Servers and Website Online','14.Jed','',1217181277,'Thanks for you work getting the site back up Nick!',0,'3f1aef09','0',0),(54,0,95,'ACM Meeting and State Farm Presentation Monday','194.strikeralley','',1221515778,'gah.... I wish I could make it... I have a killer headache and I have a speech in my Rhetoric class that needs typed... :( ... good luck to all on the raffle. ',0,'80ffbfef','0',0),(55,0,98,'UIowa ACM Facebook Group','9.Nick','',1224103370,'It's the best way to get your social graph mapped by the NSA!',0,'80ff1a64','0',0),(59,0,108,'ACM UICC Planning Meeting','190.Matt G','',1233950316,'hey Jed, will there be a discussion on the logos and stuff at the meeting? If so, my roommate who made the designs said he would probably be able to go to the meeting for a bit to talk about them and stuff',0,'80ff2c83','0',0),(57,0,101,'ACM Linux Setup Party Saturday','9.Nick','',1225394967,'We need some celebrity sponsors for our Got Linux campaign. I just don't think Richard Stallman is sexy enough for this. Anyone have any suggestions?',0,'80ff1a64','0',0),(58,0,107,'Server Maintenance Complete','5.JT','',1233007576,'Thanks!\r\n\r\nI am happy to have the forums back up and running.',0,'81ffa6de','0',0),(60,0,114,'ACM Meeting Monday 3/26','163.BJ','',1237822772,'Umm....23rd?',0,'80ffd632','0',0),(61,0,118,'ACM Meeting 4/20/09','117.Austin','',1240257746,'ACM meeting, Monday at 5:30 p.m. in Muhly Lounge. The goal of this meeting is to get a general feel for future events that were proposed on the forums as well as brainstorm more ways to recruit new members next fall. ',0,'80ffc419','0',0); UNLOCK TABLES; /*!40000 ALTER TABLE `acm_e107_comments` ENABLE KEYS */; -- -- Table structure for table `acm_e107_core` -- DROP TABLE IF EXISTS `acm_e107_core`; CREATE TABLE `acm_e107_core` ( `e107_name` varchar(100) NOT NULL default '', `e107_value` text NOT NULL, PRIMARY KEY (`e107_name`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `acm_e107_core` -- /*!40000 ALTER TABLE `acm_e107_core` DISABLE KEYS */; LOCK TABLES `acm_e107_core` WRITE; INSERT INTO `acm_e107_core` VALUES ('SitePrefs','array (\n \'sitename\' => \'ACM - University of Iowa\',\n \'siteurl\' => \'http://acm.uiowa.edu/\',\n \'sitebutton\' => \'adminlogo.png\',\n \'sitetag\' => \'640K ought to be enough for anybody.\',\n \'sitedescription\' => \'\',\n \'siteadmin\' => \'William Dibbern\',\n \'siteadminemail\' => \'iowa.acm@gmail.com\',\n \'sitetheme\' => \'0211\',\n \'image_preload\' => \'1\',\n \'admintheme\' => \'0211\',\n \'adminstyle\' => \'categories\',\n \'sitedisclaimer\' => \'The content and opinions posted on this site do not reflect the views or opinions of the University of Iowa or the Department of Computer Science.\',\n \'newsposts\' => \'10\',\n \'flood_protect\' => \'1\',\n \'flood_timeout\' => \'5\',\n \'flood_time\' => \'30\',\n \'flood_hits\' => \'100\',\n \'anon_post\' => \'0\',\n \'user_reg\' => \'1\',\n \'use_coppa\' => \'0\',\n \'profanity_filter\' => \'0\',\n \'profanity_replace\' => \'[censored]\',\n \'smiley_activate\' => \'1\',\n \'log_refertype\' => \'1\',\n \'longdate\' => \'%A %d %B %Y - %H:%M:%S\',\n \'shortdate\' => \'%d %b : %H:%M\',\n \'forumdate\' => \'%a %b %d %Y, %I:%M%p\',\n \'sitelanguage\' => \'English\',\n \'maintainance_flag\' => \'0\',\n \'time_offset\' => \'-6\',\n \'log_lvcount\' => \'10\',\n \'meta_tag\' => \n array (\n \'English\' => \'\',\n ),\n \'user_reg_veri\' => \'2\',\n \'email_notify\' => \'1\',\n \'forum_poll\' => \'1\',\n \'forum_popular\' => \'10\',\n \'forum_track\' => \'1\',\n \'forum_eprefix\' => \'[forum]\',\n \'forum_enclose\' => \'1\',\n \'forum_title\' => \'ACM Forums\',\n \'forum_postspage\' => \'25\',\n \'forum_highlightsticky\' => \'1\',\n \'user_tracking\' => \'cookie\',\n \'cookie_name\' => \'ACMcookie\',\n \'resize_method\' => \'gd2\',\n \'im_path\' => \'/usr/X11R6/bin/convert\',\n \'im_quality\' => \'80\',\n \'im_width\' => \'120\',\n \'im_height\' => \'150\',\n \'upload_enabled\' => \'0\',\n \'upload_storagetype\' => \'2\',\n \'upload_maxfilesize\' => \'\',\n \'upload_class\' => \'255\',\n \'cachestatus\' => \'\',\n \'displayrendertime\' => \'0\',\n \'displaysql\' => \'0\',\n \'displaythemeinfo\' => \'0\',\n \'timezone\' => \'CST\',\n \'search_restrict\' => \'0\',\n \'antiflood1\' => \'1\',\n \'antiflood_timeout\' => \'10\',\n \'autoban\' => \'2\',\n \'sitelang_init\' => \'English\',\n \'linkpage_screentip\' => \'\',\n \'plug_status\' => \'forum,chatbox_menu\',\n \'plug_latest\' => \'forum\',\n \'wmessage_sc\' => \'0\',\n \'signup_text\' => \'\',\n \'admin_alerts_ok\' => \'1\',\n \'real\' => \'1\',\n \'url\' => \'1\',\n \'icq\' => \'1\',\n \'aim\' => \'1\',\n \'msn\' => \'1\',\n \'dob\' => \'1\',\n \'loc\' => \'1\',\n \'sig\' => \'1\',\n \'avt\' => \'1\',\n \'zone\' => \'1\',\n \'usrclass\' => \'1\',\n \'link_replace\' => \'0\',\n \'link_text\' => \'\',\n \'signcode\' => \'1\',\n \'logcode\' => \'0\',\n \'newsposts_archive\' => \'0\',\n \'newsposts_archive_title\' => \'\',\n \'news_cats\' => \'\',\n \'nbr_cols\' => \'1\',\n \'subnews_attach\' => \'\',\n \'subnews_resize\' => \'\',\n \'subnews_class\' => \'0\',\n \'subnews_htmlarea\' => \'\',\n \'subnews_hide_news\' => \'\',\n \'news_newdateheader\' => \'\',\n \'email_text\' => \'\',\n \'useGeshi\' => \'0\',\n \'wysiwyg\' => \'0\',\n \'old_np\' => \'0\',\n \'make_clickable\' => \'0\',\n \'signup_maxip\' => \'3\',\n \'track_online\' => \'1\',\n \'emotepack\' => \'default\',\n \'xup_enabled\' => \'0\',\n \'mailer\' => \'php\',\n \'ue_upgrade\' => \'1\',\n \'search_highlight\' => \'1\',\n \'mail_pause\' => \'3\',\n \'mail_pausetime\' => \'4\',\n \'themecss\' => \'style.css\',\n \'plug_sc\' => \':featurebox,SENDPM:pm,:poll\',\n \'auth_method\' => \'\',\n \'post_html\' => \'254\',\n \'redirectsiteurl\' => \'1\',\n \'admin_alerts_uniquemenu\' => \'0\',\n \'membersonly_enabled\' => \'0\',\n \'signup_pass_len\' => \'6\',\n \'signup_disallow_text\' => \'\',\n \'signup_text_after\' => \'\',\n \'null\' => \'0\',\n \'links_new_window\' => \'1\',\n \'main_wordwrap\' => \'\',\n \'menu_wordwrap\' => \'\',\n \'php_bbcode\' => \'254\',\n \'ssl_enabled\' => \'0\',\n \'fpwcode\' => \'0\',\n \'user_reg_secureveri\' => \'1\',\n \'disallowMultiLogin\' => \'0\',\n \'profanity_words\' => \'\',\n \'adminpwordchange\' => \'0\',\n \'comments_icon\' => \'0\',\n \'nested_comments\' => \'1\',\n \'allowCommentEdit\' => \'0\',\n \'admincss\' => \'style.css\',\n \'developer\' => \'0\',\n \'download_email\' => \'\',\n \'sendmail\' => \'/usr/sbin/sendmail -t -i -r acm@cs.uiowa.edu\',\n \'smtp_enable\' => \'\',\n \'smtp_server\' => \'ns-mx.uiowa.edu\',\n \'smtp_username\' => \'\',\n \'smtp_password\' => \'\',\n \'avatar_upload\' => \'0\',\n \'photo_upload\' => \'0\',\n \'del_unv\' => \'1440\',\n \'profile_rate\' => \'1\',\n \'profile_comments\' => \'1\',\n \'force_userupdate\' => \'0\',\n \'display_memory_usage\' => \'0\',\n \'compress_output\' => \'0\',\n \'image_post\' => \'1\',\n \'image_post_class\' => \'1\',\n \'image_post_disabled_method\' => \'1\',\n \'enable_png_image_fix\' => \'\',\n \'eventpost_admin\' => \'1\',\n \'eventpost_headercss\' => \'forumheader\',\n \'eventpost_daycss\' => \'forumheader3\',\n \'eventpost_todaycss\' => \'indent\',\n \'eventpost_addcat\' => \'254\',\n \'eventpost_forum\' => \'1\',\n \'eventpost_evtoday\' => \'indent\',\n \'eventpost_mailsubject\' => \'ACM Event(s)\',\n \'eventpost_mailfrom\' => \'ACM\',\n \'eventpost_mailaddress\' => \'acm@cs.uiowa.edu\',\n \'eventpost_lenday\' => \'1\',\n \'eventpost_asubs\' => \'1\',\n \'eventpost_weekstart\' => \'sun\',\n \'eventpost_super\' => \'0\',\n \'eventpost_dateformat\' => \'my\',\n \'statActivate\' => \'1\',\n \'statCountAdmin\' => \'1\',\n \'statUserclass\' => \'254\',\n \'statBrowser\' => \'1\',\n \'statOs\' => \'1\',\n \'statScreen\' => \'1\',\n \'statDomain\' => \'1\',\n \'statRefer\' => \'1\',\n \'statQuery\' => \'1\',\n \'statRecent\' => \'1\',\n \'statDisplayNumber\' => \'\',\n \'fb_active\' => \'1\',\n \'statClass\' => \'0\',\n \'forum_show_topics\' => \'1\',\n \'forum_postfix\' => \'[more...]\',\n \'forum_no_characters\' => \'20\',\n \'email_notify_on\' => \'\',\n \'html_post\' => \'\',\n \'forum_attach\' => \'\',\n \'forum_redirect\' => \'\',\n \'forum_user_customtitle\' => \'1\',\n \'reported_post_email\' => \'\',\n \'forum_tooltip\' => \'1\',\n \'forum_tiplength\' => \'80\',\n \'forum_hilightsticky\' => \'\',\n \'forum_maxwidth\' => \'\',\n \'forum_linkimg\' => \'1\',\n \'rank_main_admin\' => \'Main Site Admin\',\n \'rank_main_admin_image\' => \'admin.png\',\n \'rank_admin\' => \'Site Admin\',\n \'rank_admin_image\' => \'admin.png\',\n \'rank_moderator\' => \'Forum Moderator\',\n \'rank_moderator_image\' => \'moderator.png\',\n \'forum_levels\' => \'Windows ME User,AOL User,Visual Basic All-Star,Code Monkey,Freelance Programmer,Lisp Hacker,Jason Fox's Mentor,Almost Seymour Cray,Solved NP-Completeness,Computer Genius Man,\',\n \'forum_thresholds\' => \'20,100,250,410,580,760,950,1150,1370,1600,\',\n \'forum_images\' => \'lev1.png,lev2.png,lev3.png,lev4.png,lev5.png,lev6.png,lev7.png,lev8.png,lev9.png,lev10.png,\',\n \'install_date\' => \'1146263624\',\n \'modules\' => \'gsitemap\',\n \'maintainance_text\' => \'STOP POSTING IM WORKING HERE\',\n \'news_subheader\' => \' \',\n \'news_unstemplate\' => \'\',\n \'sitecontactinfo\' => \'\',\n \'contact_emailcopy\' => \'0\',\n \'signup_remote_emailcheck\' => \'1\',\n \'displayname_class\' => \'0\',\n \'displayname_maxlength\' => \'128\',\n \'signup_option_realname\' => \'1\',\n \'signup_option_signature\' => \'1\',\n \'signup_option_image\' => \'1\',\n \'signup_option_timezone\' => \'1\',\n \'signup_option_class\' => \'1\',\n \'comments_disabled\' => \'0\',\n \'download_php\' => \'\',\n \'download_view\' => \'10\',\n \'download_sort\' => \'ASC\',\n \'download_order\' => \'download_datestamp\',\n \'agree_flag\' => \'\',\n \'agree_text\' => \'By downloading this software you agree to enjoy it.\',\n \'download_denied\' => \'\',\n \'rss_feeds\' => \'1,12,6,7,featurebox\',\n \'rss_newscats\' => \'\',\n \'rss_dlcats\' => \'\',\n \'chatbox_posts\' => \'10\',\n \'cb_linkc\' => \' -link- \',\n \'cb_wordwrap\' => \'20\',\n \'cb_linkreplace\' => \'1\',\n \'cb_layer\' => \'0\',\n \'cb_layer_height\' => \'200\',\n \'cb_emote\' => \'0\',\n \'cb_mod\' => \'254\',\n \'sitelinks_expandsub\' => \'1\',\n \'admin_download_disp\' => \'download_name|download_class\',\n \'sitecontacts\' => \'250\',\n \'disable_emailcheck\' => \'0\',\n \'enable_rdns\' => \'0\',\n \'comments_emoticons\' => \'0\',\n \'eventpost_adminlog\' => \'0\',\n \'eventpost_showeventcount\' => \'\',\n \'eventpost_recentshow\' => \'\',\n \'eventpost_menulink\' => \'0\',\n \'eventpost_fivemins\' => \'\',\n \'eventpost_caltime\' => \'1\',\n \'eventpost_datedisplay\' => \'1\',\n \'eventpost_timedisplay\' => \'1\',\n \'eventpost_timecustom\' => \'\',\n \'eventpost_dateevent\' => \'1\',\n \'eventpost_datenext\' => \'1\',\n \'eventpost_eventdatecustom\' => \'\',\n \'eventpost_nextdatecustom\' => \'\',\n \'eventpost_emaillog\' => \'0\',\n \'listPages\' => \'1\',\n \'pageCookieExpire\' => \'84600\',\n \'memberlist_access\' => \'1\',\n \'admin_user_disp\' => \'user_name|user_class\',\n \'meta_news_summary\' => \'\',\n \'meta_description\' => \n array (\n \'English\' => \'\',\n ),\n \'meta_keywords\' => \n array (\n \'English\' => \'\',\n ),\n \'meta_copyright\' => \n array (\n \'English\' => \'\',\n ),\n \'meta_author\' => \n array (\n \'English\' => \'University of Iowa ACM Student Chapter\',\n ),\n \'frontpage\' => \n array (\n \'all\' => \'news.php\',\n ),\n \'e_rss_list\' => \n array (\n \'calendar_menu\' => \'calendar_menu\',\n \'chatbox_menu\' => \'chatbox_menu\',\n \'featurebox\' => \'featurebox\',\n \'forum\' => \'forum\',\n ),\n \'e_notify_list\' => \n array (\n \'calendar_menu\' => \'calendar_menu\',\n \'chatbox_menu\' => \'chatbox_menu\',\n ),\n \'e_list_list\' => \n array (\n \'calendar_menu\' => \'calendar_menu\',\n \'chatbox_menu\' => \'chatbox_menu\',\n \'forum\' => \'forum\',\n ),\n \'e_search_list\' => \n array (\n \'calendar_menu\' => \'calendar_menu\',\n \'chatbox_menu\' => \'chatbox_menu\',\n \'forum\' => \'forum\',\n ),\n \'e_sql_list\' => \n array (\n \'calendar_menu\' => \'calendar_sql\',\n \'chatbox_menu\' => \'chatbox_sql\',\n \'forum\' => \'forum_sql\',\n \'gsitemap\' => \'gsitemap_sql\',\n \'log\' => \'log_sql\',\n \'pm\' => \'pm_sql\',\n \'poll\' => \'poll_sql\',\n \'rss_menu\' => \'rss_sql\',\n ),\n \'e_status_list\' => \n array (\n \'chatbox_menu\' => \'chatbox_menu\',\n \'forum\' => \'forum\',\n ),\n \'e_linkgen_list\' => \n array (\n \'forum\' => \'forum\',\n ),\n \'e_emailprint_list\' => \n array (\n \'forum\' => \'forum\',\n ),\n \'e_frontpage_list\' => \n array (\n \'forum\' => \'forum\',\n ),\n \'e_latest_list\' => \n array (\n \'forum\' => \'forum\',\n ),\n \'e_meta_list\' => \n array (\n \'log\' => \'log\',\n \'rss_menu\' => \'rss_menu\',\n ),\n \'shortcode_list\' => \n array (\n \'pm\' => \n array (\n \'sendpm\' => \'0\',\n ),\n ),\n)'),('SitePrefs_Backup','array (\n \'sitename\' => \'ACM - University of Iowa\',\n \'siteurl\' => \'http://acm.uiowa.edu/\',\n \'sitebutton\' => \'adminlogo.png\',\n \'sitetag\' => \'640K ought to be enough for anybody.\',\n \'sitedescription\' => \'\',\n \'siteadmin\' => \'William Dibbern\',\n \'siteadminemail\' => \'iowa.acm@gmail.com\',\n \'sitetheme\' => \'0211\',\n \'image_preload\' => \'1\',\n \'admintheme\' => \'0211\',\n \'adminstyle\' => \'categories\',\n \'sitedisclaimer\' => \'The content and opinions posted on this site do not reflect the views or opinions of the University of Iowa or the Department of Computer Science.\',\n \'newsposts\' => \'10\',\n \'flood_protect\' => \'1\',\n \'flood_timeout\' => \'5\',\n \'flood_time\' => \'30\',\n \'flood_hits\' => \'100\',\n \'anon_post\' => \'0\',\n \'user_reg\' => \'1\',\n \'use_coppa\' => \'0\',\n \'profanity_filter\' => \'0\',\n \'profanity_replace\' => \'[censored]\',\n \'smiley_activate\' => \'1\',\n \'log_refertype\' => \'1\',\n \'longdate\' => \'%A %d %B %Y - %H:%M:%S\',\n \'shortdate\' => \'%d %b : %H:%M\',\n \'forumdate\' => \'%a %b %d %Y, %I:%M%p\',\n \'sitelanguage\' => \'English\',\n \'maintainance_flag\' => \'0\',\n \'time_offset\' => \'-6\',\n \'log_lvcount\' => \'10\',\n \'meta_tag\' => \n array (\n \'English\' => \'\',\n ),\n \'user_reg_veri\' => \'2\',\n \'email_notify\' => \'1\',\n \'forum_poll\' => \'1\',\n \'forum_popular\' => \'10\',\n \'forum_track\' => \'1\',\n \'forum_eprefix\' => \'[forum]\',\n \'forum_enclose\' => \'1\',\n \'forum_title\' => \'ACM Forums\',\n \'forum_postspage\' => \'25\',\n \'forum_highlightsticky\' => \'1\',\n \'user_tracking\' => \'cookie\',\n \'cookie_name\' => \'ACMcookie\',\n \'resize_method\' => \'gd2\',\n \'im_path\' => \'/usr/X11R6/bin/convert\',\n \'im_quality\' => \'80\',\n \'im_width\' => \'120\',\n \'im_height\' => \'150\',\n \'upload_enabled\' => \'0\',\n \'upload_storagetype\' => \'2\',\n \'upload_maxfilesize\' => \'\',\n \'upload_class\' => \'255\',\n \'cachestatus\' => \'\',\n \'displayrendertime\' => \'0\',\n \'displaysql\' => \'0\',\n \'displaythemeinfo\' => \'0\',\n \'timezone\' => \'CST\',\n \'search_restrict\' => \'0\',\n \'antiflood1\' => \'1\',\n \'antiflood_timeout\' => \'10\',\n \'autoban\' => \'2\',\n \'sitelang_init\' => \'English\',\n \'linkpage_screentip\' => \'\',\n \'plug_status\' => \'forum,chatbox_menu\',\n \'plug_latest\' => \'forum\',\n \'wmessage_sc\' => \'0\',\n \'signup_text\' => \'\',\n \'admin_alerts_ok\' => \'1\',\n \'real\' => \'1\',\n \'url\' => \'1\',\n \'icq\' => \'1\',\n \'aim\' => \'1\',\n \'msn\' => \'1\',\n \'dob\' => \'1\',\n \'loc\' => \'1\',\n \'sig\' => \'1\',\n \'avt\' => \'1\',\n \'zone\' => \'1\',\n \'usrclass\' => \'1\',\n \'link_replace\' => \'0\',\n \'link_text\' => \'\',\n \'signcode\' => \'1\',\n \'logcode\' => \'0\',\n \'newsposts_archive\' => \'0\',\n \'newsposts_archive_title\' => \'\',\n \'news_cats\' => \'\',\n \'nbr_cols\' => \'1\',\n \'subnews_attach\' => \'\',\n \'subnews_resize\' => \'\',\n \'subnews_class\' => \'0\',\n \'subnews_htmlarea\' => \'\',\n \'subnews_hide_news\' => \'\',\n \'news_newdateheader\' => \'\',\n \'email_text\' => \'\',\n \'useGeshi\' => \'0\',\n \'wysiwyg\' => \'0\',\n \'old_np\' => \'0\',\n \'make_clickable\' => \'0\',\n \'signup_maxip\' => \'3\',\n \'track_online\' => \'1\',\n \'emotepack\' => \'default\',\n \'xup_enabled\' => \'0\',\n \'mailer\' => \'php\',\n \'ue_upgrade\' => \'1\',\n \'search_highlight\' => \'1\',\n \'mail_pause\' => \'3\',\n \'mail_pausetime\' => \'4\',\n \'themecss\' => \'style.css\',\n \'plug_sc\' => \':featurebox,SENDPM:pm,:poll\',\n \'auth_method\' => \'\',\n \'post_html\' => \'254\',\n \'redirectsiteurl\' => \'1\',\n \'admin_alerts_uniquemenu\' => \'0\',\n \'membersonly_enabled\' => \'0\',\n \'signup_pass_len\' => \'6\',\n \'signup_disallow_text\' => \'\',\n \'signup_text_after\' => \'\',\n \'null\' => \'0\',\n \'links_new_window\' => \'1\',\n \'main_wordwrap\' => \'\',\n \'menu_wordwrap\' => \'\',\n \'php_bbcode\' => \'254\',\n \'ssl_enabled\' => \'0\',\n \'fpwcode\' => \'0\',\n \'user_reg_secureveri\' => \'1\',\n \'disallowMultiLogin\' => \'0\',\n \'profanity_words\' => \'\',\n \'adminpwordchange\' => \'0\',\n \'comments_icon\' => \'0\',\n \'nested_comments\' => \'1\',\n \'allowCommentEdit\' => \'0\',\n \'admincss\' => \'style.css\',\n \'developer\' => \'0\',\n \'download_email\' => \'\',\n \'sendmail\' => \'/usr/sbin/sendmail -t -i -r acm@cs.uiowa.edu\',\n \'smtp_enable\' => \'\',\n \'smtp_server\' => \'ns-mx.uiowa.edu\',\n \'smtp_username\' => \'\',\n \'smtp_password\' => \'\',\n \'avatar_upload\' => \'0\',\n \'photo_upload\' => \'0\',\n \'del_unv\' => \'1440\',\n \'profile_rate\' => \'1\',\n \'profile_comments\' => \'1\',\n \'force_userupdate\' => \'0\',\n \'display_memory_usage\' => \'0\',\n \'compress_output\' => \'0\',\n \'image_post\' => \'1\',\n \'image_post_class\' => \'1\',\n \'image_post_disabled_method\' => \'1\',\n \'enable_png_image_fix\' => \'\',\n \'eventpost_admin\' => \'1\',\n \'eventpost_headercss\' => \'forumheader\',\n \'eventpost_daycss\' => \'forumheader3\',\n \'eventpost_todaycss\' => \'indent\',\n \'eventpost_addcat\' => \'254\',\n \'eventpost_forum\' => \'1\',\n \'eventpost_evtoday\' => \'indent\',\n \'eventpost_mailsubject\' => \'ACM Event(s)\',\n \'eventpost_mailfrom\' => \'ACM\',\n \'eventpost_mailaddress\' => \'acm@cs.uiowa.edu\',\n \'eventpost_lenday\' => \'1\',\n \'eventpost_asubs\' => \'1\',\n \'eventpost_weekstart\' => \'sun\',\n \'eventpost_super\' => \'0\',\n \'eventpost_dateformat\' => \'my\',\n \'statActivate\' => \'1\',\n \'statCountAdmin\' => \'1\',\n \'statUserclass\' => \'254\',\n \'statBrowser\' => \'1\',\n \'statOs\' => \'1\',\n \'statScreen\' => \'1\',\n \'statDomain\' => \'1\',\n \'statRefer\' => \'1\',\n \'statQuery\' => \'1\',\n \'statRecent\' => \'1\',\n \'statDisplayNumber\' => \'\',\n \'fb_active\' => \'1\',\n \'statClass\' => \'0\',\n \'forum_show_topics\' => \'1\',\n \'forum_postfix\' => \'[more...]\',\n \'forum_no_characters\' => \'20\',\n \'email_notify_on\' => \'\',\n \'html_post\' => \'\',\n \'forum_attach\' => \'\',\n \'forum_redirect\' => \'\',\n \'forum_user_customtitle\' => \'1\',\n \'reported_post_email\' => \'\',\n \'forum_tooltip\' => \'1\',\n \'forum_tiplength\' => \'80\',\n \'forum_hilightsticky\' => \'\',\n \'forum_maxwidth\' => \'\',\n \'forum_linkimg\' => \'1\',\n \'rank_main_admin\' => \'Main Site Admin\',\n \'rank_main_admin_image\' => \'admin.png\',\n \'rank_admin\' => \'Site Admin\',\n \'rank_admin_image\' => \'admin.png\',\n \'rank_moderator\' => \'Forum Moderator\',\n \'rank_moderator_image\' => \'moderator.png\',\n \'forum_levels\' => \'Windows ME User,AOL User,Visual Basic All-Star,Code Monkey,Freelance Programmer,Lisp Hacker,Jason Fox's Mentor,Almost Seymour Cray,Solved NP-Completeness,Computer Genius Man,\',\n \'forum_thresholds\' => \'20,100,250,410,580,760,950,1150,1370,1600,\',\n \'forum_images\' => \'lev1.png,lev2.png,lev3.png,lev4.png,lev5.png,lev6.png,lev7.png,lev8.png,lev9.png,lev10.png,\',\n \'install_date\' => \'1146263624\',\n \'modules\' => \'gsitemap\',\n \'maintainance_text\' => \'STOP POSTING IM WORKING HERE\',\n \'news_subheader\' => \' \',\n \'news_unstemplate\' => \'\',\n \'sitecontactinfo\' => \'\',\n \'contact_emailcopy\' => \'0\',\n \'signup_remote_emailcheck\' => \'1\',\n \'displayname_class\' => \'0\',\n \'displayname_maxlength\' => \'128\',\n \'signup_option_realname\' => \'1\',\n \'signup_option_signature\' => \'1\',\n \'signup_option_image\' => \'1\',\n \'signup_option_timezone\' => \'1\',\n \'signup_option_class\' => \'1\',\n \'comments_disabled\' => \'0\',\n \'download_php\' => \'\',\n \'download_view\' => \'10\',\n \'download_sort\' => \'ASC\',\n \'download_order\' => \'download_datestamp\',\n \'agree_flag\' => \'\',\n \'agree_text\' => \'By downloading this software you agree to enjoy it.\',\n \'download_denied\' => \'\',\n \'rss_feeds\' => \'1,12,6,7,featurebox\',\n \'rss_newscats\' => \'\',\n \'rss_dlcats\' => \'\',\n \'chatbox_posts\' => \'10\',\n \'cb_linkc\' => \' -link- \',\n \'cb_wordwrap\' => \'20\',\n \'cb_linkreplace\' => \'1\',\n \'cb_layer\' => \'0\',\n \'cb_layer_height\' => \'200\',\n \'cb_emote\' => \'0\',\n \'cb_mod\' => \'254\',\n \'sitelinks_expandsub\' => \'1\',\n \'admin_download_disp\' => \'download_name|download_class\',\n \'sitecontacts\' => \'250\',\n \'disable_emailcheck\' => \'0\',\n \'enable_rdns\' => \'0\',\n \'comments_emoticons\' => \'0\',\n \'eventpost_adminlog\' => \'0\',\n \'eventpost_showeventcount\' => \'\',\n \'eventpost_recentshow\' => \'\',\n \'eventpost_menulink\' => \'0\',\n \'eventpost_fivemins\' => \'\',\n \'eventpost_caltime\' => \'1\',\n \'eventpost_datedisplay\' => \'1\',\n \'eventpost_timedisplay\' => \'1\',\n \'eventpost_timecustom\' => \'\',\n \'eventpost_dateevent\' => \'1\',\n \'eventpost_datenext\' => \'1\',\n \'eventpost_eventdatecustom\' => \'\',\n \'eventpost_nextdatecustom\' => \'\',\n \'eventpost_emaillog\' => \'0\',\n \'listPages\' => \'1\',\n \'pageCookieExpire\' => \'84600\',\n \'memberlist_access\' => \'1\',\n \'admin_user_disp\' => \'user_name|user_class\',\n \'meta_news_summary\' => \'\',\n \'meta_description\' => \n array (\n \'English\' => \'\',\n ),\n \'meta_keywords\' => \n array (\n \'English\' => \'\',\n ),\n \'meta_copyright\' => \n array (\n \'English\' => \'\',\n ),\n \'meta_author\' => \n array (\n \'English\' => \'University of Iowa ACM Student Chapter\',\n ),\n \'frontpage\' => \n array (\n \'all\' => \'news.php\',\n ),\n \'e_rss_list\' => \n array (\n \'calendar_menu\' => \'calendar_menu\',\n \'chatbox_menu\' => \'chatbox_menu\',\n \'featurebox\' => \'featurebox\',\n \'forum\' => \'forum\',\n ),\n \'e_notify_list\' => \n array (\n \'calendar_menu\' => \'calendar_menu\',\n \'chatbox_menu\' => \'chatbox_menu\',\n ),\n \'e_list_list\' => \n array (\n \'calendar_menu\' => \'calendar_menu\',\n \'chatbox_menu\' => \'chatbox_menu\',\n \'forum\' => \'forum\',\n ),\n \'e_search_list\' => \n array (\n \'calendar_menu\' => \'calendar_menu\',\n \'chatbox_menu\' => \'chatbox_menu\',\n \'forum\' => \'forum\',\n ),\n \'e_sql_list\' => \n array (\n \'calendar_menu\' => \'calendar_sql\',\n \'chatbox_menu\' => \'chatbox_sql\',\n \'forum\' => \'forum_sql\',\n \'gsitemap\' => \'gsitemap_sql\',\n \'log\' => \'log_sql\',\n \'pm\' => \'pm_sql\',\n \'poll\' => \'poll_sql\',\n \'rss_menu\' => \'rss_sql\',\n ),\n \'e_status_list\' => \n array (\n \'chatbox_menu\' => \'chatbox_menu\',\n \'forum\' => \'forum\',\n ),\n \'e_linkgen_list\' => \n array (\n \'forum\' => \'forum\',\n ),\n \'e_emailprint_list\' => \n array (\n \'forum\' => \'forum\',\n ),\n \'e_frontpage_list\' => \n array (\n \'forum\' => \'forum\',\n ),\n \'e_latest_list\' => \n array (\n \'forum\' => \'forum\',\n ),\n \'e_meta_list\' => \n array (\n \'log\' => \'log\',\n \'rss_menu\' => \'rss_menu\',\n ),\n \'shortcode_list\' => \n array (\n \'pm\' => \n array (\n \'sendpm\' => \'0\',\n ),\n ),\n)'),('emote','a:60:{i:0;a:1:{s:2:\"&|\";s:7:\"cry.png\";}i:1;a:1:{s:3:\"&-|\";s:7:\"cry.png\";}i:2;a:1:{s:3:\"&o|\";s:7:\"cry.png\";}i:3;a:1:{s:3:\":((\";s:7:\"cry.png\";}i:4;a:1:{s:3:\"~:(\";s:7:\"mad.png\";}i:5;a:1:{s:4:\"~:o(\";s:7:\"mad.png\";}i:6;a:1:{s:4:\"~:-(\";s:7:\"mad.png\";}i:7;a:1:{s:2:\":)\";s:9:\"smile.png\";}i:8;a:1:{s:3:\":o)\";s:9:\"smile.png\";}i:9;a:1:{s:3:\":-)\";s:9:\"smile.png\";}i:10;a:1:{s:2:\":(\";s:9:\"frown.png\";}i:11;a:1:{s:3:\":o(\";s:9:\"frown.png\";}i:12;a:1:{s:3:\":-(\";s:9:\"frown.png\";}i:13;a:1:{s:2:\":D\";s:8:\"grin.png\";}i:14;a:1:{s:3:\":oD\";s:8:\"grin.png\";}i:15;a:1:{s:3:\":-D\";s:8:\"grin.png\";}i:16;a:1:{s:2:\":?\";s:12:\"confused.png\";}i:17;a:1:{s:3:\":o?\";s:12:\"confused.png\";}i:18;a:1:{s:3:\":-?\";s:12:\"confused.png\";}i:19;a:1:{s:3:\"%-6\";s:11:\"special.png\";}i:20;a:1:{s:2:\"x)\";s:8:\"dead.png\";}i:21;a:1:{s:3:\"xo)\";s:8:\"dead.png\";}i:22;a:1:{s:3:\"x-)\";s:8:\"dead.png\";}i:23;a:1:{s:2:\"x(\";s:8:\"dead.png\";}i:24;a:1:{s:3:\"xo(\";s:8:\"dead.png\";}i:25;a:1:{s:3:\"x-(\";s:8:\"dead.png\";}i:26;a:1:{s:2:\":@\";s:7:\"gah.png\";}i:27;a:1:{s:3:\":o@\";s:7:\"gah.png\";}i:28;a:1:{s:3:\":-@\";s:7:\"gah.png\";}i:29;a:1:{s:2:\":!\";s:8:\"idea.png\";}i:30;a:1:{s:3:\":o!\";s:8:\"idea.png\";}i:31;a:1:{s:3:\":-!\";s:8:\"idea.png\";}i:32;a:1:{s:2:\":|\";s:11:\"neutral.png\";}i:33;a:1:{s:3:\":o|\";s:11:\"neutral.png\";}i:34;a:1:{s:3:\":-|\";s:11:\"neutral.png\";}i:35;a:1:{s:2:\"?!\";s:12:\"question.png\";}i:36;a:1:{s:2:\"B)\";s:12:\"rolleyes.png\";}i:37;a:1:{s:3:\"Bo)\";s:12:\"rolleyes.png\";}i:38;a:1:{s:3:\"B-)\";s:12:\"rolleyes.png\";}i:39;a:1:{s:2:\"8)\";s:10:\"shades.png\";}i:40;a:1:{s:3:\"8o)\";s:10:\"shades.png\";}i:41;a:1:{s:3:\"8-)\";s:10:\"shades.png\";}i:42;a:1:{s:2:\":O\";s:12:\"suprised.png\";}i:43;a:1:{s:3:\":oO\";s:12:\"suprised.png\";}i:44;a:1:{s:3:\":-O\";s:12:\"suprised.png\";}i:45;a:1:{s:2:\":p\";s:10:\"tongue.png\";}i:46;a:1:{s:3:\":op\";s:10:\"tongue.png\";}i:47;a:1:{s:3:\":-p\";s:10:\"tongue.png\";}i:48;a:1:{s:2:\":P\";s:10:\"tongue.png\";}i:49;a:1:{s:3:\":oP\";s:10:\"tongue.png\";}i:50;a:1:{s:3:\":-P\";s:10:\"tongue.png\";}i:51;a:1:{s:2:\";)\";s:8:\"wink.png\";}i:52;a:1:{s:3:\";o)\";s:8:\"wink.png\";}i:53;a:1:{s:3:\";-)\";s:8:\"wink.png\";}i:54;a:1:{s:4:\"!ill\";s:7:\"ill.png\";}i:55;a:1:{s:7:\"!amazed\";s:10:\"amazed.png\";}i:56;a:1:{s:4:\"!cry\";s:7:\"cry.png\";}i:57;a:1:{s:6:\"!dodge\";s:9:\"dodge.png\";}i:58;a:1:{s:6:\"!alien\";s:9:\"alien.png\";}i:59;a:1:{s:6:\"!heart\";s:9:\"heart.png\";}}'),('menu_pref','a:35:{s:15:\"comment_caption\";s:15:\"Latest Comments\";s:15:\"comment_display\";s:2:\"10\";s:18:\"comment_characters\";s:2:\"50\";s:15:\"comment_postfix\";s:12:\"[ more ... ]\";s:13:\"comment_title\";i:0;s:15:\"article_caption\";s:8:\"Articles\";s:16:\"articles_display\";s:2:\"10\";s:17:\"articles_mainlink\";s:23:\"Articles Front Page ...\";s:21:\"newforumposts_caption\";s:18:\"Latest Forum Posts\";s:21:\"newforumposts_display\";s:2:\"10\";s:19:\"forum_no_characters\";s:2:\"20\";s:13:\"forum_postfix\";s:10:\"[more ...]\";s:11:\"update_menu\";s:20:\"Update menu Settings\";s:17:\"forum_show_topics\";s:1:\"1\";s:24:\"newforumposts_characters\";s:2:\"50\";s:21:\"newforumposts_postfix\";s:10:\"[more ...]\";s:19:\"newforumposts_title\";i:0;s:13:\"clock_caption\";s:11:\"Date / Time\";s:15:\"reviews_caption\";s:7:\"Reviews\";s:15:\"reviews_display\";s:2:\"10\";s:15:\"reviews_parents\";s:1:\"1\";s:16:\"reviews_mainlink\";s:21:\"Review Front Page ...\";s:16:\"articles_parents\";s:1:\"1\";s:19:\"most_members_online\";i:0;s:18:\"most_guests_online\";i:37;s:21:\"most_online_datestamp\";i:1228244785;s:14:\"banner_caption\";s:13:\"Advertisement\";s:17:\"banner_rendertype\";s:1:\"1\";s:15:\"banner_campaign\";s:4:\"test\";s:16:\"clock_dateprefix\";s:0:\"\";s:12:\"clock_format\";s:0:\"\";s:17:\"clock_datesuffix1\";s:0:\"\";s:17:\"clock_datesuffix2\";s:0:\"\";s:17:\"clock_datesuffix3\";s:0:\"\";s:17:\"clock_datesuffix4\";s:0:\"\";}'),('search_prefs','a:13:{s:11:\"user_select\";s:1:\"1\";s:9:\"time_secs\";s:2:\"60\";s:13:\"time_restrict\";s:1:\"0\";s:8:\"selector\";s:1:\"2\";s:9:\"relevance\";s:1:\"0\";s:13:\"plug_handlers\";a:3:{s:13:\"calendar_menu\";a:5:{s:5:\"class\";i:0;s:9:\"pre_title\";i:1;s:13:\"pre_title_alt\";s:0:\"\";s:5:\"chars\";i:150;s:7:\"results\";i:10;}s:5:\"forum\";a:5:{s:5:\"class\";i:0;s:9:\"pre_title\";i:1;s:13:\"pre_title_alt\";s:0:\"\";s:5:\"chars\";i:150;s:7:\"results\";i:10;}s:12:\"chatbox_menu\";a:5:{s:5:\"class\";i:0;s:9:\"pre_title\";i:1;s:13:\"pre_title_alt\";s:0:\"\";s:5:\"chars\";i:150;s:7:\"results\";i:10;}}s:10:\"mysql_sort\";b:1;s:11:\"multisearch\";s:1:\"1\";s:6:\"google\";s:1:\"0\";s:13:\"core_handlers\";a:5:{s:4:\"news\";a:6:{s:5:\"class\";s:1:\"0\";s:9:\"pre_title\";s:1:\"0\";s:13:\"pre_title_alt\";s:0:\"\";s:5:\"chars\";s:3:\"150\";s:7:\"results\";s:2:\"10\";s:5:\"order\";s:1:\"1\";}s:8:\"comments\";a:6:{s:5:\"class\";s:1:\"0\";s:9:\"pre_title\";s:1:\"1\";s:13:\"pre_title_alt\";s:0:\"\";s:5:\"chars\";s:3:\"150\";s:7:\"results\";s:2:\"10\";s:5:\"order\";s:1:\"2\";}s:5:\"users\";a:6:{s:5:\"class\";s:1:\"0\";s:9:\"pre_title\";s:1:\"1\";s:13:\"pre_title_alt\";s:0:\"\";s:5:\"chars\";s:3:\"150\";s:7:\"results\";s:2:\"10\";s:5:\"order\";s:1:\"3\";}s:9:\"downloads\";a:6:{s:5:\"class\";s:1:\"0\";s:9:\"pre_title\";s:1:\"1\";s:13:\"pre_title_alt\";s:0:\"\";s:5:\"chars\";s:3:\"150\";s:7:\"results\";s:2:\"10\";s:5:\"order\";s:1:\"4\";}s:5:\"pages\";a:6:{s:5:\"class\";s:1:\"0\";s:5:\"chars\";s:3:\"150\";s:7:\"results\";s:2:\"10\";s:9:\"pre_title\";s:1:\"0\";s:13:\"pre_title_alt\";s:0:\"\";s:5:\"order\";s:1:\"5\";}}s:17:\"comments_handlers\";a:3:{s:4:\"news\";a:3:{s:2:\"id\";i:0;s:3:\"dir\";s:4:\"core\";s:5:\"class\";s:1:\"0\";}s:8:\"download\";a:3:{s:2:\"id\";i:2;s:3:\"dir\";s:4:\"core\";s:5:\"class\";s:1:\"0\";}s:4:\"poll\";a:3:{s:2:\"id\";i:4;s:5:\"class\";i:0;s:3:\"dir\";s:4:\"poll\";}}s:9:\"php_limit\";s:0:\"\";s:8:\"boundary\";i:1;}'),('notify_prefs','array (\n \'event\' => \n array (\n \'usersup\' => \n array (\n \'type\' => \'off\',\n \'class\' => \'254\',\n \'email\' => \'\',\n ),\n \'userveri\' => \n array (\n \'type\' => \'off\',\n \'class\' => \'254\',\n \'email\' => \'\',\n ),\n \'login\' => \n array (\n \'type\' => \'off\',\n \'class\' => \'254\',\n \'email\' => \'\',\n ),\n \'logout\' => \n array (\n \'type\' => \'off\',\n \'class\' => \'254\',\n \'email\' => \'\',\n ),\n \'flood\' => \n array (\n \'type\' => \'off\',\n \'class\' => \'254\',\n \'email\' => \'\',\n ),\n \'subnews\' => \n array (\n \'type\' => \'off\',\n \'class\' => \'254\',\n \'email\' => \'\',\n ),\n \'newspost\' => \n array (\n \'type\' => \'off\',\n \'class\' => \'254\',\n \'email\' => \'\',\n ),\n \'newsupd\' => \n array (\n \'type\' => \'off\',\n \'class\' => \'254\',\n \'email\' => \'\',\n ),\n \'newsdel\' => \n array (\n \'type\' => \'off\',\n \'class\' => \'254\',\n \'email\' => \'\',\n ),\n \'cboxpost\' => \n array (\n \'type\' => \'off\',\n \'class\' => \'254\',\n \'email\' => \'\',\n ),\n \'ecalnew\' => \n array (\n \'type\' => \'off\',\n \'class\' => \'254\',\n \'email\' => \'\',\n ),\n \'ecaledit\' => \n array (\n \'type\' => \'off\',\n \'class\' => \'254\',\n \'email\' => \'\',\n ),\n ),\n \'plugins\' => \n array (\n \'chatbox_menu\' => \'1\',\n \'calendar_menu\' => \'1\',\n ),\n)'),('emote_default','a:28:{s:9:\"alien!png\";s:6:\"!alien\";s:10:\"amazed!png\";s:7:\"!amazed\";s:9:\"angry!png\";s:11:\"!grr !angry\";s:12:\"biglaugh!png\";s:4:\"!lol\";s:11:\"cheesey!png\";s:10:\":D :oD :-D\";s:12:\"confused!png\";s:10:\":? :o? :-?\";s:7:\"cry!png\";s:19:\"&| &-| &o| :(( !cry\";s:8:\"dead!png\";s:21:\"x) xo) x-) x( xo( x-(\";s:9:\"dodge!png\";s:6:\"!dodge\";s:9:\"frown!png\";s:10:\":( :o( :-(\";s:7:\"gah!png\";s:10:\":@ :o@ :o@\";s:8:\"grin!png\";s:10:\":D :oD :-D\";s:9:\"heart!png\";s:6:\"!heart\";s:8:\"idea!png\";s:10:\":! :o! :-!\";s:7:\"ill!png\";s:4:\"!ill\";s:7:\"mad!png\";s:13:\"~:( ~:o( ~:-(\";s:12:\"mistrust!png\";s:9:\"!mistrust\";s:11:\"neutral!png\";s:10:\":| :o| :-|\";s:12:\"question!png\";s:2:\"?!\";s:12:\"rolleyes!png\";s:10:\"B) Bo) B-)\";s:7:\"sad!png\";s:4:\"!sad\";s:10:\"shades!png\";s:10:\"8) 8o) 8-)\";s:7:\"shy!png\";s:4:\"!shy\";s:9:\"smile!png\";s:10:\":) :o) :-)\";s:11:\"special!png\";s:3:\"%-6\";s:12:\"suprised!png\";s:10:\":O :oO :-O\";s:10:\"tongue!png\";s:21:\":p :op :-p :P :oP :-P\";s:8:\"wink!png\";s:10:\";) ;o) ;-)\";}'),('pm_prefs','a:16:{s:5:\"title\";s:8:\"PMLAN_PM\";s:7:\"animate\";s:1:\"1\";s:8:\"dropdown\";s:1:\"1\";s:12:\"read_timeout\";s:0:\"\";s:14:\"unread_timeout\";s:0:\"\";s:5:\"popup\";s:1:\"1\";s:11:\"popup_delay\";s:0:\"\";s:8:\"pm_class\";s:3:\"253\";s:12:\"notify_class\";s:3:\"254\";s:13:\"receipt_class\";s:3:\"253\";s:12:\"attach_class\";s:3:\"254\";s:11:\"attach_size\";s:5:\"20480\";s:13:\"sendall_class\";s:3:\"254\";s:11:\"multi_class\";s:3:\"254\";s:15:\"allow_userclass\";s:1:\"1\";s:7:\"perpage\";s:0:\"\";}'),('links_page','array (\n \'link_page_categories\' => \'0\',\n \'link_submit\' => \'0\',\n \'link_submit_class\' => \'0\',\n \'link_submit_directpost\' => \'0\',\n \'link_nextprev\' => \'1\',\n \'link_nextprev_number\' => \'20\',\n \'link_comment\' => \'\',\n \'link_rating\' => \'\',\n \'link_navigator_frontpage\' => \'1\',\n \'link_navigator_submit\' => \'\',\n \'link_navigator_manager\' => \'\',\n \'link_navigator_refer\' => \'\',\n \'link_navigator_rated\' => \'\',\n \'link_navigator_allcat\' => \'1\',\n \'link_navigator_links\' => \'1\',\n \'link_navigator_category\' => \'1\',\n \'link_cat_icon\' => \'1\',\n \'link_cat_desc\' => \'1\',\n \'link_cat_amount\' => \'1\',\n \'link_cat_total\' => \'1\',\n \'link_cat_empty\' => \'1\',\n \'link_cat_icon_empty\' => \'0\',\n \'link_cat_sortorder\' => \'0\',\n \'link_cat_sort\' => \'link_category_name\',\n \'link_cat_order\' => \'ASC\',\n \'link_cat_resize_value\' => \'50\',\n \'link_icon\' => \'1\',\n \'link_referal\' => \'1\',\n \'link_url\' => \'0\',\n \'link_desc\' => \'1\',\n \'link_icon_empty\' => \'0\',\n \'link_sortorder\' => \'0\',\n \'link_sort\' => \'link_order\',\n \'link_order\' => \'ASC\',\n \'link_open_all\' => \'5\',\n \'link_resize_value\' => \'100\',\n \'link_manager\' => \'0\',\n \'link_manager_class\' => \'0\',\n \'link_directpost\' => \'0\',\n \'link_directdelete\' => \'0\',\n \'link_refer_minimum\' => \'\',\n \'link_rating_minimum\' => \'\',\n \'link_menu_caption\' => \'LCLAN_OPT_86\',\n \'link_menu_navigator_frontpage\' => \'1\',\n \'link_menu_navigator_submit\' => \'1\',\n \'link_menu_navigator_manager\' => \'1\',\n \'link_menu_navigator_refer\' => \'1\',\n \'link_menu_navigator_rated\' => \'1\',\n \'link_menu_navigator_links\' => \'1\',\n \'link_menu_navigator_category\' => \'1\',\n \'link_menu_navigator_rendertype\' => \'\',\n \'link_menu_navigator_caption\' => \'LCLAN_OPT_82\',\n \'link_menu_category\' => \'1\',\n \'link_menu_category_amount\' => \'1\',\n \'link_menu_category_rendertype\' => \'\',\n \'link_menu_category_caption\' => \'LCLAN_OPT_83\',\n \'link_menu_recent\' => \'1\',\n \'link_menu_recent_category\' => \'\',\n \'link_menu_recent_description\' => \'\',\n \'link_menu_recent_number\' => \'5\',\n \'link_menu_recent_caption\' => \'LCLAN_OPT_84\',\n)'); UNLOCK TABLES; /*!40000 ALTER TABLE `acm_e107_core` ENABLE KEYS */; -- -- Table structure for table `acm_e107_custom_officers` -- DROP TABLE IF EXISTS `acm_e107_custom_officers`; CREATE TABLE `acm_e107_custom_officers` ( `f_name` varchar(40) NOT NULL, `l_name` varchar(40) NOT NULL, `semester` enum('Spring','Fall','Summer') NOT NULL, `year` year(4) NOT NULL, `position` enum('President','Vice-President','Administrator','Treasurer','Server Master') NOT NULL, `email` varchar(60) NOT NULL, PRIMARY KEY (`f_name`,`l_name`,`semester`,`year`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `acm_e107_custom_officers` -- /*!40000 ALTER TABLE `acm_e107_custom_officers` DISABLE KEYS */; LOCK TABLES `acm_e107_custom_officers` WRITE; INSERT INTO `acm_e107_custom_officers` VALUES ('Scott','Youngblut','Fall',2006,'Server Master','scottyoungblut@gmail.com'),('Jed','Wendell','Fall',2007,'Vice-President','jedediah-wendell [at] uiowa [dot] edu'),('Nick','Arnold','Fall',2006,'Vice-President','nicholasjarnold@gmail.com'),('Nick','Arnold','Spring',2007,'Vice-President','nicholasjarnold@gmail.com'),('JT','Kimbell','Fall',2006,'President','jtkimbell@yahoo.com'),('JT','Kimbell','Spring',2007,'President','jtkimbell@yahoo.com'),('Eric','Edstrom','Fall',2006,'Treasurer','eric-edstrom@uiowa.edu'),('Eric','Edstrom','Spring',2007,'Treasurer','eric-edstrom@uiowa.edu'),('Tiffany','Jenkins','Fall',2006,'Administrator','tiffany-jenkins@uiowa.edu'),('Ben','Butler','Fall',2007,'Administrator','ben.gml [at] gmail [dot] com'),('JT','Kimbell','Fall',2007,'President','jtkimbell [at] yahoo [dot] com'),('Nick','Arnold','Fall',2007,'Server Master','nicholasjarnold@gmail.com'),('Eric','Edstrom','Fall',2007,'Treasurer','eric-edstrom [at] uiowa [dot] edu'),('Jason','Phillips','Spring',2007,'Administrator','jason-phillips [at] uiowa [dot] edu'),('Scott','Youngblut','Spring',2007,'Server Master','scott-youngblut [at] uiowa [dot] edu'),('Nick','Arnold','Spring',2008,'Server Master','nicholasjarnold@gmail.com'),('Jed','Wendell','Spring',2008,'President','jdw10224405 [at] yahoo [dot] com'),('Ben','Butler','Spring',2008,'Vice-President','ben.gml [at] gmail [dot] com'),('Jon','Hathaway','Spring',2008,'Administrator','jonhath [at] gmail [dot] com'),('Austin','Laugesen','Fall',2009,'President','austin-laugesen@uiowa.edu'),('Tyler','Jensen','Fall',2009,'Vice-President','tyler-jensen@uiowa.edu'),('Brian','Keen','Fall',2009,'Administrator','brian-keen@uiowa.edu'),('BJ','Dibbern','Fall',2009,'Server Master','william-dibbern@uiowa.edu'); UNLOCK TABLES; /*!40000 ALTER TABLE `acm_e107_custom_officers` ENABLE KEYS */; -- -- Table structure for table `acm_e107_custom_quotes` -- DROP TABLE IF EXISTS `acm_e107_custom_quotes`; CREATE TABLE `acm_e107_custom_quotes` ( `the_quote` blob NOT NULL, `author` varchar(200) default 'Anonymous' ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `acm_e107_custom_quotes` -- /*!40000 ALTER TABLE `acm_e107_custom_quotes` DISABLE KEYS */; LOCK TABLES `acm_e107_custom_quotes` WRITE; INSERT INTO `acm_e107_custom_quotes` VALUES ('The more I see the less I know for sure.','John Lennon'),('It is the mark of an educated mind to be able to entertain a thought without accepting it.','Aristotle'),('It is practically impossible to teach good programming to students that have had a prior exposure to BASIC: as potential programmers they are mentally mutilated beyond hope of regeneration.','Edsger Dijkstra'),('The use of COBOL cripples the mind; its teaching should, therefore, be regarded as a criminal offense.','Edsger Dijkstra'),('If in physics there\'s something you don\'t understand, you can always hide behind the uncharted depths of nature. You can always blame God. You didn\'t make it so complex yourself. But if your program doesn\'t work, there is no one to hide behind. You cannot hide behind an obstinate nature. If it doesn\'t work, you\'ve messed up.','Edsger Dijkstra'),('Object-oriented programming is an exceptionally bad idea which could only have originated in California.','Edsger Dijkstra'),('My crime is that of curiosity.','The Mentor'),('Any sufficiently advanced technology is indistinguishable from magic','Arthur C Clarkes 3rd Law'),('Everything should be made as simple as possible, but not simpler.','Albert Einstein'),('Carpe Diem',NULL),('640K ought to be enough for anybody','William Henry Gates III'),('Making fun of AOL users is like making fun of the kid in the wheel chair',NULL),('We flew down weekly to meet with IBM, but they thought the way to measure software was the amount of code we wrote, when really the better the software, the fewer lines of code','W. Gates'); UNLOCK TABLES; /*!40000 ALTER TABLE `acm_e107_custom_quotes` ENABLE KEYS */; -- -- Table structure for table `acm_e107_custom_sha1_email` -- DROP TABLE IF EXISTS `acm_e107_custom_sha1_email`; CREATE TABLE `acm_e107_custom_sha1_email` ( `shadigest` char(40) default NULL, `email` varchar(80) NOT NULL, PRIMARY KEY (`email`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `acm_e107_custom_sha1_email` -- /*!40000 ALTER TABLE `acm_e107_custom_sha1_email` DISABLE KEYS */; LOCK TABLES `acm_e107_custom_sha1_email` WRITE; INSERT INTO `acm_e107_custom_sha1_email` VALUES ('522cb515e6ab91e759574874bd9f9f12c34c75d7','acm@cs.uiowa.edu'),('68e107d060c3b6ca02ac5a2cd28e16b936bd65e5','scott-youngblut@uiowa.edu'),('834dbb6bfa23a69d04da174d00fde4dc3c42544b','test@cs.uiowa.edu'),('47bb9f113df0cc2637803b29662ad4f15cde63d2','christian-stigge@uiowa.edu'),('47d770204d101b185069b9aad9d0e40aa688cbeb','jtkimbell@yahoo.com'),('3d29d47b331a5a03844a67c75ecc120be845db21','dqreg@yahoo.com.cn'),('dec6e3e1524e5ca288974629209e7192f955d2a4','anton-bondar@uiowa.edu'),('a78b16e47e123a94201aa67934d30e98dc9eb105','nicholas-arnold@uiowa.edu'),('656351615830ade7b546718eb3ebcd778a5ed60a','benjamin-oakes@uiowa.edu'),('f1f662c5fe11603d85565ccd0de96765d5d93433','tpogmore@gmail.com'),('44d10b309dceada9f4e749d2335234caa89ae9e5','tiffany-jenkins@uiowa.edu'),('91570a061425698766354100443612d590ccc74b','jdw10224405@yahoo.com'),('fe097821377ada7c6d036d57b6ef30ec48d4b06f','bob@absent-error.net'),('e1841e2ab3b19ad443c17878aa43651f444e3447','jason-phillips@uiowa.edu'),('d2df4f8b3dec0cc07f48654ddd593b4fa32a8ff7','nicole-fossum@uiowa.edu'),('697ed662bef8ba8ef15ba2cb844910733f23f35f','justinlynn@gmail.com'),('a72bd2d2a8a6a62386e4c2fc488af57c0defe922','segre@cs.uiowa.edu'),('07b8c9a7038b8410204f5e11de4ff1fb9bd3cd72','ctill@cs.uiowa.edu'),('c9926ebf362ece9d01217e895bef0358124aa364','fries.jason@gmail.com'),('72e406158c024bf144e16e1d8e91200fca577bcb','nicholasjarnold@gmail.com'),('83d2ec4a50b3a673663d37862d6b032711b33a51','truman.young@gmail.com'),('7c1650fa149e5d8747e96c4eb9895938290f6026','eric-edstrom@uiowa.edu'),('be9828ee68ffecc032feff3cf1cd6112e4304e7d','scottyoungblut@gmail.com'),('9ba38fefd8ee84482c248e83ca247fc58b69ed56','william-dibbern@uiowa.edu'),('9a3415c39840755b95317fcbae678d337b2960e3','austin-laugesen@uiowa.edu'),('f9fdb865d72982843e8323b68e2558b3ab40a829','tyler-jensen@uiowa.edu'),('79799f5db5a289c6f2f9afdc5e78e09bd0e4907d','brian-keen@uiowa.edu'); UNLOCK TABLES; /*!40000 ALTER TABLE `acm_e107_custom_sha1_email` ENABLE KEYS */; -- -- Table structure for table `acm_e107_dblog` -- DROP TABLE IF EXISTS `acm_e107_dblog`; CREATE TABLE `acm_e107_dblog` ( `dblog_id` int(10) unsigned NOT NULL auto_increment, `dblog_type` varchar(60) NOT NULL default '', `dblog_datestamp` int(10) unsigned NOT NULL default '0', `dblog_user_id` int(10) unsigned NOT NULL default '0', `dblog_ip` varchar(80) NOT NULL default '', `dblog_title` varchar(255) NOT NULL default '', `dblog_remarks` text NOT NULL, PRIMARY KEY (`dblog_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `acm_e107_dblog` -- /*!40000 ALTER TABLE `acm_e107_dblog` DISABLE KEYS */; LOCK TABLES `acm_e107_dblog` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `acm_e107_dblog` ENABLE KEYS */; -- -- Table structure for table `acm_e107_download` -- DROP TABLE IF EXISTS `acm_e107_download`; CREATE TABLE `acm_e107_download` ( `download_id` int(10) unsigned NOT NULL auto_increment, `download_name` varchar(100) NOT NULL default '', `download_url` varchar(150) NOT NULL default '', `download_author` varchar(100) NOT NULL default '', `download_author_email` varchar(200) NOT NULL default '', `download_author_website` varchar(200) NOT NULL default '', `download_description` text NOT NULL, `download_filesize` varchar(20) NOT NULL default '', `download_requested` int(10) unsigned NOT NULL default '0', `download_category` int(10) unsigned NOT NULL default '0', `download_active` tinyint(3) unsigned NOT NULL default '0', `download_datestamp` int(10) unsigned NOT NULL default '0', `download_thumb` varchar(150) NOT NULL default '', `download_image` varchar(150) NOT NULL default '', `download_comment` tinyint(3) unsigned NOT NULL default '0', `download_class` varchar(255) NOT NULL default '0', `download_mirror` text NOT NULL, `download_mirror_type` tinyint(1) unsigned NOT NULL default '0', `download_visible` varchar(255) NOT NULL default '0', PRIMARY KEY (`download_id`), UNIQUE KEY `download_name` (`download_name`), KEY `download_category` (`download_category`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `acm_e107_download` -- /*!40000 ALTER TABLE `acm_e107_download` DISABLE KEYS */; LOCK TABLES `acm_e107_download` WRITE; INSERT INTO `acm_e107_download` VALUES (4,'Aug-27-2006 vv1.0','acm_meeting_notes__82806.pdf','Server Master','test@cs.uiowa.edu','','See the Notes','121267',821,9,1,1156903711,'','',1,'0','',0,'0'),(5,'Nick's ID3 MP3 Tag Editor v1.0','id3_editor.zip','chudman','nicholas-arnold@uiowa.edu','','Source and binary of a rather useful ID3v1 and ID3v2 tag editor. That means you can use it to change the metadata\r\nassociated with your MP3's. Will work on single files or groups of files. Recursive directory support coming after I do my homework. Until then just hate me.','119299',623,8,1,1157931973,'','',1,'0','',0,'0'),(2,'XSS HOLES v1.0','xsstrumanyoung.pdf','Truman','','','This is a paper that I wrote for an MIS security class; It's a bad paper but I got a 95% on it.','132569',1089,7,1,1148187663,'','',1,'0','',0,'0'),(6,'Decompressor v1','decompressor.zip','scott','truman.young@gmail.com','','This is a console python Application that decompresses tar.bz2 and tar.gz file formats its in python so its platform independant.\r\n\r\nIf your in windows move the GZBZ2 to your c:\Program Files\\r\n\r\nThen double Click a .gz file and when it asks what to open it with browser to find C:\Program Files\GZBZ2\bz.bat\r\n\r\nAnd then from here on when you double click a bz it will just unzip\r\n\r\nRequirements:\r\nPython interpretor\r\n\r\nThis is a substitute for winRar\r\n\r\n','22',605,8,1,1158290832,'','',1,'0','',0,'0'),(7,'SpringSchedule06 v1','spring06.pdf','Server Master','test@cs.uiowa.edu','','This is the Tentative Spring 06 CS schedule.\r\n\r\nTHIS IS NOT OFFICIAL; THIS SCHEDULE IS SUBJECT TO CHANGE AND YOU CANNOT COMPLAIN IF DOES; The CS department was nice enough to give us the first look at the tentative schedule so don't get mad if it changes, or keep your upsetness to yourself','27678',1013,9,1,1158788070,'','',1,'0','',0,'0'),(22,'Professor Hourcade's Presentation 2-10-2010','acm student presentation-money and jobs.pptx','Juan Pablo Hourcade','','','Professor Hourcade's presentation covered tips and tricks on life after college. Mainly focusing on how to get a job and how to manage your money.','',25,9,1,1265913027,'','',0,'0','',0,'0'),(23,'2010 UICC Presentation by J.T. Kimbell','2010UICC_CollegeOutsideMSFTInside.pptx','J.T. Kimbell','','','"College from the Outside, Microsoft from the Inside"','',0,12,1,1267506755,'','',0,'253','',0,'253'),(9,'picLister v1','piclister.zip','scott','','','See The Forum For Definition\r\n','2125921',566,8,1,1159084613,'','',1,'0','',0,'0'),(10,'Programming Competition Practice Problems','practice_probs.zip','Nick','nicholas-arnold@uiowa.edu','','Download this file and try to solve the problems it contains by using the sample input data included with each problem.','59436',797,8,1,1160332386,'','',1,'0','',0,'0'),(24,'2010 Recruiting Presentation by J.T. Kimbell','','J.T. Kimbell / Microsoft','','','"Meet the Company"','',0,12,1,1267506822,'','',0,'253','',0,'253'),(14,'ACM Officer Application Form','acm_officer_app.pdf','scott','truman.young@gmail.com','','ACM Officer Application Form','23429',681,10,1,1201815776,'','',1,'0','',0,'0'),(12,'Slashdot Text to Speech News Reader v1.0','1162759472_slashdottexttospeech.zip','Nick','nicholas-arnold@uiowa.edu','','I've created a pretty simple news reader in python that will parse Slashdot's RSS feed and read the title and description from each article. It uses the speech engine built into Microsoft to actually speak the text. The instructions for making it work are included in the README.','3916',614,8,1,1162759514,'','',1,'0','',0,'0'),(15,'Feb-19-2007','meeting_notes_2_19_07.pdf','Chimaera','jason-phillips@uiowa.edu','','Meeting Notes from Feb. 19, 2007','0',831,9,1,1172266318,'','',1,'0','',0,'0'),(20,'Meeting Notes - 4.5.07','acm_meeting_notes.pdf','Chimaera','jason-phillips@uiowa.edu','','Meeting Notes from 4.5.07 Meeting','15339',823,9,1,1176153341,'','',1,'0','',0,'0'),(17,'Meeting Notes - 3.1.07','meeting_notes_3_1_07.pdf','Chimaera','jason-phillips@uiowa.edu','','Meeting notes from 3/1/07','64049',826,9,1,1175017118,'','',1,'0','',0,'0'),(18,'Sample Q & A Flyer','question__answer_session_flyer.pdf','Chimaera','jason-phillips@uiowa.edu','','Sample flyer for the Q/A Session','221462',779,10,1,1175017139,'','',1,'0','',0,'0'),(21,'Social Network Checker v1','socialnetworkchecker.jar','Scott Youngblut','test@cs.uiowa.edu','http://www.trumanyoung.com','This program Is a Java Apllication that CAN check your gmail account or Face book, the weather and an RSS Feed.\r\n\r\nIt refreshes every 4 minutes and when you double click on the text it opens the appropriate window in your browser.\r\n\r\nthis current Application supports up to 10 Items.\r\n\r\nYou can have multiple Gmails for different Acounts and multiple weather alerts for different zipcodes, sorry but only one facebook and one rss Alerter\r\n\r\n\r\nBy Downloading this file you are Agreeing to the following terms and conditions:\r\n\r\nI will not reverse engineer, decompile or otherwise go beyond normal measures to understand how this software works.\r\n\r\nScott Youngblut is not responsible for any damaged caused by use of this product caused by direct or indirect means.\r\nEND\r\n\r\n\r\n\r\nI can make personal adjustments for a very small fee.\r\n','206931',649,8,1,1178508990,'','snc_-_screenshot.png',1,'0','',0,'0'); UNLOCK TABLES; /*!40000 ALTER TABLE `acm_e107_download` ENABLE KEYS */; -- -- Table structure for table `acm_e107_download_category` -- DROP TABLE IF EXISTS `acm_e107_download_category`; CREATE TABLE `acm_e107_download_category` ( `download_category_id` int(10) unsigned NOT NULL auto_increment, `download_category_name` varchar(100) NOT NULL default '', `download_category_description` text NOT NULL, `download_category_icon` varchar(100) NOT NULL default '', `download_category_parent` int(10) unsigned NOT NULL default '0', `download_category_class` varchar(255) NOT NULL default '0', `download_category_order` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`download_category_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `acm_e107_download_category` -- /*!40000 ALTER TABLE `acm_e107_download_category` DISABLE KEYS */; LOCK TABLES `acm_e107_download_category` WRITE; INSERT INTO `acm_e107_download_category` VALUES (1,'ALL','ALL','icon21.pngfolder.png',0,'0',0),(8,'Software','Programs written by members for the community.','icon23.pngicon13.png',1,'0',1),(7,'Papers','This is where we put papers that we want to share.','folder.pngfolder.png',1,'0',4),(9,'Meeting Notes','This is where we post our meeting notes','icon5.png',1,'0',3),(10,'Official ACM Material','These downloads include official ACM documents.','folder_32.png',1,'0',2),(11,'Microsoft','','folder_32.png',0,'253',0),(12,'Presentations','','',11,'253',0); UNLOCK TABLES; /*!40000 ALTER TABLE `acm_e107_download_category` ENABLE KEYS */; -- -- Table structure for table `acm_e107_download_mirror` -- DROP TABLE IF EXISTS `acm_e107_download_mirror`; CREATE TABLE `acm_e107_download_mirror` ( `mirror_id` int(10) unsigned NOT NULL auto_increment, `mirror_name` varchar(200) NOT NULL default '', `mirror_url` varchar(200) NOT NULL default '', `mirror_image` varchar(200) NOT NULL default '', `mirror_location` varchar(100) NOT NULL default '', `mirror_description` text NOT NULL, `mirror_count` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`mirror_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `acm_e107_download_mirror` -- /*!40000 ALTER TABLE `acm_e107_download_mirror` DISABLE KEYS */; LOCK TABLES `acm_e107_download_mirror` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `acm_e107_download_mirror` ENABLE KEYS */; -- -- Table structure for table `acm_e107_download_requests` -- DROP TABLE IF EXISTS `acm_e107_download_requests`; CREATE TABLE `acm_e107_download_requests` ( `download_request_id` int(10) unsigned NOT NULL auto_increment, `download_request_userid` int(10) unsigned NOT NULL default '0', `download_request_ip` varchar(30) NOT NULL default '', `download_request_download_id` int(10) unsigned NOT NULL default '0', `download_request_datestamp` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`download_request_id`), KEY `download_request_userid` (`download_request_userid`), KEY `download_request_download_id` (`download_request_download_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `acm_e107_download_requests` -- /*!40000 ALTER TABLE `acm_e107_download_requests` DISABLE KEYS */; LOCK TABLES `acm_e107_download_requests` WRITE; INSERT INTO `acm_e107_download_requests` VALUES (1,0,'12.217.231.89',1,1146938409),(2,0,'63.241.61.7',1,1146956129),(3,0,'63.241.61.7',1,1146999092),(4,0,'66.249.65.230',1,1147221353),(5,0,'66.249.65.230',1,1147260459),(6,0,'66.249.65.230',1,1147955754),(7,0,'70.42.51.20',1,1148118586),(8,0,'12.217.249.90',2,1148221632),(9,0,'66.249.66.238',2,1148547456),(10,0,'66.249.66.238',2,1148656752),(11,0,'81.178.137.241',2,1148891109),(12,0,'12.207.39.181',2,1149203978),(13,0,'209.167.50.22',2,1149238959),(14,0,'66.249.66.238',2,1149371142),(15,0,'66.249.65.136',2,1149582268),(16,0,'66.249.65.136',2,1149717901),(17,0,'66.249.65.136',2,1149820794),(18,0,'66.249.65.179',2,1150264303),(19,0,'66.249.65.232',2,1150497896),(20,0,'66.249.65.232',2,1150715069),(21,0,'212.227.102.48',2,1150751648),(22,0,'203.94.219.230',2,1150912156),(23,0,'66.249.66.234',2,1151180533),(24,0,'65.214.44.176',2,1151200326),(25,0,'66.249.66.234',2,1151386211),(26,0,'66.249.65.134',2,1151652813),(27,0,'65.55.246.105',2,1151795115),(28,0,'209.167.50.22',2,1152020474),(29,0,'66.249.65.106',2,1152549144),(30,0,'66.249.66.244',2,1153448889),(31,0,'66.249.65.36',2,1154361856),(32,0,'65.55.213.32',2,1154469706),(33,9,'66.133.84.4',3,1154628597),(34,28,'71.32.68.18',3,1154652056),(35,0,'63.241.61.7',3,1154739077),(36,0,'63.241.61.7',2,1154739092),(37,0,'63.241.61.7',3,1154756406),(38,0,'63.241.61.7',2,1154756421),(39,0,'209.167.50.22',2,1154794961),(40,0,'209.167.50.22',3,1154795006),(41,0,'66.249.65.36',3,1154890351),(42,0,'66.249.65.36',3,1154890352),(43,10,'24.9.71.102',3,1154921864),(44,0,'63.241.61.7',3,1154951176),(45,0,'63.241.61.7',2,1154951188),(46,0,'70.42.51.20',2,1155071661),(47,0,'70.42.51.20',3,1155071813),(48,0,'66.249.65.36',2,1155252638),(49,0,'70.42.51.20',2,1155372531),(50,0,'70.42.51.20',3,1155373084),(51,0,'66.249.66.15',3,1155744194),(52,0,'67.55.154.110',2,1155957980),(53,0,'66.249.65.146',2,1156079049),(54,0,'71.38.180.213',2,1156294529),(55,0,'67.55.193.226',2,1156299837),(56,32,'67.55.193.226',2,1156300293),(57,0,'69.63.5.58',3,1156338418),(58,35,'128.255.110.50',2,1156380969),(59,0,'66.249.65.69',2,1156413264),(60,0,'128.255.107.152',2,1156536126),(61,0,'66.249.65.69',2,1156737640),(62,5,'128.255.45.102',4,1157471043),(63,0,'72.20.99.47',2,1157564822),(64,0,'66.249.66.198',2,1157625866),(65,0,'66.249.66.198',2,1157630400),(66,0,'66.249.66.198',2,1157644678),(67,5,'12.217.238.156',5,1158206693),(68,5,'128.255.215.203',2,1158333039),(69,0,'66.249.65.131',2,1158556355),(70,0,'66.249.65.131',2,1158568236),(71,0,'66.249.66.14',2,1158703082),(72,0,'66.249.65.101',2,1158736447),(73,3,'128.255.66.5',7,1158788116),(74,5,'128.255.107.15',7,1158795501),(75,2,'128.255.66.5',7,1158803265),(76,0,'128.255.66.5',7,1158803282),(77,0,'66.249.65.174',7,1158831408),(78,0,'12.217.123.240',7,1158839145),(79,0,'12.217.123.240',7,1158839363),(80,5,'128.255.44.129',7,1158853793),(81,0,'66.133.84.4',7,1158867250),(82,0,'63.241.61.7',7,1158878437),(83,3,'128.255.66.5',7,1158896401),(84,0,'12.217.253.190',7,1158898275),(85,0,'12.214.171.227',5,1158981005),(86,0,'12.217.227.212',6,1159084729),(87,0,'66.249.65.174',2,1159128411),(88,11,'128.255.194.28',4,1159239730),(89,11,'128.255.194.28',7,1159239739),(90,11,'128.255.194.28',7,1159239740),(91,0,'66.154.103.86',7,1159262477),(92,0,'128.255.109.33',7,1159311343),(93,0,'128.255.109.33',7,1159311699),(94,9,'12.206.233.199',7,1159322349),(95,0,'128.255.214.131',2,1159376102),(96,0,'128.255.214.131',2,1159376108),(97,0,'195.228.231.140',7,1159447046),(98,0,'128.255.245.103',7,1159468481),(99,0,'128.255.45.60',7,1159468991),(100,0,'128.255.45.253',7,1159469417),(101,9,'12.206.233.199',8,1159489654),(102,16,'12.226.24.131',7,1159492642),(103,0,'12.217.230.220',7,1159536742),(104,0,'128.255.45.60',7,1159538343),(105,0,'128.255.245.94',7,1159539611),(106,0,'12.217.247.115',7,1159543901),(107,0,'66.249.65.180',7,1159699089),(108,46,'12.215.187.209',7,1159766479),(109,0,'66.249.66.49',7,1159802060),(110,0,'41.209.65.190',7,1159960240),(111,16,'128.255.238.167',8,1159988544),(112,16,'128.255.238.167',8,1159988620),(113,16,'128.255.238.167',8,1159988645),(114,16,'128.255.238.167',8,1159988647),(115,0,'65.55.213.30',7,1160015783),(116,0,'66.249.65.227',7,1160125061),(117,0,'66.249.65.227',7,1160165111),(118,0,'65.220.75.12',7,1160180787),(119,48,'65.220.75.12',4,1160182137),(120,48,'65.220.75.12',2,1160182292),(121,0,'12.206.233.199',10,1160332431),(122,9,'12.206.233.199',10,1160332800),(123,5,'128.255.44.130',10,1160334374),(124,5,'128.255.44.130',10,1160334672),(125,0,'128.255.44.131',10,1160334923),(126,0,'71.213.206.53',10,1160335333),(127,0,'128.255.44.129',10,1160341553),(128,0,'128.255.44.133',10,1160345570),(129,49,'128.255.203.23',10,1160353805),(130,0,'12.215.187.253',10,1160353983),(131,0,'12.215.187.253',5,1160354760),(132,0,'12.226.26.207',10,1160365917),(133,0,'128.255.42.187',7,1160425505),(134,48,'65.220.75.12',10,1160427848),(135,0,'66.249.65.227',2,1160428471),(136,35,'12.217.239.204',10,1160428947),(137,0,'65.55.213.30',10,1160496790),(138,0,'65.55.213.30',2,1160497205),(139,0,'63.228.165.218',10,1160497987),(140,0,'63.228.165.218',10,1160498104),(141,0,'63.228.165.218',10,1160498133),(142,0,'65.55.213.30',5,1160499580),(143,51,'63.228.165.218',10,1160500119),(144,0,'66.249.65.164',10,1160522447),(145,32,'66.43.218.30',10,1160539021),(146,0,'128.255.18.198',10,1160592606),(147,0,'66.249.65.98',7,1160637676),(148,0,'74.6.71.171',7,1160639115),(149,36,'208.16.226.242',10,1160649132),(150,0,'74.6.69.200',10,1160679300),(151,0,'220.181.26.122',10,1160744460),(152,0,'220.181.26.122',7,1160744538),(153,0,'74.6.71.248',2,1160748882),(154,0,'66.249.65.98',2,1160812676),(155,0,'66.249.65.98',7,1160905090),(156,0,'74.6.71.91',2,1160932924),(157,0,'130.83.19.86',7,1160939249),(158,0,'128.255.103.162',10,1160956924),(159,0,'128.255.103.162',10,1160956929),(160,0,'71.221.243.14',10,1160956943),(161,0,'66.249.66.50',2,1161049726),(162,0,'71.221.255.177',10,1161133427),(163,0,'12.217.230.17',10,1161189983),(164,0,'69.247.29.177',7,1161220204),(165,9,'12.206.233.199',5,1161270950),(166,0,'66.249.66.50',7,1161272454),(167,0,'66.249.66.50',7,1161288283),(168,0,'66.249.66.50',10,1161298398),(169,0,'66.249.66.50',10,1161333169),(170,0,'66.249.66.50',2,1161377854),(171,0,'66.249.66.50',10,1161583812),(172,30,'12.217.230.83',10,1161585636),(173,0,'66.249.66.50',10,1161617590),(174,0,'66.249.66.50',7,1161653864),(175,0,'65.54.188.140',7,1161723892),(176,45,'128.255.19.252',8,1161728519),(177,45,'128.255.19.252',10,1161728911),(178,0,'65.54.188.140',2,1161758648),(179,0,'74.6.71.248',2,1161861642),(180,45,'12.214.19.152',6,1161899100),(181,0,'66.249.66.167',7,1162053367),(182,2,'128.255.66.17',8,1162174784),(183,0,'128.255.194.120',7,1162186771),(184,0,'64.127.124.166',10,1162242501),(185,0,'64.127.124.166',7,1162242523),(186,12,'12.210.250.201',9,1162262345),(187,0,'66.249.66.167',7,1162383184),(188,5,'12.215.187.46',11,1162758078),(189,2,'12.217.237.233',12,1162770441),(190,0,'66.249.65.206',7,1162805469),(191,0,'85.202.227.60',2,1162817613),(192,0,'128.255.44.25',12,1162851871),(193,45,'12.214.19.152',5,1162954962),(194,0,'65.55.213.30',2,1162982520),(195,0,'65.55.213.30',5,1163031610),(196,9,'12.206.233.199',8,1163130794),(197,9,'12.206.233.199',8,1163130811),(198,0,'66.249.65.78',7,1163209702),(199,0,'66.249.65.36',7,1163631036),(200,62,'128.255.111.50',7,1163871740),(201,0,'66.249.66.5',7,1164042771),(202,0,'66.249.66.5',10,1164047232),(203,0,'205.175.225.24',7,1164052219),(204,0,'67.48.82.188',7,1164135979),(205,0,'74.6.71.91',2,1164150198),(206,0,'65.54.188.138',7,1164172183),(207,0,'65.54.188.138',2,1164226654),(208,0,'65.54.188.138',10,1164241120),(209,0,'74.6.71.171',7,1164292525),(210,0,'74.6.71.87',10,1164318330),(211,0,'66.249.66.5',7,1164439064),(212,0,'128.118.239.224',10,1164675133),(213,0,'132.159.209.38',7,1164724049),(214,0,'87.223.150.224',7,1164822128),(215,0,'66.249.66.51',7,1164838721),(216,0,'68.121.146.5',10,1164859129),(217,0,'66.249.66.51',10,1164867891),(218,0,'66.249.66.51',10,1165147922),(219,0,'68.121.146.5',10,1165151577),(220,0,'68.121.146.5',7,1165173809),(221,0,'74.6.71.91',2,1165191288),(222,0,'66.249.66.51',7,1165212933),(223,0,'66.249.66.51',7,1165247485),(224,0,'65.54.188.138',10,1165477318),(225,0,'65.54.188.140',6,1165488561),(226,0,'65.54.188.140',5,1165489011),(227,0,'65.54.188.139',12,1165491473),(228,0,'128.255.44.130',2,1165512254),(229,0,'65.55.209.206',6,1165549423),(230,0,'65.55.209.206',5,1165549481),(231,0,'65.55.209.205',12,1165549767),(232,0,'65.55.209.202',10,1165549774),(233,0,'65.55.209.203',2,1165550653),(234,0,'70.42.51.20',2,1165609204),(235,0,'65.55.213.30',2,1165613206),(236,0,'65.55.213.30',10,1165625537),(237,0,'65.55.213.30',5,1165629154),(238,0,'65.55.213.30',6,1165639213),(239,0,'66.249.65.36',7,1165668574),(240,0,'66.249.65.36',7,1165713181),(241,0,'74.6.86.32',10,1165717553),(242,0,'74.6.87.71',7,1165724108),(243,0,'66.249.65.36',7,1165759511),(244,0,'74.6.86.24',6,1165774697),(245,0,'74.6.85.155',12,1165775636),(246,0,'74.6.86.163',5,1165783041),(247,0,'65.214.44.176',2,1165786301),(248,0,'65.55.213.30',7,1165794001),(249,0,'24.117.88.190',7,1165848830),(250,0,'66.249.72.199',7,1165876355),(251,0,'74.6.86.32',10,1165974409),(252,3,'12.217.237.233',2,1165983488),(253,3,'12.217.237.233',2,1165983634),(254,3,'12.217.237.233',13,1165983715),(255,3,'12.217.237.233',13,1165983800),(256,0,'65.55.209.201',10,1166001542),(257,0,'74.6.85.204',2,1166002637),(258,0,'65.55.209.205',12,1166004660),(259,0,'65.55.209.201',13,1166006266),(260,0,'65.55.209.206',5,1166007350),(261,0,'65.55.209.206',6,1166007411),(262,0,'66.249.66.134',7,1166047920),(263,0,'74.6.87.126',10,1166096188),(264,0,'66.249.66.134',7,1166096974),(265,0,'74.6.87.126',10,1166246612),(266,0,'66.249.65.105',2,1166264259),(267,0,'24.96.201.100',10,1166314160),(268,0,'24.96.201.100',6,1166314299),(269,0,'24.96.201.100',5,1166314305),(270,0,'24.96.201.100',13,1166314336),(271,0,'24.96.201.100',7,1166314343),(272,0,'24.96.201.100',2,1166314394),(273,0,'24.96.201.100',12,1166314394),(274,0,'74.6.86.103',13,1166326826),(275,0,'74.6.86.163',5,1166327138),(276,0,'74.6.87.71',7,1166328940),(277,0,'74.6.85.155',12,1166329523),(278,0,'74.6.85.204',2,1166358250),(279,0,'74.6.74.181',2,1166368768),(280,0,'74.6.86.24',6,1166379515),(281,0,'65.55.209.201',10,1166406565),(282,0,'65.55.209.205',12,1166416863),(283,0,'65.55.209.201',13,1166418611),(284,0,'74.6.87.126',10,1166419569),(285,0,'65.55.209.206',5,1166420071),(286,0,'65.55.209.206',6,1166422444),(287,0,'66.249.65.105',7,1166427184),(288,9,'12.206.233.199',13,1166563935),(289,0,'65.54.188.138',10,1166597821),(290,0,'66.249.72.75',2,1166598697),(291,0,'65.54.188.138',7,1166609254),(292,0,'65.55.209.202',10,1166678854),(293,0,'65.55.209.205',12,1166757232),(294,0,'65.55.209.201',13,1166770874),(295,0,'65.55.209.207',6,1166780876),(296,0,'66.249.72.75',7,1166802896),(297,0,'66.249.72.75',7,1166812532),(298,0,'74.6.86.163',5,1166939712),(299,0,'74.6.87.71',7,1166940640),(300,0,'74.6.86.103',13,1166941213),(301,0,'74.6.85.155',12,1166948200),(302,0,'74.6.85.204',2,1166963085),(303,0,'66.249.72.75',2,1166964573),(304,0,'66.249.72.75',2,1167028564),(305,0,'24.67.128.62',2,1167029244),(306,0,'65.55.209.202',10,1167034216),(307,0,'74.6.87.126',10,1167045524),(308,0,'74.6.86.24',6,1167049059),(309,0,'66.249.72.75',7,1167144628),(310,0,'66.249.72.75',7,1167163439),(311,0,'65.55.209.202',10,1167266057),(312,0,'65.55.209.202',13,1167282598),(313,0,'66.249.72.75',2,1167321258),(314,0,'12.217.84.233',5,1167343338),(315,0,'74.6.74.181',2,1167354935),(316,0,'66.249.72.75',2,1167380528),(317,0,'66.249.65.134',10,1167475607),(318,0,'66.249.65.134',7,1167498894),(319,0,'74.6.86.163',5,1167570215),(320,0,'74.6.85.155',12,1167583478),(321,0,'74.6.87.71',7,1167640249),(322,0,'74.6.85.204',2,1167656196),(323,0,'66.249.65.134',2,1167667378),(324,0,'74.6.69.80',13,1167696892),(325,0,'69.144.60.208',2,1167699257),(326,0,'66.249.65.134',2,1167733114),(327,0,'74.6.86.103',13,1167772030),(328,0,'74.6.87.126',10,1167823186),(329,0,'65.54.188.143',10,1167823799),(330,0,'74.6.86.24',6,1167840681),(331,0,'66.249.65.134',7,1167846881),(332,0,'65.54.188.143',10,1167929869),(333,0,'65.54.188.144',12,1167931042),(334,0,'65.54.188.145',5,1167931988),(335,0,'65.54.188.145',6,1167932049),(336,0,'74.6.71.87',10,1167964755),(337,0,'65.55.213.32',2,1167965261),(338,0,'74.6.71.171',7,1168002081),(339,0,'65.55.213.32',10,1168019648),(340,0,'65.55.213.32',6,1168027209),(341,0,'65.55.213.32',5,1168027210),(342,0,'65.55.213.32',12,1168027211),(343,0,'66.249.65.233',2,1168033569),(344,0,'66.249.65.233',2,1168077592),(345,0,'65.55.209.207',6,1168145185),(346,0,'65.55.209.207',5,1168150563),(347,0,'66.249.65.233',10,1168151879),(348,0,'65.55.209.202',10,1168155523),(349,0,'65.55.209.205',12,1168160253),(350,0,'74.6.85.155',12,1168188489),(351,0,'66.249.65.233',7,1168203758),(352,0,'74.6.86.163',5,1168212258),(353,0,'74.6.85.204',2,1168289680),(354,0,'65.54.188.143',10,1168295692),(355,0,'24.16.8.64',2,1168334595),(356,0,'74.6.74.181',2,1168363976),(357,0,'66.249.65.161',2,1168382402),(358,0,'24.96.199.46',10,1168388644),(359,0,'74.6.86.103',13,1168414835),(360,0,'66.249.65.161',2,1168419577),(361,0,'74.6.86.24',6,1168445496),(362,0,'65.54.188.144',2,1168477467),(363,0,'66.249.65.161',10,1168502102),(364,0,'66.249.72.139',7,1168557465),(365,49,'24.149.28.28',5,1168572315),(366,0,'70.42.51.20',10,1168576834),(367,0,'74.6.86.24',6,1168584623),(368,0,'70.42.51.20',6,1168727824),(369,0,'70.42.51.20',12,1168728309),(370,0,'70.42.51.20',7,1168728917),(371,0,'70.42.51.20',5,1168729639),(372,0,'70.42.51.20',13,1168729770),(373,0,'66.249.72.139',2,1168730786),(374,0,'65.54.188.144',12,1168752177),(375,0,'66.249.72.5',2,1168770397),(376,0,'65.54.188.143',13,1168791457),(377,0,'66.249.66.163',7,1168904174),(378,0,'128.255.110.58',7,1168915921),(379,0,'129.255.202.217',7,1168976510),(380,0,'67.186.149.134',2,1168995518),(381,0,'67.186.149.134',2,1168995527),(382,0,'67.186.149.134',2,1168996703),(383,0,'66.249.72.19',2,1169077668),(384,0,'66.249.66.15',2,1169119214),(385,0,'128.255.18.167',7,1169168960),(386,0,'12.205.149.103',7,1169247230),(387,0,'66.8.245.173',2,1169264959),(388,0,'66.8.245.173',2,1169268244),(389,0,'66.249.66.136',7,1169276473),(390,0,'64.242.88.60',10,1169321661),(391,0,'74.6.71.171',7,1169360983),(392,0,'66.249.66.136',2,1169435764),(393,0,'65.54.188.143',10,1169450371),(394,0,'66.249.66.136',2,1169473336),(395,0,'66.249.66.196',7,1169623029),(396,0,'74.6.85.170',2,1169636605),(397,0,'74.6.74.181',2,1169658145),(398,0,'74.6.87.71',7,1169703873),(399,0,'74.6.87.126',10,1169751387),(400,0,'65.55.213.32',2,1169759640),(401,0,'66.249.66.196',2,1169795670),(402,0,'212.174.46.152',2,1169801113),(403,0,'66.249.66.196',2,1169837515),(404,0,'62.1.233.190',2,1169896105),(405,0,'62.1.233.190',2,1169896307),(406,0,'87.5.234.100',2,1169983570),(407,0,'74.6.86.163',5,1169988710),(408,0,'66.249.66.196',7,1169989171),(409,0,'65.55.213.27',10,1169994557),(410,0,'65.55.213.27',13,1169998711),(411,0,'65.55.213.27',12,1170000333),(412,0,'65.55.213.27',6,1170004300),(413,0,'65.55.213.27',5,1170004402),(414,0,'74.6.85.155',12,1170010556),(415,0,'64.124.85.76',7,1170021294),(416,0,'65.55.213.27',7,1170050142),(417,32,'66.43.218.30',10,1170080408),(418,0,'74.6.86.103',13,1170146561),(419,0,'65.55.215.48',10,1170168618),(420,0,'66.249.66.196',2,1170172157),(421,0,'66.249.66.196',2,1170226503),(422,0,'74.6.85.170',2,1170241659),(423,0,'74.6.87.71',7,1170309969),(424,0,'66.249.65.102',7,1170355447),(425,0,'74.6.87.126',10,1170362813),(426,0,'65.55.209.214',10,1170373079),(427,0,'65.55.209.219',6,1170373320),(428,0,'65.55.209.219',5,1170373325),(429,0,'74.6.71.171',7,1170376701),(430,0,'204.9.204.202',10,1170382648),(431,3,'12.217.237.233',2,1170402450),(432,0,'65.55.209.217',12,1170437136),(433,0,'74.6.86.24',6,1170443436),(434,0,'66.249.66.234',2,1170540050),(435,0,'66.249.66.234',2,1170590132),(436,0,'74.6.74.181',2,1170606193),(437,0,'65.54.188.144',12,1170704574),(438,0,'65.54.188.143',10,1170708554),(439,0,'66.249.66.234',7,1170751578),(440,0,'199.38.51.134',2,1170755048),(441,0,'128.255.119.81',7,1170780936),(442,0,'65.55.209.213',10,1170790682),(443,0,'65.54.188.143',10,1170823037),(444,0,'65.55.209.216',12,1170833983),(445,0,'65.54.188.143',13,1170835963),(446,0,'65.55.209.213',13,1170838637),(447,0,'65.55.209.218',5,1170863274),(448,0,'65.55.209.218',6,1170863274),(449,0,'65.54.188.144',2,1170874409),(450,25,'12.215.116.99',7,1170898339),(451,25,'12.215.116.99',10,1170898375),(452,0,'66.249.66.167',2,1170908784),(453,0,'74.6.87.71',7,1170922249),(454,0,'66.249.66.167',2,1170955265),(455,0,'74.6.87.36',10,1170969066),(456,0,'65.214.44.176',10,1170987994),(457,0,'66.249.66.167',7,1171114325),(458,3,'128.255.66.17',2,1171151958),(459,3,'128.255.66.17',2,1171152010),(460,3,'128.255.66.17',2,1171152014),(461,3,'128.255.66.17',2,1171152022),(462,3,'128.255.66.17',2,1171152031),(463,3,'128.255.66.17',2,1171152060),(464,3,'128.255.66.17',2,1171152148),(465,0,'66.249.66.167',10,1171218983),(466,5,'128.255.44.131',2,1171228046),(467,0,'65.55.209.213',10,1171235267),(468,2,'128.255.66.17',2,1171249810),(469,0,'66.249.66.167',2,1171285399),(470,0,'74.6.69.80',13,1171386928),(471,0,'65.55.213.29',9,1171453794),(472,0,'207.68.154.159',10,1171470462),(473,0,'74.6.71.117',9,1171519828),(474,0,'65.55.213.29',2,1171580985),(475,0,'65.55.213.29',10,1171582180),(476,0,'65.55.213.29',6,1171585799),(477,0,'65.55.213.29',5,1171585799),(478,0,'65.55.213.29',13,1171585882),(479,0,'65.55.213.29',12,1171591059),(480,0,'66.249.65.104',10,1171592517),(481,0,'65.55.209.218',5,1171651847),(482,0,'65.55.209.218',6,1171651847),(483,0,'65.55.209.216',12,1171652029),(484,0,'65.55.209.213',10,1171652092),(485,0,'65.55.209.213',13,1171652150),(486,0,'74.6.71.87',10,1171652994),(487,0,'66.249.65.104',2,1171655067),(488,0,'66.249.65.104',10,1171857297),(489,16,'128.255.140.108',4,1171936818),(490,0,'71.12.183.58',2,1171938520),(491,0,'65.55.209.222',12,1172004740),(492,0,'65.55.209.224',6,1172004960),(493,0,'65.55.209.218',10,1172005483),(494,0,'65.55.209.218',13,1172005570),(495,0,'65.55.209.225',5,1172006390),(496,0,'65.54.188.142',10,1172035003),(497,0,'66.249.65.104',2,1172072430),(498,5,'129.255.166.94',14,1172266271),(499,5,'129.255.166.94',15,1172266368),(500,5,'129.255.166.94',14,1172266411),(501,2,'216.248.123.200',2,1172378970),(502,5,'12.226.27.48',14,1174265823),(503,5,'128.255.45.253',14,1174324095),(504,77,'128.255.44.118',2,1174662653),(505,5,'128.255.140.140',15,1175017189),(506,5,'128.255.140.140',16,1175017201),(507,5,'128.255.140.140',19,1175017236),(508,2,'128.255.66.57',2,1175876485),(509,3,'12.217.237.73',2,1177626818),(510,10,'69.63.6.228',14,1178048942),(511,11,'128.255.194.129',14,1178113782),(512,41,'71.213.225.197',14,1178165449),(513,41,'12.217.222.153',14,1178205605),(514,2,'12.217.237.73',21,1178514972),(515,2,'12.217.237.73',21,1178515000),(516,0,'85.17.145.118',2,1178607011),(517,0,'12.217.242.19',18,1178677264),(518,0,'12.217.242.19',10,1178677278),(519,0,'74.6.71.117',9,1178725805),(520,0,'66.249.72.42',15,1178735228),(521,0,'66.249.72.42',4,1178735540),(522,0,'66.249.72.42',17,1178735697),(523,0,'66.249.72.42',18,1178735861),(524,0,'66.249.72.42',20,1178736012),(525,0,'74.6.71.87',10,1178796201),(526,0,'85.17.145.118',2,1178797415),(527,0,'65.55.209.212',7,1178864767),(528,0,'74.6.74.214',21,1178892400),(529,0,'72.30.177.157',12,1178906539),(530,0,'74.6.71.117',9,1178908938),(531,0,'74.6.71.117',9,1178925665),(532,0,'85.17.145.118',2,1179067600),(533,0,'74.6.71.117',9,1179199339),(534,0,'74.6.74.181',2,1179260885),(535,0,'66.249.72.235',17,1179404438),(536,0,'66.249.72.235',20,1179409947),(537,0,'66.249.72.235',18,1179620333),(538,0,'66.249.72.235',15,1179621844),(539,0,'66.249.72.235',4,1179622347),(540,0,'64.124.85.75',10,1179650800),(541,0,'85.17.145.118',2,1179711196),(542,0,'66.249.72.235',4,1179713788),(543,0,'66.249.72.235',20,1179714168),(544,0,'66.249.72.235',17,1179714548),(545,0,'66.249.72.235',15,1179716067),(546,0,'128.255.69.203',4,1179781540),(547,0,'65.55.213.29',15,1179864867),(548,0,'65.55.213.29',13,1179864889),(549,0,'65.55.213.29',10,1179864953),(550,0,'65.55.213.29',9,1179871830),(551,0,'65.55.213.29',6,1179872102),(552,0,'190.129.80.232',18,1179952587),(553,0,'66.249.65.179',18,1179994419),(554,0,'66.249.65.179',15,1180000230),(555,0,'66.249.65.179',4,1180000714),(556,0,'85.17.145.118',2,1180112681),(557,0,'65.54.188.140',13,1180196595),(558,0,'128.255.66.85',5,1180227604),(559,0,'128.255.66.85',5,1180229787),(560,0,'85.255.113.76',7,1180266120),(561,0,'66.249.65.179',18,1180311789),(562,0,'66.249.65.179',20,1180388120),(563,0,'66.249.65.179',17,1180388505),(564,0,'85.17.145.118',2,1180508203),(565,0,'66.249.65.179',15,1180647404),(566,0,'66.249.65.179',4,1180647961),(567,0,'66.249.66.112',17,1181081099),(568,0,'66.249.66.112',20,1181106131),(569,0,'66.249.66.112',18,1181127633),(570,0,'74.6.73.52',7,1181317598),(571,0,'66.249.66.112',4,1181344089),(572,0,'66.249.66.112',15,1181345215),(573,0,'66.249.66.112',10,1181368866),(574,0,'74.6.20.154',2,1181405281),(575,0,'74.6.20.210',6,1181434003),(576,0,'74.6.28.216',7,1181439816),(577,0,'74.6.28.48',12,1181461930),(578,0,'74.6.20.140',21,1181498926),(579,0,'74.6.21.144',7,1181505027),(580,0,'74.6.74.181',2,1181529538),(581,0,'74.6.73.52',7,1181532074),(582,0,'74.6.23.198',13,1181535738),(583,0,'74.6.22.38',10,1181537356),(584,2,'206.160.137.66',21,1181568443),(585,0,'74.6.22.234',9,1181571350),(586,0,'74.6.25.26',5,1181597336),(587,0,'65.55.209.213',18,1181621661),(588,0,'65.55.209.206',15,1181626393),(589,0,'65.55.209.213',17,1181637012),(590,0,'65.55.209.206',20,1181638710),(591,0,'65.55.209.214',21,1181639277),(592,0,'65.55.209.215',9,1181639867),(593,0,'65.55.209.215',6,1181640917),(594,0,'65.55.209.216',5,1181641764),(595,0,'66.249.66.112',18,1181734601),(596,0,'65.214.45.100',2,1181740545),(597,0,'66.249.66.112',17,1181799190),(598,0,'66.249.66.112',20,1181799703),(599,0,'74.6.21.144',7,1181808888),(600,0,'66.249.66.112',10,1181840226),(601,0,'66.249.66.112',18,1182041209),(602,0,'66.249.66.112',4,1182042044),(603,0,'66.249.66.112',15,1182044552),(604,0,'190.48.73.139',18,1182191089),(605,0,'65.55.209.205',15,1182255170),(606,0,'65.55.209.206',20,1182265152),(607,0,'65.55.209.214',21,1182289404),(608,0,'38.99.44.101',2,1182318776),(609,0,'38.99.44.101',6,1182375558),(610,0,'66.249.66.112',18,1182403195),(611,0,'38.99.44.101',5,1182407288),(612,0,'65.55.209.213',17,1182408540),(613,0,'66.249.66.112',10,1182447849),(614,0,'66.249.66.112',20,1182495323),(615,0,'66.249.66.112',17,1182495768),(616,0,'65.54.188.141',2,1182616375),(617,0,'65.54.188.140',13,1182617530),(618,0,'65.54.188.140',10,1182617590),(619,0,'65.54.188.141',18,1182618355),(620,0,'65.54.188.141',12,1182619475),(621,0,'65.54.188.140',15,1182622695),(622,0,'65.54.188.140',20,1182622698),(623,0,'65.54.188.142',21,1182623188),(624,0,'65.54.188.141',17,1182623643),(625,0,'65.54.188.141',4,1182623657),(626,0,'65.54.188.141',7,1182623661),(627,0,'74.6.74.214',21,1182738298),(628,0,'189.6.68.125',7,1182743609),(629,0,'75.83.139.22',4,1182743614),(630,0,'70.239.3.28',4,1182743620),(631,0,'68.145.254.95',17,1182743647),(632,0,'69.93.101.146',18,1182743739),(633,0,'189.6.68.125',15,1182744111),(634,0,'24.86.181.8',10,1182744707),(635,0,'76.182.193.195',2,1182744808),(636,0,'60.42.95.190',5,1182744810),(637,0,'60.42.95.190',9,1182744822),(638,0,'64.49.255.108',21,1182744830),(639,0,'70.171.24.128',13,1182744832),(640,0,'76.182.193.195',12,1182744841),(641,0,'66.249.66.112',18,1182745729),(642,0,'66.249.66.112',15,1182752138),(643,0,'66.249.66.112',4,1182753394),(644,0,'66.249.66.112',7,1182811306),(645,0,'66.249.66.112',20,1182829029),(646,0,'66.249.66.112',17,1182829565),(647,0,'65.55.209.205',15,1182877372),(648,0,'65.55.209.206',20,1182880735),(649,0,'38.99.44.101',9,1182906387),(650,0,'38.99.44.101',20,1182911013),(651,0,'65.55.209.213',21,1182914552),(652,0,'38.99.44.101',4,1182916827),(653,0,'38.99.44.101',12,1182926245),(654,0,'66.249.65.177',2,1182937036),(655,0,'38.99.44.101',13,1182945038),(656,0,'38.99.44.101',18,1182947455),(657,0,'38.99.44.101',10,1182956864),(658,0,'38.99.44.101',15,1182965753),(659,0,'38.99.44.101',7,1182990390),(660,0,'38.99.44.101',21,1182991810),(661,0,'38.99.44.101',17,1183001643),(662,0,'65.55.209.213',17,1183032124),(663,0,'66.249.65.177',18,1183063117),(664,0,'66.249.65.177',4,1183065289),(665,0,'66.249.65.177',15,1183067460),(666,0,'74.6.73.52',7,1183099978),(667,0,'202.56.7.140',10,1183134756),(668,0,'128.255.79.3',18,1183143276),(669,0,'128.255.79.3',2,1183143276),(670,0,'128.255.79.3',4,1183143279),(671,0,'128.255.79.3',7,1183143279),(672,0,'128.255.79.3',17,1183143279),(673,0,'128.255.79.3',15,1183143279),(674,0,'128.255.79.3',20,1183143279),(675,0,'128.255.79.3',10,1183143279),(676,0,'128.255.79.3',18,1183148069),(677,0,'128.255.79.3',18,1183148069),(678,0,'128.255.79.3',18,1183148069),(679,0,'128.255.79.3',18,1183148069),(680,0,'128.255.79.3',18,1183148070),(681,0,'128.255.79.3',18,1183148071),(682,0,'128.255.79.3',18,1183148071),(683,0,'128.255.79.3',18,1183148071),(684,0,'128.255.79.3',18,1183148072),(685,0,'128.255.79.3',18,1183148072),(686,0,'128.255.79.3',18,1183148073),(687,0,'128.255.79.3',18,1183148073),(688,0,'128.255.79.3',18,1183148074),(689,0,'128.255.79.3',18,1183148074),(690,0,'128.255.79.3',2,1183148074),(691,0,'128.255.79.3',2,1183148074),(692,0,'128.255.79.3',2,1183148074),(693,0,'128.255.79.3',2,1183148075),(694,0,'128.255.79.3',2,1183148075),(695,0,'128.255.79.3',2,1183148075),(696,0,'128.255.79.3',2,1183148075),(697,0,'128.255.79.3',2,1183148075),(698,0,'128.255.79.3',2,1183148075),(699,0,'128.255.79.3',2,1183148075),(700,0,'128.255.79.3',2,1183148076),(701,0,'128.255.79.3',2,1183148076),(702,0,'128.255.79.3',2,1183148076),(703,0,'128.255.79.3',2,1183148076),(704,0,'128.255.79.3',18,1183148077),(705,0,'128.255.79.3',2,1183148077),(706,0,'128.255.79.3',18,1183148077),(707,0,'128.255.79.3',18,1183148077),(708,0,'128.255.79.3',18,1183148077),(709,0,'128.255.79.3',18,1183148077),(710,0,'128.255.79.3',18,1183148077),(711,0,'128.255.79.3',18,1183148078),(712,0,'128.255.79.3',18,1183148078),(713,0,'128.255.79.3',18,1183148078),(714,0,'128.255.79.3',18,1183148078),(715,0,'128.255.79.3',18,1183148079),(716,0,'128.255.79.3',18,1183148079),(717,0,'128.255.79.3',18,1183148079),(718,0,'128.255.79.3',18,1183148080),(719,0,'128.255.79.3',18,1183148080),(720,0,'128.255.79.3',18,1183148080),(721,0,'128.255.79.3',18,1183148080),(722,0,'128.255.79.3',18,1183148081),(723,0,'128.255.79.3',18,1183148081),(724,0,'128.255.79.3',18,1183148081),(725,0,'128.255.79.3',18,1183148082),(726,0,'128.255.79.3',18,1183148082),(727,0,'128.255.79.3',18,1183148082),(728,0,'128.255.79.3',18,1183148082),(729,0,'128.255.79.3',18,1183148083),(730,0,'128.255.79.3',18,1183148083),(731,0,'128.255.79.3',18,1183148083),(732,0,'128.255.79.3',18,1183148083),(733,0,'128.255.79.3',18,1183148083),(734,0,'128.255.79.3',18,1183148083),(735,0,'128.255.79.3',18,1183148084),(736,0,'128.255.79.3',18,1183148084),(737,0,'128.255.79.3',18,1183148084),(738,0,'128.255.79.3',18,1183148084),(739,0,'128.255.79.3',18,1183148085),(740,0,'128.255.79.3',2,1183148085),(741,0,'128.255.79.3',2,1183148085),(742,0,'128.255.79.3',2,1183148085),(743,0,'128.255.79.3',2,1183148085),(744,0,'128.255.79.3',2,1183148085),(745,0,'128.255.79.3',2,1183148086),(746,0,'128.255.79.3',2,1183148086),(747,0,'128.255.79.3',2,1183148086),(748,0,'128.255.79.3',2,1183148086),(749,0,'128.255.79.3',2,1183148087),(750,0,'128.255.79.3',2,1183148087),(751,0,'128.255.79.3',2,1183148087),(752,0,'128.255.79.3',2,1183148088),(753,0,'128.255.79.3',2,1183148088),(754,0,'128.255.79.3',2,1183148088),(755,0,'128.255.79.3',2,1183148088),(756,0,'128.255.79.3',2,1183148088),(757,0,'128.255.79.3',2,1183148089),(758,0,'128.255.79.3',2,1183148089),(759,0,'128.255.79.3',2,1183148089),(760,0,'128.255.79.3',2,1183148089),(761,0,'128.255.79.3',2,1183148090),(762,0,'128.255.79.3',18,1183148090),(763,0,'128.255.79.3',2,1183148090),(764,0,'128.255.79.3',2,1183148090),(765,0,'128.255.79.3',2,1183148090),(766,0,'128.255.79.3',2,1183148090),(767,0,'128.255.79.3',2,1183148090),(768,0,'128.255.79.3',10,1183148091),(769,0,'128.255.79.3',2,1183148091),(770,0,'128.255.79.3',10,1183148091),(771,0,'128.255.79.3',10,1183148091),(772,0,'128.255.79.3',10,1183148092),(773,0,'128.255.79.3',10,1183148092),(774,0,'128.255.79.3',10,1183148092),(775,0,'128.255.79.3',10,1183148092),(776,0,'128.255.79.3',10,1183148092),(777,0,'128.255.79.3',10,1183148092),(778,0,'128.255.79.3',10,1183148092),(779,0,'128.255.79.3',10,1183148093),(780,0,'128.255.79.3',10,1183148093),(781,0,'128.255.79.3',10,1183148093),(782,0,'128.255.79.3',4,1183148094),(783,0,'128.255.79.3',10,1183148094),(784,0,'128.255.79.3',10,1183148094),(785,0,'128.255.79.3',4,1183148094),(786,0,'128.255.79.3',4,1183148094),(787,0,'128.255.79.3',4,1183148094),(788,0,'128.255.79.3',4,1183148095),(789,0,'128.255.79.3',4,1183148095),(790,0,'128.255.79.3',4,1183148095),(791,0,'128.255.79.3',4,1183148095),(792,0,'128.255.79.3',4,1183148096),(793,0,'128.255.79.3',4,1183148096),(794,0,'128.255.79.3',4,1183148096),(795,0,'128.255.79.3',4,1183148096),(796,0,'128.255.79.3',4,1183148096),(797,0,'128.255.79.3',7,1183148097),(798,0,'128.255.79.3',7,1183148097),(799,0,'128.255.79.3',4,1183148097),(800,0,'128.255.79.3',7,1183148098),(801,0,'128.255.79.3',7,1183148098),(802,0,'128.255.79.3',18,1183148099),(803,0,'128.255.79.3',2,1183148099),(804,0,'128.255.79.3',7,1183148099),(805,0,'128.255.79.3',7,1183148100),(806,0,'128.255.79.3',7,1183148100),(807,0,'128.255.79.3',7,1183148100),(808,0,'128.255.79.3',7,1183148100),(809,0,'128.255.79.3',4,1183148100),(810,0,'128.255.79.3',7,1183148101),(811,0,'128.255.79.3',7,1183148101),(812,0,'128.255.79.3',7,1183148101),(813,0,'128.255.79.3',15,1183148101),(814,0,'128.255.79.3',7,1183148101),(815,0,'128.255.79.3',7,1183148101),(816,0,'128.255.79.3',7,1183148101),(817,0,'128.255.79.3',15,1183148102),(818,0,'128.255.79.3',15,1183148102),(819,0,'128.255.79.3',15,1183148102),(820,0,'128.255.79.3',15,1183148102),(821,0,'128.255.79.3',15,1183148102),(822,0,'128.255.79.3',15,1183148102),(823,0,'128.255.79.3',15,1183148103),(824,0,'128.255.79.3',17,1183148103),(825,0,'128.255.79.3',17,1183148103),(826,0,'128.255.79.3',17,1183148103),(827,0,'128.255.79.3',17,1183148103),(828,0,'128.255.79.3',17,1183148103),(829,0,'128.255.79.3',17,1183148103),(830,0,'128.255.79.3',17,1183148104),(831,0,'128.255.79.3',17,1183148104),(832,0,'128.255.79.3',17,1183148104),(833,0,'128.255.79.3',17,1183148104),(834,0,'128.255.79.3',17,1183148104),(835,0,'128.255.79.3',17,1183148104),(836,0,'128.255.79.3',17,1183148104),(837,0,'128.255.79.3',20,1183148105),(838,0,'128.255.79.3',20,1183148105),(839,0,'128.255.79.3',15,1183148105),(840,0,'128.255.79.3',15,1183148105),(841,0,'128.255.79.3',15,1183148106),(842,0,'128.255.79.3',15,1183148106),(843,0,'128.255.79.3',15,1183148106),(844,0,'128.255.79.3',17,1183148106),(845,0,'128.255.79.3',17,1183148106),(846,0,'128.255.79.3',20,1183148106),(847,0,'128.255.79.3',15,1183148106),(848,0,'128.255.79.3',20,1183148106),(849,0,'128.255.79.3',15,1183148107),(850,0,'128.255.79.3',20,1183148107),(851,0,'128.255.79.3',20,1183148107),(852,0,'128.255.79.3',20,1183148107),(853,0,'128.255.79.3',20,1183148107),(854,0,'128.255.79.3',20,1183148107),(855,0,'128.255.79.3',20,1183148107),(856,0,'128.255.79.3',20,1183148108),(857,0,'128.255.79.3',20,1183148108),(858,0,'128.255.79.3',20,1183148108),(859,0,'128.255.79.3',20,1183148108),(860,0,'128.255.79.3',20,1183148110),(861,0,'128.255.79.3',10,1183148114),(862,0,'128.255.79.3',10,1183148114),(863,0,'128.255.79.3',10,1183148114),(864,0,'128.255.79.3',10,1183148114),(865,0,'128.255.79.3',10,1183148115),(866,0,'128.255.79.3',10,1183148115),(867,0,'128.255.79.3',10,1183148115),(868,0,'128.255.79.3',10,1183148115),(869,0,'128.255.79.3',10,1183148116),(870,0,'128.255.79.3',10,1183148116),(871,0,'128.255.79.3',10,1183148116),(872,0,'128.255.79.3',10,1183148116),(873,0,'128.255.79.3',10,1183148116),(874,0,'128.255.79.3',10,1183148116),(875,0,'128.255.79.3',10,1183148116),(876,0,'128.255.79.3',10,1183148117),(877,0,'128.255.79.3',10,1183148117),(878,0,'128.255.79.3',10,1183148117),(879,0,'128.255.79.3',10,1183148118),(880,0,'128.255.79.3',10,1183148118),(881,0,'128.255.79.3',10,1183148118),(882,0,'128.255.79.3',10,1183148118),(883,0,'128.255.79.3',10,1183148118),(884,0,'128.255.79.3',10,1183148118),(885,0,'128.255.79.3',10,1183148119),(886,0,'128.255.79.3',10,1183148119),(887,0,'128.255.79.3',10,1183148119),(888,0,'128.255.79.3',10,1183148119),(889,0,'128.255.79.3',10,1183148120),(890,0,'128.255.79.3',4,1183148120),(891,0,'128.255.79.3',4,1183148121),(892,0,'128.255.79.3',4,1183148121),(893,0,'128.255.79.3',4,1183148121),(894,0,'128.255.79.3',4,1183148121),(895,0,'128.255.79.3',4,1183148121),(896,0,'128.255.79.3',4,1183148121),(897,0,'128.255.79.3',4,1183148122),(898,0,'128.255.79.3',4,1183148122),(899,0,'128.255.79.3',4,1183148122),(900,0,'128.255.79.3',4,1183148122),(901,0,'128.255.79.3',4,1183148123),(902,0,'128.255.79.3',4,1183148123),(903,0,'128.255.79.3',4,1183148123),(904,0,'128.255.79.3',4,1183148123),(905,0,'128.255.79.3',4,1183148124),(906,0,'128.255.79.3',4,1183148124),(907,0,'128.255.79.3',4,1183148124),(908,0,'128.255.79.3',4,1183148124),(909,0,'128.255.79.3',4,1183148124),(910,0,'128.255.79.3',4,1183148125),(911,0,'128.255.79.3',4,1183148125),(912,0,'128.255.79.3',4,1183148125),(913,0,'128.255.79.3',4,1183148125),(914,0,'128.255.79.3',4,1183148125),(915,0,'128.255.79.3',4,1183148126),(916,0,'128.255.79.3',4,1183148126),(917,0,'128.255.79.3',4,1183148126),(918,0,'128.255.79.3',4,1183148127),(919,0,'128.255.79.3',7,1183148127),(920,0,'128.255.79.3',7,1183148128),(921,0,'128.255.79.3',7,1183148128),(922,0,'128.255.79.3',7,1183148128),(923,0,'128.255.79.3',7,1183148129),(924,0,'128.255.79.3',7,1183148129),(925,0,'128.255.79.3',7,1183148130),(926,0,'128.255.79.3',7,1183148130),(927,0,'128.255.79.3',7,1183148130),(928,0,'128.255.79.3',7,1183148130),(929,0,'128.255.79.3',7,1183148130),(930,0,'128.255.79.3',7,1183148131),(931,0,'128.255.79.3',7,1183148131),(932,0,'128.255.79.3',7,1183148131),(933,0,'128.255.79.3',7,1183148132),(934,0,'128.255.79.3',7,1183148132),(935,0,'128.255.79.3',7,1183148132),(936,0,'128.255.79.3',7,1183148132),(937,0,'128.255.79.3',7,1183148132),(938,0,'128.255.79.3',7,1183148132),(939,0,'128.255.79.3',7,1183148132),(940,0,'128.255.79.3',7,1183148132),(941,0,'128.255.79.3',7,1183148133),(942,0,'128.255.79.3',7,1183148133),(943,0,'128.255.79.3',7,1183148133),(944,0,'128.255.79.3',7,1183148133),(945,0,'128.255.79.3',7,1183148134),(946,0,'128.255.79.3',15,1183148134),(947,0,'128.255.79.3',15,1183148134),(948,0,'128.255.79.3',15,1183148135),(949,0,'128.255.79.3',15,1183148135),(950,0,'128.255.79.3',15,1183148135),(951,0,'128.255.79.3',15,1183148135),(952,0,'128.255.79.3',15,1183148135),(953,0,'128.255.79.3',15,1183148136),(954,0,'128.255.79.3',15,1183148136),(955,0,'128.255.79.3',15,1183148136),(956,0,'128.255.79.3',15,1183148137),(957,0,'128.255.79.3',15,1183148137),(958,0,'128.255.79.3',15,1183148137),(959,0,'128.255.79.3',15,1183148137),(960,0,'128.255.79.3',15,1183148137),(961,0,'128.255.79.3',15,1183148137),(962,0,'128.255.79.3',15,1183148138),(963,0,'128.255.79.3',15,1183148138),(964,0,'128.255.79.3',7,1183148138),(965,0,'128.255.79.3',7,1183148138),(966,0,'128.255.79.3',15,1183148139),(967,0,'128.255.79.3',15,1183148139),(968,0,'128.255.79.3',15,1183148139),(969,0,'128.255.79.3',15,1183148139),(970,0,'128.255.79.3',15,1183148139),(971,0,'128.255.79.3',15,1183148140),(972,0,'128.255.79.3',15,1183148140),(973,0,'128.255.79.3',15,1183148140),(974,0,'128.255.79.3',15,1183148140),(975,0,'128.255.79.3',15,1183148141),(976,0,'128.255.79.3',17,1183148141),(977,0,'128.255.79.3',17,1183148141),(978,0,'128.255.79.3',17,1183148142),(979,0,'128.255.79.3',17,1183148142),(980,0,'128.255.79.3',17,1183148142),(981,0,'128.255.79.3',17,1183148142),(982,0,'128.255.79.3',17,1183148142),(983,0,'128.255.79.3',17,1183148142),(984,0,'128.255.79.3',17,1183148143),(985,0,'128.255.79.3',17,1183148143),(986,0,'128.255.79.3',17,1183148143),(987,0,'128.255.79.3',17,1183148143),(988,0,'128.255.79.3',17,1183148144),(989,0,'128.255.79.3',17,1183148144),(990,0,'128.255.79.3',17,1183148144),(991,0,'128.255.79.3',17,1183148144),(992,0,'128.255.79.3',17,1183148144),(993,0,'128.255.79.3',17,1183148144),(994,0,'128.255.79.3',17,1183148144),(995,0,'128.255.79.3',17,1183148145),(996,0,'128.255.79.3',17,1183148145),(997,0,'128.255.79.3',17,1183148145),(998,0,'128.255.79.3',17,1183148145),(999,0,'128.255.79.3',17,1183148145),(1000,0,'128.255.79.3',17,1183148145),(1001,0,'128.255.79.3',17,1183148145),(1002,0,'128.255.79.3',17,1183148146),(1003,0,'128.255.79.3',17,1183148146),(1004,0,'128.255.79.3',17,1183148147),(1005,0,'128.255.79.3',20,1183148147),(1006,0,'128.255.79.3',20,1183148147),(1007,0,'128.255.79.3',20,1183148148),(1008,0,'128.255.79.3',20,1183148148),(1009,0,'128.255.79.3',20,1183148148),(1010,0,'128.255.79.3',20,1183148148),(1011,0,'128.255.79.3',20,1183148148),(1012,0,'128.255.79.3',20,1183148149),(1013,0,'128.255.79.3',20,1183148149),(1014,0,'128.255.79.3',20,1183148149),(1015,0,'128.255.79.3',20,1183148150),(1016,0,'128.255.79.3',20,1183148150),(1017,0,'128.255.79.3',20,1183148150),(1018,0,'128.255.79.3',20,1183148150),(1019,0,'128.255.79.3',20,1183148150),(1020,0,'128.255.79.3',20,1183148150),(1021,0,'128.255.79.3',20,1183148150),(1022,0,'128.255.79.3',20,1183148151),(1023,0,'128.255.79.3',20,1183148151),(1024,0,'128.255.79.3',20,1183148151),(1025,0,'128.255.79.3',20,1183148151),(1026,0,'128.255.79.3',20,1183148151),(1027,0,'128.255.79.3',20,1183148152),(1028,0,'128.255.79.3',20,1183148152),(1029,0,'128.255.79.3',20,1183148152),(1030,0,'128.255.79.3',15,1183148152),(1031,0,'128.255.79.3',20,1183148152),(1032,0,'128.255.79.3',20,1183148152),(1033,0,'128.255.79.3',20,1183148152),(1034,0,'128.255.79.3',20,1183148153),(1035,0,'66.249.65.177',7,1183151678),(1036,0,'66.249.65.177',20,1183152207),(1037,0,'66.249.65.177',17,1183152735),(1038,0,'74.6.28.216',7,1183184650),(1039,0,'74.6.23.198',13,1183185131),(1040,0,'74.6.27.45',18,1183187038),(1041,0,'74.6.20.140',21,1183196232),(1042,0,'74.6.28.48',12,1183197485),(1043,0,'74.6.20.154',2,1183218013),(1044,0,'74.6.24.126',4,1183220492),(1045,0,'74.6.74.181',2,1183228209),(1046,0,'74.6.22.38',10,1183238395),(1047,0,'74.6.20.210',6,1183281210),(1048,0,'74.6.22.234',9,1183299731),(1049,0,'74.6.29.42',17,1183310450),(1050,0,'74.6.25.26',5,1183327125),(1051,0,'74.6.27.24',15,1183329106),(1052,0,'74.6.26.219',20,1183344844),(1053,0,'74.6.71.252',5,1183371672),(1054,0,'66.249.65.177',18,1183387103),(1055,0,'66.249.65.177',15,1183387615),(1056,0,'66.249.65.177',4,1183388639),(1057,0,'66.249.65.177',2,1183467538),(1058,0,'66.249.65.177',20,1183470418),(1059,0,'66.249.65.177',7,1183470822),(1060,0,'66.249.65.177',17,1183471327),(1061,3,'128.255.66.85',2,1183484028),(1062,0,'65.55.209.205',15,1183497898),(1063,0,'65.55.209.206',20,1183500093),(1064,0,'86.204.73.212',2,1183501261),(1065,0,'66.249.65.177',2,1183558324),(1066,0,'65.55.209.206',2,1183680868),(1067,0,'66.249.65.177',18,1183730400),(1068,0,'66.249.65.177',4,1183734674),(1069,0,'74.6.28.216',7,1183789512),(1070,0,'74.6.28.48',12,1183789736),(1071,0,'74.6.20.140',21,1183789748),(1072,0,'74.6.20.210',6,1183789786),(1073,0,'74.6.23.198',13,1183789786),(1074,0,'74.6.22.234',9,1183789787),(1075,0,'74.6.27.45',18,1183791980),(1076,0,'74.6.25.26',5,1183795295),(1077,0,'74.6.20.154',2,1183822874),(1078,0,'74.6.24.126',4,1183825395),(1079,0,'74.6.22.38',10,1183843292),(1080,0,'66.249.65.177',2,1183848217),(1081,0,'72.232.83.82',15,1183872246),(1082,0,'74.6.29.42',17,1183915349),(1083,0,'74.6.21.144',7,1183931047),(1084,0,'74.6.27.24',15,1183934021),(1085,0,'74.6.26.219',20,1183949810),(1086,0,'66.249.65.177',18,1184056247),(1087,0,'66.249.65.177',15,1184059226),(1088,0,'66.249.65.177',2,1184140672),(1089,0,'66.249.65.177',7,1184141597),(1090,0,'66.249.65.177',20,1184142125),(1091,0,'66.249.65.177',17,1184142654),(1092,0,'63.125.4.210',2,1184174371),(1093,0,'65.55.209.205',20,1184186336),(1094,0,'74.6.68.122',4,1184298778),(1095,0,'74.6.73.52',7,1184311740),(1096,0,'63.241.61.51',2,1184331816),(1097,0,'63.241.61.51',7,1184331866),(1098,0,'66.249.65.177',18,1184354019),(1099,0,'66.249.65.177',4,1184357022),(1100,0,'206.160.137.66',2,1184369201),(1101,0,'206.160.137.66',2,1184369708),(1102,0,'74.6.20.140',21,1184394707),(1103,0,'74.6.28.216',7,1184394723),(1104,0,'74.6.23.198',13,1184394750),(1105,0,'74.6.22.234',9,1184394800),(1106,0,'74.6.26.169',6,1184396066),(1107,0,'74.6.25.26',5,1184400201),(1108,0,'74.6.27.45',18,1184416310),(1109,0,'74.6.20.154',2,1184427777),(1110,0,'74.6.24.126',4,1184430346),(1111,0,'74.6.22.38',10,1184448176),(1112,0,'74.6.29.19',12,1184453542),(1113,0,'66.249.65.177',2,1184458119),(1114,0,'66.249.65.177',17,1184460220),(1115,0,'74.6.29.42',17,1184520294),(1116,0,'74.6.27.24',15,1184538927),(1117,0,'74.6.26.219',20,1184554670),(1118,0,'65.214.45.100',2,1184591207),(1119,0,'65.55.209.212',17,1184649964),(1120,0,'65.55.209.206',7,1184653483),(1121,0,'13.13.16.1',2,1184689361),(1122,0,'13.13.16.1',2,1184689654),(1123,0,'66.249.65.177',18,1184699386),(1124,0,'66.249.65.177',4,1184702639),(1125,0,'66.249.65.177',15,1184703943),(1126,0,'66.249.65.177',10,1184715107),(1127,0,'65.55.209.206',2,1184788125),(1128,0,'204.11.50.7',4,1184803376),(1129,0,'66.249.65.177',2,1184806641),(1130,0,'66.249.65.177',7,1184808486),(1131,0,'66.249.65.177',20,1184809046),(1132,0,'65.55.209.205',20,1184813433),(1133,0,'66.249.65.177',17,1184813583),(1134,0,'66.249.65.177',18,1184813679),(1135,0,'66.249.65.177',4,1184813948),(1136,0,'66.249.65.177',10,1184814361),(1137,0,'66.249.65.177',15,1184815243),(1138,0,'65.55.209.207',18,1184815820),(1139,0,'65.55.209.206',4,1184833372),(1140,0,'65.55.209.206',4,1184843486),(1141,0,'58.77.108.59',2,1184924489),(1142,0,'82.154.116.92',2,1184966302),(1143,0,'74.6.20.140',21,1184999591),(1144,0,'74.6.23.198',13,1184999639),(1145,0,'74.6.25.26',5,1185007363),(1146,0,'74.6.27.45',18,1185021249),(1147,0,'74.6.74.181',2,1185033160),(1148,0,'74.6.26.169',6,1185033292),(1149,0,'66.249.65.177',18,1185044482),(1150,0,'65.54.188.142',9,1185045463),(1151,0,'65.54.188.142',21,1185045518),(1152,0,'65.54.188.142',5,1185045518),(1153,0,'65.54.188.142',6,1185045519),(1154,0,'65.54.188.141',12,1185045604),(1155,0,'65.54.188.140',13,1185045612),(1156,0,'65.54.188.140',10,1185045638),(1157,0,'74.6.24.126',4,1185046720),(1158,0,'65.54.188.141',2,1185051728),(1159,0,'65.54.188.141',18,1185051728),(1160,0,'74.6.22.234',9,1185062893),(1161,0,'74.6.20.154',2,1185071663),(1162,0,'74.6.22.38',10,1185075580),(1163,0,'74.6.28.216',7,1185077141),(1164,0,'74.6.29.42',17,1185125286),(1165,0,'66.249.65.177',2,1185134418),(1166,0,'66.249.65.177',7,1185136930),(1167,0,'66.249.65.177',17,1185138798),(1168,0,'74.6.27.24',15,1185143878),(1169,0,'72.30.177.157',12,1185151081),(1170,0,'74.6.26.219',20,1185159552),(1171,0,'74.6.29.19',12,1185196297),(1172,0,'65.55.209.204',13,1185244332),(1173,0,'65.55.209.204',10,1185245267),(1174,0,'65.55.209.214',5,1185296248),(1175,0,'65.55.209.212',12,1185361637),(1176,0,'65.55.209.204',15,1185373167),(1177,0,'66.249.65.177',18,1185375276),(1178,0,'66.249.65.177',15,1185379164),(1179,0,'66.249.65.177',4,1185379813),(1180,0,'65.55.209.213',9,1185425973),(1181,0,'65.55.209.214',6,1185435410),(1182,0,'74.6.74.181',2,1185449509),(1183,0,'66.249.65.177',7,1185465770),(1184,0,'66.249.65.177',2,1185469323),(1185,0,'128.255.248.193',7,1185469914),(1186,0,'66.249.65.177',20,1185470846),(1187,0,'66.249.65.177',17,1185471351),(1188,0,'66.249.65.177',10,1185483535),(1189,0,'65.55.209.212',17,1185520899),(1190,0,'65.55.209.206',7,1185527383),(1191,0,'74.6.74.181',2,1185543642),(1192,0,'65.55.209.206',2,1185667191),(1193,0,'65.55.209.205',20,1185692660),(1194,0,'66.249.65.177',18,1185699143),(1195,0,'66.249.65.177',15,1185703796),(1196,0,'66.249.65.177',4,1185704378),(1197,0,'65.55.209.213',21,1185711752),(1198,0,'66.249.65.177',10,1185725011),(1199,0,'65.55.209.206',4,1185733952),(1200,0,'65.55.209.206',4,1185744704),(1201,0,'66.249.65.177',2,1185783517),(1202,0,'66.249.65.177',17,1185784112),(1203,0,'66.249.65.177',7,1185786493),(1204,0,'74.6.71.87',10,1185858789),(1205,0,'212.0.112.170',7,1185976515),(1206,0,'74.6.73.52',7,1185998561),(1207,0,'66.249.65.177',18,1186010288),(1208,0,'66.249.65.177',4,1186013960),(1209,0,'65.55.209.207',18,1186042779),(1210,0,'64.38.35.162',2,1186061069),(1211,0,'65.55.209.204',15,1186094751),(1212,0,'66.249.65.177',2,1186102294),(1213,0,'66.249.65.177',20,1186106726),(1214,0,'65.55.209.213',17,1186142068),(1215,0,'65.55.209.206',7,1186148744),(1216,0,'64.124.85.80',10,1186214056),(1217,0,'65.55.213.29',18,1186251643),(1218,0,'65.55.213.29',2,1186251644),(1219,0,'65.55.213.29',10,1186252258),(1220,0,'65.55.213.29',5,1186252888),(1221,0,'65.55.213.29',6,1186252889),(1222,0,'65.55.213.29',9,1186252889),(1223,0,'65.55.213.29',13,1186252891),(1224,0,'65.55.213.29',12,1186253381),(1225,0,'65.55.213.29',21,1186253382),(1226,0,'65.54.188.140',13,1186263372),(1227,0,'65.54.188.140',10,1186263465),(1228,0,'65.55.213.29',15,1186263660),(1229,0,'65.55.213.29',7,1186263662),(1230,0,'65.55.213.29',17,1186263663),(1231,0,'65.55.213.29',20,1186263667),(1232,0,'65.55.213.29',4,1186263673),(1233,0,'65.54.188.142',9,1186265481),(1234,0,'65.54.188.142',6,1186265481),(1235,0,'65.54.188.142',5,1186265609),(1236,0,'65.54.188.141',12,1186266840),(1237,0,'64.124.85.80',9,1186289823),(1238,0,'65.55.209.205',20,1186309242),(1239,0,'65.55.209.214',21,1186331183),(1240,0,'65.55.209.206',4,1186360722),(1241,0,'66.249.65.177',18,1186361751),(1242,0,'66.249.65.177',4,1186364030),(1243,0,'66.249.65.177',15,1186364410),(1244,0,'66.249.65.177',2,1186485043),(1245,0,'66.249.65.177',7,1186486557),(1246,0,'66.249.65.177',17,1186486994),(1247,0,'74.6.71.117',9,1186555930),(1248,0,'65.55.209.204',15,1186658628),(1249,0,'65.55.209.206',4,1186716861),(1250,0,'66.249.65.177',18,1186733207),(1251,0,'66.249.65.177',4,1186734705),(1252,0,'66.249.65.177',2,1186814717),(1253,0,'66.249.65.177',20,1186817788),(1254,0,'66.249.65.177',17,1186819119),(1255,0,'65.54.188.140',15,1186830672),(1256,0,'65.54.188.140',20,1186830918),(1257,0,'65.54.188.141',7,1186832565),(1258,0,'65.54.188.141',4,1186832665),(1259,0,'65.54.188.141',17,1186833949),(1260,0,'65.54.188.142',5,1186834374),(1261,0,'65.54.188.140',13,1186836070),(1262,0,'74.6.22.234',9,1186875959),(1263,0,'65.55.209.206',2,1186888679),(1264,0,'65.55.209.204',15,1187012089),(1265,0,'74.6.25.26',5,1187028767),(1266,0,'62.56.131.235',18,1187098125),(1267,0,'74.6.71.117',9,1187134518),(1268,0,'74.6.28.216',7,1187172400),(1269,0,'74.6.22.234',9,1187188602),(1270,0,'66.249.65.177',18,1187195579),(1271,0,'66.249.65.177',4,1187197718),(1272,0,'66.249.65.177',15,1187198099),(1273,0,'65.55.209.206',2,1187220633),(1274,0,'65.55.165.42',2,1187220838),(1275,0,'65.55.209.204',15,1187238776),(1276,0,'66.249.65.177',7,1187281871),(1277,0,'66.249.65.177',2,1187288837),(1278,0,'66.249.65.177',17,1187289301),(1279,0,'65.55.209.207',18,1187349210),(1280,0,'74.6.71.117',9,1187381487),(1281,0,'65.55.209.206',2,1187409767),(1282,0,'65.55.209.206',4,1187418794),(1283,0,'65.55.209.204',15,1187423253),(1284,0,'65.55.209.212',17,1187434113),(1285,0,'65.55.209.206',7,1187442889),(1286,0,'65.54.188.142',9,1187471450),(1287,0,'65.54.188.140',10,1187474405),(1288,0,'65.54.188.141',12,1187475734),(1289,0,'65.54.188.142',21,1187478637),(1290,0,'65.54.188.140',13,1187479517),(1291,0,'65.54.188.142',6,1187479879),(1292,0,'65.54.188.142',5,1187479913),(1293,0,'65.54.188.141',2,1187483831),(1294,0,'65.54.188.141',18,1187485327),(1295,0,'65.55.209.205',20,1187528110),(1296,0,'74.6.22.234',9,1187530427),(1297,0,'65.55.209.206',2,1187592361),(1298,0,'65.55.209.206',4,1187602298),(1299,0,'65.55.209.204',15,1187608761),(1300,0,'66.249.65.177',18,1187626404),(1301,0,'65.55.209.206',7,1187628218),(1302,0,'66.249.65.177',4,1187628479),(1303,0,'65.55.209.212',17,1187639561),(1304,0,'65.55.209.212',17,1187641828),(1305,0,'74.6.27.45',18,1187645316),(1306,0,'66.249.65.177',20,1187684684),(1307,0,'65.55.209.205',20,1187709150),(1308,0,'65.55.209.213',21,1187721871),(1309,0,'65.55.209.206',2,1187779502),(1310,0,'65.55.209.206',4,1187783424),(1311,0,'65.55.209.204',15,1187792568),(1312,0,'65.55.209.206',7,1187815776),(1313,0,'65.55.209.212',17,1187828425),(1314,0,'65.55.209.205',20,1187892416),(1315,0,'65.55.209.213',21,1187905448),(1316,0,'66.249.65.177',15,1187933139),(1317,0,'74.6.22.234',9,1187957794),(1318,0,'65.55.209.206',2,1187963073),(1319,0,'65.55.209.206',4,1187963545),(1320,0,'65.55.209.204',15,1187973343),(1321,0,'65.55.209.214',6,1187973752),(1322,0,'65.55.209.204',13,1187983597),(1323,0,'65.55.209.205',10,1187990183),(1324,0,'65.55.209.206',7,1187999406),(1325,0,'65.55.209.214',5,1188000809),(1326,0,'65.55.209.212',17,1188012457),(1327,0,'66.249.65.177',7,1188043828),(1328,0,'66.249.65.177',2,1188048252),(1329,0,'66.249.65.177',17,1188050949),(1330,0,'74.6.24.126',4,1188053664),(1331,0,'65.55.209.213',9,1188056266),(1332,73,'125.34.39.33',17,1188058325),(1333,0,'12.202.121.138',18,1188071221),(1334,0,'65.55.209.205',20,1188074219),(1335,0,'65.55.209.212',12,1188084665),(1336,0,'65.55.209.213',21,1188085384),(1337,0,'65.55.209.206',2,1188147329),(1338,0,'65.55.209.206',4,1188148968),(1339,0,'65.55.209.204',15,1188156380),(1340,0,'65.55.209.206',7,1188186432),(1341,0,'65.55.209.212',17,1188196068),(1342,0,'65.55.209.205',20,1188256689),(1343,0,'65.55.209.213',21,1188268992),(1344,0,'74.6.22.234',9,1188282576),(1345,0,'66.249.65.177',18,1188318355),(1346,0,'66.249.65.177',4,1188321577),(1347,0,'65.55.209.206',2,1188327468),(1348,0,'65.55.209.206',4,1188330954),(1349,0,'65.55.209.204',15,1188335058),(1350,0,'65.55.209.206',7,1188367255),(1351,0,'65.55.209.212',17,1188384548),(1352,0,'66.249.65.177',20,1188398473),(1353,0,'65.55.209.205',20,1188443144),(1354,0,'65.55.209.205',20,1188452173),(1355,0,'65.55.209.213',21,1188459227),(1356,0,'65.55.209.204',15,1188522413),(1357,0,'65.55.209.206',2,1188527002),(1358,0,'65.55.209.206',7,1188557122),(1359,0,'74.6.23.198',13,1188566650),(1360,0,'65.55.209.207',18,1188574608),(1361,0,'65.55.209.212',17,1188575652),(1362,0,'74.6.26.169',6,1188596741),(1363,0,'74.6.27.24',15,1188613889),(1364,0,'65.55.209.205',20,1188632548),(1365,0,'65.55.209.213',21,1188642586),(1366,0,'74.6.29.42',17,1188662336),(1367,0,'66.249.65.38',18,1188668577),(1368,0,'66.249.65.38',15,1188669069),(1369,0,'66.249.65.38',4,1188670545),(1370,0,'74.6.29.19',12,1188670908),(1371,0,'74.6.22.234',9,1188674139),(1372,0,'72.232.234.138',4,1188680782),(1373,0,'65.54.188.140',13,1188697248),(1374,0,'65.54.188.140',10,1188697275),(1375,0,'65.54.188.141',12,1188700078),(1376,0,'65.54.188.142',9,1188700945),(1377,0,'65.54.188.142',5,1188700945),(1378,0,'65.54.188.142',6,1188700945),(1379,0,'74.6.26.219',20,1188706217),(1380,0,'65.55.209.206',4,1188713790),(1381,0,'66.249.65.38',2,1188744681),(1382,0,'66.249.65.38',7,1188746921),(1383,0,'66.249.65.38',17,1188748975),(1384,0,'65.55.209.213',21,1188830732),(1385,0,'65.55.209.206',2,1188851493),(1386,0,'59.60.154.186',4,1188852198),(1387,0,'59.60.154.186',4,1188855911),(1388,0,'220.247.204.171',10,1188879970),(1389,0,'220.247.204.171',10,1188880004),(1390,0,'66.249.65.38',18,1188970695),(1391,0,'66.249.65.38',4,1188972167),(1392,0,'65.55.209.213',21,1189012773),(1393,0,'65.55.209.206',2,1189029689),(1394,0,'66.249.65.38',2,1189047420),(1395,0,'66.249.65.38',17,1189049913),(1396,0,'66.249.65.38',20,1189053694),(1397,0,'74.6.22.234',9,1189085838),(1398,0,'65.55.209.213',21,1189197212),(1399,0,'65.55.209.214',6,1189198878),(1400,0,'65.55.209.206',2,1189209215),(1401,0,'65.55.209.214',5,1189223401),(1402,0,'65.54.188.140',20,1189256200),(1403,0,'65.54.188.140',15,1189256235),(1404,0,'65.54.188.140',13,1189261378),(1405,0,'65.54.188.141',4,1189262570),(1406,0,'65.54.188.141',7,1189262571),(1407,0,'65.54.188.141',17,1189262572),(1408,0,'66.249.65.38',18,1189270001),(1409,0,'66.249.65.38',15,1189271851),(1410,0,'65.54.188.142',5,1189272013),(1411,0,'65.55.209.213',9,1189277312),(1412,0,'65.55.209.212',12,1189307785),(1413,0,'66.249.65.38',2,1189341663),(1414,0,'66.249.65.38',7,1189343965),(1415,0,'66.249.65.38',20,1189344541),(1416,0,'66.249.65.38',17,1189345114),(1417,0,'65.55.209.213',21,1189376988),(1418,0,'65.55.209.206',2,1189389229),(1419,0,'74.6.20.140',21,1189490716),(1420,0,'72.37.244.86',2,1189494290),(1421,0,'74.6.20.154',2,1189518924),(1422,0,'66.249.66.166',18,1189545339),(1423,0,'66.249.66.166',15,1189549095),(1424,0,'66.249.66.166',4,1189550200),(1425,0,'65.55.209.213',21,1189558077),(1426,0,'65.55.209.206',2,1189570418),(1427,0,'66.249.65.208',2,1189619032),(1428,0,'66.249.65.208',7,1189620506),(1429,0,'66.249.65.208',20,1189621107),(1430,0,'66.249.65.208',17,1189621560),(1431,0,'65.55.209.204',15,1189739231),(1432,0,'65.55.209.213',21,1189740838),(1433,0,'65.55.209.206',2,1189753330),(1434,0,'65.55.209.206',7,1189789312),(1435,0,'65.55.209.207',18,1189792736),(1436,0,'65.55.209.212',17,1189795563),(1437,0,'64.29.209.218',2,1189842881),(1438,0,'65.55.209.205',20,1189850872),(1439,0,'66.249.65.208',18,1189889574),(1440,0,'66.249.65.208',4,1189890528),(1441,0,'66.249.65.208',15,1189895019),(1442,0,'65.54.188.142',9,1189903992),(1443,0,'65.54.188.142',21,1189903993),(1444,0,'65.54.188.140',10,1189904163),(1445,0,'65.54.188.142',6,1189912879),(1446,0,'65.54.188.141',12,1189913199),(1447,0,'65.54.188.142',5,1189915687),(1448,0,'65.54.188.140',13,1189916608),(1449,0,'65.54.188.141',2,1189917419),(1450,0,'65.54.188.141',18,1189917424),(1451,0,'65.55.209.213',21,1189923750),(1452,0,'65.55.209.204',15,1189923918),(1453,0,'65.55.209.206',2,1189937968),(1454,0,'65.55.209.206',4,1189938326),(1455,0,'74.6.25.26',5,1189953594),(1456,0,'65.55.209.206',7,1189971749),(1457,0,'66.249.65.208',2,1189972044),(1458,0,'66.249.65.208',7,1189972630),(1459,0,'66.249.65.208',17,1189973805),(1460,0,'66.249.65.208',20,1189974390),(1461,0,'65.55.209.212',17,1189978068),(1462,0,'65.55.209.205',20,1190037257),(1463,0,'65.55.209.204',15,1190107646),(1464,0,'65.55.209.213',21,1190107896),(1465,0,'65.55.209.206',2,1190120136),(1466,0,'65.55.209.206',4,1190120262),(1467,0,'65.55.209.212',17,1190157721),(1468,0,'65.55.209.206',7,1190158066),(1469,0,'12.202.121.119',10,1190159365),(1470,0,'68.217.71.22',2,1190172830),(1471,0,'68.217.71.22',2,1190172844),(1472,0,'66.249.65.208',18,1190204752),(1473,0,'66.249.65.208',4,1190206482),(1474,0,'66.249.65.208',15,1190207175),(1475,0,'78.0.23.134',2,1190225251),(1476,0,'65.55.209.213',21,1190289417),(1477,0,'72.44.35.157',7,1190289608),(1478,0,'72.44.35.157',10,1190289732),(1479,0,'66.249.66.175',2,1190290815),(1480,0,'66.249.66.175',17,1190293388),(1481,0,'66.249.66.175',20,1190293727),(1482,0,'66.249.66.175',7,1190294067),(1483,0,'65.55.209.206',2,1190300470),(1484,0,'65.55.209.206',4,1190300758),(1485,0,'72.44.35.157',9,1190303264),(1486,0,'72.44.35.157',13,1190303302),(1487,0,'72.44.35.157',21,1190303376),(1488,0,'72.44.35.157',5,1190303425),(1489,0,'72.44.35.157',6,1190303463),(1490,0,'72.44.35.157',12,1190303485),(1491,0,'72.44.35.157',2,1190303544),(1492,0,'72.44.35.157',18,1190303585),(1493,0,'72.44.35.157',17,1190303626),(1494,0,'72.44.35.157',15,1190303694),(1495,0,'72.44.35.157',20,1190303738),(1496,0,'72.44.35.157',4,1190303789),(1497,0,'208.80.140.110',7,1190328859),(1498,0,'208.80.140.110',10,1190335535),(1499,0,'74.6.27.45',18,1190339251),(1500,0,'65.55.209.212',17,1190339870),(1501,0,'65.55.209.206',7,1190340608),(1502,0,'74.6.27.45',18,1190342741),(1503,0,'142.177.185.119',2,1190425784),(1504,0,'65.55.209.204',13,1190430729),(1505,0,'65.55.209.204',10,1190430987),(1506,0,'65.55.209.206',2,1190488251),(1507,0,'65.55.209.206',4,1190488506),(1508,0,'65.55.209.212',17,1190523675),(1509,0,'66.249.66.175',18,1190531977),(1510,0,'66.249.66.175',15,1190535916),(1511,0,'66.249.66.175',4,1190536675),(1512,0,'208.80.140.110',5,1190574028),(1513,0,'208.80.140.110',9,1190574515),(1514,0,'208.80.140.110',12,1190575632),(1515,0,'208.80.140.110',21,1190576639),(1516,0,'208.80.140.110',6,1190577132),(1517,0,'208.80.140.110',13,1190577905),(1518,0,'208.80.140.110',2,1190578711),(1519,0,'208.80.140.110',18,1190579787),(1520,0,'208.80.140.110',17,1190580252),(1521,0,'208.80.140.110',4,1190581625),(1522,0,'208.80.140.110',20,1190582087),(1523,0,'208.80.140.110',15,1190582555),(1524,0,'66.249.66.175',2,1190606486),(1525,0,'66.249.66.175',17,1190610592),(1526,0,'66.249.66.175',7,1190611966),(1527,0,'66.249.66.175',20,1190613335),(1528,0,'65.55.209.206',2,1190670547),(1529,0,'65.55.209.206',4,1190671030),(1530,0,'65.55.209.212',17,1190702374),(1531,0,'74.6.23.198',13,1190728317),(1532,0,'74.6.24.126',4,1190749904),(1533,0,'65.55.213.30',5,1190755060),(1534,0,'65.55.213.30',13,1190755060),(1535,0,'65.55.213.30',10,1190755061),(1536,0,'65.55.213.30',6,1190755062),(1537,0,'65.55.213.30',9,1190755062),(1538,0,'72.232.83.10',15,1190767500),(1539,9,'12.206.232.108',12,1190785793),(1540,0,'217.174.98.198',2,1190801069),(1541,0,'84.16.252.163',17,1190804015),(1542,0,'84.16.252.163',17,1190805858),(1543,0,'84.16.252.163',15,1190816007),(1544,0,'74.6.28.216',7,1190818815),(1545,0,'84.16.252.163',2,1190823497),(1546,0,'84.16.252.163',15,1190826390),(1547,0,'66.249.66.175',4,1190827844),(1548,0,'66.249.66.175',18,1190828430),(1549,0,'84.16.252.163',17,1190828689),(1550,0,'66.249.66.175',15,1190828694),(1551,0,'74.6.20.140',21,1190831811),(1552,0,'74.6.20.154',2,1190845615),(1553,0,'65.55.209.206',2,1190857468),(1554,0,'65.55.209.206',4,1190857864),(1555,0,'65.55.209.212',17,1190883826),(1556,0,'66.249.66.175',2,1190906628),(1557,0,'66.249.66.175',20,1190908975),(1558,0,'66.249.66.175',7,1190909561),(1559,0,'66.249.66.175',17,1190910089),(1560,0,'74.6.22.38',10,1190968162),(1561,0,'66.249.66.175',18,1191132435),(1562,0,'66.249.66.175',4,1191132442),(1563,0,'65.54.188.141',10,1191136748),(1564,0,'65.54.188.142',12,1191140423),(1565,0,'65.54.188.140',13,1191142124),(1566,0,'65.54.188.143',9,1191143021),(1567,0,'65.54.188.143',6,1191143026),(1568,0,'65.54.188.143',5,1191143126),(1569,0,'66.249.66.175',15,1191163085),(1570,0,'66.249.66.175',2,1191210888),(1571,0,'66.249.66.175',20,1191212010),(1572,0,'66.249.66.175',17,1191212871),(1573,0,'66.249.66.175',7,1191213158),(1574,0,'74.6.27.24',15,1191242079),(1575,0,'74.6.29.19',12,1191326599),(1576,0,'74.6.26.219',20,1191375223),(1577,0,'74.6.28.216',7,1191423744),(1578,0,'66.249.66.175',18,1191425742),(1579,0,'66.249.66.175',4,1191427910),(1580,0,'66.249.66.175',15,1191428633),(1581,0,'74.6.26.169',6,1191490254),(1582,0,'74.6.20.140',21,1191503493),(1583,0,'66.249.66.175',2,1191504404),(1584,0,'66.249.66.175',20,1191505823),(1585,0,'66.249.66.175',17,1191506107),(1586,0,'66.249.66.175',7,1191506390),(1587,0,'12.214.79.232',2,1191557175),(1588,0,'65.55.209.205',20,1191630600),(1589,0,'88.232.215.207',2,1191677282),(1590,0,'65.54.188.141',20,1191688349),(1591,0,'65.54.188.140',15,1191688710),(1592,0,'65.54.188.142',17,1191689363),(1593,0,'65.54.188.141',4,1191690930),(1594,0,'65.54.188.141',7,1191690936),(1595,0,'65.54.188.140',13,1191694643),(1596,0,'65.55.209.204',15,1191694804),(1597,0,'65.54.188.143',5,1191701430),(1598,0,'66.249.66.175',18,1191728915),(1599,0,'66.249.66.175',4,1191731387),(1600,0,'66.249.66.175',15,1191733036),(1601,0,'12.207.36.34',2,1191737938),(1602,0,'74.6.20.154',2,1191783640),(1603,0,'66.249.66.175',2,1191805577),(1604,0,'66.249.66.175',7,1191806047),(1605,0,'66.249.66.175',20,1191807454),(1606,0,'66.249.66.175',17,1191808863),(1607,0,'65.55.209.205',20,1191813580),(1608,0,'65.55.209.204',10,1191822751),(1609,0,'65.55.209.204',13,1191822757),(1610,0,'74.6.22.234',9,1191840198),(1611,0,'207.23.252.129',18,1191846867),(1612,0,'207.23.252.129',20,1191846872),(1613,0,'207.23.252.129',7,1191846884),(1614,0,'207.23.252.129',4,1191846893),(1615,0,'207.23.252.129',15,1191846898),(1616,0,'207.23.252.129',17,1191846904),(1617,0,'207.23.252.129',2,1191846911),(1618,0,'207.23.252.129',6,1191846915),(1619,0,'207.23.252.129',13,1191846923),(1620,0,'207.23.252.129',12,1191846925),(1621,0,'207.23.252.129',9,1191846927),(1622,0,'207.23.252.129',21,1191846930),(1623,0,'207.23.252.129',10,1191846937),(1624,0,'207.23.252.129',5,1191846939),(1625,0,'220.225.32.145',18,1191865973),(1626,0,'65.55.209.204',15,1191875463),(1627,0,'65.55.209.213',21,1191884996),(1628,0,'74.6.25.26',5,1191903020),(1629,0,'59.160.142.21',2,1191910279),(1630,0,'65.55.209.205',20,1191995206),(1631,0,'65.55.209.206',7,1192004521),(1632,0,'66.249.66.175',18,1192024284),(1633,0,'66.249.66.175',4,1192025006),(1634,0,'66.249.66.175',15,1192027263),(1635,0,'65.55.209.204',15,1192057059),(1636,0,'65.55.209.213',21,1192064630),(1637,0,'74.6.20.140',21,1192119733),(1638,0,'66.249.66.175',17,1192119891),(1639,0,'66.249.66.175',20,1192120208),(1640,0,'66.249.66.175',7,1192121787),(1641,0,'199.212.150.17',2,1192137632),(1642,0,'65.55.209.205',20,1192178770),(1643,0,'65.55.209.206',7,1192186171),(1644,0,'74.6.29.42',17,1192200944),(1645,0,'128.255.107.140',7,1192205959),(1646,0,'65.55.209.204',15,1192233680),(1647,0,'65.55.209.214',6,1192236901),(1648,0,'65.55.209.213',21,1192246859),(1649,0,'65.55.209.214',5,1192255588),(1650,0,'65.55.209.213',9,1192308112),(1651,0,'65.55.209.212',12,1192340693),(1652,0,'66.249.66.175',18,1192356248),(1653,0,'66.249.66.175',15,1192357680),(1654,0,'66.249.66.175',4,1192357998),(1655,0,'65.55.209.205',20,1192358858),(1656,0,'65.55.209.206',7,1192366925),(1657,0,'65.55.209.204',15,1192412232),(1658,0,'66.249.66.175',17,1192426122),(1659,0,'65.55.209.213',21,1192426934),(1660,0,'66.249.66.175',7,1192427682),(1661,0,'66.249.66.175',20,1192429765),(1662,0,'128.255.140.250',20,1192462996),(1663,0,'141.149.165.99',13,1192474510),(1664,0,'65.55.209.207',18,1192505068),(1665,0,'74.6.20.154',2,1192523638),(1666,0,'65.55.209.206',2,1192529690),(1667,0,'65.55.209.206',4,1192529930),(1668,0,'65.55.209.205',20,1192542548),(1669,0,'65.55.209.206',7,1192546113),(1670,0,'65.55.209.212',17,1192548429),(1671,0,'200.147.27.220',18,1192853255),(1672,0,'66.249.66.175',4,1192926575),(1673,0,'66.249.66.175',18,1192926680),(1674,0,'66.249.66.175',15,1192926732),(1675,0,'66.249.66.175',20,1192933375),(1676,0,'66.249.66.175',17,1193007421),(1677,0,'66.249.66.175',7,1193008277),(1678,0,'66.249.66.175',2,1193008831),(1679,0,'74.6.23.198',13,1193013356),(1680,0,'66.249.66.175',18,1193022854),(1681,0,'66.249.66.175',4,1193024306),(1682,0,'66.249.66.175',15,1193025399),(1683,0,'62.172.109.147',2,1193044823),(1684,0,'74.6.24.126',4,1193084693),(1685,0,'66.249.66.175',2,1193127910),(1686,0,'74.6.27.45',18,1193142586),(1687,0,'66.249.66.175',7,1193144399),(1688,0,'66.249.66.175',17,1193145271),(1689,0,'66.249.66.175',20,1193145857),(1690,0,'74.6.29.19',12,1193252743),(1691,0,'74.6.20.154',2,1193264630),(1692,0,'196.40.94.152',2,1193273881),(1693,0,'65.55.209.204',13,1193301320),(1694,0,'65.55.209.204',10,1193301441),(1695,0,'65.214.45.126',2,1193440301),(1696,0,'66.249.66.175',20,1193558158),(1697,0,'66.249.66.175',17,1193558423),(1698,0,'66.249.66.175',7,1193558689),(1699,0,'74.6.26.169',6,1193632359),(1700,0,'65.55.209.214',6,1193715165),(1701,0,'65.55.209.214',5,1193731315),(1702,0,'66.249.66.175',10,1193734590),(1703,0,'65.55.213.31',15,1193755145),(1704,0,'65.55.213.31',2,1193766647),(1705,0,'65.55.213.31',18,1193766648),(1706,0,'65.55.213.31',20,1193766648),(1707,0,'65.55.213.31',4,1193766649),(1708,0,'65.55.213.31',17,1193766650),(1709,0,'65.55.213.31',7,1193766651),(1710,0,'65.55.213.31',12,1193766652),(1711,0,'65.55.213.31',21,1193766942),(1712,0,'41.210.13.76',21,1193768201),(1713,0,'65.55.209.213',9,1193790867),(1714,0,'66.249.66.175',18,1193798309),(1715,0,'66.249.66.175',15,1193799243),(1716,0,'66.249.66.175',4,1193808752),(1717,0,'65.55.209.212',12,1193821249),(1718,0,'74.6.25.26',5,1193862995),(1719,0,'66.249.66.175',7,1193873805),(1720,0,'66.249.66.175',20,1193873990),(1721,0,'66.249.66.175',17,1193874175),(1722,0,'74.6.27.24',15,1193938005),(1723,0,'65.55.209.207',18,1193982108),(1724,0,'206.160.137.66',4,1194035810),(1725,0,'74.6.28.216',7,1194075861),(1726,0,'65.55.209.204',15,1194087327),(1727,0,'66.249.66.175',15,1194140639),(1728,0,'65.55.209.206',2,1194193842),(1729,0,'65.55.209.206',4,1194194073),(1730,0,'65.55.209.205',20,1194200478),(1731,0,'65.55.209.206',7,1194209623),(1732,0,'65.55.209.212',17,1194212645),(1733,0,'66.249.66.175',7,1194235575),(1734,0,'66.249.66.175',17,1194238391),(1735,0,'65.55.209.204',15,1194269650),(1736,0,'65.55.209.206',2,1194373048),(1737,0,'65.55.209.206',4,1194378514),(1738,0,'65.55.209.205',20,1194381599),(1739,0,'88.117.99.142',10,1194382625),(1740,0,'88.117.99.142',12,1194382626),(1741,0,'88.117.99.142',13,1194382626),(1742,0,'88.117.99.142',15,1194382627),(1743,0,'88.117.99.142',17,1194382627),(1744,0,'88.117.99.142',18,1194382628),(1745,0,'88.117.99.142',2,1194382628),(1746,0,'88.117.99.142',20,1194382629),(1747,0,'88.117.99.142',21,1194382629),(1748,0,'88.117.99.142',4,1194382630),(1749,0,'88.117.99.142',5,1194382630),(1750,0,'88.117.99.142',6,1194382631),(1751,0,'88.117.99.142',7,1194382631),(1752,0,'88.117.99.142',9,1194382633),(1753,0,'65.55.209.206',7,1194388835),(1754,0,'65.55.209.212',17,1194396214),(1755,9,'12.206.104.204',12,1194402433),(1756,0,'74.6.20.140',21,1194430121),(1757,0,'65.55.209.204',15,1194455750),(1758,0,'66.249.66.175',15,1194488232),(1759,0,'66.249.66.175',21,1194496644),(1760,0,'66.249.66.175',13,1194504765),(1761,0,'66.249.66.175',12,1194513096),(1762,0,'66.249.66.175',9,1194534037),(1763,0,'65.55.209.206',2,1194554435),(1764,0,'66.249.66.175',4,1194556718),(1765,0,'66.249.66.175',17,1194558022),(1766,0,'66.249.66.175',18,1194558740),(1767,0,'66.249.66.175',7,1194559264),(1768,0,'65.55.209.206',4,1194559692),(1769,0,'66.249.66.175',20,1194560713),(1770,0,'66.249.66.175',2,1194564051),(1771,0,'65.55.209.205',20,1194564104),(1772,0,'65.55.209.206',7,1194569347),(1773,0,'65.55.209.212',17,1194576565),(1774,0,'74.6.22.234',9,1194652101),(1775,0,'87.118.98.57',18,1194697026),(1776,0,'87.118.98.57',2,1194697114),(1777,0,'87.118.98.57',15,1194697126),(1778,0,'87.118.98.57',20,1194697134),(1779,0,'87.118.98.57',4,1194697136),(1780,0,'65.55.209.206',2,1194746556),(1781,0,'65.55.209.206',7,1194753763),(1782,0,'65.55.209.206',4,1194753763),(1783,0,'65.55.209.212',17,1194757967),(1784,0,'74.6.22.38',10,1194794994),(1785,0,'66.249.66.175',10,1194895176),(1786,0,'65.55.209.204',13,1194912485),(1787,0,'65.55.209.204',10,1194918023),(1788,0,'65.55.209.206',2,1194928540),(1789,0,'65.55.209.206',7,1194939538),(1790,0,'65.55.209.206',4,1194939539),(1791,0,'65.55.209.212',17,1194940387),(1792,0,'74.6.27.45',18,1194962709),(1793,0,'74.6.26.219',20,1194980641),(1794,0,'66.249.66.175',17,1195030050),(1795,0,'72.20.99.41',2,1195101252),(1796,0,'72.20.99.41',18,1195101384),(1797,0,'72.20.99.41',13,1195101537),(1798,0,'72.20.99.41',10,1195101596),(1799,0,'72.20.99.41',21,1195101669),(1800,0,'72.20.99.41',9,1195101948),(1801,0,'72.20.99.41',6,1195102113),(1802,0,'72.20.99.41',12,1195102207),(1803,0,'72.20.99.41',5,1195102239),(1804,0,'72.20.99.41',15,1195102324),(1805,0,'72.20.99.41',7,1195102463),(1806,0,'72.20.99.41',17,1195102618),(1807,0,'72.20.99.41',4,1195102697),(1808,0,'72.20.99.41',20,1195102782),(1809,0,'203.162.246.121',18,1195108600),(1810,0,'65.55.209.206',2,1195112311),(1811,0,'65.55.209.212',17,1195118207),(1812,0,'65.55.209.206',7,1195123164),(1813,0,'65.55.209.206',4,1195123164),(1814,0,'65.55.209.214',6,1195193761),(1815,0,'65.55.209.214',5,1195209093),(1816,0,'206.160.137.66',21,1195247972),(1817,0,'65.55.209.213',9,1195269608),(1818,0,'65.55.209.206',2,1195294580),(1819,0,'65.55.209.212',12,1195295334),(1820,0,'65.55.209.212',17,1195300340),(1821,0,'87.118.118.111',18,1195303193),(1822,0,'87.118.118.111',2,1195303244),(1823,0,'87.118.118.111',15,1195303247),(1824,0,'87.118.118.111',20,1195303256),(1825,0,'87.118.118.111',4,1195303259),(1826,0,'65.55.209.206',7,1195305491),(1827,0,'65.55.209.206',4,1195305491),(1828,0,'74.6.20.154',2,1195441630),(1829,0,'74.6.29.42',17,1195457102),(1830,0,'65.55.209.207',18,1195459654),(1831,0,'65.55.209.206',2,1195478895),(1832,0,'65.55.209.206',7,1195489412),(1833,0,'65.55.209.206',4,1195489412),(1834,0,'65.55.209.213',21,1195564511),(1835,0,'59.178.123.127',10,1195628327),(1836,0,'65.55.209.206',2,1195660747),(1837,0,'65.55.209.206',7,1195671576),(1838,0,'65.55.209.206',4,1195671576),(1839,0,'74.6.25.26',5,1195843167),(1840,0,'65.55.209.206',2,1195844411),(1841,0,'65.55.209.206',7,1195855605),(1842,0,'65.55.209.206',4,1195855606),(1843,0,'74.6.23.198',13,1195897303),(1844,0,'74.6.7.72',12,1195922526),(1845,0,'66.249.66.136',17,1195997260),(1846,0,'65.55.209.206',2,1196024568),(1847,0,'65.55.209.206',7,1196035520),(1848,0,'65.55.209.206',4,1196035521),(1849,0,'65.55.209.204',15,1196165822),(1850,0,'65.55.209.206',2,1196211808),(1851,0,'65.55.209.206',7,1196217379),(1852,0,'65.55.209.206',4,1196217379),(1853,0,'207.23.252.129',10,1196233437),(1854,0,'207.23.252.129',15,1196233443),(1855,0,'207.23.252.129',2,1196233463),(1856,0,'207.23.252.129',4,1196233476),(1857,0,'207.23.252.129',7,1196233483),(1858,0,'65.55.209.205',20,1196250325),(1859,0,'128.255.44.127',10,1196302456),(1860,0,'128.255.44.127',21,1196302524),(1861,0,'74.6.29.47',6,1196343155),(1862,0,'65.55.209.204',15,1196345307),(1863,0,'65.55.209.206',2,1196388976),(1864,0,'65.55.209.204',13,1196393104),(1865,0,'65.55.209.204',10,1196399106),(1866,0,'65.55.209.206',7,1196399900),(1867,0,'65.55.209.206',4,1196400203),(1868,0,'65.55.209.205',20,1196431248),(1869,0,'65.55.209.204',15,1196530917),(1870,0,'66.249.66.136',20,1196569148),(1871,0,'65.55.209.206',2,1196569866),(1872,0,'65.55.209.206',7,1196581132),(1873,0,'65.55.209.206',4,1196581133),(1874,0,'66.249.66.136',2,1196602817),(1875,0,'66.249.66.136',15,1196604682),(1876,0,'65.55.209.205',20,1196615901),(1877,0,'66.249.66.136',4,1196638283),(1878,0,'65.55.209.214',6,1196668847),(1879,0,'65.55.209.215',5,1196695234),(1880,0,'74.6.28.216',7,1196715380),(1881,0,'74.6.27.27',10,1196721416),(1882,0,'65.55.209.204',15,1196725902),(1883,0,'207.23.252.129',10,1196743932),(1884,0,'207.23.252.129',12,1196743937),(1885,0,'207.23.252.129',13,1196743940),(1886,0,'207.23.252.129',15,1196743945),(1887,0,'207.23.252.129',17,1196743951),(1888,0,'207.23.252.129',18,1196743976),(1889,0,'207.23.252.129',2,1196743980),(1890,0,'207.23.252.129',20,1196743984),(1891,0,'207.23.252.129',21,1196743987),(1892,0,'207.23.252.129',4,1196743992),(1893,0,'207.23.252.129',5,1196743996),(1894,0,'207.23.252.129',6,1196744000),(1895,0,'207.23.252.129',7,1196744003),(1896,0,'207.23.252.129',9,1196744008),(1897,0,'65.55.209.206',2,1196752371),(1898,0,'65.55.209.206',7,1196763269),(1899,0,'65.55.209.206',4,1196763537),(1900,0,'66.249.66.136',10,1196766795),(1901,0,'65.55.209.214',9,1196784982),(1902,0,'65.55.209.213',12,1196792351),(1903,0,'65.55.209.205',20,1196807144),(1904,0,'66.249.66.136',18,1196822341),(1905,0,'74.6.27.24',15,1196891528),(1906,0,'65.55.209.204',15,1196938904),(1907,0,'65.55.209.206',2,1196952766),(1908,0,'65.55.209.206',7,1196953656),(1909,0,'65.55.209.206',4,1196953656),(1910,0,'65.55.209.213',17,1196979298),(1911,0,'65.55.209.207',18,1196991242),(1912,0,'65.55.209.205',20,1197006824),(1913,0,'66.249.66.136',7,1197044813),(1914,0,'65.55.209.214',21,1197045891),(1915,0,'66.249.66.136',17,1197061815),(1916,0,'65.55.209.204',15,1197124266),(1917,0,'65.55.209.206',2,1197137495),(1918,0,'65.55.209.206',7,1197138255),(1919,0,'65.55.209.206',4,1197138256),(1920,0,'74.6.20.140',21,1197140800),(1921,0,'74.6.24.165',12,1197154833),(1922,0,'65.55.209.212',17,1197161026),(1923,0,'65.55.209.205',20,1197190624),(1924,0,'66.249.66.136',20,1197252683),(1925,0,'65.55.209.204',15,1197308467),(1926,0,'65.55.209.206',2,1197322263),(1927,0,'65.55.209.206',7,1197323033),(1928,0,'65.55.209.206',4,1197323034),(1929,0,'66.249.66.136',4,1197326221),(1930,0,'66.249.66.136',15,1197326857),(1931,0,'66.249.66.136',2,1197328132),(1932,0,'65.55.209.212',17,1197344029),(1933,0,'65.55.209.205',20,1197368466),(1934,0,'65.55.213.29',20,1197480044),(1935,0,'65.55.213.29',15,1197480044),(1936,0,'65.55.213.29',17,1197480044),(1937,0,'65.55.213.29',4,1197480045),(1938,0,'65.55.213.29',7,1197480045),(1939,0,'65.55.213.29',2,1197486297),(1940,0,'65.55.213.29',18,1197486960),(1941,0,'65.55.213.29',12,1197488120),(1942,0,'65.55.213.29',21,1197489249),(1943,0,'65.55.209.204',15,1197493176),(1944,0,'65.55.209.206',2,1197506291),(1945,0,'65.55.209.206',7,1197507053),(1946,0,'65.55.209.206',4,1197507053),(1947,9,'12.206.104.204',15,1197520206),(1948,9,'12.206.104.204',15,1197520216),(1949,0,'65.55.209.212',17,1197524620),(1950,0,'65.55.209.205',20,1197550826),(1951,0,'65.55.209.204',15,1197681594),(1952,0,'65.55.209.206',2,1197690666),(1953,0,'65.55.209.206',7,1197691241),(1954,0,'65.55.209.206',4,1197691333),(1955,0,'65.55.209.212',17,1197709565),(1956,0,'66.249.66.136',18,1197710966),(1957,0,'65.55.209.205',20,1197733937),(1958,0,'74.6.27.45',18,1197799000),(1959,0,'65.55.209.204',15,1197871723),(1960,0,'65.55.209.204',13,1197871929),(1961,0,'65.55.209.206',2,1197873985),(1962,0,'65.55.209.206',7,1197876717),(1963,0,'65.55.209.206',4,1197876718),(1964,0,'65.55.209.204',10,1197881736),(1965,0,'74.6.22.234',9,1197882693),(1966,0,'65.55.209.212',17,1197892790),(1967,0,'66.249.66.136',17,1197905790),(1968,0,'66.249.66.136',7,1197906431),(1969,0,'65.55.209.205',20,1197916136),(1970,0,'65.214.45.126',2,1197949930),(1971,0,'65.55.209.204',15,1198053155),(1972,0,'65.55.209.206',2,1198059209),(1973,0,'65.55.209.206',7,1198061430),(1974,0,'65.55.209.206',4,1198061431),(1975,0,'65.55.209.212',17,1198074845),(1976,0,'72.30.179.217',20,1198081325),(1977,0,'65.55.209.205',20,1198096220),(1978,0,'66.249.66.136',20,1198096788),(1979,0,'74.6.20.154',2,1198103382),(1980,0,'65.55.209.214',6,1198147754),(1981,0,'65.55.209.214',5,1198180861),(1982,0,'66.249.66.136',20,1198215796),(1983,0,'65.55.209.204',15,1198241101),(1984,0,'65.55.209.206',2,1198243144),(1985,0,'65.55.209.206',7,1198250461),(1986,0,'65.55.209.206',4,1198250462),(1987,0,'65.55.209.212',17,1198259150),(1988,0,'74.6.29.42',17,1198259980),(1989,0,'38.99.44.101',9,1198261314),(1990,0,'66.249.66.136',2,1198272743),(1991,0,'66.249.66.136',4,1198272936),(1992,0,'66.249.66.136',15,1198273510),(1993,0,'65.55.209.212',12,1198273943),(1994,0,'65.55.209.213',9,1198274372),(1995,0,'65.55.209.205',20,1198278567),(1996,0,'38.99.44.101',12,1198344748),(1997,0,'38.99.44.101',10,1198410148),(1998,0,'65.55.209.204',15,1198425047),(1999,0,'65.55.209.206',2,1198426133),(2000,0,'65.55.209.206',7,1198429546),(2001,0,'65.55.209.206',4,1198429547),(2002,0,'65.55.209.212',17,1198440218),(2003,0,'66.249.66.161',18,1198458923),(2004,0,'65.55.209.207',18,1198474350),(2005,0,'65.55.209.205',20,1198477678),(2006,0,'38.99.44.101',21,1198506474),(2007,0,'74.6.25.26',5,1198515169),(2008,0,'65.55.209.213',21,1198526519),(2009,0,'65.55.209.206',2,1198609065),(2010,0,'65.55.209.204',15,1198611947),(2011,0,'65.55.209.206',7,1198614374),(2012,0,'65.55.209.206',4,1198614375),(2013,0,'66.249.66.237',17,1198619021),(2014,0,'66.249.66.237',7,1198620191),(2015,0,'65.55.209.212',17,1198622975),(2016,0,'65.55.209.205',20,1198661277),(2017,0,'66.249.66.237',20,1198757291),(2018,0,'74.6.23.198',13,1198759378),(2019,0,'74.86.14.10',10,1198782875),(2020,0,'74.86.14.10',7,1198782885),(2021,0,'65.55.209.206',2,1198790267),(2022,0,'65.55.209.206',7,1198796601),(2023,0,'65.55.209.206',4,1198796601),(2024,0,'65.55.209.204',15,1198797265),(2025,0,'65.55.209.212',17,1198806676),(2026,0,'66.249.66.237',2,1198829799),(2027,0,'66.249.66.237',15,1198831569),(2028,0,'66.249.66.237',4,1198832012),(2029,0,'65.55.209.205',20,1198839714),(2030,0,'74.6.20.145',15,1198869509),(2031,0,'72.30.179.217',20,1198934458),(2032,0,'65.55.209.206',2,1198972149),(2033,0,'65.55.209.206',7,1198977445),(2034,0,'65.55.209.206',4,1198977446),(2035,0,'65.55.209.204',15,1198978284),(2036,0,'74.6.27.15',6,1198982368),(2037,0,'65.55.209.212',17,1198986124),(2038,0,'72.30.179.198',18,1199003590),(2039,0,'74.6.24.126',4,1199009285),(2040,0,'65.55.209.205',20,1199021553),(2041,0,'66.249.66.237',18,1199044418),(2042,0,'65.214.45.100',2,1199066348),(2043,0,'65.55.209.206',2,1199153878),(2044,0,'65.55.209.204',15,1199158663),(2045,0,'65.55.209.206',7,1199161854),(2046,0,'65.55.209.206',4,1199161855),(2047,0,'65.55.209.212',17,1199167052),(2048,0,'65.55.209.205',20,1199201417),(2049,0,'66.249.66.237',17,1199204915),(2050,0,'66.249.66.237',7,1199205330),(2051,0,'65.55.209.206',2,1199334076),(2052,0,'65.55.209.204',15,1199339680),(2053,0,'66.249.66.237',20,1199340182),(2054,0,'65.55.209.206',7,1199343259),(2055,0,'65.55.209.206',4,1199343259),(2056,0,'65.55.209.212',17,1199343907),(2057,0,'74.6.28.216',7,1199348416),(2058,0,'65.55.209.204',13,1199349950),(2059,0,'65.55.209.204',10,1199361150),(2060,0,'65.55.209.205',20,1199381487),(2061,0,'66.249.66.237',4,1199412508),(2062,0,'66.249.66.237',15,1199413449),(2063,0,'66.249.66.237',2,1199414462),(2064,0,'74.6.27.27',10,1199447322),(2065,0,'38.99.44.101',9,1199473586),(2066,0,'38.99.44.101',12,1199505477),(2067,0,'65.55.209.204',15,1199518546),(2068,0,'65.55.209.206',2,1199520834),(2069,0,'65.55.209.206',7,1199525113),(2070,0,'65.55.209.206',4,1199525114),(2071,0,'65.55.209.212',17,1199526580),(2072,0,'38.99.44.101',13,1199532935),(2073,0,'38.99.44.101',10,1199552126),(2074,0,'65.55.209.205',20,1199562145),(2075,0,'66.249.66.237',18,1199606018),(2076,0,'38.99.44.101',21,1199608396),(2077,0,'65.55.209.214',6,1199630512),(2078,0,'65.55.209.214',5,1199662647),(2079,0,'65.55.209.204',15,1199698853),(2080,0,'65.55.209.206',2,1199700866),(2081,0,'65.55.209.212',17,1199704279),(2082,0,'65.55.209.206',7,1199710492),(2083,0,'65.55.209.206',4,1199710492),(2084,0,'66.249.66.237',7,1199736370),(2085,0,'66.249.66.237',17,1199736862),(2086,0,'38.99.44.101',5,1199740192),(2087,0,'74.6.24.165',12,1199747029),(2088,0,'65.55.209.213',9,1199748816),(2089,0,'65.55.209.212',12,1199748962),(2090,0,'65.55.209.205',20,1199748962),(2091,0,'38.99.44.101',18,1199833153),(2092,0,'66.249.66.237',20,1199849065),(2093,0,'65.55.209.204',15,1199880783),(2094,0,'38.99.44.101',7,1199883501),(2095,0,'65.55.209.206',2,1199884536),(2096,0,'65.55.209.212',17,1199886282),(2097,0,'65.55.209.206',7,1199890123),(2098,0,'65.55.209.206',4,1199890123),(2099,0,'68.214.80.198',13,1199896677),(2100,0,'66.249.66.237',2,1199909093),(2101,0,'66.249.66.237',15,1199910325),(2102,0,'66.249.66.237',4,1199911556),(2103,0,'65.55.209.205',20,1199927874),(2104,0,'65.55.209.207',18,1199954759),(2105,0,'74.6.20.140',21,1199989860),(2106,0,'65.55.209.213',21,1200001475),(2107,0,'65.55.209.204',15,1200064472),(2108,0,'65.55.209.206',2,1200066013),(2109,0,'65.55.209.206',7,1200072420),(2110,0,'65.55.209.206',4,1200072420),(2111,0,'65.55.209.212',17,1200073881),(2112,0,'66.249.66.237',18,1200092280),(2113,0,'65.55.209.205',20,1200110140),(2114,0,'66.249.66.237',7,1200211937),(2115,0,'66.249.66.237',17,1200213781),(2116,0,'65.55.209.206',2,1200246848),(2117,0,'65.55.209.204',15,1200246984),(2118,0,'65.55.209.212',17,1200251831),(2119,0,'65.55.209.206',7,1200252031),(2120,0,'65.55.209.206',4,1200252032),(2121,0,'65.55.209.205',20,1200293479),(2122,0,'66.249.66.237',20,1200328534),(2123,0,'66.249.70.130',4,1200382245),(2124,0,'66.249.70.130',2,1200382618),(2125,0,'66.249.70.130',15,1200388145),(2126,0,'138.23.2.34',4,1200515353),(2127,0,'138.23.2.34',7,1200515449),(2128,0,'138.23.2.34',15,1200515464),(2129,0,'138.23.2.34',17,1200515491),(2130,0,'138.23.2.34',18,1200515521),(2131,0,'72.30.179.217',20,1200524230),(2132,0,'66.249.70.130',18,1200560889),(2133,0,'65.55.209.206',2,1200564121),(2134,0,'65.55.209.206',7,1200569468),(2135,0,'65.55.209.206',4,1200569469),(2136,0,'65.55.209.205',20,1200578921),(2137,0,'65.55.209.212',17,1200655949),(2138,0,'65.55.209.204',15,1200661500),(2139,0,'66.249.70.130',17,1200677053),(2140,0,'66.249.70.130',7,1200678356),(2141,0,'74.6.20.145',15,1200690552),(2142,0,'74.6.20.154',2,1200733140),(2143,0,'74.6.22.234',9,1200744760),(2144,0,'74.6.27.27',10,1200771167),(2145,0,'72.30.179.198',18,1200777969),(2146,0,'65.55.209.206',2,1200781977),(2147,0,'65.55.209.206',7,1200782574),(2148,0,'65.55.209.206',4,1200782955),(2149,0,'61.228.130.210',10,1200790761),(2150,0,'65.55.209.205',20,1200797034),(2151,0,'66.249.70.130',20,1200801513),(2152,0,'74.6.24.126',4,1200805663),(2153,0,'208.80.140.110',10,1200829591),(2154,0,'208.80.140.110',7,1200830561),(2155,0,'74.6.20.140',21,1200835444),(2156,0,'74.6.23.198',13,1200854916),(2157,0,'66.249.70.130',2,1200862135),(2158,0,'66.249.70.130',4,1200863062),(2159,0,'66.249.70.130',15,1200864915),(2160,0,'208.80.140.110',21,1200877155),(2161,0,'208.80.140.110',9,1200877547),(2162,0,'65.55.209.212',17,1200877889),(2163,0,'208.80.140.110',5,1200877950),(2164,0,'208.80.140.110',13,1200878107),(2165,0,'208.80.140.110',6,1200878281),(2166,0,'208.80.140.110',12,1200878517),(2167,0,'208.80.140.110',15,1200878732),(2168,0,'208.80.140.110',17,1200878959),(2169,0,'208.80.140.110',4,1200879134),(2170,0,'208.80.140.110',20,1200879275),(2171,0,'208.80.140.110',2,1200879441),(2172,0,'208.80.140.110',18,1200879579),(2173,0,'74.6.29.42',17,1200879718),(2174,0,'65.55.209.204',15,1200885809),(2175,0,'74.6.28.216',7,1200933686),(2176,0,'65.55.213.29',13,1200976578),(2177,0,'65.55.213.29',10,1200976603),(2178,0,'65.55.213.29',12,1200984758),(2179,0,'65.55.213.29',9,1200986343),(2180,0,'65.55.209.205',20,1201004144),(2181,0,'66.249.70.130',18,1201043826),(2182,0,'65.55.209.212',17,1201062686),(2183,0,'65.55.209.214',6,1201109615),(2184,5,'128.255.140.65',14,1201111323),(2185,0,'65.55.209.204',15,1201116602),(2186,0,'65.55.209.214',5,1201142793),(2187,0,'72.30.179.217',20,1201149968),(2188,0,'66.249.70.130',17,1201167418),(2189,0,'66.249.70.130',7,1201167829),(2190,0,'74.6.22.24',5,1201186643),(2191,0,'65.55.209.205',20,1201192188),(2192,0,'65.55.209.212',17,1201242897),(2193,0,'65.55.213.29',21,1201260616),(2194,0,'72.30.179.198',18,1201280521),(2195,0,'66.249.70.130',20,1201283962),(2196,0,'74.6.20.145',15,1201295465),(2197,0,'66.249.70.130',2,1201334068),(2198,0,'74.6.20.154',2,1201338042),(2199,0,'66.249.70.130',4,1201340234),(2200,0,'66.249.70.130',15,1201341811),(2201,0,'66.249.70.130',10,1201375601),(2202,0,'74.6.24.126',4,1201410763),(2203,0,'74.6.20.140',21,1201440387),(2204,0,'65.55.209.205',20,1201456518),(2205,0,'74.6.23.198',13,1201459975),(2206,0,'74.6.19.157',10,1201473628),(2207,0,'66.249.70.130',18,1201513247),(2208,0,'74.6.28.216',7,1201538947),(2209,0,'65.55.209.213',17,1201547495),(2210,0,'65.55.209.204',15,1201561590),(2211,0,'72.30.179.198',18,1201606084),(2212,0,'65.55.209.205',20,1201650955),(2213,0,'66.249.70.130',7,1201660529),(2214,0,'66.249.70.130',17,1201660958),(2215,0,'74.6.27.15',6,1201723846),(2216,0,'65.55.209.212',17,1201729685),(2217,0,'65.55.209.204',15,1201749896),(2218,0,'72.30.179.217',20,1201754865),(2219,0,'74.6.22.234',9,1201764192),(2220,0,'66.249.70.130',20,1201775783),(2221,0,'74.6.24.165',12,1201777041),(2222,5,'129.255.166.164',14,1201813595),(2223,5,'129.255.166.217',14,1201816005),(2224,5,'129.255.166.164',14,1201816041),(2225,5,'129.255.166.164',14,1201816053),(2226,5,'129.255.166.164',14,1201816077),(2227,0,'65.55.213.28',18,1201824962),(2228,0,'66.249.70.130',2,1201832478),(2229,0,'66.249.70.130',4,1201833633),(2230,0,'66.249.70.130',15,1201833994),(2231,0,'65.55.209.205',20,1201840030),(2232,0,'74.6.20.145',15,1201900458),(2233,0,'65.55.209.212',17,1201917685),(2234,0,'65.55.209.204',15,1201932881),(2235,0,'74.6.22.208',14,1202015141),(2236,0,'74.6.24.126',4,1202015768),(2237,0,'65.55.209.205',20,1202025860),(2238,0,'38.99.44.101',9,1202027074),(2239,0,'38.99.44.101',12,1202042691),(2240,0,'38.99.44.101',13,1202052974),(2241,0,'38.99.44.101',10,1202059450),(2242,0,'66.249.70.130',14,1202072354),(2243,0,'74.6.19.157',10,1202078574),(2244,0,'38.99.44.101',21,1202079741),(2245,0,'72.30.179.198',18,1202081541),(2246,0,'74.6.23.198',13,1202101107),(2247,0,'66.249.70.130',18,1202126707),(2248,0,'38.99.44.101',6,1202139330),(2249,0,'74.6.28.216',7,1202143962),(2250,0,'38.99.44.101',5,1202146012),(2251,0,'65.55.209.212',17,1202158747),(2252,0,'65.55.209.204',15,1202167417),(2253,0,'65.55.209.205',20,1202213229),(2254,0,'65.55.209.213',21,1202217533),(2255,0,'74.6.20.140',21,1202240009),(2256,0,'65.55.209.204',13,1202314639),(2257,0,'65.55.209.204',10,1202314773),(2258,0,'74.6.20.154',2,1202330356),(2259,0,'12.219.107.116',21,1202338498),(2260,0,'65.55.209.212',17,1202351228),(2261,0,'65.55.209.204',15,1202359373),(2262,0,'72.30.179.217',20,1202359729),(2263,0,'207.23.252.129',12,1202364881),(2264,0,'66.249.70.130',17,1202390018),(2265,0,'66.249.70.130',7,1202391362),(2266,0,'65.55.209.205',20,1202399562),(2267,0,'207.23.252.129',4,1202413164),(2268,0,'207.23.252.129',18,1202417265),(2269,0,'207.23.252.129',15,1202421441),(2270,0,'65.55.209.206',2,1202483633),(2271,0,'65.55.209.206',4,1202483882),(2272,0,'65.55.209.206',7,1202483882),(2273,0,'65.55.209.212',12,1202492582),(2274,0,'66.249.70.130',20,1202494494),(2275,0,'74.6.20.145',15,1202505506),(2276,0,'65.55.209.212',17,1202535761),(2277,0,'72.30.179.198',18,1202539571),(2278,0,'65.55.209.204',15,1202541416),(2279,0,'66.249.70.130',4,1202547310),(2280,0,'66.249.70.130',2,1202549202),(2281,0,'66.249.70.130',15,1202549535),(2282,0,'65.55.209.205',20,1202584372),(2283,0,'74.6.24.126',4,1202620714),(2284,0,'74.6.22.208',14,1202621765),(2285,0,'65.55.209.206',2,1202665738),(2286,0,'65.55.209.206',4,1202665840),(2287,0,'65.55.209.206',7,1202665984),(2288,0,'65.55.209.213',9,1202679384),(2289,0,'74.6.19.157',10,1202683777),(2290,0,'65.55.209.212',17,1202721107),(2291,0,'65.55.209.204',15,1202728544),(2292,0,'65.55.209.205',20,1202783529),(2293,0,'66.249.70.130',18,1202804665),(2294,0,'65.55.209.212',14,1202865366),(2295,0,'74.6.22.234',9,1202885906),(2296,0,'65.55.209.206',2,1202891145),(2297,0,'65.55.209.206',7,1202891879),(2298,0,'65.55.209.206',4,1202891926),(2299,0,'65.55.209.212',17,1202901839),(2300,0,'66.249.70.130',7,1202920773),(2301,0,'66.249.70.130',17,1202921309),(2302,0,'65.55.209.204',15,1202932782),(2303,0,'72.30.179.217',20,1202964703),(2304,0,'65.55.209.205',20,1202966387),(2305,0,'72.30.179.198',18,1203031612),(2306,0,'64.198.95.23',2,1203039199),(2307,0,'65.55.209.212',14,1203064419),(2308,0,'65.55.209.206',2,1203073224),(2309,0,'65.55.209.206',7,1203073231),(2310,0,'65.55.209.206',4,1203074793),(2311,0,'66.249.70.130',14,1203082343),(2312,0,'74.6.20.145',15,1203110473),(2313,0,'65.55.209.212',17,1203113112),(2314,0,'65.55.209.204',15,1203117264),(2315,0,'67.202.51.185',7,1203129458),(2316,0,'67.202.51.185',15,1203129483),(2317,0,'67.202.51.185',17,1203129510),(2318,0,'67.202.51.185',4,1203129537),(2319,0,'67.202.51.185',20,1203129614),(2320,0,'67.202.51.185',14,1203129703),(2321,0,'67.202.51.185',18,1203129728),(2322,0,'67.202.51.185',2,1203129794),(2323,0,'67.202.51.185',21,1203129855),(2324,0,'67.202.51.185',6,1203129916),(2325,0,'67.202.51.185',13,1203129951),(2326,0,'67.202.51.185',9,1203129981),(2327,0,'67.202.51.185',10,1203130008),(2328,0,'67.202.51.185',5,1203130118),(2329,0,'67.202.51.185',12,1203130183),(2330,0,'65.55.209.205',20,1203149972),(2331,0,'66.249.70.130',17,1203204274),(2332,0,'66.249.70.130',4,1203204319),(2333,0,'66.249.70.130',7,1203206103),(2334,0,'66.249.70.130',15,1203206405),(2335,0,'66.249.70.130',20,1203208710),(2336,0,'74.6.24.126',4,1203230746),(2337,0,'74.6.28.216',7,1203234708),(2338,0,'65.55.209.212',14,1203253093),(2339,0,'65.55.209.206',2,1203264680),(2340,0,'65.55.209.206',7,1203265159),(2341,0,'65.55.209.206',4,1203265159),(2342,0,'65.55.209.204',15,1203300811),(2343,0,'65.55.209.212',17,1203306249),(2344,0,'74.6.22.208',14,1203312581),(2345,0,'65.55.209.205',20,1203335201),(2346,0,'66.249.70.130',7,1203402311),(2347,0,'66.249.70.130',17,1203404757),(2348,0,'65.55.209.214',6,1203422782),(2349,0,'65.55.209.214',5,1203422782),(2350,0,'74.6.29.42',17,1203429487),(2351,0,'65.55.209.212',14,1203441580),(2352,0,'74.6.20.140',21,1203460157),(2353,0,'65.55.209.206',2,1203460189),(2354,0,'65.55.209.206',7,1203460693),(2355,0,'65.55.209.206',4,1203460694),(2356,0,'66.249.70.130',18,1203464013),(2357,0,'66.249.70.130',14,1203486130),(2358,0,'66.249.70.130',2,1203489763),(2359,0,'65.55.209.204',15,1203491223),(2360,0,'65.55.209.212',17,1203495893),(2361,0,'66.249.70.130',20,1203523644),(2362,0,'216.159.104.202',10,1203544797),(2363,0,'74.6.23.198',13,1203548088),(2364,0,'66.249.65.242',14,1203561685),(2365,0,'74.6.19.157',10,1203567196),(2366,0,'72.30.179.217',20,1203569630),(2367,0,'66.249.65.242',15,1203580129),(2368,0,'66.249.65.242',4,1203580775),(2369,0,'66.249.65.242',2,1203582069),(2370,0,'66.249.65.242',10,1203614901),(2371,0,'72.30.179.198',18,1203636534),(2372,0,'65.55.209.212',14,1203637153),(2373,0,'74.6.24.165',12,1203644659),(2374,0,'65.55.209.206',2,1203645433),(2375,0,'65.55.209.206',7,1203645680),(2376,0,'65.55.209.206',4,1203645681),(2377,0,'65.55.209.207',18,1203660235),(2378,0,'65.55.209.204',15,1203668904),(2379,0,'74.6.27.15',6,1203714879),(2380,0,'74.6.20.145',15,1203715610),(2381,0,'66.249.65.207',10,1203806843),(2382,0,'74.6.22.24',5,1203825419),(2383,0,'65.55.209.206',2,1203825684),(2384,0,'65.55.209.206',7,1203826282),(2385,0,'65.55.209.206',4,1203826282),(2386,0,'65.55.209.212',14,1203831396),(2387,0,'202.141.136.155',10,1203842542),(2388,0,'202.141.136.155',12,1203842563),(2389,0,'74.6.24.126',4,1203846168),(2390,0,'66.249.65.207',18,1203846822),(2391,0,'65.55.209.204',15,1203851758),(2392,0,'74.6.20.154',2,1203898589),(2393,0,'74.6.22.208',14,1203917747),(2394,0,'65.55.209.206',2,1204006691),(2395,0,'65.55.209.206',4,1204007026),(2396,0,'65.55.209.206',7,1204007026),(2397,0,'66.249.65.207',17,1204013505),(2398,0,'66.249.65.207',7,1204014748),(2399,0,'74.6.22.234',9,1204020203),(2400,0,'65.55.209.212',14,1204020445),(2401,0,'65.55.209.204',15,1204034251),(2402,0,'72.30.179.198',18,1204083658),(2403,0,'65.55.209.213',21,1204126465),(2404,0,'74.6.28.216',7,1204133989),(2405,0,'66.249.65.207',20,1204156441),(2406,0,'74.6.19.157',10,1204172348),(2407,0,'65.55.209.206',2,1204187247),(2408,0,'65.55.209.206',4,1204187542),(2409,0,'65.55.209.206',7,1204187764),(2410,0,'66.249.65.207',14,1204199714),(2411,0,'65.55.209.212',14,1204207303),(2412,0,'65.55.209.204',15,1204214751),(2413,0,'66.249.65.207',2,1204219027),(2414,0,'66.249.65.207',4,1204219612),(2415,0,'66.249.65.207',15,1204220196),(2416,0,'74.6.20.145',15,1204320465),(2417,0,'74.6.23.198',13,1204322793),(2418,0,'65.55.209.206',2,1204366600),(2419,0,'65.55.209.206',7,1204367006),(2420,0,'65.55.209.206',4,1204367007),(2421,0,'65.55.209.212',14,1204392139),(2422,0,'216.49.181.128',10,1204395842),(2423,0,'65.55.209.204',15,1204396684),(2424,0,'66.249.65.207',18,1204441191),(2425,0,'74.6.24.126',4,1204454244),(2426,0,'74.6.22.208',14,1204533876),(2427,0,'66.249.65.207',17,1204563317),(2428,0,'66.249.65.207',7,1204563537),(2429,0,'65.55.209.204',15,1204578988),(2430,0,'65.55.209.212',14,1204579509),(2431,0,'74.6.20.140',21,1204605649),(2432,0,'65.55.209.206',7,1204633873),(2433,0,'65.55.209.206',4,1204634196),(2434,0,'65.55.209.206',2,1204639335),(2435,0,'128.255.77.50',2,1204650521),(2436,0,'128.255.77.50',18,1204650527),(2437,0,'128.255.77.50',14,1204650532),(2438,0,'128.255.77.50',7,1204650541),(2439,0,'128.255.77.50',17,1204650555),(2440,0,'128.255.77.50',4,1204650559),(2441,0,'128.255.77.50',15,1204650569),(2442,0,'128.255.77.50',20,1204650583),(2443,0,'128.255.77.50',13,1204650590),(2444,0,'128.255.77.50',21,1204650593),(2445,0,'128.255.77.50',12,1204650604),(2446,0,'128.255.77.50',10,1204650613),(2447,0,'128.255.77.50',9,1204650630),(2448,0,'128.255.77.50',6,1204650649),(2449,0,'128.255.77.50',5,1204650651),(2450,0,'72.30.179.198',18,1204688675),(2451,0,'66.249.65.207',20,1204695301),(2452,0,'66.249.65.207',14,1204752458),(2453,0,'65.55.209.212',14,1204756726),(2454,0,'65.55.209.204',10,1204760298),(2455,0,'66.249.65.207',15,1204762617),(2456,0,'66.249.65.207',2,1204764170),(2457,0,'66.249.65.207',4,1204764752),(2458,0,'65.55.209.204',15,1204765469),(2459,0,'12.217.185.54',10,1204782747),(2460,0,'65.55.209.206',7,1204815787),(2461,0,'65.55.209.206',4,1204815787),(2462,0,'65.55.209.206',2,1204821471),(2463,0,'65.55.209.204',13,1204902441),(2464,0,'74.6.18.37',18,1204919806),(2465,0,'65.55.209.212',14,1204934592),(2466,0,'38.99.44.101',9,1204948973),(2467,0,'65.55.209.204',15,1204949821),(2468,0,'38.99.44.101',10,1204975707),(2469,0,'38.99.44.101',21,1204995467),(2470,0,'65.55.213.28',14,1204998022),(2471,0,'65.55.213.28',15,1204999526),(2472,0,'65.55.213.28',20,1205000084),(2473,0,'65.55.213.28',2,1205000627),(2474,0,'65.55.213.28',7,1205000797),(2475,0,'65.55.213.28',4,1205000825),(2476,0,'65.55.213.28',17,1205001534),(2477,0,'74.6.21.80',15,1205002607),(2478,0,'65.55.213.28',5,1205002640),(2479,0,'65.55.213.28',6,1205002642),(2480,0,'65.55.209.205',20,1205014417),(2481,0,'65.55.209.206',2,1205026435),(2482,0,'65.55.209.206',7,1205027012),(2483,0,'65.55.209.206',4,1205028024),(2484,0,'38.99.44.101',6,1205063499),(2485,0,'74.6.20.154',2,1205064237),(2486,0,'74.6.18.37',18,1205068650),(2487,0,'38.99.44.101',5,1205071193),(2488,0,'74.6.28.216',7,1205083449),(2489,0,'74.6.24.126',4,1205106528),(2490,0,'66.249.65.11',18,1205110575),(2491,0,'65.55.209.212',14,1205114983),(2492,0,'74.6.21.204',14,1205115900),(2493,0,'38.99.44.101',12,1205122807),(2494,0,'74.6.21.145',9,1205131685),(2495,0,'74.6.21.144',21,1205131706),(2496,0,'65.55.209.204',15,1205133238),(2497,0,'65.55.209.207',18,1205139980),(2498,0,'38.99.44.101',13,1205144310),(2499,0,'74.6.29.156',13,1205151112),(2500,0,'65.55.209.212',17,1205179679),(2501,0,'74.6.21.80',15,1205184024),(2502,0,'38.99.44.101',7,1205197493),(2503,0,'65.55.209.205',20,1205197714),(2504,0,'65.55.209.206',2,1205208278),(2505,0,'65.55.209.206',7,1205208920),(2506,0,'65.55.209.206',4,1205211736),(2507,0,'74.6.16.135',20,1205243904),(2508,0,'65.55.213.28',9,1205251615),(2509,0,'66.249.65.11',7,1205256093),(2510,0,'66.249.65.11',17,1205256558),(2511,0,'65.55.209.212',14,1205300893),(2512,0,'65.55.209.204',15,1205312797),(2513,0,'65.55.209.212',17,1205360223),(2514,0,'128.255.77.50',2,1205368836),(2515,0,'128.255.77.50',14,1205371708),(2516,0,'128.255.77.50',18,1205371708),(2517,0,'66.249.65.11',20,1205379441),(2518,0,'128.255.77.50',7,1205379485),(2519,0,'128.255.77.50',4,1205379490),(2520,0,'128.255.77.50',17,1205379496),(2521,0,'128.255.77.50',20,1205379511),(2522,0,'128.255.77.50',15,1205379516),(2523,0,'128.255.77.50',12,1205384876),(2524,0,'128.255.77.50',13,1205384876),(2525,0,'128.255.77.50',10,1205384877),(2526,0,'128.255.77.50',9,1205384879),(2527,0,'128.255.77.50',5,1205384879),(2528,0,'128.255.77.50',6,1205384880),(2529,0,'128.255.77.50',21,1205384880),(2530,0,'65.55.209.205',20,1205391412),(2531,0,'66.249.65.11',14,1205423743),(2532,0,'65.55.209.206',2,1205439632),(2533,0,'65.55.209.206',4,1205440575),(2534,0,'65.55.209.206',7,1205440575),(2535,0,'74.6.18.75',10,1205441161),(2536,0,'67.188.93.113',9,1205445455),(2537,0,'66.249.65.11',2,1205456408),(2538,0,'66.249.65.11',15,1205456986),(2539,0,'66.249.65.11',4,1205457565),(2540,0,'65.55.209.212',14,1205483825),(2541,0,'65.55.209.204',15,1205492464),(2542,0,'74.6.24.165',12,1205526087),(2543,0,'65.55.209.212',17,1205541752),(2544,0,'65.55.209.205',20,1205577591),(2545,0,'65.55.209.206',2,1205621832),(2546,0,'65.55.209.206',4,1205622564),(2547,0,'65.55.209.206',7,1205622564),(2548,0,'65.55.209.213',21,1205631974),(2549,0,'66.249.65.11',18,1205638569),(2550,0,'65.55.209.212',14,1205666192),(2551,0,'65.55.209.204',15,1205675411),(2552,0,'74.6.21.145',9,1205686265),(2553,0,'65.55.209.212',17,1205724573),(2554,0,'74.6.21.144',21,1205736649),(2555,0,'74.6.21.204',14,1205753713),(2556,0,'74.6.18.37',18,1205754777),(2557,0,'66.249.65.11',7,1205757076),(2558,0,'74.6.29.156',13,1205757406),(2559,0,'65.55.209.205',20,1205757611),(2560,0,'66.249.65.11',17,1205757776),(2561,0,'66.249.65.11',10,1205785066),(2562,0,'65.55.209.206',2,1205806425),(2563,0,'65.55.209.206',4,1205807445),(2564,0,'65.55.209.206',7,1205807446),(2565,0,'74.6.24.126',4,1205819096),(2566,0,'74.6.21.80',15,1205838487),(2567,0,'65.55.209.212',14,1205850159),(2568,0,'74.6.24.126',4,1207190902),(2569,0,'74.6.16.189',20,1207191714),(2570,0,'74.6.20.154',2,1207217734),(2571,0,'74.6.29.156',13,1207218137),(2572,0,'66.249.65.196',4,1207233042),(2573,0,'66.249.65.196',18,1207234034),(2574,0,'66.249.65.196',2,1207234159),(2575,0,'66.249.65.196',15,1207234182),(2576,0,'74.6.18.94',10,1207235167),(2577,0,'65.55.209.213',9,1207242214),(2578,0,'65.55.209.212',12,1207248557),(2579,0,'65.55.209.214',6,1207251550),(2580,0,'65.55.209.214',5,1207251551),(2581,0,'74.6.21.248',14,1207254832),(2582,0,'74.6.16.189',20,1207289902),(2583,0,'65.55.209.213',21,1207298695),(2584,0,'74.6.18.37',18,1207300828),(2585,0,'74.6.20.154',2,1207304372),(2586,0,'67.195.54.154',18,1207323835),(2587,0,'67.195.54.190',14,1207332963),(2588,0,'65.55.209.204',15,1207339296),(2589,0,'74.6.28.216',7,1207340792),(2590,0,'74.6.24.165',12,1207386001),(2591,0,'65.55.209.212',17,1207396706),(2592,0,'67.195.55.122',2,1207401770),(2593,0,'67.195.54.87',7,1207403182),(2594,0,'67.195.54.166',15,1207404580),(2595,0,'67.195.55.24',4,1207408086),(2596,0,'67.195.54.164',20,1207412150),(2597,0,'74.6.21.180',21,1207416821),(2598,0,'65.55.209.205',20,1207424904),(2599,0,'74.6.27.57',6,1207429466),(2600,0,'74.6.18.37',18,1207436269),(2601,0,'67.195.55.95',6,1207445553),(2602,0,'67.195.54.237',5,1207451211),(2603,0,'67.195.54.83',12,1207457723),(2604,0,'67.195.55.48',13,1207466605),(2605,0,'65.55.209.206',2,1207474160),(2606,0,'65.55.209.206',7,1207474664),(2607,0,'65.55.209.206',4,1207474665),(2608,0,'67.195.55.99',21,1207497211),(2609,0,'67.195.55.90',9,1207497928),(2610,0,'65.55.209.212',14,1207510643),(2611,0,'67.195.51.110',7,1207515457),(2612,0,'67.195.54.57',2,1207522070),(2613,0,'65.55.209.204',15,1207525793),(2614,0,'74.6.29.156',13,1207535957),(2615,0,'67.195.51.153',14,1207569701),(2616,0,'67.195.51.159',18,1207575647),(2617,0,'65.55.209.212',17,1207579873),(2618,0,'74.6.18.94',10,1207593720),(2619,0,'67.195.51.120',17,1207603581),(2620,0,'65.55.209.205',20,1207605779),(2621,0,'65.214.45.126',10,1207630551),(2622,0,'74.6.21.89',15,1207634724),(2623,0,'65.55.209.206',2,1207653601),(2624,0,'65.55.209.206',7,1207653861),(2625,0,'65.55.209.206',4,1207653862),(2626,0,'65.55.209.212',14,1207689825),(2627,0,'74.6.21.179',9,1207692766),(2628,100,'128.255.175.253',8,1207709118),(2629,100,'128.255.175.253',21,1207709198),(2630,0,'65.55.209.204',15,1207713300),(2631,0,'38.99.44.101',2,1207739407),(2632,0,'65.55.209.212',17,1207760545),(2633,0,'74.6.20.250',17,1207774091),(2634,0,'74.6.22.24',5,1207785983),(2635,0,'65.55.209.205',20,1207794550),(2636,0,'74.6.24.126',4,1207795815),(2637,0,'65.55.209.206',2,1207835633),(2638,0,'65.55.209.206',4,1207835729),(2639,0,'65.55.209.206',7,1207835729),(2640,0,'67.195.54.106',17,1207836949),(2641,0,'67.195.55.82',10,1207841959),(2642,0,'74.6.21.248',14,1207859738),(2643,0,'66.249.65.196',7,1207871649),(2644,0,'65.55.209.212',14,1207871840),(2645,0,'66.249.65.196',17,1207875715),(2646,0,'66.249.65.196',2,1207881135),(2647,0,'66.249.65.196',4,1207882310),(2648,0,'66.249.65.196',15,1207882767),(2649,0,'65.55.209.204',13,1207891052),(2650,0,'74.6.16.189',20,1207895169),(2651,0,'65.55.209.204',15,1207896334),(2652,0,'74.6.20.154',2,1207909282),(2653,0,'67.195.51.167',20,1207918645),(2654,0,'67.195.51.110',7,1207918685),(2655,0,'67.195.52.48',4,1207918695),(2656,0,'67.195.51.153',14,1207927757),(2657,0,'67.195.51.159',18,1207928019),(2658,0,'67.195.52.84',9,1207936234),(2659,0,'67.195.52.49',13,1207936293),(2660,0,'67.195.54.51',6,1207936303),(2661,0,'67.195.52.93',10,1207936343),(2662,0,'67.195.51.164',15,1207936677),(2663,0,'67.195.52.33',5,1207937068),(2664,0,'65.55.209.212',17,1207941559),(2665,0,'74.6.28.216',7,1207945787),(2666,0,'67.195.54.57',2,1207945884),(2667,0,'67.195.54.56',21,1207946748),(2668,0,'67.195.51.152',12,1207954274),(2669,0,'67.195.51.120',17,1207972305),(2670,0,'74.6.18.94',10,1207972920),(2671,0,'65.55.209.205',20,1207980501),(2672,0,'65.55.209.206',2,1208016505),(2673,0,'65.55.209.206',7,1208017085),(2674,0,'65.55.209.206',4,1208017086),(2675,0,'74.6.21.180',21,1208034139),(2676,0,'66.249.65.196',18,1208035694),(2677,0,'74.6.18.37',18,1208041381),(2678,0,'65.55.209.212',14,1208052829),(2679,0,'74.6.21.179',9,1208066406),(2680,0,'65.55.209.204',15,1208079359),(2681,0,'65.55.209.212',17,1208121127),(2682,0,'74.6.29.156',13,1208157662),(2683,0,'65.55.209.205',20,1208163143),(2684,0,'65.55.209.206',2,1208194163),(2685,0,'65.55.209.206',7,1208195259),(2686,0,'65.55.209.206',4,1208195259),(2687,0,'65.55.209.207',18,1208215223),(2688,0,'65.55.209.212',14,1208233224),(2689,0,'74.6.21.89',15,1208239744),(2690,0,'65.55.209.204',15,1208257487),(2691,0,'65.55.209.212',17,1208306222),(2692,0,'74.6.18.94',10,1208315887),(2693,0,'65.55.209.205',20,1208359336),(2694,0,'74.6.22.24',5,1208390899),(2695,0,'74.6.24.126',4,1208400735),(2696,0,'65.55.209.212',14,1208418223),(2697,0,'65.55.209.204',15,1208452049),(2698,0,'74.6.29.46',17,1208452367),(2699,0,'74.6.21.248',14,1208464577),(2700,0,'67.195.54.190',14,1208468895),(2701,0,'65.55.209.212',17,1208486265),(2702,0,'74.6.16.189',20,1208500146),(2703,0,'74.6.29.156',13,1208513328),(2704,0,'74.6.20.154',2,1208514252),(2705,0,'74.6.21.179',9,1208519667),(2706,0,'67.195.52.48',4,1208523930),(2707,0,'67.195.51.167',20,1208523950),(2708,0,'67.195.51.110',7,1208523990),(2709,0,'65.55.209.206',2,1208528011),(2710,0,'67.195.51.153',14,1208533139),(2711,0,'67.195.51.159',18,1208533276),(2712,0,'67.195.51.164',15,1208543972),(2713,0,'67.195.52.49',13,1208544941),(2714,0,'65.55.209.205',20,1208549067),(2715,0,'74.6.28.216',7,1208550726),(2716,0,'67.195.54.57',2,1208550858),(2717,0,'67.195.54.56',21,1208551623),(2718,0,'67.195.51.152',12,1208559209),(2719,0,'67.195.54.51',6,1208564179),(2720,0,'67.195.52.33',5,1208564477),(2721,0,'67.195.52.93',10,1208567819),(2722,0,'67.195.52.84',9,1208569225),(2723,0,'67.195.51.120',17,1208577248),(2724,0,'65.55.209.212',14,1208601280),(2725,0,'65.55.209.204',15,1208634625),(2726,0,'66.249.67.186',7,1208638417),(2727,0,'74.6.21.180',21,1208639490),(2728,0,'66.249.67.186',4,1208640572),(2729,0,'66.249.67.186',17,1208642039),(2730,0,'66.249.67.186',15,1208642116),(2731,0,'66.249.67.186',2,1208642579),(2732,0,'74.6.18.37',18,1208646403),(2733,0,'65.55.209.212',17,1208665634),(2734,0,'74.6.18.94',10,1208670967),(2735,0,'66.249.67.186',14,1208672148),(2736,0,'66.249.67.186',18,1208707483),(2737,0,'65.55.209.213',9,1208720335),(2738,0,'65.55.209.212',12,1208728007),(2739,0,'65.55.209.205',20,1208730813),(2740,0,'65.55.209.214',6,1208732370),(2741,0,'65.55.209.214',5,1208732371),(2742,0,'66.249.67.186',10,1208735838),(2743,0,'65.55.209.206',2,1208774159),(2744,0,'65.55.209.213',21,1208774778),(2745,0,'65.55.209.212',14,1208785093),(2746,0,'65.55.209.204',15,1208818443),(2747,0,'65.55.209.212',17,1208847186),(2748,0,'74.6.21.89',15,1208862297),(2749,0,'65.55.209.205',20,1208911173),(2750,0,'65.55.209.206',2,1208954858),(2751,0,'65.55.209.212',14,1208974102),(2752,0,'74.6.22.24',5,1208995943),(2753,0,'65.55.209.206',7,1209002390),(2754,0,'74.6.24.126',4,1209035902),(2755,0,'65.55.211.22',15,1209055996),(2756,0,'74.6.29.46',17,1209057504),(2757,0,'67.195.55.48',13,1209058067),(2758,0,'65.55.211.30',17,1209060409),(2759,0,'65.55.211.24',20,1209095151),(2760,0,'74.6.16.189',20,1209105276),(2761,0,'74.6.29.156',13,1209118275),(2762,0,'67.195.51.110',7,1209130536),(2763,0,'67.195.52.48',4,1209130825),(2764,0,'65.55.211.26',2,1209136594),(2765,0,'74.6.18.94',10,1209136729),(2766,0,'67.195.51.153',14,1209138146),(2767,0,'67.195.51.159',18,1209139028),(2768,0,'67.195.54.57',2,1209155818),(2769,0,'65.55.211.30',14,1209157980),(2770,0,'67.195.51.167',20,1209176694),(2771,0,'67.195.51.120',17,1209185861),(2772,0,'67.195.54.83',12,1209186994),(2773,0,'65.55.211.26',7,1209189776),(2774,0,'67.195.51.164',15,1209192156),(2775,0,'65.55.211.22',10,1209207398),(2776,0,'65.55.211.22',15,1209238331),(2777,0,'65.55.211.30',17,1209240911),(2778,0,'74.6.21.180',21,1209244552),(2779,0,'74.6.20.154',2,1209250938),(2780,0,'74.6.18.37',18,1209251322),(2781,0,'74.6.21.179',9,1209254968),(2782,0,'74.6.27.57',6,1209260878),(2783,0,'74.6.21.248',14,1209264627),(2784,0,'65.55.211.24',20,1209274135),(2785,0,'74.6.28.216',7,1209288474),(2786,0,'74.6.24.165',12,1209289010),(2787,0,'65.55.211.26',2,1209315607),(2788,0,'217.24.229.108',2,1209328782),(2789,0,'65.55.211.30',14,1209338946),(2790,0,'65.55.211.26',7,1209372332),(2791,0,'128.255.140.117',7,1209406385),(2792,0,'65.55.211.27',4,1209422156),(2793,0,'65.55.211.30',17,1209422974),(2794,0,'67.195.55.99',21,1209424074),(2795,0,'65.55.211.22',15,1209424884),(2796,0,'65.55.211.29',18,1209454315),(2797,0,'65.55.211.24',20,1209454648),(2798,0,'74.6.21.89',15,1209467503),(2799,0,'66.249.67.186',7,1209475212),(2800,0,'66.249.67.186',15,1209479762),(2801,0,'66.249.67.186',2,1209480133),(2802,0,'66.249.67.186',17,1209480412),(2803,0,'66.249.67.186',4,1209480505),(2804,0,'65.55.211.26',2,1209508586),(2805,0,'65.55.211.30',14,1209519570),(2806,0,'68.96.255.242',6,1209535043),(2807,0,'65.55.211.26',7,1209554625),(2808,0,'65.55.213.27',13,1209577501),(2809,0,'65.55.213.27',10,1209577585),(2810,0,'65.55.213.27',12,1209579919),(2811,0,'65.55.213.27',9,1209579920),(2812,0,'65.55.213.27',5,1209579921),(2813,0,'65.55.213.27',21,1209579922),(2814,0,'65.55.213.27',6,1209579922),(2815,0,'65.55.213.27',20,1209585590),(2816,0,'65.55.213.27',15,1209585591),(2817,0,'65.55.213.27',2,1209585894),(2818,0,'65.55.213.27',4,1209585895),(2819,0,'65.55.213.27',7,1209585896),(2820,0,'65.55.213.27',18,1209586546),(2821,0,'65.55.213.27',14,1209587179),(2822,0,'65.55.213.27',17,1209587183),(2823,0,'12.217.242.19',10,1209593048),(2824,0,'74.6.22.24',5,1209601960),(2825,0,'66.249.67.186',18,1209603046),(2826,0,'65.55.211.22',15,1209605771),(2827,0,'65.55.211.30',17,1209607421),(2828,0,'65.55.211.27',4,1209607427),(2829,0,'65.55.211.24',20,1209635986),(2830,0,'74.6.24.126',4,1209640870),(2831,0,'67.195.55.122',2,1209650626),(2832,0,'65.55.211.26',2,1209687006),(2833,0,'65.55.211.30',14,1209702075),(2834,0,'65.55.211.31',12,1209706904),(2835,0,'65.55.211.39',9,1209707891),(2836,0,'74.6.16.189',20,1209710272),(2837,0,'65.55.211.40',6,1209712221),(2838,0,'65.55.211.40',5,1209712222),(2839,0,'74.6.29.156',13,1209724416),(2840,0,'65.55.211.36',21,1209733688),(2841,0,'65.55.211.26',7,1209734102),(2842,0,'67.195.51.110',7,1209735399),(2843,0,'67.195.52.48',4,1209735695),(2844,0,'74.6.18.94',10,1209741913),(2845,0,'67.195.51.153',14,1209743059),(2846,0,'67.195.51.159',18,1209743905),(2847,0,'67.195.52.84',9,1209757841),(2848,0,'67.195.54.57',2,1209760788),(2849,0,'65.55.211.22',13,1209767749),(2850,0,'65.100.22.84',10,1209778581),(2851,0,'12.217.183.104',10,1209780505),(2852,0,'65.55.211.27',4,1209785626),(2853,0,'65.55.211.22',15,1209785921),(2854,0,'65.55.211.30',17,1209789188),(2855,0,'67.195.51.120',17,1209792224),(2856,0,'67.195.51.167',20,1209801512),(2857,0,'65.55.211.24',20,1209818013),(2858,0,'67.195.51.164',15,1209818705),(2859,0,'74.6.20.154',2,1209856065),(2860,0,'74.6.18.37',18,1209856251),(2861,0,'74.6.21.180',21,1209858801),(2862,0,'74.6.21.179',9,1209860057),(2863,0,'128.255.44.131',5,1209864308),(2864,0,'65.55.211.26',2,1209866003),(2865,0,'74.6.21.248',14,1209879415),(2866,0,'65.55.211.30',14,1209880413),(2867,0,'66.249.67.186',20,1209880929),(2868,0,'216.105.176.125',6,1209884815),(2869,0,'216.105.176.125',6,1209884850),(2870,0,'65.55.211.26',7,1209915989),(2871,0,'65.55.211.22',15,1209965155),(2872,0,'65.55.211.27',4,1209965830),(2873,0,'65.55.211.30',17,1209969046),(2874,0,'65.55.211.24',20,1210001961),(2875,0,'67.195.55.82',10,1210025991),(2876,0,'74.6.29.46',17,1210045089),(2877,0,'65.55.211.26',2,1210047527),(2878,0,'62.240.247.19',14,1210057772),(2879,0,'65.55.211.30',14,1210060676),(2880,0,'74.6.21.89',15,1210072616),(2881,0,'74.6.28.216',7,1210077599),(2882,0,'65.55.211.22',10,1210081223),(2883,0,'67.195.55.95',6,1210089758),(2884,0,'65.55.211.26',7,1210097510),(2885,0,'66.249.70.228',7,1210135237),(2886,0,'66.249.70.228',2,1210139000),(2887,0,'66.249.70.228',4,1210140628),(2888,0,'66.249.70.228',15,1210141238),(2889,0,'66.249.70.228',17,1210141950),(2890,0,'65.55.211.27',4,1210145357),(2891,0,'65.55.211.22',15,1210149290),(2892,0,'65.55.211.30',17,1210153875),(2893,0,'65.55.211.24',20,1210181973),(2894,0,'65.55.211.24',20,1210191603),(2895,0,'66.249.70.228',18,1210196058),(2896,0,'74.6.22.24',5,1210206974),(2897,0,'65.55.211.26',2,1210225465),(2898,0,'65.55.211.30',14,1210242504),(2899,0,'74.6.24.126',4,1210245865),(2900,0,'67.195.52.49',13,1210273273),(2901,0,'67.195.54.56',21,1210279695),(2902,0,'67.195.54.51',6,1210292424),(2903,0,'67.195.52.33',5,1210292641),(2904,0,'67.195.52.93',10,1210295992),(2905,0,'67.195.51.152',12,1210304926),(2906,0,'74.6.16.189',20,1210315334),(2907,0,'204.11.50.8',17,1210322738),(2908,0,'204.11.50.8',17,1210323498),(2909,0,'65.55.211.29',18,1210326527),(2910,0,'74.6.29.156',13,1210329498),(2911,0,'67.195.54.164',20,1210342873),(2912,0,'67.195.54.166',15,1210346528),(2913,0,'74.6.18.94',10,1210347228),(2914,0,'67.195.54.87',7,1210347904),(2915,0,'67.195.51.153',14,1210348059),(2916,0,'67.195.51.159',18,1210348768),(2917,0,'65.55.211.26',7,1210363667),(2918,0,'65.55.211.30',17,1210363821),(2919,0,'65.55.211.27',4,1210365196),(2920,0,'67.195.54.57',2,1210365736),(2921,0,'67.195.54.106',17,1210366252),(2922,0,'65.55.211.22',15,1210370418),(2923,0,'65.55.211.24',20,1210373009),(2924,0,'67.195.54.166',15,1210375791),(2925,0,'65.55.211.26',2,1210404837),(2926,0,'65.55.211.30',14,1210426095),(2927,0,'67.195.55.159',14,1210448206),(2928,0,'67.195.54.154',18,1210453055),(2929,0,'67.195.52.48',4,1210457526),(2930,0,'74.6.18.37',18,1210461170),(2931,0,'67.195.55.24',4,1210463749),(2932,0,'74.6.21.180',21,1210463810),(2933,0,'74.6.21.179',9,1210465478),(2934,0,'74.6.21.248',14,1210484755),(2935,0,'67.195.55.48',13,1210500481),(2936,0,'67.195.55.170',5,1210519090),(2937,0,'66.249.70.228',20,1210529880),(2938,0,'65.55.211.26',7,1210542288),(2939,0,'65.55.211.27',4,1210544170),(2940,0,'65.55.211.30',17,1210544477),(2941,0,'65.55.211.24',20,1210552215),(2942,0,'65.55.211.22',15,1210552914),(2943,0,'65.55.211.26',2,1210583888),(2944,0,'65.55.211.36',21,1210604985),(2945,0,'65.55.211.30',14,1210606585),(2946,0,'74.6.20.154',2,1210607448),(2947,0,'74.6.29.46',17,1210650072),(2948,0,'74.6.21.89',15,1210677614),(2949,0,'74.6.28.216',7,1210682465),(2950,0,'66.249.73.225',2,1210723743),(2951,0,'66.249.73.225',7,1210724248),(2952,0,'66.249.73.225',4,1210724608),(2953,0,'65.55.211.27',4,1210725081),(2954,0,'65.55.211.27',7,1210725081),(2955,0,'66.249.73.225',15,1210725165),(2956,0,'66.249.73.225',18,1210725898),(2957,0,'66.249.73.225',17,1210726231),(2958,0,'66.249.73.225',14,1210727270),(2959,0,'66.249.73.225',20,1210728743),(2960,0,'65.55.211.30',17,1210730226),(2961,0,'65.55.211.23',20,1210733442),(2962,0,'65.55.211.21',15,1210734087),(2963,0,'65.55.211.26',2,1210763420),(2964,0,'65.55.211.30',14,1210784820),(2965,0,'74.6.22.24',5,1210811987),(2966,0,'66.249.70.89',18,1210835980),(2967,0,'74.6.24.126',4,1210851325),(2968,0,'65.55.211.26',7,1210904212),(2969,0,'65.55.211.22',15,1210911949),(2970,0,'65.55.211.24',20,1210915287),(2971,0,'67.195.54.106',17,1210927188),(2972,0,'74.6.29.156',13,1210935204),(2973,0,'65.55.211.30',17,1210935262),(2974,0,'65.55.211.27',4,1210938126),(2975,0,'65.55.211.26',2,1210941866),(2976,0,'66.249.70.89',10,1210960096),(2977,0,'65.55.211.30',14,1210964829),(2978,0,'67.195.54.56',21,1210966425),(2979,0,'67.195.54.57',2,1210973093),(2980,0,'66.249.70.89',20,1211028696),(2981,0,'67.195.51.110',7,1211030017),(2982,0,'67.195.51.167',20,1211030375),(2983,0,'67.195.51.120',17,1211040606),(2984,0,'67.195.51.153',14,1211043315),(2985,0,'67.195.51.159',18,1211043584),(2986,0,'67.195.51.164',15,1211051140),(2987,0,'66.249.70.89',10,1211061463),(2988,0,'67.195.52.48',4,1211062434),(2989,0,'74.6.18.94',10,1211065618),(2990,0,'74.6.18.37',18,1211070099),(2991,0,'74.6.21.180',21,1211070301),(2992,0,'74.6.21.179',9,1211070445),(2993,0,'67.195.55.99',21,1211072415),(2994,0,'67.195.54.83',12,1211073123),(2995,0,'65.55.211.26',7,1211085410),(2996,0,'74.6.16.189',20,1211087368),(2997,0,'74.6.21.248',14,1211089708),(2998,0,'65.55.211.24',20,1211093174),(2999,0,'65.55.211.22',15,1211095740),(3000,0,'67.195.52.33',5,1211100346),(3001,0,'67.195.54.51',6,1211100366),(3002,0,'67.195.52.93',10,1211102339),(3003,0,'67.195.51.152',12,1211108488),(3004,0,'67.195.52.49',13,1211109602),(3005,0,'65.55.211.30',17,1211119727),(3006,0,'65.55.211.27',4,1211121854),(3007,0,'65.55.211.26',2,1211123704),(3008,0,'67.195.52.84',9,1211132826),(3009,0,'65.55.211.30',14,1211143792),(3010,0,'65.55.211.29',18,1211199459),(3011,0,'74.6.20.154',2,1211212422),(3012,0,'74.6.17.247',12,1211223237),(3013,0,'128.255.239.33',2,1211226726),(3014,0,'67.195.55.90',9,1211252888),(3015,0,'74.6.29.46',17,1211255020),(3016,0,'74.6.27.57',6,1211259451),(3017,0,'65.55.211.26',7,1211264592),(3018,0,'65.55.211.22',15,1211276457),(3019,0,'65.55.211.24',20,1211278796),(3020,0,'74.6.21.89',15,1211282590),(3021,0,'74.6.28.216',7,1211287413),(3022,0,'66.249.70.89',7,1211294191),(3023,0,'66.249.70.89',17,1211298372),(3024,0,'65.55.211.30',17,1211299431),(3025,0,'66.249.70.89',15,1211299467),(3026,0,'66.249.70.89',4,1211299566),(3027,0,'65.55.211.27',4,1211300797),(3028,0,'66.249.70.89',2,1211304544),(3029,0,'65.55.211.26',2,1211305549),(3030,0,'65.55.211.30',14,1211323714),(3031,0,'66.249.70.89',18,1211353551),(3032,0,'65.55.211.26',7,1211443544),(3033,0,'65.55.211.31',12,1211449530),(3034,0,'65.55.211.40',6,1211452802),(3035,0,'65.55.211.40',5,1211452803),(3036,0,'74.6.22.24',5,1211454740),(3037,0,'65.55.211.22',15,1211454811),(3038,0,'65.55.211.39',9,1211455537),(3039,0,'65.55.211.24',20,1211457900),(3040,0,'74.6.24.126',4,1211474168),(3041,0,'65.55.211.36',21,1211478472),(3042,0,'65.55.211.27',4,1211480980),(3043,0,'65.55.211.30',17,1211481016),(3044,0,'65.55.211.26',2,1211488970),(3045,0,'65.55.211.30',14,1211501803),(3046,0,'65.55.211.22',13,1211511595),(3047,0,'66.249.67.82',20,1211567800),(3048,0,'67.195.54.57',2,1211580602),(3049,0,'65.55.211.26',7,1211623337),(3050,0,'122.169.143.162',10,1211633294),(3051,0,'65.55.211.22',15,1211635831),(3052,0,'65.55.211.24',20,1211637956),(3053,0,'67.195.51.110',7,1211639232),(3054,0,'67.195.51.153',14,1211648283),(3055,0,'67.195.51.159',18,1211648469),(3056,0,'65.55.211.30',17,1211658352),(3057,0,'67.195.51.164',15,1211659280),(3058,0,'65.55.211.27',4,1211660389),(3059,0,'67.195.51.167',20,1211661745),(3060,0,'65.55.211.26',2,1211664793),(3061,0,'67.195.52.48',4,1211670837),(3062,0,'74.6.18.37',18,1211675198),(3063,0,'74.6.21.180',21,1211675267),(3064,0,'74.6.21.179',9,1211675657),(3065,0,'65.55.211.30',14,1211683447),(3066,0,'67.195.55.95',6,1211694090),(3067,0,'74.6.21.248',14,1211694629),(3068,0,'67.195.55.82',10,1211702101),(3069,0,'67.195.54.51',6,1211705286),(3070,0,'67.195.51.120',17,1211705479),(3071,0,'67.195.52.33',5,1211705585),(3072,0,'67.195.55.90',9,1211717601),(3073,0,'74.6.29.156',13,1211723994),(3074,0,'67.195.54.56',21,1211727553),(3075,0,'67.195.51.152',12,1211730911),(3076,0,'65.55.211.26',7,1211802627),(3077,0,'74.6.16.189',20,1211808305),(3078,0,'65.55.211.24',20,1211817168),(3079,0,'65.55.211.22',15,1211817712),(3080,0,'65.55.211.22',10,1211827291),(3081,0,'66.249.67.82',7,1211829819),(3082,0,'66.249.67.82',15,1211832776),(3083,0,'66.249.67.82',17,1211834677),(3084,0,'66.249.67.82',4,1211835205),(3085,0,'65.55.211.27',4,1211839095),(3086,0,'65.55.211.30',17,1211839923),(3087,0,'66.249.67.82',2,1211840379),(3088,0,'65.55.211.26',2,1211844222),(3089,0,'74.6.29.46',17,1211860174),(3090,0,'65.55.211.30',14,1211864706),(3091,0,'74.6.21.89',15,1211887996),(3092,0,'66.249.67.82',18,1211891752),(3093,0,'74.6.28.216',7,1211894281),(3094,0,'74.6.18.94',10,1211898878),(3095,0,'74.6.20.154',2,1211927296),(3096,0,'65.55.211.26',7,1211983085),(3097,0,'65.55.211.24',20,1211993419),(3098,0,'65.55.211.22',15,1211995642),(3099,0,'74.6.22.24',5,1212060367),(3100,0,'67.195.54.87',7,1212076137),(3101,0,'65.55.211.30',17,1212089904),(3102,0,'65.55.211.26',2,1212090787),(3103,0,'65.55.211.27',4,1212090815),(3104,0,'65.55.211.30',14,1212093218),(3105,0,'67.195.54.164',20,1212098975),(3106,0,'67.195.54.166',15,1212104326),(3107,0,'65.55.211.29',18,1212113845),(3108,0,'74.6.20.154',2,1212122174),(3109,0,'67.195.55.122',2,1212129859),(3110,0,'66.249.70.71',20,1212154195),(3111,0,'65.55.211.26',7,1212164863),(3112,0,'65.55.211.24',20,1212173849),(3113,0,'65.55.211.22',15,1212176851),(3114,0,'67.195.54.57',2,1212185578),(3115,0,'67.195.55.24',4,1212191947),(3116,0,'74.6.24.126',4,1212228164),(3117,0,'67.195.55.48',13,1212228991),(3118,0,'67.195.55.170',5,1212248578),(3119,0,'67.195.51.153',14,1212253155),(3120,0,'67.195.51.159',18,1212253414),(3121,0,'67.195.51.110',7,1212263388),(3122,0,'65.55.211.27',4,1212271579),(3123,0,'65.55.211.26',2,1212272316),(3124,0,'67.195.51.167',20,1212272359),(3125,0,'67.195.55.48',13,1212289287),(3126,0,'74.6.21.248',14,1212299688),(3127,0,'67.195.51.120',17,1212312054),(3128,0,'65.55.211.30',14,1212333755),(3129,0,'65.55.211.30',17,1212337625),(3130,0,'65.55.211.26',7,1212346570),(3131,0,'65.55.211.36',21,1212347967),(3132,0,'65.55.211.24',20,1212352425),(3133,0,'65.55.211.22',15,1212357812),(3134,0,'74.6.21.179',9,1212386433),(3135,0,'66.249.70.71',7,1212411465),(3136,0,'66.249.70.71',17,1212416149),(3137,0,'66.249.70.71',4,1212416469),(3138,0,'66.249.70.71',15,1212416788),(3139,0,'74.6.21.180',21,1212419971),(3140,0,'66.249.70.71',2,1212420301),(3141,0,'65.55.211.27',4,1212448608),(3142,0,'65.55.211.26',2,1212450075),(3143,0,'65.55.211.30',14,1212514068),(3144,0,'65.55.211.30',17,1212519134),(3145,0,'65.55.211.26',7,1212528182),(3146,0,'65.55.211.24',20,1212530910),(3147,0,'65.55.211.22',15,1212537894),(3148,0,'67.195.54.154',18,1212571776),(3149,0,'67.195.54.154',18,1212571857),(3150,0,'74.6.29.156',13,1212602049),(3151,0,'66.249.70.71',18,1212615372),(3152,0,'65.55.211.26',2,1212627985),(3153,0,'65.55.211.27',4,1212629033),(3154,0,'74.6.21.89',15,1212650158),(3155,0,'74.6.28.216',7,1212667997),(3156,0,'65.55.211.30',14,1212698742),(3157,0,'65.55.211.30',17,1212699241),(3158,0,'65.55.211.24',20,1212709836),(3159,0,'65.55.211.26',7,1212710374),(3160,0,'65.55.211.22',15,1212714136),(3161,0,'74.6.16.189',20,1212723448),(3162,0,'67.195.54.106',17,1212759983),(3163,0,'67.195.55.99',21,1212801033),(3164,0,'65.55.211.26',2,1212809646),(3165,0,'65.55.211.27',4,1212809828),(3166,0,'74.6.18.94',10,1212818110),(3167,0,'67.195.52.93',10,1212830355),(3168,0,'67.195.52.49',13,1212837783),(3169,0,'74.6.22.24',5,1212842222),(3170,0,'67.195.51.164',15,1212845117),(3171,0,'67.195.52.48',4,1212846217),(3172,0,'67.195.52.84',9,1212860927),(3173,0,'67.195.51.110',7,1212868272),(3174,0,'67.195.51.167',20,1212877356),(3175,0,'67.195.54.57',2,1212877758),(3176,0,'65.55.211.30',14,1212879557),(3177,0,'65.55.211.30',17,1212880132),(3178,0,'74.6.18.37',18,1212885379),(3179,0,'66.249.70.71',20,1212887292),(3180,0,'65.55.211.24',20,1212889231),(3181,0,'65.55.211.26',7,1212891508),(3182,0,'65.55.211.22',15,1212895050),(3183,0,'74.6.21.248',14,1212904585),(3184,0,'74.6.20.154',2,1212906942),(3185,0,'67.195.51.120',17,1212917346),(3186,0,'65.55.211.29',18,1212984778),(3187,0,'65.55.211.27',4,1212990984),(3188,0,'65.55.211.26',2,1212991988),(3189,0,'67.195.55.90',9,1213026631),(3190,0,'65.55.211.30',14,1213061494),(3191,0,'65.55.211.30',17,1213061961),(3192,0,'74.6.29.46',17,1213070235),(3193,0,'65.55.211.26',7,1213070466),(3194,0,'65.55.211.24',20,1213072234),(3195,0,'65.55.211.22',15,1213072705),(3196,0,'74.6.17.247',12,1213084476),(3197,0,'74.6.24.126',4,1213094076),(3198,0,'67.195.55.159',14,1213108853),(3199,0,'66.249.70.71',10,1213167421),(3200,0,'74.6.27.57',6,1213167566),(3201,0,'65.55.211.27',4,1213171121),(3202,0,'74.6.21.179',9,1213174628),(3203,0,'65.55.211.26',2,1213175061),(3204,0,'65.55.211.31',12,1213193327),(3205,0,'65.55.211.39',9,1213195521),(3206,0,'65.55.211.36',21,1213219025),(3207,0,'66.249.70.71',7,1213222835),(3208,0,'66.249.70.71',4,1213226635),(3209,0,'66.249.70.71',17,1213226906),(3210,0,'66.249.70.71',15,1213226997),(3211,0,'66.249.70.71',2,1213230434),(3212,0,'65.55.211.30',14,1213241679),(3213,0,'65.55.211.30',17,1213242179),(3214,0,'65.55.211.26',7,1213248901),(3215,0,'65.55.211.22',13,1213253655),(3216,0,'65.55.211.22',15,1213255387),(3217,0,'65.55.211.24',20,1213257264),(3218,0,'66.249.70.71',18,1213277310),(3219,0,'74.6.21.180',21,1213318663),(3220,0,'65.55.211.27',4,1213352410),(3221,0,'65.55.211.26',2,1213357881),(3222,0,'65.55.211.30',14,1213423309),(3223,0,'65.55.211.30',17,1213423719),(3224,0,'65.55.211.26',7,1213427825),(3225,0,'65.55.211.40',6,1213428197),(3226,0,'65.55.211.40',5,1213428198),(3227,0,'67.195.52.33',5,1213433717),(3228,0,'65.55.211.24',20,1213435338),(3229,0,'67.195.54.51',6,1213436276),(3230,0,'65.55.211.22',15,1213437731),(3231,0,'67.195.55.95',6,1213445473),(3232,0,'74.6.28.216',7,1213448886),(3233,0,'67.195.51.164',15,1213449989),(3234,0,'67.195.54.56',21,1213455610),(3235,0,'67.195.55.82',10,1213457470),(3236,0,'67.195.51.152',12,1213459143),(3237,0,'67.195.54.176',9,1213459409),(3238,0,'67.195.51.153',14,1213463666),(3239,0,'67.195.51.159',18,1213470029),(3240,0,'74.6.21.89',15,1213473793),(3241,0,'66.249.70.71',20,1213478724),(3242,0,'67.195.52.93',10,1213490514),(3243,0,'74.6.18.37',18,1213490523),(3244,0,'72.209.232.226',18,1213495125),(3245,0,'67.195.52.49',13,1213519996),(3246,0,'67.195.52.84',9,1213520026),(3247,0,'74.6.21.248',14,1213520069),(3248,0,'65.55.211.24',20,1217008168),(3249,0,'65.55.211.36',21,1217008248),(3250,0,'65.55.211.27',4,1217021924),(3251,0,'65.55.213.27',20,1217036325),(3252,0,'65.55.213.27',15,1217036325),(3253,0,'65.55.213.27',13,1217036355),(3254,0,'65.55.213.27',10,1217036359),(3255,0,'65.55.213.27',2,1217036507),(3256,0,'65.55.213.27',4,1217036508),(3257,0,'65.55.213.27',7,1217036509),(3258,0,'65.55.213.27',18,1217037105),(3259,0,'65.55.213.27',14,1217037239),(3260,0,'65.55.213.27',17,1217037241),(3261,0,'65.55.213.27',12,1217037271),(3262,0,'65.55.213.27',21,1217037663),(3263,0,'65.55.213.27',9,1217037903),(3264,0,'65.55.213.27',6,1217038050),(3265,0,'65.55.213.27',5,1217038078),(3266,0,'65.55.211.26',2,1217052747),(3267,0,'65.55.211.22',10,1217095153),(3268,0,'65.55.211.30',14,1217099762),(3269,0,'216.245.208.154',7,1217112056),(3270,0,'216.245.208.154',10,1217112058),(3271,0,'65.55.211.30',17,1217134499),(3272,0,'65.55.211.26',7,1217135059),(3273,0,'65.55.211.31',12,1217145994),(3274,0,'74.6.17.247',12,1217165198),(3275,0,'65.55.211.22',13,1217168497),(3276,0,'65.55.211.40',6,1217169260),(3277,0,'65.55.211.40',5,1217171275),(3278,0,'65.55.211.22',15,1217176345),(3279,0,'66.249.71.35',13,1217178338),(3280,0,'66.249.71.33',9,1217178411),(3281,0,'66.249.71.35',21,1217178584),(3282,0,'66.249.71.33',5,1217178670),(3283,0,'66.249.71.35',12,1217178843),(3284,0,'66.249.71.33',6,1217179880),(3285,0,'66.249.71.33',18,1217182058),(3286,0,'65.55.211.24',20,1217188294),(3287,0,'65.55.211.39',9,1217194824),(3288,0,'65.55.211.27',4,1217203744),(3289,0,'65.55.211.26',2,1217230501),(3290,0,'65.55.211.30',14,1217286967),(3291,0,'74.6.16.189',20,1217315033),(3292,0,'74.6.28.216',7,1217315059),(3293,0,'74.6.29.46',17,1217315118),(3294,0,'74.6.21.89',15,1217317781),(3295,0,'74.6.24.126',4,1217333696),(3296,0,'66.249.71.33',10,1217340687),(3297,0,'66.249.71.33',14,1217343693),(3298,0,'65.55.211.37',17,1217346412),(3299,0,'66.249.71.33',7,1217349022),(3300,0,'65.55.211.36',18,1217354359),(3301,0,'65.55.211.26',15,1217361737),(3302,0,'74.6.21.180',21,1217386698),(3303,0,'74.6.21.179',9,1217390748),(3304,0,'65.55.211.28',4,1217400617),(3305,0,'65.55.211.25',20,1217400898),(3306,0,'65.55.211.27',2,1217418072),(3307,0,'65.55.211.28',7,1217425312),(3308,0,'68.192.9.221',10,1217430570),(3309,0,'68.192.9.221',18,1217430572),(3310,0,'68.192.9.221',7,1217430575),(3311,0,'74.6.20.250',10,1217439774),(3312,0,'74.6.21.248',14,1217443403),(3313,0,'74.6.18.37',18,1217447625),(3314,0,'67.195.55.159',14,1217447909),(3315,0,'67.195.54.154',18,1217448195),(3316,0,'74.6.22.24',5,1217486179),(3317,0,'74.6.20.154',2,1217488568),(3318,0,'74.6.29.156',13,1217501335),(3319,0,'65.55.211.30',14,1217504311),(3320,0,'67.195.55.122',2,1217524198),(3321,0,'65.55.211.31',17,1217531783),(3322,0,'65.55.211.23',15,1217541245),(3323,0,'74.6.27.57',6,1217567448),(3324,0,'67.195.51.164',15,1217581451),(3325,0,'65.55.211.28',4,1217582405),(3326,0,'65.55.211.25',20,1217583518),(3327,0,'65.55.211.27',2,1217600055),(3328,0,'65.55.211.27',7,1217603676),(3329,0,'65.55.211.30',14,1217686512),(3330,0,'65.55.211.31',17,1217714434),(3331,0,'65.55.211.24',15,1217721995),(3332,0,'65.55.211.28',4,1217766389),(3333,0,'65.55.211.25',20,1217767368),(3334,0,'65.55.211.27',2,1217783010),(3335,0,'65.55.211.28',7,1217783173),(3336,0,'74.6.17.247',12,1217812046),(3337,0,'69.147.242.42',7,1217834469),(3338,0,'69.147.242.42',10,1217834478),(3339,0,'65.55.211.31',14,1217864097),(3340,0,'65.55.211.36',21,1217878249),(3341,0,'67.195.54.44',2,1217897464),(3342,0,'65.55.211.31',17,1217897626),(3343,0,'67.195.52.84',9,1217898754),(3344,0,'67.195.52.49',13,1217902775),(3345,0,'65.55.211.24',15,1217905237),(3346,0,'74.6.16.189',20,1217919987),(3347,0,'74.6.28.216',7,1217920151),(3348,0,'74.6.29.46',17,1217920441),(3349,0,'74.6.21.89',15,1217922831),(3350,0,'65.55.211.28',4,1217948673),(3351,0,'65.55.211.25',20,1217952714),(3352,0,'74.6.24.126',4,1217958282),(3353,0,'65.55.211.28',7,1217963154),(3354,0,'65.55.211.27',2,1217963497),(3355,0,'65.55.211.24',10,1217969101),(3356,0,'74.6.21.179',9,1217997839),(3357,0,'67.195.51.159',18,1218005502),(3358,0,'65.55.211.31',12,1218015451),(3359,0,'66.249.71.35',18,1218021719),(3360,0,'67.195.54.56',21,1218027449),(3361,0,'74.6.21.180',21,1218030573),(3362,0,'65.55.211.24',13,1218039079),(3363,0,'74.6.20.250',10,1218044724),(3364,0,'65.55.211.40',5,1218045963),(3365,0,'65.55.211.39',6,1218046308),(3366,0,'65.55.211.30',14,1218052469),(3367,0,'74.6.18.37',18,1218052607),(3368,0,'67.195.55.159',14,1218052808),(3369,0,'65.55.211.39',9,1218069308),(3370,0,'67.195.51.120',17,1218070594),(3371,0,'65.55.211.31',17,1218083221),(3372,0,'74.6.22.24',5,1218091141),(3373,0,'65.55.211.23',15,1218091592),(3374,0,'74.6.20.154',2,1218093670),(3375,0,'67.195.51.167',20,1218103304),(3376,0,'74.6.29.156',13,1218106300),(3377,0,'72.20.99.41',9,1218106587),(3378,0,'72.20.99.41',6,1218106681),(3379,0,'72.20.99.41',10,1218106778),(3380,0,'72.20.99.41',12,1218106812),(3381,0,'72.20.99.41',13,1218106939),(3382,0,'72.20.99.41',21,1218106987),(3383,0,'72.20.99.41',5,1218107175),(3384,0,'72.20.99.41',18,1218107343),(3385,0,'72.20.99.41',14,1218107416),(3386,0,'72.20.99.41',2,1218107542),(3387,0,'72.20.99.41',7,1218107651),(3388,0,'72.20.99.41',20,1218107778),(3389,0,'72.20.99.41',17,1218107841),(3390,0,'72.20.99.41',4,1218108077),(3391,0,'72.20.99.41',15,1218108432),(3392,0,'74.6.21.248',14,1218111874),(3393,0,'65.55.211.25',20,1218136338),(3394,0,'65.55.211.27',2,1218148051),(3395,0,'65.55.211.27',7,1218170687),(3396,0,'74.6.27.57',6,1218172398),(3397,0,'65.55.211.30',14,1218240392),(3398,0,'66.249.71.106',7,1218242130),(3399,0,'65.55.211.30',18,1218243453),(3400,0,'65.55.211.31',17,1218266594),(3401,0,'65.55.211.23',15,1218275317),(3402,0,'65.55.211.25',20,1218320088),(3403,0,'65.55.211.27',2,1218333935),(3404,0,'65.55.211.28',4,1218334598),(3405,0,'65.55.211.27',7,1218368094),(3406,0,'74.6.17.247',12,1218417288),(3407,0,'65.55.211.30',14,1218424489),(3408,0,'65.55.211.31',17,1218452187),(3409,0,'65.55.211.23',15,1218476546),(3410,0,'65.55.211.25',20,1218501964),(3411,0,'65.55.211.27',2,1218515331),(3412,0,'65.55.211.28',4,1218523045),(3413,0,'74.6.16.189',20,1218524978),(3414,0,'74.6.28.216',7,1218525154),(3415,0,'74.6.29.46',17,1218525382),(3416,0,'74.6.21.89',15,1218527802),(3417,0,'74.6.24.126',4,1218564425),(3418,0,'67.195.51.152',12,1218592113),(3419,0,'74.6.21.179',9,1218602830),(3420,0,'65.55.211.30',14,1218616203),(3421,0,'65.55.211.31',17,1218634708),(3422,0,'74.6.21.180',21,1218635602),(3423,0,'74.6.20.250',10,1218649669),(3424,0,'74.6.18.37',18,1218657620),(3425,0,'65.55.211.23',15,1218661580),(3426,0,'67.195.52.93',10,1218674044),(3427,0,'65.55.211.25',20,1218686138),(3428,0,'74.6.22.24',5,1218696024),(3429,0,'74.6.20.154',2,1218698910),(3430,0,'65.55.211.27',2,1218701404),(3431,0,'65.55.211.28',4,1218704519),(3432,0,'74.6.29.156',13,1218711228),(3433,0,'67.195.52.33',5,1218715909),(3434,0,'74.6.21.248',14,1218716948),(3435,0,'65.55.108.191',15,1218722144),(3436,0,'65.55.108.192',18,1218722262),(3437,0,'65.55.108.192',14,1218722303),(3438,0,'65.55.108.192',17,1218722557),(3439,0,'65.55.108.191',20,1218724469),(3440,0,'65.55.108.192',21,1218725697),(3441,0,'65.55.108.191',2,1218726772),(3442,0,'65.55.108.191',7,1218727361),(3443,0,'65.55.108.191',4,1218727465),(3444,0,'65.55.211.27',7,1218746162),(3445,0,'74.6.27.57',6,1218777348),(3446,0,'65.55.211.36',21,1218796442),(3447,0,'65.55.211.30',14,1218797953),(3448,0,'66.249.66.173',18,1218816354),(3449,0,'65.55.211.31',17,1218817789),(3450,0,'65.55.211.24',10,1218845470),(3451,0,'65.55.211.23',15,1218846405),(3452,0,'65.55.211.25',20,1218866878),(3453,0,'66.249.66.173',6,1218874221),(3454,0,'66.249.66.173',14,1218874446),(3455,0,'66.249.66.173',2,1218874578),(3456,0,'66.249.66.173',12,1218874849),(3457,0,'66.249.66.173',9,1218875387),(3458,0,'66.249.66.173',21,1218875837),(3459,0,'66.249.66.173',13,1218875932),(3460,0,'66.249.66.173',5,1218876093),(3461,0,'65.55.211.27',2,1218884400),(3462,0,'66.249.66.173',10,1218886750),(3463,0,'65.55.211.28',4,1218887989),(3464,0,'65.55.211.31',12,1218888232),(3465,0,'66.249.66.173',4,1218893249),(3466,0,'66.249.66.173',7,1218895721),(3467,0,'66.249.66.173',15,1218896949),(3468,0,'66.249.66.173',17,1218897102),(3469,0,'66.249.66.173',20,1218897683),(3470,0,'65.55.211.24',13,1218916067),(3471,0,'65.55.211.27',7,1218927685),(3472,0,'65.55.211.40',5,1218933937),(3473,0,'65.55.211.30',14,1218984065),(3474,0,'65.55.211.31',17,1218999955),(3475,0,'65.55.211.39',9,1219004608),(3476,0,'65.55.211.39',6,1219004609),(3477,0,'74.6.17.247',12,1219022379),(3478,0,'65.55.211.23',15,1219025538),(3479,0,'65.55.211.25',20,1219050050),(3480,0,'66.249.66.173',7,1219054247),(3481,0,'65.55.211.27',2,1219066817),(3482,0,'65.55.211.28',4,1219072906),(3483,0,'65.55.211.30',18,1219115455),(3484,0,'65.55.211.27',7,1219116408),(3485,0,'67.195.51.153',14,1219118970),(3486,0,'74.6.16.189',20,1219130128),(3487,0,'74.6.29.46',17,1219133269),(3488,0,'74.6.21.89',15,1219133773),(3489,0,'67.195.54.56',21,1219143092),(3490,0,'65.55.211.30',14,1219166762),(3491,0,'74.6.24.126',4,1219169552),(3492,0,'65.55.211.31',17,1219184079),(3493,0,'74.6.28.216',7,1219207675),(3494,0,'65.55.211.25',20,1219234495),(3495,0,'74.6.21.180',21,1219241652),(3496,0,'65.55.211.27',2,1219246810),(3497,0,'74.6.21.179',9,1219249729),(3498,0,'65.55.211.28',4,1219253967),(3499,0,'74.6.18.37',18,1219262657),(3500,0,'65.55.211.27',7,1219299747),(3501,0,'74.6.22.24',5,1219303170),(3502,0,'74.6.21.248',14,1219323123),(3503,0,'128.255.44.84',18,1219338001),(3504,0,'74.6.29.156',13,1219341600),(3505,0,'74.6.16.170',10,1219352329),(3506,0,'74.6.20.154',2,1219356486),(3507,0,'74.6.27.57',6,1219384018),(3508,0,'65.55.211.23',15,1219405634),(3509,0,'12.214.77.208',18,1219447890),(3510,0,'65.55.211.27',7,1219481986),(3511,0,'74.6.17.247',12,1219634338),(3512,0,'65.55.211.31',17,1219640841),(3513,0,'65.55.211.30',14,1219648622),(3514,0,'65.55.211.23',15,1219659383),(3515,0,'65.55.211.28',4,1219692912),(3516,0,'65.55.211.25',20,1219696075),(3517,0,'65.55.211.27',2,1219715065),(3518,0,'66.249.66.173',18,1219721850),(3519,0,'65.55.211.27',7,1219758951),(3520,0,'74.6.24.126',4,1219807255),(3521,0,'74.6.21.89',15,1219836227),(3522,0,'74.6.16.189',20,1219843696),(3523,0,'65.55.211.36',17,1219844107),(3524,0,'65.55.211.36',14,1219847947),(3525,0,'65.55.211.24',15,1219849008),(3526,0,'65.55.211.29',4,1219878647),(3527,0,'65.55.211.26',20,1219885223),(3528,0,'65.94.7.87',10,1219902804),(3529,0,'65.94.7.87',7,1219902810),(3530,0,'74.6.29.46',17,1219902953),(3531,0,'65.55.211.28',2,1219905696),(3532,0,'65.55.211.39',21,1219910179),(3533,0,'74.6.18.37',18,1219913823),(3534,0,'74.6.28.216',7,1219918742),(3535,0,'66.249.66.173',7,1219934807),(3536,0,'65.55.211.29',7,1219939561),(3537,0,'74.6.21.180',21,1220009174),(3538,0,'65.55.211.31',18,1220012718),(3539,0,'65.55.211.36',17,1220028892),(3540,0,'65.55.211.24',15,1220033595),(3541,0,'65.55.211.36',14,1220035568),(3542,0,'74.6.21.248',14,1220035730),(3543,0,'74.6.16.170',10,1220043066),(3544,0,'74.6.20.154',2,1220046451),(3545,0,'65.55.211.29',4,1220066760),(3546,0,'65.55.211.26',20,1220068039),(3547,0,'65.55.211.28',2,1220093929),(3548,0,'65.55.211.29',7,1220120681),(3549,0,'66.249.66.173',10,1220249501),(3550,0,'65.55.211.29',4,1220251316),(3551,0,'65.55.211.26',20,1220252047),(3552,0,'66.249.66.173',9,1220257873),(3553,0,'66.249.66.173',5,1220257874),(3554,0,'66.249.66.173',6,1220257874),(3555,0,'66.249.66.173',12,1220257875),(3556,0,'66.249.66.173',21,1220257875),(3557,0,'66.249.66.173',13,1220258796),(3558,0,'65.55.211.28',2,1220276811),(3559,0,'65.55.211.29',7,1220300558),(3560,0,'68.192.9.221',10,1220414740),(3561,0,'68.192.9.221',12,1220414742),(3562,0,'68.192.9.221',13,1220414746),(3563,0,'68.192.9.221',14,1220414748),(3564,0,'68.192.9.221',15,1220414750),(3565,0,'68.192.9.221',17,1220414753),(3566,0,'68.192.9.221',18,1220414755),(3567,0,'68.192.9.221',2,1220414758),(3568,0,'68.192.9.221',20,1220414760),(3569,0,'68.192.9.221',21,1220414762),(3570,0,'68.192.9.221',4,1220414764),(3571,0,'68.192.9.221',5,1220414767),(3572,0,'68.192.9.221',6,1220414769),(3573,0,'68.192.9.221',7,1220414771),(3574,0,'68.192.9.221',9,1220414775),(3575,0,'65.55.211.24',15,1220417268),(3576,0,'65.55.211.36',14,1220430067),(3577,0,'65.55.211.29',4,1220432331),(3578,0,'65.55.211.26',20,1220433345),(3579,0,'65.55.211.28',2,1220455771),(3580,0,'65.55.211.29',7,1220479210),(3581,0,'66.249.71.106',18,1220517832),(3582,0,'69.60.120.51',2,1220536715),(3583,0,'12.217.246.147',20,1220542116),(3584,0,'128.255.158.121',18,1220552717),(3585,0,'65.55.211.36',14,1220625802),(3586,0,'65.55.211.36',17,1220647582),(3587,0,'128.255.242.180',18,1220648397),(3588,0,'66.249.71.106',2,1220652925),(3589,0,'65.55.211.24',15,1220657588),(3590,0,'65.55.211.29',4,1220659385),(3591,0,'65.55.211.28',2,1220665683),(3592,0,'65.55.211.26',20,1220670308),(3593,0,'12.217.242.0',10,1220671413),(3594,0,'65.55.211.29',7,1220680668),(3595,0,'66.249.71.107',7,1220736114),(3596,0,'65.55.211.36',12,1220765812),(3597,0,'74.6.21.248',14,1220779315),(3598,0,'217.146.246.8',2,1220794562),(3599,0,'12.208.84.90',18,1220818191),(3600,0,'66.231.189.86',18,1220818474),(3601,0,'93.174.93.220',2,1220823541),(3602,0,'66.231.189.86',14,1220839949),(3603,0,'65.55.211.39',21,1220889243),(3604,0,'74.6.18.37',18,1220937283),(3605,0,'66.249.71.107',20,1220969648),(3606,0,'66.249.71.108',17,1220969954),(3607,0,'66.249.71.107',4,1220970004),(3608,0,'66.249.71.108',15,1220970021),(3609,0,'65.55.211.25',13,1221022534),(3610,0,'65.55.211.25',10,1221022629),(3611,0,'65.55.211.41',5,1221053833),(3612,180,'128.255.177.245',2,1221167421),(3613,0,'74.6.27.57',6,1221396181),(3614,0,'74.6.17.247',12,1221396285),(3615,0,'74.6.16.170',10,1221396319),(3616,0,'74.6.20.154',2,1221396431),(3617,0,'74.6.22.24',5,1221397824),(3618,0,'66.249.71.108',18,1221403160),(3619,0,'74.6.21.180',21,1221404385),(3620,0,'65.55.108.195',18,1221413549),(3621,0,'74.6.18.62',17,1221439632),(3622,0,'74.6.28.216',7,1221439697),(3623,0,'74.6.16.189',20,1221439737),(3624,0,'74.6.24.126',4,1221439770),(3625,0,'74.6.21.89',15,1221440398),(3626,0,'74.6.29.156',13,1221459165),(3627,0,'74.6.21.179',9,1221463589),(3628,0,'74.6.21.248',14,1221482496),(3629,0,'65.55.213.28',20,1221488732),(3630,0,'65.55.213.28',15,1221488748),(3631,0,'65.55.213.28',13,1221488773),(3632,0,'65.55.213.28',2,1221488801),(3633,0,'65.55.213.28',7,1221488802),(3634,0,'65.55.213.28',10,1221488961),(3635,0,'65.55.213.28',4,1221489642),(3636,0,'65.55.213.28',18,1221490098),(3637,0,'65.55.213.28',14,1221490099),(3638,0,'65.55.213.28',17,1221490100),(3639,0,'65.55.213.28',12,1221490100),(3640,0,'65.55.213.28',9,1221490101),(3641,0,'65.55.213.28',21,1221490102),(3642,0,'65.55.213.28',6,1221490103),(3643,0,'65.55.213.28',5,1221490103),(3644,0,'65.55.211.36',14,1221503587),(3645,0,'66.249.71.106',2,1221504057),(3646,0,'65.55.211.36',17,1221518652),(3647,0,'65.55.211.24',15,1221528295),(3648,0,'65.55.211.29',4,1221535989),(3649,0,'65.55.211.28',2,1221540635),(3650,0,'65.55.211.26',20,1221541203),(3651,0,'74.6.18.37',18,1221542257),(3652,0,'65.55.211.29',7,1221554975),(3653,0,'66.249.71.106',7,1221608302),(3654,0,'65.55.108.193',21,1221650354),(3655,0,'65.55.108.193',17,1221668524),(3656,0,'97.115.138.170',18,1221780107),(3657,0,'97.115.138.170',14,1221780132),(3658,0,'74.6.27.166',17,1221794524),(3659,0,'65.55.108.193',14,1221827096),(3660,0,'65.55.211.39',21,1221831703),(3661,0,'74.6.16.170',10,1222001222),(3662,0,'74.6.17.247',12,1222001404),(3663,0,'74.6.27.57',6,1222003521),(3664,0,'74.6.21.180',21,1222009599),(3665,0,'74.6.22.24',5,1222020289),(3666,0,'74.6.20.154',2,1222031184),(3667,0,'74.6.28.216',7,1222044583),(3668,0,'74.6.16.189',20,1222044664),(3669,0,'74.6.21.89',15,1222045455),(3670,0,'74.6.24.126',4,1222047081),(3671,0,'74.6.29.156',13,1222065048),(3672,0,'74.6.21.179',9,1222068454),(3673,0,'74.6.21.248',14,1222087857),(3674,0,'66.249.71.108',4,1222090485),(3675,0,'66.249.71.108',15,1222091923),(3676,0,'66.249.71.106',20,1222093361),(3677,0,'66.249.71.107',17,1222093720),(3678,0,'74.6.18.37',18,1222147441),(3679,0,'74.6.17.121',17,1222264503),(3680,0,'66.249.71.107',18,1222323721),(3681,0,'65.55.211.36',14,1222378115),(3682,0,'65.55.211.36',17,1222391927),(3683,0,'65.55.211.24',15,1222408018),(3684,0,'65.55.211.26',20,1222410393),(3685,0,'65.55.211.29',4,1222411693),(3686,0,'65.55.211.29',7,1222425018),(3687,0,'66.249.71.108',2,1222437852),(3688,0,'65.55.211.28',2,1222446483),(3689,0,'65.55.211.40',12,1222509444),(3690,0,'66.249.71.106',7,1222549705),(3691,0,'65.55.211.44',9,1222572680),(3692,0,'65.55.108.194',6,1222575181),(3693,0,'74.6.17.247',12,1222608754),(3694,0,'74.6.16.170',10,1222609675),(3695,0,'74.6.28.216',7,1222649570),(3696,0,'74.6.16.189',20,1222649782),(3697,0,'65.55.211.44',6,1222654731),(3698,0,'74.6.21.180',21,1222658772),(3699,0,'74.6.21.89',15,1222660613),(3700,0,'74.6.24.126',4,1222666099),(3701,0,'74.6.27.57',6,1222670469),(3702,0,'74.6.21.179',9,1222673345),(3703,0,'74.6.29.156',13,1222682787),(3704,0,'65.55.211.41',21,1222705956),(3705,0,'66.249.71.108',10,1222746517),(3706,0,'74.6.20.154',2,1222761813),(3707,0,'65.55.211.28',10,1222763679),(3708,0,'65.55.211.27',13,1222766653),(3709,0,'65.55.211.37',18,1222769611),(3710,0,'65.55.211.45',5,1222797614),(3711,0,'74.6.17.121',17,1222870356),(3712,0,'74.6.21.248',14,1222949856),(3713,0,'203.190.153.18',10,1222978773),(3714,0,'203.190.153.18',12,1222978997),(3715,0,'66.249.71.107',20,1223016107),(3716,0,'66.249.71.107',17,1223016515),(3717,0,'66.249.71.106',15,1223016922),(3718,0,'66.249.71.107',4,1223018144),(3719,0,'74.6.18.37',18,1223071055),(3720,0,'66.249.73.34',10,1223185103),(3721,0,'65.55.211.39',14,1223251211),(3722,0,'65.55.211.39',17,1223260708),(3723,0,'65.55.211.27',15,1223278244),(3724,0,'65.55.211.29',20,1223284445),(3725,0,'65.55.211.31',4,1223286388),(3726,0,'65.55.211.31',7,1223298388),(3727,0,'65.55.211.31',2,1223319988),(3728,0,'74.6.28.216',7,1223341361),(3729,0,'74.6.20.108',17,1223362759),(3730,0,'66.249.73.34',7,1223368146),(3731,0,'74.6.29.156',13,1223376379),(3732,0,'74.6.21.180',21,1223376571),(3733,0,'74.6.24.126',4,1223379465),(3734,0,'128.255.18.183',10,1223395550),(3735,0,'74.6.16.170',10,1223416616),(3736,0,'74.6.27.57',6,1223420605),(3737,0,'74.6.21.179',9,1223427219),(3738,0,'65.55.211.40',9,1223443403),(3739,0,'74.6.17.247',12,1223496650),(3740,0,'65.55.211.41',6,1223541399),(3741,0,'65.55.211.39',21,1223579436),(3742,0,'65.55.211.31',18,1223646903),(3743,0,'74.6.8.107',2,1223697110),(3744,0,'66.249.73.34',6,1223857481),(3745,0,'12.217.244.154',21,1223859628),(3746,0,'74.6.22.158',14,1223919948),(3747,0,'74.6.22.158',20,1223927290),(3748,0,'74.6.22.158',15,1223942600),(3749,0,'65.55.108.193',12,1223964321),(3750,0,'66.249.73.34',18,1223979307),(3751,0,'66.249.73.34',2,1223980647),(3752,0,'66.249.73.34',9,1223990691),(3753,0,'66.249.73.34',12,1223991914),(3754,0,'66.249.73.34',5,1223992087),(3755,0,'66.249.73.34',17,1223993244),(3756,0,'66.249.73.34',20,1223993512),(3757,0,'66.249.73.34',15,1223993780),(3758,0,'66.249.73.34',4,1223994316),(3759,0,'65.55.211.36',14,1224127481),(3760,0,'65.55.211.36',17,1224131500),(3761,0,'66.249.73.34',21,1224143263),(3762,0,'66.249.73.34',13,1224143422),(3763,0,'65.55.211.24',15,1224148680),(3764,0,'65.55.211.26',20,1224158679),(3765,0,'65.55.211.29',4,1224161025),(3766,0,'65.55.211.28',7,1224168553),(3767,0,'66.249.73.34',7,1224176603),(3768,0,'74.6.18.239',6,1224179415),(3769,0,'74.6.18.239',4,1224186550),(3770,0,'65.55.211.28',2,1224190756),(3771,0,'128.255.195.44',10,1224203624),(3772,0,'74.6.18.239',7,1224205493),(3773,0,'38.99.44.101',14,1224213197),(3774,0,'74.6.22.106',10,1224218364),(3775,0,'65.55.211.36',12,1224254087),(3776,0,'65.55.211.41',9,1224316064),(3777,0,'65.55.211.41',6,1224416884),(3778,0,'65.55.211.39',21,1224449851),(3779,0,'65.55.211.25',13,1224510264),(3780,0,'65.55.211.25',10,1224514551),(3781,0,'65.55.211.31',18,1224522795),(3782,0,'65.55.211.41',5,1224540873),(3783,0,'66.249.73.34',21,1224544308),(3784,0,'66.249.73.34',14,1224544390),(3785,0,'66.249.73.34',9,1224544817),(3786,0,'66.249.73.34',15,1224544988),(3787,0,'66.249.73.34',20,1224545146),(3788,0,'66.249.73.34',18,1224545178),(3789,0,'66.249.73.34',10,1224545256),(3790,0,'66.249.73.34',4,1224545310),(3791,0,'66.249.73.34',5,1224545350),(3792,0,'66.249.73.34',13,1224545372),(3793,0,'66.249.73.34',2,1224545527),(3794,0,'66.249.73.34',12,1224545534),(3795,0,'66.249.73.34',17,1224545760),(3796,0,'66.249.73.34',7,1224545854),(3797,0,'66.249.73.34',6,1224546040),(3798,0,'74.6.22.97',18,1224586261),(3799,0,'74.6.22.97',17,1224593424),(3800,0,'74.6.8.90',2,1224599434),(3801,0,'65.55.108.192',13,1224691526),(3802,0,'65.55.108.192',10,1224691536),(3803,0,'66.249.73.34',20,1224759248),(3804,0,'66.249.73.34',5,1224759452),(3805,0,'66.249.73.34',13,1224759564),(3806,0,'74.6.22.176',5,1224760894),(3807,0,'66.249.73.34',18,1224761185),(3808,0,'66.249.73.34',6,1224761602),(3809,0,'66.249.73.34',9,1224761736),(3810,0,'66.249.73.34',17,1224762475),(3811,0,'66.249.73.34',14,1224762740),(3812,0,'66.249.73.34',4,1224762819),(3813,0,'66.249.73.34',12,1224763069),(3814,0,'66.249.73.34',15,1224763283),(3815,0,'66.249.73.34',7,1224763837),(3816,0,'66.249.73.34',10,1224764544),(3817,0,'66.249.73.34',21,1224767848),(3818,0,'207.28.228.2',10,1224770855),(3819,0,'207.28.228.2',18,1224770960),(3820,0,'207.28.228.2',18,1224771143),(3821,0,'66.249.73.34',2,1224773080),(3822,0,'74.6.22.189',15,1224845976),(3823,0,'65.55.211.37',14,1225000964),(3824,0,'65.55.211.37',17,1225005414),(3825,0,'65.55.211.25',15,1225024272),(3826,0,'65.55.211.30',4,1225031669),(3827,0,'65.55.211.27',20,1225034013),(3828,0,'65.55.211.29',7,1225040072),(3829,0,'65.55.211.29',2,1225062624),(3830,0,'74.6.18.215',14,1225183325),(3831,0,'74.6.18.215',10,1225224494),(3832,0,'66.249.73.34',7,1225291680),(3833,0,'65.55.211.40',21,1225321724),(3834,0,'65.55.211.36',18,1225395979),(3835,0,'65.55.108.191',2,1225422661),(3836,0,'65.55.108.191',7,1225433019),(3837,0,'65.55.108.191',4,1225442940),(3838,0,'72.30.142.248',5,1225455522),(3839,0,'66.249.73.34',14,1225536851),(3840,0,'72.30.142.182',2,1225594628),(3841,0,'72.30.142.182',18,1225631526),(3842,0,'65.55.108.190',15,1225699408),(3843,0,'65.55.108.190',20,1225736650),(3844,0,'74.6.22.105',20,1225744200),(3845,0,'74.6.18.252',17,1225801686),(3846,0,'74.6.22.108',15,1225824656),(3847,0,'128.255.40.181',2,1225845366),(3848,0,'128.255.40.181',14,1225845377),(3849,0,'128.255.40.181',18,1225845378),(3850,0,'128.255.40.181',7,1225845387),(3851,0,'128.255.40.181',15,1225845402),(3852,0,'128.255.40.181',17,1225845404),(3853,0,'128.255.40.181',20,1225845409),(3854,0,'128.255.40.181',4,1225845414),(3855,0,'128.255.40.181',10,1225845429),(3856,0,'128.255.40.181',21,1225845438),(3857,0,'128.255.40.181',6,1225845439),(3858,0,'128.255.40.181',5,1225845441),(3859,0,'128.255.40.181',13,1225845449),(3860,0,'128.255.40.181',12,1225845449),(3861,0,'128.255.40.181',9,1225845465),(3862,0,'65.55.211.37',14,1225869023),(3863,0,'65.55.211.37',17,1225882565),(3864,0,'65.55.211.25',15,1225897536),(3865,0,'65.55.211.30',4,1225900790),(3866,0,'65.55.211.27',20,1225910643),(3867,0,'65.55.211.29',7,1225911334),(3868,0,'65.55.213.29',5,1225917320),(3869,0,'65.55.211.29',2,1225944008),(3870,0,'65.55.211.37',12,1225997176),(3871,0,'74.6.17.173',13,1226053324),(3872,0,'65.55.211.41',9,1226059652),(3873,0,'65.55.211.37',12,1226063449),(3874,0,'74.6.22.120',4,1226079017),(3875,0,'74.6.22.94',9,1226120444),(3876,0,'66.249.73.34',9,1226120499),(3877,0,'66.249.73.34',4,1226120582),(3878,0,'66.249.73.34',6,1226120734),(3879,0,'66.249.73.34',17,1226121097),(3880,0,'66.249.73.34',5,1226122529),(3881,0,'66.249.73.34',20,1226124794),(3882,0,'66.249.73.34',10,1226126234),(3883,0,'66.249.73.34',7,1226126427),(3884,0,'66.249.73.34',13,1226126645),(3885,0,'66.249.73.34',21,1226126845),(3886,0,'66.249.73.34',14,1226127810),(3887,0,'66.249.73.34',15,1226128399),(3888,0,'66.249.73.34',2,1226128432),(3889,0,'66.249.73.34',12,1226128476),(3890,0,'66.249.73.34',18,1226131613),(3891,0,'74.6.22.94',12,1226147583),(3892,0,'38.99.44.101',14,1226154395),(3893,0,'65.55.211.43',6,1226168021),(3894,0,'65.55.211.40',21,1226199274),(3895,0,'66.249.73.34',7,1226218427),(3896,0,'74.6.8.113',14,1226296873),(3897,0,'66.249.73.34',10,1226326309),(3898,0,'65.55.211.36',18,1226337337),(3899,0,'74.6.22.180',7,1226348799),(3900,0,'128.255.40.181',2,1226410150),(3901,0,'128.255.40.181',14,1226412344),(3902,0,'128.255.40.181',18,1226412346),(3903,0,'128.255.40.181',7,1226419932),(3904,0,'128.255.40.181',15,1226419934),(3905,0,'128.255.40.181',17,1226419935),(3906,0,'128.255.40.181',20,1226420946),(3907,0,'128.255.40.181',4,1226420948),(3908,0,'74.6.18.242',17,1226425796),(3909,0,'128.255.40.181',5,1226426414),(3910,0,'128.255.40.181',10,1226426416),(3911,0,'128.255.40.181',6,1226426421),(3912,0,'128.255.40.181',12,1226426423),(3913,0,'128.255.40.181',13,1226426424),(3914,0,'128.255.40.181',9,1226426425),(3915,0,'128.255.40.181',21,1226426427),(3916,0,'71.205.123.131',7,1226452390),(3917,0,'65.55.211.26',13,1226505059),(3918,0,'65.55.211.26',10,1226505061),(3919,0,'128.255.237.69',2,1226566390),(3920,0,'128.255.237.69',20,1226566425),(3921,0,'128.255.237.69',17,1226566433),(3922,0,'128.255.237.69',15,1226566442),(3923,0,'128.255.237.69',7,1226566458),(3924,0,'128.255.237.69',4,1226566469),(3925,0,'128.255.237.69',14,1226566499),(3926,0,'128.255.237.69',18,1226566513),(3927,0,'128.255.237.69',6,1226566538),(3928,0,'128.255.237.69',5,1226566558),(3929,0,'128.255.237.69',9,1226566591),(3930,0,'128.255.237.69',10,1226566605),(3931,0,'128.255.237.69',12,1226566640),(3932,0,'128.255.237.69',21,1226566646),(3933,0,'128.255.237.69',13,1226566655),(3934,0,'65.55.211.43',5,1226569426),(3935,0,'66.249.73.34',7,1226663648),(3936,0,'66.249.73.34',4,1226672206),(3937,0,'66.249.73.34',20,1226672681),(3938,0,'66.249.73.34',15,1226673157),(3939,0,'66.249.73.34',17,1226674107),(3940,0,'208.96.54.72',2,1226720158),(3941,0,'72.30.79.110',2,1226745099),(3942,0,'65.55.211.37',14,1226762828),(3943,0,'72.30.79.110',6,1226771517),(3944,0,'65.55.211.37',17,1226776607),(3945,0,'65.55.211.30',4,1226777613),(3946,0,'65.55.211.25',15,1226781902),(3947,0,'65.55.211.29',7,1226790846),(3948,0,'65.55.211.27',20,1226791393),(3949,0,'65.55.211.29',2,1226816951),(3950,0,'128.255.192.64',7,1226884951),(3951,0,'206.160.137.66',2,1226958281),(3952,0,'206.160.137.66',2,1226958437),(3953,0,'206.160.137.66',2,1226958534),(3954,0,'206.160.137.66',2,1226960702),(3955,0,'206.160.137.66',2,1226960706),(3956,0,'66.249.73.34',4,1226965068),(3957,0,'66.249.73.34',2,1226966772),(3958,0,'66.249.73.34',18,1226967113),(3959,0,'128.255.40.181',2,1226975432),(3960,0,'128.255.40.181',14,1226979781),(3961,0,'128.255.40.181',18,1226979785),(3962,0,'74.6.8.88',18,1226981726),(3963,0,'128.255.40.181',7,1226994685),(3964,0,'128.255.40.181',15,1226994693),(3965,0,'128.255.40.181',17,1226994723),(3966,0,'74.6.8.88',20,1226996274),(3967,0,'128.255.40.181',20,1226996863),(3968,0,'128.255.40.181',4,1226996872),(3969,0,'128.255.40.181',5,1227007496),(3970,0,'128.255.40.181',12,1227007516),(3971,0,'128.255.40.181',9,1227007522),(3972,0,'128.255.40.181',10,1227007526),(3973,0,'128.255.40.181',6,1227007534),(3974,0,'194.225.236.227',10,1227007536),(3975,0,'128.255.40.181',13,1227007538),(3976,0,'128.255.40.181',21,1227007549),(3977,0,'74.6.8.94',9,1227020546),(3978,0,'74.6.8.97',15,1227025314),(3979,0,'74.6.8.97',13,1227042168),(3980,0,'74.6.8.97',17,1227044099),(3981,0,'72.30.81.167',12,1227075010),(3982,0,'66.249.70.196',6,1227093610),(3983,0,'128.255.237.69',2,1227170541),(3984,0,'128.255.237.69',18,1227170595),(3985,0,'128.255.237.69',14,1227170595),(3986,0,'128.255.237.69',20,1227170664),(3987,0,'128.255.237.69',4,1227170666),(3988,0,'128.255.237.69',17,1227170667),(3989,0,'128.255.237.69',7,1227170669),(3990,0,'128.255.237.69',15,1227170671),(3991,0,'128.255.237.69',5,1227170803),(3992,0,'128.255.237.69',6,1227170806),(3993,0,'128.255.237.69',9,1227170808),(3994,0,'128.255.237.69',12,1227170821),(3995,0,'128.255.237.69',10,1227170823),(3996,0,'128.255.237.69',13,1227170824),(3997,0,'128.255.237.69',21,1227170846),(3998,0,'66.249.70.196',21,1227214716),(3999,0,'66.249.70.196',13,1227214982),(4000,0,'66.249.70.196',5,1227215432),(4001,0,'66.249.70.196',9,1227215731),(4002,0,'66.249.70.196',12,1227216893),(4003,209,'12.217.241.0',2,1227239340),(4004,0,'72.30.65.25',21,1227311934),(4005,0,'65.55.211.40',21,1227381719),(4006,0,'66.249.70.196',18,1227401996),(4007,0,'65.55.211.36',18,1227455291),(4008,0,'72.30.65.59',7,1227539343),(4009,0,'128.255.40.181',2,1227541358),(4010,0,'128.255.40.181',14,1227547855),(4011,0,'128.255.40.181',18,1227547860),(4012,0,'128.255.40.181',7,1227570454),(4013,0,'128.255.40.181',15,1227570457),(4014,0,'128.255.40.181',17,1227570459),(4015,0,'128.255.40.181',20,1227573812),(4016,0,'128.255.40.181',4,1227573815),(4017,0,'128.255.40.181',5,1227588961),(4018,0,'128.255.40.181',12,1227588962),(4019,0,'128.255.40.181',9,1227588964),(4020,0,'128.255.40.181',10,1227588966),(4021,0,'128.255.40.181',6,1227588970),(4022,0,'128.255.40.181',13,1227588974),(4023,0,'128.255.40.181',21,1227588975),(4024,0,'72.30.142.116',14,1227589574),(4025,0,'72.30.142.98',17,1227649081),(4026,0,'65.55.211.30',4,1227666426),(4027,0,'65.55.211.37',14,1227670612),(4028,0,'65.55.211.29',7,1227688403),(4029,0,'72.30.161.223',4,1227691394),(4030,0,'65.55.211.25',15,1227697014),(4031,0,'65.55.211.27',20,1227706332),(4032,0,'65.55.211.29',2,1227709830),(4033,0,'72.30.78.250',6,1227710768),(4034,0,'72.30.142.249',10,1227737847),(4035,0,'128.255.237.69',2,1227779978),(4036,0,'128.255.237.69',14,1227780006),(4037,0,'128.255.237.69',18,1227780011),(4038,0,'128.255.237.69',4,1227780071),(4039,0,'128.255.237.69',20,1227780077),(4040,0,'128.255.237.69',7,1227780077),(4041,0,'128.255.237.69',15,1227780079),(4042,0,'128.255.237.69',17,1227780082),(4043,0,'128.255.237.69',5,1227780144),(4044,0,'128.255.237.69',13,1227780146),(4045,0,'128.255.237.69',12,1227780148),(4046,0,'128.255.237.69',10,1227780150),(4047,0,'128.255.237.69',6,1227780150),(4048,0,'128.255.237.69',9,1227780163),(4049,0,'128.255.237.69',21,1227780167),(4050,0,'66.249.70.196',18,1227830568),(4051,0,'66.249.70.196',2,1227840229),(4052,0,'65.55.108.189',14,1227853163),(4053,0,'72.30.65.23',2,1227906566),(4054,0,'66.249.70.196',4,1227955816),(4055,0,'66.249.70.196',15,1227957907),(4056,0,'66.249.70.196',20,1227960000),(4057,0,'66.249.70.196',17,1227960696),(4058,0,'72.30.87.114',21,1228033420),(4059,0,'72.30.79.87',5,1228080744),(4060,202,'173.21.221.63',2,1228089017),(4061,0,'72.30.161.249',18,1228206845),(4062,0,'66.249.66.36',18,1228276056),(4063,0,'65.55.211.40',21,1228304246),(4064,0,'128.255.40.181',2,1228306280),(4065,0,'128.255.40.181',14,1228314987),(4066,0,'128.255.40.181',18,1228314987),(4067,0,'128.255.40.181',7,1228349091),(4068,0,'128.255.40.181',15,1228349092),(4069,0,'128.255.40.181',17,1228349092),(4070,0,'128.255.40.181',20,1228352555),(4071,0,'128.255.40.181',4,1228352555),(4072,0,'128.255.40.181',5,1228375640),(4073,0,'128.255.40.181',12,1228375641),(4074,0,'128.255.40.181',13,1228375641),(4075,0,'128.255.40.181',10,1228375641),(4076,0,'128.255.40.181',9,1228375641),(4077,0,'128.255.40.181',21,1228375641),(4078,0,'128.255.40.181',6,1228375642),(4079,0,'128.255.237.69',2,1228378228),(4080,0,'128.255.237.69',18,1228378260),(4081,0,'128.255.237.69',14,1228378262),(4082,0,'128.255.237.69',4,1228378311),(4083,0,'128.255.237.69',20,1228378313),(4084,0,'128.255.237.69',15,1228378315),(4085,0,'128.255.237.69',17,1228378318),(4086,0,'128.255.237.69',7,1228378319),(4087,0,'128.255.237.69',5,1228378404),(4088,0,'128.255.237.69',13,1228378406),(4089,0,'128.255.237.69',12,1228378412),(4090,0,'128.255.237.69',10,1228378414),(4091,0,'128.255.237.69',6,1228378419),(4092,0,'128.255.237.69',9,1228378421),(4093,0,'128.255.237.69',21,1228378422),(4094,0,'74.6.22.121',20,1228444968),(4095,0,'72.30.65.51',17,1228460210),(4096,0,'66.249.66.36',7,1228477349),(4097,0,'65.55.211.36',18,1228655962),(4098,0,'65.55.211.29',7,1228671357),(4099,0,'72.30.65.44',15,1228675694),(4100,0,'66.249.66.36',18,1228684799),(4101,0,'72.30.79.55',7,1228720112),(4102,0,'66.249.66.36',7,1228789128),(4103,0,'66.249.66.36',4,1228808536),(4104,0,'66.249.66.36',20,1228809313),(4105,0,'66.249.66.36',17,1228810350),(4106,0,'66.249.66.36',2,1228810869),(4107,0,'65.55.211.30',4,1228839781),(4108,0,'208.96.54.71',2,1228880383),(4109,0,'66.249.66.36',15,1228911996),(4110,0,'128.255.237.69',2,1228983608),(4111,0,'128.255.237.69',18,1228983645),(4112,0,'128.255.237.69',14,1228983645),(4113,0,'128.255.237.69',4,1228983671),(4114,0,'128.255.237.69',7,1228983672),(4115,0,'128.255.237.69',20,1228983672),(4116,0,'128.255.237.69',15,1228983672),(4117,0,'128.255.237.69',17,1228983674),(4118,0,'128.255.237.69',9,1228983698),(4119,0,'128.255.237.69',12,1228983698),(4120,0,'128.255.237.69',5,1228983698),(4121,0,'128.255.237.69',10,1228983698),(4122,0,'128.255.237.69',13,1228983701),(4123,0,'128.255.237.69',21,1228983701),(4124,0,'128.255.237.69',6,1228983701),(4125,0,'72.30.79.94',21,1229031401),(4126,0,'65.55.211.29',2,1229106168),(4127,0,'72.30.79.89',4,1229107377),(4128,0,'173.21.223.97',2,1229219932),(4129,0,'65.55.211.39',21,1229225509),(4130,0,'66.249.66.36',10,1229233861),(4131,0,'66.249.66.36',18,1229258428),(4132,0,'74.6.8.122',2,1229266039),(4133,0,'128.255.150.181',7,1229314940),(4134,0,'128.255.40.181',2,1229325204),(4135,0,'66.249.66.36',10,1229333254),(4136,0,'128.255.40.181',18,1229339901),(4137,0,'128.255.40.181',14,1229339901),(4138,0,'173.19.44.105',7,1229350318),(4139,0,'65.55.211.25',15,1229373036),(4140,0,'128.255.40.181',15,1229389607),(4141,0,'128.255.40.181',7,1229389607),(4142,0,'128.255.40.181',17,1229389615),(4143,0,'128.255.40.181',20,1229393415),(4144,0,'128.255.40.181',4,1229393415),(4145,0,'65.55.211.37',12,1229418460),(4146,0,'128.255.40.181',5,1229427804),(4147,0,'128.255.40.181',10,1229429180),(4148,0,'128.255.40.181',9,1229429180),(4149,0,'128.255.40.181',12,1229429180),(4150,0,'128.255.40.181',13,1229429180),(4151,0,'128.255.40.181',6,1229429180),(4152,0,'128.255.40.181',21,1229429182),(4153,0,'65.55.211.27',20,1229505862),(4154,0,'65.55.211.36',18,1229539475),(4155,0,'208.111.154.15',15,1229562300),(4156,0,'208.111.154.15',17,1229565372),(4157,0,'208.111.154.15',18,1229567444),(4158,0,'208.111.154.15',12,1229567730),(4159,0,'208.111.154.15',13,1229568013),(4160,0,'208.111.154.15',14,1229568140),(4161,0,'208.111.154.16',10,1229591099),(4162,0,'128.255.237.69',2,1229591806),(4163,0,'128.255.237.69',14,1229591907),(4164,0,'128.255.237.69',18,1229591908),(4165,0,'128.255.237.69',20,1229591989),(4166,0,'128.255.237.69',4,1229591990),(4167,0,'128.255.237.69',7,1229591994),(4168,0,'128.255.237.69',15,1229591994),(4169,0,'128.255.237.69',17,1229591995),(4170,0,'128.255.237.69',5,1229591996),(4171,0,'128.255.237.69',12,1229591999),(4172,0,'128.255.237.69',10,1229592000),(4173,0,'128.255.237.69',6,1229592000),(4174,0,'128.255.237.69',9,1229592001),(4175,0,'128.255.237.69',13,1229592009),(4176,0,'128.255.237.69',21,1229592012),(4177,0,'208.111.154.15',20,1229643475),(4178,0,'74.6.22.190',9,1229670953),(4179,0,'66.249.66.36',7,1229696054),(4180,0,'66.249.66.36',20,1229705186),(4181,0,'66.249.66.36',2,1229705733),(4182,0,'66.249.66.36',17,1229706553),(4183,0,'208.111.154.15',21,1229726101),(4184,0,'208.111.154.16',9,1229732044),(4185,0,'74.6.22.190',12,1229739157),(4186,0,'208.111.154.15',7,1229762093),(4187,0,'65.55.211.30',4,1229768250),(4188,0,'208.111.154.15',4,1229780881),(4189,0,'66.249.66.36',15,1229782125),(4190,0,'66.249.66.36',4,1229816043),(4191,0,'74.6.17.151',13,1229841390),(4192,0,'65.55.211.37',17,1229880469),(4193,0,'208.115.111.244',10,1229888669),(4194,0,'208.115.111.244',12,1229898772),(4195,0,'208.115.111.244',13,1229898788),(4196,0,'208.115.111.244',14,1229898793),(4197,0,'208.115.111.244',15,1229898797),(4198,0,'208.115.111.244',17,1229898802),(4199,0,'208.115.111.244',18,1229898807),(4200,0,'208.115.111.244',2,1229898811),(4201,0,'208.115.111.244',20,1229898816),(4202,0,'208.115.111.244',21,1229898821),(4203,0,'208.115.111.244',4,1229898826),(4204,0,'208.115.111.244',5,1229907612),(4205,0,'208.115.111.244',6,1229907616),(4206,0,'208.115.111.244',7,1229907620),(4207,0,'208.115.111.244',9,1229907629),(4208,0,'74.6.17.151',18,1230028795),(4209,0,'74.6.17.151',6,1230042546),(4210,0,'74.6.17.151',10,1230045624),(4211,0,'74.6.17.151',14,1230054311),(4212,0,'74.6.17.151',21,1230077091),(4213,0,'66.249.66.36',6,1230086275),(4214,0,'74.6.17.151',5,1230091150),(4215,0,'208.111.154.16',6,1230097312),(4216,0,'208.111.154.16',5,1230120226),(4217,0,'208.111.154.16',2,1230127449),(4218,0,'65.55.211.29',2,1230135909),(4219,0,'65.55.211.39',21,1230146534),(4220,0,'208.96.54.71',4,1230151562),(4221,0,'208.96.54.71',5,1230151574),(4222,0,'208.96.54.71',6,1230151587),(4223,0,'208.96.54.71',7,1230151595),(4224,0,'208.96.54.71',9,1230151614),(4225,0,'208.96.54.71',10,1230151638),(4226,0,'208.96.54.71',12,1230151652),(4227,0,'208.96.54.71',13,1230151662),(4228,0,'208.96.54.71',14,1230151674),(4229,0,'208.96.54.71',15,1230151684),(4230,0,'208.96.54.71',17,1230151696),(4231,0,'208.96.54.71',18,1230151705),(4232,0,'208.96.54.71',20,1230151720),(4233,0,'208.96.54.71',21,1230151730),(4234,0,'128.255.237.69',2,1230190022),(4235,0,'128.255.237.69',18,1230190088),(4236,0,'128.255.237.69',14,1230190088),(4237,0,'128.255.237.69',4,1230190109),(4238,0,'128.255.237.69',7,1230190118),(4239,0,'128.255.237.69',17,1230190118),(4240,0,'128.255.237.69',20,1230190118),(4241,0,'128.255.237.69',15,1230190118),(4242,0,'128.255.237.69',5,1230190152),(4243,0,'128.255.237.69',13,1230190155),(4244,0,'128.255.237.69',6,1230190155),(4245,0,'128.255.237.69',10,1230190155),(4246,0,'128.255.237.69',12,1230190158),(4247,0,'128.255.237.69',9,1230190158),(4248,0,'128.255.237.69',21,1230190159),(4249,0,'66.249.66.36',14,1230227282),(4250,0,'72.30.65.30',20,1230235655),(4251,0,'72.30.65.30',4,1230236079),(4252,0,'72.30.65.30',7,1230238091),(4253,0,'72.30.65.30',15,1230248308),(4254,0,'72.30.65.30',17,1230250899),(4255,0,'72.30.65.30',17,1230254037),(4256,0,'65.55.211.25',15,1230268460),(4257,0,'65.55.213.29',20,1230282805),(4258,0,'65.55.213.29',15,1230282807),(4259,0,'65.55.213.29',13,1230283000),(4260,0,'65.55.213.29',10,1230283005),(4261,0,'65.55.213.29',2,1230284526),(4262,0,'65.55.213.29',7,1230284561),(4263,0,'65.55.213.29',4,1230284772),(4264,0,'65.55.213.29',18,1230285086),(4265,0,'128.255.40.181',2,1230285212),(4266,0,'65.55.213.29',14,1230285303),(4267,0,'65.55.213.29',17,1230285330),(4268,0,'65.55.213.29',12,1230285346),(4269,0,'65.55.213.29',21,1230285531),(4270,0,'65.55.213.29',9,1230285897),(4271,0,'65.55.213.29',6,1230286047),(4272,0,'128.255.40.181',14,1230305444),(4273,0,'128.255.40.181',18,1230305444),(4274,0,'65.55.211.26',13,1230337942),(4275,0,'65.55.211.26',10,1230337947),(4276,0,'128.255.40.181',17,1230369900),(4277,0,'128.255.40.181',7,1230369948),(4278,0,'128.255.40.181',15,1230369948),(4279,0,'128.255.40.181',4,1230373526),(4280,0,'128.255.40.181',20,1230373526),(4281,0,'66.249.66.36',13,1230397198),(4282,0,'66.249.66.36',9,1230397199),(4283,0,'66.249.66.36',21,1230397199),(4284,0,'66.249.66.36',12,1230397200),(4285,0,'66.249.66.36',5,1230397200),(4286,0,'128.255.40.181',5,1230418588),(4287,0,'128.255.40.181',6,1230419463),(4288,0,'128.255.40.181',10,1230419463),(4289,0,'128.255.40.181',12,1230419464),(4290,0,'128.255.40.181',9,1230419465),(4291,0,'128.255.40.181',13,1230419465),(4292,0,'128.255.40.181',21,1230419465),(4293,0,'66.249.66.36',7,1230430709),(4294,0,'66.249.66.36',20,1230447932),(4295,0,'66.249.66.36',17,1230450012),(4296,0,'66.249.66.36',2,1230450307),(4297,0,'65.55.211.36',18,1230471503),(4298,0,'66.249.66.36',4,1230612360),(4299,0,'65.55.211.30',4,1230648113),(4300,0,'72.30.79.58',14,1230659368),(4301,0,'72.30.79.58',9,1230672392),(4302,0,'72.30.79.58',21,1230704957),(4303,0,'72.30.79.58',2,1230733879),(4304,0,'65.55.211.29',7,1230744480),(4305,0,'128.255.95.19',7,1230756275),(4306,0,'128.255.95.19',7,1230756320),(4307,0,'128.255.95.19',7,1230756433),(4308,0,'208.111.154.248',12,1230760223),(4309,0,'66.249.66.36',7,1230773509),(4310,0,'65.55.211.37',17,1230793297),(4311,0,'128.255.237.69',2,1230793432),(4312,0,'128.255.237.69',18,1230793477),(4313,0,'128.255.237.69',14,1230793477),(4314,0,'128.255.237.69',20,1230793525),(4315,0,'128.255.237.69',4,1230793525),(4316,0,'128.255.237.69',15,1230793526),(4317,0,'128.255.237.69',7,1230793527),(4318,0,'128.255.237.69',17,1230793527),(4319,0,'128.255.237.69',5,1230793558),(4320,0,'128.255.237.69',6,1230793559),(4321,0,'128.255.237.69',9,1230793560),(4322,0,'128.255.237.69',12,1230793561),(4323,0,'128.255.237.69',13,1230793561),(4324,0,'128.255.237.69',10,1230793563),(4325,0,'128.255.237.69',21,1230793564),(4326,0,'72.30.79.58',13,1230840439),(4327,0,'72.30.79.39',17,1230861377),(4328,0,'208.111.154.248',10,1230901042),(4329,0,'72.30.79.39',12,1230940486),(4330,0,'65.55.211.29',2,1231020700),(4331,0,'65.49.2.17',10,1231083587),(4332,0,'65.55.211.39',21,1231093484),(4333,0,'208.111.154.248',13,1231093709),(4334,0,'66.249.66.36',17,1231130899),(4335,0,'74.6.22.174',5,1231148063),(4336,0,'65.55.211.25',15,1231153068),(4337,0,'206.160.137.66',2,1231166182),(4338,0,'66.249.66.36',20,1231227638),(4339,0,'74.6.8.103',18,1231238685),(4340,0,'128.255.40.181',2,1231242859),(4341,0,'128.255.40.181',14,1231264327),(4342,0,'128.255.40.181',18,1231264327),(4343,0,'74.6.8.103',14,1231264469),(4344,0,'74.6.22.183',6,1231303090),(4345,0,'65.55.211.40',9,1231313908),(4346,0,'74.6.17.154',10,1231327012),(4347,0,'128.255.40.181',17,1231342974),(4348,0,'128.255.40.181',15,1231342974),(4349,0,'128.255.40.181',7,1231342974),(4350,0,'128.255.40.181',4,1231348738),(4351,0,'128.255.40.181',20,1231348738),(4352,0,'74.6.17.154',21,1231357588),(4353,0,'128.255.237.69',2,1231400353),(4354,0,'128.255.237.69',14,1231400438),(4355,0,'128.255.237.69',18,1231400439),(4356,0,'128.255.237.69',4,1231400482),(4357,0,'128.255.237.69',20,1231400483),(4358,0,'128.255.237.69',15,1231400484),(4359,0,'128.255.237.69',7,1231400486),(4360,0,'128.255.237.69',17,1231400487),(4361,0,'128.255.237.69',5,1231400548),(4362,0,'128.255.237.69',6,1231400553),(4363,0,'128.255.237.69',12,1231400554),(4364,0,'128.255.237.69',10,1231400554),(4365,0,'128.255.237.69',9,1231400554),(4366,0,'128.255.237.69',13,1231400556),(4367,0,'128.255.237.69',21,1231400558),(4368,0,'128.255.40.181',5,1231401589),(4369,0,'128.255.40.181',10,1231402830),(4370,0,'128.255.40.181',12,1231402831),(4371,0,'128.255.40.181',6,1231402832),(4372,0,'128.255.40.181',13,1231402832),(4373,0,'128.255.40.181',21,1231402832),(4374,0,'128.255.40.181',9,1231402832),(4375,0,'74.6.17.169',7,1231448327),(4376,0,'74.6.17.169',15,1231458322),(4377,0,'66.249.66.36',2,1231473965),(4378,0,'66.249.66.36',14,1231475330),(4379,0,'66.249.66.36',18,1231481078),(4380,0,'66.249.66.36',7,1231483484),(4381,0,'66.249.66.36',5,1231483677),(4382,0,'66.249.66.36',21,1231485937),(4383,0,'66.249.66.36',20,1231486128),(4384,0,'66.249.66.36',6,1231486302),(4385,0,'66.249.66.36',4,1231486620),(4386,0,'66.249.66.36',15,1231486914),(4387,0,'66.249.66.36',17,1231488970),(4388,0,'66.249.66.36',10,1231489500),(4389,0,'66.249.66.36',12,1231490101),(4390,0,'66.249.66.36',9,1231490473),(4391,0,'66.249.66.36',13,1231490749),(4392,0,'65.55.108.190',14,1231528561),(4393,0,'72.30.161.228',20,1231543879),(4394,0,'72.30.161.228',4,1231563424),(4395,0,'65.55.211.30',4,1231578902),(4396,0,'66.249.66.36',2,1231625342),(4397,0,'65.55.211.42',6,1231692668),(4398,0,'66.249.66.36',10,1231705810),(4399,0,'81.170.129.76',2,1231805337),(4400,0,'66.249.66.36',7,1231885338),(4401,0,'74.6.17.187',17,1231897320),(4402,0,'65.55.211.41',5,1231904359),(4403,0,'74.6.17.187',14,1231911530),(4404,0,'65.55.211.41',6,1231911615),(4405,0,'74.6.17.187',9,1231961953),(4406,0,'74.6.17.187',21,1231962523),(4407,0,'65.55.211.37',17,1232009373),(4408,0,'65.55.211.37',14,1232027123),(4409,0,'208.111.154.15',7,1233029329),(4410,0,'66.249.66.36',4,1233032945),(4411,0,'66.249.66.36',10,1233033009),(4412,0,'66.249.66.36',15,1233033337),(4413,0,'72.30.79.29',10,1233033372),(4414,0,'66.249.66.36',17,1233033481),(4415,0,'66.249.66.36',9,1233033607),(4416,0,'66.249.66.36',20,1233033802),(4417,0,'66.249.66.36',5,1233033934),(4418,0,'66.249.66.36',13,1233034061),(4419,0,'66.249.66.36',7,1233034127),(4420,0,'66.249.66.36',14,1233034326),(4421,0,'66.249.66.36',21,1233034731),(4422,0,'66.249.66.36',12,1233035195),(4423,0,'66.249.66.36',18,1233035497),(4424,0,'66.249.66.36',6,1233037900),(4425,0,'72.30.79.29',6,1233039588),(4426,0,'66.249.66.36',2,1233042713),(4427,0,'65.55.211.36',17,1233048940),(4428,0,'72.30.79.29',12,1233056112),(4429,0,'208.111.154.16',20,1233065377),(4430,0,'206.160.137.66',2,1233071317),(4431,0,'65.55.211.36',14,1233071325),(4432,0,'208.111.154.16',14,1233073574),(4433,0,'65.55.211.38',21,1233075902),(4434,0,'128.255.44.157',15,1233087569),(4435,0,'128.255.44.157',20,1233087585),(4436,0,'128.255.44.157',17,1233087668),(4437,0,'128.255.44.157',4,1233087677),(4438,0,'208.111.154.16',10,1233097686),(4439,0,'208.111.154.31',15,1233107775),(4440,0,'67.82.249.142',18,1233113587),(4441,0,'67.82.249.142',7,1233113587),(4442,0,'67.82.249.142',2,1233113587),(4443,0,'67.82.249.142',14,1233113587),(4444,0,'67.82.249.142',4,1233113587),(4445,0,'67.82.249.142',15,1233113587),(4446,0,'67.82.249.142',17,1233113587),(4447,0,'67.82.249.142',20,1233113588),(4448,0,'67.82.249.142',5,1233113588),(4449,0,'67.82.249.142',6,1233113588),(4450,0,'208.111.154.16',2,1233114417),(4451,0,'208.111.154.16',5,1233116260),(4452,0,'208.111.154.15',6,1233140276),(4453,0,'72.30.79.29',5,1233141806),(4454,0,'65.55.211.25',15,1233147384),(4455,0,'204.62.53.36',5,1233149143),(4456,0,'208.111.154.15',21,1233167411),(4457,0,'72.30.79.29',13,1233169691),(4458,0,'208.111.154.31',18,1233172870),(4459,0,'208.111.154.15',17,1233181182),(4460,0,'208.111.154.16',12,1233182501),(4461,0,'208.111.154.15',4,1233188277),(4462,0,'66.249.66.36',2,1233211342),(4463,0,'208.111.154.16',13,1233212727),(4464,0,'74.6.18.253',17,1233232098),(4465,0,'74.6.18.253',9,1233235286),(4466,0,'74.6.18.253',20,1233235540),(4467,0,'65.55.211.26',20,1233242036),(4468,0,'74.6.18.253',15,1233278426),(4469,0,'74.6.18.253',4,1233279980),(4470,0,'74.6.18.253',14,1233280506),(4471,0,'208.111.154.16',2,1233293184),(4472,0,'208.111.154.15',20,1233293534),(4473,0,'74.6.18.253',18,1233303858),(4474,0,'128.255.237.69',2,1233310688),(4475,0,'128.255.237.69',18,1233310756),(4476,0,'128.255.237.69',14,1233310759),(4477,0,'128.255.237.69',4,1233310922),(4478,0,'128.255.237.69',20,1233310923),(4479,0,'128.255.237.69',7,1233310925),(4480,0,'128.255.237.69',15,1233310926),(4481,0,'128.255.237.69',17,1233310926),(4482,0,'74.6.18.253',7,1233310950),(4483,0,'128.255.237.69',5,1233311079),(4484,0,'128.255.237.69',12,1233311091),(4485,0,'128.255.237.69',13,1233311091),(4486,0,'128.255.237.69',10,1233311091),(4487,0,'128.255.237.69',6,1233311103),(4488,0,'128.255.237.69',9,1233311103),(4489,0,'128.255.237.69',21,1233311103),(4490,0,'208.111.154.16',6,1233314920),(4491,0,'208.111.154.16',5,1233315967),(4492,0,'65.55.211.37',12,1233382884),(4493,0,'208.115.111.244',10,1233383370),(4494,0,'208.115.111.244',12,1233383374),(4495,0,'208.115.111.244',13,1233383379),(4496,0,'208.115.111.244',14,1233383383),(4497,0,'208.115.111.244',15,1233383387),(4498,0,'208.115.111.244',17,1233383392),(4499,0,'208.115.111.244',18,1233383396),(4500,0,'208.115.111.244',2,1233383401),(4501,0,'208.115.111.244',20,1233383406),(4502,0,'208.111.154.15',21,1233389385),(4503,0,'208.115.111.244',21,1233391441),(4504,0,'208.115.111.244',4,1233391445),(4505,0,'208.115.111.244',5,1233391450),(4506,0,'208.115.111.244',6,1233391454),(4507,0,'208.115.111.244',7,1233391459),(4508,0,'208.115.111.244',9,1233391468),(4509,0,'65.55.211.31',18,1233454614),(4510,0,'208.111.154.15',2,1233462676),(4511,0,'219.142.53.24',14,1233522800),(4512,0,'208.111.154.16',6,1233537321),(4513,0,'66.249.66.36',7,1233538631),(4514,0,'66.249.66.36',2,1233549867),(4515,0,'65.55.211.29',4,1233567225),(4516,0,'72.30.78.235',21,1233645463),(4517,0,'72.30.78.235',12,1233661419),(4518,0,'208.111.154.16',6,1233688255),(4519,0,'72.30.78.235',2,1233688412),(4520,0,'208.111.154.16',13,1233695783),(4521,0,'66.249.70.196',9,1233770886),(4522,0,'66.249.70.196',13,1233770887),(4523,0,'66.249.70.196',21,1233771266),(4524,0,'66.249.70.196',6,1233771471),(4525,0,'66.249.70.196',12,1233771877),(4526,0,'66.249.70.196',5,1233772399),(4527,0,'72.30.78.235',10,1233780674),(4528,0,'72.30.78.235',5,1233780696),(4529,0,'208.111.154.32',2,1233835803),(4530,0,'208.111.154.16',6,1233848918),(4531,0,'65.55.211.29',2,1233849817),(4532,0,'208.111.154.15',20,1233862152),(4533,0,'208.111.154.15',5,1233868329),(4534,0,'72.30.78.235',14,1233896416),(4535,0,'208.111.154.15',4,1233898150),(4536,0,'208.111.154.16',21,1233903630),(4537,0,'208.111.154.16',13,1233919089),(4538,0,'65.55.211.38',21,1233959817),(4539,0,'208.111.154.15',2,1233985593),(4540,0,'66.249.70.196',7,1233989757),(4541,0,'66.249.70.196',4,1234008752),(4542,0,'66.249.70.196',17,1234009400),(4543,0,'66.249.70.196',15,1234010911),(4544,0,'208.111.154.15',6,1234017568),(4545,0,'65.55.211.36',14,1234039325),(4546,0,'208.111.154.16',5,1234051644),(4547,0,'208.111.154.15',4,1234081799),(4548,0,'208.111.154.15',21,1234081975),(4549,0,'208.111.154.15',20,1234100958),(4550,0,'208.111.154.15',13,1234121560),(4551,0,'208.111.154.32',2,1234137098),(4552,0,'208.111.154.16',6,1234139445),(4553,0,'65.55.211.25',15,1234188395),(4554,0,'74.6.22.166',13,1234214518),(4555,0,'66.249.70.196',20,1234229272),(4556,0,'204.62.53.36',20,1234253087),(4557,0,'65.55.211.37',12,1234292697),(4558,0,'74.6.22.166',2,1234293313),(4559,0,'74.6.22.166',12,1234299049),(4560,0,'208.111.154.16',12,1234303468),(4561,0,'128.255.237.69',2,1234303959),(4562,0,'128.255.237.69',18,1234311318),(4563,0,'128.255.237.69',14,1234311323),(4564,0,'38.99.44.101',7,1234321415),(4565,0,'128.255.237.69',4,1234326640),(4566,0,'128.255.237.69',20,1234326640),(4567,0,'128.255.237.69',15,1234326640),(4568,0,'128.255.237.69',7,1234326642),(4569,0,'128.255.237.69',17,1234326643),(4570,0,'128.255.237.69',5,1234336204),(4571,0,'128.255.237.69',10,1234336210),(4572,0,'128.255.237.69',12,1234336216),(4573,0,'128.255.237.69',13,1234336222),(4574,0,'128.255.237.69',9,1234336234),(4575,0,'128.255.237.69',6,1234336238),(4576,0,'128.255.237.69',21,1234336243),(4577,0,'65.55.211.29',7,1234348258),(4578,0,'74.6.22.166',21,1234357868),(4579,0,'65.55.211.26',20,1234374180),(4580,0,'38.99.44.101',2,1234374960),(4581,0,'38.99.44.101',20,1234378377),(4582,0,'38.99.44.101',12,1234379373),(4583,0,'38.99.44.101',13,1234380599),(4584,0,'38.99.44.101',10,1234381282),(4585,0,'38.99.44.101',21,1234383588),(4586,0,'74.6.22.166',10,1234385685),(4587,0,'74.6.22.166',5,1234385774),(4588,0,'74.6.22.166',6,1234391703),(4589,0,'128.255.40.181',2,1234398595),(4590,0,'128.255.40.181',14,1234398897),(4591,0,'128.255.40.181',18,1234398897),(4592,0,'74.6.22.166',12,1234399592),(4593,0,'128.255.40.181',15,1234400369),(4594,0,'128.255.40.181',7,1234400369),(4595,0,'128.255.40.181',17,1234400369),(4596,0,'128.255.40.181',4,1234400369),(4597,0,'128.255.40.181',20,1234400370),(4598,0,'128.255.40.181',6,1234401269),(4599,0,'128.255.40.181',9,1234401269),(4600,0,'128.255.40.181',12,1234401269),(4601,0,'128.255.40.181',21,1234401270),(4602,0,'128.255.40.181',13,1234401270),(4603,0,'128.255.40.181',5,1234401270),(4604,0,'128.255.40.181',10,1234401270),(4605,0,'65.55.211.31',18,1234417036),(4606,0,'72.30.142.185',17,1234457641),(4607,0,'65.55.211.29',4,1234464097),(4608,0,'208.111.154.16',7,1234467302),(4609,0,'208.111.154.15',15,1234471090),(4610,0,'72.30.142.185',9,1234492845),(4611,0,'66.249.70.196',7,1234507763),(4612,0,'72.30.142.185',14,1234513458),(4613,0,'208.111.154.30',14,1234524879),(4614,0,'208.111.154.15',10,1234547102),(4615,0,'128.255.237.69',2,1234599782),(4616,0,'128.255.237.69',14,1234599790),(4617,0,'128.255.237.69',18,1234599791),(4618,0,'128.255.237.69',7,1234599814),(4619,0,'128.255.237.69',4,1234599814),(4620,0,'128.255.237.69',17,1234599814),(4621,0,'128.255.237.69',20,1234599814),(4622,0,'128.255.237.69',15,1234599814),(4623,0,'128.255.237.69',5,1234599817),(4624,0,'128.255.237.69',12,1234599817),(4625,0,'128.255.237.69',10,1234599818),(4626,0,'128.255.237.69',13,1234599818),(4627,0,'128.255.237.69',6,1234599818),(4628,0,'128.255.237.69',9,1234599818),(4629,0,'128.255.237.69',21,1234599818),(4630,0,'128.255.40.181',2,1234623575),(4631,0,'128.255.40.181',14,1234623580),(4632,0,'128.255.40.181',18,1234623580),(4633,0,'72.30.142.185',20,1234638630),(4634,0,'208.111.154.15',18,1234644774),(4635,0,'38.99.44.101',18,1234656162),(4636,0,'38.99.44.101',14,1234663624),(4637,0,'38.99.44.101',5,1234700114),(4638,0,'38.99.44.101',9,1234708311),(4639,0,'66.249.70.196',10,1234718489),(4640,0,'72.30.142.185',7,1234722091),(4641,0,'65.55.211.29',2,1234728297),(4642,0,'38.99.44.101',17,1234741881),(4643,0,'66.249.70.196',2,1234759584),(4644,0,'38.99.44.101',6,1234763225),(4645,0,'38.99.44.101',4,1234778883),(4646,0,'72.30.142.185',15,1234791273),(4647,0,'38.99.44.101',15,1234796143),(4648,0,'72.30.142.185',4,1234814739),(4649,0,'66.249.70.196',14,1234819488),(4650,0,'72.30.142.185',13,1234819531),(4651,0,'65.55.211.36',17,1234909283),(4652,0,'128.255.40.181',17,1234934684),(4653,0,'128.255.40.181',20,1234934684),(4654,0,'128.255.40.181',9,1234935236),(4655,0,'128.255.40.181',13,1234935236),(4656,0,'128.255.40.181',10,1234935236),(4657,0,'128.255.40.181',5,1234935236),(4658,0,'65.55.211.36',14,1234952047),(4659,0,'128.255.40.181',2,1234965752),(4660,0,'66.249.70.196',2,1234985055),(4661,0,'128.255.40.181',7,1234987214),(4662,0,'128.255.40.181',15,1234987214),(4663,0,'128.255.40.181',4,1234987214),(4664,0,'128.255.40.181',6,1234987488),(4665,0,'128.255.40.181',12,1234987488),(4666,0,'128.255.40.181',21,1234987489),(4667,0,'72.30.142.185',5,1234990741),(4668,0,'72.30.142.185',10,1234991930),(4669,0,'66.249.70.196',17,1234992792),(4670,0,'66.249.70.196',20,1234993703),(4671,0,'72.30.142.185',6,1234996728),(4672,0,'66.249.70.196',7,1234998484),(4673,0,'208.111.154.15',6,1235022171),(4674,0,'72.30.142.185',12,1235027187),(4675,0,'72.30.142.185',2,1235030210),(4676,0,'65.55.211.25',15,1235066229),(4677,0,'65.55.211.38',21,1235074207),(4678,0,'208.111.154.15',2,1235104378),(4679,0,'72.30.142.185',14,1235123773),(4680,0,'208.111.154.16',13,1235129808),(4681,0,'72.30.142.185',18,1235148276),(4682,0,'128.255.40.181',14,1235180744),(4683,0,'128.255.40.181',18,1235180744),(4684,0,'128.255.40.181',20,1235182827),(4685,0,'128.255.40.181',17,1235182827),(4686,0,'128.255.40.181',13,1235183146),(4687,0,'128.255.40.181',9,1235183146),(4688,0,'128.255.40.181',5,1235183146),(4689,0,'128.255.40.181',10,1235183146),(4690,0,'128.255.40.181',2,1235189180),(4691,0,'128.255.40.181',4,1235190996),(4692,0,'128.255.40.181',15,1235190996),(4693,0,'128.255.40.181',7,1235190996),(4694,0,'128.255.40.181',12,1235191230),(4695,0,'128.255.40.181',21,1235191230),(4696,0,'128.255.237.69',2,1235201370),(4697,0,'128.255.237.69',14,1235201730),(4698,0,'128.255.237.69',18,1235201732),(4699,0,'128.255.237.69',4,1235202213),(4700,0,'128.255.237.69',20,1235202215),(4701,0,'128.255.237.69',17,1235202216),(4702,0,'128.255.237.69',15,1235202220),(4703,0,'128.255.237.69',7,1235202221),(4704,0,'128.255.237.69',5,1235202630),(4705,0,'128.255.237.69',12,1235202632),(4706,0,'128.255.237.69',9,1235202635),(4707,0,'128.255.237.69',6,1235202636),(4708,0,'128.255.237.69',10,1235202640),(4709,0,'128.255.237.69',13,1235202642),(4710,0,'128.255.237.69',21,1235202644),(4711,0,'208.111.154.16',20,1235222264),(4712,0,'65.55.211.29',7,1235225368),(4713,0,'66.249.70.196',10,1235256183),(4714,0,'65.55.211.26',20,1235284887),(4715,0,'208.111.154.15',5,1235292615),(4716,0,'208.111.154.33',21,1235349719),(4717,0,'208.111.154.15',12,1235356167),(4718,0,'208.111.154.15',17,1235358902),(4719,0,'128.255.40.181',18,1235361961),(4720,0,'128.255.40.181',14,1235361961),(4721,0,'128.255.40.181',2,1235366500),(4722,0,'74.6.22.98',21,1235369274),(4723,0,'65.55.211.25',13,1235369325),(4724,0,'65.55.211.25',10,1235369326),(4725,0,'66.249.70.196',18,1235378051),(4726,0,'65.55.108.188',15,1235378694),(4727,0,'204.62.53.127',18,1235378887),(4728,0,'208.111.154.16',7,1235387626),(4729,0,'65.55.211.29',4,1235400402),(4730,0,'208.111.154.15',14,1235423390),(4731,0,'74.6.22.98',13,1235425572),(4732,0,'208.111.154.16',4,1235428404),(4733,0,'38.99.44.101',9,1235437306),(4734,0,'66.249.70.196',15,1235470359),(4735,0,'66.249.70.196',4,1235472174),(4736,0,'66.249.70.196',7,1235476258),(4737,0,'128.255.40.181',6,1235508887),(4738,0,'130.71.166.70',14,1235520874),(4739,0,'130.71.166.70',18,1235520896),(4740,0,'71.217.219.158',10,1235521753),(4741,0,'74.6.22.98',17,1235528934),(4742,0,'128.255.40.181',20,1235539740),(4743,0,'128.255.40.181',17,1235539740),(4744,0,'128.255.40.181',5,1235540339),(4745,0,'128.255.40.181',9,1235540339),(4746,0,'128.255.40.181',13,1235540339),(4747,0,'128.255.40.181',10,1235540339),(4748,0,'128.255.40.181',4,1235544232),(4749,0,'128.255.40.181',15,1235544232),(4750,0,'128.255.40.181',7,1235544232),(4751,0,'128.255.40.181',12,1235544232),(4752,0,'128.255.40.181',21,1235544232),(4753,0,'128.255.40.181',14,1235556234),(4754,0,'128.255.40.181',18,1235556234),(4755,0,'128.255.40.181',2,1235557142),(4756,0,'74.6.22.98',5,1235595967),(4757,0,'74.6.22.98',10,1235598216),(4758,0,'38.99.44.101',18,1235617308),(4759,0,'65.55.211.29',2,1235633083),(4760,0,'128.255.40.181',6,1235651960),(4761,0,'161.149.63.100',7,1235671012),(4762,0,'66.249.70.196',2,1235696175),(4763,0,'38.99.44.101',14,1235726689),(4764,0,'219.142.53.29',7,1235733248),(4765,0,'66.249.70.196',18,1235794067),(4766,0,'74.6.17.185',2,1235804467),(4767,0,'74.6.17.185',14,1235822500),(4768,0,'74.6.17.185',9,1235828589),(4769,0,'84.90.157.200',5,1235855127),(4770,0,'74.6.17.185',12,1235867117),(4771,0,'74.6.17.185',6,1235877534),(4772,0,'66.249.70.196',2,1235889712),(4773,0,'66.249.70.196',7,1235902344),(4774,0,'65.55.211.25',15,1235951812),(4775,0,'204.62.53.124',14,1235976952),(4776,0,'65.55.211.36',14,1235977762),(4777,0,'128.255.40.181',18,1235979313),(4778,0,'128.255.40.181',14,1235979313),(4779,0,'128.255.40.181',2,1235979607),(4780,0,'208.111.154.16',10,1236009794),(4781,0,'208.111.154.16',15,1236015964),(4782,0,'74.6.22.87',13,1236030739),(4783,0,'74.6.22.87',13,1236047961),(4784,0,'128.255.40.181',18,1236066884),(4785,0,'128.255.40.181',14,1236066884),(4786,0,'128.255.40.181',2,1236067184),(4787,0,'65.55.211.38',21,1236080044),(4788,0,'208.111.154.16',13,1236089368),(4789,0,'128.255.40.181',17,1236102035),(4790,0,'128.255.40.181',7,1236102035),(4791,0,'128.255.40.181',4,1236102335),(4792,0,'128.255.40.181',15,1236102335),(4793,0,'128.255.40.181',20,1236102335),(4794,0,'208.111.154.15',18,1236103110),(4795,0,'128.255.40.181',13,1236104438),(4796,0,'128.255.40.181',6,1236104438),(4797,0,'128.255.40.181',9,1236104738),(4798,0,'128.255.40.181',5,1236104738),(4799,0,'128.255.40.181',12,1236104738),(4800,0,'128.255.40.181',10,1236105039),(4801,0,'128.255.40.181',21,1236105039),(4802,0,'65.55.211.29',7,1236116756),(4803,0,'208.111.154.15',6,1236128842),(4804,0,'128.255.40.181',18,1236142731),(4805,0,'128.255.40.181',14,1236142731),(4806,0,'128.255.40.181',2,1236143173),(4807,0,'204.62.53.124',6,1236149045),(4808,0,'128.255.40.181',7,1236180354),(4809,0,'128.255.40.181',17,1236180354),(4810,0,'128.255.40.181',20,1236180360),(4811,0,'128.255.40.181',15,1236180360),(4812,0,'128.255.40.181',4,1236180360),(4813,0,'128.255.40.181',6,1236181855),(4814,0,'128.255.40.181',13,1236181855),(4815,0,'128.255.40.181',5,1236182155),(4816,0,'128.255.40.181',9,1236182155),(4817,0,'128.255.40.181',12,1236182155),(4818,0,'128.255.40.181',10,1236182156),(4819,0,'128.255.40.181',21,1236182156),(4820,0,'65.55.211.26',20,1236184776),(4821,0,'65.55.211.37',12,1236200641),(4822,0,'74.6.18.243',10,1236203465),(4823,0,'208.111.154.15',5,1236205175),(4824,0,'74.6.18.243',5,1236205909),(4825,0,'128.255.237.69',18,1236282165),(4826,0,'128.255.237.69',17,1236282171),(4827,0,'128.255.237.69',5,1236282185),(4828,0,'128.255.237.69',10,1236282193),(4829,0,'128.255.237.69',13,1236282194),(4830,0,'128.255.237.69',21,1236282195),(4831,0,'128.255.237.69',2,1236282200),(4832,0,'128.255.237.69',14,1236282204),(4833,0,'128.255.237.69',15,1236282205),(4834,0,'128.255.237.69',4,1236282211),(4835,0,'128.255.237.69',7,1236282215),(4836,0,'128.255.237.69',20,1236282222),(4837,0,'128.255.237.69',9,1236282223),(4838,0,'128.255.237.69',6,1236282228),(4839,0,'128.255.237.69',12,1236282245),(4840,0,'65.55.108.189',7,1236294011),(4841,0,'66.249.70.196',7,1236312909),(4842,0,'208.111.154.15',12,1236321048),(4843,0,'38.99.44.101',10,1236344829),(4844,0,'38.99.44.101',15,1236359739),(4845,0,'65.55.211.31',18,1236376033),(4846,0,'208.111.154.16',14,1236381506),(4847,0,'208.111.154.16',20,1236422960),(4848,0,'74.6.18.243',14,1236427568),(4849,0,'65.55.108.189',4,1236430054),(4850,0,'74.6.18.243',15,1236470727),(4851,0,'74.6.18.243',6,1236482770),(4852,0,'72.30.142.182',20,1236485778),(4853,0,'72.30.142.182',20,1236485963),(4854,0,'208.111.154.15',4,1236487363),(4855,0,'173.19.211.172',10,1236498312),(4856,0,'208.111.154.16',2,1236516318),(4857,0,'66.249.70.196',2,1236522955),(4858,0,'38.99.44.101',20,1236532121),(4859,0,'72.30.142.182',7,1236538707),(4860,0,'72.30.142.182',4,1236538758),(4861,0,'38.99.44.101',4,1236539863),(4862,0,'209.191.123.35',6,1236555283),(4863,0,'209.191.123.35',9,1236555292),(4864,0,'209.191.123.35',5,1236555304),(4865,0,'209.191.123.35',2,1236555317),(4866,0,'209.191.123.35',7,1236555326),(4867,0,'209.191.123.35',4,1236555338),(4868,0,'209.191.123.35',14,1236555435),(4869,0,'209.191.123.35',13,1236555445),(4870,0,'209.191.123.35',10,1236555455),(4871,0,'209.191.123.35',17,1236555470),(4872,0,'209.191.123.35',20,1236555479),(4873,0,'209.191.123.35',15,1236555490),(4874,0,'209.191.123.35',18,1236555503),(4875,0,'209.191.123.35',12,1236555514),(4876,0,'209.191.123.35',21,1236555526),(4877,0,'65.55.211.29',2,1236558618),(4878,0,'75.170.253.202',7,1236561918),(4879,0,'208.111.154.16',17,1236595635),(4880,0,'65.55.211.40',9,1236612409),(4881,0,'72.30.142.182',17,1236614382),(4882,0,'208.111.154.16',21,1236636969),(4883,0,'208.111.154.15',7,1236638558),(4884,0,'65.55.108.189',17,1236717844),(4885,0,'128.255.40.181',18,1236724318),(4886,0,'128.255.40.181',14,1236724318),(4887,0,'128.255.40.181',2,1236724318),(4888,0,'128.255.40.181',7,1236731520),(4889,0,'128.255.40.181',17,1236731520),(4890,0,'128.255.40.181',4,1236731520),(4891,0,'128.255.40.181',20,1236731520),(4892,0,'128.255.40.181',15,1236731520),(4893,0,'128.255.40.181',6,1236731818),(4894,0,'128.255.40.181',13,1236731818),(4895,0,'128.255.40.181',21,1236732116),(4896,0,'128.255.40.181',10,1236732116),(4897,0,'128.255.40.181',5,1236732116),(4898,0,'128.255.40.181',12,1236732116),(4899,0,'128.255.40.181',9,1236732116),(4900,0,'128.255.40.181',18,1236795074),(4901,0,'128.255.40.181',2,1236795074),(4902,0,'128.255.40.181',7,1236798504),(4903,0,'128.255.40.181',4,1236798504),(4904,0,'128.255.40.181',17,1236798504),(4905,0,'128.255.40.181',20,1236798504),(4906,0,'128.255.40.181',6,1236798505),(4907,0,'128.255.40.181',12,1236798515),(4908,0,'128.255.40.181',5,1236798515),(4909,0,'128.255.40.181',9,1236798515),(4910,0,'67.202.59.141',2,1236834800),(4911,0,'72.30.142.182',21,1236848702),(4912,0,'65.55.211.36',17,1236888742),(4913,0,'128.255.40.181',2,1236912293),(4914,0,'65.55.211.25',15,1236918060),(4915,0,'66.249.70.196',12,1236929883),(4916,0,'128.255.40.181',14,1236930553),(4917,0,'128.255.40.181',15,1236930553),(4918,0,'128.255.40.181',13,1236930553),(4919,0,'128.255.40.181',10,1236930554),(4920,0,'128.255.40.181',21,1236930554),(4921,0,'128.255.40.181',7,1236930554),(4922,0,'128.255.40.181',20,1236930554),(4923,0,'128.255.40.181',6,1236930554),(4924,0,'128.255.40.181',12,1236930555),(4925,0,'128.255.40.181',9,1236930555),(4926,0,'128.255.40.181',4,1236930853),(4927,0,'128.255.40.181',17,1236930853),(4928,0,'128.255.40.181',18,1236930853),(4929,0,'128.255.40.181',5,1236930853),(4930,0,'72.30.142.182',5,1236941572),(4931,0,'67.202.53.122',17,1236969055),(4932,0,'67.202.53.122',15,1236969084),(4933,0,'67.202.53.122',20,1236969111),(4934,0,'67.202.53.122',18,1236969166),(4935,0,'67.202.53.122',4,1236969225),(4936,0,'67.202.53.122',14,1236969235),(4937,0,'67.202.53.122',2,1236969262),(4938,0,'67.202.53.122',7,1236969267),(4939,0,'128.255.40.181',2,1236983670),(4940,0,'72.44.55.217',5,1236990912),(4941,0,'72.44.55.217',13,1236990923),(4942,0,'72.44.55.217',6,1236990960),(4943,0,'72.44.55.217',9,1236990976),(4944,0,'72.44.55.217',21,1236990981),(4945,0,'72.44.55.217',12,1236990987),(4946,0,'72.44.55.217',10,1236991003),(4947,0,'128.255.40.181',15,1236993296),(4948,0,'128.255.40.181',14,1236993296),(4949,0,'128.255.40.181',7,1236993296),(4950,0,'128.255.40.181',20,1236993296),(4951,0,'128.255.40.181',6,1236993297),(4952,0,'128.255.40.181',9,1236993297),(4953,0,'128.255.40.181',21,1236993297),(4954,0,'128.255.40.181',12,1236993297),(4955,0,'128.255.40.181',13,1236993297),(4956,0,'128.255.40.181',10,1236993297),(4957,0,'128.255.40.181',18,1236993297),(4958,0,'128.255.40.181',4,1236993297),(4959,0,'128.255.40.181',17,1236993297),(4960,0,'128.255.40.181',5,1236993298),(4961,0,'128.255.40.181',2,1237004700),(4962,0,'72.30.142.182',12,1237011395),(4963,0,'128.255.40.181',14,1237016103),(4964,0,'128.255.40.181',18,1237016103),(4965,0,'128.255.40.181',15,1237016103),(4966,0,'128.255.40.181',7,1237016103),(4967,0,'128.255.40.181',4,1237016104),(4968,0,'128.255.40.181',17,1237016104),(4969,0,'128.255.40.181',20,1237016104),(4970,0,'128.255.40.181',6,1237016105),(4971,0,'128.255.40.181',9,1237016106),(4972,0,'128.255.40.181',12,1237016106),(4973,0,'128.255.40.181',21,1237016106),(4974,0,'128.255.40.181',5,1237016106),(4975,0,'128.255.40.181',13,1237016106),(4976,0,'128.255.40.181',10,1237016106),(4977,0,'65.55.211.29',7,1237017737),(4978,0,'128.255.40.181',2,1237031676),(4979,0,'128.255.40.181',14,1237041362),(4980,0,'128.255.40.181',18,1237041362),(4981,0,'128.255.40.181',15,1237041362),(4982,0,'128.255.40.181',7,1237041362),(4983,0,'128.255.40.181',4,1237041363),(4984,0,'128.255.40.181',20,1237041363),(4985,0,'128.255.40.181',17,1237041363),(4986,0,'128.255.40.181',6,1237041363),(4987,0,'128.255.40.181',9,1237041363),(4988,0,'128.255.40.181',12,1237041363),(4989,0,'128.255.40.181',21,1237041363),(4990,0,'128.255.40.181',5,1237041363),(4991,0,'128.255.40.181',13,1237041363),(4992,0,'128.255.40.181',10,1237041363),(4993,0,'65.55.211.38',21,1237044961),(4994,0,'128.255.40.181',2,1237051283),(4995,0,'128.255.40.181',18,1237056979),(4996,0,'128.255.40.181',14,1237056979),(4997,0,'128.255.40.181',15,1237056979),(4998,0,'128.255.40.181',7,1237056979),(4999,0,'128.255.40.181',4,1237056979),(5000,0,'128.255.40.181',17,1237056979),(5001,0,'128.255.40.181',20,1237056979),(5002,0,'128.255.40.181',6,1237056980),(5003,0,'128.255.40.181',9,1237056980),(5004,0,'128.255.40.181',12,1237056980),(5005,0,'128.255.40.181',5,1237056981),(5006,0,'128.255.40.181',21,1237056981),(5007,0,'128.255.40.181',10,1237056981),(5008,0,'128.255.40.181',13,1237056981),(5009,0,'128.255.40.181',2,1237062702),(5010,0,'128.255.40.181',18,1237068409),(5011,0,'128.255.40.181',14,1237068409),(5012,0,'128.255.40.181',15,1237068677),(5013,0,'128.255.40.181',4,1237068678),(5014,0,'128.255.40.181',17,1237068678),(5015,0,'128.255.40.181',7,1237068678),(5016,0,'128.255.40.181',20,1237068678),(5017,0,'128.255.40.181',6,1237068678),(5018,0,'128.255.40.181',9,1237068679),(5019,0,'128.255.40.181',12,1237068679),(5020,0,'128.255.40.181',21,1237068679),(5021,0,'128.255.40.181',5,1237068679),(5022,0,'128.255.40.181',13,1237068679),(5023,0,'128.255.40.181',10,1237068679),(5024,0,'128.255.40.181',2,1237073499),(5025,0,'128.255.40.181',18,1237079790),(5026,0,'128.255.40.181',14,1237079790),(5027,0,'128.255.40.181',15,1237079795),(5028,0,'128.255.40.181',7,1237079797),(5029,0,'128.255.40.181',4,1237079798),(5030,0,'128.255.40.181',17,1237079798),(5031,0,'128.255.40.181',20,1237079798),(5032,0,'128.255.40.181',6,1237079799),(5033,0,'128.255.40.181',9,1237079799),(5034,0,'128.255.40.181',12,1237079800),(5035,0,'128.255.40.181',21,1237079800),(5036,0,'128.255.40.181',5,1237079800),(5037,0,'128.255.40.181',10,1237079800),(5038,0,'128.255.40.181',13,1237079800),(5039,0,'128.255.40.181',2,1237083755),(5040,0,'128.255.40.181',18,1237090593),(5041,0,'128.255.40.181',14,1237090593),(5042,0,'128.255.40.181',15,1237090597),(5043,0,'128.255.40.181',7,1237090598),(5044,0,'128.255.40.181',4,1237090598),(5045,0,'128.255.40.181',17,1237090598),(5046,0,'128.255.40.181',20,1237090598),(5047,0,'128.255.40.181',6,1237090599),(5048,0,'128.255.40.181',9,1237090601),(5049,0,'128.255.40.181',21,1237090601),(5050,0,'128.255.40.181',5,1237090602),(5051,0,'128.255.40.181',10,1237090602),(5052,0,'128.255.40.181',13,1237090602),(5053,0,'128.255.40.181',12,1237090602),(5054,0,'128.255.40.181',2,1237093923),(5055,0,'72.30.142.182',13,1237104262),(5056,0,'128.255.40.181',15,1237104293),(5057,0,'128.255.40.181',18,1237104293),(5058,0,'128.255.40.181',14,1237104293),(5059,0,'128.255.40.181',7,1237104297),(5060,0,'128.255.40.181',4,1237104297),(5061,0,'128.255.40.181',20,1237104298),(5062,0,'128.255.40.181',17,1237104298),(5063,0,'128.255.40.181',6,1237104300),(5064,0,'128.255.40.181',9,1237104300),(5065,0,'128.255.40.181',12,1237104301),(5066,0,'128.255.40.181',21,1237104301),(5067,0,'128.255.40.181',5,1237104301),(5068,0,'128.255.40.181',13,1237104301),(5069,0,'128.255.40.181',10,1237104301),(5070,0,'66.249.70.196',7,1237104484),(5071,0,'128.255.40.181',2,1237106719),(5072,0,'128.255.40.181',14,1237117667),(5073,0,'128.255.40.181',15,1237117667),(5074,0,'128.255.40.181',18,1237117667),(5075,0,'128.255.40.181',7,1237117667),(5076,0,'128.255.40.181',4,1237117667),(5077,0,'128.255.40.181',17,1237117667),(5078,0,'128.255.40.181',20,1237117668),(5079,0,'128.255.40.181',6,1237117672),(5080,0,'128.255.40.181',9,1237117672),(5081,0,'128.255.40.181',12,1237117672),(5082,0,'128.255.40.181',21,1237117672),(5083,0,'128.255.40.181',13,1237117673),(5084,0,'128.255.40.181',10,1237117673),(5085,0,'128.255.40.181',5,1237117673),(5086,0,'128.255.40.181',2,1237119322),(5087,0,'74.6.8.114',6,1237127618),(5088,0,'128.255.40.181',14,1237128593),(5089,0,'128.255.40.181',18,1237128593),(5090,0,'128.255.40.181',7,1237128593),(5091,0,'128.255.40.181',15,1237128593),(5092,0,'128.255.40.181',4,1237128593),(5093,0,'128.255.40.181',17,1237128593),(5094,0,'128.255.40.181',20,1237128594),(5095,0,'128.255.40.181',6,1237128594),(5096,0,'128.255.40.181',9,1237128594),(5097,0,'128.255.40.181',12,1237128595),(5098,0,'128.255.40.181',21,1237128595),(5099,0,'128.255.40.181',5,1237128595),(5100,0,'128.255.40.181',13,1237128596),(5101,0,'128.255.40.181',10,1237128596),(5102,0,'128.255.40.181',2,1237130088),(5103,0,'128.255.40.181',14,1237139100),(5104,0,'128.255.40.181',18,1237139100),(5105,0,'128.255.40.181',4,1237139100),(5106,0,'128.255.40.181',7,1237139100),(5107,0,'128.255.40.181',15,1237139101),(5108,0,'128.255.40.181',17,1237139101),(5109,0,'128.255.40.181',20,1237139102),(5110,0,'128.255.40.181',6,1237139103),(5111,0,'128.255.40.181',9,1237139103),(5112,0,'128.255.40.181',12,1237139104),(5113,0,'128.255.40.181',5,1237139104),(5114,0,'128.255.40.181',21,1237139104),(5115,0,'128.255.40.181',13,1237139104),(5116,0,'128.255.40.181',10,1237139104),(5117,0,'128.255.40.181',2,1237140608),(5118,0,'128.255.40.181',14,1237148411),(5119,0,'128.255.40.181',18,1237148411),(5120,0,'128.255.40.181',15,1237148411),(5121,0,'128.255.40.181',7,1237148411),(5122,0,'128.255.40.181',4,1237148411),(5123,0,'128.255.40.181',17,1237148413),(5124,0,'128.255.40.181',20,1237148414),(5125,0,'128.255.40.181',6,1237148416),(5126,0,'128.255.40.181',9,1237148416),(5127,0,'128.255.40.181',21,1237148417),(5128,0,'128.255.40.181',12,1237148417),(5129,0,'128.255.40.181',5,1237148417),(5130,0,'128.255.40.181',13,1237148417),(5131,0,'128.255.40.181',10,1237148417),(5132,0,'72.30.142.182',10,1237149247),(5133,0,'128.255.40.181',2,1237150234),(5134,0,'128.255.40.181',14,1237157412),(5135,0,'128.255.40.181',18,1237157412),(5136,0,'128.255.40.181',15,1237157412),(5137,0,'128.255.40.181',7,1237157412),(5138,0,'128.255.40.181',4,1237157413),(5139,0,'128.255.40.181',17,1237157413),(5140,0,'128.255.40.181',20,1237157415),(5141,0,'128.255.40.181',6,1237157416),(5142,0,'128.255.40.181',9,1237157417),(5143,0,'128.255.40.181',12,1237157417),(5144,0,'128.255.40.181',21,1237157417),(5145,0,'128.255.40.181',5,1237157417),(5146,0,'128.255.40.181',13,1237157418),(5147,0,'128.255.40.181',10,1237157418),(5148,0,'72.30.142.182',10,1237158575),(5149,0,'128.255.40.181',2,1237160124),(5150,0,'128.255.40.181',14,1237167035),(5151,0,'128.255.40.181',18,1237167035),(5152,0,'128.255.40.181',15,1237167035),(5153,0,'128.255.40.181',7,1237167035),(5154,0,'128.255.40.181',4,1237167036),(5155,0,'128.255.40.181',17,1237167037),(5156,0,'128.255.40.181',20,1237167037),(5157,0,'128.255.40.181',6,1237167038),(5158,0,'128.255.40.181',9,1237167038),(5159,0,'128.255.40.181',12,1237167039),(5160,0,'128.255.40.181',21,1237167039),(5161,0,'128.255.40.181',5,1237167039),(5162,0,'128.255.40.181',13,1237167039),(5163,0,'128.255.40.181',10,1237167039),(5164,0,'128.255.40.181',2,1237169751),(5165,0,'128.255.40.181',18,1237177523),(5166,0,'128.255.40.181',14,1237177523),(5167,0,'128.255.40.181',15,1237177524),(5168,0,'128.255.40.181',7,1237177524),(5169,0,'128.255.40.181',4,1237177524),(5170,0,'128.255.40.181',17,1237177525),(5171,0,'128.255.40.181',20,1237177526),(5172,0,'128.255.40.181',6,1237177526),(5173,0,'128.255.40.181',9,1237177526),(5174,0,'128.255.40.181',21,1237177526),(5175,0,'128.255.40.181',12,1237177526),(5176,0,'128.255.40.181',5,1237177526),(5177,0,'128.255.40.181',13,1237177526),(5178,0,'128.255.40.181',10,1237177526),(5179,0,'128.255.40.181',2,1237179954),(5180,0,'128.255.40.181',14,1237189836),(5181,0,'128.255.40.181',18,1237189836),(5182,0,'128.255.40.181',15,1237189839),(5183,0,'128.255.40.181',7,1237189839),(5184,0,'128.255.40.181',4,1237189839),(5185,0,'128.255.40.181',17,1237189840),(5186,0,'128.255.40.181',20,1237189841),(5187,0,'128.255.40.181',6,1237189842),(5188,0,'128.255.40.181',9,1237189842),(5189,0,'128.255.40.181',21,1237189843),(5190,0,'128.255.40.181',12,1237189843),(5191,0,'128.255.40.181',13,1237189843),(5192,0,'128.255.40.181',5,1237189843),(5193,0,'128.255.40.181',10,1237189843),(5194,0,'128.255.40.181',2,1237192543),(5195,0,'128.255.40.181',14,1237202743),(5196,0,'128.255.40.181',18,1237202743),(5197,0,'128.255.40.181',15,1237202746),(5198,0,'128.255.40.181',4,1237202746),(5199,0,'128.255.40.181',7,1237202746),(5200,0,'128.255.40.181',17,1237202748),(5201,0,'128.255.40.181',20,1237202749),(5202,0,'128.255.40.181',6,1237202750),(5203,0,'128.255.40.181',9,1237202751),(5204,0,'128.255.40.181',12,1237202752),(5205,0,'128.255.40.181',21,1237202752),(5206,0,'128.255.40.181',5,1237202752),(5207,0,'128.255.40.181',13,1237202752),(5208,0,'128.255.40.181',10,1237202752),(5209,0,'128.255.40.181',2,1237204975),(5210,0,'128.255.237.69',2,1237210577),(5211,0,'128.255.40.181',14,1237213107),(5212,0,'128.255.40.181',18,1237213373),(5213,0,'128.255.40.181',15,1237213374),(5214,0,'128.255.40.181',7,1237213374),(5215,0,'128.255.40.181',4,1237213374),(5216,0,'128.255.40.181',17,1237213375),(5217,0,'128.255.40.181',20,1237213375),(5218,0,'128.255.40.181',6,1237213375),(5219,0,'128.255.40.181',9,1237213376),(5220,0,'128.255.40.181',12,1237213376),(5221,0,'128.255.40.181',5,1237213376),(5222,0,'128.255.40.181',21,1237213376),(5223,0,'128.255.40.181',13,1237213376),(5224,0,'128.255.40.181',10,1237213376),(5225,0,'128.255.40.181',2,1237216692),(5226,0,'128.255.237.69',18,1237217946),(5227,0,'128.255.237.69',14,1237217946),(5228,0,'66.249.70.196',9,1237223376),(5229,0,'128.255.40.181',14,1237223581),(5230,0,'128.255.40.181',18,1237223586),(5231,0,'128.255.40.181',15,1237223591),(5232,0,'128.255.40.181',4,1237223591),(5233,0,'128.255.40.181',7,1237223591),(5234,0,'128.255.40.181',17,1237223592),(5235,0,'128.255.40.181',20,1237223594),(5236,0,'128.255.40.181',6,1237223595),(5237,0,'128.255.40.181',9,1237223595),(5238,0,'128.255.40.181',12,1237223595),(5239,0,'128.255.40.181',21,1237223596),(5240,0,'128.255.40.181',5,1237223596),(5241,0,'128.255.40.181',10,1237223596),(5242,0,'128.255.40.181',13,1237223596),(5243,0,'128.255.40.181',2,1237226593),(5244,0,'66.249.70.196',13,1237227157),(5245,0,'72.30.142.182',14,1237229602),(5246,0,'72.30.142.182',9,1237231605),(5247,0,'128.255.237.69',17,1237233071),(5248,0,'128.255.237.69',4,1237233073),(5249,0,'128.255.237.69',20,1237233073),(5250,0,'128.255.237.69',15,1237233073),(5251,0,'128.255.237.69',7,1237233084),(5252,0,'128.255.40.181',14,1237234082),(5253,0,'128.255.40.181',18,1237234082),(5254,0,'128.255.40.181',15,1237234083),(5255,0,'128.255.40.181',7,1237234083),(5256,0,'128.255.40.181',4,1237234083),(5257,0,'128.255.40.181',17,1237234085),(5258,0,'128.255.40.181',20,1237234086),(5259,0,'128.255.40.181',6,1237234086),(5260,0,'128.255.40.181',9,1237234086),(5261,0,'128.255.40.181',12,1237234087),(5262,0,'128.255.40.181',21,1237234087),(5263,0,'128.255.40.181',5,1237234087),(5264,0,'128.255.40.181',13,1237234087),(5265,0,'128.255.40.181',10,1237234087),(5266,0,'128.255.40.181',2,1237236495),(5267,0,'128.255.40.181',14,1237243995),(5268,0,'128.255.40.181',18,1237243995),(5269,0,'128.255.40.181',15,1237243996),(5270,0,'128.255.40.181',7,1237243996),(5271,0,'128.255.40.181',4,1237243996),(5272,0,'128.255.40.181',17,1237243997),(5273,0,'128.255.40.181',20,1237243998),(5274,0,'128.255.40.181',9,1237244001),(5275,0,'128.255.40.181',12,1237244001),(5276,0,'128.255.40.181',6,1237244001),(5277,0,'128.255.40.181',21,1237244001),(5278,0,'128.255.40.181',13,1237244001),(5279,0,'128.255.40.181',10,1237244001),(5280,0,'128.255.40.181',5,1237244001),(5281,0,'128.255.237.69',9,1237244366),(5282,0,'128.255.237.69',5,1237244366),(5283,0,'128.255.237.69',13,1237244366),(5284,0,'128.255.237.69',10,1237244366),(5285,0,'128.255.237.69',21,1237244367),(5286,0,'128.255.237.69',6,1237244367),(5287,0,'128.255.237.69',12,1237244367),(5288,0,'128.255.40.181',2,1237246142),(5289,0,'128.255.40.181',14,1237253605),(5290,0,'128.255.40.181',18,1237253605),(5291,0,'128.255.40.181',15,1237253606),(5292,0,'128.255.40.181',4,1237253606),(5293,0,'128.255.40.181',7,1237253606),(5294,0,'128.255.40.181',17,1237253607),(5295,0,'128.255.40.181',20,1237253608),(5296,0,'128.255.40.181',6,1237253609),(5297,0,'128.255.40.181',9,1237253609),(5298,0,'128.255.40.181',12,1237253609),(5299,0,'128.255.40.181',5,1237253610),(5300,0,'128.255.40.181',21,1237253610),(5301,0,'128.255.40.181',13,1237253610),(5302,0,'128.255.40.181',10,1237253610),(5303,0,'128.255.40.181',2,1237255416),(5304,0,'128.255.40.181',14,1237263572),(5305,0,'128.255.40.181',18,1237263572),(5306,0,'128.255.40.181',15,1237263863),(5307,0,'128.255.40.181',7,1237263863),(5308,0,'128.255.40.181',4,1237263864),(5309,0,'128.255.40.181',17,1237263865),(5310,0,'128.255.40.181',20,1237263865),(5311,0,'128.255.40.181',6,1237263867),(5312,0,'128.255.40.181',9,1237263867),(5313,0,'128.255.40.181',12,1237263868),(5314,0,'128.255.40.181',5,1237263868),(5315,0,'128.255.40.181',21,1237263868),(5316,0,'128.255.40.181',10,1237263869),(5317,0,'128.255.40.181',13,1237263869),(5318,0,'128.255.40.181',2,1237265352),(5319,0,'128.255.40.181',14,1237308321),(5320,0,'128.255.40.181',18,1237308321),(5321,0,'128.255.40.181',15,1237308325),(5322,0,'128.255.40.181',7,1237308326),(5323,0,'128.255.40.181',4,1237308326),(5324,0,'128.255.40.181',17,1237308327),(5325,0,'128.255.40.181',20,1237308327),(5326,0,'128.255.40.181',6,1237308328),(5327,0,'128.255.40.181',9,1237308329),(5328,0,'128.255.40.181',12,1237308329),(5329,0,'128.255.40.181',21,1237308329),(5330,0,'128.255.40.181',5,1237308329),(5331,0,'128.255.40.181',13,1237308329),(5332,0,'128.255.40.181',10,1237308329),(5333,0,'128.255.40.181',2,1237309530),(5334,0,'128.255.40.181',14,1237320655),(5335,0,'128.255.40.181',18,1237320656),(5336,0,'128.255.40.181',7,1237320656),(5337,0,'128.255.40.181',4,1237320656),(5338,0,'128.255.40.181',15,1237320656),(5339,0,'128.255.40.181',17,1237320658),(5340,0,'128.255.40.181',20,1237320658),(5341,0,'128.255.40.181',6,1237320659),(5342,0,'128.255.40.181',9,1237320659),(5343,0,'128.255.40.181',12,1237320659),(5344,0,'128.255.40.181',21,1237320659),(5345,0,'128.255.40.181',5,1237320659),(5346,0,'128.255.40.181',10,1237320660),(5347,0,'128.255.40.181',13,1237320660),(5348,0,'128.255.40.181',2,1237323876),(5349,0,'128.255.40.181',14,1237334479),(5350,0,'128.255.40.181',18,1237334479),(5351,0,'128.255.40.181',15,1237334479),(5352,0,'128.255.40.181',7,1237334479),(5353,0,'128.255.40.181',4,1237334479),(5354,0,'128.255.40.181',17,1237334481),(5355,0,'128.255.40.181',20,1237334481),(5356,0,'128.255.40.181',6,1237334483),(5357,0,'128.255.40.181',12,1237334486),(5358,0,'128.255.40.181',21,1237334486),(5359,0,'128.255.40.181',5,1237334486),(5360,0,'128.255.40.181',13,1237334487),(5361,0,'128.255.40.181',10,1237334487),(5362,0,'128.255.40.181',9,1237334487),(5363,0,'66.249.70.196',2,1237337098),(5364,0,'128.255.40.181',2,1237337849),(5365,0,'128.255.40.181',14,1237351946),(5366,0,'128.255.40.181',18,1237351946),(5367,0,'128.255.40.181',7,1237351947),(5368,0,'128.255.40.181',15,1237351947),(5369,0,'128.255.40.181',4,1237351947),(5370,0,'128.255.40.181',17,1237351949),(5371,0,'128.255.40.181',20,1237351949),(5372,0,'128.255.40.181',6,1237351950),(5373,0,'128.255.40.181',12,1237351950),(5374,0,'128.255.40.181',21,1237351950),(5375,0,'128.255.40.181',9,1237351950),(5376,0,'128.255.40.181',13,1237351952),(5377,0,'128.255.40.181',5,1237351952),(5378,0,'128.255.40.181',10,1237351952),(5379,0,'128.255.40.181',2,1237361906),(5380,0,'38.99.44.101',2,1237362632),(5381,0,'66.249.70.196',14,1237370383),(5382,0,'38.99.44.101',6,1237371624),(5383,0,'38.99.44.101',5,1237377248),(5384,0,'128.255.40.181',14,1237380795),(5385,0,'128.255.40.181',18,1237380795),(5386,0,'128.255.40.181',15,1237380796),(5387,0,'128.255.40.181',4,1237380796),(5388,0,'128.255.40.181',7,1237380796),(5389,0,'128.255.40.181',17,1237380796),(5390,0,'128.255.40.181',20,1237380797),(5391,0,'128.255.40.181',21,1237380797),(5392,0,'128.255.40.181',6,1237380797),(5393,0,'128.255.40.181',9,1237380799),(5394,0,'128.255.40.181',12,1237380799),(5395,0,'128.255.40.181',13,1237380800),(5396,0,'128.255.40.181',5,1237380800),(5397,0,'128.255.40.181',10,1237380800),(5398,0,'128.255.40.181',2,1237388527),(5399,0,'38.99.44.101',9,1237390241),(5400,0,'38.99.44.101',20,1237393024),(5401,0,'38.99.44.101',4,1237396391),(5402,0,'128.255.40.181',14,1237401438),(5403,0,'128.255.40.181',18,1237401438),(5404,0,'128.255.40.181',15,1237401438),(5405,0,'128.255.40.181',7,1237401438),(5406,0,'128.255.40.181',4,1237401438),(5407,0,'128.255.40.181',17,1237401440),(5408,0,'128.255.40.181',20,1237401441),(5409,0,'128.255.40.181',6,1237401442),(5410,0,'128.255.40.181',9,1237401443),(5411,0,'128.255.40.181',21,1237401443),(5412,0,'128.255.40.181',12,1237401443),(5413,0,'128.255.40.181',5,1237401443),(5414,0,'128.255.40.181',13,1237401443),(5415,0,'128.255.40.181',10,1237401443),(5416,0,'38.99.44.101',12,1237401611),(5417,0,'128.255.40.181',2,1237405653),(5418,0,'38.99.44.101',13,1237412117),(5419,0,'38.99.44.101',18,1237413513),(5420,0,'128.255.40.181',14,1237414782),(5421,0,'128.255.40.181',18,1237414782),(5422,0,'128.255.40.181',15,1237414782),(5423,0,'128.255.40.181',7,1237414782),(5424,0,'128.255.40.181',4,1237414783),(5425,0,'128.255.40.181',17,1237414784),(5426,0,'128.255.40.181',20,1237414784),(5427,0,'128.255.40.181',9,1237414785),(5428,0,'128.255.40.181',6,1237414785),(5429,0,'128.255.40.181',12,1237414785),(5430,0,'128.255.40.181',21,1237414785),(5431,0,'128.255.40.181',5,1237414785),(5432,0,'128.255.40.181',10,1237414785),(5433,0,'128.255.40.181',13,1237414785),(5434,0,'128.255.40.181',2,1237418062),(5435,0,'38.99.44.101',10,1237418732),(5436,0,'38.99.44.101',15,1237423788),(5437,0,'38.99.44.101',14,1237425176),(5438,0,'128.255.40.181',14,1237425874),(5439,0,'128.255.40.181',18,1237425874),(5440,0,'128.255.40.181',7,1237425875),(5441,0,'128.255.40.181',15,1237425875),(5442,0,'128.255.40.181',4,1237425875),(5443,0,'128.255.40.181',17,1237425876),(5444,0,'128.255.40.181',20,1237425876),(5445,0,'128.255.40.181',6,1237425877),(5446,0,'128.255.40.181',9,1237425878),(5447,0,'128.255.40.181',12,1237425878),(5448,0,'128.255.40.181',5,1237425878),(5449,0,'128.255.40.181',21,1237425878),(5450,0,'128.255.40.181',13,1237425878),(5451,0,'128.255.40.181',10,1237425879),(5452,0,'128.255.40.181',2,1237428271),(5453,0,'128.255.40.181',14,1237436068),(5454,0,'128.255.40.181',18,1237436068),(5455,0,'128.255.40.181',7,1237436068),(5456,0,'128.255.40.181',4,1237436068),(5457,0,'128.255.40.181',15,1237436068),(5458,0,'128.255.40.181',17,1237436070),(5459,0,'128.255.40.181',20,1237436070),(5460,0,'128.255.40.181',6,1237436071),(5461,0,'128.255.40.181',9,1237436071),(5462,0,'128.255.40.181',12,1237436071),(5463,0,'128.255.40.181',21,1237436072),(5464,0,'128.255.40.181',5,1237436072),(5465,0,'128.255.40.181',13,1237436072),(5466,0,'128.255.40.181',10,1237436072),(5467,0,'38.99.44.101',7,1237437367),(5468,0,'128.255.40.181',2,1237437566),(5469,0,'38.99.44.101',21,1237438122),(5470,0,'38.99.44.101',17,1237443760),(5471,0,'128.255.40.181',14,1237447603),(5472,0,'128.255.40.181',18,1237447603),(5473,0,'128.255.40.181',7,1237447604),(5474,0,'128.255.40.181',15,1237447604),(5475,0,'128.255.40.181',4,1237447605),(5476,0,'128.255.40.181',17,1237447606),(5477,0,'128.255.40.181',20,1237447606),(5478,0,'128.255.40.181',6,1237447607),(5479,0,'128.255.40.181',9,1237447608),(5480,0,'128.255.40.181',12,1237447608),(5481,0,'128.255.40.181',21,1237447608),(5482,0,'128.255.40.181',5,1237447608),(5483,0,'128.255.40.181',13,1237447608),(5484,0,'128.255.40.181',10,1237447608),(5485,0,'128.255.40.181',2,1237449136),(5486,0,'128.255.40.181',18,1237460012),(5487,0,'128.255.40.181',14,1237460012),(5488,0,'128.255.40.181',7,1237460012),(5489,0,'128.255.40.181',4,1237460012),(5490,0,'128.255.40.181',15,1237460012),(5491,0,'128.255.40.181',17,1237460015),(5492,0,'128.255.40.181',20,1237460016),(5493,0,'128.255.40.181',6,1237460017),(5494,0,'128.255.40.181',12,1237460018),(5495,0,'128.255.40.181',21,1237460018),(5496,0,'128.255.40.181',5,1237460018),(5497,0,'128.255.40.181',9,1237460018),(5498,0,'128.255.40.181',13,1237460018),(5499,0,'128.255.40.181',10,1237460018),(5500,0,'128.255.40.181',2,1237460622),(5501,0,'128.255.40.181',14,1237470517),(5502,0,'128.255.40.181',18,1237470517),(5503,0,'128.255.40.181',7,1237470518),(5504,0,'128.255.40.181',15,1237470518),(5505,0,'128.255.40.181',4,1237470518),(5506,0,'128.255.40.181',17,1237470519),(5507,0,'128.255.40.181',20,1237470519),(5508,0,'128.255.40.181',6,1237470521),(5509,0,'128.255.40.181',9,1237470521),(5510,0,'128.255.40.181',12,1237470521),(5511,0,'128.255.40.181',21,1237470521),(5512,0,'128.255.40.181',5,1237470521),(5513,0,'128.255.40.181',13,1237470521),(5514,0,'128.255.40.181',10,1237470522),(5515,0,'128.255.40.181',2,1237471417),(5516,0,'24.96.120.79',6,1237480566),(5517,0,'24.96.120.79',5,1237480574),(5518,0,'24.96.120.79',9,1237480574),(5519,0,'24.96.120.79',10,1237480579),(5520,0,'24.96.120.79',13,1237480582),(5521,0,'24.96.120.79',12,1237480583),(5522,0,'24.96.120.79',21,1237480583),(5523,0,'24.96.120.79',18,1237480588),(5524,0,'24.96.120.79',14,1237480592),(5525,0,'24.96.120.79',4,1237480665),(5526,0,'24.96.120.79',7,1237480666),(5527,0,'24.96.120.79',15,1237480671),(5528,0,'24.96.120.79',17,1237480672),(5529,0,'24.96.120.79',20,1237480674),(5530,0,'24.96.120.79',2,1237480675),(5531,0,'128.255.40.181',14,1237481926),(5532,0,'128.255.40.181',18,1237481926),(5533,0,'128.255.40.181',15,1237481931),(5534,0,'128.255.40.181',7,1237481931),(5535,0,'128.255.40.181',4,1237481931),(5536,0,'128.255.40.181',17,1237482212),(5537,0,'128.255.40.181',20,1237482212),(5538,0,'128.255.40.181',6,1237482215),(5539,0,'128.255.40.181',9,1237482215),(5540,0,'128.255.40.181',12,1237482215),(5541,0,'128.255.40.181',21,1237482216),(5542,0,'128.255.40.181',5,1237482216),(5543,0,'128.255.40.181',10,1237482216),(5544,0,'128.255.40.181',13,1237482216),(5545,0,'128.255.40.181',2,1237483128),(5546,0,'128.255.40.181',14,1237490922),(5547,0,'128.255.40.181',18,1237490922),(5548,0,'128.255.40.181',15,1237490924),(5549,0,'128.255.40.181',7,1237490924),(5550,0,'128.255.40.181',4,1237490924),(5551,0,'128.255.40.181',17,1237491220),(5552,0,'128.255.40.181',20,1237491220),(5553,0,'128.255.40.181',6,1237491221),(5554,0,'128.255.40.181',9,1237491222),(5555,0,'128.255.40.181',12,1237491222),(5556,0,'128.255.40.181',21,1237491222),(5557,0,'128.255.40.181',5,1237491222),(5558,0,'128.255.40.181',13,1237491222),(5559,0,'128.255.40.181',10,1237491222),(5560,0,'128.255.40.181',2,1237493026),(5561,0,'128.255.40.181',14,1237500030),(5562,0,'128.255.40.181',18,1237500030),(5563,0,'128.255.40.181',15,1237500031),(5564,0,'128.255.40.181',4,1237500031),(5565,0,'128.255.40.181',7,1237500031),(5566,0,'128.255.40.181',17,1237500044),(5567,0,'128.255.40.181',20,1237500045),(5568,0,'128.255.40.181',6,1237500046),(5569,0,'128.255.40.181',9,1237500046),(5570,0,'128.255.40.181',12,1237500047),(5571,0,'128.255.40.181',21,1237500047),(5572,0,'128.255.40.181',13,1237500047),(5573,0,'128.255.40.181',5,1237500047),(5574,0,'128.255.40.181',10,1237500219),(5575,0,'208.111.154.16',12,1237500936),(5576,0,'208.111.154.15',6,1237502288),(5577,0,'128.255.40.181',2,1237502325),(5578,0,'208.111.154.15',13,1237505825),(5579,0,'128.255.40.181',14,1237508933),(5580,0,'128.255.40.181',18,1237508933),(5581,0,'128.255.40.181',15,1237509218),(5582,0,'128.255.40.181',7,1237509218),(5583,0,'128.255.40.181',4,1237509218),(5584,0,'128.255.40.181',17,1237509221),(5585,0,'128.255.40.181',20,1237509221),(5586,0,'128.255.40.181',6,1237509227),(5587,0,'128.255.40.181',9,1237509228),(5588,0,'128.255.40.181',12,1237509228),(5589,0,'128.255.40.181',21,1237509228),(5590,0,'128.255.40.181',5,1237509228),(5591,0,'128.255.40.181',13,1237509228),(5592,0,'128.255.40.181',10,1237509529),(5593,0,'128.255.40.181',2,1237511025),(5594,0,'72.30.142.224',18,1237512255),(5595,0,'128.255.40.181',14,1237518529),(5596,0,'128.255.40.181',18,1237518529),(5597,0,'128.255.40.181',15,1237518883),(5598,0,'128.255.40.181',7,1237518883),(5599,0,'128.255.40.181',4,1237518883),(5600,0,'128.255.40.181',17,1237518884),(5601,0,'128.255.40.181',20,1237518885),(5602,0,'128.255.40.181',6,1237518885),(5603,0,'128.255.40.181',9,1237518886),(5604,0,'128.255.40.181',12,1237518886),(5605,0,'128.255.40.181',21,1237519124),(5606,0,'128.255.40.181',5,1237519124),(5607,0,'128.255.40.181',13,1237519124),(5608,0,'128.255.40.181',10,1237519153),(5609,0,'128.255.40.181',2,1237520638),(5610,0,'66.249.70.196',7,1237525718),(5611,0,'128.255.40.181',14,1237529033),(5612,0,'128.255.40.181',18,1237529033),(5613,0,'128.255.40.181',7,1237530232),(5614,0,'128.255.40.181',15,1237530233),(5615,0,'128.255.40.181',4,1237530233),(5616,0,'128.255.40.181',17,1237530234),(5617,0,'128.255.40.181',20,1237530234),(5618,0,'128.255.40.181',6,1237530236),(5619,0,'128.255.40.181',9,1237530236),(5620,0,'128.255.40.181',12,1237530236),(5621,0,'128.255.40.181',13,1237530531),(5622,0,'128.255.40.181',21,1237530531),(5623,0,'128.255.40.181',5,1237530531),(5624,0,'128.255.40.181',10,1237530537),(5625,0,'128.255.40.181',2,1237532328),(5626,0,'128.255.40.181',14,1237541316),(5627,0,'128.255.40.181',18,1237541316),(5628,0,'128.255.40.181',7,1237542129),(5629,0,'128.255.40.181',15,1237542129),(5630,0,'128.255.40.181',4,1237542129),(5631,0,'128.255.40.181',17,1237542133),(5632,0,'128.255.40.181',20,1237542134),(5633,0,'128.255.40.181',6,1237542135),(5634,0,'128.255.40.181',9,1237542136),(5635,0,'128.255.40.181',12,1237542136),(5636,0,'128.255.40.181',21,1237542707),(5637,0,'128.255.40.181',13,1237542707),(5638,0,'128.255.40.181',5,1237542707),(5639,0,'128.255.40.181',10,1237542717),(5640,0,'128.255.40.181',2,1237544818),(5641,0,'66.249.70.196',5,1237547796),(5642,0,'128.255.40.181',14,1237553223),(5643,0,'128.255.40.181',18,1237553223),(5644,0,'128.255.40.181',15,1237553815),(5645,0,'128.255.40.181',7,1237553816),(5646,0,'128.255.40.181',4,1237553816),(5647,0,'128.255.40.181',17,1237553818),(5648,0,'128.255.40.181',20,1237553818),(5649,0,'128.255.40.181',6,1237553819),(5650,0,'128.255.40.181',9,1237553819),(5651,0,'128.255.40.181',12,1237553820),(5652,0,'128.255.40.181',21,1237554117),(5653,0,'128.255.40.181',5,1237554117),(5654,0,'128.255.40.181',13,1237554117),(5655,0,'128.255.40.181',10,1237554118),(5656,0,'128.255.40.181',2,1237556211),(5657,0,'128.255.40.181',14,1237564022),(5658,0,'128.255.40.181',18,1237564303),(5659,0,'128.255.40.181',7,1237564611),(5660,0,'128.255.40.181',15,1237564611),(5661,0,'128.255.40.181',4,1237564611),(5662,0,'128.255.40.181',17,1237564612),(5663,0,'128.255.40.181',20,1237564613),(5664,0,'128.255.40.181',6,1237564613),(5665,0,'128.255.40.181',9,1237564614),(5666,0,'128.255.40.181',12,1237564614),(5667,0,'128.255.40.181',21,1237565508),(5668,0,'128.255.40.181',5,1237565508),(5669,0,'128.255.40.181',13,1237565509),(5670,0,'128.255.40.181',10,1237565509),(5671,0,'128.255.40.181',2,1237567913),(5672,0,'128.255.40.181',14,1237574219),(5673,0,'128.255.40.181',18,1237574220),(5674,0,'128.255.40.181',15,1237574813),(5675,0,'128.255.40.181',7,1237574813),(5676,0,'128.255.40.181',4,1237574813),(5677,0,'128.255.40.181',17,1237574815),(5678,0,'128.255.40.181',20,1237574817),(5679,0,'128.255.40.181',6,1237574818),(5680,0,'128.255.40.181',9,1237574819),(5681,0,'128.255.40.181',12,1237574820),(5682,0,'128.255.40.181',21,1237576018),(5683,0,'128.255.40.181',5,1237576021),(5684,0,'128.255.40.181',13,1237576021),(5685,0,'128.255.40.181',10,1237576021),(5686,0,'128.255.40.181',2,1237577817),(5687,0,'128.255.40.181',14,1237583520),(5688,0,'128.255.40.181',18,1237583520),(5689,0,'128.255.40.181',15,1237584118),(5690,0,'128.255.40.181',7,1237584118),(5691,0,'128.255.40.181',4,1237584118),(5692,0,'128.255.40.181',17,1237584119),(5693,0,'128.255.40.181',20,1237584120),(5694,0,'128.255.40.181',6,1237584121),(5695,0,'128.255.40.181',9,1237584122),(5696,0,'128.255.40.181',12,1237584122),(5697,0,'128.255.40.181',21,1237585608),(5698,0,'128.255.40.181',5,1237585609),(5699,0,'128.255.40.181',13,1237585609),(5700,0,'128.255.40.181',10,1237585609),(5701,0,'128.255.40.181',2,1237587722),(5702,0,'65.55.211.29',2,1237589813),(5703,0,'128.255.40.181',14,1237592811),(5704,0,'128.255.40.181',18,1237592811),(5705,0,'128.255.40.181',15,1237593415),(5706,0,'128.255.40.181',7,1237593415),(5707,0,'128.255.40.181',4,1237593415),(5708,0,'128.255.40.181',17,1237593416),(5709,0,'128.255.40.181',20,1237593417),(5710,0,'128.255.40.181',6,1237593418),(5711,0,'128.255.40.181',9,1237593418),(5712,0,'128.255.40.181',12,1237593418),(5713,0,'128.255.40.181',21,1237595212),(5714,0,'128.255.40.181',5,1237595212),(5715,0,'128.255.40.181',13,1237595212),(5716,0,'128.255.40.181',10,1237595213),(5717,0,'128.255.40.181',2,1237596723),(5718,0,'128.255.40.181',14,1237602115),(5719,0,'128.255.40.181',18,1237602115),(5720,0,'128.255.40.181',15,1237602712),(5721,0,'128.255.40.181',7,1237602712),(5722,0,'128.255.40.181',4,1237602713),(5723,0,'128.255.40.181',17,1237602714),(5724,0,'128.255.40.181',20,1237602714),(5725,0,'128.255.40.181',6,1237602715),(5726,0,'128.255.40.181',9,1237602715),(5727,0,'128.255.40.181',12,1237602716),(5728,0,'128.255.40.181',21,1237603925),(5729,0,'128.255.40.181',5,1237603925),(5730,0,'128.255.40.181',13,1237603925),(5731,0,'128.255.40.181',10,1237603925),(5732,0,'128.255.40.181',2,1237605723),(5733,0,'66.249.70.196',20,1237606026),(5734,0,'128.255.40.181',14,1237610809),(5735,0,'128.255.40.181',18,1237610809),(5736,0,'128.255.40.181',15,1237611710),(5737,0,'128.255.40.181',7,1237611710),(5738,0,'128.255.40.181',4,1237611710),(5739,0,'128.255.40.181',17,1237611710),(5740,0,'128.255.40.181',20,1237611710),(5741,0,'128.255.40.181',6,1237611713),(5742,0,'128.255.40.181',9,1237611713),(5743,0,'128.255.40.181',12,1237611713),(5744,0,'128.255.40.181',21,1237613818),(5745,0,'128.255.40.181',5,1237613818),(5746,0,'128.255.40.181',13,1237613818),(5747,0,'128.255.40.181',10,1237613818),(5748,0,'128.255.40.181',2,1237615995),(5749,0,'66.249.70.196',17,1237621158),(5750,0,'128.255.40.181',14,1237621976),(5751,0,'128.255.40.181',18,1237621976),(5752,0,'128.255.40.181',15,1237623476),(5753,0,'128.255.40.181',7,1237623476),(5754,0,'128.255.40.181',4,1237623476),(5755,0,'128.255.40.181',17,1237623478),(5756,0,'128.255.40.181',20,1237623479),(5757,0,'128.255.40.181',6,1237623481),(5758,0,'128.255.40.181',9,1237623481),(5759,0,'128.255.40.181',12,1237623482),(5760,0,'128.255.40.181',21,1237625887),(5761,0,'128.255.40.181',5,1237625887),(5762,0,'128.255.40.181',13,1237625887),(5763,0,'128.255.40.181',10,1237625887),(5764,0,'128.255.40.181',2,1237627862),(5765,0,'128.255.40.181',14,1237633818),(5766,0,'128.255.40.181',18,1237633818),(5767,0,'128.255.40.181',7,1237635623),(5768,0,'128.255.40.181',15,1237635623),(5769,0,'128.255.40.181',4,1237635624),(5770,0,'128.255.40.181',17,1237635625),(5771,0,'128.255.40.181',20,1237635625),(5772,0,'128.255.40.181',6,1237635626),(5773,0,'128.255.40.181',9,1237635626),(5774,0,'128.255.40.181',12,1237635626),(5775,0,'128.255.40.181',21,1237638330),(5776,0,'128.255.40.181',5,1237638330),(5777,0,'128.255.40.181',13,1237638330),(5778,0,'128.255.40.181',10,1237638331),(5779,0,'128.255.40.181',2,1237640486),(5780,0,'208.111.154.16',20,1237673360),(5781,0,'72.30.79.112',12,1237682423),(5782,0,'173.30.20.64',10,1237696382),(5783,0,'208.111.154.16',14,1237714409),(5784,0,'72.30.79.112',13,1237716034),(5785,0,'72.30.79.112',6,1237746250),(5786,0,'208.111.154.16',18,1237749593),(5787,0,'72.30.79.112',5,1237754573),(5788,0,'65.55.211.41',5,1237783421),(5789,0,'208.115.111.244',10,1237784215),(5790,0,'208.115.111.244',12,1237784220),(5791,0,'208.115.111.244',13,1237784224),(5792,0,'208.115.111.244',14,1237784228),(5793,0,'208.115.111.244',15,1237784233),(5794,0,'208.115.111.244',17,1237784238),(5795,0,'208.115.111.244',18,1237784247),(5796,0,'208.115.111.244',2,1237794163),(5797,0,'208.115.111.244',20,1237794167),(5798,0,'208.115.111.244',21,1237794172),(5799,0,'208.115.111.244',4,1237794176),(5800,0,'208.115.111.244',5,1237794181),(5801,0,'208.115.111.244',6,1237794188),(5802,0,'208.115.111.244',7,1237794205),(5803,0,'208.115.111.244',9,1237794216),(5804,0,'72.30.79.112',14,1237834933),(5805,0,'66.249.70.196',7,1237882903),(5806,0,'72.30.79.112',21,1237898201),(5807,0,'208.111.154.16',7,1237988368),(5808,0,'208.111.154.15',15,1238000302),(5809,0,'66.249.70.196',15,1238009380),(5810,0,'66.249.70.196',4,1238012945),(5811,0,'72.30.79.112',10,1238027709),(5812,0,'208.111.154.16',10,1238038449),(5813,0,'208.111.154.15',17,1238081259),(5814,0,'66.249.70.196',10,1238098160),(5815,0,'72.30.79.112',7,1238103082),(5816,0,'66.249.70.196',2,1238123506),(5817,0,'72.30.79.112',18,1238125287),(5818,0,'65.55.211.29',7,1238132116),(5819,0,'208.111.154.16',21,1238132489),(5820,0,'208.111.154.16',5,1238145689),(5821,0,'72.30.79.112',17,1238146749),(5822,0,'65.55.211.40',6,1238167208),(5823,0,'72.30.79.112',20,1238196261),(5824,0,'65.55.211.27',15,1238206791),(5825,0,'65.55.211.38',14,1238211172),(5826,0,'208.111.154.16',4,1238226186),(5827,0,'128.255.237.69',2,1238241262),(5828,0,'128.255.237.69',14,1238241268),(5829,0,'128.255.237.69',18,1238241270),(5830,0,'128.255.237.69',4,1238241281),(5831,0,'128.255.237.69',20,1238241282),(5832,0,'128.255.237.69',17,1238241282),(5833,0,'128.255.237.69',15,1238241282),(5834,0,'128.255.237.69',7,1238241282),(5835,0,'128.255.237.69',5,1238241306),(5836,0,'128.255.237.69',10,1238241306),(5837,0,'128.255.237.69',6,1238241307),(5838,0,'128.255.237.69',9,1238241307),(5839,0,'128.255.237.69',12,1238241307),(5840,0,'128.255.237.69',13,1238241308),(5841,0,'128.255.237.69',21,1238241309),(5842,0,'65.55.211.30',4,1238265035),(5843,0,'72.30.79.112',4,1238266028),(5844,0,'66.249.70.196',7,1238295069),(5845,0,'65.55.211.39',21,1238312623),(5846,0,'65.55.211.39',21,1238319651),(5847,0,'65.55.211.27',20,1238324793),(5848,0,'65.55.211.37',17,1238337659),(5849,0,'65.55.108.190',20,1238342525),(5850,0,'208.111.154.16',6,1238400269),(5851,0,'208.111.154.15',12,1238405625),(5852,0,'65.55.211.36',18,1238423835),(5853,0,'66.249.70.196',10,1238430669),(5854,0,'74.6.22.90',14,1238452533),(5855,0,'65.55.211.29',2,1238483939),(5856,0,'65.55.211.27',20,1238506396),(5857,0,'74.6.22.90',5,1238525459),(5858,0,'74.6.22.90',2,1238527069),(5859,0,'74.6.22.90',13,1238549924),(5860,0,'65.55.211.37',17,1238561695),(5861,0,'208.111.154.15',20,1238578441),(5862,0,'74.6.22.90',12,1238584327),(5863,0,'208.111.154.15',14,1238619678),(5864,0,'65.55.108.191',14,1238643438),(5865,0,'208.111.154.15',2,1238662324),(5866,0,'65.55.211.27',13,1238663692),(5867,0,'65.55.211.27',10,1238663692),(5868,0,'65.55.108.190',2,1238678479),(5869,0,'74.6.22.90',15,1238679305),(5870,0,'71.170.87.24',2,1238693208),(5871,0,'74.6.22.90',6,1238695418),(5872,0,'66.249.71.78',20,1238698527),(5873,0,'66.249.71.78',17,1238698674),(5874,0,'208.115.111.244',10,1238713022),(5875,0,'208.115.111.244',12,1238713027),(5876,0,'208.115.111.244',13,1238713032),(5877,0,'208.115.111.244',14,1238713037),(5878,0,'208.115.111.244',15,1238713042),(5879,0,'208.115.111.244',17,1238713047),(5880,0,'208.115.111.244',18,1238713053),(5881,0,'208.115.111.244',2,1238713059),(5882,0,'208.115.111.244',20,1238713065),(5883,0,'208.115.111.244',21,1238713071),(5884,0,'208.115.111.244',4,1238724164),(5885,0,'208.115.111.244',5,1238724168),(5886,0,'208.115.111.244',6,1238724173),(5887,0,'208.115.111.244',7,1238724179),(5888,0,'208.115.111.244',9,1238724189),(5889,0,'72.30.142.247',10,1238733204),(5890,0,'72.30.142.247',18,1238744607),(5891,0,'128.255.237.69',2,1238829160),(5892,0,'128.255.237.69',18,1238829224),(5893,0,'128.255.237.69',14,1238829227),(5894,0,'128.255.237.69',20,1238829364),(5895,0,'128.255.237.69',4,1238829366),(5896,0,'128.255.237.69',7,1238829368),(5897,0,'128.255.237.69',15,1238829370),(5898,0,'128.255.237.69',17,1238829374),(5899,0,'128.255.237.69',5,1238829491),(5900,0,'128.255.237.69',6,1238829497),(5901,0,'128.255.237.69',12,1238829500),(5902,0,'128.255.237.69',10,1238829521),(5903,0,'128.255.237.69',9,1238829522),(5904,0,'128.255.237.69',13,1238829527),(5905,0,'128.255.237.69',21,1238829530),(5906,0,'66.249.71.78',6,1238834425),(5907,0,'72.30.142.247',9,1238846695),(5908,0,'65.55.211.39',18,1238864493),(5909,0,'208.111.154.15',13,1239040157),(5910,0,'128.255.44.103',7,1239057287),(5911,0,'128.255.44.103',7,1239057372),(5912,0,'66.249.65.244',4,1239062770),(5913,0,'66.249.65.244',15,1239062887),(5914,0,'66.249.65.244',6,1239067525),(5915,0,'66.249.65.244',9,1239067537),(5916,0,'66.249.65.244',2,1239067551),(5917,0,'66.249.65.244',5,1239067569),(5918,0,'66.249.65.244',7,1239067583),(5919,0,'66.249.65.244',10,1239067615),(5920,0,'66.249.65.244',13,1239067632),(5921,0,'66.249.65.244',20,1239067679),(5922,0,'66.249.65.244',18,1239067792),(5923,0,'66.249.65.244',21,1239067812),(5924,0,'66.249.65.244',17,1239067852),(5925,0,'66.249.65.244',14,1239067871),(5926,0,'66.249.65.244',12,1239067879),(5927,0,'128.255.40.181',2,1239143277),(5928,0,'128.255.40.181',14,1239143395),(5929,0,'128.255.40.181',18,1239143396),(5930,0,'128.255.40.181',15,1239143509),(5931,0,'128.255.40.181',7,1239143510),(5932,0,'128.255.40.181',4,1239143511),(5933,0,'128.255.40.181',17,1239143512),(5934,0,'128.255.40.181',20,1239143513),(5935,0,'128.255.40.181',6,1239143628),(5936,0,'128.255.40.181',9,1239143631),(5937,0,'128.255.40.181',12,1239143650),(5938,0,'128.255.40.181',21,1239143652),(5939,0,'128.255.40.181',5,1239143652),(5940,0,'128.255.40.181',13,1239143652),(5941,0,'128.255.40.181',10,1239143653),(5942,0,'208.111.154.15',15,1239160129),(5943,0,'66.249.71.107',7,1239163818),(5944,0,'72.30.81.163',2,1239165442),(5945,0,'66.249.71.107',4,1239168715),(5946,0,'66.249.71.107',15,1239168838),(5947,0,'72.30.81.163',2,1239176079),(5948,0,'208.111.154.16',18,1239193547),(5949,0,'128.255.40.181',2,1239206285),(5950,0,'128.255.40.181',14,1239206288),(5951,0,'128.255.40.181',18,1239206288),(5952,0,'128.255.40.181',7,1239206574),(5953,0,'128.255.40.181',15,1239206575),(5954,0,'128.255.40.181',4,1239206575),(5955,0,'128.255.40.181',17,1239206576),(5956,0,'128.255.40.181',20,1239206576),(5957,0,'128.255.40.181',6,1239206596),(5958,0,'128.255.40.181',9,1239206597),(5959,0,'128.255.40.181',12,1239206597),(5960,0,'128.255.40.181',21,1239206598),(5961,0,'128.255.40.181',5,1239206599),(5962,0,'128.255.40.181',13,1239206599),(5963,0,'128.255.40.181',10,1239206599),(5964,0,'92.11.165.116',12,1239207799),(5965,0,'128.255.40.181',2,1239218875),(5966,0,'128.255.40.181',14,1239218880),(5967,0,'128.255.40.181',18,1239218880),(5968,0,'128.255.40.181',15,1239219166),(5969,0,'128.255.40.181',7,1239219166),(5970,0,'128.255.40.181',4,1239219166),(5971,0,'128.255.40.181',17,1239219168),(5972,0,'128.255.40.181',20,1239219168),(5973,0,'128.255.40.181',6,1239219173),(5974,0,'128.255.40.181',13,1239219174),(5975,0,'128.255.40.181',9,1239219174),(5976,0,'128.255.40.181',12,1239219174),(5977,0,'128.255.40.181',21,1239219174),(5978,0,'128.255.40.181',5,1239219174),(5979,0,'128.255.40.181',10,1239219175),(5980,0,'208.111.154.31',7,1239225916),(5981,0,'208.111.154.31',10,1239252914),(5982,0,'128.255.40.181',2,1239259614),(5983,0,'128.255.40.181',18,1239259617),(5984,0,'128.255.40.181',14,1239259618),(5985,0,'128.255.40.181',4,1239259623),(5986,0,'128.255.40.181',15,1239259623),(5987,0,'128.255.40.181',7,1239259624),(5988,0,'128.255.40.181',17,1239259625),(5989,0,'128.255.40.181',20,1239259627),(5990,0,'128.255.40.181',6,1239259902),(5991,0,'128.255.40.181',9,1239259904),(5992,0,'128.255.40.181',12,1239259905),(5993,0,'128.255.40.181',13,1239259905),(5994,0,'128.255.40.181',10,1239259905),(5995,0,'128.255.40.181',21,1239259905),(5996,0,'128.255.40.181',5,1239259906),(5997,0,'128.255.40.181',2,1239276438),(5998,0,'128.255.40.181',14,1239276716),(5999,0,'128.255.40.181',18,1239276716),(6000,0,'128.255.40.181',4,1239276722),(6001,0,'128.255.40.181',15,1239276723),(6002,0,'128.255.40.181',7,1239276724),(6003,0,'128.255.40.181',17,1239276727),(6004,0,'128.255.40.181',20,1239276730),(6005,0,'128.255.40.181',6,1239276740),(6006,0,'128.255.40.181',5,1239276747),(6007,0,'128.255.40.181',9,1239276748),(6008,0,'128.255.40.181',12,1239276748),(6009,0,'128.255.40.181',13,1239276748),(6010,0,'128.255.40.181',10,1239276748),(6011,0,'128.255.40.181',21,1239276748),(6012,0,'128.255.40.181',2,1239289923),(6013,0,'128.255.40.181',14,1239290209),(6014,0,'128.255.40.181',18,1239290210),(6015,0,'128.255.40.181',4,1239290212),(6016,0,'128.255.40.181',15,1239290213),(6017,0,'128.255.40.181',7,1239290214),(6018,0,'128.255.40.181',17,1239290216),(6019,0,'128.255.40.181',20,1239290218),(6020,0,'128.255.40.181',6,1239290221),(6021,0,'128.255.40.181',5,1239290225),(6022,0,'128.255.40.181',9,1239290225),(6023,0,'128.255.40.181',12,1239290225),(6024,0,'128.255.40.181',13,1239290225),(6025,0,'128.255.40.181',10,1239290226),(6026,0,'128.255.40.181',21,1239290226),(6027,0,'128.255.40.181',2,1239302812),(6028,0,'128.255.40.181',14,1239302822),(6029,0,'128.255.40.181',18,1239302822),(6030,0,'128.255.40.181',4,1239303115),(6031,0,'128.255.40.181',15,1239303115),(6032,0,'128.255.40.181',7,1239303115),(6033,0,'128.255.40.181',17,1239303118),(6034,0,'128.255.40.181',20,1239303120),(6035,0,'128.255.40.181',6,1239303125),(6036,0,'128.255.40.181',5,1239303130),(6037,0,'128.255.40.181',9,1239303130),(6038,0,'128.255.40.181',12,1239303130),(6039,0,'128.255.40.181',13,1239303131),(6040,0,'128.255.40.181',10,1239303131),(6041,0,'128.255.40.181',21,1239303131),(6042,0,'72.30.81.163',12,1239305832),(6043,0,'128.255.40.181',2,1239313625),(6044,0,'128.255.40.181',14,1239313632),(6045,0,'128.255.40.181',18,1239313632),(6046,0,'128.255.40.181',4,1239313914),(6047,0,'128.255.40.181',15,1239313917),(6048,0,'128.255.40.181',7,1239313917),(6049,0,'128.255.40.181',17,1239313921),(6050,0,'128.255.40.181',20,1239313921),(6051,0,'128.255.40.181',6,1239313926),(6052,0,'128.255.40.181',5,1239313931),(6053,0,'128.255.40.181',9,1239313931),(6054,0,'128.255.40.181',12,1239313931),(6055,0,'128.255.40.181',13,1239313931),(6056,0,'128.255.40.181',10,1239313931),(6057,0,'128.255.40.181',21,1239313932),(6058,0,'128.255.40.181',2,1239328310),(6059,0,'128.255.40.181',14,1239328310),(6060,0,'128.255.40.181',18,1239328311),(6061,0,'128.255.40.181',4,1239328911),(6062,0,'128.255.40.181',15,1239328911),(6063,0,'128.255.40.181',7,1239328911),(6064,0,'128.255.40.181',20,1239328911),(6065,0,'128.255.40.181',17,1239328912),(6066,0,'128.255.40.181',6,1239328912),(6067,0,'128.255.40.181',5,1239328912),(6068,0,'128.255.40.181',9,1239328912),(6069,0,'128.255.40.181',12,1239328912),(6070,0,'128.255.40.181',13,1239328913),(6071,0,'128.255.40.181',10,1239328913),(6072,0,'128.255.40.181',21,1239328913),(6073,0,'72.30.81.163',21,1239330584),(6074,0,'72.30.81.163',21,1239331010),(6075,0,'72.30.81.163',21,1239331428),(6076,0,'72.30.81.163',21,1239333158),(6077,0,'72.30.81.163',10,1239338277),(6078,0,'65.55.211.36',7,1239356158),(6079,0,'72.30.81.163',17,1239359357),(6080,0,'72.30.81.163',18,1239360853),(6081,0,'122.164.183.229',10,1239361077),(6082,0,'128.255.40.181',2,1239372389),(6083,0,'128.255.40.181',14,1239372389),(6084,0,'128.255.40.181',18,1239372390),(6085,0,'128.255.40.181',20,1239372390),(6086,0,'128.255.40.181',15,1239372390),(6087,0,'128.255.40.181',7,1239372390),(6088,0,'128.255.40.181',6,1239372391),(6089,0,'128.255.40.181',4,1239372391),(6090,0,'128.255.40.181',17,1239372391),(6091,0,'128.255.40.181',5,1239372391),(6092,0,'128.255.40.181',9,1239372392),(6093,0,'128.255.40.181',12,1239372392),(6094,0,'128.255.40.181',21,1239372392),(6095,0,'128.255.40.181',13,1239372392),(6096,0,'128.255.40.181',10,1239372393),(6097,0,'128.255.40.181',2,1239384986),(6098,0,'128.255.40.181',14,1239384986),(6099,0,'128.255.40.181',18,1239384986),(6100,0,'128.255.40.181',20,1239384986),(6101,0,'128.255.40.181',15,1239384987),(6102,0,'128.255.40.181',7,1239384987),(6103,0,'128.255.40.181',6,1239384987),(6104,0,'128.255.40.181',4,1239384987),(6105,0,'128.255.40.181',9,1239384988),(6106,0,'128.255.40.181',17,1239384988),(6107,0,'128.255.40.181',5,1239384988),(6108,0,'128.255.40.181',12,1239384988),(6109,0,'128.255.40.181',21,1239384989),(6110,0,'128.255.40.181',13,1239384989),(6111,0,'128.255.40.181',10,1239384989),(6112,0,'128.255.40.181',2,1239398782),(6113,0,'128.255.40.181',14,1239398782),(6114,0,'128.255.40.181',18,1239398782),(6115,0,'128.255.40.181',20,1239398783),(6116,0,'128.255.40.181',15,1239398783),(6117,0,'128.255.40.181',7,1239398783),(6118,0,'128.255.40.181',6,1239398783),(6119,0,'128.255.40.181',4,1239398783),(6120,0,'128.255.40.181',9,1239398784),(6121,0,'128.255.40.181',12,1239398784),(6122,0,'128.255.40.181',17,1239398784),(6123,0,'128.255.40.181',5,1239398784),(6124,0,'128.255.40.181',21,1239398784),(6125,0,'128.255.40.181',13,1239398785),(6126,0,'128.255.40.181',10,1239398785),(6127,0,'208.111.154.15',12,1239399864),(6128,0,'128.255.40.181',20,1239412280),(6129,0,'128.255.40.181',7,1239412280),(6130,0,'128.255.40.181',15,1239412281),(6131,0,'128.255.40.181',2,1239412281),(6132,0,'128.255.40.181',14,1239412281),(6133,0,'128.255.40.181',18,1239412281),(6134,0,'128.255.40.181',6,1239412282),(6135,0,'128.255.40.181',4,1239412282),(6136,0,'128.255.40.181',9,1239412282),(6137,0,'128.255.40.181',12,1239412282),(6138,0,'128.255.40.181',21,1239412282),(6139,0,'128.255.40.181',17,1239412283),(6140,0,'128.255.40.181',5,1239412283),(6141,0,'128.255.40.181',13,1239412283),(6142,0,'128.255.40.181',10,1239412285),(6143,0,'128.255.40.181',7,1239425775),(6144,0,'128.255.40.181',20,1239425775),(6145,0,'128.255.40.181',6,1239425777),(6146,0,'128.255.40.181',15,1239425777),(6147,0,'128.255.40.181',4,1239425778),(6148,0,'128.255.40.181',2,1239425778),(6149,0,'128.255.40.181',14,1239425778),(6150,0,'128.255.40.181',9,1239425778),(6151,0,'128.255.40.181',18,1239425778),(6152,0,'128.255.40.181',12,1239425779),(6153,0,'128.255.40.181',21,1239425779),(6154,0,'128.255.40.181',17,1239425780),(6155,0,'128.255.40.181',5,1239425780),(6156,0,'128.255.40.181',13,1239425780),(6157,0,'128.255.40.181',10,1239425782),(6158,0,'65.55.211.40',14,1239429024),(6159,0,'65.55.211.28',15,1239431798),(6160,0,'128.255.40.181',6,1239439877),(6161,0,'128.255.40.181',7,1239439877),(6162,0,'128.255.40.181',20,1239439878),(6163,0,'128.255.40.181',15,1239439878),(6164,0,'128.255.40.181',4,1239439878),(6165,0,'128.255.40.181',2,1239439878),(6166,0,'128.255.40.181',14,1239439879),(6167,0,'128.255.40.181',9,1239439879),(6168,0,'128.255.40.181',18,1239439879),(6169,0,'128.255.40.181',12,1239439879),(6170,0,'128.255.40.181',21,1239439879),(6171,0,'128.255.40.181',17,1239439880),(6172,0,'128.255.40.181',5,1239439880),(6173,0,'128.255.40.181',13,1239439882),(6174,0,'128.255.40.181',10,1239439884),(6175,0,'204.62.53.126',13,1239452481),(6176,0,'128.255.40.181',6,1239452782),(6177,0,'128.255.40.181',15,1239452782),(6178,0,'128.255.40.181',7,1239452783),(6179,0,'128.255.40.181',4,1239452783),(6180,0,'128.255.40.181',2,1239452783),(6181,0,'128.255.40.181',14,1239452783),(6182,0,'128.255.40.181',20,1239453071),(6183,0,'128.255.40.181',9,1239453072),(6184,0,'128.255.40.181',18,1239453072),(6185,0,'128.255.40.181',12,1239453072),(6186,0,'128.255.40.181',21,1239453072),(6187,0,'128.255.40.181',17,1239453073),(6188,0,'128.255.40.181',5,1239453074),(6189,0,'128.255.40.181',13,1239453077),(6190,0,'128.255.40.181',10,1239453078),(6191,0,'128.255.40.181',6,1239466277),(6192,0,'128.255.40.181',15,1239466278),(6193,0,'128.255.40.181',7,1239466278),(6194,0,'128.255.40.181',4,1239466278),(6195,0,'128.255.40.181',2,1239466279),(6196,0,'128.255.40.181',14,1239466279),(6197,0,'128.255.40.181',9,1239466570),(6198,0,'128.255.40.181',18,1239466570),(6199,0,'128.255.40.181',12,1239466570),(6200,0,'128.255.40.181',21,1239466571),(6201,0,'128.255.40.181',17,1239466571),(6202,0,'128.255.40.181',20,1239466571),(6203,0,'128.255.40.181',5,1239466573),(6204,0,'128.255.40.181',13,1239466577),(6205,0,'128.255.40.181',10,1239466577),(6206,0,'128.255.40.181',6,1239478266),(6207,0,'128.255.40.181',15,1239478266),(6208,0,'128.255.40.181',7,1239478266),(6209,0,'128.255.40.181',4,1239478266),(6210,0,'128.255.40.181',2,1239478267),(6211,0,'128.255.40.181',14,1239478267),(6212,0,'128.255.40.181',9,1239478268),(6213,0,'128.255.40.181',18,1239478268),(6214,0,'128.255.40.181',12,1239478269),(6215,0,'128.255.40.181',21,1239478269),(6216,0,'128.255.40.181',17,1239478271),(6217,0,'128.255.40.181',20,1239478271),(6218,0,'128.255.40.181',5,1239478271),(6219,0,'128.255.40.181',13,1239478274),(6220,0,'128.255.40.181',10,1239478274),(6221,0,'128.255.40.181',6,1239492365),(6222,0,'128.255.40.181',15,1239492365),(6223,0,'128.255.40.181',7,1239492365),(6224,0,'128.255.40.181',4,1239492366),(6225,0,'128.255.40.181',2,1239492367),(6226,0,'128.255.40.181',14,1239492367),(6227,0,'128.255.40.181',9,1239492368),(6228,0,'128.255.40.181',18,1239492368),(6229,0,'128.255.40.181',12,1239492369),(6230,0,'128.255.40.181',21,1239492369),(6231,0,'128.255.40.181',17,1239492664),(6232,0,'128.255.40.181',5,1239492664),(6233,0,'128.255.40.181',20,1239492664),(6234,0,'128.255.40.181',13,1239492666),(6235,0,'128.255.40.181',10,1239492667),(6236,0,'72.30.81.163',5,1239499992),(6237,0,'128.255.40.181',6,1239512760),(6238,0,'128.255.40.181',15,1239512760),(6239,0,'128.255.40.181',7,1239512761),(6240,0,'128.255.40.181',4,1239512761),(6241,0,'128.255.40.181',2,1239512762),(6242,0,'128.255.40.181',14,1239512763),(6243,0,'128.255.40.181',21,1239512780),(6244,0,'128.255.40.181',9,1239512799),(6245,0,'128.255.40.181',18,1239512799),(6246,0,'128.255.40.181',12,1239512800),(6247,0,'128.255.40.181',17,1239513059),(6248,0,'128.255.40.181',5,1239513059),(6249,0,'128.255.40.181',20,1239513062),(6250,0,'128.255.40.181',13,1239513064),(6251,0,'128.255.40.181',10,1239513065),(6252,0,'128.255.40.181',15,1239541254),(6253,0,'128.255.40.181',6,1239541255),(6254,0,'128.255.40.181',2,1239541255),(6255,0,'128.255.40.181',4,1239541255),(6256,0,'128.255.40.181',7,1239541256),(6257,0,'128.255.40.181',14,1239541257),(6258,0,'128.255.40.181',21,1239541258),(6259,0,'128.255.40.181',18,1239541258),(6260,0,'128.255.40.181',12,1239541259),(6261,0,'128.255.40.181',9,1239541259),(6262,0,'128.255.40.181',17,1239541554),(6263,0,'128.255.40.181',5,1239541556),(6264,0,'128.255.40.181',20,1239541556),(6265,0,'128.255.40.181',13,1239541557),(6266,0,'128.255.40.181',10,1239541557),(6267,0,'66.249.71.113',7,1239578910),(6268,0,'65.55.211.41',21,1239589442),(6269,0,'128.255.40.181',2,1239599752),(6270,0,'128.255.40.181',4,1239599752),(6271,0,'128.255.40.181',6,1239599752),(6272,0,'128.255.40.181',15,1239599753),(6273,0,'128.255.40.181',7,1239599753),(6274,0,'128.255.40.181',18,1239599754),(6275,0,'128.255.40.181',14,1239599754),(6276,0,'128.255.40.181',21,1239599756),(6277,0,'128.255.40.181',9,1239599756),(6278,0,'128.255.40.181',12,1239599756),(6279,0,'128.255.40.181',17,1239600055),(6280,0,'128.255.40.181',20,1239600055),(6281,0,'128.255.40.181',5,1239600056),(6282,0,'128.255.40.181',13,1239600058),(6283,0,'128.255.40.181',10,1239600058),(6284,0,'72.30.81.163',14,1239607577),(6285,0,'208.111.154.15',6,1239607929),(6286,0,'72.30.81.163',6,1239679184),(6287,0,'128.255.40.181',6,1239682354),(6288,0,'128.255.40.181',15,1239682354),(6289,0,'128.255.40.181',4,1239682355),(6290,0,'128.255.40.181',2,1239682355),(6291,0,'128.255.40.181',7,1239682356),(6292,0,'128.255.40.181',14,1239682358),(6293,0,'128.255.40.181',18,1239682358),(6294,0,'128.255.40.181',9,1239682359),(6295,0,'128.255.40.181',12,1239682359),(6296,0,'128.255.40.181',21,1239682359),(6297,0,'128.255.40.181',17,1239682360),(6298,0,'128.255.40.181',5,1239682361),(6299,0,'128.255.40.181',20,1239682361),(6300,0,'128.255.40.181',13,1239682362),(6301,0,'128.255.40.181',10,1239682363),(6302,0,'65.55.211.40',12,1239688855),(6303,0,'65.55.211.36',2,1239700097),(6304,0,'65.55.211.30',20,1239723815),(6305,0,'128.255.40.181',2,1239731535),(6306,0,'128.255.40.181',4,1239731536),(6307,0,'128.255.40.181',15,1239731536),(6308,0,'128.255.40.181',6,1239731536),(6309,0,'128.255.40.181',7,1239731537),(6310,0,'128.255.40.181',14,1239731539),(6311,0,'128.255.40.181',18,1239731539),(6312,0,'128.255.40.181',9,1239731540),(6313,0,'128.255.40.181',12,1239731540),(6314,0,'128.255.40.181',17,1239731540),(6315,0,'128.255.40.181',21,1239731540),(6316,0,'128.255.40.181',20,1239731542),(6317,0,'128.255.40.181',5,1239731542),(6318,0,'128.255.40.181',13,1239731542),(6319,0,'128.255.40.181',10,1239731544),(6320,0,'72.30.81.163',13,1239776581),(6321,0,'65.55.211.40',17,1239781744),(6322,0,'122.164.251.218',18,1239794579),(6323,0,'68.104.111.210',12,1239803912),(6324,0,'128.255.40.181',6,1239818217),(6325,0,'128.255.40.181',15,1239818219),(6326,0,'128.255.40.181',4,1239818219),(6327,0,'128.255.40.181',2,1239818219),(6328,0,'128.255.40.181',7,1239818219),(6329,0,'128.255.40.181',14,1239818221),(6330,0,'128.255.40.181',9,1239818221),(6331,0,'128.255.40.181',18,1239818221),(6332,0,'128.255.40.181',12,1239818222),(6333,0,'128.255.40.181',17,1239818222),(6334,0,'128.255.40.181',21,1239818223),(6335,0,'128.255.40.181',5,1239818224),(6336,0,'128.255.40.181',20,1239818224),(6337,0,'128.255.40.181',13,1239818225),(6338,0,'128.255.40.181',10,1239818225),(6339,0,'72.30.81.163',7,1239840501),(6340,0,'72.30.81.163',20,1239848304),(6341,0,'208.111.154.26',14,1239855277),(6342,0,'208.111.154.15',20,1239860166),(6343,0,'128.255.40.181',6,1239894704),(6344,0,'128.255.40.181',2,1239894705),(6345,0,'128.255.40.181',15,1239894705),(6346,0,'128.255.40.181',7,1239894705),(6347,0,'128.255.40.181',4,1239894706),(6348,0,'128.255.40.181',14,1239894707),(6349,0,'128.255.40.181',9,1239894707),(6350,0,'128.255.40.181',18,1239894707),(6351,0,'128.255.40.181',17,1239894709),(6352,0,'128.255.40.181',21,1239894709),(6353,0,'128.255.40.181',12,1239894709),(6354,0,'128.255.40.181',20,1239894710),(6355,0,'128.255.40.181',13,1239894711),(6356,0,'128.255.40.181',10,1239894711),(6357,0,'128.255.40.181',5,1239894711),(6358,0,'65.55.211.39',18,1239921511),(6359,0,'72.30.81.163',12,1239933835),(6360,0,'208.111.154.16',5,1239944206),(6361,0,'208.111.154.29',21,1239944213),(6362,0,'208.111.154.29',2,1239966659),(6363,0,'65.55.211.36',7,1239969077),(6364,0,'128.255.40.181',6,1239981386),(6365,0,'128.255.40.181',15,1239981387),(6366,0,'128.255.40.181',2,1239981387),(6367,0,'128.255.40.181',7,1239981388),(6368,0,'128.255.40.181',4,1239981388),(6369,0,'128.255.40.181',14,1239981389),(6370,0,'128.255.40.181',9,1239981389),(6371,0,'128.255.40.181',18,1239981390),(6372,0,'128.255.40.181',12,1239981391),(6373,0,'128.255.40.181',21,1239981391),(6374,0,'128.255.40.181',17,1239981392),(6375,0,'128.255.40.181',5,1239981393),(6376,0,'128.255.40.181',13,1239981393),(6377,0,'128.255.40.181',20,1239981393),(6378,0,'128.255.40.181',10,1239981393),(6379,0,'72.30.81.163',18,1239986190),(6380,0,'72.30.81.163',17,1240001726),(6381,0,'66.249.71.113',7,1240002041),(6382,0,'66.249.71.113',15,1240040832),(6383,0,'128.255.40.181',6,1240068067),(6384,0,'128.255.40.181',15,1240068068),(6385,0,'128.255.40.181',7,1240068068),(6386,0,'128.255.40.181',4,1240068069),(6387,0,'128.255.40.181',2,1240068069),(6388,0,'128.255.40.181',14,1240068071),(6389,0,'128.255.40.181',9,1240068071),(6390,0,'128.255.40.181',18,1240068071),(6391,0,'128.255.40.181',12,1240068072),(6392,0,'128.255.40.181',21,1240068073),(6393,0,'128.255.40.181',17,1240068073),(6394,0,'128.255.40.181',5,1240068074),(6395,0,'128.255.40.181',13,1240068075),(6396,0,'128.255.40.181',20,1240068075),(6397,0,'128.255.40.181',10,1240068075),(6398,0,'66.249.71.113',12,1240071888),(6399,0,'128.255.40.181',6,1240154737),(6400,0,'128.255.40.181',15,1240154738),(6401,0,'128.255.40.181',7,1240154739),(6402,0,'128.255.40.181',4,1240154739),(6403,0,'128.255.40.181',2,1240154739),(6404,0,'128.255.40.181',14,1240154741),(6405,0,'128.255.40.181',9,1240154742),(6406,0,'128.255.40.181',18,1240154742),(6407,0,'128.255.40.181',12,1240154742),(6408,0,'128.255.40.181',21,1240154744),(6409,0,'128.255.40.181',17,1240154744),(6410,0,'128.255.40.181',5,1240154746),(6411,0,'128.255.40.181',13,1240154746),(6412,0,'128.255.40.181',20,1240154746),(6413,0,'128.255.40.181',10,1240154746),(6414,0,'66.249.71.113',13,1240155466),(6415,0,'128.255.40.181',6,1240241209),(6416,0,'128.255.40.181',15,1240241210),(6417,0,'128.255.40.181',7,1240241211),(6418,0,'128.255.40.181',4,1240241211),(6419,0,'128.255.40.181',2,1240241211),(6420,0,'128.255.40.181',14,1240241213),(6421,0,'128.255.40.181',9,1240241213),(6422,0,'128.255.40.181',18,1240241213),(6423,0,'128.255.40.181',12,1240241214),(6424,0,'128.255.40.181',21,1240241215),(6425,0,'128.255.40.181',17,1240241215),(6426,0,'128.255.40.181',5,1240241217),(6427,0,'128.255.40.181',13,1240241217),(6428,0,'128.255.40.181',20,1240241217),(6429,0,'128.255.40.181',10,1240241217),(6430,0,'72.30.81.163',4,1240277901),(6431,0,'128.255.40.181',6,1240317627),(6432,0,'128.255.40.181',15,1240317628),(6433,0,'128.255.40.181',7,1240317628),(6434,0,'128.255.40.181',4,1240317629),(6435,0,'128.255.40.181',2,1240317629),(6436,0,'128.255.40.181',14,1240317631),(6437,0,'128.255.40.181',9,1240317631),(6438,0,'128.255.40.181',18,1240317632),(6439,0,'128.255.40.181',12,1240317632),(6440,0,'128.255.40.181',21,1240317633),(6441,0,'128.255.40.181',17,1240317634),(6442,0,'128.255.40.181',5,1240317635),(6443,0,'128.255.40.181',13,1240317635),(6444,0,'128.255.40.181',20,1240317635),(6445,0,'128.255.40.181',10,1240317635),(6446,0,'65.55.211.36',7,1240377207),(6447,0,'195.113.214.196',4,1240392577),(6448,0,'195.113.214.196',6,1240392588),(6449,0,'195.113.214.196',20,1240392609),(6450,0,'195.113.214.196',9,1240392619),(6451,0,'195.113.214.196',7,1240392672),(6452,0,'195.113.214.196',18,1240392682),(6453,0,'195.113.214.196',13,1240392693),(6454,0,'195.113.214.196',15,1240392703),(6455,0,'195.113.214.196',5,1240392735),(6456,0,'195.113.214.196',10,1240392745),(6457,0,'195.113.214.196',2,1240392882),(6458,0,'195.113.214.196',14,1240392892),(6459,0,'195.113.214.196',21,1240392913),(6460,0,'195.113.214.196',17,1240392944),(6461,0,'195.113.214.196',12,1240393121),(6462,0,'128.255.40.181',6,1240404239),(6463,0,'128.255.40.181',15,1240404241),(6464,0,'128.255.40.181',7,1240404241),(6465,0,'128.255.40.181',4,1240404241),(6466,0,'128.255.40.181',2,1240404242),(6467,0,'128.255.40.181',14,1240404244),(6468,0,'128.255.40.181',9,1240404244),(6469,0,'128.255.40.181',18,1240404244),(6470,0,'128.255.40.181',12,1240404245),(6471,0,'128.255.40.181',21,1240404246),(6472,0,'128.255.40.181',17,1240404246),(6473,0,'128.255.40.181',5,1240404248),(6474,0,'128.255.40.181',13,1240404248),(6475,0,'128.255.40.181',20,1240404248),(6476,0,'128.255.40.181',10,1240404248),(6477,0,'66.249.71.113',7,1240408115),(6478,0,'72.30.81.163',14,1240437580),(6479,0,'128.255.40.181',6,1240489610),(6480,0,'128.255.40.181',15,1240489611),(6481,0,'128.255.40.181',7,1240489611),(6482,0,'128.255.40.181',4,1240489612),(6483,0,'128.255.40.181',2,1240489612),(6484,0,'128.255.40.181',14,1240489614),(6485,0,'128.255.40.181',9,1240489615),(6486,0,'128.255.40.181',18,1240489615),(6487,0,'128.255.40.181',12,1240489615),(6488,0,'128.255.40.181',21,1240489617),(6489,0,'128.255.40.181',17,1240489617),(6490,0,'128.255.40.181',5,1240489619),(6491,0,'128.255.40.181',13,1240489619),(6492,0,'128.255.40.181',20,1240489619),(6493,0,'128.255.40.181',10,1240489619),(6494,0,'74.6.8.91',12,1240539126),(6495,0,'66.249.71.113',21,1240543526),(6496,0,'74.6.8.91',10,1240550341),(6497,0,'66.249.71.113',2,1240572992),(6498,0,'128.255.40.181',6,1240575321),(6499,0,'128.255.40.181',15,1240575322),(6500,0,'128.255.40.181',7,1240575322),(6501,0,'128.255.40.181',4,1240575322),(6502,0,'128.255.40.181',2,1240575323),(6503,0,'128.255.40.181',14,1240575324),(6504,0,'128.255.40.181',9,1240575325),(6505,0,'128.255.40.181',18,1240575325),(6506,0,'128.255.40.181',12,1240575325),(6507,0,'128.255.40.181',21,1240575327),(6508,0,'128.255.40.181',17,1240575327),(6509,0,'128.255.40.181',5,1240575328),(6510,0,'128.255.40.181',13,1240575328),(6511,0,'128.255.40.181',20,1240575328),(6512,0,'128.255.40.181',10,1240575329),(6513,0,'65.55.211.39',14,1240593236),(6514,0,'173.30.23.167',7,1240596430),(6515,0,'219.87.182.141',13,1240599247),(6516,0,'219.87.182.130',18,1240599258),(6517,0,'219.87.182.138',15,1240599262),(6518,0,'219.87.182.142',20,1240599263),(6519,0,'219.87.182.138',10,1240599270),(6520,0,'219.87.182.140',5,1240599292),(6521,0,'219.87.182.141',21,1240599293),(6522,0,'219.87.182.130',9,1240599297),(6523,0,'219.87.182.140',7,1240599300),(6524,0,'219.87.182.131',2,1240599301),(6525,0,'219.87.182.136',12,1240599309),(6526,0,'219.87.182.136',14,1240599330),(6527,0,'219.87.182.134',6,1240599342),(6528,0,'219.87.182.133',17,1240599344),(6529,0,'219.87.182.141',4,1240599351),(6530,0,'74.6.8.91',17,1240606682),(6531,0,'74.6.8.91',18,1240616264),(6532,0,'74.6.8.91',9,1240642251),(6533,0,'128.255.40.181',6,1240660853),(6534,0,'128.255.40.181',15,1240660854),(6535,0,'128.255.40.181',7,1240660855),(6536,0,'128.255.40.181',4,1240660855),(6537,0,'128.255.40.181',2,1240660855),(6538,0,'128.255.40.181',14,1240660857),(6539,0,'128.255.40.181',9,1240660857),(6540,0,'128.255.40.181',18,1240660857),(6541,0,'128.255.40.181',12,1240660858),(6542,0,'128.255.40.181',21,1240660859),(6543,0,'128.255.40.181',17,1240660859),(6544,0,'128.255.40.181',5,1240660861),(6545,0,'128.255.40.181',13,1240660861),(6546,0,'128.255.40.181',20,1240660861),(6547,0,'128.255.40.181',10,1240660861),(6548,0,'208.111.154.15',13,1240664446),(6549,0,'65.55.211.28',15,1240693011),(6550,0,'74.6.8.91',17,1240739495),(6551,0,'128.255.40.181',6,1240747283),(6552,0,'128.255.40.181',15,1240747284),(6553,0,'128.255.40.181',7,1240747284),(6554,0,'128.255.40.181',4,1240747284),(6555,0,'128.255.40.181',2,1240747285),(6556,0,'128.255.40.181',14,1240747287),(6557,0,'128.255.40.181',9,1240747287),(6558,0,'128.255.40.181',18,1240747287),(6559,0,'128.255.40.181',12,1240747287),(6560,0,'128.255.40.181',21,1240747289),(6561,0,'128.255.40.181',17,1240747289),(6562,0,'128.255.40.181',5,1240747290),(6563,0,'128.255.40.181',13,1240747291),(6564,0,'128.255.40.181',20,1240747291),(6565,0,'128.255.40.181',10,1240747291),(6566,0,'74.6.8.91',14,1240782830),(6567,0,'74.6.8.91',5,1240783298),(6568,0,'65.55.211.40',17,1240808309),(6569,0,'66.249.71.113',7,1240811158),(6570,0,'128.255.40.181',6,1240833913),(6571,0,'128.255.40.181',15,1240833914),(6572,0,'128.255.40.181',7,1240833914),(6573,0,'128.255.40.181',4,1240833915),(6574,0,'128.255.40.181',2,1240833915),(6575,0,'128.255.40.181',14,1240833917),(6576,0,'128.255.40.181',9,1240833917),(6577,0,'128.255.40.181',18,1240833917),(6578,0,'128.255.40.181',12,1240833918),(6579,0,'128.255.40.181',21,1240833919),(6580,0,'128.255.40.181',17,1240833919),(6581,0,'128.255.40.181',5,1240833921),(6582,0,'128.255.40.181',13,1240833921),(6583,0,'128.255.40.181',20,1240833921),(6584,0,'128.255.40.181',10,1240833921),(6585,0,'65.55.211.37',4,1240857349),(6586,0,'174.133.146.130',7,1240876744),(6587,0,'174.133.146.130',10,1240876747),(6588,0,'74.6.8.91',6,1240889549),(6589,0,'128.255.40.181',6,1240906028),(6590,0,'128.255.40.181',15,1240906029),(6591,0,'128.255.40.181',7,1240906029),(6592,0,'128.255.40.181',4,1240906030),(6593,0,'128.255.40.181',2,1240906030),(6594,0,'128.255.40.181',14,1240906032),(6595,0,'128.255.40.181',9,1240906032),(6596,0,'128.255.40.181',18,1240906032),(6597,0,'128.255.40.181',12,1240906032),(6598,0,'128.255.40.181',21,1240906034),(6599,0,'128.255.40.181',17,1240906034),(6600,0,'128.255.40.181',5,1240906035),(6601,0,'128.255.40.181',13,1240906036),(6602,0,'128.255.40.181',20,1240906036),(6603,0,'128.255.40.181',10,1240906036),(6604,0,'66.249.71.113',9,1240914941),(6605,0,'65.55.211.36',7,1240918618),(6606,0,'65.55.211.30',20,1240927767),(6607,217,'128.255.144.158',2,1240961492),(6608,0,'128.255.40.181',6,1240972614),(6609,0,'128.255.40.181',15,1240972615),(6610,0,'128.255.40.181',7,1240972616),(6611,0,'128.255.40.181',4,1240972616),(6612,0,'128.255.40.181',2,1240972616),(6613,0,'128.255.40.181',14,1240972618),(6614,0,'128.255.40.181',9,1240972618),(6615,0,'128.255.40.181',18,1240972618),(6616,0,'128.255.40.181',12,1240972619),(6617,0,'128.255.40.181',21,1240972620),(6618,0,'128.255.40.181',17,1240972620),(6619,0,'128.255.40.181',5,1240972622),(6620,0,'128.255.40.181',13,1240972622),(6621,0,'128.255.40.181',20,1240972622),(6622,0,'128.255.40.181',10,1240972622),(6623,0,'74.6.8.91',13,1240988652),(6624,0,'66.249.71.113',10,1241004964),(6625,0,'74.6.8.91',18,1241008113),(6626,0,'128.255.40.181',6,1241012188),(6627,0,'128.255.40.181',15,1241012189),(6628,0,'128.255.40.181',7,1241012189),(6629,0,'128.255.40.181',4,1241012190),(6630,0,'128.255.40.181',2,1241012190),(6631,0,'128.255.40.181',14,1241012192),(6632,0,'128.255.40.181',9,1241012192),(6633,0,'128.255.40.181',18,1241012193),(6634,0,'128.255.40.181',12,1241012193),(6635,0,'128.255.40.181',21,1241012194),(6636,0,'128.255.40.181',17,1241012195),(6637,0,'128.255.40.181',5,1241012196),(6638,0,'128.255.40.181',13,1241012196),(6639,0,'128.255.40.181',20,1241012196),(6640,0,'128.255.40.181',10,1241012196),(6641,0,'65.55.211.36',2,1241018439),(6642,0,'65.55.211.39',18,1241020059),(6643,0,'128.255.40.181',6,1241040083),(6644,0,'128.255.40.181',15,1241040084),(6645,0,'128.255.40.181',7,1241040084),(6646,0,'128.255.40.181',4,1241040085),(6647,0,'128.255.40.181',2,1241040085),(6648,0,'128.255.40.181',14,1241040087),(6649,0,'128.255.40.181',9,1241040087),(6650,0,'128.255.40.181',18,1241040087),(6651,0,'128.255.40.181',12,1241040087),(6652,0,'128.255.40.181',21,1241040089),(6653,0,'128.255.40.181',17,1241040089),(6654,0,'128.255.40.181',5,1241040090),(6655,0,'128.255.40.181',13,1241040090),(6656,0,'128.255.40.181',20,1241040091),(6657,0,'128.255.40.181',10,1241040091),(6658,0,'128.255.40.181',6,1241126501),(6659,0,'128.255.40.181',15,1241126502),(6660,0,'128.255.40.181',7,1241126502),(6661,0,'128.255.40.181',4,1241126503),(6662,0,'128.255.40.181',2,1241126503),(6663,0,'128.255.40.181',14,1241126505),(6664,0,'128.255.40.181',9,1241126505),(6665,0,'128.255.40.181',18,1241126505),(6666,0,'128.255.40.181',12,1241126506),(6667,0,'128.255.40.181',21,1241126507),(6668,0,'128.255.40.181',17,1241126508),(6669,0,'128.255.40.181',5,1241126509),(6670,0,'128.255.40.181',13,1241126509),(6671,0,'128.255.40.181',20,1241126510),(6672,0,'128.255.40.181',10,1241126510),(6673,0,'66.249.70.196',4,1241133345),(6674,0,'74.6.8.91',21,1241151001),(6675,0,'74.6.8.91',2,1241182695),(6676,0,'74.6.8.91',17,1241211775),(6677,0,'128.255.40.181',6,1241213136),(6678,0,'128.255.40.181',15,1241213137),(6679,0,'128.255.40.181',7,1241213138),(6680,0,'128.255.40.181',4,1241213138),(6681,0,'128.255.40.181',2,1241213138),(6682,0,'128.255.40.181',14,1241213140),(6683,0,'128.255.40.181',9,1241213140),(6684,0,'128.255.40.181',18,1241213141),(6685,0,'128.255.40.181',12,1241213141),(6686,0,'128.255.40.181',21,1241213142),(6687,0,'128.255.40.181',17,1241213143),(6688,0,'128.255.40.181',5,1241213144),(6689,0,'128.255.40.181',13,1241213144),(6690,0,'128.255.40.181',20,1241213144),(6691,0,'128.255.40.181',10,1241213145),(6692,0,'66.249.70.196',7,1241264616),(6693,0,'65.55.211.29',13,1241268936),(6694,0,'65.55.211.29',10,1241269328),(6695,0,'128.255.40.181',6,1241299545),(6696,0,'128.255.40.181',15,1241299546),(6697,0,'128.255.40.181',7,1241299547),(6698,0,'128.255.40.181',4,1241299547),(6699,0,'128.255.40.181',2,1241299547),(6700,0,'128.255.40.181',14,1241299549),(6701,0,'128.255.40.181',9,1241299550),(6702,0,'128.255.40.181',18,1241299550),(6703,0,'128.255.40.181',12,1241299550),(6704,0,'128.255.40.181',21,1241299552),(6705,0,'128.255.40.181',17,1241299552),(6706,0,'128.255.40.181',5,1241299553),(6707,0,'128.255.40.181',13,1241299554),(6708,0,'128.255.40.181',20,1241299554),(6709,0,'128.255.40.181',10,1241299554),(6710,0,'72.191.117.62',2,1241336018),(6711,0,'128.255.40.181',6,1241385135),(6712,0,'128.255.40.181',15,1241385137),(6713,0,'128.255.40.181',7,1241385137),(6714,0,'128.255.40.181',4,1241385137),(6715,0,'128.255.40.181',2,1241385137),(6716,0,'128.255.40.181',14,1241385140),(6717,0,'128.255.40.181',9,1241385140),(6718,0,'128.255.40.181',18,1241385140),(6719,0,'128.255.40.181',12,1241385140),(6720,0,'128.255.40.181',21,1241385142),(6721,0,'128.255.40.181',17,1241385142),(6722,0,'128.255.40.181',5,1241385143),(6723,0,'128.255.40.181',13,1241385144),(6724,0,'128.255.40.181',20,1241385144),(6725,0,'128.255.40.181',10,1241385144),(6726,0,'72.30.161.221',14,1241387865),(6727,0,'65.55.211.45',5,1241395727),(6728,0,'128.255.40.181',6,1241471668),(6729,0,'128.255.40.181',15,1241471669),(6730,0,'128.255.40.181',7,1241471670),(6731,0,'128.255.40.181',4,1241471670),(6732,0,'128.255.40.181',2,1241471670),(6733,0,'128.255.40.181',14,1241471672),(6734,0,'128.255.40.181',9,1241471672),(6735,0,'128.255.40.181',18,1241471673),(6736,0,'128.255.40.181',12,1241471673),(6737,0,'128.255.40.181',21,1241471675),(6738,0,'128.255.40.181',17,1241471675),(6739,0,'128.255.40.181',5,1241471676),(6740,0,'128.255.40.181',13,1241471676),(6741,0,'128.255.40.181',20,1241471676),(6742,0,'128.255.40.181',10,1241471677),(6743,0,'65.55.211.41',21,1241479759),(6744,0,'66.249.70.196',20,1241515074),(6745,0,'65.55.211.40',14,1241522897),(6746,0,'128.255.40.181',6,1241558165),(6747,0,'128.255.40.181',15,1241558167),(6748,0,'128.255.40.181',7,1241558167),(6749,0,'128.255.40.181',4,1241558167),(6750,0,'128.255.40.181',2,1241558168),(6751,0,'128.255.40.181',14,1241558170),(6752,0,'128.255.40.181',9,1241558170),(6753,0,'128.255.40.181',18,1241558170),(6754,0,'128.255.40.181',12,1241558171),(6755,0,'128.255.40.181',21,1241558172),(6756,0,'128.255.40.181',17,1241558172),(6757,0,'128.255.40.181',5,1241558174),(6758,0,'128.255.40.181',13,1241558174),(6759,0,'128.255.40.181',20,1241558175),(6760,0,'128.255.40.181',10,1241558175),(6761,0,'65.55.211.28',15,1241567704),(6762,0,'74.6.18.230',5,1241583409),(6763,0,'66.249.70.196',7,1241613464),(6764,0,'74.6.18.230',18,1241618341),(6765,0,'128.255.40.181',6,1241644800),(6766,0,'128.255.40.181',15,1241644802),(6767,0,'128.255.40.181',7,1241644802),(6768,0,'128.255.40.181',4,1241644802),(6769,0,'128.255.40.181',2,1241644802),(6770,0,'128.255.40.181',14,1241644804),(6771,0,'128.255.40.181',9,1241644805),(6772,0,'128.255.40.181',18,1241644805),(6773,0,'128.255.40.181',12,1241644805),(6774,0,'128.255.40.181',21,1241644807),(6775,0,'128.255.40.181',17,1241644807),(6776,0,'128.255.40.181',5,1241644808),(6777,0,'128.255.40.181',13,1241644809),(6778,0,'128.255.40.181',20,1241644809),(6779,0,'128.255.40.181',10,1241644809),(6780,0,'66.249.70.196',10,1241655656),(6781,0,'219.142.53.20',15,1241673083),(6782,0,'65.55.211.40',17,1241694734),(6783,0,'209.249.53.53',2,1241704659),(6784,0,'209.249.53.206',2,1241704664),(6785,0,'128.255.40.181',6,1241731222),(6786,0,'128.255.40.181',15,1241731224),(6787,0,'128.255.40.181',7,1241731224),(6788,0,'128.255.40.181',4,1241731224),(6789,0,'128.255.40.181',2,1241731224),(6790,0,'128.255.40.181',14,1241731226),(6791,0,'128.255.40.181',9,1241731227),(6792,0,'128.255.40.181',18,1241731227),(6793,0,'128.255.40.181',12,1241731227),(6794,0,'128.255.40.181',21,1241731229),(6795,0,'128.255.40.181',17,1241731229),(6796,0,'128.255.40.181',5,1241731230),(6797,0,'128.255.40.181',13,1241731230),(6798,0,'128.255.40.181',20,1241731230),(6799,0,'128.255.40.181',10,1241731231),(6800,0,'65.55.211.37',4,1241753660),(6801,0,'74.6.17.153',10,1241760808),(6802,0,'74.6.17.153',2,1241789527),(6803,0,'65.55.211.36',7,1241791652),(6804,0,'74.6.22.102',17,1241816877),(6805,0,'128.255.40.181',6,1241817844),(6806,0,'128.255.40.181',15,1241817846),(6807,0,'128.255.40.181',7,1241817846),(6808,0,'128.255.40.181',4,1241817846),(6809,0,'128.255.40.181',2,1241817846),(6810,0,'128.255.40.181',14,1241817848),(6811,0,'128.255.40.181',9,1241817848),(6812,0,'128.255.40.181',18,1241817849),(6813,0,'128.255.40.181',12,1241817849),(6814,0,'128.255.40.181',21,1241817851),(6815,0,'128.255.40.181',17,1241817851),(6816,0,'128.255.40.181',5,1241817853),(6817,0,'128.255.40.181',13,1241817853),(6818,0,'128.255.40.181',20,1241817853),(6819,0,'128.255.40.181',10,1241817853),(6820,0,'72.30.78.216',17,1241837122),(6821,0,'65.55.211.44',9,1241861343),(6822,0,'65.55.211.36',2,1241896907),(6823,0,'65.55.211.39',18,1241901357),(6824,0,'128.255.40.181',6,1241904510),(6825,0,'128.255.40.181',15,1241904511),(6826,0,'128.255.40.181',7,1241904511),(6827,0,'128.255.40.181',4,1241904511),(6828,0,'128.255.40.181',2,1241904512),(6829,0,'128.255.40.181',14,1241904514),(6830,0,'128.255.40.181',9,1241904514),(6831,0,'128.255.40.181',18,1241904515),(6832,0,'128.255.40.181',12,1241904515),(6833,0,'128.255.40.181',21,1241904517),(6834,0,'128.255.40.181',17,1241904517),(6835,0,'128.255.40.181',5,1241904519),(6836,0,'128.255.40.181',13,1241904519),(6837,0,'128.255.40.181',20,1241904519),(6838,0,'128.255.40.181',10,1241904519),(6839,0,'128.255.40.181',6,1241991070),(6840,0,'128.255.40.181',15,1241991071),(6841,0,'128.255.40.181',7,1241991072),(6842,0,'128.255.40.181',4,1241991072),(6843,0,'128.255.40.181',2,1241991072),(6844,0,'128.255.40.181',14,1241991074),(6845,0,'128.255.40.181',9,1241991075),(6846,0,'128.255.40.181',18,1241991075),(6847,0,'128.255.40.181',12,1241991075),(6848,0,'128.255.40.181',21,1241991077),(6849,0,'128.255.40.181',17,1241991077),(6850,0,'128.255.40.181',5,1241991078),(6851,0,'128.255.40.181',13,1241991079),(6852,0,'128.255.40.181',20,1241991079),(6853,0,'128.255.40.181',10,1241991079),(6854,0,'72.30.78.216',14,1241993632),(6855,0,'66.249.70.196',7,1242017356),(6856,0,'72.30.78.216',15,1242053239),(6857,0,'72.30.78.216',15,1242072714),(6858,0,'128.255.40.181',6,1242077722),(6859,0,'128.255.40.181',15,1242077723),(6860,0,'128.255.40.181',7,1242077723),(6861,0,'128.255.40.181',4,1242077724),(6862,0,'128.255.40.181',2,1242077724),(6863,0,'128.255.40.181',14,1242077726),(6864,0,'128.255.40.181',9,1242077726),(6865,0,'128.255.40.181',18,1242077727),(6866,0,'128.255.40.181',12,1242077727),(6867,0,'128.255.40.181',21,1242077729),(6868,0,'128.255.40.181',17,1242077729),(6869,0,'128.255.40.181',5,1242077730),(6870,0,'128.255.40.181',13,1242077730),(6871,0,'128.255.40.181',20,1242077731),(6872,0,'128.255.40.181',10,1242077731),(6873,0,'128.255.40.181',6,1242164152),(6874,0,'128.255.40.181',15,1242164154),(6875,0,'128.255.40.181',7,1242164154),(6876,0,'128.255.40.181',4,1242164154),(6877,0,'128.255.40.181',2,1242164155),(6878,0,'128.255.40.181',14,1242164156),(6879,0,'128.255.40.181',9,1242164157),(6880,0,'128.255.40.181',18,1242164157),(6881,0,'128.255.40.181',12,1242164157),(6882,0,'128.255.40.181',21,1242164159),(6883,0,'128.255.40.181',17,1242164159),(6884,0,'128.255.40.181',5,1242164160),(6885,0,'128.255.40.181',13,1242164161),(6886,0,'128.255.40.181',20,1242164161),(6887,0,'128.255.40.181',10,1242164161),(6888,0,'72.30.78.218',5,1242189316),(6889,0,'72.30.78.218',4,1242190032),(6890,0,'208.115.111.244',21,1242193121),(6891,0,'208.115.111.244',5,1242201336),(6892,0,'208.115.111.244',12,1242203167),(6893,0,'208.115.111.244',14,1242214512),(6894,0,'72.30.78.218',18,1242225082),(6895,0,'128.255.40.181',6,1242250576),(6896,0,'128.255.40.181',15,1242250577),(6897,0,'128.255.40.181',7,1242250578),(6898,0,'128.255.40.181',4,1242250578),(6899,0,'128.255.40.181',2,1242250578),(6900,0,'128.255.40.181',14,1242250580),(6901,0,'128.255.40.181',9,1242250581),(6902,0,'128.255.40.181',18,1242250581),(6903,0,'128.255.40.181',12,1242250581),(6904,0,'128.255.40.181',21,1242250583),(6905,0,'128.255.40.181',17,1242250583),(6906,0,'128.255.40.181',5,1242250584),(6907,0,'128.255.40.181',13,1242250585),(6908,0,'128.255.40.181',20,1242250585),(6909,0,'128.255.40.181',10,1242250585),(6910,0,'65.55.211.40',12,1242289011),(6911,0,'65.55.108.190',15,1242302681),(6912,0,'72.30.78.218',7,1242324997),(6913,0,'128.255.40.181',6,1242336984),(6914,0,'128.255.40.181',15,1242336985),(6915,0,'128.255.40.181',7,1242336985),(6916,0,'128.255.40.181',4,1242336986),(6917,0,'128.255.40.181',2,1242336986),(6918,0,'128.255.40.181',14,1242336988),(6919,0,'128.255.40.181',9,1242336988),(6920,0,'128.255.40.181',18,1242336989),(6921,0,'128.255.40.181',12,1242336989),(6922,0,'128.255.40.181',21,1242336991),(6923,0,'128.255.40.181',17,1242336991),(6924,0,'128.255.40.181',5,1242336992),(6925,0,'128.255.40.181',13,1242336993),(6926,0,'128.255.40.181',20,1242336993),(6927,0,'128.255.40.181',10,1242336993),(6928,0,'65.55.211.41',21,1242353762),(6929,0,'66.249.70.196',7,1242379043),(6930,0,'65.55.211.40',14,1242401303),(6931,0,'72.30.78.218',20,1242406942),(6932,0,'72.30.78.218',20,1242406967),(6933,0,'72.30.78.218',20,1242413662),(6934,0,'128.255.40.181',6,1242423389),(6935,0,'128.255.40.181',15,1242423390),(6936,0,'128.255.40.181',7,1242423391),(6937,0,'128.255.40.181',4,1242423391),(6938,0,'128.255.40.181',2,1242423391),(6939,0,'128.255.40.181',14,1242423393),(6940,0,'128.255.40.181',9,1242423394),(6941,0,'128.255.40.181',18,1242423394),(6942,0,'128.255.40.181',12,1242423394),(6943,0,'128.255.40.181',21,1242423688),(6944,0,'128.255.40.181',17,1242423689),(6945,0,'128.255.40.181',5,1242423690),(6946,0,'128.255.40.181',13,1242423690),(6947,0,'128.255.40.181',20,1242423691),(6948,0,'128.255.40.181',10,1242423691),(6949,0,'65.55.211.28',15,1242448340),(6950,0,'72.30.78.218',21,1242458895),(6951,0,'128.255.40.181',6,1242509832),(6952,0,'128.255.40.181',15,1242509833),(6953,0,'128.255.40.181',7,1242509833),(6954,0,'128.255.40.181',4,1242509834),(6955,0,'128.255.40.181',2,1242509834),(6956,0,'128.255.40.181',14,1242509836),(6957,0,'128.255.40.181',9,1242509836),(6958,0,'128.255.40.181',18,1242509836),(6959,0,'128.255.40.181',12,1242509837),(6960,0,'128.255.40.181',21,1242510132),(6961,0,'128.255.40.181',17,1242510132),(6962,0,'128.255.40.181',5,1242510133),(6963,0,'128.255.40.181',13,1242510134),(6964,0,'128.255.40.181',20,1242510134),(6965,0,'128.255.40.181',10,1242510134),(6966,0,'128.255.40.181',6,1242596249),(6967,0,'128.255.40.181',15,1242596251),(6968,0,'128.255.40.181',7,1242596251),(6969,0,'128.255.40.181',4,1242596251),(6970,0,'128.255.40.181',2,1242596252),(6971,0,'128.255.40.181',14,1242596253),(6972,0,'128.255.40.181',9,1242596254),(6973,0,'128.255.40.181',18,1242596254),(6974,0,'128.255.40.181',12,1242596254),(6975,0,'128.255.40.181',21,1242596549),(6976,0,'128.255.40.181',17,1242596550),(6977,0,'128.255.40.181',5,1242596551),(6978,0,'128.255.40.181',13,1242596551),(6979,0,'128.255.40.181',20,1242596552),(6980,0,'128.255.40.181',10,1242596552),(6981,0,'72.30.78.218',14,1242601797),(6982,0,'72.30.78.218',6,1242646379),(6983,0,'65.55.211.40',17,1242680429),(6984,0,'128.255.40.181',6,1242682670),(6985,0,'128.255.40.181',15,1242682671),(6986,0,'128.255.40.181',7,1242682671),(6987,0,'128.255.40.181',4,1242682671),(6988,0,'128.255.40.181',2,1242682672),(6989,0,'128.255.40.181',14,1242682673),(6990,0,'128.255.40.181',9,1242682674),(6991,0,'128.255.40.181',18,1242682674),(6992,0,'128.255.40.181',12,1242682674),(6993,0,'128.255.40.181',21,1242682968),(6994,0,'128.255.40.181',17,1242682968),(6995,0,'128.255.40.181',5,1242682969),(6996,0,'128.255.40.181',13,1242682970),(6997,0,'128.255.40.181',20,1242682970),(6998,0,'128.255.40.181',10,1242682970),(6999,0,'65.55.106.166',21,1242715997),(7000,0,'128.255.40.181',6,1242769071),(7001,0,'128.255.40.181',15,1242769073),(7002,0,'128.255.40.181',7,1242769073),(7003,0,'128.255.40.181',4,1242769073),(7004,0,'128.255.40.181',2,1242769074),(7005,0,'128.255.40.181',14,1242769374),(7006,0,'128.255.40.181',9,1242769375),(7007,0,'128.255.40.181',18,1242769375),(7008,0,'128.255.40.181',12,1242769375),(7009,0,'128.255.40.181',21,1242769377),(7010,0,'128.255.40.181',17,1242769377),(7011,0,'128.255.40.181',5,1242769378),(7012,0,'128.255.40.181',13,1242769378),(7013,0,'128.255.40.181',20,1242769379),(7014,0,'128.255.40.181',10,1242769379),(7015,0,'72.30.78.218',5,1242799296),(7016,0,'208.111.154.15',12,1242799318),(7017,0,'208.111.154.15',6,1242805349),(7018,0,'72.30.78.218',17,1242805491),(7019,0,'208.111.154.15',13,1242806745),(7020,0,'65.55.106.120',18,1242815892),(7021,0,'65.55.211.37',4,1242824788),(7022,0,'65.55.211.45',6,1242833660),(7023,0,'72.30.78.218',2,1242846754),(7024,0,'128.255.40.181',6,1242855471),(7025,0,'128.255.40.181',15,1242855771),(7026,0,'128.255.40.181',7,1242855772),(7027,0,'128.255.40.181',4,1242855772),(7028,0,'128.255.40.181',2,1242855772),(7029,0,'128.255.40.181',14,1242856076),(7030,0,'128.255.40.181',9,1242856076),(7031,0,'128.255.40.181',18,1242856076),(7032,0,'128.255.40.181',12,1242856076),(7033,0,'128.255.40.181',21,1242856078),(7034,0,'128.255.40.181',17,1242856078),(7035,0,'128.255.40.181',5,1242856079),(7036,0,'128.255.40.181',13,1242856079),(7037,0,'128.255.40.181',20,1242856080),(7038,0,'128.255.40.181',10,1242856080),(7039,0,'208.111.154.15',14,1242878223),(7040,0,'66.249.70.196',13,1242886497),(7041,0,'66.249.70.196',6,1242886498),(7042,0,'66.249.70.196',12,1242886501),(7043,0,'66.249.70.196',5,1242886502),(7044,0,'208.111.154.16',7,1242887642),(7045,0,'65.55.211.30',20,1242890517),(7046,0,'208.111.154.16',10,1242893412),(7047,0,'208.111.154.15',5,1242898612),(7048,0,'208.111.154.16',15,1242899239),(7049,0,'208.111.154.15',17,1242900154),(7050,0,'208.111.154.15',4,1242906521),(7051,0,'208.111.154.16',2,1242908750),(7052,0,'208.111.154.16',18,1242909723),(7053,0,'208.111.154.16',13,1242910874),(7054,0,'208.111.154.16',6,1242911020),(7055,0,'208.111.154.15',21,1242912864),(7056,0,'208.111.154.16',12,1242913399),(7057,0,'208.111.154.16',9,1242916653),(7058,0,'192.234.91.4',4,1242920570),(7059,0,'192.234.91.4',2,1242920635),(7060,0,'128.255.40.181',6,1242941966),(7061,0,'128.255.40.181',15,1242942266),(7062,0,'128.255.40.181',7,1242942266),(7063,0,'128.255.40.181',4,1242942267),(7064,0,'128.255.40.181',2,1242942267),(7065,0,'128.255.40.181',14,1242942568),(7066,0,'128.255.40.181',9,1242942568),(7067,0,'128.255.40.181',18,1242942568),(7068,0,'128.255.40.181',12,1242942568),(7069,0,'128.255.40.181',21,1242942570),(7070,0,'128.255.40.181',17,1242942570),(7071,0,'128.255.40.181',5,1242942571),(7072,0,'128.255.40.181',13,1242942572),(7073,0,'128.255.40.181',20,1242942572),(7074,0,'128.255.40.181',10,1242942572),(7075,0,'65.55.211.36',7,1242944669),(7076,0,'72.30.78.218',18,1242952763),(7077,0,'72.30.78.218',10,1242974072),(7078,0,'65.55.211.36',2,1243005557),(7079,0,'128.255.40.181',6,1243028372),(7080,0,'128.255.40.181',15,1243028672),(7081,0,'128.255.40.181',7,1243028672),(7082,0,'128.255.40.181',4,1243028672),(7083,0,'128.255.40.181',2,1243028673),(7084,0,'128.255.40.181',14,1243028971),(7085,0,'128.255.40.181',9,1243028972),(7086,0,'128.255.40.181',18,1243028972),(7087,0,'128.255.40.181',12,1243028973),(7088,0,'128.255.40.181',21,1243028974),(7089,0,'128.255.40.181',17,1243028975),(7090,0,'128.255.40.181',5,1243028976),(7091,0,'128.255.40.181',13,1243028977),(7092,0,'128.255.40.181',20,1243028977),(7093,0,'128.255.40.181',10,1243028978),(7094,0,'65.55.211.39',18,1243059434),(7095,0,'72.30.78.218',12,1243078391),(7096,0,'72.30.78.218',9,1243098808),(7097,0,'128.255.40.181',6,1243114829),(7098,0,'128.255.40.181',15,1243115103),(7099,0,'128.255.40.181',7,1243115103),(7100,0,'128.255.40.181',4,1243115103),(7101,0,'128.255.40.181',2,1243115104),(7102,0,'128.255.40.181',14,1243115402),(7103,0,'128.255.40.181',9,1243115403),(7104,0,'128.255.40.181',18,1243115403),(7105,0,'128.255.40.181',12,1243115403),(7106,0,'128.255.40.181',21,1243115405),(7107,0,'128.255.40.181',17,1243115406),(7108,0,'128.255.40.181',5,1243115407),(7109,0,'128.255.40.181',13,1243115407),(7110,0,'128.255.40.181',20,1243115408),(7111,0,'128.255.40.181',10,1243115408),(7112,0,'66.249.68.193',7,1243126842),(7113,0,'72.30.78.218',13,1243187304),(7114,0,'128.255.40.181',6,1243201511),(7115,0,'128.255.40.181',15,1243201513),(7116,0,'128.255.40.181',7,1243201513),(7117,0,'128.255.40.181',4,1243201514),(7118,0,'128.255.40.181',2,1243201514),(7119,0,'128.255.40.181',14,1243201810),(7120,0,'128.255.40.181',9,1243201810),(7121,0,'128.255.40.181',18,1243201811),(7122,0,'128.255.40.181',12,1243201811),(7123,0,'128.255.40.181',21,1243201813),(7124,0,'128.255.40.181',17,1243201813),(7125,0,'128.255.40.181',5,1243201815),(7126,0,'128.255.40.181',13,1243201815),(7127,0,'128.255.40.181',20,1243201815),(7128,0,'128.255.40.181',10,1243201815),(7129,0,'72.30.78.218',14,1243206771),(7130,0,'65.55.106.209',6,1243217933),(7131,0,'65.55.106.163',15,1243236502),(7132,0,'65.55.211.41',21,1243246225),(7133,0,'66.249.68.193',2,1243274368),(7134,0,'65.55.211.40',14,1243281035),(7135,0,'128.255.40.181',6,1243287935),(7136,0,'128.255.40.181',15,1243287937),(7137,0,'128.255.40.181',7,1243287937),(7138,0,'128.255.40.181',4,1243287938),(7139,0,'128.255.40.181',2,1243287938),(7140,0,'128.255.40.181',14,1243288234),(7141,0,'128.255.40.181',9,1243288234),(7142,0,'128.255.40.181',18,1243288234),(7143,0,'128.255.40.181',12,1243288235),(7144,0,'128.255.40.181',21,1243288237),(7145,0,'128.255.40.181',17,1243288237),(7146,0,'128.255.40.181',5,1243288238),(7147,0,'128.255.40.181',13,1243288238),(7148,0,'128.255.40.181',20,1243288239),(7149,0,'128.255.40.181',10,1243288239),(7150,0,'65.55.211.28',15,1243322596),(7151,0,'128.255.40.181',6,1243374356),(7152,0,'128.255.40.181',15,1243374357),(7153,0,'128.255.40.181',7,1243374358),(7154,0,'128.255.40.181',4,1243374358),(7155,0,'128.255.40.181',2,1243374359),(7156,0,'128.255.40.181',14,1243374655),(7157,0,'128.255.40.181',9,1243374655),(7158,0,'128.255.40.181',18,1243374656),(7159,0,'128.255.40.181',12,1243374656),(7160,0,'128.255.40.181',21,1243374658),(7161,0,'128.255.40.181',17,1243374658),(7162,0,'128.255.40.181',5,1243374659),(7163,0,'128.255.40.181',13,1243374659),(7164,0,'128.255.40.181',20,1243374660),(7165,0,'128.255.40.181',10,1243374660),(7166,0,'72.30.78.218',5,1243404438),(7167,0,'72.30.78.218',17,1243412125),(7168,0,'65.55.106.196',17,1243429780),(7169,0,'72.30.78.218',2,1243451704),(7170,0,'128.255.40.181',6,1243460773),(7171,0,'128.255.40.181',15,1243460775),(7172,0,'128.255.40.181',7,1243460776),(7173,0,'128.255.40.181',4,1243460776),(7174,0,'128.255.40.181',2,1243460776),(7175,0,'128.255.40.181',14,1243461073),(7176,0,'128.255.40.181',9,1243461073),(7177,0,'128.255.40.181',18,1243461073),(7178,0,'128.255.40.181',12,1243461074),(7179,0,'128.255.40.181',21,1243461075),(7180,0,'128.255.40.181',17,1243461075),(7181,0,'128.255.40.181',5,1243461077),(7182,0,'128.255.40.181',13,1243461077),(7183,0,'128.255.40.181',20,1243461077),(7184,0,'128.255.40.181',10,1243461077),(7185,0,'128.255.40.181',6,1243547186),(7186,0,'128.255.40.181',15,1243547188),(7187,0,'128.255.40.181',7,1243547189),(7188,0,'128.255.40.181',4,1243547189),(7189,0,'128.255.40.181',2,1243547189),(7190,0,'128.255.40.181',14,1243547485),(7191,0,'128.255.40.181',9,1243547485),(7192,0,'128.255.40.181',18,1243547486),(7193,0,'128.255.40.181',12,1243547486),(7194,0,'128.255.40.181',21,1243547488),(7195,0,'128.255.40.181',17,1243547488),(7196,0,'128.255.40.181',5,1243547489),(7197,0,'128.255.40.181',13,1243547490),(7198,0,'128.255.40.181',20,1243547490),(7199,0,'128.255.40.181',10,1243547490),(7200,0,'65.55.211.40',17,1243576917),(7201,0,'66.249.68.193',7,1243577457),(7202,0,'128.255.40.181',6,1243633598),(7203,0,'128.255.40.181',15,1243633600),(7204,0,'128.255.40.181',7,1243633600),(7205,0,'128.255.40.181',4,1243633601),(7206,0,'128.255.40.181',2,1243633601),(7207,0,'128.255.40.181',14,1243633897),(7208,0,'128.255.40.181',9,1243633897),(7209,0,'128.255.40.181',18,1243633898),(7210,0,'128.255.40.181',12,1243633898),(7211,0,'128.255.40.181',21,1243633900),(7212,0,'128.255.40.181',17,1243633900),(7213,0,'128.255.40.181',5,1243633902),(7214,0,'128.255.40.181',13,1243633902),(7215,0,'128.255.40.181',20,1243633902),(7216,0,'128.255.40.181',10,1243633902),(7217,0,'72.30.78.218',12,1243684494),(7218,0,'65.55.211.37',4,1243699651),(7219,0,'128.255.40.181',6,1243712218),(7220,0,'128.255.40.181',15,1243712220),(7221,0,'128.255.40.181',7,1243712221),(7222,0,'128.255.40.181',4,1243712221),(7223,0,'128.255.40.181',2,1243712222),(7224,0,'128.255.40.181',14,1243712225),(7225,0,'128.255.40.181',9,1243712225),(7226,0,'128.255.40.181',18,1243712226),(7227,0,'128.255.40.181',12,1243712226),(7228,0,'128.255.40.181',21,1243712228),(7229,0,'128.255.40.181',17,1243712228),(7230,0,'128.255.40.181',5,1243712230),(7231,0,'128.255.40.181',13,1243712231),(7232,0,'128.255.40.181',20,1243712231),(7233,0,'128.255.40.181',10,1243712232),(7234,0,'65.55.211.30',20,1243772586),(7235,0,'203.82.79.101',2,1243774204),(7236,0,'203.82.79.101',2,1243774303),(7237,0,'128.255.40.181',6,1243798637),(7238,0,'128.255.40.181',15,1243798638),(7239,0,'128.255.40.181',7,1243798639),(7240,0,'128.255.40.181',4,1243798639),(7241,0,'128.255.40.181',2,1243798640),(7242,0,'128.255.40.181',14,1243798643),(7243,0,'128.255.40.181',9,1243798643),(7244,0,'128.255.40.181',18,1243798644),(7245,0,'128.255.40.181',12,1243798644),(7246,0,'128.255.40.181',21,1243798646),(7247,0,'128.255.40.181',17,1243798647),(7248,0,'128.255.40.181',5,1243798649),(7249,0,'128.255.40.181',13,1243798649),(7250,0,'128.255.40.181',20,1243798649),(7251,0,'128.255.40.181',10,1243798650),(7252,0,'72.30.78.218',14,1243815470),(7253,0,'202.96.51.158',20,1243855255),(7254,0,'72.30.78.218',6,1243856598),(7255,0,'128.255.40.181',6,1243885054),(7256,0,'128.255.40.181',15,1243885056),(7257,0,'128.255.40.181',7,1243885057),(7258,0,'128.255.40.181',4,1243885057),(7259,0,'128.255.40.181',2,1243885058),(7260,0,'128.255.40.181',14,1243885060),(7261,0,'128.255.40.181',9,1243885061),(7262,0,'128.255.40.181',18,1243885061),(7263,0,'128.255.40.181',12,1243885062),(7264,0,'128.255.40.181',21,1243885064),(7265,0,'128.255.40.181',17,1243885064),(7266,0,'128.255.40.181',5,1243885066),(7267,0,'128.255.40.181',13,1243885067),(7268,0,'128.255.40.181',20,1243885067),(7269,0,'128.255.40.181',10,1243885068),(7270,0,'65.55.211.29',13,1243888963),(7271,0,'65.55.211.29',10,1243889010),(7272,0,'65.55.106.204',20,1243935678),(7273,0,'66.249.68.195',7,1243937799),(7274,0,'72.30.78.218',15,1243942227),(7275,0,'128.255.40.181',6,1243971465),(7276,0,'128.255.40.181',15,1243971467),(7277,0,'128.255.40.181',7,1243971467),(7278,0,'128.255.40.181',4,1243971468),(7279,0,'128.255.40.181',2,1243971468),(7280,0,'128.255.40.181',14,1243971471),(7281,0,'128.255.40.181',9,1243971472),(7282,0,'128.255.40.181',18,1243971472),(7283,0,'128.255.40.181',12,1243971473),(7284,0,'128.255.40.181',21,1243971764),(7285,0,'128.255.40.181',17,1243971764),(7286,0,'128.255.40.181',5,1243971766),(7287,0,'128.255.40.181',13,1243971767),(7288,0,'128.255.40.181',20,1243971767),(7289,0,'128.255.40.181',10,1243971767),(7290,0,'65.55.108.191',17,1243985902),(7291,0,'65.55.211.39',18,1243987905),(7292,0,'72.30.78.218',5,1244016678),(7293,0,'74.6.22.179',20,1244031828),(7294,0,'65.55.108.190',4,1244036295),(7295,0,'65.55.106.236',4,1244045534),(7296,0,'128.255.40.181',6,1244057869),(7297,0,'128.255.40.181',15,1244057871),(7298,0,'128.255.40.181',7,1244057872),(7299,0,'72.30.142.97',2,1244057913),(7300,0,'128.255.40.181',4,1244058167),(7301,0,'128.255.40.181',2,1244058168),(7302,0,'128.255.40.181',14,1244058171),(7303,0,'128.255.40.181',9,1244058171),(7304,0,'128.255.40.181',18,1244058172),(7305,0,'128.255.40.181',12,1244058172),(7306,0,'128.255.40.181',21,1244058174),(7307,0,'128.255.40.181',17,1244058175),(7308,0,'128.255.40.181',5,1244058177),(7309,0,'128.255.40.181',13,1244058468),(7310,0,'128.255.40.181',20,1244058468),(7311,0,'128.255.40.181',10,1244058469),(7312,0,'72.30.142.97',21,1244124647),(7313,0,'72.30.142.97',10,1244138132),(7314,0,'128.255.40.181',6,1244144283),(7315,0,'128.255.40.181',15,1244144286),(7316,0,'128.255.40.181',7,1244144287),(7317,0,'128.255.40.181',4,1244144581),(7318,0,'128.255.40.181',2,1244144581),(7319,0,'128.255.40.181',14,1244144584),(7320,0,'128.255.40.181',9,1244144585),(7321,0,'128.255.40.181',18,1244144586),(7322,0,'128.255.40.181',12,1244144587),(7323,0,'128.255.40.181',21,1244144589),(7324,0,'128.255.40.181',17,1244144589),(7325,0,'128.255.40.181',5,1244144591),(7326,0,'128.255.40.181',13,1244144881),(7327,0,'128.255.40.181',20,1244144881),(7328,0,'128.255.40.181',10,1244144882),(7329,0,'72.30.142.97',17,1244150658),(7330,0,'65.55.211.41',21,1244155093),(7331,0,'65.55.211.40',14,1244160626),(7332,0,'72.30.79.28',7,1244192184),(7333,0,'72.30.142.97',4,1244198083),(7334,0,'72.30.142.97',18,1244198454),(7335,0,'72.30.142.97',4,1244210576),(7336,0,'66.249.68.161',14,1244212613),(7337,0,'65.55.108.191',18,1244216299),(7338,0,'128.255.40.181',6,1244230706),(7339,0,'128.255.40.181',15,1244230709),(7340,0,'128.255.40.181',7,1244230710),(7341,0,'128.255.40.181',4,1244231006),(7342,0,'128.255.40.181',2,1244231006),(7343,0,'128.255.40.181',14,1244231009),(7344,0,'128.255.40.181',9,1244231010),(7345,0,'128.255.40.181',18,1244231010),(7346,0,'128.255.40.181',12,1244231011),(7347,0,'128.255.40.181',21,1244231013),(7348,0,'128.255.40.181',17,1244231013),(7349,0,'128.255.40.181',5,1244231015),(7350,0,'128.255.40.181',13,1244231908),(7351,0,'128.255.40.181',20,1244231909),(7352,0,'128.255.40.181',10,1244231909),(7353,0,'65.55.108.190',7,1244305498),(7354,0,'128.255.40.181',6,1244317112),(7355,0,'128.255.40.181',15,1244317114),(7356,0,'128.255.40.181',7,1244317114),(7357,0,'128.255.40.181',4,1244317411),(7358,0,'128.255.40.181',2,1244317412),(7359,0,'128.255.40.181',14,1244317415),(7360,0,'128.255.40.181',9,1244317415),(7361,0,'128.255.40.181',18,1244317416),(7362,0,'128.255.40.181',12,1244317416),(7363,0,'128.255.40.181',21,1244317711),(7364,0,'128.255.40.181',17,1244317711),(7365,0,'128.255.40.181',5,1244317713),(7366,0,'128.255.40.181',13,1244318313),(7367,0,'128.255.40.181',20,1244318313),(7368,0,'128.255.40.181',10,1244318314),(7369,0,'72.30.142.97',13,1244353515),(7370,0,'66.249.68.161',7,1244360074),(7371,0,'65.55.106.120',14,1244390221),(7372,0,'128.255.40.181',6,1244403517),(7373,0,'128.255.40.181',15,1244403519),(7374,0,'128.255.40.181',7,1244403519),(7375,0,'128.255.40.181',4,1244403816),(7376,0,'128.255.40.181',2,1244403816),(7377,0,'128.255.40.181',14,1244403819),(7378,0,'128.255.40.181',9,1244403820),(7379,0,'128.255.40.181',18,1244403820),(7380,0,'128.255.40.181',12,1244403821),(7381,0,'128.255.40.181',21,1244404117),(7382,0,'128.255.40.181',17,1244404117),(7383,0,'128.255.40.181',5,1244404119),(7384,0,'128.255.40.181',13,1244404716),(7385,0,'128.255.40.181',20,1244404717),(7386,0,'128.255.40.181',10,1244404717),(7387,0,'72.30.142.97',14,1244420419),(7388,0,'72.30.142.97',17,1244436771),(7389,0,'65.55.211.40',5,1244445471),(7390,0,'65.55.211.36',17,1244446870),(7391,0,'66.249.68.161',10,1244459584),(7392,0,'72.30.142.97',12,1244472985),(7393,0,'128.255.40.181',6,1244489921),(7394,0,'128.255.40.181',15,1244489923),(7395,0,'128.255.40.181',7,1244490218),(7396,0,'128.255.40.181',4,1244490219),(7397,0,'128.255.40.181',2,1244490220),(7398,0,'128.255.40.181',14,1244490518),(7399,0,'128.255.40.181',9,1244490518),(7400,0,'128.255.40.181',18,1244490519),(7401,0,'128.255.40.181',12,1244490519),(7402,0,'128.255.40.181',21,1244490521),(7403,0,'128.255.40.181',17,1244490521),(7404,0,'128.255.40.181',5,1244490817),(7405,0,'128.255.40.181',13,1244491118),(7406,0,'128.255.40.181',20,1244491119),(7407,0,'128.255.40.181',10,1244491119),(7408,0,'65.55.211.39',9,1244526784),(7409,0,'128.255.40.181',6,1244576342),(7410,0,'128.255.40.181',15,1244576344),(7411,0,'65.55.211.29',4,1244576622),(7412,0,'128.255.40.181',7,1244576641),(7413,0,'128.255.40.181',4,1244576641),(7414,0,'128.255.40.181',2,1244576642),(7415,0,'65.55.108.191',21,1244576794),(7416,0,'128.255.40.181',14,1244576941),(7417,0,'128.255.40.181',9,1244576941),(7418,0,'128.255.40.181',18,1244576941),(7419,0,'128.255.40.181',12,1244576942),(7420,0,'128.255.40.181',21,1244576944),(7421,0,'128.255.40.181',17,1244576944),(7422,0,'128.255.40.181',5,1244577240),(7423,0,'128.255.40.181',13,1244577541),(7424,0,'128.255.40.181',20,1244577541),(7425,0,'128.255.40.181',10,1244577542),(7426,0,'65.55.211.26',20,1244649576),(7427,0,'128.255.40.181',6,1244662837),(7428,0,'128.255.40.181',15,1244662838),(7429,0,'72.30.142.97',2,1244663041),(7430,0,'128.255.40.181',7,1244663135),(7431,0,'128.255.40.181',4,1244663135),(7432,0,'128.255.40.181',2,1244663136),(7433,0,'128.255.40.181',14,1244663435),(7434,0,'128.255.40.181',9,1244663435),(7435,0,'128.255.40.181',18,1244663435),(7436,0,'128.255.40.181',12,1244663436),(7437,0,'128.255.40.181',21,1244663438),(7438,0,'128.255.40.181',17,1244663438),(7439,0,'128.255.40.181',5,1244663734),(7440,0,'128.255.40.181',13,1244664035),(7441,0,'128.255.40.181',20,1244664035),(7442,0,'128.255.40.181',10,1244664036),(7443,0,'65.55.106.244',7,1244684363),(7444,0,'204.62.53.203',20,1244694195),(7445,0,'66.249.68.185',7,1244731216),(7446,0,'128.255.40.181',6,1244749247),(7447,0,'128.255.40.181',15,1244749249),(7448,0,'128.255.40.181',7,1244749546),(7449,0,'128.255.40.181',4,1244749546),(7450,0,'128.255.40.181',2,1244749548),(7451,0,'128.255.40.181',14,1244749847),(7452,0,'128.255.40.181',9,1244749848),(7453,0,'128.255.40.181',18,1244749848),(7454,0,'128.255.40.181',12,1244749849),(7455,0,'128.255.40.181',21,1244749850),(7456,0,'128.255.40.181',17,1244749851),(7457,0,'128.255.40.181',5,1244750146),(7458,0,'128.255.40.181',13,1244750446),(7459,0,'128.255.40.181',20,1244750446),(7460,0,'128.255.40.181',10,1244750447),(7461,0,'65.55.211.28',7,1244773011),(7462,0,'72.30.79.57',5,1244784159),(7463,0,'65.55.211.28',2,1244808934),(7464,0,'128.255.40.181',6,1244835666),(7465,0,'128.255.40.181',15,1244835668),(7466,0,'128.255.40.181',7,1244835964),(7467,0,'128.255.40.181',4,1244835965),(7468,0,'128.255.40.181',2,1244835965),(7469,0,'128.255.40.181',14,1244836264),(7470,0,'128.255.40.181',9,1244836265),(7471,0,'128.255.40.181',18,1244836265),(7472,0,'128.255.40.181',12,1244836266),(7473,0,'128.255.40.181',21,1244836267),(7474,0,'128.255.40.181',17,1244836268),(7475,0,'128.255.40.181',5,1244836564),(7476,0,'128.255.40.181',13,1244836864),(7477,0,'128.255.40.181',20,1244836865),(7478,0,'128.255.40.181',10,1244836865),(7479,0,'204.62.53.204',6,1244856778),(7480,0,'204.62.53.204',13,1244857860),(7481,0,'65.55.211.31',18,1244871086),(7482,0,'65.55.211.36',12,1244896066),(7483,0,'128.255.40.181',6,1244922100),(7484,0,'128.255.40.181',15,1244922103),(7485,0,'128.255.40.181',7,1244922399),(7486,0,'128.255.40.181',4,1244922400),(7487,0,'128.255.40.181',2,1244922400),(7488,0,'128.255.40.181',14,1244922698),(7489,0,'128.255.40.181',9,1244922699),(7490,0,'128.255.40.181',18,1244922699),(7491,0,'128.255.40.181',12,1244922699),(7492,0,'128.255.40.181',21,1244922701),(7493,0,'128.255.40.181',17,1244922702),(7494,0,'128.255.40.181',5,1244922998),(7495,0,'128.255.40.181',13,1244923298),(7496,0,'128.255.40.181',20,1244923299),(7497,0,'128.255.40.181',10,1244923299),(7498,0,'72.30.79.57',9,1244942892),(7499,0,'128.255.40.181',6,1244998817),(7500,0,'128.255.40.181',15,1244998817),(7501,0,'128.255.40.181',7,1244998818),(7502,0,'128.255.40.181',4,1244998818),(7503,0,'128.255.40.181',2,1244998818),(7504,0,'128.255.40.181',14,1244998820),(7505,0,'128.255.40.181',9,1244998820),(7506,0,'128.255.40.181',18,1244998821),(7507,0,'128.255.40.181',12,1244998821),(7508,0,'128.255.40.181',21,1244998822),(7509,0,'128.255.40.181',17,1244998823),(7510,0,'128.255.40.181',5,1244998823),(7511,0,'128.255.40.181',13,1244998824),(7512,0,'128.255.40.181',20,1244998824),(7513,0,'128.255.40.181',10,1244998824),(7514,0,'128.255.40.181',6,1245017473),(7515,0,'128.255.40.181',15,1245017476),(7516,0,'128.255.40.181',7,1245017477),(7517,0,'128.255.40.181',4,1245017477),(7518,0,'128.255.40.181',2,1245017477),(7519,0,'128.255.40.181',14,1245017479),(7520,0,'128.255.40.181',9,1245017479),(7521,0,'128.255.40.181',18,1245017479),(7522,0,'128.255.40.181',12,1245017479),(7523,0,'128.255.40.181',21,1245017481),(7524,0,'128.255.40.181',17,1245017481),(7525,0,'128.255.40.181',5,1245017482),(7526,0,'128.255.40.181',13,1245017483),(7527,0,'128.255.40.181',20,1245017483),(7528,0,'128.255.40.181',10,1245017483),(7529,0,'65.55.211.38',21,1245025657),(7530,0,'128.255.40.181',6,1245038141),(7531,0,'128.255.40.181',2,1245038143),(7532,0,'128.255.40.181',15,1245038143),(7533,0,'128.255.40.181',7,1245038143),(7534,0,'128.255.40.181',4,1245038143),(7535,0,'128.255.40.181',14,1245038145),(7536,0,'128.255.40.181',9,1245038145),(7537,0,'128.255.40.181',18,1245038147),(7538,0,'128.255.40.181',17,1245038147),(7539,0,'128.255.40.181',12,1245038147),(7540,0,'128.255.40.181',21,1245038148),(7541,0,'128.255.40.181',20,1245038150),(7542,0,'128.255.40.181',5,1245038150),(7543,0,'128.255.40.181',13,1245038150),(7544,0,'128.255.40.181',10,1245038151),(7545,0,'65.55.211.36',14,1245038252),(7546,0,'72.30.79.57',17,1245043267),(7547,0,'128.255.40.181',6,1245057325),(7548,0,'128.255.40.181',4,1245057327),(7549,0,'128.255.40.181',15,1245057328),(7550,0,'128.255.40.181',7,1245057328),(7551,0,'128.255.40.181',2,1245057328),(7552,0,'128.255.40.181',14,1245057330),(7553,0,'128.255.40.181',9,1245057331),(7554,0,'128.255.40.181',18,1245057331),(7555,0,'128.255.40.181',17,1245057331),(7556,0,'128.255.40.181',12,1245057331),(7557,0,'128.255.40.181',21,1245057333),(7558,0,'128.255.40.181',20,1245057334),(7559,0,'128.255.40.181',5,1245057335),(7560,0,'128.255.40.181',13,1245057335),(7561,0,'128.255.40.181',10,1245057335),(7562,0,'72.30.79.57',14,1245066140),(7563,0,'72.30.79.57',6,1245069804),(7564,0,'72.30.79.57',6,1245077163),(7565,0,'65.55.106.144',2,1245079346),(7566,0,'128.255.40.181',6,1245079518),(7567,0,'128.255.40.181',4,1245079519),(7568,0,'128.255.40.181',15,1245079519),(7569,0,'128.255.40.181',2,1245079519),(7570,0,'128.255.40.181',7,1245079520),(7571,0,'128.255.40.181',14,1245079520),(7572,0,'128.255.40.181',17,1245079521),(7573,0,'128.255.40.181',18,1245079521),(7574,0,'128.255.40.181',9,1245079523),(7575,0,'128.255.40.181',12,1245079523),(7576,0,'128.255.40.181',21,1245079525),(7577,0,'128.255.40.181',20,1245079526),(7578,0,'128.255.40.181',5,1245079526),(7579,0,'128.255.40.181',13,1245079526),(7580,0,'128.255.40.181',10,1245079526),(7581,0,'66.249.68.185',7,1245084511),(7582,0,'128.255.40.181',4,1245102006),(7583,0,'128.255.40.181',15,1245102007),(7584,0,'128.255.40.181',6,1245102008),(7585,0,'128.255.40.181',7,1245102010),(7586,0,'128.255.40.181',14,1245102010),(7587,0,'128.255.40.181',2,1245102010),(7588,0,'128.255.40.181',17,1245102012),(7589,0,'128.255.40.181',9,1245102013),(7590,0,'128.255.40.181',12,1245102013),(7591,0,'128.255.40.181',18,1245102013),(7592,0,'128.255.40.181',20,1245102016),(7593,0,'128.255.40.181',5,1245102016),(7594,0,'128.255.40.181',13,1245102017),(7595,0,'128.255.40.181',10,1245102017),(7596,0,'128.255.40.181',21,1245102017),(7597,0,'216.129.119.40',2,1245109253),(7598,0,'128.255.40.181',4,1245123029),(7599,0,'128.255.40.181',15,1245123030),(7600,0,'128.255.40.181',6,1245123031),(7601,0,'128.255.40.181',2,1245123031),(7602,0,'128.255.40.181',7,1245123032),(7603,0,'128.255.40.181',14,1245123032),(7604,0,'128.255.40.181',17,1245123586),(7605,0,'128.255.40.181',18,1245123586),(7606,0,'128.255.40.181',9,1245123589),(7607,0,'128.255.40.181',12,1245123589),(7608,0,'128.255.40.181',20,1245123884),(7609,0,'128.255.40.181',5,1245123885),(7610,0,'128.255.40.181',13,1245123886),(7611,0,'128.255.40.181',10,1245123886),(7612,0,'128.255.40.181',21,1245123886),(7613,0,'216.129.119.40',6,1245133471),(7614,0,'65.55.211.24',15,1245139522),(7615,0,'216.129.119.40',5,1245148643),(7616,0,'128.255.40.181',15,1245209696),(7617,0,'128.255.40.181',4,1245209696),(7618,0,'128.255.40.181',7,1245209697),(7619,0,'128.255.40.181',6,1245209698),(7620,0,'128.255.40.181',2,1245209698),(7621,0,'128.255.40.181',14,1245209698),(7622,0,'128.255.40.181',17,1245210267),(7623,0,'128.255.40.181',18,1245210268),(7624,0,'128.255.40.181',9,1245210271),(7625,0,'128.255.40.181',12,1245210271),(7626,0,'128.255.40.181',5,1245210567),(7627,0,'128.255.40.181',13,1245210567),(7628,0,'128.255.40.181',20,1245210568),(7629,0,'128.255.40.181',10,1245210568),(7630,0,'128.255.40.181',21,1245210569),(7631,0,'216.129.119.40',12,1245215108),(7632,0,'121.254.193.202',7,1245228849),(7633,0,'121.254.193.202',10,1245228907),(7634,0,'216.129.119.40',13,1245243546),(7635,0,'128.255.40.181',15,1245296955),(7636,0,'128.255.40.181',4,1245296956),(7637,0,'128.255.40.181',6,1245296959),(7638,0,'128.255.40.181',7,1245296959),(7639,0,'128.255.40.181',2,1245296960),(7640,0,'128.255.40.181',14,1245296960),(7641,0,'128.255.40.181',17,1245296963),(7642,0,'128.255.40.181',18,1245296963),(7643,0,'128.255.40.181',9,1245296966),(7644,0,'128.255.40.181',12,1245296966),(7645,0,'128.255.40.181',13,1245297250),(7646,0,'128.255.40.181',5,1245297251),(7647,0,'128.255.40.181',20,1245297251),(7648,0,'128.255.40.181',10,1245297251),(7649,0,'128.255.40.181',21,1245297252),(7650,0,'216.129.119.40',7,1245311845),(7651,0,'216.129.119.40',21,1245314305),(7652,0,'72.30.79.57',20,1245316346),(7653,0,'65.55.211.36',17,1245325261),(7654,0,'216.129.119.40',17,1245328632),(7655,0,'72.30.79.57',10,1245351061),(7656,0,'128.255.237.69',6,1245352418),(7657,0,'128.255.237.69',9,1245352421),(7658,0,'128.255.237.69',12,1245352423),(7659,0,'128.255.237.69',21,1245352430),(7660,0,'128.255.237.69',5,1245352432),(7661,0,'128.255.237.69',13,1245352433),(7662,0,'128.255.237.69',10,1245352434),(7663,0,'128.255.237.69',2,1245352460),(7664,0,'128.255.237.69',14,1245352744),(7665,0,'128.255.237.69',18,1245352744),(7666,0,'128.255.237.69',15,1245353454),(7667,0,'128.255.237.69',7,1245353461),(7668,0,'128.255.237.69',4,1245353463),(7669,0,'128.255.237.69',17,1245353466),(7670,0,'128.255.237.69',20,1245353468),(7671,0,'128.255.237.69',6,1245383496),(7672,0,'128.255.237.69',9,1245383497),(7673,0,'128.255.237.69',12,1245383497),(7674,0,'128.255.237.69',5,1245383499),(7675,0,'128.255.237.69',13,1245383499),(7676,0,'128.255.237.69',21,1245383499),(7677,0,'128.255.237.69',10,1245383501),(7678,0,'128.255.237.69',2,1245383501),(7679,0,'128.255.40.181',4,1245383937),(7680,0,'128.255.40.181',15,1245383937),(7681,0,'128.255.40.181',2,1245383944),(7682,0,'128.255.40.181',14,1245383944),(7683,0,'128.255.40.181',7,1245383944),(7684,0,'128.255.40.181',6,1245383944),(7685,0,'128.255.40.181',17,1245383949),(7686,0,'128.255.40.181',18,1245383949),(7687,0,'128.255.40.181',9,1245383950),(7688,0,'128.255.40.181',12,1245383951),(7689,0,'128.255.40.181',13,1245383952),(7690,0,'128.255.40.181',20,1245383952),(7691,0,'128.255.40.181',10,1245383952),(7692,0,'128.255.40.181',21,1245383953),(7693,0,'128.255.40.181',5,1245383953),(7694,0,'128.255.237.69',14,1245388829),(7695,0,'128.255.237.69',18,1245388830),(7696,0,'128.255.237.69',4,1245389161),(7697,0,'128.255.237.69',20,1245389161),(7698,0,'128.255.237.69',7,1245389161),(7699,0,'128.255.237.69',17,1245389161),(7700,0,'128.255.237.69',15,1245389162),(7701,0,'128.255.237.69',6,1245390910),(7702,0,'128.255.237.69',5,1245390910),(7703,0,'128.255.237.69',9,1245390910),(7704,0,'128.255.237.69',12,1245390911),(7705,0,'128.255.237.69',10,1245390911),(7706,0,'128.255.237.69',21,1245390911),(7707,0,'128.255.237.69',13,1245390911),(7708,0,'128.255.237.69',2,1245390912),(7709,0,'128.255.237.69',14,1245396019),(7710,0,'128.255.237.69',18,1245396019),(7711,0,'128.255.237.69',20,1245396613),(7712,0,'128.255.237.69',7,1245396614),(7713,0,'128.255.237.69',15,1245396614),(7714,0,'128.255.237.69',4,1245396614),(7715,0,'128.255.237.69',17,1245396614),(7716,0,'128.255.237.69',6,1245399029),(7717,0,'128.255.237.69',2,1245399029),(7718,0,'128.255.237.69',9,1245399029),(7719,0,'128.255.237.69',12,1245399029),(7720,0,'128.255.237.69',21,1245399030),(7721,0,'128.255.237.69',5,1245399030),(7722,0,'128.255.237.69',13,1245399030),(7723,0,'128.255.237.69',10,1245399030),(7724,0,'128.255.237.69',14,1245404241),(7725,0,'128.255.237.69',18,1245404241),(7726,0,'128.255.237.69',15,1245405140),(7727,0,'128.255.237.69',7,1245405141),(7728,0,'128.255.237.69',4,1245405141),(7729,0,'128.255.237.69',17,1245405141),(7730,0,'128.255.237.69',20,1245405142),(7731,0,'128.255.237.69',6,1245406927),(7732,0,'128.255.237.69',2,1245406927),(7733,0,'128.255.237.69',9,1245406928),(7734,0,'128.255.237.69',12,1245406928),(7735,0,'128.255.237.69',21,1245406928),(7736,0,'128.255.237.69',5,1245406928),(7737,0,'128.255.237.69',13,1245406928),(7738,0,'128.255.237.69',10,1245406929),(7739,0,'128.255.237.69',18,1245413226),(7740,0,'128.255.237.69',14,1245413226),(7741,0,'128.255.237.69',4,1245414422),(7742,0,'128.255.237.69',15,1245414422),(7743,0,'128.255.237.69',7,1245414423),(7744,0,'128.255.237.69',17,1245414423),(7745,0,'128.255.237.69',20,1245414423),(7746,0,'128.255.237.69',2,1245418628),(7747,0,'128.255.237.69',6,1245418628),(7748,0,'128.255.237.69',9,1245418628),(7749,0,'128.255.237.69',12,1245418628),(7750,0,'128.255.237.69',21,1245418628),(7751,0,'128.255.237.69',5,1245418629),(7752,0,'128.255.237.69',13,1245418629),(7753,0,'128.255.237.69',10,1245418629),(7754,0,'128.255.237.69',14,1245425827),(7755,0,'128.255.237.69',18,1245425827),(7756,0,'128.255.237.69',4,1245426430),(7757,0,'128.255.237.69',20,1245426430),(7758,0,'128.255.237.69',15,1245426431),(7759,0,'128.255.237.69',7,1245426431),(7760,0,'128.255.237.69',17,1245426431),(7761,0,'128.255.237.69',2,1245430621),(7762,0,'128.255.237.69',5,1245430621),(7763,0,'128.255.237.69',9,1245430621),(7764,0,'128.255.237.69',6,1245430621),(7765,0,'128.255.237.69',12,1245430622),(7766,0,'128.255.237.69',21,1245430622),(7767,0,'128.255.237.69',10,1245430622),(7768,0,'128.255.237.69',13,1245430622),(7769,0,'72.30.79.57',10,1245431163),(7770,0,'128.255.237.69',14,1245439327),(7771,0,'128.255.237.69',18,1245439327),(7772,0,'128.255.237.69',7,1245439934),(7773,0,'128.255.237.69',15,1245439934),(7774,0,'128.255.237.69',4,1245439935),(7775,0,'128.255.237.69',17,1245439935),(7776,0,'128.255.237.69',20,1245439935),(7777,0,'65.55.211.40',6,1245442218),(7778,0,'65.55.211.29',4,1245445433),(7779,0,'128.255.237.69',2,1245448021),(7780,0,'128.255.237.69',9,1245448021),(7781,0,'128.255.237.69',5,1245448021),(7782,0,'128.255.237.69',6,1245448023),(7783,0,'128.255.237.69',12,1245448023),(7784,0,'128.255.237.69',21,1245448023),(7785,0,'128.255.237.69',13,1245448024),(7786,0,'128.255.237.69',10,1245448024),(7787,0,'72.30.79.57',18,1245449345),(7788,0,'128.255.237.69',14,1245452241),(7789,0,'128.255.237.69',18,1245452242),(7790,0,'128.255.237.69',7,1245452833),(7791,0,'128.255.237.69',15,1245452849),(7792,0,'128.255.237.69',4,1245452849),(7793,0,'128.255.237.69',17,1245452850),(7794,0,'128.255.237.69',20,1245452855),(7795,0,'66.249.68.187',7,1245457380),(7796,0,'128.255.237.69',2,1245458818),(7797,0,'128.255.237.69',6,1245458818),(7798,0,'128.255.237.69',9,1245458819),(7799,0,'128.255.237.69',5,1245458820),(7800,0,'128.255.237.69',12,1245458822),(7801,0,'128.255.237.69',21,1245458822),(7802,0,'128.255.237.69',13,1245458822),(7803,0,'128.255.237.69',10,1245458822),(7804,0,'128.255.237.69',18,1245465734),(7805,0,'128.255.237.69',14,1245465737),(7806,0,'128.255.237.69',7,1245466035),(7807,0,'128.255.237.69',4,1245466039),(7808,0,'128.255.237.69',15,1245466039),(7809,0,'128.255.237.69',17,1245466039),(7810,0,'128.255.237.69',20,1245466040),(7811,0,'128.255.40.181',15,1245470631),(7812,0,'128.255.40.181',4,1245470632),(7813,0,'128.255.40.181',2,1245470638),(7814,0,'128.255.40.181',14,1245470639),(7815,0,'128.255.40.181',7,1245470639),(7816,0,'128.255.40.181',6,1245470639),(7817,0,'128.255.40.181',18,1245470644),(7818,0,'128.255.40.181',17,1245470644),(7819,0,'128.255.40.181',9,1245470645),(7820,0,'128.255.40.181',12,1245470645),(7821,0,'128.255.40.181',13,1245470646),(7822,0,'128.255.40.181',20,1245470647),(7823,0,'128.255.40.181',21,1245470648),(7824,0,'128.255.40.181',5,1245470648),(7825,0,'128.255.40.181',10,1245470648),(7826,0,'128.255.237.69',2,1245471430),(7827,0,'128.255.237.69',6,1245471430),(7828,0,'128.255.237.69',5,1245471431),(7829,0,'128.255.237.69',9,1245471431),(7830,0,'128.255.237.69',12,1245471432),(7831,0,'128.255.237.69',13,1245471433),(7832,0,'128.255.237.69',10,1245471433),(7833,0,'128.255.237.69',21,1245471433),(7834,0,'128.255.237.69',18,1245475408),(7835,0,'128.255.237.69',14,1245475409),(7836,0,'128.255.237.69',7,1245475733),(7837,0,'128.255.237.69',4,1245475733),(7838,0,'128.255.237.69',15,1245475733),(7839,0,'128.255.237.69',17,1245475733),(7840,0,'128.255.237.69',20,1245475733),(7841,0,'128.255.237.69',2,1245483110),(7842,0,'128.255.237.69',5,1245483111),(7843,0,'128.255.237.69',6,1245483111),(7844,0,'128.255.237.69',9,1245483112),(7845,0,'128.255.237.69',12,1245483112),(7846,0,'128.255.237.69',13,1245483112),(7847,0,'128.255.237.69',10,1245483112),(7848,0,'128.255.237.69',21,1245483113),(7849,0,'128.255.237.69',14,1245497764),(7850,0,'128.255.237.69',18,1245497764),(7851,0,'128.255.237.69',20,1245498062),(7852,0,'128.255.237.69',7,1245498062),(7853,0,'128.255.237.69',15,1245498062),(7854,0,'128.255.237.69',4,1245498063),(7855,0,'128.255.237.69',17,1245498063),(7856,0,'128.255.237.69',6,1245506762),(7857,0,'128.255.237.69',2,1245506762),(7858,0,'128.255.237.69',9,1245506763),(7859,0,'128.255.237.69',5,1245506763),(7860,0,'128.255.237.69',12,1245506764),(7861,0,'128.255.237.69',21,1245506764),(7862,0,'128.255.237.69',13,1245506764),(7863,0,'128.255.237.69',10,1245506765),(7864,0,'72.30.79.57',5,1245509915),(7865,0,'65.55.211.26',20,1245530267),(7866,0,'128.255.40.181',15,1245557330),(7867,0,'128.255.40.181',4,1245557330),(7868,0,'128.255.40.181',2,1245557337),(7869,0,'128.255.40.181',14,1245557337),(7870,0,'128.255.40.181',7,1245557337),(7871,0,'128.255.40.181',6,1245557338),(7872,0,'128.255.40.181',18,1245557341),(7873,0,'128.255.40.181',17,1245557342),(7874,0,'128.255.40.181',9,1245557342),(7875,0,'128.255.40.181',12,1245557342),(7876,0,'128.255.40.181',13,1245557344),(7877,0,'128.255.40.181',20,1245557347),(7878,0,'128.255.40.181',21,1245557347),(7879,0,'128.255.40.181',5,1245557347),(7880,0,'128.255.40.181',10,1245557348),(7881,0,'72.30.79.57',13,1245569737),(7882,0,'128.255.237.69',14,1245579111),(7883,0,'128.255.237.69',18,1245579112),(7884,0,'128.255.237.69',20,1245579654),(7885,0,'128.255.237.69',7,1245579654),(7886,0,'128.255.237.69',4,1245579655),(7887,0,'128.255.237.69',15,1245579655),(7888,0,'128.255.237.69',17,1245579655),(7889,0,'128.255.237.69',2,1245593446),(7890,0,'128.255.237.69',5,1245593446),(7891,0,'128.255.237.69',6,1245593447),(7892,0,'128.255.237.69',9,1245593447),(7893,0,'128.255.237.69',12,1245593448),(7894,0,'128.255.237.69',21,1245593448),(7895,0,'128.255.237.69',13,1245593449),(7896,0,'128.255.237.69',10,1245593449),(7897,0,'128.255.40.181',15,1245644028),(7898,0,'128.255.40.181',4,1245644028),(7899,0,'128.255.40.181',2,1245644035),(7900,0,'128.255.40.181',14,1245644035),(7901,0,'128.255.40.181',7,1245644035),(7902,0,'128.255.40.181',6,1245644036),(7903,0,'128.255.40.181',18,1245644039),(7904,0,'128.255.40.181',17,1245644040),(7905,0,'128.255.40.181',9,1245644041),(7906,0,'128.255.40.181',12,1245644041),(7907,0,'128.255.40.181',13,1245644043),(7908,0,'128.255.40.181',20,1245644044),(7909,0,'128.255.40.181',21,1245644044),(7910,0,'128.255.40.181',5,1245644045),(7911,0,'128.255.40.181',10,1245644046),(7912,0,'72.30.79.57',17,1245658251),(7913,0,'128.255.237.69',14,1245665598),(7914,0,'128.255.237.69',18,1245665598),(7915,0,'128.255.237.69',4,1245666149),(7916,0,'128.255.237.69',20,1245666149),(7917,0,'128.255.237.69',15,1245666149),(7918,0,'128.255.237.69',7,1245666149),(7919,0,'128.255.237.69',17,1245666150),(7920,0,'128.255.237.69',2,1245680020),(7921,0,'128.255.237.69',5,1245680020),(7922,0,'128.255.237.69',6,1245680020),(7923,0,'128.255.237.69',9,1245680020),(7924,0,'128.255.237.69',12,1245680021),(7925,0,'128.255.237.69',21,1245680021),(7926,0,'128.255.237.69',13,1245680022),(7927,0,'128.255.237.69',10,1245680022),(7928,0,'72.30.79.57',12,1245683838),(7929,0,'65.55.106.182',18,1245700108),(7930,0,'128.255.40.181',15,1245730428),(7931,0,'128.255.40.181',4,1245730428),(7932,0,'128.255.40.181',2,1245730731),(7933,0,'128.255.40.181',14,1245730732),(7934,0,'128.255.40.181',7,1245730732),(7935,0,'128.255.40.181',6,1245730732),(7936,0,'128.255.40.181',18,1245730736),(7937,0,'128.255.40.181',17,1245730736),(7938,0,'128.255.40.181',9,1245730738),(7939,0,'128.255.40.181',12,1245730738),(7940,0,'128.255.40.181',13,1245730738),(7941,0,'128.255.40.181',20,1245730741),(7942,0,'128.255.40.181',21,1245730741),(7943,0,'128.255.40.181',5,1245730741),(7944,0,'128.255.40.181',10,1245730742),(7945,0,'128.255.237.69',14,1245766794),(7946,0,'128.255.237.69',18,1245766794),(7947,0,'208.115.111.244',18,1245766795),(7948,0,'128.255.237.69',4,1245767085),(7949,0,'128.255.237.69',20,1245767085),(7950,0,'128.255.237.69',15,1245767085),(7951,0,'128.255.237.69',7,1245767086),(7952,0,'128.255.237.69',17,1245767086),(7953,0,'128.255.237.69',2,1245768290),(7954,0,'128.255.237.69',5,1245768291),(7955,0,'128.255.237.69',6,1245768291),(7956,0,'128.255.237.69',9,1245768292),(7957,0,'128.255.237.69',12,1245768293),(7958,0,'128.255.237.69',21,1245768293),(7959,0,'128.255.237.69',13,1245768294),(7960,0,'128.255.237.69',10,1245768294),(7961,0,'65.55.211.31',18,1245771601),(7962,0,'128.255.237.69',14,1245782896),(7963,0,'128.255.237.69',18,1245782896),(7964,0,'128.255.237.69',4,1245782896),(7965,0,'128.255.237.69',20,1245782897),(7966,0,'128.255.237.69',15,1245782897),(7967,0,'128.255.237.69',7,1245782897),(7968,0,'128.255.237.69',17,1245782897),(7969,0,'128.255.237.69',2,1245783885),(7970,0,'128.255.237.69',6,1245783887),(7971,0,'128.255.237.69',5,1245783888),(7972,0,'128.255.237.69',9,1245783888),(7973,0,'128.255.237.69',21,1245783889),(7974,0,'128.255.237.69',13,1245783889),(7975,0,'128.255.237.69',10,1245783889),(7976,0,'128.255.237.69',12,1245783889),(7977,0,'204.62.54.203',12,1245785099),(7978,0,'128.255.237.69',15,1245797362),(7979,0,'128.255.237.69',7,1245797362),(7980,0,'128.255.237.69',17,1245797362),(7981,0,'128.255.237.69',4,1245797362),(7982,0,'128.255.237.69',20,1245797363),(7983,0,'128.255.237.69',14,1245797363),(7984,0,'128.255.237.69',18,1245797363),(7985,0,'128.255.237.69',2,1245798867),(7986,0,'128.255.237.69',6,1245798868),(7987,0,'128.255.237.69',9,1245798870),(7988,0,'128.255.237.69',12,1245798870),(7989,0,'128.255.237.69',21,1245798870),(7990,0,'128.255.237.69',13,1245798871),(7991,0,'128.255.237.69',10,1245798871),(7992,0,'128.255.237.69',5,1245798871),(7993,215,'173.9.230.97',18,1245808195),(7994,0,'128.255.237.69',15,1245812374),(7995,0,'128.255.237.69',7,1245812374),(7996,0,'128.255.237.69',4,1245812375),(7997,0,'128.255.237.69',17,1245812375),(7998,0,'128.255.237.69',20,1245812375),(7999,0,'128.255.237.69',14,1245812376),(8000,0,'128.255.237.69',18,1245812376),(8001,0,'128.255.237.69',2,1245813567),(8002,0,'128.255.237.69',6,1245813859),(8003,0,'128.255.237.69',12,1245813860),(8004,0,'128.255.237.69',21,1245813860),(8005,0,'128.255.237.69',5,1245813860),(8006,0,'128.255.237.69',13,1245813860),(8007,0,'128.255.237.69',10,1245813860),(8008,0,'128.255.237.69',9,1245813861),(8009,0,'208.115.111.244',14,1245816056),(8010,0,'128.255.40.181',15,1245817123),(8011,0,'128.255.40.181',4,1245817124),(8012,0,'128.255.40.181',2,1245817426),(8013,0,'128.255.40.181',14,1245817426),(8014,0,'128.255.40.181',7,1245817427),(8015,0,'128.255.40.181',6,1245817427),(8016,0,'128.255.40.181',18,1245817432),(8017,0,'128.255.40.181',17,1245817432),(8018,0,'128.255.40.181',9,1245817433),(8019,0,'128.255.40.181',12,1245817434),(8020,0,'128.255.40.181',13,1245817434),(8021,0,'128.255.40.181',20,1245817435),(8022,0,'128.255.40.181',21,1245817435),(8023,0,'128.255.40.181',5,1245817436),(8024,0,'128.255.40.181',10,1245817437),(8025,0,'128.255.237.69',15,1245827072),(8026,0,'128.255.237.69',7,1245827072),(8027,0,'128.255.237.69',4,1245827072),(8028,0,'128.255.237.69',14,1245827072),(8029,0,'128.255.237.69',18,1245827073),(8030,0,'128.255.237.69',17,1245827073),(8031,0,'128.255.237.69',20,1245827073),(8032,0,'128.255.237.69',2,1245828562),(8033,0,'128.255.237.69',6,1245828864),(8034,0,'128.255.237.69',12,1245828864),(8035,0,'128.255.237.69',21,1245828864),(8036,0,'128.255.237.69',5,1245828864),(8037,0,'128.255.237.69',13,1245828865),(8038,0,'128.255.237.69',10,1245828865),(8039,0,'128.255.237.69',9,1245828865),(8040,0,'72.30.79.57',14,1245829262),(8041,0,'66.249.68.187',9,1245834722),(8042,0,'66.249.68.187',6,1245834891),(8043,0,'66.249.68.187',2,1245835291),(8044,0,'66.249.68.187',7,1245835519),(8045,0,'66.249.68.187',5,1245835750),(8046,0,'66.249.68.187',4,1245835796),(8047,0,'66.249.68.187',17,1245836504),(8048,0,'66.249.68.187',13,1245836602),(8049,0,'66.249.68.187',12,1245836850),(8050,0,'66.249.68.187',15,1245836953),(8051,0,'66.249.68.187',14,1245837071),(8052,0,'66.249.68.187',20,1245837205),(8053,0,'66.249.68.187',18,1245837420),(8054,0,'66.249.68.187',10,1245837925),(8055,0,'128.255.237.69',15,1245839666),(8056,0,'128.255.237.69',7,1245839666),(8057,0,'128.255.237.69',4,1245839666),(8058,0,'128.255.237.69',14,1245839668),(8059,0,'128.255.237.69',18,1245839668),(8060,0,'128.255.237.69',17,1245839668),(8061,0,'128.255.237.69',20,1245839669),(8062,0,'128.255.237.69',2,1245840861),(8063,0,'128.255.237.69',6,1245841156),(8064,0,'128.255.237.69',12,1245841157),(8065,0,'128.255.237.69',9,1245841158),(8066,0,'128.255.237.69',21,1245841159),(8067,0,'128.255.237.69',5,1245841159),(8068,0,'128.255.237.69',13,1245841159),(8069,0,'128.255.237.69',10,1245841159),(8070,0,'66.249.68.187',21,1245842394),(8071,0,'72.30.79.57',15,1245847827),(8072,0,'72.30.79.57',15,1245853116),(8073,0,'128.255.237.69',15,1245856766),(8074,0,'128.255.237.69',7,1245856767),(8075,0,'128.255.237.69',4,1245856767),(8076,0,'128.255.237.69',14,1245856769),(8077,0,'128.255.237.69',18,1245856769),(8078,0,'128.255.237.69',17,1245856769),(8079,0,'128.255.237.69',20,1245856770),(8080,0,'128.255.237.69',2,1245857670),(8081,0,'128.255.237.69',6,1245857959),(8082,0,'128.255.237.69',12,1245857961),(8083,0,'128.255.237.69',9,1245857962),(8084,0,'128.255.237.69',21,1245857962),(8085,0,'128.255.237.69',5,1245857963),(8086,0,'128.255.237.69',13,1245857963),(8087,0,'128.255.237.69',10,1245857963),(8088,0,'65.55.106.184',21,1245858406),(8089,0,'128.255.237.69',15,1245871452),(8090,0,'128.255.237.69',7,1245871452),(8091,0,'128.255.237.69',4,1245871453),(8092,0,'128.255.237.69',14,1245871454),(8093,0,'128.255.237.69',18,1245871454),(8094,0,'128.255.237.69',17,1245871456),(8095,0,'128.255.237.69',20,1245871456),(8096,0,'128.255.237.69',2,1245874200),(8097,0,'128.255.237.69',6,1245874453),(8098,0,'128.255.237.69',9,1245874455),(8099,0,'128.255.237.69',12,1245874455),(8100,0,'128.255.237.69',21,1245874456),(8101,0,'128.255.237.69',5,1245874456),(8102,0,'128.255.237.69',13,1245874457),(8103,0,'128.255.237.69',10,1245874457),(8104,0,'72.30.79.57',2,1245879553),(8105,0,'65.98.224.7',2,1245880173),(8106,0,'65.98.224.7',9,1245880233),(8107,0,'65.98.224.7',6,1245880307),(8108,0,'65.98.224.7',5,1245880341),(8109,0,'65.98.224.7',13,1245880371),(8110,0,'65.98.224.7',12,1245880401),(8111,0,'65.98.224.7',7,1245880930),(8112,0,'65.55.106.137',15,1245882140),(8113,0,'208.115.111.244',2,1245883851),(8114,0,'128.255.237.69',15,1245885557),(8115,0,'128.255.237.69',7,1245885558),(8116,0,'128.255.237.69',4,1245885559),(8117,0,'128.255.237.69',14,1245885561),(8118,0,'128.255.237.69',18,1245885561),(8119,0,'128.255.237.69',17,1245885561),(8120,0,'128.255.237.69',20,1245885563),(8121,0,'128.255.237.69',2,1245890050),(8122,0,'128.255.237.69',6,1245890347),(8123,0,'128.255.237.69',9,1245890347),(8124,0,'128.255.237.69',12,1245890348),(8125,0,'128.255.237.69',21,1245890348),(8126,0,'128.255.237.69',5,1245890348),(8127,0,'128.255.237.69',13,1245890349),(8128,0,'128.255.237.69',10,1245890349),(8129,0,'66.249.68.187',4,1245891138),(8130,0,'66.249.68.187',2,1245891177),(8131,0,'66.249.68.187',5,1245891270),(8132,0,'66.249.68.187',7,1245891431),(8133,0,'66.249.68.187',9,1245891505),(8134,0,'66.249.68.187',20,1245891700),(8135,0,'66.249.68.187',17,1245891780),(8136,0,'66.249.68.187',12,1245891945),(8137,0,'66.249.68.187',15,1245891984),(8138,0,'66.249.68.187',18,1245892074),(8139,0,'65.55.211.38',21,1245893757),(8140,0,'204.62.54.203',5,1245894822),(8141,0,'204.62.54.203',18,1245898187),(8142,0,'128.255.40.181',15,1245901122),(8143,0,'128.255.40.181',4,1245901123),(8144,0,'128.255.40.181',2,1245901724),(8145,0,'128.255.40.181',14,1245901724),(8146,0,'128.255.40.181',7,1245901727),(8147,0,'128.255.40.181',6,1245901727),(8148,0,'128.255.40.181',18,1245901733),(8149,0,'128.255.40.181',17,1245901733),(8150,0,'128.255.40.181',9,1245901734),(8151,0,'128.255.40.181',20,1245901734),(8152,0,'128.255.40.181',12,1245901735),(8153,0,'128.255.40.181',21,1245901735),(8154,0,'128.255.40.181',13,1245901736),(8155,0,'128.255.40.181',5,1245901737),(8156,0,'128.255.40.181',10,1245901738),(8157,0,'204.62.54.203',21,1245903016),(8158,0,'204.62.54.203',17,1245903225),(8159,0,'204.62.54.203',4,1245905920),(8160,0,'65.55.211.36',14,1245911499),(8161,0,'128.255.237.69',15,1245911953),(8162,0,'128.255.237.69',7,1245911955),(8163,0,'128.255.237.69',4,1245911956),(8164,0,'128.255.237.69',14,1245911958),(8165,0,'128.255.237.69',18,1245911958),(8166,0,'128.255.237.69',17,1245911958),(8167,0,'128.255.237.69',20,1245911962),(8168,0,'128.255.237.69',2,1245916158),(8169,0,'128.255.237.69',6,1245916742),(8170,0,'128.255.237.69',9,1245916742),(8171,0,'128.255.237.69',12,1245916743),(8172,0,'128.255.237.69',21,1245916743),(8173,0,'128.255.237.69',5,1245916743),(8174,0,'128.255.237.69',13,1245916743),(8175,0,'128.255.237.69',10,1245916744),(8176,0,'204.62.54.203',6,1245921367),(8177,0,'72.30.79.57',20,1245921437),(8178,0,'204.62.54.203',6,1245921880),(8179,0,'204.62.54.203',13,1245948707),(8180,0,'128.255.237.69',15,1245949444),(8181,0,'128.255.237.69',7,1245949446),(8182,0,'128.255.237.69',4,1245949448),(8183,0,'128.255.237.69',14,1245949448),(8184,0,'128.255.237.69',18,1245949449),(8185,0,'128.255.237.69',17,1245949449),(8186,0,'128.255.237.69',20,1245949453),(8187,0,'195.113.214.196',4,1245952277),(8188,0,'195.113.214.196',2,1245952287),(8189,0,'195.113.214.196',9,1245952319),(8190,0,'195.113.214.196',5,1245952372),(8191,0,'195.113.214.196',15,1245952425),(8192,0,'195.113.214.196',10,1245952436),(8193,0,'195.113.214.196',18,1245952467),(8194,0,'195.113.214.196',14,1245952478),(8195,0,'195.113.214.196',21,1245952499),(8196,0,'195.113.214.196',12,1245952520),(8197,0,'195.113.214.196',17,1245952605),(8198,0,'195.113.214.196',7,1245952636),(8199,0,'195.113.214.196',20,1245952657),(8200,0,'195.113.214.196',6,1245952668),(8201,0,'195.113.214.196',13,1245952710),(8202,0,'128.255.237.69',2,1245953650),(8203,0,'128.255.237.69',6,1245954235),(8204,0,'128.255.237.69',9,1245954235),(8205,0,'128.255.237.69',12,1245954235),(8206,0,'128.255.237.69',21,1245954235),(8207,0,'128.255.237.69',5,1245954236),(8208,0,'128.255.237.69',13,1245954236),(8209,0,'128.255.237.69',10,1245954237),(8210,0,'204.62.54.203',7,1245960628),(8211,0,'204.62.54.203',10,1245972230),(8212,0,'128.255.40.181',15,1245977635),(8213,0,'128.255.40.181',4,1245977635),(8214,0,'128.255.40.181',2,1245977936),(8215,0,'128.255.40.181',14,1245977937),(8216,0,'128.255.40.181',7,1245977938),(8217,0,'128.255.40.181',6,1245977939),(8218,0,'128.255.40.181',18,1245977945),(8219,0,'128.255.40.181',17,1245977946),(8220,0,'128.255.40.181',20,1245977946),(8221,0,'128.255.40.181',9,1245977947),(8222,0,'128.255.40.181',12,1245977948),(8223,0,'128.255.40.181',21,1245977948),(8224,0,'128.255.40.181',13,1245977949),(8225,0,'128.255.40.181',5,1245977951),(8226,0,'128.255.40.181',10,1245977951),(8227,0,'128.255.237.69',15,1245992936),(8228,0,'128.255.237.69',7,1245992938),(8229,0,'128.255.237.69',4,1245992939),(8230,0,'128.255.237.69',14,1245992940),(8231,0,'128.255.237.69',18,1245992940),(8232,0,'128.255.237.69',17,1245992940),(8233,0,'128.255.237.69',20,1245992944),(8234,0,'128.255.237.69',2,1245996240),(8235,0,'128.255.237.69',6,1245996828),(8236,0,'128.255.237.69',9,1245996828),(8237,0,'128.255.237.69',12,1245996828),(8238,0,'128.255.237.69',21,1245996828),(8239,0,'128.255.237.69',5,1245996828),(8240,0,'128.255.237.69',13,1245996829),(8241,0,'128.255.237.69',10,1245996829),(8242,0,'204.62.54.203',15,1246004762),(8243,0,'204.62.54.203',20,1246013966),(8244,0,'65.55.211.24',15,1246014029),(8245,0,'65.55.211.36',14,1246019682),(8246,0,'204.62.54.203',14,1246024990),(8247,0,'128.255.237.69',15,1246038826),(8248,0,'128.255.237.69',7,1246038828),(8249,0,'128.255.237.69',4,1246038829),(8250,0,'128.255.237.69',14,1246038830),(8251,0,'128.255.237.69',18,1246038830),(8252,0,'128.255.237.69',17,1246038830),(8253,0,'128.255.237.69',20,1246038834),(8254,0,'128.255.237.69',2,1246041553),(8255,0,'128.255.237.69',6,1246043018),(8256,0,'128.255.237.69',9,1246043018),(8257,0,'128.255.237.69',12,1246043019),(8258,0,'128.255.237.69',21,1246043019),(8259,0,'128.255.237.69',5,1246043020),(8260,0,'128.255.237.69',13,1246043020),(8261,0,'128.255.237.69',10,1246043020),(8262,0,'128.255.40.181',15,1246064329),(8263,0,'128.255.40.181',4,1246064330),(8264,0,'128.255.40.181',2,1246064631),(8265,0,'128.255.40.181',14,1246064631),(8266,0,'128.255.40.181',7,1246064633),(8267,0,'128.255.40.181',6,1246064633),(8268,0,'128.255.40.181',18,1246064638),(8269,0,'128.255.40.181',17,1246064639),(8270,0,'128.255.40.181',20,1246064639),(8271,0,'128.255.40.181',9,1246064642),(8272,0,'128.255.40.181',12,1246064642),(8273,0,'128.255.40.181',21,1246064642),(8274,0,'128.255.40.181',13,1246064643),(8275,0,'128.255.40.181',5,1246064645),(8276,0,'128.255.40.181',10,1246064645),(8277,0,'65.55.106.172',17,1246066167),(8278,0,'204.62.54.203',2,1246066192),(8279,0,'204.62.54.203',9,1246070829),(8280,0,'128.255.237.69',15,1246086217),(8281,0,'128.255.237.69',7,1246086218),(8282,0,'128.255.237.69',4,1246086219),(8283,0,'128.255.237.69',14,1246086221),(8284,0,'128.255.237.69',18,1246086221),(8285,0,'128.255.237.69',17,1246086222),(8286,0,'128.255.237.69',20,1246086224),(8287,0,'128.255.237.69',2,1246089507),(8288,0,'128.255.237.69',6,1246090709),(8289,0,'128.255.237.69',9,1246090709),(8290,0,'128.255.237.69',12,1246090710),(8291,0,'128.255.237.69',21,1246090710),(8292,0,'128.255.237.69',5,1246090710),(8293,0,'128.255.237.69',13,1246090710),(8294,0,'128.255.237.69',10,1246090711),(8295,0,'74.6.18.234',7,1246099351),(8296,0,'208.115.111.244',20,1246105004),(8297,0,'208.115.111.244',4,1246105009),(8298,0,'74.6.18.234',5,1246114978),(8299,0,'208.115.111.244',21,1246122511),(8300,0,'128.255.237.69',15,1246138709),(8301,0,'128.255.237.69',7,1246138710),(8302,0,'128.255.237.69',4,1246138711),(8303,0,'128.255.237.69',14,1246138712),(8304,0,'128.255.237.69',18,1246138714),(8305,0,'128.255.237.69',17,1246138715),(8306,0,'128.255.237.69',20,1246138716),(8307,0,'208.115.111.244',17,1246139848),(8308,0,'128.255.237.69',2,1246142897),(8309,0,'128.255.237.69',6,1246144099),(8310,0,'128.255.237.69',9,1246144099),(8311,0,'128.255.237.69',12,1246144099),(8312,0,'128.255.237.69',21,1246144100),(8313,0,'128.255.237.69',5,1246144100),(8314,0,'128.255.237.69',13,1246144100),(8315,0,'128.255.237.69',10,1246144100),(8316,0,'208.115.111.244',7,1246145561),(8317,0,'128.255.40.181',15,1246146570),(8318,0,'128.255.40.181',4,1246146570),(8319,0,'128.255.40.181',2,1246147129),(8320,0,'128.255.40.181',14,1246147129),(8321,0,'128.255.40.181',7,1246147130),(8322,0,'128.255.40.181',6,1246147130),(8323,0,'128.255.40.181',18,1246147135),(8324,0,'128.255.40.181',17,1246147137),(8325,0,'128.255.40.181',20,1246147137),(8326,0,'128.255.40.181',9,1246147139),(8327,0,'128.255.40.181',12,1246147139),(8328,0,'128.255.40.181',21,1246147140),(8329,0,'128.255.40.181',13,1246147140),(8330,0,'128.255.40.181',5,1246147143),(8331,0,'128.255.40.181',10,1246147143),(8332,0,'208.115.111.244',15,1246151328),(8333,0,'74.6.18.234',14,1246184074),(8334,0,'65.55.211.36',17,1246203479),(8335,0,'66.249.68.187',7,1246222550),(8336,0,'128.255.237.69',15,1246225394),(8337,0,'128.255.237.69',7,1246225397),(8338,0,'128.255.237.69',4,1246225397),(8339,0,'128.255.237.69',14,1246225398),(8340,0,'128.255.237.69',18,1246225400),(8341,0,'128.255.237.69',17,1246225400),(8342,0,'128.255.237.69',20,1246225401),(8343,0,'128.255.237.69',2,1246229582),(8344,0,'128.255.237.69',6,1246230784),(8345,0,'128.255.237.69',9,1246230784),(8346,0,'128.255.237.69',12,1246230784),(8347,0,'128.255.237.69',21,1246230785),(8348,0,'128.255.237.69',5,1246230785),(8349,0,'128.255.237.69',13,1246230785),(8350,0,'128.255.237.69',10,1246230785),(8351,0,'128.255.40.181',15,1246233532),(8352,0,'128.255.40.181',4,1246233532),(8353,0,'128.255.40.181',2,1246233827),(8354,0,'128.255.40.181',14,1246233827),(8355,0,'128.255.40.181',7,1246233829),(8356,0,'128.255.40.181',6,1246233829),(8357,0,'128.255.40.181',18,1246233833),(8358,0,'128.255.40.181',17,1246233835),(8359,0,'128.255.40.181',20,1246233836),(8360,0,'128.255.40.181',9,1246233837),(8361,0,'128.255.40.181',12,1246233838),(8362,0,'128.255.40.181',21,1246233838),(8363,0,'128.255.40.181',13,1246233838),(8364,0,'128.255.40.181',5,1246233840),(8365,0,'128.255.40.181',10,1246233841),(8366,0,'74.6.18.234',15,1246246889),(8367,0,'74.6.18.234',17,1246263215),(8368,0,'208.115.111.244',5,1246286266),(8369,0,'128.255.237.69',15,1246312093),(8370,0,'128.255.237.69',7,1246312096),(8371,0,'128.255.237.69',4,1246312096),(8372,0,'128.255.237.69',14,1246312099),(8373,0,'128.255.237.69',18,1246312099),(8374,0,'128.255.237.69',17,1246312099),(8375,0,'128.255.237.69',20,1246312100),(8376,0,'128.255.237.69',2,1246315988),(8377,0,'208.115.111.244',13,1246316462),(8378,0,'128.255.237.69',6,1246317189),(8379,0,'128.255.237.69',9,1246317190),(8380,0,'128.255.237.69',12,1246317190),(8381,0,'128.255.237.69',21,1246317191),(8382,0,'128.255.237.69',5,1246317191),(8383,0,'128.255.237.69',13,1246317191),(8384,0,'128.255.237.69',10,1246317191),(8385,0,'128.255.40.181',15,1246320227),(8386,0,'128.255.40.181',4,1246320227),(8387,0,'128.255.40.181',2,1246320522),(8388,0,'128.255.40.181',14,1246320522),(8389,0,'128.255.40.181',7,1246320523),(8390,0,'128.255.40.181',6,1246320524),(8391,0,'128.255.40.181',18,1246320527),(8392,0,'128.255.40.181',17,1246320529),(8393,0,'128.255.40.181',20,1246320530),(8394,0,'128.255.40.181',9,1246320533),(8395,0,'128.255.40.181',12,1246320533),(8396,0,'128.255.40.181',21,1246320533),(8397,0,'128.255.40.181',13,1246320534),(8398,0,'128.255.40.181',5,1246320535),(8399,0,'128.255.40.181',10,1246320537),(8400,0,'66.249.68.187',2,1246320554),(8401,0,'74.6.18.234',6,1246326021),(8402,0,'74.6.18.234',6,1246326319),(8403,0,'208.115.111.244',6,1246328165),(8404,0,'65.55.211.29',4,1246328309),(8405,0,'208.115.111.244',10,1246334087),(8406,0,'208.115.111.244',12,1246334091),(8407,0,'208.115.111.244',9,1246334106),(8408,0,'72.30.79.61',21,1246353786),(8409,0,'72.30.79.61',6,1246359604),(8410,0,'128.255.237.69',15,1246398502),(8411,0,'128.255.237.69',7,1246398505),(8412,0,'128.255.237.69',4,1246398505),(8413,0,'128.255.237.69',14,1246398507),(8414,0,'128.255.237.69',18,1246398507),(8415,0,'128.255.237.69',17,1246398799),(8416,0,'128.255.237.69',20,1246398800),(8417,0,'128.255.237.69',2,1246402407),(8418,0,'128.255.237.69',6,1246403599),(8419,0,'128.255.237.69',9,1246403599),(8420,0,'128.255.237.69',12,1246403600),(8421,0,'128.255.237.69',21,1246403600),(8422,0,'128.255.237.69',5,1246403601),(8423,0,'128.255.237.69',13,1246403601),(8424,0,'128.255.237.69',10,1246403601),(8425,0,'128.255.40.181',15,1246406920),(8426,0,'128.255.40.181',4,1246406920),(8427,0,'128.255.40.181',2,1246407215),(8428,0,'128.255.40.181',14,1246407215),(8429,0,'128.255.40.181',7,1246407216),(8430,0,'128.255.40.181',6,1246407217),(8431,0,'128.255.40.181',18,1246407219),(8432,0,'128.255.40.181',17,1246407222),(8433,0,'128.255.40.181',20,1246407222),(8434,0,'128.255.40.181',9,1246407223),(8435,0,'128.255.40.181',12,1246407225),(8436,0,'128.255.40.181',21,1246407226),(8437,0,'128.255.40.181',5,1246407226),(8438,0,'128.255.40.181',13,1246407226),(8439,0,'128.255.40.181',10,1246407229),(8440,0,'128.255.237.69',15,1246483416),(8441,0,'128.255.237.69',7,1246483418),(8442,0,'128.255.237.69',4,1246483419),(8443,0,'128.255.237.69',14,1246483421),(8444,0,'128.255.237.69',18,1246483421),(8445,0,'128.255.237.69',17,1246484307),(8446,0,'128.255.237.69',20,1246484308),(8447,0,'65.55.211.26',20,1246485789),(8448,0,'128.255.237.69',2,1246488228),(8449,0,'128.255.237.69',6,1246489409),(8450,0,'128.255.237.69',9,1246489410),(8451,0,'128.255.237.69',12,1246489410),(8452,0,'128.255.237.69',21,1246489410),(8453,0,'128.255.237.69',5,1246489411),(8454,0,'128.255.237.69',13,1246489411),(8455,0,'128.255.237.69',10,1246489411),(8456,0,'65.55.211.36',14,1246491718),(8457,0,'128.255.40.181',15,1246493619),(8458,0,'128.255.40.181',4,1246493619),(8459,0,'128.255.40.181',2,1246493915),(8460,0,'128.255.40.181',14,1246493915),(8461,0,'128.255.40.181',7,1246493916),(8462,0,'128.255.40.181',6,1246493917),(8463,0,'128.255.40.181',18,1246493917),(8464,0,'128.255.40.181',17,1246493921),(8465,0,'128.255.40.181',20,1246493922),(8466,0,'128.255.40.181',9,1246493923),(8467,0,'128.255.40.181',12,1246493925),(8468,0,'128.255.40.181',21,1246493925),(8469,0,'128.255.40.181',5,1246493926),(8470,0,'128.255.40.181',13,1246493926),(8471,0,'128.255.40.181',10,1246493929),(8472,0,'72.30.79.61',4,1246497278),(8473,0,'72.30.79.61',4,1246497311),(8474,0,'75.63.3.152',2,1246539548),(8475,0,'128.255.237.69',15,1246568630),(8476,0,'128.255.237.69',7,1246568633),(8477,0,'128.255.237.69',4,1246568633),(8478,0,'128.255.237.69',14,1246568635),(8479,0,'128.255.237.69',18,1246568635),(8480,0,'128.255.237.69',17,1246570720),(8481,0,'128.255.237.69',20,1246570721),(8482,0,'65.55.211.28',7,1246572541),(8483,0,'128.255.237.69',2,1246574927),(8484,0,'128.255.237.69',6,1246575821),(8485,0,'128.255.237.69',9,1246575821),(8486,0,'128.255.237.69',12,1246575822),(8487,0,'128.255.237.69',21,1246575822),(8488,0,'128.255.237.69',5,1246575822),(8489,0,'128.255.237.69',13,1246575823),(8490,0,'128.255.237.69',10,1246575823),(8491,0,'119.153.77.239',2,1246576984),(8492,0,'128.255.40.181',15,1246580313),(8493,0,'128.255.40.181',4,1246580314),(8494,0,'128.255.40.181',2,1246580609),(8495,0,'128.255.40.181',14,1246580609),(8496,0,'128.255.40.181',18,1246580610),(8497,0,'128.255.40.181',7,1246580610),(8498,0,'128.255.40.181',6,1246580611),(8499,0,'128.255.40.181',17,1246580614),(8500,0,'128.255.40.181',20,1246580616),(8501,0,'128.255.40.181',9,1246580617),(8502,0,'128.255.40.181',12,1246580619),(8503,0,'128.255.40.181',21,1246580619),(8504,0,'128.255.40.181',5,1246580619),(8505,0,'128.255.40.181',13,1246580620),(8506,0,'128.255.40.181',10,1246580621),(8507,0,'65.55.106.212',20,1246581146),(8508,0,'128.255.237.69',15,1246655039),(8509,0,'128.255.237.69',7,1246655043),(8510,0,'128.255.237.69',4,1246655044),(8511,0,'128.255.237.69',14,1246655333),(8512,0,'128.255.237.69',18,1246655334),(8513,0,'128.255.237.69',17,1246657132),(8514,0,'128.255.237.69',20,1246657133),(8515,0,'72.30.79.61',18,1246660439),(8516,0,'128.255.237.69',2,1246661341),(8517,0,'128.255.237.69',6,1246662237),(8518,0,'128.255.237.69',9,1246662238),(8519,0,'128.255.237.69',12,1246662238),(8520,0,'128.255.237.69',21,1246662238),(8521,0,'128.255.237.69',5,1246662239),(8522,0,'128.255.237.69',13,1246662239),(8523,0,'128.255.237.69',10,1246662239),(8524,0,'128.255.40.181',15,1246667007),(8525,0,'128.255.40.181',4,1246667008),(8526,0,'128.255.40.181',2,1246667303),(8527,0,'128.255.40.181',14,1246667303),(8528,0,'128.255.40.181',18,1246667304),(8529,0,'128.255.40.181',7,1246667304),(8530,0,'128.255.40.181',6,1246667305),(8531,0,'128.255.40.181',17,1246667308),(8532,0,'128.255.40.181',20,1246667308),(8533,0,'128.255.40.181',9,1246667309),(8534,0,'128.255.40.181',12,1246667312),(8535,0,'128.255.40.181',21,1246667312),(8536,0,'128.255.40.181',5,1246667313),(8537,0,'128.255.40.181',13,1246667313),(8538,0,'128.255.40.181',10,1246667315),(8539,0,'72.30.79.61',10,1246674107),(8540,0,'72.30.79.61',10,1246677468),(8541,0,'72.30.79.61',13,1246700463),(8542,0,'65.55.211.28',2,1246725890),(8543,0,'128.255.237.69',15,1246741452),(8544,0,'128.255.237.69',7,1246741457),(8545,0,'128.255.237.69',4,1246741458),(8546,0,'128.255.237.69',14,1246741747),(8547,0,'128.255.237.69',18,1246741747),(8548,0,'72.30.79.61',5,1246743270),(8549,0,'128.255.237.69',17,1246743546),(8550,0,'128.255.237.69',20,1246743548),(8551,0,'128.255.237.69',2,1246747752),(8552,0,'128.255.237.69',6,1246748646),(8553,0,'128.255.237.69',9,1246748647),(8554,0,'128.255.237.69',12,1246748647),(8555,0,'128.255.237.69',21,1246748647),(8556,0,'128.255.237.69',5,1246748648),(8557,0,'128.255.237.69',13,1246748648),(8558,0,'128.255.237.69',10,1246748648),(8559,0,'128.255.40.181',15,1246753703),(8560,0,'128.255.40.181',4,1246753705),(8561,0,'128.255.40.181',2,1246754000),(8562,0,'128.255.40.181',14,1246754001),(8563,0,'128.255.40.181',18,1246754001),(8564,0,'128.255.40.181',7,1246754002),(8565,0,'128.255.40.181',6,1246754003),(8566,0,'128.255.40.181',17,1246754005),(8567,0,'128.255.40.181',20,1246754006),(8568,0,'128.255.40.181',9,1246754007),(8569,0,'128.255.40.181',12,1246754009),(8570,0,'128.255.40.181',21,1246754010),(8571,0,'128.255.40.181',5,1246754010),(8572,0,'128.255.40.181',13,1246754010),(8573,0,'128.255.40.181',10,1246754011),(8574,0,'65.55.106.172',4,1246755785),(8575,0,'65.55.211.31',18,1246760480),(8576,0,'72.30.79.61',2,1246760760),(8577,0,'72.30.79.61',9,1246789712),(8578,0,'128.255.237.69',15,1246827859),(8579,0,'128.255.237.69',7,1246828155),(8580,0,'128.255.237.69',4,1246828155),(8581,0,'128.255.237.69',14,1246828157),(8582,0,'128.255.237.69',18,1246828158),(8583,0,'128.255.237.69',17,1246829953),(8584,0,'128.255.237.69',20,1246829955),(8585,0,'128.255.237.69',2,1246834161),(8586,0,'128.255.237.69',6,1246835057),(8587,0,'128.255.237.69',9,1246835057),(8588,0,'128.255.237.69',12,1246835058),(8589,0,'128.255.237.69',21,1246835058),(8590,0,'128.255.237.69',5,1246835058),(8591,0,'128.255.237.69',13,1246835059),(8592,0,'128.255.237.69',10,1246835059),(8593,0,'128.255.40.181',15,1246840400),(8594,0,'128.255.40.181',4,1246840402),(8595,0,'128.255.40.181',2,1246840698),(8596,0,'128.255.40.181',14,1246840698),(8597,0,'128.255.40.181',18,1246840698),(8598,0,'128.255.40.181',7,1246840699),(8599,0,'128.255.40.181',6,1246840700),(8600,0,'128.255.40.181',17,1246840702),(8601,0,'128.255.40.181',20,1246840702),(8602,0,'128.255.40.181',9,1246840705),(8603,0,'128.255.40.181',12,1246840706),(8604,0,'128.255.40.181',21,1246840706),(8605,0,'128.255.40.181',5,1246840707),(8606,0,'128.255.40.181',13,1246840707),(8607,0,'128.255.40.181',10,1246840708),(8608,0,'72.30.79.61',12,1246852610),(8609,0,'72.30.79.61',4,1246866107),(8610,0,'72.30.79.61',17,1246869310),(8611,0,'65.55.211.23',15,1246897744),(8612,0,'72.30.79.61',12,1246913587),(8613,0,'128.255.237.69',15,1246914269),(8614,0,'128.255.237.69',7,1246914565),(8615,0,'128.255.237.69',4,1246914566),(8616,0,'128.255.237.69',14,1246914568),(8617,0,'128.255.237.69',18,1246914568),(8618,0,'128.255.237.69',17,1246916364),(8619,0,'128.255.237.69',20,1246916365),(8620,0,'128.255.237.69',2,1246920572),(8621,0,'128.255.237.69',6,1246921469),(8622,0,'128.255.237.69',9,1246921469),(8623,0,'128.255.237.69',12,1246921469),(8624,0,'128.255.237.69',21,1246921470),(8625,0,'128.255.237.69',5,1246921470),(8626,0,'128.255.237.69',13,1246921470),(8627,0,'128.255.237.69',10,1246921471),(8628,0,'128.255.40.181',15,1246927097),(8629,0,'128.255.40.181',4,1246927100),(8630,0,'128.255.40.181',2,1246927395),(8631,0,'128.255.40.181',14,1246927396),(8632,0,'128.255.40.181',18,1246927397),(8633,0,'128.255.40.181',7,1246927397),(8634,0,'128.255.40.181',17,1246927398),(8635,0,'128.255.40.181',6,1246927399),(8636,0,'128.255.40.181',20,1246927400),(8637,0,'128.255.40.181',9,1246927402),(8638,0,'128.255.40.181',12,1246927404),(8639,0,'128.255.40.181',21,1246927405),(8640,0,'128.255.40.181',5,1246927405),(8641,0,'128.255.40.181',13,1246927405),(8642,0,'128.255.40.181',10,1246927406),(8643,0,'66.249.68.187',7,1246965668),(8644,0,'65.55.106.237',18,1246966500),(8645,0,'128.255.237.69',15,1247000683),(8646,0,'128.255.237.69',7,1247000980),(8647,0,'128.255.237.69',4,1247000980),(8648,0,'128.255.237.69',14,1247000983),(8649,0,'128.255.237.69',18,1247000983),(8650,0,'128.255.237.69',17,1247002778),(8651,0,'128.255.237.69',20,1247002780),(8652,0,'128.255.237.69',2,1247006981),(8653,0,'128.255.237.69',6,1247007879),(8654,0,'128.255.237.69',9,1247007880),(8655,0,'128.255.237.69',12,1247007880),(8656,0,'128.255.237.69',21,1247007880),(8657,0,'128.255.237.69',5,1247007881),(8658,0,'128.255.237.69',13,1247007881),(8659,0,'128.255.237.69',10,1247007881),(8660,0,'65.55.211.24',10,1247013213),(8661,0,'65.55.211.24',13,1247013214),(8662,0,'128.255.40.181',15,1247013792),(8663,0,'128.255.40.181',4,1247013796),(8664,0,'128.255.40.181',2,1247014090),(8665,0,'128.255.40.181',14,1247014091),(8666,0,'128.255.40.181',18,1247014092),(8667,0,'128.255.40.181',7,1247014092),(8668,0,'128.255.40.181',17,1247014092),(8669,0,'128.255.40.181',20,1247014093),(8670,0,'128.255.40.181',6,1247014094),(8671,0,'128.255.40.181',9,1247014096),(8672,0,'128.255.40.181',12,1247014100),(8673,0,'128.255.40.181',21,1247014100),(8674,0,'128.255.40.181',5,1247014100),(8675,0,'128.255.40.181',13,1247014101),(8676,0,'128.255.40.181',10,1247014102),(8677,0,'65.55.106.184',14,1247020195),(8678,0,'65.55.211.37',21,1247058019),(8679,0,'72.30.79.61',14,1247066071),(8680,0,'128.255.237.69',15,1247087092),(8681,0,'128.255.237.69',7,1247087387),(8682,0,'128.255.237.69',4,1247087388),(8683,0,'128.255.237.69',14,1247087390),(8684,0,'128.255.237.69',18,1247087390),(8685,0,'128.255.237.69',17,1247089186),(8686,0,'128.255.237.69',20,1247089187),(8687,9,'128.255.23.65',5,1247090936),(8688,0,'128.255.237.69',2,1247093391),(8689,0,'128.255.237.69',6,1247094286),(8690,0,'128.255.237.69',9,1247094286),(8691,0,'128.255.237.69',12,1247094286),(8692,0,'128.255.237.69',21,1247094287),(8693,0,'128.255.237.69',5,1247094287),(8694,0,'128.255.237.69',13,1247094287),(8695,0,'128.255.237.69',10,1247094288),(8696,0,'128.255.40.181',15,1247099525),(8697,0,'128.255.40.181',4,1247099528),(8698,0,'128.255.40.181',2,1247100722),(8699,0,'128.255.40.181',14,1247100722),(8700,0,'128.255.40.181',18,1247100723),(8701,0,'128.255.40.181',7,1247100723),(8702,0,'128.255.40.181',17,1247100723),(8703,0,'128.255.40.181',20,1247100723),(8704,0,'128.255.40.181',6,1247100725),(8705,0,'128.255.40.181',9,1247100727),(8706,0,'128.255.40.181',12,1247101025),(8707,0,'128.255.40.181',21,1247101025),(8708,0,'128.255.40.181',5,1247101025),(8709,0,'128.255.40.181',13,1247101025),(8710,0,'128.255.40.181',10,1247101026),(8711,0,'65.55.106.185',21,1247135855),(8712,0,'128.255.237.69',15,1247162393),(8713,0,'128.255.237.69',7,1247162397),(8714,0,'128.255.237.69',4,1247162397),(8715,0,'128.255.237.69',14,1247162400),(8716,0,'128.255.237.69',18,1247162400),(8717,0,'65.55.106.231',15,1247163180),(8718,0,'128.255.237.69',17,1247163292),(8719,0,'128.255.237.69',20,1247163293),(8720,0,'128.255.237.69',2,1247166893),(8721,0,'128.255.237.69',6,1247169891),(8722,0,'128.255.237.69',9,1247169891),(8723,0,'128.255.237.69',12,1247169892),(8724,0,'128.255.237.69',21,1247169892),(8725,0,'128.255.237.69',5,1247169892),(8726,0,'128.255.237.69',13,1247169893),(8727,0,'128.255.237.69',10,1247169893),(8728,0,'128.255.40.181',15,1247186206),(8729,0,'128.255.40.181',4,1247186210),(8730,0,'128.255.40.181',2,1247187404),(8731,0,'128.255.40.181',14,1247187404),(8732,0,'128.255.40.181',18,1247187404),(8733,0,'128.255.40.181',7,1247187405),(8734,0,'128.255.40.181',17,1247187405),(8735,0,'128.255.40.181',20,1247187405),(8736,0,'128.255.40.181',6,1247187406),(8737,0,'128.255.40.181',9,1247187407),(8738,0,'128.255.40.181',12,1247187706),(8739,0,'128.255.40.181',21,1247187706),(8740,0,'128.255.40.181',5,1247187708),(8741,0,'128.255.40.181',13,1247187708),(8742,0,'128.255.40.181',10,1247187708),(8743,0,'66.249.68.187',10,1247195573),(8744,0,'65.55.211.29',4,1247201550),(8745,0,'211.233.79.180',7,1247211692),(8746,0,'65.55.106.143',5,1247221535),(8747,0,'128.255.237.69',15,1247247009),(8748,0,'128.255.237.69',7,1247247012),(8749,0,'128.255.237.69',4,1247247013),(8750,0,'128.255.237.69',14,1247247016),(8751,0,'128.255.237.69',18,1247247016),(8752,0,'128.255.237.69',17,1247247608),(8753,0,'128.255.237.69',20,1247247609),(8754,0,'65.55.211.36',17,1247247930),(8755,0,'128.255.237.69',2,1247253307),(8756,0,'128.255.237.69',6,1247256303),(8757,0,'128.255.237.69',9,1247256303),(8758,0,'128.255.237.69',12,1247256304),(8759,0,'128.255.237.69',21,1247256304),(8760,0,'128.255.237.69',5,1247256304),(8761,0,'128.255.237.69',13,1247256305),(8762,0,'128.255.237.69',10,1247256305),(8763,0,'128.255.40.181',15,1247272888),(8764,0,'128.255.40.181',4,1247272893),(8765,0,'128.255.40.181',2,1247274086),(8766,0,'128.255.40.181',14,1247274087),(8767,0,'128.255.40.181',18,1247274087),(8768,0,'128.255.40.181',7,1247274087),(8769,0,'128.255.40.181',17,1247274087),(8770,0,'128.255.40.181',20,1247274088),(8771,0,'128.255.40.181',6,1247274089),(8772,0,'128.255.40.181',9,1247274089),(8773,0,'128.255.40.181',12,1247274386),(8774,0,'128.255.40.181',21,1247274387),(8775,0,'128.255.40.181',5,1247274388),(8776,0,'128.255.40.181',13,1247274388),(8777,0,'128.255.40.181',10,1247274389),(8778,0,'65.55.106.107',7,1247320108),(8779,0,'128.255.237.69',15,1247333709),(8780,0,'128.255.237.69',7,1247333713),(8781,0,'128.255.237.69',4,1247333713),(8782,0,'128.255.237.69',14,1247333716),(8783,0,'128.255.237.69',18,1247333716),(8784,0,'128.255.237.69',17,1247334306),(8785,0,'128.255.237.69',20,1247334307),(8786,0,'128.255.237.69',2,1247340004),(8787,0,'128.255.237.69',6,1247342703),(8788,0,'128.255.237.69',9,1247342703),(8789,0,'128.255.237.69',12,1247342703),(8790,0,'128.255.237.69',21,1247342704),(8791,0,'128.255.237.69',5,1247343002),(8792,0,'128.255.237.69',13,1247343002),(8793,0,'128.255.237.69',10,1247343002),(8794,0,'65.55.106.147',17,1247357306),(8795,0,'128.255.40.181',15,1247359570),(8796,0,'128.255.40.181',4,1247359575),(8797,0,'128.255.40.181',2,1247360470),(8798,0,'128.255.40.181',14,1247360471),(8799,0,'128.255.40.181',18,1247360472),(8800,0,'128.255.40.181',7,1247360472),(8801,0,'128.255.40.181',17,1247360473),(8802,0,'128.255.40.181',20,1247360473),(8803,0,'128.255.40.181',6,1247360475),(8804,0,'128.255.40.181',9,1247360475),(8805,0,'128.255.40.181',12,1247360477),(8806,0,'128.255.40.181',21,1247360478),(8807,0,'128.255.40.181',5,1247360478),(8808,0,'128.255.40.181',13,1247360478),(8809,0,'128.255.40.181',10,1247360480),(8810,0,'66.249.68.187',7,1247370462),(8811,0,'72.30.65.37',20,1247389135),(8812,0,'65.55.211.36',14,1247391072),(8813,0,'72.30.65.37',5,1247419624),(8814,0,'128.255.237.69',15,1247420111),(8815,0,'128.255.237.69',7,1247420412),(8816,0,'128.255.237.69',4,1247420413),(8817,0,'128.255.237.69',14,1247420415),(8818,0,'128.255.237.69',18,1247420415),(8819,0,'128.255.237.69',17,1247420710),(8820,0,'128.255.237.69',20,1247420711),(8821,0,'128.255.237.69',2,1247426410),(8822,0,'128.255.237.69',6,1247429107),(8823,0,'128.255.237.69',9,1247429107),(8824,0,'128.255.237.69',12,1247429108),(8825,0,'128.255.237.69',21,1247429108),(8826,0,'128.255.237.69',5,1247429406),(8827,0,'128.255.237.69',13,1247429407),(8828,0,'128.255.237.69',10,1247429407),(8829,0,'128.255.40.181',15,1247446252),(8830,0,'128.255.40.181',4,1247446256),(8831,0,'128.255.40.181',2,1247447151),(8832,0,'128.255.40.181',14,1247447152),(8833,0,'128.255.40.181',18,1247447152),(8834,0,'128.255.40.181',7,1247447153),(8835,0,'128.255.40.181',17,1247447154),(8836,0,'128.255.40.181',20,1247447154),(8837,0,'128.255.40.181',6,1247447155),(8838,0,'128.255.40.181',9,1247447156),(8839,0,'128.255.40.181',12,1247447451),(8840,0,'128.255.40.181',21,1247447452),(8841,0,'128.255.40.181',5,1247447453),(8842,0,'128.255.40.181',13,1247447453),(8843,0,'128.255.40.181',10,1247447453),(8844,0,'65.55.211.29',7,1247469972),(8845,0,'65.55.211.26',20,1247482454),(8846,0,'128.255.237.69',15,1247506516),(8847,0,'128.255.237.69',7,1247506816),(8848,0,'128.255.237.69',4,1247506817),(8849,0,'128.255.237.69',14,1247507115),(8850,0,'128.255.237.69',18,1247507115),(8851,0,'128.255.237.69',17,1247507116),(8852,0,'128.255.237.69',20,1247507117),(8853,0,'128.255.237.69',2,1247512814),(8854,0,'128.255.237.69',6,1247515512),(8855,0,'128.255.237.69',9,1247515512),(8856,0,'128.255.237.69',12,1247515513),(8857,0,'128.255.237.69',21,1247515513),(8858,0,'128.255.237.69',5,1247515812),(8859,0,'128.255.237.69',13,1247515812),(8860,0,'128.255.237.69',10,1247515813),(8861,0,'128.255.40.181',15,1247532934),(8862,0,'128.255.40.181',4,1247532937),(8863,0,'128.255.40.181',2,1247533834),(8864,0,'128.255.40.181',14,1247533835),(8865,0,'128.255.40.181',18,1247533836),(8866,0,'128.255.40.181',7,1247533837),(8867,0,'128.255.40.181',17,1247533837),(8868,0,'128.255.40.181',20,1247533837),(8869,0,'128.255.40.181',6,1247533838),(8870,0,'128.255.40.181',9,1247533838),(8871,0,'128.255.40.181',12,1247534132),(8872,0,'128.255.40.181',21,1247534134),(8873,0,'128.255.40.181',5,1247534134),(8874,0,'128.255.40.181',13,1247534134),(8875,0,'128.255.40.181',10,1247534134),(8876,0,'72.30.65.37',17,1247581579),(8877,0,'128.255.237.69',15,1247592923),(8878,0,'128.255.237.69',7,1247593225),(8879,0,'128.255.237.69',4,1247593225),(8880,0,'128.255.237.69',14,1247593522),(8881,0,'128.255.237.69',18,1247593523),(8882,0,'128.255.237.69',17,1247593523),(8883,0,'128.255.237.69',20,1247593524),(8884,0,'128.255.237.69',2,1247599221),(8885,0,'128.255.237.69',6,1247601320),(8886,0,'128.255.237.69',9,1247601320),(8887,0,'128.255.237.69',12,1247601320),(8888,0,'128.255.237.69',21,1247601321),(8889,0,'128.255.237.69',5,1247602218),(8890,0,'128.255.237.69',13,1247602218),(8891,0,'128.255.237.69',10,1247602218),(8892,0,'72.30.65.37',6,1247603326),(8893,0,'82.4.75.32',2,1247605792),(8894,0,'65.55.211.28',2,1247612729),(8895,0,'128.255.40.181',15,1247619617),(8896,0,'128.255.40.181',4,1247619619),(8897,0,'128.255.40.181',2,1247620515),(8898,0,'128.255.40.181',14,1247620516),(8899,0,'128.255.40.181',18,1247620517),(8900,0,'128.255.40.181',7,1247620517),(8901,0,'128.255.40.181',17,1247620518),(8902,0,'128.255.40.181',20,1247620518),(8903,0,'128.255.40.181',6,1247620519),(8904,0,'128.255.40.181',9,1247620519),(8905,0,'128.255.40.181',12,1247620815),(8906,0,'128.255.40.181',21,1247620815),(8907,0,'128.255.40.181',5,1247620817),(8908,0,'128.255.40.181',13,1247620817),(8909,0,'128.255.40.181',10,1247620817),(8910,0,'65.55.211.31',18,1247633859),(8911,0,'128.255.237.69',15,1247679338),(8912,0,'128.255.237.69',7,1247679640),(8913,0,'128.255.237.69',4,1247679640),(8914,0,'128.255.237.69',14,1247679938),(8915,0,'128.255.237.69',18,1247679938),(8916,0,'128.255.237.69',17,1247679939),(8917,0,'128.255.237.69',20,1247679940),(8918,0,'128.255.237.69',2,1247685637),(8919,0,'128.255.237.69',6,1247687734),(8920,0,'128.255.237.69',9,1247687734),(8921,0,'128.255.237.69',12,1247687735),(8922,0,'128.255.237.69',21,1247687735),(8923,0,'128.255.237.69',5,1247688634),(8924,0,'128.255.237.69',13,1247688634),(8925,0,'128.255.237.69',10,1247688634),(8926,0,'128.255.40.181',15,1247706298),(8927,0,'128.255.40.181',4,1247706299),(8928,0,'128.255.40.181',2,1247707196),(8929,0,'128.255.40.181',14,1247707197),(8930,0,'128.255.40.181',18,1247707198),(8931,0,'128.255.40.181',7,1247707199),(8932,0,'128.255.40.181',17,1247707200),(8933,0,'128.255.40.181',20,1247707200),(8934,0,'128.255.40.181',6,1247707201),(8935,0,'128.255.40.181',9,1247707201),(8936,0,'128.255.40.181',12,1247707496),(8937,0,'128.255.40.181',21,1247707496),(8938,0,'128.255.40.181',5,1247707496),(8939,0,'128.255.40.181',13,1247707498),(8940,0,'128.255.40.181',10,1247707498),(8941,0,'72.30.65.37',2,1247708114),(8942,0,'65.55.106.179',2,1247711570),(8943,0,'66.249.68.187',7,1247731539),(8944,0,'128.255.237.69',15,1247766021),(8945,0,'128.255.237.69',7,1247766325),(8946,0,'128.255.237.69',4,1247766326),(8947,0,'128.255.237.69',14,1247766623),(8948,0,'128.255.237.69',18,1247766623),(8949,0,'128.255.237.69',17,1247766623),(8950,0,'128.255.237.69',20,1247766625),(8951,0,'128.255.237.69',2,1247772320),(8952,0,'128.255.237.69',6,1247774421),(8953,0,'128.255.237.69',9,1247774421),(8954,0,'128.255.237.69',12,1247774421),(8955,0,'128.255.237.69',21,1247774422),(8956,0,'128.255.237.69',5,1247775321),(8957,0,'128.255.237.69',13,1247775322),(8958,0,'128.255.237.69',10,1247775322),(8959,0,'65.55.211.23',15,1247776975),(8960,0,'128.255.40.181',15,1247792266),(8961,0,'128.255.40.181',4,1247792266),(8962,0,'128.255.40.181',2,1247793166),(8963,0,'128.255.40.181',14,1247793167),(8964,0,'128.255.40.181',18,1247793167),(8965,0,'128.255.40.181',7,1247793168),(8966,0,'128.255.40.181',17,1247793168),(8967,0,'128.255.40.181',20,1247793168),(8968,0,'128.255.40.181',6,1247793169),(8969,0,'128.255.40.181',9,1247793169),(8970,0,'128.255.40.181',12,1247793171),(8971,0,'128.255.40.181',21,1247793173),(8972,0,'128.255.40.181',5,1247793173),(8973,0,'128.255.40.181',13,1247793173),(8974,0,'128.255.40.181',10,1247793173),(8975,0,'128.255.237.69',15,1247852432),(8976,0,'128.255.237.69',7,1247852735),(8977,0,'128.255.237.69',4,1247852735),(8978,0,'128.255.237.69',14,1247853033),(8979,0,'128.255.237.69',18,1247853033),(8980,0,'128.255.237.69',17,1247853034),(8981,0,'128.255.237.69',20,1247853035),(8982,0,'128.255.237.69',2,1247858731),(8983,0,'128.255.237.69',6,1247860830),(8984,0,'128.255.237.69',9,1247860830),(8985,0,'128.255.237.69',12,1247860830),(8986,0,'128.255.237.69',21,1247860830),(8987,0,'128.255.237.69',5,1247861729),(8988,0,'128.255.237.69',13,1247861730),(8989,0,'128.255.237.69',10,1247861730),(8990,0,'65.55.108.190',20,1247867752),(8991,0,'128.255.40.181',15,1247878948),(8992,0,'128.255.40.181',4,1247878948),(8993,0,'128.255.40.181',2,1247879848),(8994,0,'128.255.40.181',14,1247879849),(8995,0,'128.255.40.181',18,1247879849),(8996,0,'128.255.40.181',7,1247879850),(8997,0,'128.255.40.181',17,1247879850),(8998,0,'128.255.40.181',20,1247879850),(8999,0,'128.255.40.181',6,1247879851),(9000,0,'128.255.40.181',9,1247879852),(9001,0,'128.255.40.181',12,1247879852),(9002,0,'128.255.40.181',21,1247879854),(9003,0,'128.255.40.181',5,1247879854),(9004,0,'128.255.40.181',13,1247879854),(9005,0,'128.255.40.181',10,1247879855),(9006,0,'65.55.106.220',20,1247883629),(9007,0,'74.6.8.125',10,1247894671),(9008,0,'128.255.237.69',15,1247939131),(9009,0,'128.255.237.69',7,1247939433),(9010,0,'128.255.237.69',4,1247939433),(9011,0,'128.255.237.69',14,1247939731),(9012,0,'128.255.237.69',18,1247939731),(9013,0,'128.255.237.69',17,1247939732),(9014,0,'128.255.237.69',20,1247939733),(9015,0,'128.255.237.69',2,1247945429),(9016,0,'128.255.237.69',6,1247947229),(9017,0,'128.255.237.69',9,1247947230),(9018,0,'128.255.237.69',12,1247947230),(9019,0,'128.255.237.69',21,1247947231),(9020,0,'128.255.237.69',5,1247948130),(9021,0,'128.255.237.69',13,1247948130),(9022,0,'128.255.237.69',10,1247948130),(9023,0,'128.255.40.181',15,1247965629),(9024,0,'128.255.40.181',4,1247965630),(9025,0,'128.255.40.181',2,1247966528),(9026,0,'128.255.40.181',14,1247966529),(9027,0,'128.255.40.181',18,1247966530),(9028,0,'128.255.40.181',7,1247966531),(9029,0,'128.255.40.181',17,1247966532),(9030,0,'128.255.40.181',20,1247966532),(9031,0,'128.255.40.181',6,1247966533),(9032,0,'128.255.40.181',9,1247966534),(9033,0,'128.255.40.181',12,1247966828),(9034,0,'128.255.40.181',21,1247966828),(9035,0,'128.255.40.181',5,1247966828),(9036,0,'128.255.40.181',13,1247966829),(9037,0,'128.255.40.181',10,1247966830),(9038,0,'74.6.8.125',20,1247994716),(9039,0,'74.6.8.125',21,1248013855),(9040,0,'74.6.8.125',13,1248016763),(9041,0,'128.255.237.69',15,1248025644),(9042,0,'128.255.237.69',7,1248025949),(9043,0,'128.255.237.69',4,1248025949),(9044,0,'128.255.237.69',14,1248026247),(9045,0,'128.255.237.69',18,1248026248),(9046,0,'128.255.237.69',17,1248026248),(9047,0,'128.255.237.69',20,1248026249),(9048,0,'128.255.237.69',2,1248031944),(9049,0,'128.255.237.69',6,1248033744),(9050,0,'128.255.237.69',9,1248033745),(9051,0,'128.255.237.69',12,1248033745),(9052,0,'128.255.237.69',21,1248033745),(9053,0,'128.255.237.69',5,1248034643),(9054,0,'128.255.237.69',13,1248034644),(9055,0,'128.255.237.69',10,1248034644),(9056,0,'128.255.40.181',15,1248052312),(9057,0,'128.255.40.181',4,1248052312),(9058,0,'128.255.40.181',2,1248053211),(9059,0,'128.255.40.181',14,1248053212),(9060,0,'128.255.40.181',18,1248053212),(9061,0,'128.255.40.181',7,1248053213),(9062,0,'128.255.40.181',17,1248053213),(9063,0,'128.255.40.181',20,1248053213),(9064,0,'128.255.40.181',6,1248053215),(9065,0,'128.255.40.181',9,1248053215),(9066,0,'128.255.40.181',12,1248053510),(9067,0,'128.255.40.181',21,1248053510),(9068,0,'128.255.40.181',5,1248053510),(9069,0,'128.255.40.181',13,1248053511),(9070,0,'128.255.40.181',10,1248053511),(9071,0,'66.249.68.187',7,1248085051),(9072,0,'65.55.106.121',4,1248097610),(9073,0,'65.55.211.39',9,1248109419),(9074,0,'128.255.237.69',15,1248112340),(9075,0,'128.255.237.69',7,1248112643),(9076,0,'128.255.237.69',4,1248112643),(9077,0,'128.255.237.69',14,1248112939),(9078,0,'128.255.237.69',18,1248112941),(9079,0,'128.255.237.69',17,1248112941),(9080,0,'128.255.237.69',20,1248112942),(9081,0,'128.255.237.69',2,1248118638),(9082,0,'128.255.237.69',6,1248120438),(9083,0,'128.255.237.69',9,1248120438),(9084,0,'128.255.237.69',12,1248120439),(9085,0,'128.255.237.69',21,1248120439),(9086,0,'128.255.237.69',5,1248121340),(9087,0,'128.255.237.69',13,1248121341),(9088,0,'128.255.237.69',10,1248121341),(9089,0,'65.55.211.29',4,1248125851),(9090,0,'72.30.161.219',5,1248131532),(9091,0,'65.55.106.131',13,1248132983),(9092,0,'128.255.40.181',15,1248138995),(9093,0,'128.255.40.181',4,1248138995),(9094,0,'128.255.40.181',2,1248139894),(9095,0,'128.255.40.181',14,1248139895),(9096,0,'128.255.40.181',18,1248139895),(9097,0,'128.255.40.181',7,1248139896),(9098,0,'128.255.40.181',17,1248139897),(9099,0,'128.255.40.181',20,1248139897),(9100,0,'128.255.40.181',6,1248139898),(9101,0,'128.255.40.181',9,1248139898),(9102,0,'128.255.40.181',12,1248140193),(9103,0,'128.255.40.181',21,1248140193),(9104,0,'128.255.40.181',5,1248140193),(9105,0,'128.255.40.181',13,1248140193),(9106,0,'128.255.40.181',10,1248140194),(9107,0,'65.55.106.213',5,1248146078),(9108,0,'65.55.108.191',14,1248160225),(9109,0,'65.55.211.38',21,1248165729),(9110,0,'74.6.18.230',12,1248195845),(9111,0,'128.255.237.69',15,1248198739),(9112,0,'128.255.237.69',7,1248199340),(9113,0,'128.255.237.69',4,1248199340),(9114,0,'128.255.237.69',14,1248199343),(9115,0,'128.255.237.69',18,1248199343),(9116,0,'128.255.237.69',17,1248199639),(9117,0,'128.255.237.69',20,1248199641),(9118,0,'65.55.108.190',2,1248200368),(9119,0,'128.255.237.69',2,1248205040),(9120,0,'128.255.237.69',6,1248206840),(9121,0,'128.255.237.69',9,1248206840),(9122,0,'128.255.237.69',12,1248206841),(9123,0,'128.255.237.69',21,1248206841),(9124,0,'128.255.237.69',5,1248207739),(9125,0,'128.255.237.69',13,1248207740),(9126,0,'128.255.237.69',10,1248207740),(9127,0,'128.255.40.181',15,1248225706),(9128,0,'128.255.40.181',4,1248225708),(9129,0,'128.255.40.181',2,1248226594),(9130,0,'128.255.40.181',14,1248226594),(9131,0,'128.255.40.181',18,1248226594),(9132,0,'128.255.40.181',7,1248226594),(9133,0,'128.255.40.181',17,1248226595),(9134,0,'128.255.40.181',20,1248226595),(9135,0,'128.255.40.181',6,1248226596),(9136,0,'128.255.40.181',9,1248226598),(9137,0,'128.255.40.181',12,1248226891),(9138,0,'128.255.40.181',21,1248226891),(9139,0,'128.255.40.181',5,1248226892),(9140,0,'128.255.40.181',13,1248226892),(9141,0,'128.255.40.181',10,1248226892),(9142,0,'65.55.211.40',5,1248242695),(9143,0,'74.6.18.230',15,1248270203),(9144,0,'128.255.237.69',15,1248285425),(9145,0,'128.255.237.69',7,1248286025),(9146,0,'128.255.237.69',4,1248286026),(9147,0,'128.255.237.69',14,1248286028),(9148,0,'128.255.237.69',18,1248286028),(9149,0,'128.255.237.69',17,1248286325),(9150,0,'128.255.237.69',20,1248286326),(9151,0,'65.55.106.205',18,1248291653),(9152,0,'128.255.237.69',2,1248291725),(9153,0,'128.255.237.69',6,1248293525),(9154,0,'128.255.237.69',9,1248293525),(9155,0,'128.255.237.69',12,1248293526),(9156,0,'128.255.237.69',21,1248293526),(9157,0,'128.255.237.69',5,1248294424),(9158,0,'128.255.237.69',13,1248294425),(9159,0,'128.255.237.69',10,1248294425),(9160,0,'74.6.18.230',14,1248295794),(9161,0,'128.255.40.181',15,1248312405),(9162,0,'128.255.40.181',4,1248312405),(9163,0,'128.255.40.181',2,1248313289),(9164,0,'128.255.40.181',14,1248313289),(9165,0,'128.255.40.181',18,1248313290),(9166,0,'128.255.40.181',7,1248313291),(9167,0,'128.255.40.181',17,1248313292),(9168,0,'128.255.40.181',20,1248313292),(9169,0,'128.255.40.181',6,1248313293),(9170,0,'128.255.40.181',9,1248313293),(9171,0,'128.255.40.181',12,1248313586),(9172,0,'128.255.40.181',21,1248313587),(9173,0,'128.255.40.181',5,1248313588),(9174,0,'128.255.40.181',13,1248313589),(9175,0,'128.255.40.181',10,1248313589),(9176,0,'65.55.211.26',20,1248359107),(9177,0,'128.255.237.69',15,1248372120),(9178,0,'128.255.237.69',7,1248372721),(9179,0,'128.255.237.69',4,1248372721),(9180,0,'128.255.237.69',14,1248372724),(9181,0,'128.255.237.69',18,1248372724),(9182,0,'128.255.237.69',17,1248373020),(9183,0,'128.255.237.69',20,1248373022),(9184,0,'128.255.237.69',2,1248378421),(9185,0,'128.255.237.69',6,1248380220),(9186,0,'128.255.237.69',9,1248380221),(9187,0,'128.255.237.69',12,1248380221),(9188,0,'128.255.237.69',21,1248380221),(9189,0,'128.255.237.69',5,1248381120),(9190,0,'128.255.237.69',13,1248381120),(9191,0,'128.255.237.69',10,1248381121),(9192,0,'65.55.106.183',14,1248381619),(9193,0,'65.55.211.29',7,1248387723),(9194,0,'128.255.40.181',15,1248399110),(9195,0,'128.255.40.181',4,1248399110),(9196,0,'128.255.40.181',2,1248400586),(9197,0,'128.255.40.181',14,1248400586),(9198,0,'128.255.40.181',18,1248400587),(9199,0,'128.255.40.181',7,1248400588),(9200,0,'128.255.40.181',17,1248400589),(9201,0,'128.255.40.181',20,1248400590),(9202,0,'128.255.40.181',6,1248400591),(9203,0,'128.255.40.181',9,1248400591),(9204,0,'128.255.40.181',12,1248400592),(9205,0,'128.255.40.181',21,1248400592),(9206,0,'128.255.40.181',5,1248400592),(9207,0,'128.255.40.181',13,1248400592),(9208,0,'128.255.40.181',10,1248400593),(9209,0,'66.249.67.213',7,1248419963),(9210,0,'65.55.106.217',21,1248448953),(9211,0,'128.255.237.69',15,1248458810),(9212,0,'128.255.237.69',7,1248459413),(9213,0,'128.255.237.69',4,1248459413),(9214,0,'128.255.237.69',14,1248459415),(9215,0,'128.255.237.69',18,1248459416),(9216,0,'128.255.237.69',17,1248459713),(9217,0,'128.255.237.69',20,1248459715),(9218,0,'128.255.237.69',2,1248465110),(9219,0,'128.255.237.69',6,1248466910),(9220,0,'128.255.237.69',9,1248466910),(9221,0,'128.255.237.69',12,1248466911),(9222,0,'128.255.237.69',21,1248466911),(9223,0,'128.255.237.69',5,1248467810),(9224,0,'128.255.237.69',13,1248467810),(9225,0,'128.255.237.69',10,1248467810),(9226,0,'128.255.40.181',15,1248486398),(9227,0,'128.255.40.181',4,1248486398),(9228,0,'65.55.106.119',15,1248486798),(9229,0,'128.255.40.181',2,1248488783),(9230,0,'128.255.40.181',14,1248488784),(9231,0,'128.255.40.181',18,1248488784),(9232,0,'128.255.40.181',7,1248488785),(9233,0,'128.255.40.181',17,1248488786),(9234,0,'128.255.40.181',20,1248488786),(9235,0,'128.255.40.181',6,1248488787),(9236,0,'128.255.40.181',9,1248488788),(9237,0,'128.255.40.181',12,1248488788),(9238,0,'128.255.40.181',21,1248488789),(9239,0,'128.255.40.181',5,1248488790),(9240,0,'128.255.40.181',13,1248488790),(9241,0,'128.255.40.181',10,1248488790),(9242,0,'65.55.211.36',17,1248493656),(9243,0,'128.255.237.69',17,1248700560),(9244,0,'128.255.237.69',20,1248700562),(9245,0,'128.255.237.69',2,1248700575),(9246,0,'128.255.237.69',6,1248700576),(9247,0,'128.255.237.69',9,1248700576),(9248,0,'128.255.237.69',12,1248700576),(9249,0,'128.255.237.69',21,1248700576),(9250,0,'128.255.237.69',5,1248700577),(9251,0,'128.255.237.69',13,1248700577),(9252,0,'128.255.237.69',10,1248700577),(9253,0,'128.255.40.181',15,1248700766),(9254,0,'128.255.40.181',4,1248700768),(9255,0,'128.255.40.181',2,1248700778),(9256,0,'128.255.40.181',14,1248700780),(9257,0,'128.255.40.181',18,1248700780),(9258,0,'128.255.40.181',7,1248700780),(9259,0,'128.255.40.181',17,1248700780),(9260,0,'128.255.40.181',20,1248700780),(9261,0,'128.255.40.181',6,1248700782),(9262,0,'128.255.40.181',9,1248700782),(9263,0,'128.255.40.181',12,1248700783),(9264,0,'128.255.40.181',21,1248700783),(9265,0,'128.255.40.181',5,1248700783),(9266,0,'128.255.40.181',13,1248700784),(9267,0,'128.255.40.181',10,1248700784),(9268,0,'65.55.106.232',6,1248733299),(9269,0,'74.6.17.178',5,1248737710),(9270,0,'65.55.106.122',12,1248737717),(9271,0,'66.249.65.148',7,1248765292),(9272,0,'128.255.237.69',15,1248773702),(9273,0,'128.255.237.69',7,1248778801),(9274,0,'128.255.237.69',4,1248779401),(9275,0,'128.255.237.69',14,1248781800),(9276,0,'128.255.237.69',18,1248783000),(9277,0,'128.255.237.69',17,1248787199),(9278,0,'128.255.237.69',20,1248787201),(9279,0,'128.255.237.69',6,1248787212),(9280,0,'128.255.237.69',2,1248787212),(9281,0,'128.255.237.69',9,1248787213),(9282,0,'128.255.237.69',12,1248787213),(9283,0,'128.255.237.69',21,1248787214),(9284,0,'128.255.237.69',5,1248787214),(9285,0,'128.255.237.69',13,1248787214),(9286,0,'128.255.237.69',10,1248787214),(9287,0,'128.255.40.181',15,1248787265),(9288,0,'128.255.40.181',4,1248787265),(9289,0,'128.255.40.181',2,1248787270),(9290,0,'128.255.40.181',14,1248787271),(9291,0,'128.255.40.181',18,1248787271),(9292,0,'128.255.40.181',7,1248787272),(9293,0,'128.255.40.181',17,1248787272),(9294,0,'128.255.40.181',20,1248787272),(9295,0,'128.255.40.181',6,1248787273),(9296,0,'128.255.40.181',9,1248787273),(9297,0,'128.255.40.181',12,1248787273),(9298,0,'128.255.40.181',21,1248787275),(9299,0,'128.255.40.181',5,1248787275),(9300,0,'128.255.40.181',13,1248787275),(9301,0,'128.255.40.181',10,1248787275),(9302,0,'74.6.17.178',17,1248818188),(9303,0,'65.55.211.37',14,1248827355),(9304,0,'74.6.17.178',7,1248840506),(9305,0,'128.255.237.69',15,1248858285),(9306,0,'128.255.237.69',7,1248865484),(9307,0,'128.255.237.69',4,1248866084),(9308,0,'74.6.17.178',15,1248867924),(9309,0,'74.6.17.178',9,1248868238),(9310,0,'128.255.237.69',14,1248868483),(9311,0,'128.255.237.69',18,1248869683),(9312,0,'128.255.237.69',17,1248873883),(9313,0,'128.255.237.69',20,1248873884),(9314,0,'128.255.237.69',6,1248873894),(9315,0,'128.255.237.69',2,1248873894),(9316,0,'128.255.237.69',9,1248873895),(9317,0,'128.255.237.69',12,1248873895),(9318,0,'128.255.237.69',21,1248873896),(9319,0,'128.255.237.69',5,1248873896),(9320,0,'128.255.237.69',13,1248873896),(9321,0,'128.255.237.69',10,1248873896),(9322,0,'128.255.40.181',15,1248873946),(9323,0,'128.255.40.181',4,1248873946),(9324,0,'128.255.40.181',2,1248873952),(9325,0,'128.255.40.181',14,1248873952),(9326,0,'128.255.40.181',18,1248873952),(9327,0,'128.255.40.181',7,1248873953),(9328,0,'128.255.40.181',17,1248873953),(9329,0,'128.255.40.181',20,1248873953),(9330,0,'128.255.40.181',6,1248873955),(9331,0,'128.255.40.181',9,1248873955),(9332,0,'128.255.40.181',12,1248873955),(9333,0,'128.255.40.181',21,1248873957),(9334,0,'128.255.40.181',5,1248873957),(9335,0,'128.255.40.181',13,1248873957),(9336,0,'128.255.40.181',10,1248873957),(9337,0,'74.6.17.178',14,1248917398),(9338,0,'74.6.17.178',2,1248922593),(9339,0,'74.6.17.178',14,1248923648),(9340,0,'128.255.237.69',15,1248941670),(9341,0,'128.255.237.69',7,1248952167),(9342,0,'128.255.237.69',4,1248952767),(9343,0,'128.255.237.69',14,1248953367),(9344,0,'128.255.237.69',18,1248953666),(9345,0,'128.255.237.69',17,1248954567),(9346,0,'128.255.237.69',20,1248954568),(9347,0,'128.255.237.69',6,1248954578),(9348,0,'128.255.237.69',2,1248954578),(9349,0,'128.255.237.69',9,1248954579),(9350,0,'128.255.237.69',12,1248954579),(9351,0,'128.255.237.69',21,1248954579),(9352,0,'128.255.237.69',5,1248954580),(9353,0,'128.255.237.69',13,1248954580),(9354,0,'128.255.237.69',10,1248954580),(9355,0,'128.255.40.181',15,1248960628),(9356,0,'128.255.40.181',4,1248960628),(9357,0,'128.255.40.181',2,1248960634),(9358,0,'128.255.40.181',14,1248960635),(9359,0,'128.255.40.181',18,1248960636),(9360,0,'128.255.40.181',7,1248960636),(9361,0,'128.255.40.181',17,1248960636),(9362,0,'128.255.40.181',20,1248960636),(9363,0,'128.255.40.181',6,1248960638),(9364,0,'128.255.40.181',9,1248960638),(9365,0,'128.255.40.181',12,1248960638),(9366,0,'128.255.40.181',21,1248960638),(9367,0,'128.255.40.181',5,1248960639),(9368,0,'128.255.40.181',13,1248960639),(9369,0,'128.255.40.181',10,1248960640),(9370,0,'128.255.237.69',2,1248981167),(9371,0,'128.255.237.69',14,1248981302),(9372,0,'128.255.237.69',18,1248981303),(9373,0,'128.255.237.69',15,1248981335),(9374,0,'128.255.237.69',7,1248981336),(9375,0,'128.255.237.69',4,1248981337),(9376,0,'128.255.237.69',17,1248981338),(9377,0,'128.255.237.69',20,1248981340),(9378,0,'128.255.237.69',6,1248981709),(9379,0,'128.255.237.69',9,1248981721),(9380,0,'128.255.237.69',12,1248981722),(9381,0,'128.255.237.69',21,1248981728),(9382,0,'128.255.237.69',5,1248981729),(9383,0,'128.255.237.69',13,1248981730),(9384,0,'128.255.237.69',10,1248981730),(9385,0,'65.55.211.29',4,1248999831),(9386,0,'65.55.106.196',2,1249017883),(9387,0,'128.255.237.69',2,1249019607),(9388,0,'128.255.237.69',14,1249019608),(9389,0,'128.255.237.69',18,1249019609),(9390,0,'128.255.237.69',15,1249019610),(9391,0,'128.255.237.69',7,1249019611),(9392,0,'128.255.237.69',4,1249019611),(9393,0,'128.255.237.69',17,1249019612),(9394,0,'128.255.237.69',20,1249019612),(9395,0,'128.255.237.69',6,1249019910),(9396,0,'128.255.237.69',9,1249019911),(9397,0,'128.255.237.69',12,1249019912),(9398,0,'128.255.237.69',21,1249019913),(9399,0,'128.255.237.69',5,1249019913),(9400,0,'128.255.237.69',13,1249019914),(9401,0,'128.255.237.69',10,1249019914),(9402,0,'128.255.237.69',2,1249027098),(9403,0,'128.255.237.69',14,1249027099),(9404,0,'128.255.237.69',18,1249027099),(9405,0,'128.255.237.69',15,1249027099),(9406,0,'128.255.237.69',7,1249027099),(9407,0,'128.255.237.69',4,1249027099),(9408,0,'128.255.237.69',17,1249027100),(9409,0,'128.255.237.69',20,1249027384),(9410,0,'128.255.237.69',6,1249027684),(9411,0,'128.255.237.69',21,1249027684),(9412,0,'128.255.237.69',9,1249027685),(9413,0,'128.255.237.69',12,1249027687),(9414,0,'128.255.237.69',13,1249027687),(9415,0,'128.255.237.69',5,1249027688),(9416,0,'128.255.237.69',10,1249027688),(9417,0,'128.255.237.69',2,1249035667),(9418,0,'128.255.237.69',14,1249035667),(9419,0,'128.255.237.69',18,1249035668),(9420,0,'128.255.237.69',4,1249035668),(9421,0,'128.255.237.69',17,1249035668),(9422,0,'128.255.237.69',15,1249035668),(9423,0,'128.255.237.69',7,1249035668),(9424,0,'128.255.237.69',20,1249035669),(9425,0,'128.255.237.69',6,1249035698),(9426,0,'128.255.237.69',21,1249035698),(9427,0,'128.255.237.69',9,1249035701),(9428,0,'128.255.237.69',5,1249035965),(9429,0,'128.255.237.69',12,1249035966),(9430,0,'128.255.237.69',13,1249035966),(9431,0,'128.255.237.69',10,1249035968),(9432,0,'128.255.237.69',2,1249044946),(9433,0,'128.255.237.69',14,1249044946),(9434,0,'128.255.237.69',18,1249044947),(9435,0,'128.255.237.69',4,1249044947),(9436,0,'128.255.237.69',7,1249044947),(9437,0,'128.255.237.69',17,1249044948),(9438,0,'128.255.237.69',15,1249044948),(9439,0,'128.255.237.69',20,1249044949),(9440,0,'128.255.237.69',6,1249044949),(9441,0,'128.255.237.69',21,1249044949),(9442,0,'128.255.237.69',9,1249044950),(9443,0,'128.255.237.69',5,1249045546),(9444,0,'128.255.237.69',12,1249045546),(9445,0,'128.255.237.69',13,1249045546),(9446,0,'128.255.237.69',10,1249045549),(9447,0,'128.255.40.181',15,1249047013),(9448,0,'128.255.40.181',4,1249047013),(9449,0,'128.255.40.181',2,1249047020),(9450,0,'128.255.40.181',14,1249047020),(9451,0,'128.255.40.181',18,1249047020),(9452,0,'128.255.40.181',7,1249047020),(9453,0,'128.255.40.181',17,1249047021),(9454,0,'128.255.40.181',20,1249047022),(9455,0,'128.255.40.181',6,1249047023),(9456,0,'128.255.40.181',9,1249047023),(9457,0,'128.255.40.181',12,1249047023),(9458,0,'128.255.40.181',21,1249047023),(9459,0,'128.255.40.181',5,1249047023),(9460,0,'128.255.40.181',13,1249047025),(9461,0,'128.255.40.181',10,1249047025),(9462,0,'65.55.211.36',12,1249053735),(9463,0,'128.255.237.69',2,1249058494),(9464,0,'128.255.237.69',14,1249058494),(9465,0,'128.255.237.69',18,1249058495),(9466,0,'128.255.237.69',4,1249058495),(9467,0,'128.255.237.69',7,1249058496),(9468,0,'128.255.237.69',20,1249058496),(9469,0,'128.255.237.69',15,1249058496),(9470,0,'128.255.237.69',6,1249058496),(9471,0,'128.255.237.69',17,1249058496),(9472,0,'128.255.237.69',9,1249058497),(9473,0,'128.255.237.69',21,1249058497),(9474,0,'128.255.237.69',5,1249058793),(9475,0,'128.255.237.69',12,1249058794),(9476,0,'128.255.237.69',13,1249058795),(9477,0,'128.255.237.69',10,1249058797),(9478,0,'128.255.237.69',2,1249073825),(9479,0,'128.255.237.69',14,1249073825),(9480,0,'128.255.237.69',18,1249073825),(9481,0,'128.255.237.69',7,1249073826),(9482,0,'128.255.237.69',4,1249073827),(9483,0,'128.255.237.69',20,1249073827),(9484,0,'128.255.237.69',6,1249073827),(9485,0,'128.255.237.69',15,1249073828),(9486,0,'128.255.237.69',9,1249073828),(9487,0,'128.255.237.69',21,1249073828),(9488,0,'128.255.237.69',17,1249073829),(9489,0,'128.255.237.69',12,1249074724),(9490,0,'128.255.237.69',5,1249074724),(9491,0,'128.255.237.69',13,1249074725),(9492,0,'128.255.237.69',10,1249074728),(9493,0,'128.255.237.69',2,1249085822),(9494,0,'128.255.237.69',14,1249085822),(9495,0,'128.255.237.69',18,1249085822),(9496,0,'128.255.237.69',4,1249085823),(9497,0,'128.255.237.69',6,1249085824),(9498,0,'128.255.237.69',7,1249085824),(9499,0,'128.255.237.69',20,1249085824),(9500,0,'128.255.237.69',15,1249085825),(9501,0,'128.255.237.69',17,1249085825),(9502,0,'128.255.237.69',9,1249085825),(9503,0,'128.255.237.69',21,1249085825),(9504,0,'128.255.237.69',5,1249087023),(9505,0,'128.255.237.69',12,1249087023),(9506,0,'128.255.237.69',13,1249087023),(9507,0,'128.255.237.69',10,1249087027),(9508,0,'128.255.237.69',2,1249096311),(9509,0,'128.255.237.69',14,1249096311),(9510,0,'128.255.237.69',18,1249096312),(9511,0,'128.255.237.69',4,1249096312),(9512,0,'128.255.237.69',6,1249096312),(9513,0,'128.255.237.69',20,1249096313),(9514,0,'128.255.237.69',15,1249096313),(9515,0,'128.255.237.69',7,1249096314),(9516,0,'128.255.237.69',17,1249096314),(9517,0,'128.255.237.69',9,1249096314),(9518,0,'128.255.237.69',21,1249096314),(9519,0,'128.255.237.69',5,1249097512),(9520,0,'128.255.237.69',12,1249097513),(9521,0,'128.255.237.69',13,1249097513),(9522,0,'128.255.237.69',10,1249097516),(9523,0,'65.55.211.38',21,1249102393),(9524,0,'128.255.237.69',2,1249108314),(9525,0,'128.255.237.69',14,1249108314),(9526,0,'128.255.237.69',18,1249108314),(9527,0,'128.255.237.69',4,1249108315),(9528,0,'128.255.237.69',6,1249108315),(9529,0,'128.255.237.69',20,1249108315),(9530,0,'128.255.237.69',15,1249108316),(9531,0,'128.255.237.69',7,1249108316),(9532,0,'128.255.237.69',17,1249108316),(9533,0,'128.255.237.69',9,1249108317),(9534,0,'128.255.237.69',21,1249108317),(9535,0,'128.255.237.69',5,1249108611),(9536,0,'128.255.237.69',12,1249108613),(9537,0,'128.255.237.69',13,1249108614),(9538,0,'128.255.237.69',10,1249108615),(9539,0,'72.30.81.184',6,1249122561),(9540,0,'128.255.237.69',6,1249124508),(9541,0,'128.255.237.69',4,1249124508),(9542,0,'128.255.237.69',2,1249124509),(9543,0,'128.255.237.69',14,1249124509),(9544,0,'128.255.237.69',18,1249124509),(9545,0,'128.255.237.69',20,1249124510),(9546,0,'128.255.237.69',7,1249124510),(9547,0,'128.255.237.69',15,1249124510),(9548,0,'128.255.237.69',9,1249124510),(9549,0,'128.255.237.69',21,1249124511),(9550,0,'128.255.237.69',17,1249124511),(9551,0,'128.255.237.69',5,1249125408),(9552,0,'128.255.237.69',12,1249125705),(9553,0,'128.255.237.69',13,1249125707),(9554,0,'128.255.237.69',10,1249125707),(9555,0,'128.255.40.181',15,1249133519),(9556,0,'128.255.40.181',4,1249133519),(9557,0,'128.255.40.181',2,1249133526),(9558,0,'128.255.40.181',14,1249133527),(9559,0,'128.255.40.181',18,1249133527),(9560,0,'128.255.40.181',7,1249133527),(9561,0,'128.255.40.181',17,1249133527),(9562,0,'128.255.40.181',20,1249133527),(9563,0,'128.255.40.181',6,1249133529),(9564,0,'128.255.40.181',9,1249133529),(9565,0,'128.255.40.181',12,1249133529),(9566,0,'128.255.40.181',21,1249133530),(9567,0,'128.255.40.181',5,1249133530),(9568,0,'128.255.40.181',13,1249133531),(9569,0,'128.255.40.181',10,1249133531),(9570,0,'128.255.237.69',2,1249159230),(9571,0,'128.255.237.69',4,1249159231),(9572,0,'128.255.237.69',6,1249159231),(9573,0,'128.255.237.69',14,1249159231),(9574,0,'128.255.237.69',18,1249159232),(9575,0,'128.255.237.69',20,1249159232),(9576,0,'128.255.237.69',15,1249159232),(9577,0,'128.255.237.69',7,1249159232),(9578,0,'128.255.237.69',17,1249159233),(9579,0,'128.255.237.69',9,1249159233),(9580,0,'128.255.237.69',21,1249159233),(9581,0,'128.255.237.69',5,1249160433),(9582,0,'128.255.237.69',12,1249160434),(9583,0,'128.255.237.69',13,1249160435),(9584,0,'128.255.237.69',10,1249160436),(9585,0,'72.30.81.184',20,1249214115),(9586,0,'128.255.40.181',15,1249220199),(9587,0,'128.255.40.181',4,1249220199),(9588,0,'128.255.40.181',2,1249220205),(9589,0,'128.255.40.181',14,1249220207),(9590,0,'128.255.40.181',18,1249220207),(9591,0,'128.255.40.181',7,1249220207),(9592,0,'128.255.40.181',17,1249220207),(9593,0,'128.255.40.181',20,1249220208),(9594,0,'128.255.40.181',6,1249220209),(9595,0,'128.255.40.181',9,1249220209),(9596,0,'128.255.40.181',12,1249220210),(9597,0,'128.255.40.181',21,1249220210),(9598,0,'128.255.40.181',5,1249220210),(9599,0,'128.255.40.181',13,1249220210),(9600,0,'128.255.40.181',10,1249220210),(9601,0,'128.255.237.69',4,1249224025),(9602,0,'128.255.237.69',2,1249224026),(9603,0,'128.255.237.69',6,1249224026),(9604,0,'128.255.237.69',15,1249224026),(9605,0,'128.255.237.69',7,1249224027),(9606,0,'128.255.237.69',14,1249224027),(9607,0,'128.255.237.69',9,1249224027),(9608,0,'128.255.237.69',18,1249224027),(9609,0,'128.255.237.69',17,1249224028),(9610,0,'128.255.237.69',20,1249224028),(9611,0,'128.255.237.69',21,1249224028),(9612,0,'128.255.237.69',12,1249226413),(9613,0,'128.255.237.69',5,1249226414),(9614,0,'128.255.237.69',13,1249226415),(9615,0,'128.255.237.69',10,1249226415),(9616,0,'65.55.211.26',20,1249232502),(9617,0,'72.30.81.184',4,1249246351),(9618,0,'72.30.81.184',18,1249251182),(9619,0,'64.191.50.64',7,1249283295),(9620,0,'65.55.211.28',7,1249295069),(9621,0,'128.255.40.181',15,1249306880),(9622,0,'128.255.40.181',4,1249306880),(9623,0,'128.255.40.181',2,1249306886),(9624,0,'128.255.40.181',14,1249306886),(9625,0,'128.255.40.181',18,1249306888),(9626,0,'128.255.40.181',7,1249306888),(9627,0,'128.255.40.181',17,1249306888),(9628,0,'128.255.40.181',20,1249306888),(9629,0,'128.255.40.181',6,1249306890),(9630,0,'128.255.40.181',9,1249306890),(9631,0,'128.255.40.181',12,1249306890),(9632,0,'128.255.40.181',21,1249306892),(9633,0,'128.255.40.181',5,1249306892),(9634,0,'128.255.40.181',13,1249306892),(9635,0,'128.255.40.181',10,1249306892),(9636,0,'128.180.121.224',2,1249310522),(9637,0,'65.55.106.169',4,1249338231),(9638,0,'72.30.81.184',5,1249357097),(9639,0,'65.55.106.240',13,1249386177),(9640,0,'128.255.40.181',15,1249393562),(9641,0,'128.255.40.181',4,1249393563),(9642,0,'128.255.40.181',2,1249393571),(9643,0,'128.255.40.181',14,1249393571),(9644,0,'128.255.40.181',18,1249393573),(9645,0,'128.255.40.181',7,1249393573),(9646,0,'128.255.40.181',17,1249393573),(9647,0,'128.255.40.181',20,1249393573),(9648,0,'128.255.40.181',6,1249393575),(9649,0,'128.255.40.181',9,1249393576),(9650,0,'128.255.40.181',12,1249393576),(9651,0,'128.255.40.181',21,1249393577),(9652,0,'128.255.40.181',5,1249393577),(9653,0,'128.255.40.181',13,1249393577),(9654,0,'128.255.40.181',10,1249393577),(9655,0,'72.30.81.184',9,1249398663),(9656,0,'65.55.106.143',5,1249399162),(9657,0,'128.255.40.181',15,1249480242),(9658,0,'128.255.40.181',4,1249480242),(9659,0,'128.255.40.181',2,1249480251),(9660,0,'128.255.40.181',14,1249480252),(9661,0,'128.255.40.181',18,1249480253),(9662,0,'128.255.40.181',7,1249480253),(9663,0,'128.255.40.181',17,1249480254),(9664,0,'128.255.40.181',20,1249480254),(9665,0,'128.255.40.181',6,1249480256),(9666,0,'128.255.40.181',9,1249480256),(9667,0,'128.255.40.181',12,1249480256),(9668,0,'128.255.40.181',21,1249480258),(9669,0,'128.255.40.181',5,1249480258),(9670,0,'128.255.40.181',13,1249480258),(9671,0,'128.255.40.181',10,1249480258),(9672,0,'66.249.71.164',7,1249510172),(9673,0,'65.55.211.36',17,1249517316),(9674,0,'72.30.81.184',14,1249533264),(9675,0,'65.55.211.31',18,1249555013),(9676,0,'128.255.40.181',15,1249566923),(9677,0,'128.255.40.181',4,1249566925),(9678,0,'128.255.40.181',2,1249566933),(9679,0,'128.255.40.181',14,1249566933),(9680,0,'128.255.40.181',18,1249566934),(9681,0,'128.255.40.181',7,1249566935),(9682,0,'128.255.40.181',17,1249566935),(9683,0,'128.255.40.181',20,1249566935),(9684,0,'128.255.40.181',6,1249566939),(9685,0,'128.255.40.181',9,1249566939),(9686,0,'128.255.40.181',12,1249566939),(9687,0,'128.255.40.181',21,1249566939),(9688,0,'128.255.40.181',5,1249566940),(9689,0,'128.255.40.181',13,1249566940),(9690,0,'128.255.40.181',10,1249566940),(9691,0,'72.22.64.193',7,1249595591),(9692,0,'65.55.211.28',2,1249602610),(9693,0,'65.55.106.163',20,1249631351),(9694,0,'65.55.106.232',14,1249632970),(9695,0,'72.30.81.184',12,1249633106),(9696,0,'65.55.106.163',17,1249636242),(9697,0,'128.255.40.181',15,1249653605),(9698,0,'128.255.40.181',4,1249653605),(9699,0,'128.255.40.181',2,1249653614),(9700,0,'128.255.40.181',14,1249653614),(9701,0,'128.255.40.181',18,1249653614),(9702,0,'128.255.40.181',7,1249653617),(9703,0,'128.255.40.181',17,1249653617),(9704,0,'128.255.40.181',20,1249653617),(9705,0,'128.255.40.181',6,1249653620),(9706,0,'128.255.40.181',9,1249653621),(9707,0,'128.255.40.181',12,1249653621),(9708,0,'128.255.40.181',21,1249653621),(9709,0,'128.255.40.181',5,1249653621),(9710,0,'128.255.40.181',13,1249653622),(9711,0,'128.255.40.181',10,1249653622),(9712,0,'66.249.71.164',10,1249720508),(9713,0,'65.55.207.24',21,1249726162),(9714,0,'128.255.40.181',15,1249740286),(9715,0,'128.255.40.181',4,1249740287),(9716,0,'128.255.40.181',2,1249740295),(9717,0,'128.255.40.181',14,1249740295),(9718,0,'128.255.40.181',18,1249740295),(9719,0,'128.255.40.181',7,1249740299),(9720,0,'128.255.40.181',17,1249740300),(9721,0,'128.255.40.181',20,1249740300),(9722,0,'128.255.40.181',6,1249740302),(9723,0,'128.255.40.181',9,1249740303),(9724,0,'128.255.40.181',12,1249740304),(9725,0,'128.255.40.181',21,1249740304),(9726,0,'128.255.40.181',5,1249740304),(9727,0,'128.255.40.181',13,1249740304),(9728,0,'128.255.40.181',10,1249740304),(9729,0,'72.30.81.184',13,1249750320),(9730,0,'65.55.207.123',4,1249777190),(9731,0,'65.55.207.49',15,1249777462),(9732,0,'65.55.106.113',7,1249779110),(9733,0,'128.255.40.181',15,1249793068),(9734,0,'128.255.40.181',4,1249793070),(9735,0,'128.255.40.181',2,1249793078),(9736,0,'128.255.40.181',14,1249793078),(9737,0,'128.255.40.181',18,1249793078),(9738,0,'128.255.40.181',7,1249793082),(9739,0,'128.255.40.181',17,1249793082),(9740,0,'128.255.40.181',20,1249793082),(9741,0,'128.255.40.181',6,1249793084),(9742,0,'128.255.40.181',9,1249793084),(9743,0,'128.255.40.181',12,1249793086),(9744,0,'128.255.40.181',21,1249793087),(9745,0,'128.255.40.181',5,1249793087),(9746,0,'128.255.40.181',13,1249793087),(9747,0,'128.255.40.181',10,1249793087),(9748,0,'128.255.40.181',15,1249808072),(9749,0,'128.255.40.181',4,1249808074),(9750,0,'128.255.40.181',2,1249808079),(9751,0,'128.255.40.181',14,1249808080),(9752,0,'128.255.40.181',18,1249808080),(9753,0,'128.255.40.181',7,1249808352),(9754,0,'128.255.40.181',17,1249808352),(9755,0,'128.255.40.181',20,1249808352),(9756,0,'128.255.40.181',6,1249808356),(9757,0,'128.255.40.181',9,1249808356),(9758,0,'128.255.40.181',12,1249808356),(9759,0,'128.255.40.181',21,1249808357),(9760,0,'128.255.40.181',5,1249808357),(9761,0,'128.255.40.181',13,1249808357),(9762,0,'128.255.40.181',10,1249808358),(9763,0,'72.30.81.184',20,1249820490),(9764,0,'65.55.211.24',15,1249831451),(9765,0,'128.255.40.181',15,1249834758),(9766,0,'128.255.40.181',4,1249834760),(9767,0,'128.255.40.181',2,1249834766),(9768,0,'128.255.40.181',14,1249834766),(9769,0,'128.255.40.181',18,1249834767),(9770,0,'128.255.40.181',20,1249835047),(9771,0,'128.255.40.181',7,1249835047),(9772,0,'128.255.40.181',17,1249835047),(9773,0,'128.255.40.181',6,1249835051),(9774,0,'128.255.40.181',9,1249835051),(9775,0,'128.255.40.181',12,1249835051),(9776,0,'128.255.40.181',5,1249835053),(9777,0,'128.255.40.181',21,1249835054),(9778,0,'128.255.40.181',13,1249835054),(9779,0,'128.255.40.181',10,1249835055),(9780,0,'72.30.81.184',18,1249856329),(9781,0,'128.255.40.181',15,1249860250),(9782,0,'128.255.40.181',4,1249860253),(9783,0,'128.255.40.181',2,1249860257),(9784,0,'128.255.40.181',14,1249860258),(9785,0,'128.255.40.181',18,1249860259),(9786,0,'128.255.40.181',20,1249860260),(9787,0,'128.255.40.181',7,1249860264),(9788,0,'128.255.40.181',17,1249860264),(9789,0,'128.255.40.181',6,1249860266),(9790,0,'128.255.40.181',9,1249860266),(9791,0,'128.255.40.181',12,1249860267),(9792,0,'128.255.40.181',5,1249860270),(9793,0,'128.255.40.181',13,1249860270),(9794,0,'128.255.40.181',21,1249860270),(9795,0,'128.255.40.181',10,1249860272),(9796,0,'66.249.71.164',7,1249867691),(9797,0,'128.255.40.181',15,1249877950),(9798,0,'128.255.40.181',4,1249877955),(9799,0,'128.255.40.181',14,1249877959),(9800,0,'128.255.40.181',2,1249877960),(9801,0,'128.255.40.181',18,1249877962),(9802,0,'128.255.40.181',20,1249877963),(9803,0,'128.255.40.181',7,1249878237),(9804,0,'128.255.40.181',17,1249878238),(9805,0,'128.255.40.181',6,1249878238),(9806,0,'128.255.40.181',9,1249878238),(9807,0,'128.255.40.181',12,1249878240),(9808,0,'128.255.40.181',5,1249878244),(9809,0,'128.255.40.181',13,1249878244),(9810,0,'128.255.40.181',21,1249878244),(9811,0,'128.255.40.181',10,1249878244),(9812,0,'72.30.81.184',17,1249880240),(9813,0,'65.55.207.139',12,1249892480),(9814,0,'128.255.40.181',15,1249906439),(9815,0,'128.255.40.181',4,1249906444),(9816,0,'128.255.40.181',14,1249906448),(9817,0,'128.255.40.181',2,1249906450),(9818,0,'128.255.40.181',18,1249906453),(9819,0,'128.255.40.181',20,1249906454),(9820,0,'128.255.40.181',7,1249907030),(9821,0,'128.255.40.181',6,1249907033),(9822,0,'128.255.40.181',9,1249907034),(9823,0,'128.255.40.181',17,1249907035),(9824,0,'128.255.40.181',12,1249907038),(9825,0,'128.255.40.181',21,1249907045),(9826,0,'128.255.40.181',5,1249907046),(9827,0,'128.255.40.181',13,1249907047),(9828,0,'128.255.40.181',10,1249907047),(9829,0,'66.249.71.164',10,1249943684),(9830,0,'72.30.79.24',21,1249947762),(9831,0,'65.55.106.232',10,1249979413),(9832,0,'65.55.207.140',9,1249984844),(9833,0,'128.255.40.181',15,1249993121),(9834,0,'128.255.40.181',4,1249993419),(9835,0,'128.255.40.181',14,1249993425),(9836,0,'128.255.40.181',2,1249993427),(9837,0,'128.255.40.181',18,1249993431),(9838,0,'128.255.40.181',20,1249993432),(9839,0,'128.255.40.181',7,1249993713),(9840,0,'128.255.40.181',6,1249993716),(9841,0,'128.255.40.181',9,1249993717),(9842,0,'128.255.40.181',17,1249993718),(9843,0,'128.255.40.181',12,1249993721),(9844,0,'128.255.40.181',21,1249993727),(9845,0,'128.255.40.181',5,1249993728),(9846,0,'128.255.40.181',13,1249993728),(9847,0,'128.255.40.181',10,1249993728),(9848,0,'128.255.40.181',15,1250079692),(9849,0,'128.255.40.181',4,1250079989),(9850,0,'128.255.40.181',2,1250079995),(9851,0,'128.255.40.181',14,1250079996),(9852,0,'128.255.40.181',18,1250080000),(9853,0,'128.255.40.181',20,1250080002),(9854,0,'128.255.40.181',7,1250080283),(9855,0,'128.255.40.181',6,1250080284),(9856,0,'128.255.40.181',9,1250080287),(9857,0,'128.255.40.181',17,1250080288),(9858,0,'128.255.40.181',12,1250080291),(9859,0,'128.255.40.181',21,1250080299),(9860,0,'128.255.40.181',5,1250080301),(9861,0,'128.255.40.181',13,1250080301),(9862,0,'128.255.40.181',10,1250080301),(9863,0,'65.55.106.186',20,1250083457),(9864,0,'72.30.79.24',5,1250090768),(9865,0,'65.55.106.158',17,1250092875),(9866,0,'65.55.211.26',20,1250120769),(9867,0,'86.177.232.201',2,1250128470),(9868,0,'72.30.79.24',14,1250138473),(9869,0,'65.55.211.38',21,1250139331),(9870,0,'72.30.79.24',2,1250153252),(9871,0,'72.30.79.24',10,1250159463),(9872,0,'65.55.211.29',4,1250161126),(9873,0,'128.255.40.181',15,1250166192),(9874,0,'128.255.40.181',4,1250166468),(9875,0,'128.255.40.181',2,1250166474),(9876,0,'128.255.40.181',14,1250166475),(9877,0,'128.255.40.181',18,1250166478),(9878,0,'128.255.40.181',20,1250166479),(9879,0,'128.255.40.181',6,1250166761),(9880,0,'128.255.40.181',7,1250166762),(9881,0,'128.255.40.181',9,1250166763),(9882,0,'128.255.40.181',17,1250166765),(9883,0,'128.255.40.181',12,1250166767),(9884,0,'128.255.40.181',21,1250166773),(9885,0,'128.255.40.181',5,1250166778),(9886,0,'128.255.40.181',13,1250166778),(9887,0,'128.255.40.181',10,1250166778),(9888,0,'65.185.37.225',2,1250184241),(9889,0,'65.185.37.225',2,1250184490),(9890,0,'65.55.211.25',10,1250205588),(9891,0,'65.55.211.25',13,1250205588),(9892,0,'65.55.106.115',15,1250218946),(9893,0,'65.55.106.231',4,1250220206),(9894,0,'65.55.211.28',7,1250227045),(9895,0,'66.249.71.164',6,1250245072),(9896,0,'128.255.40.181',15,1250252686),(9897,0,'128.255.40.181',4,1250252978),(9898,0,'128.255.40.181',2,1250252985),(9899,0,'128.255.40.181',14,1250252987),(9900,0,'128.255.40.181',18,1250252987),(9901,0,'128.255.40.181',20,1250252991),(9902,0,'128.255.40.181',7,1250253273),(9903,0,'128.255.40.181',6,1250253274),(9904,0,'128.255.40.181',17,1250253275),(9905,0,'128.255.40.181',9,1250253276),(9906,0,'128.255.40.181',12,1250253278),(9907,0,'128.255.40.181',21,1250253283),(9908,0,'128.255.40.181',5,1250253288),(9909,0,'128.255.40.181',13,1250253288),(9910,0,'128.255.40.181',10,1250253288),(9911,0,'65.55.106.208',13,1250267219),(9912,0,'65.55.207.135',5,1250289174),(9913,0,'128.255.40.181',15,1250339109),(9914,0,'128.255.40.181',4,1250339689),(9915,0,'128.255.40.181',2,1250339695),(9916,0,'128.255.40.181',14,1250339698),(9917,0,'128.255.40.181',18,1250339700),(9918,0,'128.255.40.181',20,1250339701),(9919,0,'128.255.40.181',7,1250339987),(9920,0,'128.255.40.181',6,1250339988),(9921,0,'128.255.40.181',17,1250339989),(9922,0,'128.255.40.181',9,1250339990),(9923,0,'128.255.40.181',12,1250339991),(9924,0,'128.255.40.181',21,1250339996),(9925,0,'128.255.40.181',5,1250340000),(9926,0,'128.255.40.181',13,1250340001),(9927,0,'128.255.40.181',10,1250340001),(9928,0,'65.55.106.160',2,1250349054),(9929,0,'74.6.17.169',13,1250357281),(9930,0,'128.255.40.181',15,1250425582),(9931,0,'128.255.40.181',4,1250426180),(9932,0,'128.255.40.181',2,1250426185),(9933,0,'128.255.40.181',14,1250426191),(9934,0,'128.255.40.181',18,1250426192),(9935,0,'128.255.40.181',20,1250426193),(9936,0,'128.255.40.181',7,1250426478),(9937,0,'128.255.40.181',6,1250426479),(9938,0,'128.255.40.181',17,1250426479),(9939,0,'128.255.40.181',9,1250426480),(9940,0,'128.255.40.181',12,1250426481),(9941,0,'128.255.40.181',21,1250426487),(9942,0,'128.255.40.181',5,1250426492),(9943,0,'128.255.40.181',13,1250426492),(9944,0,'128.255.40.181',10,1250426493),(9945,0,'65.55.211.31',18,1250449845),(9946,0,'65.55.108.191',7,1250454601),(9947,0,'65.55.211.40',6,1250459192),(9948,0,'74.6.17.169',20,1250474094),(9949,0,'74.6.17.169',17,1250485315),(9950,0,'65.55.211.28',2,1250493717),(9951,0,'65.55.207.78',20,1250506239),(9952,0,'128.255.40.181',15,1250514577),(9953,0,'128.255.40.181',4,1250514869),(9954,0,'128.255.40.181',2,1250514874),(9955,0,'128.255.40.181',14,1250514877),(9956,0,'128.255.40.181',18,1250514878),(9957,0,'128.255.40.181',20,1250514880),(9958,0,'128.255.40.181',7,1250515170),(9959,0,'128.255.40.181',6,1250515171),(9960,0,'128.255.40.181',17,1250515171),(9961,0,'128.255.40.181',9,1250515171),(9962,0,'128.255.40.181',12,1250515171),(9963,0,'128.255.40.181',21,1250515174),(9964,0,'128.255.40.181',5,1250515178),(9965,0,'128.255.40.181',13,1250515179),(9966,0,'128.255.40.181',10,1250515179),(9967,0,'65.55.207.47',6,1250578715),(9968,0,'128.255.40.181',15,1250601160),(9969,0,'128.255.40.181',4,1250601454),(9970,0,'128.255.40.181',2,1250601458),(9971,0,'128.255.40.181',14,1250601463),(9972,0,'128.255.40.181',18,1250601464),(9973,0,'128.255.40.181',20,1250601464),(9974,0,'128.255.40.181',7,1250601754),(9975,0,'128.255.40.181',17,1250601756),(9976,0,'128.255.40.181',6,1250601756),(9977,0,'128.255.40.181',9,1250601756),(9978,0,'128.255.40.181',12,1250601757),(9979,0,'128.255.40.181',21,1250601758),(9980,0,'128.255.40.181',5,1250601763),(9981,0,'128.255.40.181',13,1250601763),(9982,0,'128.255.40.181',10,1250601763),(9983,0,'66.249.68.248',7,1250615419),(9984,0,'65.55.107.182',4,1250662964),(9985,0,'65.55.211.24',15,1250723926),(9986,0,'72.30.78.233',14,1250743689),(9987,0,'65.55.108.191',4,1250775267),(9988,0,'211.233.79.174',7,1250778548),(9989,0,'65.55.207.117',18,1250811279),(9990,0,'65.55.211.25',10,1250855564),(9991,0,'65.55.211.25',13,1250855566),(9992,0,'66.249.68.248',14,1250889890),(9993,0,'65.55.106.185',14,1250947746),(9994,0,'65.55.106.180',17,1250954915),(9995,0,'208.115.111.244',21,1250960609),(9996,0,'74.6.22.153',7,1250963378),(9997,0,'66.249.68.248',15,1250965158),(9998,0,'74.6.22.153',6,1250968891),(9999,0,'74.6.22.153',12,1250970577),(10000,0,'65.55.211.36',14,1250972667),(10001,0,'74.6.17.185',13,1250985887),(10002,0,'74.6.17.185',13,1251000162),(10003,0,'65.55.211.26',20,1251016165),(10004,0,'65.55.108.190',15,1251037839),(10005,0,'74.6.17.185',18,1251043216),(10006,0,'65.55.106.109',21,1251051722),(10007,0,'65.55.211.29',4,1251060208),(10008,0,'65.55.108.191',17,1251063323),(10009,0,'66.249.68.248',7,1251065071),(10010,0,'74.6.17.185',20,1251084555),(10011,0,'65.55.106.114',15,1251108571),(10012,0,'65.55.106.181',7,1251117333),(10013,0,'65.55.211.28',7,1251119232),(10014,0,'65.55.211.38',21,1251130497),(10015,0,'65.55.211.40',5,1251169659),(10016,0,'208.115.111.244',5,1251216364),(10017,0,'65.55.207.101',12,1251216957),(10018,0,'66.249.68.248',9,1251217909),(10019,0,'66.249.68.248',13,1251217910),(10020,0,'66.249.68.248',5,1251217910),(10021,0,'66.249.68.248',12,1251217911),(10022,0,'66.249.68.248',21,1251217911),(10023,0,'65.55.211.36',17,1251230049),(10024,0,'208.115.111.244',6,1251283462),(10025,0,'65.55.211.39',9,1251286517),(10026,0,'208.115.111.244',12,1251297366),(10027,0,'208.115.111.244',9,1251297371),(10028,0,'65.55.106.159',9,1251305753),(10029,0,'65.55.207.93',10,1251307914),(10030,0,'128.255.191.83',18,1251309025),(10031,0,'128.255.191.83',14,1251309054),(10032,0,'128.255.191.83',20,1251309074),(10033,0,'128.255.191.83',17,1251309121),(10034,0,'128.255.191.83',15,1251309130),(10035,0,'128.255.191.83',2,1251309137),(10036,0,'128.255.191.83',10,1251309276),(10037,0,'74.6.22.124',15,1251313767),(10038,0,'80.162.36.206',2,1251317114),(10039,0,'66.249.68.248',17,1251366172),(10040,0,'74.6.22.124',5,1251366213),(10041,0,'65.55.211.40',6,1251368714),(10042,0,'208.115.111.244',13,1251370969),(10043,0,'65.55.211.28',2,1251373553),(10044,0,'65.55.211.31',18,1251383068),(10045,0,'74.6.22.175',2,1251383511),(10046,0,'208.115.111.244',10,1251385030),(10047,0,'72.30.78.246',9,1251464291),(10048,0,'208.115.111.244',20,1251467479),(10049,0,'208.115.111.244',15,1251487699),(10050,0,'208.115.111.244',17,1251487704),(10051,0,'208.115.111.244',7,1251494409),(10052,0,'65.55.108.192',6,1251500528),(10053,0,'66.249.65.218',7,1251522496),(10054,0,'65.55.211.36',14,1251527745),(10055,0,'208.115.111.244',4,1251554289),(10056,0,'72.30.78.246',13,1251607338),(10057,0,'65.55.108.191',18,1251616400),(10058,0,'65.55.211.24',15,1251621540),(10059,0,'72.30.78.246',10,1251640616),(10060,0,'74.6.17.184',18,1251660303),(10061,0,'65.55.106.181',2,1251674355),(10062,0,'208.115.111.244',14,1251681233),(10063,0,'208.115.111.244',18,1251681238),(10064,0,'74.6.17.168',4,1251694960),(10065,0,'65.55.106.156',13,1251695984),(10066,0,'74.6.17.168',17,1251712040),(10067,0,'65.55.106.112',5,1251715483),(10068,0,'208.115.111.244',2,1251722478),(10069,0,'67.202.59.141',7,1251764272),(10070,0,'65.55.211.25',10,1251780936),(10071,0,'65.55.211.25',13,1251780938),(10072,0,'74.6.17.168',21,1251818805),(10073,0,'65.55.106.156',20,1251841154),(10074,0,'65.55.211.26',20,1251913648),(10075,0,'72.30.142.98',20,1251918681),(10076,0,'65.55.211.29',4,1251955631),(10077,0,'72.30.142.98',14,1251960166),(10078,0,'65.55.211.40',5,1251988704),(10079,0,'65.55.106.109',4,1252002489),(10080,0,'66.249.68.248',7,1252016256),(10081,0,'65.55.211.28',7,1252021641),(10082,0,'65.55.211.38',21,1252037496),(10083,0,'65.55.211.36',17,1252158788),(10084,0,'65.55.106.162',13,1252161242),(10085,0,'216.138.118.50',7,1252162033),(10086,0,'65.55.106.234',18,1252170214),(10087,0,'65.55.106.136',5,1252179874),(10088,0,'72.30.142.238',13,1252224940),(10089,0,'65.55.211.36',12,1252225828),(10090,0,'72.30.142.238',12,1252249075),(10091,0,'65.55.211.31',18,1252261009),(10092,0,'65.55.211.28',2,1252263612),(10093,0,'65.55.211.40',6,1252277471),(10094,0,'65.55.106.156',14,1252283702),(10095,0,'65.55.106.113',17,1252295732),(10096,0,'72.30.142.173',18,1252298780),(10097,0,'72.30.142.253',17,1252319163),(10098,0,'66.249.68.248',7,1252391393),(10099,0,'65.55.106.156',21,1252411917),(10100,0,'65.55.104.169',21,1252432034),(10101,0,'65.55.207.118',6,1252441349),(10102,0,'65.55.106.134',15,1252451880),(10103,0,'65.55.207.117',7,1252463998),(10104,0,'74.6.22.183',2,1252507964),(10105,0,'65.55.211.36',14,1252556488),(10106,0,'72.30.87.113',14,1252571385),(10107,0,'65.55.106.233',12,1252579134),(10108,0,'66.249.68.248',7,1252589782),(10109,0,'72.30.87.113',5,1252604548),(10110,0,'65.55.207.94',10,1252648613),(10111,0,'72.20.99.21',14,1252652957),(10112,0,'72.20.99.21',18,1252653287),(10113,0,'72.20.99.21',2,1252653638),(10114,0,'72.20.99.21',4,1252653807),(10115,0,'72.20.99.21',20,1252654197),(10116,0,'72.20.99.21',15,1252654366),(10117,0,'72.20.99.21',17,1252654637),(10118,0,'72.20.99.21',7,1252654975),(10119,0,'72.20.99.21',13,1252655193),(10120,0,'72.20.99.21',5,1252655547),(10121,0,'72.20.99.21',10,1252655610),(10122,0,'72.20.99.21',6,1252655914),(10123,0,'72.20.99.21',12,1252656122),(10124,0,'72.20.99.21',9,1252656273),(10125,0,'72.20.99.21',21,1252656342),(10126,0,'65.55.207.24',9,1252663105),(10127,0,'195.113.214.196',2,1252675528),(10128,0,'195.113.214.196',6,1252675539),(10129,0,'195.113.214.196',20,1252675549),(10130,0,'195.113.214.196',18,1252675560),(10131,0,'195.113.214.196',15,1252675570),(10132,0,'195.113.214.196',9,1252675580),(10133,0,'195.113.214.196',17,1252675623),(10134,0,'195.113.214.196',5,1252675665),(10135,0,'195.113.214.196',14,1252675675),(10136,0,'195.113.214.196',21,1252675686),(10137,0,'195.113.214.196',10,1252675696),(10138,0,'195.113.214.196',7,1252675717),(10139,0,'195.113.214.196',13,1252675760),(10140,0,'195.113.214.196',4,1252675770),(10141,0,'195.113.214.196',12,1252675994),(10142,0,'66.249.68.248',10,1252793003),(10143,0,'65.55.211.24',15,1252807045),(10144,0,'65.55.211.25',13,1252817792),(10145,0,'65.55.211.25',10,1252817792),(10146,0,'72.30.87.113',13,1252845006),(10147,0,'66.249.68.248',7,1252856675),(10148,0,'72.30.87.113',18,1252905076),(10149,0,'72.30.142.168',17,1252924457),(10150,0,'66.249.68.248',4,1252945606),(10151,0,'72.30.142.168',6,1252973082),(10152,0,'65.55.211.26',20,1253004966),(10153,0,'65.55.207.54',2,1253024987),(10154,0,'65.55.211.38',21,1253055998),(10155,0,'65.55.207.51',10,1253111619),(10156,0,'66.249.68.248',10,1253127758),(10157,0,'65.55.211.29',4,1253137173),(10158,0,'65.55.211.40',6,1253169882),(10159,0,'65.55.211.31',18,1253170474),(10160,0,'65.55.207.134',14,1253174047),(10161,0,'208.115.111.244',21,1253206477),(10162,0,'72.30.142.253',20,1253209287),(10163,0,'72.30.142.253',14,1253235805),(10164,0,'65.55.211.40',5,1253269900),(10165,0,'66.249.71.243',7,1253275040),(10166,0,'65.55.211.36',17,1253304911),(10167,0,'65.55.211.28',2,1253311960),(10168,0,'65.55.108.190',21,1253318113),(10169,0,'65.55.211.39',9,1253360655),(10170,0,'65.55.207.50',6,1253367181),(10171,0,'65.55.207.54',7,1253427899),(10172,0,'66.249.71.243',20,1253444104),(10173,0,'72.30.79.26',13,1253450269),(10174,0,'72.30.79.26',7,1253455250),(10175,0,'65.55.211.36',14,1253456534),(10176,0,'72.30.79.26',10,1253458360),(10177,0,'72.30.79.26',13,1253479555),(10178,0,'208.115.111.244',5,1253493071),(10179,0,'72.30.79.26',18,1253514669),(10180,0,'72.30.79.26',17,1253530205),(10181,0,'65.55.106.139',18,1253530975),(10182,0,'65.55.106.115',13,1253541205),(10183,0,'65.55.207.122',5,1253567304),(10184,0,'65.55.106.234',9,1253605620),(10185,0,'72.30.81.163',9,1253612926),(10186,0,'65.55.207.76',20,1253654097),(10187,0,'65.55.106.187',17,1253655237),(10188,0,'72.30.81.163',21,1253680632),(10189,0,'72.30.81.163',2,1253718764),(10190,0,'66.249.71.243',7,1253731291),(10191,0,'72.30.81.163',15,1253755839),(10192,0,'65.55.207.140',15,1253817428),(10193,0,'65.55.106.138',4,1253839538),(10194,0,'74.6.8.117',14,1253841040),(10195,0,'65.55.106.182',21,1253866868),(10196,0,'65.55.211.26',20,1253927476),(10197,0,'65.55.211.38',21,1253945540),(10198,0,'65.55.207.54',2,1253945765),(10199,0,'65.55.207.74',12,1253952155),(10200,0,'65.55.108.189',20,1253979939),(10201,0,'65.55.106.235',10,1254053612),(10202,0,'65.55.207.50',14,1254065161),(10203,0,'65.55.211.31',18,1254113910),(10204,0,'74.6.8.117',18,1254119960),(10205,0,'74.6.8.117',17,1254136147),(10206,0,'66.249.71.237',7,1254155035),(10207,0,'65.55.211.29',7,1254175711),(10208,0,'208.115.111.244',6,1254182259),(10209,0,'65.55.211.29',7,1254184482),(10210,0,'208.115.111.244',12,1254196348),(10211,0,'208.115.111.244',9,1254196353),(10212,0,'74.6.8.117',13,1254196939),(10213,0,'74.6.8.117',12,1254227271),(10214,0,'65.55.211.36',17,1254242229),(10215,0,'65.55.207.117',6,1254253244),(10216,0,'208.115.111.244',13,1254278859),(10217,0,'208.115.111.244',10,1254293949),(10218,0,'65.55.211.29',4,1254304532),(10219,0,'65.55.207.30',7,1254313930),(10220,0,'65.55.211.40',6,1254345367),(10221,0,'65.55.211.28',2,1254366708),(10222,0,'65.55.211.36',14,1254367556),(10223,0,'74.6.8.117',14,1254370173),(10224,0,'208.115.111.244',20,1254387160),(10225,0,'208.115.111.244',15,1254410667),(10226,0,'208.115.111.244',17,1254410672),(10227,0,'65.55.207.94',18,1254411817),(10228,0,'208.115.111.244',7,1254418527),(10229,0,'74.6.18.250',20,1254427111),(10230,0,'74.6.18.250',20,1254433651),(10231,0,'74.6.18.250',20,1254438161),(10232,0,'65.55.207.118',13,1254439387),(10233,0,'65.55.207.28',5,1254465759),(10234,0,'208.115.111.244',4,1254489596),(10235,0,'65.55.106.160',9,1254513966),(10236,0,'74.6.18.250',4,1254544379),(10237,0,'65.55.106.110',20,1254549603),(10238,0,'65.55.106.136',17,1254553265),(10239,0,'208.115.111.244',14,1254620503),(10240,0,'208.115.111.244',18,1254620508),(10241,0,'65.55.211.23',15,1254655530),(10242,0,'208.115.111.244',2,1254659222),(10243,0,'65.55.108.189',2,1254667331),(10244,0,'66.249.71.237',7,1254690438),(10245,0,'65.55.207.102',15,1254694739),(10246,0,'74.6.18.250',5,1254712220),(10247,0,'74.6.18.250',5,1254718029),(10248,0,'74.6.18.250',18,1254730418),(10249,0,'74.6.18.250',17,1254742480),(10250,0,'74.6.18.250',6,1254750245),(10251,0,'65.55.207.99',4,1254751739),(10252,0,'65.55.211.40',5,1254755032),(10253,0,'66.249.71.237',7,1254762586),(10254,0,'66.249.71.237',4,1254762635),(10255,0,'66.249.71.237',6,1254762693),(10256,0,'66.249.71.237',9,1254762741),(10257,0,'66.249.71.237',5,1254762838),(10258,0,'66.249.71.237',2,1254762922),(10259,0,'66.249.71.237',21,1254762979),(10260,0,'66.249.71.237',20,1254763033),(10261,0,'66.249.71.237',14,1254763288),(10262,0,'66.249.71.237',13,1254763344),(10263,0,'66.249.71.237',17,1254763393),(10264,0,'66.249.71.237',18,1254763574),(10265,0,'66.249.71.237',12,1254763841),(10266,0,'66.249.71.237',15,1254763972),(10267,0,'66.249.71.237',10,1254764046),(10268,0,'65.55.106.208',21,1254765209),(10269,0,'65.55.211.38',21,1254818832),(10270,0,'65.55.106.115',2,1254829616),(10271,0,'65.55.211.26',20,1254837247),(10272,0,'65.55.207.49',12,1254856525),(10273,0,'65.55.108.189',7,1254876247),(10274,0,'66.249.71.237',12,1254886175),(10275,0,'66.249.71.237',6,1254886176),(10276,0,'66.249.71.237',13,1254886177),(10277,0,'66.249.71.237',21,1254886178),(10278,0,'66.249.71.237',5,1254886179),(10279,0,'66.249.71.237',9,1254886180),(10280,0,'65.55.106.229',14,1254925431),(10281,0,'65.55.207.30',10,1254946161),(10282,0,'195.198.145.140',2,1254997136),(10283,0,'65.55.211.31',18,1255012282),(10284,0,'65.55.211.29',7,1255065021),(10285,0,'65.55.211.40',6,1255072342),(10286,0,'65.55.211.40',6,1255087610),(10287,0,'65.55.211.36',17,1255118441),(10288,0,'65.55.211.36',12,1255124168),(10289,0,'65.55.106.159',6,1255134347),(10290,0,'65.55.106.133',7,1255203256),(10291,0,'65.55.211.36',14,1255243429),(10292,0,'65.55.211.28',2,1255315616),(10293,0,'97.84.212.87',18,1255317773),(10294,0,'97.84.212.87',18,1255317789),(10295,0,'97.84.212.87',17,1255317844),(10296,0,'65.55.106.110',18,1255320610),(10297,0,'65.55.106.107',13,1255339120),(10298,0,'65.55.207.27',5,1255361890),(10299,0,'65.55.211.40',5,1255391986),(10300,0,'65.55.108.188',15,1255392059),(10301,0,'72.30.142.125',10,1255395524),(10302,0,'65.55.207.135',20,1255409256),(10303,0,'65.55.207.121',9,1255421408),(10304,0,'65.55.107.182',17,1255434594),(10305,0,'201.220.215.13',14,1255482137),(10306,0,'201.220.215.14',2,1255482189),(10307,0,'72.30.142.125',13,1255492588),(10308,0,'66.249.71.237',2,1255521810),(10309,0,'66.249.71.237',5,1255527887),(10310,0,'66.249.71.237',9,1255527948),(10311,0,'66.249.71.237',6,1255528003),(10312,0,'66.249.71.237',4,1255528063),(10313,0,'66.249.71.237',7,1255528247),(10314,0,'66.249.71.237',21,1255528314),(10315,0,'66.249.71.237',15,1255528378),(10316,0,'66.249.71.237',17,1255528434),(10317,0,'66.249.71.237',12,1255528615),(10318,0,'66.249.71.237',20,1255528806),(10319,0,'66.249.71.237',18,1255528940),(10320,0,'66.249.71.237',14,1255529039),(10321,0,'66.249.71.237',13,1255529105),(10322,0,'66.249.71.237',10,1255529203),(10323,0,'72.30.142.125',21,1255541036),(10324,0,'67.195.111.186',9,1255560686),(10325,0,'72.30.142.125',14,1255580617),(10326,0,'125.99.127.100',2,1255588723),(10327,0,'125.99.127.100',2,1255589476),(10328,0,'65.55.106.137',15,1255596850),(10329,0,'218.70.194.240',7,1255618285),(10330,0,'218.70.194.240',7,1255618289),(10331,0,'218.70.194.240',7,1255618289),(10332,0,'65.55.106.233',4,1255649416),(10333,0,'65.55.207.45',21,1255676864),(10334,0,'72.30.142.125',17,1255715449),(10335,0,'65.55.106.206',2,1255729664),(10336,0,'65.55.211.38',21,1255750891),(10337,0,'65.55.207.120',12,1255774063),(10338,0,'65.55.211.40',6,1255774868),(10339,0,'65.55.211.39',9,1255780240),(10340,0,'65.55.207.137',14,1255817739),(10341,0,'66.249.65.188',7,1255817869),(10342,0,'65.55.107.179',10,1255837246),(10343,0,'66.249.65.188',14,1255910436),(10344,0,'72.30.161.249',20,1255933592),(10345,0,'72.30.161.249',18,1255941019),(10346,0,'208.115.111.244',2,1255982569),(10347,0,'65.55.211.26',20,1255987261),(10348,0,'65.55.207.51',6,1256021585),(10349,0,'66.249.65.188',14,1256079463),(10350,0,'65.55.207.133',7,1256092321),(10351,0,'72.30.65.39',12,1256105663),(10352,0,'208.115.111.244',21,1256110309),(10353,0,'65.55.211.31',18,1256124515),(10354,0,'72.30.65.39',7,1256128674),(10355,0,'72.30.65.39',13,1256189083),(10356,0,'65.55.207.74',18,1256202059),(10357,0,'211.233.79.182',7,1256227103),(10358,0,'65.55.106.134',5,1256246998),(10359,0,'65.55.108.189',18,1256251386),(10360,0,'65.55.108.189',14,1256256623),(10361,0,'66.249.65.188',14,1256257548),(10362,0,'65.55.211.36',12,1256270484),(10363,0,'65.55.106.204',20,1256287376),(10364,0,'65.55.211.29',7,1256292463),(10365,0,'66.249.65.188',10,1256297782),(10366,0,'66.249.65.188',5,1256304582),(10367,0,'66.249.65.188',4,1256305064),(10368,0,'66.249.65.188',6,1256305255),(10369,0,'66.249.65.188',9,1256305348),(10370,0,'66.249.65.188',2,1256305444),(10371,0,'66.249.65.188',7,1256305512),(10372,0,'66.249.65.188',13,1256305716),(10373,0,'66.249.65.188',20,1256305781),(10374,0,'66.249.65.188',15,1256305945),(10375,0,'66.249.65.188',21,1256306170),(10376,0,'66.249.65.188',17,1256306244),(10377,0,'66.249.65.188',12,1256306312),(10378,0,'66.249.65.188',18,1256306382),(10379,0,'74.6.18.248',15,1256317330),(10380,0,'65.55.106.135',17,1256322327),(10381,0,'65.55.106.204',9,1256328777),(10382,0,'65.55.211.24',10,1256329924),(10383,0,'65.55.211.24',13,1256329925),(10384,0,'65.55.207.96',13,1256358713),(10385,0,'79.102.32.121',2,1256388106),(10386,0,'72.30.81.182',9,1256393198),(10387,0,'208.115.111.244',13,1256393431),(10388,0,'208.115.111.244',5,1256393436),(10389,0,'208.115.111.244',10,1256411669),(10390,0,'208.115.111.244',12,1256411674),(10391,0,'208.115.111.244',14,1256411679),(10392,0,'208.115.111.244',18,1256411684),(10393,0,'208.115.111.244',6,1256411689),(10394,0,'208.115.111.244',9,1256411699),(10395,0,'65.55.211.29',4,1256418461),(10396,0,'208.115.111.244',20,1256420232),(10397,0,'208.115.111.244',4,1256420237),(10398,0,'208.115.111.244',15,1256437115),(10399,0,'208.115.111.244',17,1256437120),(10400,0,'208.115.111.244',7,1256437125),(10401,0,'65.55.211.36',14,1256442353),(10402,0,'66.249.65.188',14,1256458637),(10403,0,'65.55.211.28',2,1256460063),(10404,0,'65.55.108.189',4,1256468251),(10405,0,'65.55.106.230',15,1256480450),(10406,0,'65.55.207.135',4,1256534298),(10407,0,'65.55.211.23',15,1256587368),(10408,0,'65.55.106.156',21,1256593397),(10409,0,'65.55.106.115',2,1256617305),(10410,0,'66.249.65.188',14,1256627164),(10411,0,'65.55.211.38',21,1256643454),(10412,0,'65.55.207.102',12,1256673404),(10413,0,'65.55.207.53',14,1256695634),(10414,0,'67.195.111.186',18,1256705001),(10415,0,'65.55.106.207',10,1256717922),(10416,0,'65.55.207.50',12,1256719723),(10417,0,'67.195.111.186',20,1256743513),(10418,0,'66.249.65.188',14,1256807227),(10419,0,'66.249.65.188',10,1256888092),(10420,0,'65.55.106.156',6,1256912166),(10421,0,'67.195.111.186',18,1256948627),(10422,0,'67.195.111.186',4,1256962783),(10423,0,'67.195.111.186',20,1256979890),(10424,0,'67.195.111.186',7,1256985151),(10425,0,'67.195.111.186',12,1256992432),(10426,0,'65.55.207.75',7,1256996434),(10427,0,'76.218.86.122',2,1257011358),(10428,0,'67.195.111.186',14,1257011806),(10429,0,'67.195.111.186',9,1257016589),(10430,0,'67.195.111.186',15,1257020782),(10431,0,'65.55.106.204',18,1257124321),(10432,0,'67.195.111.186',6,1257144184),(10433,0,'67.195.111.186',10,1257156608),(10434,0,'67.195.111.186',5,1257167062),(10435,0,'65.55.207.54',20,1257175677),(10436,0,'128.255.158.89',18,1257180675),(10437,0,'65.55.107.181',5,1257182550),(10438,0,'67.195.111.186',17,1257203487),(10439,0,'65.55.211.26',20,1257211273),(10440,0,'67.195.111.186',10,1257214927),(10441,0,'67.195.111.186',2,1257221572),(10442,0,'67.195.111.186',13,1257228723),(10443,0,'67.195.111.186',2,1257231384),(10444,0,'67.195.111.186',21,1257239685),(10445,0,'67.195.111.186',13,1257243379),(10446,0,'65.55.106.230',17,1257245785),(10447,0,'65.55.106.134',13,1257281815),(10448,0,'65.55.106.184',9,1257292886),(10449,0,'65.55.207.24',15,1257375716),(10450,0,'65.55.107.179',4,1257436057),(10451,0,'65.55.207.75',2,1257520142),(10452,0,'65.55.207.72',21,1257552932),(10453,0,'65.55.106.158',12,1257582550),(10454,0,'65.55.106.113',14,1257587020),(10455,0,'65.55.106.132',10,1257651668),(10456,0,'67.195.111.186',2,1257689356),(10457,0,'65.55.108.189',17,1257718914),(10458,0,'67.195.111.186',6,1257749338),(10459,0,'67.195.111.186',5,1257772859),(10460,0,'65.55.207.121',6,1257819302),(10461,0,'67.195.115.219',14,1257851747),(10462,0,'65.55.207.140',7,1257891570),(10463,0,'91.127.108.28',2,1257939270),(10464,0,'67.195.115.219',7,1257974891),(10465,0,'67.195.115.219',18,1257988150),(10466,0,'65.55.207.132',18,1258005597),(10467,0,'67.195.115.219',20,1258013752),(10468,0,'65.55.207.122',20,1258041955),(10469,0,'65.55.207.136',5,1258063585),(10470,0,'66.249.71.173',4,1258138384),(10471,0,'66.249.71.173',9,1258138615),(10472,0,'66.249.71.173',7,1258138895),(10473,0,'66.249.71.173',6,1258139212),(10474,0,'66.249.71.173',2,1258139380),(10475,0,'66.249.71.173',5,1258139501),(10476,0,'66.249.71.173',20,1258142333),(10477,0,'66.249.71.173',17,1258142758),(10478,0,'66.249.71.173',18,1258142862),(10479,0,'66.249.71.173',10,1258142972),(10480,0,'66.249.71.173',13,1258143099),(10481,0,'66.249.71.173',14,1258143352),(10482,0,'66.249.71.173',12,1258143716),(10483,0,'66.249.71.173',15,1258144186),(10484,0,'66.249.71.173',21,1258144283),(10485,0,'65.55.108.189',2,1258144665),(10486,0,'67.195.115.219',13,1258166028),(10487,0,'65.55.106.132',17,1258188410),(10488,0,'65.55.207.72',13,1258232661),(10489,0,'65.55.106.138',9,1258246338),(10490,0,'65.55.106.109',15,1258255518),(10491,0,'65.55.108.189',20,1258276436),(10492,0,'66.249.71.173',14,1258299475),(10493,0,'65.55.106.231',4,1258318159),(10494,0,'67.195.112.110',20,1258337575),(10495,0,'67.195.112.110',4,1258341155),(10496,0,'67.195.112.110',15,1258342095),(10497,0,'67.195.112.110',7,1258343062),(10498,0,'65.55.108.189',7,1258354184),(10499,0,'67.195.112.110',6,1258355007),(10500,0,'67.195.112.110',5,1258378551),(10501,0,'67.195.112.110',17,1258388960),(10502,0,'65.55.106.210',2,1258406684),(10503,0,'66.249.71.173',2,1258439980),(10504,0,'65.55.107.179',14,1258470555),(10505,0,'65.55.207.100',21,1258495752),(10506,0,'65.55.106.231',12,1258503341),(10507,0,'67.195.112.110',17,1258544572),(10508,0,'67.195.112.110',12,1258556194),(10509,0,'65.55.106.203',10,1258573689),(10510,0,'67.195.112.110',7,1258580083),(10511,0,'65.55.108.190',21,1258644134),(10512,0,'67.228.189.219',12,1258693674),(10513,0,'67.228.189.219',13,1258693815),(10514,0,'67.228.189.219',9,1258694064),(10515,0,'67.228.189.219',6,1258694113),(10516,0,'67.228.189.219',5,1258694257),(10517,0,'67.228.189.219',21,1258694300),(10518,0,'67.228.189.219',10,1258694376),(10519,0,'67.228.189.219',2,1258694578),(10520,0,'67.228.189.219',14,1258694672),(10521,0,'67.228.189.219',18,1258694897),(10522,0,'67.228.189.219',17,1258695012),(10523,0,'67.228.189.219',4,1258695153),(10524,0,'67.228.189.219',15,1258695223),(10525,0,'67.228.189.219',7,1258695466),(10526,0,'67.228.189.219',20,1258695593),(10527,0,'65.55.207.48',6,1258750293),(10528,0,'67.195.112.110',14,1258767818),(10529,0,'65.55.106.231',7,1258785455),(10530,0,'77.88.26.25',18,1258846959),(10531,0,'65.55.108.188',15,1258868608),(10532,0,'77.88.26.25',14,1258871766),(10533,0,'77.88.26.25',2,1258890455),(10534,0,'67.195.112.110',18,1258909490),(10535,0,'79.53.147.151',2,1258911502),(10536,0,'65.55.207.75',20,1258929268),(10537,0,'65.55.106.182',18,1258936768),(10538,0,'208.115.111.244',20,1258948122),(10539,0,'208.115.111.244',4,1258948127),(10540,0,'67.195.115.219',13,1258957000),(10541,0,'208.115.111.244',15,1258957230),(10542,0,'208.115.111.244',17,1258957235),(10543,0,'208.115.111.244',7,1258957240),(10544,0,'67.195.112.110',12,1258957511),(10545,0,'67.195.112.110',6,1258960065),(10546,0,'196.213.32.219',10,1258974684),(10547,0,'196.213.32.219',12,1258983930),(10548,0,'196.213.32.219',21,1258983971),(10549,0,'67.195.112.110',5,1258984101),(10550,0,'65.55.106.133',5,1259024246),(10551,0,'67.195.115.219',10,1259031348),(10552,0,'67.195.112.110',14,1259032653),(10553,0,'67.195.112.110',2,1259109020),(10554,0,'65.55.207.72',17,1259125309),(10555,0,'65.55.107.179',15,1259154405),(10556,0,'66.249.71.237',2,1259156271),(10557,0,'65.55.207.25',13,1259175798),(10558,0,'208.115.111.244',21,1259181213),(10559,0,'65.55.207.134',4,1259242275),(10560,0,'67.195.115.189',20,1259246542),(10561,0,'77.88.26.25',20,1259247851),(10562,0,'65.55.106.112',9,1259266547),(10563,0,'77.88.26.25',17,1259286570),(10564,0,'77.88.26.25',15,1259292131),(10565,0,'67.195.115.189',15,1259297623),(10566,0,'77.88.26.25',4,1259315296),(10567,0,'77.88.26.25',7,1259318996),(10568,0,'67.195.115.189',18,1259359281),(10569,0,'65.55.207.96',2,1259359419),(10570,0,'67.195.115.189',7,1259360065),(10571,0,'65.55.207.29',14,1259365451),(10572,0,'80.123.58.57',2,1259366327),(10573,0,'66.249.71.234',7,1259374976),(10574,0,'66.249.71.234',2,1259381412),(10575,0,'67.195.115.189',4,1259385846),(10576,0,'67.195.115.189',15,1259392018),(10577,0,'77.88.26.25',14,1259404976),(10578,0,'77.88.26.25',2,1259419316),(10579,0,'77.88.26.25',18,1259429958),(10580,0,'67.195.115.189',9,1259436250),(10581,0,'77.88.26.25',10,1259447302),(10582,0,'65.55.106.180',12,1259455572),(10583,0,'77.88.26.25',21,1259466157),(10584,0,'77.88.26.25',14,1259469374),(10585,0,'77.88.26.25',2,1259473138),(10586,0,'77.88.26.25',12,1259486999),(10587,0,'77.88.26.25',6,1259492692),(10588,0,'77.88.26.25',18,1259499037),(10589,0,'67.195.115.189',21,1259527415),(10590,0,'67.195.115.189',17,1259530719),(10591,0,'77.88.26.25',9,1259542933),(10592,0,'65.55.106.206',10,1259545117),(10593,0,'65.55.106.160',21,1259559488),(10594,0,'67.195.115.189',12,1259562698),(10595,0,'67.195.115.189',6,1259565259),(10596,0,'77.88.26.25',5,1259581617),(10597,0,'66.249.71.234',7,1259584770),(10598,0,'66.249.71.234',18,1259589020),(10599,0,'67.195.115.189',5,1259589080),(10600,0,'66.249.71.234',2,1259618910),(10601,0,'65.55.106.112',6,1259645076),(10602,0,'77.88.26.25',4,1259650018),(10603,0,'77.88.26.25',20,1259659928),(10604,0,'77.88.26.25',17,1259664181),(10605,0,'77.88.26.25',15,1259668525),(10606,0,'77.88.26.25',7,1259672374),(10607,0,'65.55.106.228',7,1259694606),(10608,0,'67.195.115.189',20,1259696447),(10609,0,'208.115.111.244',13,1259742867),(10610,0,'77.88.26.25',10,1259747428),(10611,0,'208.115.111.244',5,1259760949),(10612,0,'77.88.26.25',14,1259762432),(10613,0,'77.88.26.25',21,1259765419),(10614,0,'77.88.26.25',2,1259766924),(10615,0,'66.249.71.243',10,1259780663),(10616,0,'88.111.68.110',2,1259780749),(10617,0,'94.192.212.82',2,1259782758),(10618,0,'66.249.71.243',2,1259834252),(10619,0,'65.55.106.228',20,1259851072),(10620,0,'94.178.67.131',2,1259883993),(10621,0,'67.195.115.224',13,1259885139),(10622,0,'65.55.106.108',18,1259890851),(10623,0,'208.115.111.244',12,1259892725),(10624,0,'208.115.111.244',6,1259892730),(10625,0,'208.115.111.244',10,1259901265),(10626,0,'208.115.111.244',9,1259901275),(10627,0,'87.250.255.242',2,1259913025),(10628,0,'87.250.255.242',14,1259924352),(10629,0,'67.195.115.224',18,1259964396),(10630,0,'67.195.115.224',7,1259965192),(10631,0,'87.250.255.242',4,1259992386),(10632,0,'67.195.115.224',14,1259992400),(10633,0,'87.250.255.242',9,1260008512),(10634,0,'87.250.255.242',5,1260013078),(10635,0,'87.250.255.242',20,1260017991),(10636,0,'67.195.115.224',15,1260020761),(10637,0,'87.250.255.242',10,1260021497),(10638,0,'87.250.255.242',21,1260023600),(10639,0,'87.250.255.242',15,1260027106),(10640,0,'65.55.106.109',5,1260031097),(10641,0,'67.195.115.224',21,1260045626),(10642,0,'87.250.255.242',7,1260047386),(10643,0,'87.250.255.242',14,1260056397),(10644,0,'87.250.255.242',18,1260057215),(10645,0,'87.250.255.242',6,1260061309),(10646,0,'65.55.106.138',15,1260084765),(10647,0,'65.55.106.183',17,1260130064),(10648,0,'67.195.115.224',17,1260135701),(10649,0,'67.195.115.224',6,1260170337),(10650,0,'65.55.207.137',13,1260179111),(10651,0,'65.55.106.160',4,1260189760),(10652,0,'65.55.106.183',9,1260219879),(10653,0,'67.195.115.224',18,1260228519),(10654,0,'65.55.106.227',14,1260269438),(10655,0,'65.55.106.206',2,1260298986),(10656,0,'208.115.111.244',14,1260330891),(10657,0,'208.115.111.244',18,1260330896),(10658,0,'208.115.111.244',2,1260330901),(10659,0,'66.249.71.243',10,1260376792),(10660,0,'65.55.106.111',12,1260400055),(10661,0,'77.88.28.248',14,1260480799),(10662,0,'77.88.28.248',18,1260481527),(10663,0,'77.88.28.248',2,1260481919),(10664,0,'77.88.28.248',17,1260482280),(10665,0,'77.88.28.248',7,1260482955),(10666,0,'77.88.28.248',12,1260486098),(10667,0,'77.88.28.248',15,1260486311),(10668,0,'77.88.28.248',4,1260486651),(10669,0,'77.88.28.248',20,1260487202),(10670,0,'77.88.28.248',5,1260487753),(10671,0,'77.88.28.248',9,1260505665),(10672,0,'77.88.28.248',10,1260506099),(10673,0,'77.88.28.248',6,1260506141),(10674,0,'65.55.106.136',10,1260509520),(10675,0,'77.88.28.248',21,1260542893),(10676,0,'77.88.28.248',13,1260550777),(10677,0,'65.55.106.159',21,1260552929),(10678,0,'65.55.106.131',6,1260560849),(10679,0,'87.250.255.242',21,1260561773),(10680,0,'67.195.115.224',7,1260572009),(10681,0,'65.55.106.108',7,1260582509),(10682,0,'65.55.106.108',20,1260723015),(10683,0,'65.55.106.231',18,1260828161),(10684,0,'67.195.115.224',6,1260834033),(10685,0,'67.195.115.224',5,1260862067),(10686,0,'87.250.255.242',7,1260868252),(10687,0,'87.250.255.242',5,1260875537),(10688,0,'87.250.255.242',15,1260879179),(10689,0,'87.250.255.242',12,1260880758),(10690,0,'87.250.255.242',6,1260883902),(10691,0,'87.250.255.242',14,1260884426),(10692,0,'87.250.255.242',13,1260886535),(10693,0,'67.195.115.224',20,1260909075),(10694,0,'65.55.106.159',5,1260950319),(10695,0,'65.55.106.211',15,1260991628),(10696,0,'67.195.115.224',10,1261010457),(10697,0,'67.195.115.224',2,1261037747),(10698,0,'67.195.115.224',15,1261038176),(10699,0,'65.55.106.156',17,1261094736),(10700,0,'67.195.115.224',13,1261094978),(10701,0,'65.55.106.159',4,1261106315),(10702,0,'65.55.106.114',13,1261111025),(10703,0,'65.55.207.123',9,1261117475),(10704,0,'65.55.207.123',14,1261165144),(10705,0,'67.195.115.224',7,1261177006),(10706,0,'67.195.115.224',14,1261182996),(10707,0,'65.55.207.78',2,1261189141),(10708,0,'77.88.42.27',2,1261200892),(10709,0,'67.110.143.50',5,1261204873),(10710,0,'67.110.143.50',6,1261205018),(10711,0,'67.110.143.50',9,1261205245),(10712,0,'67.110.143.50',10,1261205377),(10713,0,'67.110.143.50',12,1261205499),(10714,0,'67.110.143.50',13,1261205620),(10715,0,'67.110.143.50',21,1261205732),(10716,0,'67.110.143.50',18,1261205858),(10717,0,'67.110.143.50',14,1261206036),(10718,0,'67.110.143.50',4,1261206220),(10719,0,'67.110.143.50',7,1261206399),(10720,0,'67.110.143.50',15,1261206584),(10721,0,'67.110.143.50',17,1261206797),(10722,0,'67.110.143.50',20,1261207003),(10723,0,'67.110.143.50',2,1261207190),(10724,0,'77.88.42.27',4,1261208160),(10725,0,'77.88.42.27',20,1261211782),(10726,0,'77.88.42.27',9,1261214522),(10727,0,'77.88.42.27',18,1261215422),(10728,0,'77.88.42.27',10,1261228975),(10729,0,'77.88.42.27',17,1261232539),(10730,0,'77.88.42.27',21,1261310049),(10731,0,'65.55.207.102',12,1261326150),(10732,0,'65.55.106.162',10,1261397607),(10733,0,'67.195.115.224',17,1261429296),(10734,0,'67.195.115.224',6,1261444489),(10735,0,'65.55.106.131',7,1261464115),(10736,0,'67.195.115.224',5,1261467012),(10737,0,'65.55.207.47',6,1261474526),(10738,0,'65.55.207.69',21,1261485144),(10739,0,'65.55.207.46',20,1261613810),(10740,0,'67.195.115.224',18,1261614566),(10741,0,'67.195.115.224',15,1261643563),(10742,0,'65.55.207.118',18,1261745416),(10743,0,'66.249.71.150',12,1261782103),(10744,0,'66.249.71.150',6,1261782103),(10745,0,'66.249.71.150',5,1261782104),(10746,0,'67.195.115.224',7,1261782769),(10747,0,'66.249.71.150',9,1261782890),(10748,0,'66.249.71.150',13,1261782981),(10749,0,'66.249.71.150',21,1261783086),(10750,0,'67.195.115.224',9,1261884173),(10751,0,'65.55.106.155',5,1261884581),(10752,0,'65.55.106.134',15,1261919320),(10753,0,'67.195.115.224',12,1261950474),(10754,0,'67.195.115.224',4,1261985208),(10755,0,'65.55.207.98',9,1262010487),(10756,0,'65.55.107.182',4,1262015499),(10757,0,'65.55.106.135',14,1262033677),(10758,0,'67.195.115.224',17,1262034202),(10759,0,'65.55.106.210',17,1262038146),(10760,0,'67.195.115.224',5,1262071987),(10761,0,'65.55.106.133',2,1262075375),(10762,0,'67.195.115.224',20,1262119351),(10763,0,'67.195.115.224',21,1262196011),(10764,0,'67.195.115.224',18,1262219550),(10765,0,'67.195.115.224',10,1262222707),(10766,0,'67.195.115.224',6,1262231143),(10767,0,'67.195.115.224',15,1262248725),(10768,0,'65.55.106.163',12,1262254470),(10769,0,'65.55.106.227',10,1262271689),(10770,0,'79.103.62.70',14,1262314733),(10771,0,'79.103.62.70',18,1262314741),(10772,0,'79.103.62.70',2,1262314850),(10773,0,'79.103.62.70',7,1262314901),(10774,0,'79.103.62.70',10,1262314950),(10775,0,'79.103.62.70',12,1262314984),(10776,0,'79.103.62.70',21,1262315018),(10777,0,'79.103.62.70',5,1262315090),(10778,0,'79.103.62.70',6,1262315118),(10779,0,'79.103.62.70',9,1262315142),(10780,0,'79.103.62.70',15,1262315228),(10781,0,'79.103.62.70',17,1262315250),(10782,0,'79.103.62.70',20,1262315273),(10783,0,'67.195.115.224',14,1262331981),(10784,0,'65.55.207.27',7,1262334601),(10785,0,'77.88.42.27',7,1262345597),(10786,0,'65.55.107.180',6,1262361811),(10787,0,'67.195.115.224',7,1262387656),(10788,0,'65.55.207.136',21,1262393281),(10789,0,'77.88.42.27',14,1262438479),(10790,0,'77.88.42.27',5,1262441122),(10791,0,'77.88.42.27',12,1262441781),(10792,0,'77.88.42.27',6,1262441992),(10793,0,'77.88.42.27',15,1262442554),(10794,0,'65.55.207.26',20,1262489726),(10795,0,'208.115.111.244',20,1262554083),(10796,0,'208.115.111.244',4,1262554088),(10797,0,'67.195.115.224',12,1262556029),(10798,0,'208.115.111.244',17,1262564927),(10799,0,'208.115.111.244',7,1262564933),(10800,0,'208.115.111.244',15,1262570275),(10801,0,'65.55.207.69',18,1262636812),(10802,0,'67.195.115.224',17,1262639316),(10803,0,'67.195.115.224',2,1262657307),(10804,0,'208.115.111.244',14,1262736872),(10805,0,'208.115.111.244',18,1262736878),(10806,0,'208.115.111.244',21,1262780797),(10807,0,'65.55.207.98',5,1262788786),(10808,0,'67.195.115.224',18,1262824777),(10809,0,'65.55.106.158',15,1262841347),(10810,0,'65.55.107.179',9,1262880406),(10811,0,'207.46.199.189',21,1262890940),(10812,0,'65.55.207.75',14,1262897084),(10813,0,'65.55.215.74',4,1262905129),(10814,0,'65.55.106.185',17,1262944303),(10815,0,'65.55.207.95',2,1262947423),(10816,0,'207.46.199.177',6,1262951544),(10817,0,'67.195.115.224',7,1262993298),(10818,0,'66.249.71.246',10,1263018679),(10819,0,'77.88.42.27',14,1263073018),(10820,0,'77.88.42.27',18,1263073526),(10821,0,'77.88.42.27',2,1263073929),(10822,0,'77.88.42.27',17,1263074389),(10823,0,'77.88.42.27',7,1263075126),(10824,0,'77.88.42.27',12,1263078262),(10825,0,'77.88.42.27',15,1263078360),(10826,0,'77.88.42.27',4,1263078827),(10827,0,'77.88.42.27',20,1263079416),(10828,0,'77.88.42.27',10,1263100089),(10829,0,'77.88.42.27',9,1263102187),(10830,0,'77.88.42.27',18,1263122568),(10831,0,'207.46.199.183',21,1263124995),(10832,0,'77.88.42.27',6,1263132133),(10833,0,'77.88.42.27',21,1263134870),(10834,0,'77.88.42.27',5,1263140493),(10835,0,'65.55.106.160',10,1263154982),(10836,0,'67.195.115.224',12,1263161037),(10837,0,'67.195.115.224',5,1263168587),(10838,0,'67.195.115.224',6,1263171492),(10839,0,'65.55.207.136',12,1263181291),(10840,0,'207.46.199.201',6,1263195490),(10841,0,'65.55.106.160',7,1263202442),(10842,0,'67.195.115.224',17,1263244293),(10843,0,'65.55.106.228',6,1263251047),(10844,0,'65.55.106.109',21,1263302858),(10845,0,'66.249.71.246',5,1263325659),(10846,0,'66.249.71.246',4,1263325685),(10847,0,'66.249.71.246',7,1263325695),(10848,0,'66.249.71.246',6,1263325713),(10849,0,'66.249.71.246',9,1263325772),(10850,0,'66.249.71.246',2,1263325781),(10851,0,'66.249.71.246',21,1263325804),(10852,0,'66.249.71.246',15,1263325844),(10853,0,'66.249.65.156',17,1263325860),(10854,0,'66.249.71.246',10,1263325875),(10855,0,'66.249.71.246',20,1263325892),(10856,0,'66.249.71.246',14,1263325908),(10857,0,'66.249.71.246',18,1263325916),(10858,0,'66.249.71.246',12,1263325946),(10859,0,'66.249.71.246',17,1263346056),(10860,0,'65.55.106.230',20,1263355310),(10861,0,'207.46.199.193',21,1263405657),(10862,0,'67.195.115.224',18,1263429752),(10863,0,'67.195.115.224',10,1263434766),(10864,0,'77.88.42.27',2,1263541914),(10865,0,'67.195.115.224',14,1263542737),(10866,0,'65.55.106.157',18,1263546045),(10867,0,'67.195.115.224',20,1263560370),(10868,0,'77.88.42.27',14,1263597200),(10869,0,'67.195.115.224',7,1263600495),(10870,0,'208.115.111.243',5,1263607678),(10871,0,'67.195.115.224',15,1263628228),(10872,0,'208.115.111.243',10,1263662515),(10873,0,'208.115.111.243',12,1263662519),(10874,0,'208.115.111.243',6,1263662524),(10875,0,'208.115.111.243',9,1263662535),(10876,0,'208.115.111.243',20,1263689707),(10877,0,'65.55.207.23',5,1263694480),(10878,0,'208.115.111.243',4,1263703169),(10879,0,'208.115.111.243',15,1263730204),(10880,0,'208.115.111.243',17,1263730209),(10881,0,'208.115.111.243',7,1263730214),(10882,0,'207.46.199.183',21,1263730654),(10883,0,'65.55.106.136',15,1263761377),(10884,0,'67.195.115.224',12,1263766577),(10885,0,'65.55.207.132',9,1263772537),(10886,0,'65.55.106.187',14,1263779047),(10887,0,'65.55.106.204',4,1263826446),(10888,0,'65.55.207.131',2,1263840367),(10889,0,'67.195.115.224',17,1263850373),(10890,0,'75.51.86.72',2,1263853908),(10891,0,'65.55.207.23',17,1263857435),(10892,0,'65.98.224.7',10,1263994863),(10893,0,'203.81.64.36',2,1264047806),(10894,0,'65.55.106.185',10,1264055037),(10895,0,'65.55.106.115',12,1264081678),(10896,0,'65.55.106.184',7,1264084379),(10897,0,'65.55.207.136',6,1264141377),(10898,0,'208.115.111.243',14,1264173001),(10899,0,'208.115.111.243',18,1264173006),(10900,0,'65.55.207.48',21,1264195525),(10901,0,'67.195.115.224',10,1264232420),(10902,0,'65.55.207.25',20,1264234311),(10903,0,'208.115.111.243',2,1264256875),(10904,0,'208.115.111.243',21,1264271362),(10905,0,'67.195.115.224',12,1264371500),(10906,0,'67.195.115.224',7,1264401758),(10907,0,'67.195.115.224',15,1264415080),(10908,0,'65.55.106.137',18,1264426246),(10909,0,'67.195.115.224',5,1264474260),(10910,0,'67.195.115.224',21,1264474476),(10911,0,'67.195.115.224',9,1264480876),(10912,0,'65.55.207.120',5,1264572705),(10913,0,'67.195.115.224',6,1264578933),(10914,0,'67.195.115.224',2,1264579553),(10915,0,'65.55.106.133',15,1264635190),(10916,0,'65.55.207.25',9,1264647430),(10917,0,'65.55.106.203',14,1264654182),(10918,0,'65.55.106.184',4,1264702929),(10919,0,'65.55.106.179',2,1264717028),(10920,0,'65.55.106.131',17,1264734337),(10921,0,'67.195.111.157',17,1264825623),(10922,0,'67.195.111.157',10,1264837371),(10923,0,'67.195.111.157',14,1264902079),(10924,0,'67.195.111.157',18,1264902254),(10925,0,'65.55.207.72',10,1264935602),(10926,0,'67.195.111.157',20,1264955100),(10927,0,'65.55.106.114',12,1264958731),(10928,0,'65.55.106.228',7,1264960770),(10929,0,'67.195.111.157',12,1264976470),(10930,0,'66.249.71.237',21,1264998537),(10931,0,'65.55.207.99',6,1265018009),(10932,0,'71.225.146.93',2,1265032513),(10933,0,'67.195.111.157',15,1265032777),(10934,0,'65.55.207.28',20,1265107616),(10935,0,'173.21.227.238',7,1265128778),(10936,0,'65.55.207.25',21,1265167198),(10937,0,'151.32.245.29',12,1265190107),(10938,0,'151.32.245.29',21,1265190138),(10939,0,'151.32.245.29',5,1265190155),(10940,0,'151.32.245.29',18,1265190201),(10941,0,'151.32.245.29',14,1265190209),(10942,0,'65.55.106.139',18,1265299940),(10943,0,'67.195.111.157',21,1265353064),(10944,0,'208.115.111.243',5,1265374123),(10945,0,'67.195.111.157',4,1265408247),(10946,0,'208.115.111.243',10,1265430698),(10947,0,'208.115.111.243',12,1265430703),(10948,0,'208.115.111.243',6,1265430708),(10949,0,'208.115.111.243',9,1265430718),(10950,0,'67.195.111.157',10,1265442310),(10951,0,'65.55.207.101',5,1265446755),(10952,0,'208.115.111.243',20,1265458147),(10953,0,'116.125.141.4',7,1265469144),(10954,0,'208.115.111.243',4,1265471697),(10955,0,'208.115.111.243',15,1265498460),(10956,0,'208.115.111.243',17,1265498465),(10957,0,'208.115.111.243',7,1265498470),(10958,0,'67.195.111.157',7,1265500541),(10959,0,'67.195.111.157',18,1265507451),(10960,0,'65.55.207.54',15,1265508757),(10961,0,'65.55.106.163',9,1265521057),(10962,0,'65.55.207.54',14,1265531046),(10963,0,'65.55.216.33',4,1265576886),(10964,0,'65.55.207.95',2,1265592156),(10965,0,'65.55.106.183',17,1265607756),(10966,0,'67.195.111.157',15,1265637810),(10967,0,'67.195.111.157',5,1265649742),(10968,0,'77.88.42.27',4,1265674455),(10969,0,'77.88.42.27',14,1265676109),(10970,0,'77.88.42.27',20,1265676142),(10971,0,'77.88.42.27',17,1265676167),(10972,0,'77.88.42.27',7,1265677498),(10973,0,'77.88.42.27',15,1265680837),(10974,0,'77.88.42.27',2,1265684109),(10975,0,'67.195.111.157',4,1265686131),(10976,0,'77.88.42.27',12,1265687177),(10977,0,'77.88.42.27',10,1265708031),(10978,0,'77.88.42.27',9,1265714803),(10979,0,'77.88.42.27',18,1265724886),(10980,0,'77.88.42.27',6,1265726689),(10981,0,'77.88.42.27',5,1265740712),(10982,0,'93.174.93.222',15,1265742665),(10983,0,'77.88.42.27',21,1265749915),(10984,0,'66.249.71.132',10,1265810373),(10985,0,'65.55.106.114',10,1265820323),(10986,0,'65.55.106.187',12,1265834906),(10987,0,'65.55.207.97',7,1265839193),(10988,0,'66.249.71.132',5,1265845752),(10989,0,'67.195.111.157',6,1265881420),(10990,0,'66.249.71.132',14,1265882376),(10991,0,'65.55.207.21',6,1265893131),(10992,0,'128.255.214.50',5,1265912827),(10993,0,'128.255.150.227',22,1265914012),(10994,0,'208.115.111.243',14,1265926903),(10995,0,'208.115.111.243',18,1265926909),(10996,0,'67.195.111.157',21,1265958058),(10997,0,'65.55.207.77',20,1265981118),(10998,0,'67.195.111.157',12,1265996987),(10999,0,'208.115.111.243',2,1266023144),(11000,0,'67.195.111.157',12,1266026198),(11001,0,'208.115.111.243',21,1266036638),(11002,0,'67.195.111.157',10,1266047178),(11003,0,'65.55.106.182',21,1266049516),(11004,0,'67.195.111.157',22,1266062314),(11005,0,'66.249.71.135',7,1266103692),(11006,0,'67.195.111.157',18,1266112545),(11007,0,'65.55.106.139',18,1266178122),(11008,0,'67.195.111.157',15,1266243766),(11009,0,'65.55.207.126',5,1266322420),(11010,0,'65.55.106.208',15,1266392409),(11011,0,'65.55.216.32',9,1266401945),(11012,0,'65.55.106.180',14,1266406477),(11013,0,'67.195.111.157',17,1266409244),(11014,0,'67.195.111.157',7,1266447364),(11015,0,'67.195.111.157',14,1266464757),(11016,0,'65.55.207.93',17,1266484174),(11017,0,'65.55.106.133',2,1266493442),(11018,0,'67.195.111.157',20,1266517029),(11019,0,'65.55.207.30',4,1266519122),(11020,0,'77.88.42.27',12,1266546634),(11021,0,'77.88.42.27',5,1266557239),(11022,0,'77.88.42.27',20,1266561509),(11023,0,'67.195.111.157',21,1266562939),(11024,0,'77.88.42.27',6,1266564254),(11025,0,'77.88.42.27',21,1266566315),(11026,0,'67.195.111.157',2,1266567166),(11027,0,'77.88.42.27',17,1266569921),(11028,0,'77.88.42.27',4,1266571988),(11029,0,'77.88.42.27',2,1266572779),(11030,0,'77.88.42.27',18,1266578530),(11031,0,'77.88.42.27',9,1266580567),(11032,0,'77.88.42.27',15,1266584058),(11033,0,'77.88.42.27',10,1266587808),(11034,0,'77.88.42.27',7,1266588265),(11035,0,'77.88.42.27',14,1266590245),(11036,0,'67.195.111.157',5,1266638563),(11037,0,'67.195.111.157',10,1266652214),(11038,0,'67.195.111.157',22,1266701839),(11039,0,'65.55.216.11',12,1266708837),(11040,0,'67.195.111.157',18,1266722241),(11041,0,'65.55.207.48',10,1266726265),(11042,0,'65.55.216.11',7,1266767064),(11043,0,'65.55.207.120',6,1266770006),(11044,0,'65.55.207.25',20,1266860844),(11045,0,'67.195.37.168',15,1266957706),(11046,0,'65.55.207.131',21,1266959750),(11047,0,'67.195.37.168',12,1266985536),(11048,0,'67.195.37.168',6,1267019512),(11049,0,'65.55.106.158',18,1267052176),(11050,0,'213.5.70.66',2,1267060847),(11051,0,'67.195.115.39',9,1267096621),(11052,0,'66.249.65.236',17,1267137052),(11053,0,'66.249.65.236',4,1267137436),(11054,0,'67.195.115.39',21,1267167961),(11055,0,'208.115.111.243',12,1267189283),(11056,0,'207.46.204.242',5,1267196853),(11057,0,'208.115.111.243',5,1267217923),(11058,0,'173.28.70.217',10,1267221538),(11059,0,'208.115.111.243',10,1267231667),(11060,0,'208.115.111.243',6,1267231671),(11061,0,'208.115.111.243',9,1267245556),(11062,0,'207.46.204.191',15,1267270593),(11063,0,'207.46.199.51',9,1267278541),(11064,0,'207.46.199.38',14,1267281484),(11065,0,'67.195.115.39',22,1267317612),(11066,0,'67.195.115.39',18,1267327121),(11067,0,'207.46.199.47',17,1267360348),(11068,0,'67.195.115.39',4,1267367547),(11069,0,'207.46.199.53',2,1267371299),(11070,0,'67.195.115.39',17,1267376968),(11071,0,'207.46.199.54',4,1267395146),(11072,0,'213.5.70.66',2,1267396406),(11073,0,'67.195.115.39',10,1267413292),(11074,0,'66.249.65.235',4,1267419479),(11075,0,'208.115.111.243',2,1267465444),(11076,0,'67.195.115.39',7,1267496252),(11077,0,'207.46.199.47',12,1267587703),(11078,0,'67.195.114.38',12,1267590419),(11079,0,'208.115.111.243',14,1267607306),(11080,0,'208.115.111.243',18,1267607311),(11081,0,'207.46.204.227',10,1267612688),(11082,0,'207.46.204.243',7,1267643406),(11083,0,'207.46.204.236',6,1267645237),(11084,0,'208.115.111.243',20,1267695936),(11085,0,'208.115.111.243',4,1267695941),(11086,0,'66.249.65.236',15,1267709398),(11087,0,'66.249.65.236',17,1267709731),(11088,0,'66.249.65.236',4,1267710065),(11089,0,'208.115.111.243',21,1267710514),(11090,0,'208.115.111.243',15,1267725881),(11091,0,'208.115.111.243',17,1267725886),(11092,0,'208.115.111.243',7,1267725892),(11093,0,'207.46.204.185',20,1267738567),(11094,0,'67.195.114.38',15,1267744296),(11095,0,'67.195.114.38',5,1267776817),(11096,0,'174.36.70.153',15,1267787467),(11097,0,'174.36.70.153',20,1267787581),(11098,0,'174.36.70.153',22,1267787714),(11099,0,'174.36.70.153',17,1267787896),(11100,0,'174.36.70.153',4,1267787998),(11101,0,'174.36.70.153',7,1267788063),(11102,0,'174.36.70.153',2,1267788201),(11103,0,'174.36.70.153',14,1267788444),(11104,0,'174.36.70.153',18,1267788541),(11105,0,'174.36.70.153',6,1267788692),(11106,0,'174.36.70.153',9,1267788728),(11107,0,'174.36.70.153',5,1267788952),(11108,0,'174.36.70.153',21,1267789014),(11109,0,'174.36.70.153',10,1267789054),(11110,0,'174.36.70.153',12,1267789088),(11111,0,'207.46.204.197',21,1267837623),(11112,0,'67.195.114.38',22,1267922598),(11113,0,'207.46.199.52',18,1267931401),(11114,0,'67.195.114.38',18,1267932425),(11115,0,'67.195.114.38',4,1267972527),(11116,0,'67.195.114.38',14,1268023481),(11117,0,'77.88.42.27',22,1268053926),(11118,0,'207.46.195.235',5,1268069457),(11119,0,'67.195.114.38',12,1268093768),(11120,0,'77.88.42.27',22,1268109498),(11121,0,'67.195.114.38',20,1268141036),(11122,0,'207.46.204.231',15,1268147392),(11123,0,'207.46.204.180',9,1268153785),(11124,0,'207.46.204.240',14,1268164016),(11125,0,'67.195.114.38',6,1268229705),(11126,0,'207.46.204.194',17,1268245975),(11127,0,'67.195.114.38',17,1268246752),(11128,0,'207.46.13.133',2,1268248729),(11129,0,'207.46.13.42',4,1268270418),(11130,0,'208.115.111.243',21,1268284089),(11131,0,'77.88.42.27',2,1268292753),(11132,0,'77.88.42.27',14,1268293112),(11133,0,'77.88.42.27',20,1268302037),(11134,0,'77.88.42.27',15,1268304333),(11135,0,'77.88.42.27',4,1268307759),(11136,0,'77.88.42.27',18,1268326863),(11137,0,'77.88.42.27',12,1268338753),(11138,0,'77.88.42.27',7,1268343854),(11139,0,'77.88.42.27',17,1268353650),(11140,0,'77.88.42.27',9,1268360111),(11141,0,'207.46.195.232',22,1268363384),(11142,0,'77.88.42.27',6,1268379097),(11143,0,'67.195.114.38',21,1268381927),(11144,0,'77.88.42.27',5,1268385660),(11145,0,'77.88.42.27',10,1268396520),(11146,0,'77.88.42.27',21,1268442853),(11147,0,'67.195.114.38',10,1268459500),(11148,0,'207.46.199.50',12,1268465246),(11149,0,'67.195.114.38',2,1268485982),(11150,0,'207.46.195.228',10,1268489935),(11151,0,'207.46.199.40',7,1268519423),(11152,0,'207.46.13.84',6,1268520027),(11153,0,'67.195.114.38',22,1268542280),(11154,0,'67.195.114.38',4,1268580998),(11155,0,'207.46.195.240',20,1268615960),(11156,0,'208.115.111.243',12,1268687965),(11157,0,'207.46.204.195',21,1268713640),(11158,0,'208.115.111.243',5,1268746476),(11159,0,'207.46.195.240',18,1268806450),(11160,0,'208.115.111.243',10,1268824055),(11161,0,'208.115.111.243',6,1268840802),(11162,0,'208.115.111.243',9,1268855681),(11163,0,'67.195.114.38',18,1268861668),(11164,0,'66.249.71.132',10,1268887045),(11165,0,'67.195.114.38',15,1268922188),(11166,0,'208.115.111.243',20,1268929776),(11167,0,'208.115.111.243',4,1268929781),(11168,0,'207.46.13.44',5,1268975524),(11169,0,'208.115.111.243',17,1268977680),(11170,0,'208.115.111.243',7,1268977685),(11171,0,'67.195.114.38',5,1268981484),(11172,0,'208.115.111.243',15,1268992580),(11173,0,'207.46.13.90',12,1268996012),(11174,0,'67.195.114.38',21,1269000411),(11175,0,'207.46.204.238',10,1269004772),(11176,0,'208.115.111.243',14,1269050568),(11177,0,'208.115.111.243',18,1269050573),(11178,0,'207.46.199.40',15,1269064499),(11179,0,'207.46.195.223',9,1269069749),(11180,0,'207.46.13.136',14,1269074341),(11181,0,'67.195.114.38',12,1269108224),(11182,0,'207.46.13.85',9,1269144730),(11183,0,'67.195.114.38',22,1269148048),(11184,0,'207.46.204.228',2,1269161441),(11185,0,'207.46.204.187',20,1269162760),(11186,0,'207.46.204.186',17,1269163062),(11187,0,'207.46.13.136',4,1269179441),(11188,0,'67.195.114.38',4,1269186065),(11189,0,'207.46.13.49',2,1269236918),(11190,0,'67.195.114.38',17,1269257537),(11191,0,'207.46.13.90',21,1269269788),(11192,0,'66.249.71.132',2,1269367073),(11193,0,'66.249.71.132',6,1269386239),(11194,0,'66.249.71.132',9,1269386371),(11195,0,'66.249.71.132',5,1269386513),(11196,0,'66.249.71.132',21,1269386677),(11197,0,'66.249.71.132',12,1269386796),(11198,0,'97.127.158.200',10,1269391324),(11199,0,'207.46.13.142',22,1269392197),(11200,0,'208.115.111.243',2,1269400117),(11201,0,'207.46.204.231',12,1269405365),(11202,0,'207.46.13.93',10,1269422463),(11203,0,'207.46.199.42',7,1269433171),(11204,0,'207.46.204.243',22,1269434041),(11205,0,'207.46.13.50',6,1269436673),(11206,0,'67.195.114.38',6,1269445488),(11207,0,'67.195.114.38',7,1269505341),(11208,0,'207.46.13.92',20,1269534409),(11209,0,'174.133.177.66',4,1269553905),(11210,0,'174.133.177.66',5,1269554470),(11211,0,'174.133.177.66',14,1269554501),(11212,0,'174.133.177.66',21,1269554560),(11213,0,'67.195.114.38',10,1269583343),(11214,0,'67.195.114.38',10,1269585649),(11215,0,'207.46.204.186',14,1269586788),(11216,0,'67.195.114.38',21,1269622427),(11217,0,'67.195.114.38',18,1269647636),(11218,0,'207.46.13.95',21,1269655906),(11219,0,'207.46.195.235',4,1269697000),(11220,0,'67.195.114.38',9,1269723855),(11221,0,'207.46.195.224',18,1269743649),(11222,0,'67.195.114.38',14,1269744381),(11223,0,'67.195.114.38',10,1269758840),(11224,0,'67.195.114.38',22,1269767114),(11225,0,'67.195.114.38',4,1269790981),(11226,0,'207.46.13.136',18,1269792463),(11227,0,'207.46.204.242',5,1269845800),(11228,0,'67.195.114.38',20,1269884140),(11229,0,'207.46.13.145',5,1269923055),(11230,0,'207.46.204.242',7,1269930876),(11231,0,'66.249.71.234',18,1269931040),(11232,0,'166.104.225.18',2,1269938954),(11233,0,'207.46.204.227',6,1269940234),(11234,0,'207.46.199.46',15,1270003975),(11235,0,'207.46.204.195',17,1270101606),(11236,0,'67.195.114.38',15,1270146201),(11237,0,'67.195.114.38',5,1270191637),(11238,0,'207.46.13.101',22,1270267068),(11239,0,'67.195.114.38',17,1270301460),(11240,0,'67.195.114.38',12,1270303093),(11241,0,'216.129.119.40',22,1270306001),(11242,0,'207.46.204.188',12,1270321915),(11243,0,'207.46.13.48',10,1270338595),(11244,0,'67.195.114.38',4,1270397038),(11245,0,'220.181.7.79',22,1270398442),(11246,0,'207.46.195.242',9,1270456874),(11247,0,'207.46.13.89',20,1270466252),(11248,0,'207.46.13.142',21,1270531084),(11249,0,'207.46.13.135',2,1270543649),(11250,0,'207.46.13.87',21,1270605646),(11251,0,'77.88.42.27',22,1270709091),(11252,0,'207.46.195.224',22,1270782333),(11253,0,'207.46.195.234',9,1270836270),(11254,0,'207.46.195.233',14,1270838610),(11255,0,'67.195.114.38',18,1270892546),(11256,0,'77.88.42.25',14,1270893496),(11257,0,'77.88.42.25',2,1270896806),(11258,0,'77.88.42.25',20,1270897625),(11259,0,'77.88.42.25',15,1270897818),(11260,0,'207.46.13.143',14,1270903620),(11261,0,'77.88.42.27',4,1270904686),(11262,0,'67.195.114.38',2,1270922020),(11263,0,'77.88.42.25',18,1270925231),(11264,0,'207.46.13.44',2,1270931971),(11265,0,'77.88.42.27',12,1270937694),(11266,0,'77.88.42.25',7,1270949468),(11267,0,'77.88.42.25',17,1270950470),(11268,0,'77.88.42.25',9,1270961388),(11269,0,'77.88.42.25',6,1270987315),(11270,0,'77.88.42.25',5,1270995104),(11271,0,'67.195.114.38',4,1271003392),(11272,0,'77.88.42.25',10,1271027428),(11273,0,'207.46.13.40',4,1271027848),(11274,0,'77.88.42.25',21,1271053587),(11275,0,'83.133.122.142',2,1271056851),(11276,0,'207.46.199.52',18,1271099436),(11277,0,'207.46.195.225',12,1271165316),(11278,0,'65.55.3.211',5,1271171035),(11279,0,'65.55.3.211',6,1271171039),(11280,0,'65.55.3.211',9,1271171042),(11281,0,'65.55.3.211',10,1271171044),(11282,0,'65.55.3.211',12,1271171048),(11283,0,'65.55.3.211',21,1271171051),(11284,0,'65.55.3.211',18,1271171054),(11285,0,'65.55.3.211',14,1271171057),(11286,0,'65.55.3.211',4,1271171060),(11287,0,'65.55.3.211',7,1271171062),(11288,0,'65.55.3.211',15,1271171065),(11289,0,'65.55.3.211',17,1271171067),(11290,0,'65.55.3.211',20,1271171070),(11291,0,'65.55.3.211',22,1271171072),(11292,0,'65.55.3.211',2,1271171075),(11293,0,'207.46.199.46',10,1271186616),(11294,0,'207.46.195.229',5,1271238842),(11295,0,'207.46.13.88',7,1271242971),(11296,0,'91.205.96.13',20,1271248394),(11297,0,'91.205.96.13',22,1271248670),(11298,0,'91.205.96.13',15,1271248710),(11299,0,'207.46.13.89',6,1271253991),(11300,0,'207.46.195.234',15,1271322136),(11301,0,'67.195.114.38',15,1271375622),(11302,0,'207.46.13.138',17,1271408609),(11303,0,'67.195.114.38',12,1271487502),(11304,0,'207.46.13.85',18,1271495069),(11305,0,'207.46.204.233',21,1271517222),(11306,0,'67.195.114.38',14,1271523140),(11307,0,'91.214.45.95',2,1271567068),(11308,0,'207.46.199.38',12,1271642228),(11309,0,'67.195.114.38',10,1271660696),(11310,0,'207.46.195.223',10,1271667683),(11311,0,'196.11.235.119',2,1271669174),(11312,0,'67.195.114.38',4,1271684012),(11313,0,'67.195.114.38',17,1271684159),(11314,0,'207.46.13.135',15,1271707474),(11315,0,'67.195.114.38',20,1271715327),(11316,0,'207.46.204.192',20,1271740297),(11317,0,'207.46.199.37',10,1271749370),(11318,0,'67.195.114.38',5,1271786074),(11319,0,'66.249.71.231',10,1271787369),(11320,0,'207.46.199.41',9,1271801100),(11321,0,'66.249.71.231',7,1271804127),(11322,0,'66.249.71.231',6,1271804133),(11323,0,'66.249.71.231',5,1271804136),(11324,0,'66.249.71.231',9,1271804140),(11325,0,'66.249.71.231',2,1271804146),(11326,0,'66.249.71.231',4,1271804151),(11327,0,'66.249.71.231',15,1271804163),(11328,0,'66.249.71.231',12,1271804169),(11329,0,'66.249.71.231',20,1271804172),(11330,0,'66.249.71.231',22,1271804186),(11331,0,'66.249.71.231',17,1271804201),(11332,0,'66.249.71.231',18,1271804204),(11333,0,'66.249.71.231',21,1271804217),(11334,0,'66.249.71.231',14,1271804222),(11335,0,'207.46.13.131',20,1271815172),(11336,0,'207.46.195.237',17,1271835180),(11337,0,'207.46.13.131',4,1271848018),(11338,0,'207.46.204.228',2,1271888787),(11339,0,'207.46.199.45',21,1271951693),(11340,0,'207.46.13.87',21,1271984301),(11341,0,'66.249.71.231',20,1272019553),(11342,0,'66.249.71.231',22,1272019804),(11343,0,'207.46.204.185',5,1272021800),(11344,0,'207.46.199.38',22,1272030530),(11345,0,'207.46.199.49',7,1272092419),(11346,0,'207.46.13.50',6,1272116926),(11347,0,'67.195.114.38',10,1272266869),(11348,0,'77.88.42.25',7,1272312936),(11349,0,'220.181.7.120',7,1272371264),(11350,0,'67.195.114.38',7,1272429635),(11351,0,'207.46.13.84',21,1272483067),(11352,0,'220.181.7.123',22,1272484870); UNLOCK TABLES; /*!40000 ALTER TABLE `acm_e107_download_requests` ENABLE KEYS */; -- -- Table structure for table `acm_e107_event` -- DROP TABLE IF EXISTS `acm_e107_event`; CREATE TABLE `acm_e107_event` ( `event_id` int(11) unsigned NOT NULL auto_increment, `event_start` int(10) NOT NULL default '0', `event_end` int(10) NOT NULL default '0', `event_allday` tinyint(1) unsigned NOT NULL default '0', `event_recurring` tinyint(1) unsigned NOT NULL default '0', `event_datestamp` int(10) unsigned NOT NULL default '0', `event_title` varchar(200) NOT NULL default '', `event_location` text NOT NULL, `event_details` text NOT NULL, `event_author` varchar(100) NOT NULL default '', `event_contact` varchar(200) NOT NULL default '', `event_category` smallint(5) unsigned NOT NULL default '0', `event_thread` varchar(100) NOT NULL default '', `event_rec_m` tinyint(2) unsigned NOT NULL default '0', `event_rec_y` tinyint(2) unsigned NOT NULL default '0', PRIMARY KEY (`event_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `acm_e107_event` -- /*!40000 ALTER TABLE `acm_e107_event` DISABLE KEYS */; LOCK TABLES `acm_e107_event` WRITE; INSERT INTO `acm_e107_event` VALUES (1,1146603600,1146607200,0,0,1146517077,'ACM Meeting','Muhly Lounge','Come to our next meeting.','5.jtkimbell','jtkimbell@yahoo.com',0,'',0,0),(2,1147217400,1147222800,0,0,1146622914,'Finals Dinner at Vitos','Vitos -- College St.','Join us for our first ever ACM Finals Week Dinner. ','5.studbucket','jtkimbell@yahoo.com',0,'',0,0),(3,1156136400,1156136400,1,0,1152808613,'Classes Start','Iowa City','Pack everything up and head to class, school has started.','5.studbucket','',0,'',0,0),(4,1158705000,1158706800,0,0,1158173232,'ACM Meeting','MLH','ACM Meeting','5.JT','jtkimbell@yahoo.com',0,'',0,0),(5,1159826400,1159830000,0,0,1158717797,'ACM Meeting','Muhly Lounge, MLH','ACM Meeting, 5 pm','5.JT','jtkimbell@yahoo.com',0,'',0,0),(6,1161124200,1161127800,0,0,1158717864,'ACM Meeting','Muhly Lounge, MLH','Meeting at 5:30pm','5.JT','jtkimbell@yahoo.com',0,'',0,0),(7,1162854000,1162857600,0,0,1158718090,'ACM Meeting','Muhly Lounge, MLH','ACM Meeting, 5:00 pm','5.JT','jtkimbell@yahoo.com',0,'',0,0),(8,1164756600,1164760200,0,0,1158718128,'ACM Meeting','Muhly Lounge, MLH','ACM Meeting 5:30 pm','5.JT','jtkimbell@yahoo.com',0,'',0,0),(9,1169946000,1169963940,0,0,1169844358,'XBox Party','Jed's Place','Xbox party.','5.JT','jtkimbell@yahoo.com',0,'',0,0),(10,1170370800,1170374400,0,0,1169844440,'ACM Meeting','Muhly Lounge, MLH','ACM Meeting.','5.JT','jtkimbell@yahoo.com',0,'',0,0),(11,1171926000,1171929600,0,0,1169845032,'ACM Meeting','Muhly Lounge, MLH','ACM Meeting','5.JT','jtkimbell@yahoo.com',0,'',0,0),(12,1170525600,1170543600,0,0,1169845002,'Linux Setup Party','Muhly Lounge, MLH','Come on in and try to get your linux questions answered.','5.JT','jtkimbell@yahoo.com',0,'',0,0),(13,1172790000,1172793600,0,0,1170709141,'ACM Meeting','Muhly Lounge, MLH','ACM Meeting.','5.JT','jtkimbell@yahoo.com',0,'',0,0),(14,1171220400,1171227600,0,0,1170720288,'Website Update Session','301 MLH','We're polishing and updating stuff on the website, come help us!','5.JT','jtkimbell@yahoo.com',0,'',0,0),(15,1174341600,1174345200,0,0,1170790020,'ACM Meeting','Muhly Lounge, MLH','ACM Meeting.','5.JT','jtkimbell@yahoo.com',0,'',0,0),(16,1175360400,1175378400,0,0,1174671315,'Linux Setup Party #2','Muhly Lounge, MLH','Tentative date for event.','5.JT','jtkimbell@yahoo.com',0,'',0,0),(17,1178476200,1178494200,0,0,1176153289,'Finals' Week Picnic','City Park','Come join us for our finals week picnic at shelter 5 in City Park!','5.JT','jtkimbell@yahoo.com',0,'',0,0),(18,1177768800,1177790400,0,0,1170954675,'Hawkeye Challenge Programming Competition','301 MLH','Tentative Date for High School Programming Competition.','5.JT','jtkimbell@yahoo.com',0,'',0,0),(19,1175803200,1175808600,0,0,1174441347,'Q/A Session','','Question & Answer Session for New and Prospective CS Students','16.Chimaera','jason-phillips@uiowa.edu',0,'',0,0),(20,1175810400,1175814000,0,0,1175198984,'ACM Meeting','Muhly Lounge, MLH','ACM Meeting, 5 pm Muhly Lounge, MLH','5.JT','jtkimbell@yahoo.com',0,'',0,0),(21,1176760800,1176764400,0,0,1175199016,'ACM Meeting','Muhly Lounge, MLH','ACM Meeting, 5 PM Muhly Lounge, MLH','5.JT','jtkimbell@yahoo.com',0,'',0,0),(22,1178229600,1178233200,0,0,1175199051,'ACM Meeting','Muhly Lounge, MLH','ACM Meeting 5p Muhly Lounge, MLH.','5.JT','jtkimbell@yahoo.com',0,'',0,0),(23,1175896800,1175911200,0,0,1175533147,'ACM Movie Night','Muhly Lounge, MLH','A double feature with pop and pizza from 5-9 in Muhly Lounge, MLH.','5.JT','jtkimbell@yahoo.com',0,'',0,0),(24,1177200000,1177217700,0,0,1175533234,'(Tentative) XBox Party','Jed's Place','XBox party for Halo, etc. Pizza and Pop provided.','5.JT','jtkimbell@yahoo.com',0,'',0,0),(25,1176058800,1176069600,0,0,1175533305,'Website Update Session','301 MLH','Get together with other ACM members and pitch in to help keep our website up to date!','5.JT','jtkimbell@yahoo.com',0,'',0,0),(26,1176309000,1176312600,0,0,1175535356,'State Farm Security Lunch','Muhly Lounge, MLH','State Farm will be talking about industry wide security issues and providing lunch.','5.JT','jtkimbell@yahoo.com',0,'',0,0),(27,1192230000,1192402800,0,0,1185299180,'UIUC Reflections | Projections Conference 2007','','Go to [link=http://www.acm.uiuc.edu/conference/2007/]http://www.acm.uiuc.edu/conference/2007/[/link] for more details.','5.JT','jtkimbell@yahoo.com',0,'',0,0),(28,1188190800,1188190800,1,0,1185299220,'School Starts','','Classes Start at the State University of Iowa.','5.JT','jtkimbell@yahoo.com',0,'',0,0),(29,1194066000,1194066000,1,0,1185300619,'ACM Regional Programming Competition','','Region Programming Competition.','5.JT','jtkimbell@yahoo.com',0,'',0,0),(30,1189227600,1189227600,1,0,1185300714,'Hawkeye Home Game vs. Syracuse','','Hawkeye Home Game vs. Syracuse','5.JT','jtkimbell@yahoo.com',0,'',0,0),(31,1191042000,1191042000,1,0,1185300763,'Hawkeye Home Game vs. Indiana (Homecoming)','','Hawkeye Home Game vs. Indiana (Homecoming)','5.JT','jtkimbell@yahoo.com',0,'',0,0),(32,1192251600,1192251600,1,0,1185300790,'Hawkeye Home Game vs. Illinois','','Hawkeye Home Game vs. Illinois','5.JT','jtkimbell@yahoo.com',0,'',0,0),(33,1193461200,1193461200,1,0,1185300826,'Hawkeye Home Game vs. Michigan State (Family Weekend)','','Hawkeye Home Game vs. Michigan State (Family Weekend)','5.JT','jtkimbell@yahoo.com',0,'',0,0),(34,1194674400,1194674400,1,0,1185300874,'Hawkeye Home Game vs. Minnesota','','Hawkeye Home Game vs. Minnesota','5.JT','jtkimbell@yahoo.com',0,'',0,0),(35,1195279200,1195279200,1,0,1185300895,'Hawkeye Home Game vs. Western Michigan','','Hawkeye Home Game vs. Western Michigan','5.JT','jtkimbell@yahoo.com',0,'',0,0),(36,1190304000,1190322000,0,0,1185459829,' Fall Job & Internship Fair','IMU','Normal Career fair','25.Keith','keith-perry@uiowa.edu',0,'',0,0),(37,1190916000,1190934000,0,0,1185459940,'Engineering Fall Career Fair','Sheraton Hotel','The Engineering Career fair. It's a great fair if you are looking for a technical CS job.','25.Keith','keith-perry@uiowa.edu',0,'',0,0),(38,1188072000,1188097200,0,0,1185473622,'ACM PC LAN Party','Muhly Lounge, MLH','Show up for some good food and good fun playing PC games such as Starcraft and Unreal Tournament.','5.JT','jtkimbell@yahoo.com',0,'',0,0),(39,1188505800,1188511200,0,0,1186586737,'CS/Stats/Math Open House','','Open house for Mathematical Sciences, I will be presenting the ACM there.','5.JT','jtkimbell@yahoo.com',0,'',0,0),(40,1188057600,1188072000,0,0,1186586847,'Website Update Session','301 Lab MLH','Come help us update the ACM website.','5.JT','jtkimbell@yahoo.com',0,'',0,0),(41,1189116000,1189119600,0,0,1187887107,'ACM Meeting','Muhly Lounge, MLH','First ACM Meeting of the semester! Food will be there.','5.JT','jtkimbell@yahoo.com',0,'',0,0),(42,1189206000,1189227300,0,0,1187966239,'XBox 360 Party','Jed's Place','XBox 360 LAN Party, hurray!','5.JT','iowa.acm@gmail.com',0,'',0,0),(43,1192899600,1192917600,0,0,1192155847,'Linux Setup Party','B11 MLH','Come and learn more about Linux!','5.JT','iowa.acm@gmail.com',0,'',0,0),(44,1190066400,1190070000,0,0,1189175771,'ACM Meeting','Muhly Lounge, MLH','ACM Meeting at 5:00 PM in Muhly Lounge, MLH.','5.JT','iowa.acm@gmail.com',0,'',0,0),(45,1191535200,1191538800,0,0,1189175814,'ACM Meeting','Muhly Lounge, MLH','ACM Meeting at 5:00 PM in Muhly Lounge, MLH.','5.JT','iowa.acm@gmail.com',0,'',0,0),(46,1192485600,1192489200,0,0,1189175868,'ACM Meeting','Muhly Lounge MLH','ACM Meeting at 5:00 PM in Muhly Lounge, MLH.','5.JT','iowa.acm@gmail.com',0,'',0,0),(47,1193954400,1193958000,0,0,1189175912,'ACM Meeting','Muhly Lounge, MLH','ACM Meeting at 5:00 PM in Muhly Lounge, MLH.','5.JT','iowa.acm@gmail.com',0,'',0,0),(48,1196118000,1196121600,0,0,1190682675,'ACM Meeting','Muhly Lounge, MLH','ACM Meeting at 5:00 PM in Muhly Lounge, MLH.','5.JT','iowa.acm@gmail.com',0,'',0,0),(49,1196982000,1196985600,0,0,1189175977,'ACM Meeting','Muhly Lounge, MLH','ACM Meeting at 5:00 PM in Muhly Lounge, MLH.','5.JT','iowa.acm@gmail.com',0,'',0,0),(50,1190759400,1190763000,0,0,1190343214,'ISE Speaker','205 MLH','Brian from Integrated Software Engineering will be telling us about what he does, show us a demo, and feeding us!','5.JT','jtkimbell@yahoo.com',0,'',0,0),(51,1190844900,1190848500,0,0,1190668994,'Rockwell Collins Speaker','Muhly Lounge && 205 MLH','A speaker from Rockwell Collins is coming, pizza and pop will be provided.','5.JT','jtkimbell@yahoo.com',0,'',0,0),(52,1204326000,1204430400,0,0,1194471887,'University of Iowa Computing Conference','University of Iowa','Speakers, AI Programming Competition, video games and more.\r\n\r\nCheck back for more details.','5.JT','iowa.acm@gmail.com',0,'',0,0),(53,1196467200,1196488500,0,0,1194976299,'XBox 360 LAN Party','MLH','360 LAN Party on the MLH Projectors.','5.JT','iowa.acm@gmail.com',0,'',0,0),(54,1205730000,1206075600,1,0,1194976347,'Spring Break','Not Here','Enjoy your break','5.JT','',0,'',0,0),(55,1197849600,1197860400,0,0,1196275823,'Finals Week Dinner','Buffalo Wild Wings','ACM Finals Week Dinner','5.JT','iowa.acm@gmail.com',0,'',0,0),(56,1196467200,1196469000,0,0,1196228591,'UICC XBox 360 Planning Meeting','','Meeting to help plan the 360 part of the UICC. Come if you wish to help out.','5.JT','jtkimbell@yahoo.com',0,'',0,0),(57,1196809200,1196811000,0,0,1196284734,'UICC Speakers Planning Meeting','','This is to help iron out things with planning the speakers for the UICC.','5.JT','jtkimbell@yahoo.com',0,'',0,0),(58,1197327600,1197331200,0,0,1196275801,'Speaker: Clint Rutkas, Microsoft ','MLH','Clint Rutkas from Microsoft will be giving a talk presented by the ACM.','5.JT','iowa.acm@gmail.com',0,'',0,0),(59,1196463600,1196465400,0,0,1196287358,'UICC T-Shirt Committee Meeting','','We will discuss the T-Shirt design and colors for the conference.','5.JT','jtkimbell@yahoo.com',0,'',0,0),(60,1201208400,1201219200,0,0,1201141841,'Personal Homepage Update Session','301 MLH','Come to 301 to work on your personal webpage.','5.JT','iowa.acm@gmail.com',0,'',0,0),(61,1201370400,1201381200,0,0,1201141887,'Personal Homepage Update Session','301 MLH','Come to 301 to work on your personal webpage.','5.JT','iowa.acm@gmail.com',0,'',0,0),(62,1201820400,1201824000,0,0,1201142143,'ACM Meeting','Muhly Lounge, MLH','Come check out the ACM at 5:00 PM in Muhly Lounge, MLH.','5.JT','iowa.acm@gmail.com',0,'',0,0),(63,1203375600,1203379200,0,0,1201924220,'ACM Meeting','Muhly Lounge, MLH','ACM Meeting, come check us out!','5.JT','iowa.acm@gmail.com',0,'',0,0),(64,1204844400,1204848000,0,0,1201924268,'ACM Meeting','Muhly Lounge, MLH','ACM Meeting, come check us out.','5.JT','iowa.acm@gmail.com',0,'',0,0),(65,1206396000,1206399600,0,0,1201924307,'ACM Meeting','Muhly Lounge, MLH','ACM Meeting, come check us out!','5.JT','iowa.acm@gmail.com',0,'',0,0),(66,1207260000,1207263600,0,0,1201924338,'ACM Meeting','Muhly Lounge, MLH','ACM Meeting, come check us out!','5.JT','iowa.acm@gmail.com',0,'',0,0),(67,1208815200,1208818800,0,0,1201924364,'ACM Meeting','Muhly Lounge, MLH','ACM Meeting, come check us out!','5.JT','iowa.acm@gmail.com',0,'',0,0),(68,1210284000,1210287600,0,0,1201924398,'ACM Meeting','Muhly Lounge, MLH','ACM Meeting, come check us out!','5.JT','iowa.acm@gmail.com',0,'',0,0),(69,1223010000,1223182800,1,0,1207321829,'UIUC Reflections|Projections Conference','Champagne-Urbana, IL','We will be leaving sometime in the morning...details will be sent out via email and during ACM meetings.','5.JT','iowa.acm@gmail.com',0,'http://www.acm.uiuc.edu/conference/2008/',0,0),(70,1210320000,1210338000,0,0,1209402434,'Finals Week Picnic','City Park - Shelter 8','Come join us for food and fun at the ACM's finals week picnic. Take a break and prepare for finals week. ','14.Jed','iowa.acm@gmail.com',0,'',0,0),(71,1223096400,1223182800,0,0,1210560551,'UIUC Reflections | Projections Conference','Champaign/Urbana, Illinois','2008 University of Illinois Reflections | Projections conference. We plan on attending the conference once again this year. ','14.Jed','iowa.acm@gmail.com',0,'',0,0),(72,1220565600,1220569200,0,0,1217183472,'ACM Meeting','Muhly Lounge','Join us for our first meeting of the fall semester. We'll have free food and drinks for all. It's a new semester and we'll be discussing plans for the fall and spring.','14.Jed','jdw10224405@yahoo.com',0,'',0,0),(73,1220560200,1220563800,0,0,1217183590,'CS/Informatics Open House','Muhly Lounge, MacLean Hall','Come learn about Computer Science and Informatics!','14.Jed','jdw10224405@yahoo.com',0,'',0,0),(74,1221516000,1221517800,0,0,1220581909,'ACM Meeting','Muhly Lounge, MLH','Join us for pizza, ACM news, and some other good stuff.','5.JT','iowa.acm@gmail.com',0,'',0,0),(75,1222984800,1222986600,0,0,1220582052,'ACM Meeting','Muhly Lounge, MLH','Join us for pizza, ACM news, and some other good stuff.','5.JT','iowa.acm@gmail.com',0,'',0,0),(76,1224540000,1224541800,0,0,1220582175,'ACM Meeting','Muhly Lounge, MLH','Join us for pizza, ACM news, and some other good stuff.','5.JT','iowa.acm@gmail.com',0,'',0,0),(77,1226012400,1226014200,0,0,1220582233,'ACM Meeting','Muhly Lounge, MLH','Join us for pizza, ACM news, and some other good stuff.','5.JT','iowa.acm@gmail.com',0,'',0,0),(78,1226962800,1226964600,0,0,1220582281,'ACM Meeting','Muhly Lounge, MLH','Join us for pizza, ACM news, and some other good stuff.','5.JT','iowa.acm@gmail.com',0,'',0,0),(79,1228431600,1228433400,0,0,1220582345,'ACM Meeting','Muhly Lounge, MLH','Join us for pizza, ACM news, and some other good stuff.','5.JT','iowa.acm@gmail.com',0,'',0,0),(80,1223589600,1223593200,0,0,1222300603,'UICC Planning Meeting','Muhly Lounge, MLH','Help us plan for the 2009 UICC; volunteers would be great!','5.JT','iowa.acm@gmail.com',0,'',0,0),(81,1225405800,1225409400,0,0,1225218685,'Conference Planning Meeting','B11 MLH','UICC Conference Planning Meeting','14.Jed','jdw10224405@yahoo.com',0,'',0,0),(82,1225555200,1225566000,0,0,1225218650,'Linux Setup Party','Muhly Lounge','Come with questions about Linux. ','14.Jed','jdw10224405@yahoo.com',0,'',0,0),(83,1226707200,1226721600,0,0,1225987959,'Gears of War 2 Launch Party','3rd Floor IMU','On Friday November 14, come to the 3rd floor IMU for lots of Gears of War 2, food, and door prizes.\r\n\r\nWhat: Gears of War 2 on 10 XBox 360s. Multiplayer, co-op, and other game modes.\r\n\r\nWhen: 6-10 PM November 14\r\n\r\nWhere: SE corner of IMU 3rd floor. Chicago Lobby, Northwestern Room, Minnesota Room, Michigan State Room, Michigan Room, Illinois Room, Indiana Room. Those are room numbers 345,346,347,348,349,351, and the lobby between them all. For a map, please see this URL: http://imu.uiowa.edu/building/maps/images/large_third_floor_map.gif\r\n\r\nWho: Anyone who wants to come.\r\n\r\nPlease take some time to check out the awesome student organizations that are throwing this event:\r\n\r\nIowa ACM: http://acm.uiowa.edu\r\nIowa PING:http://gotdibbs.net/ping/','5.JT','jtkimbell@yahoo.com',0,'http://www.facebook.com/event.php?eid=44299369111',0,0),(84,1226739600,1226761200,0,0,1226085960,'PING console party','3rd Floor IMU','Console party with Wii and 360 games.','163.BJ','bjdibbern@gmail.com',0,'more details at http://ping.gotdibbs.net/gc/',0,0),(85,1226619000,1226624400,0,0,1226257506,'Clint Rutkas - Cloud Computing','105 MLH','Clint will be talking about cloud computing and related Microsoft products like Live Mesh and the recently announced Azure.','5.JT','jtkimbell@yahoo.com',0,'http://www.facebook.com/event.php?eid=44299369111',0,0),(86,1229036400,1229041800,0,0,1228853201,'Imagine Cup Information and Brainstorming Session','Muhly Lounge, MLH','Join me for buffalo wings, a chance at prizes, and to learn more about the Imagine Cup and get ideas for your entry. It'll be awesome!','5.JT','jtkimbell@yahoo.com',0,'',0,0),(87,1233012600,1233014400,0,0,1233003098,'ACM Meeting','Muhly Lounge','ACM Meeting','14.Jed','jdw10224405@yahoo.com',0,'',0,0),(88,1234827000,1234828800,0,0,1233003075,'ACM Meeting','Muhly Lounge','ACM Meeting','14.Jed','jdw10224405@yahoo.com',0,'',0,0),(89,1235779200,1235880000,1,0,1233003230,'2nd Annual UICC','SC and MLH','2nd Annual University of Iowa Computing Conference','14.Jed','jdw10224405@yahoo.com',0,'',0,0),(90,1236036600,1236038400,0,0,1233003278,'ACM Meeting','Muhly Lounge','ACM Meeting','14.Jed','jdw10224405@yahoo.com',0,'',0,0),(91,1237093200,1237611600,1,0,1233003313,'Spring Break','','Spring Break','14.Jed','jdw10224405@yahoo.com',0,'',0,0),(92,1237847400,1237849200,0,0,1233003341,'ACM Meeting','Muhly Lounge','ACM Meeting','14.Jed','jdw10224405@yahoo.com',0,'',0,0),(93,1239057000,1239058800,0,0,1233003387,'ACM Meeting','Muhly Lounge','ACM Meeting','14.Jed','jdw10224405@yahoo.com',0,'',0,0),(94,1240266600,1240268400,0,0,1233003416,'ACM Meeting','Muhly Lounge','ACM Meeting','14.Jed','jdw10224405@yahoo.com',0,'',0,0),(95,1241476200,1241478000,0,0,1233003443,'ACM Meeting','Muhly Lounge','ACM Meeting','14.Jed','jdw10224405@yahoo.com',0,'',0,0),(96,1239458400,1239476400,0,0,1238025174,'Hawkeye Challenge','MacLean Hall','The Iowa ACM's annual programming contest for high school students will be held on Saturday, April 11th from 9:00 a.m. to 2:00 p.m. in MacLean Hall.','14.Jed','iowa.acm@gmail.com',0,'http://acm.uiowa.edu/page.php?19',0,0),(97,1241820000,1241834400,0,0,1240848907,'Finals Picnic','Upper City Park','The annual Iowa ACM finals week picnic. Stop by for free food and games!','14.Jed','iowa.acm@gmail.com',0,'',0,0),(98,1251090000,1251090000,1,0,1244350710,'First day of classes','University of Iowa','The beginning of the 2009 -2010 academic year.','117.Austin','austinlaugesen@gmail.com',0,'',0,0),(99,1252621800,1252623600,0,0,1249659540,'State Farm Presentation to ACM','IMU - Michigan (351)','State Farm wants to present their business to students. They'll talk about what use they have for Information Technology students.','117.Austin','austinlaugesen@gmail.com',0,'',0,0),(100,1251844200,1251847800,0,0,1249659381,'1st ACM meeting','IMU - Purdue (341)','Get to know the ACM, we'll discuss what our club is all about','117.Austin','austinlaugesen@gmail.com',0,'',0,0),(101,1253831400,1253835000,0,0,1249659475,'Values Coach Presentation','IMU - Miller (259)','Employer presentation','117.Austin','austinlaugesen@gmail.com',0,'',0,0),(102,1255473000,1255476600,0,0,1249659629,'general meeting','IMU - Purdue (341)','general meeting','117.Austin','austinlaugesen@gmail.com',0,'',0,0),(103,1256682600,1256686200,0,0,1249659715,'ACM meeting','IMU - Purdue (341)','CS Professor Hourcade will present his research to the ACM','117.Austin','austinlaugesen@gmail.com',0,'',0,0),(104,1257895800,1257899400,0,0,1249659782,'ACM meeting','IMU - Purdue (341)','meeting','117.Austin','austinlaugesen@gmail.com',0,'',0,0),(105,1258500600,1258504200,0,0,1249659839,'general meeting','imU - Purdue (341)','general meeting','117.Austin','austinlaugesen@gmail.com',0,'',0,0),(106,1259710200,1259713800,0,0,1249659905,'general meeting','imU - Purdue (341)','general meeting - pick a restaurant for finals dinner','117.Austin','austinlaugesen@gmail.com',0,'',0,0),(107,1264028400,1264035600,0,0,1263431010,'UICC Planning Meeting','Muhly Lounge','For those you who are interested in helping the ACM host our computing conference in late February please come to this meeting. We'll be reviewing our conference schedule and tying up any loose ends.\r\n','215.Tyler','iowa.acm@gmail.com',0,'',0,0),(108,1264635000,1264640400,0,0,1263431100,'Meeting','','Regular meeting','215.Tyler','iowa.acm@gmail.com',0,'',0,0),(109,1265844600,1265850000,0,0,1263431149,'Meeting','','Regular meeting','215.Tyler','iowa.acm@gmail.com',0,'',0,0),(110,1267164000,1267250400,1,0,1263431200,'UICC','','University of Iowa Computing Conference','215.Tyler','iowa.acm@gmail.com',0,'',0,0),(111,1268263800,1268269200,0,0,1263431248,'Meeting','Muhly Lounge','Regular Meeting','215.Tyler','iowa.acm@gmail.com',0,'',0,0),(112,1269469800,1269475200,0,0,1263431279,'Meeting','Muhly Lounge','Regular Meeting','215.Tyler','iowa.acm@gmail.com',0,'',0,0),(113,1270679400,1270684800,0,0,1263431321,'Meeting','Muhly Lounge','Regular meeting','215.Tyler','iowa.acm@gmail.com',0,'',0,0),(114,1271889000,1271894400,0,0,1263431351,'Meeting','Muhly Lounge','Regular meeting','215.Tyler','iowa.acm@gmail.com',0,'',0,0),(115,1273266000,1273276800,0,0,1263431464,'Picnic','City Park','End of semester picnic at city park.','215.Tyler','iowa.acm@gmail.com',0,'',0,0); UNLOCK TABLES; /*!40000 ALTER TABLE `acm_e107_event` ENABLE KEYS */; -- -- Table structure for table `acm_e107_event_cat` -- DROP TABLE IF EXISTS `acm_e107_event_cat`; CREATE TABLE `acm_e107_event_cat` ( `event_cat_id` smallint(5) unsigned NOT NULL auto_increment, `event_cat_name` varchar(100) NOT NULL default '', `event_cat_icon` varchar(100) NOT NULL default '', `event_cat_class` int(10) unsigned NOT NULL default '0', `event_cat_subs` tinyint(3) unsigned NOT NULL default '0', `event_cat_ahead` tinyint(3) unsigned NOT NULL default '0', `event_cat_msg1` text, `event_cat_msg2` text, `event_cat_notify` tinyint(3) unsigned NOT NULL default '0', `event_cat_last` int(10) unsigned NOT NULL default '0', `event_cat_today` int(10) unsigned NOT NULL default '0', `event_cat_lastupdate` int(10) unsigned NOT NULL default '0', `event_cat_addclass` int(10) unsigned NOT NULL default '0', `event_cat_description` text, `event_cat_force_class` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`event_cat_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `acm_e107_event_cat` -- /*!40000 ALTER TABLE `acm_e107_event_cat` DISABLE KEYS */; LOCK TABLES `acm_e107_event_cat` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `acm_e107_event_cat` ENABLE KEYS */; -- -- Table structure for table `acm_e107_event_subs` -- DROP TABLE IF EXISTS `acm_e107_event_subs`; CREATE TABLE `acm_e107_event_subs` ( `event_subid` int(10) unsigned NOT NULL auto_increment, `event_userid` int(10) unsigned NOT NULL default '0', `event_cat` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`event_subid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `acm_e107_event_subs` -- /*!40000 ALTER TABLE `acm_e107_event_subs` DISABLE KEYS */; LOCK TABLES `acm_e107_event_subs` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `acm_e107_event_subs` ENABLE KEYS */; -- -- Table structure for table `acm_e107_featurebox` -- DROP TABLE IF EXISTS `acm_e107_featurebox`; CREATE TABLE `acm_e107_featurebox` ( `fb_id` int(10) unsigned NOT NULL auto_increment, `fb_title` varchar(200) NOT NULL default '', `fb_text` text NOT NULL, `fb_mode` tinyint(3) unsigned NOT NULL default '0', `fb_class` tinyint(3) unsigned NOT NULL default '0', `fb_rendertype` tinyint(1) unsigned NOT NULL default '0', `fb_template` varchar(50) NOT NULL default '', PRIMARY KEY (`fb_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `acm_e107_featurebox` -- /*!40000 ALTER TABLE `acm_e107_featurebox` DISABLE KEYS */; LOCK TABLES `acm_e107_featurebox` WRITE; INSERT INTO `acm_e107_featurebox` VALUES (1,'This Is a Feature Box','Feature BOX',0,255,0,'centered'); UNLOCK TABLES; /*!40000 ALTER TABLE `acm_e107_featurebox` ENABLE KEYS */; -- -- Table structure for table `acm_e107_flood` -- DROP TABLE IF EXISTS `acm_e107_flood`; CREATE TABLE `acm_e107_flood` ( `flood_url` text NOT NULL, `flood_time` int(10) unsigned NOT NULL default '0' ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `acm_e107_flood` -- /*!40000 ALTER TABLE `acm_e107_flood` DISABLE KEYS */; LOCK TABLES `acm_e107_flood` WRITE; UNLOCK TABLES; /*!40000 ALTER TABLE `acm_e107_flood` ENABLE KEYS */; -- -- Table structure for table `acm_e107_forum` -- DROP TABLE IF EXISTS `acm_e107_forum`; CREATE TABLE `acm_e107_forum` ( `forum_id` int(10) unsigned NOT NULL auto_increment, `forum_name` varchar(250) NOT NULL default '', `forum_description` text NOT NULL, `forum_parent` int(10) unsigned NOT NULL default '0', `forum_sub` int(10) unsigned NOT NULL default '0', `forum_datestamp` int(10) unsigned NOT NULL default '0', `forum_moderators` text NOT NULL, `forum_threads` int(10) unsigned NOT NULL default '0', `forum_replies` int(10) unsigned NOT NULL default '0', `forum_lastpost_user` varchar(200) NOT NULL default '', `forum_lastpost_info` varchar(40) NOT NULL default '', `forum_class` varchar(100) NOT NULL default '', `forum_order` int(10) unsigned NOT NULL default '0', `forum_postclass` tinyint(3) unsigned NOT NULL default '0', PRIMARY KEY (`forum_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `acm_e107_forum` -- /*!40000 ALTER TABLE `acm_e107_forum` DISABLE KEYS */; LOCK TABLES `acm_e107_forum` WRITE; INSERT INTO `acm_e107_forum` VALUES (4,'General Discussion','',0,0,1149123673,'',0,0,'','','0',1,253),(5,'Projects','',0,0,1149123686,'',0,0,'','','1',4,1),(6,'ACM Related','',0,0,1149123698,'',0,0,'','','1',3,1),(7,'General ACM UIowa Discussion','ACM and UIowa related material here.',6,0,1149123744,'5',58,341,'5.JT','1268286726.8569','1',2,1),(8,'Website','Relating to the ACM website',6,0,1149123825,'4',100,698,'10.Vegihan','1267714850.6164','1',3,1),(9,'ACM Marketing Committee','A place to discuss ideas for getting the word out about the ACM and our events. ',6,0,1149123841,'4',6,16,'5.JT','1242355250.8182','1',4,1),(10,'Events and Outreach Committee','Topics relating to ACM events and community service work. ',6,0,1149123857,'4',73,839,'29.Thnikkaman','1236713526.6555','1',5,1),(11,'Current Projects','Projects ACM members are currently sponsoring and/or working on.',5,0,1149123910,'4',4,104,'5.JT','1226636631.855','1',3,1),(12,'Project Suggestions','Suggestions for future projects.',5,0,1149123922,'4',17,108,'163.BJ','1271733358.8658','1',1,1),(13,'Past Projects','View past ACM projects here.',5,0,1149123932,'4',16,116,'5.JT','1191866114.546','1',2,1),(14,'Computing Related Discussion','Topics relating to the discussion of computers and what can be done with them.',4,0,1149123972,'4',231,1694,'163.BJ','1272465802.8655','0',2,253),(15,'Anything and Everything','Everything else goes here!',4,0,1149123994,'4',123,1265,'163.BJ','1271733149.8657','0',1,253),(16,'Rants','This is where your rants on different topics go.',23,0,1152804307,'4',51,696,'10.Vegihan','1267660080.8615','1',4,1),(20,'Tips, Tricks, and Tutorials','All sorts of helpful information.',4,0,1155649324,'4',37,184,'5.JT','1250968083.8279','0',3,253),(21,'Homework Help','Having trouble with a homework problem? Post here.',23,0,1156030864,'4',14,209,'190.Matt G','1235001813.7622','1',5,1),(22,'Job Opportunities','This is where job opportunities will be posted that have been made available to ACM members and should be of interest.',23,0,1158171379,'4',27,123,'163.BJ','1271829773.8003','1',6,1),(26,'Admin','Where the officer's post super secret stuff!',6,0,1160114203,'4',12,24,'117.Austin','1252989972.8336','3',1,3),(24,'Other General Discussion','If what you are talking about doesn't fit into the forums, but you feel it warrants "ACM eyes only" status, stick it here.',23,0,1158882077,'4',58,570,'163.BJ','1271295204.8644','1',1,1),(23,'Members Only','',0,0,1158715855,'',0,0,'','','1',2,1),(25,'The Market','Want to buy or sell? Post it here.',23,0,1159135418,'4',30,190,'5.JT','1241707508.8162','1',3,1),(27,'Speaker Reviews','Periodically the ACM brings in Speakers from the Industry and Academia. This is where we discuss our feelings about those speakers.',23,0,1197148441,'254',12,30,'5.JT','1236278780.7834','1',2,1),(28,'Professor Review','Contains reviews and discussion of each professor who teaches computer science and informatics courses at Iowa.',23,0,1221674339,'4',2,14,'14.Jed','1266297898.8567','1',0,1),(29,'University of Iowa Computing Conference (UICC)','All discussions on the computing conference should be contained herein. Threads from previous years are here too.',6,0,1223601767,'4',20,285,'5.JT','1267508911.8505','1',0,1),(30,'Steve Bruell','Course and Professor Reviews for Steve Bruell',23,28,1225418826,'4',4,3,'14.Jed','1233442371.6906','1',2,1),(31,'Cremer, Jim','Course and Professor Reviews for Jim Cremer',23,28,1225418854,'4',2,6,'35.thomas','1258077072.6907','1',3,1),(32,'Curto, Ines','Course and Professor Reviews for Ines Curto',23,28,1225418875,'4',3,1,'163.BJ','1252605528.6908','1',4,1),(33,'Ghosh, Sukumar','Course and Professor Reviews for Sukumar Ghosh',23,28,1225418896,'4',2,0,'5.JT','1225420260.6909','1',5,1),(34,'Herman, Ted','Course and Professor Reviews for Ted Herman',23,28,1225418911,'4',4,1,'5.JT','1242669399.8217','1',6,1),(35,'Hourcade, Juan Pablo','Course and Professor Reviews for Juan Pablo Hourcade',23,28,1225418934,'4',4,1,'5.JT','1251471518.6911','1',7,1),(36,'Jones, Doug','Course and Professor Reviews for Doug Jones',23,28,1225418952,'4',4,6,'215.Tyler','1255631189.8419','1',8,1),(37,'Jung, Eunjin','Course and Professor Reviews for EJ Jung',23,28,1225418968,'4',3,0,'5.JT','1264382050.8566','1',9,1),(38,'Oden, Gregg','Course and Professor Reviews for Gregg Oden',23,28,1225418981,'4',2,0,'5.JT','1225420341.6914','1',10,1),(39,'Oliveira, Suely','Course and Professor Reviews for Suely Oliveira',23,28,1225419041,'4',3,5,'14.Jed','1266297898.8567','1',11,1),(40,'Pemmaraju, Sriram','Course and Professor Reviews for Sriram Pemmaraju',23,28,1225419063,'4',2,2,'190.Matt G','1233206502.6916','1',12,1),(41,'Rus, Teo','Course and Professor Reviews for Teo Rus',23,28,1225419100,'4',2,2,'5.JT','1240006875.6917','1',13,1),(42,'Segre, Alberto','Course and Professor Reviews for Alberto Segre',23,28,1225419119,'4',5,7,'9.Nick','1255381923.8390','1',14,1),(43,'Srinivasan, Padmini','Course and Professor Reviews for Padmini Srinivasan',23,28,1225419139,'4',3,0,'9.Nick','1264802609.8589','1',15,1),(44,'Street, Nick','Course and Professor Reviews for Nick Street',23,28,1225419157,'4',2,0,'5.JT','1225420464.6920','1',16,1),(45,'Stump, Aaron','Course and Professor Reviews for Aaron Stump',23,28,1225419172,'4',2,0,'5.JT','1225420480.6921','1',17,1),(46,'Tinelli, Cesare','Course and Professor Reviews for Cesare Tinelli',23,28,1225419192,'4',2,0,'5.JT','1225420504.6922','1',18,1),(47,'Varadarajan, Kasturi','Course and Professor Reviews Kasturi Varadarajan',23,28,1225419223,'4',4,0,'35.thomas','1230678567.7488','1',19,1),(48,'Wyman, Chris','Course and Professor Reviews for Chris Wyman',23,28,1225419244,'4',2,0,'5.JT','1225420538.6924','1',20,1),(49,'Zhang, Hantao','Course and Professor Reviews for Hantao Zhang',23,28,1225419262,'4',3,0,'191.Harry','1225562892.6952','1',21,1),(50,'Aravamudhan, Raman','Course and Professor Reviews Raman Aravamudhan',23,28,1225419312,'4',3,3,'35.thomas','1236779096.7489','1',1,1); UNLOCK TABLES; /*!40000 ALTER TABLE `acm_e107_forum` ENABLE KEYS */; -- -- Table structure for table `acm_e107_forum_t` -- DROP TABLE IF EXISTS `acm_e107_forum_t`; CREATE TABLE `acm_e107_forum_t` ( `thread_id` int(10) unsigned NOT NULL auto_increment, `thread_name` varchar(250) NOT NULL default '', `thread_thread` text NOT NULL, `thread_forum_id` int(10) unsigned NOT NULL default '0', `thread_datestamp` int(10) unsigned NOT NULL default '0', `thread_parent` int(10) unsigned NOT NULL default '0', `thread_user` varchar(250) NOT NULL default '', `thread_views` int(10) unsigned NOT NULL default '0', `thread_active` tinyint(3) unsigned NOT NULL default '0', `thread_lastpost` int(10) unsigned NOT NULL default '0', `thread_s` tinyint(1) unsigned NOT NULL default '0', `thread_edit_datestamp` int(10) unsigned NOT NULL default '0', `thread_lastuser` varchar(30) NOT NULL default '', `thread_total_replies` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`thread_id`), KEY `thread_parent` (`thread_parent`), KEY `thread_datestamp` (`thread_datestamp`), KEY `thread_forum_id` (`thread_forum_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; -- -- Dumping data for table `acm_e107_forum_t` -- /*!40000 ALTER TABLE `acm_e107_forum_t` DISABLE KEYS */; LOCK TABLES `acm_e107_forum_t` WRITE; INSERT INTO `acm_e107_forum_t` VALUES (1,'Excellent project for smart folks in ACM','So for those of you who don't know, I'm working for WiderNet this summer ([link=www.widernet.org]www.widernet.org[/link]). They're a non-profit here on campus that takes snapshots of the internet, puts them on a hard drive (called an eGranary) with an Apache server, and sends them out to third world countries without internet access. Since it has its own proxy server, it's exactly like browsing the internet, only faster and with less porn.\r\n\r\nWe've got a new project that we need help with - we want to make a live CD version of the eGranary. What we need is someone (or someones) with live CD skillz to help us make this a reality. We can offer an internship, a consulting fee, summer project / independent study credit, or just good karma as compensation.\r\n\r\nIf you're interested, send me a PM, IM, or email (bob at widernet dot org). Thanks!',12,1149013484,0,'15.Bob',91,1,1169606910,0,0,'5.JT',11),(2,'The Forums are alive','That's right, post away children! Just be civil, or I'll moderate you all the way into the next county :P',7,1149124545,0,'5.studbucket',14,1,1149127369,0,0,'10.Vegihan',1),(3,'Posting News Articles. Poster error.','If you notice on the news posts on the front page, the poster's username and the word 'on' run together. This is to the bottom right of the message. e.g. "[u]studbucket[/u]on May 30"',8,1149124905,0,'5.studbucket',20,0,1149651546,0,0,'2.Truman',1),(4,'','But daddy I dont play well with other children!!!!',7,1149127369,2,'10.Vegihan',0,1,1149127369,0,0,'',0),(5,'High School Outreach','Let me just say that this is really a major point in my view. I learned about computer science and computer programming after I got out of high school. I knew what computer programming was just never thought it was possible for someone to learn all that easily or a field I wanted to go in. This is the main reason we need to get out to high schools and inform students how much fun computer programming can be. It also why I think the programming challenge for high schoolers is really important. I was also thinking along the lines of maybe haveing a program where we could teach high schoolers who want to learn about programming but their school have no courses for it. I have more ideas but that is all I will say for this post, for now.',10,1149127699,0,'10.Vegihan',25,1,1150166752,0,0,'5.studbucket',4),(6,'summer meetings','So, are we going to have acm meetings this summer?\r\nMy summer classes start soon, so I am going to be around.\r\n\r\n',7,1149171394,0,'8.Anton',39,1,1149877708,0,0,'9.chudman',4),(7,'Problem with smiles in private messages','When you send a private message with smiles in it, \r\nthe messages comes this way:\r\n\r\n[link]http://www.antonbondar.com/wp-content/uploads/2006/06/bug.png[/link] \r\n\r\nWhich I belive is not the way it suppose to be.',8,1149172167,0,'8.Anton',15,0,1153526656,0,1149172213,'2.Truman',2),(8,'','Nick and I talked about this some recently. We totally agree and you guys in IC should get together sometime. If you decide to have a meeting on a weekend, then I can make it, otherwise, have fun!',7,1149176382,6,'5.studbucket',0,1,1149176382,0,0,'',0),(11,'','I know about the forum but it is a little too far for me to drive just for a meeting guys',7,1149213531,6,'10.Vegihan',0,1,1149213531,0,0,'',0),(9,'','I can post more later when I am not at work, but basically I totally agree. Many high schoolers are clueless to what a computer programmer/scientist actually does, and there really is no way for them to learn if they don't have some sort of CS/Programming course.',10,1149194064,5,'5.studbucket',0,1,1149194064,0,0,'',0),(49,'','Open Source all the way.',10,1149823120,5,'8.Anton',0,1,1149823120,0,0,'',0),(10,'','Funny thing, me and Nick talked about this as well. Also, I know that Scott and Nick were planning to be around the computer lab.\r\nMostly, I was just wondering about others.\r\nLet's hope everybody finds out about the forums pretty quickly and not in the middle of the august.',7,1149194391,6,'8.Anton',0,1,1149194391,0,1149216177,'',0),(53,'Your Podcasts','Here are my favorite podcasts:\r\n\r\nSecurity Now - http://www.grc.com/securitynow\r\nDiggnation - http://www.diggnation.com\r\nTWIT (This Week In Tech) - http://www.twit.tv\r\n\r\nOne of the podcasts that I just recently discovered and really enjoyed listening to:\r\nGeekMuse - http://geekmuse.net/blog/\r\n\r\np.s. how about our own podcast?',15,1149912194,0,'8.Anton',745,1,1150323512,0,1149912228,'5.studbucket',5),(6276,'Committee Members','The Events and Outreach Committee Members\r\n\r\nAustin Laugesen - Leader\r\nBen Butler\r\n\r\nStill looking for two more members who want to help participate in organizing ACM events. In the meantime I'll help get things organized.',10,1210651162,0,'14.Jed',12,1,1210651162,1,0,'14.Jed',0),(6277,'Committee Members','JT Kimbell - Leader\r\nJed Wendell\r\nJon Hathaway\r\n\r\nLooking for one more interested member to help get the word out about the ACM and our events. Leave a post if you're interested. ',9,1210651228,0,'14.Jed',8,1,1210651228,1,0,'14.Jed',0),(450,'','I know, I know, I have mentioned this guy before, but still..\r\n\r\n[b]Steve Wozniak:[/b]\r\n[blockquote]Stephen "Woz" Wozniak (born August 11, 1950 in San Jose, California) is an American computer engineer turned philanthropist. His inventions and machines are credited with contributing greatly to the personal computer revolution of the 1970s. Wozniak co-founded Apple Computer with Steve Jobs in 1976 and created the Apple I and Apple II computers in the mid-1970s. The Apple II became the best selling computer of the 1970s and early 1980s, and is often credited as the first popular personal computer.\r\n(from [link=http://en.wikipedia.org/wiki/Steve_Wozniak]Wikipedia[/link])[/blockquote]',10,1156440687,185,'8.Anton',0,1,1156440687,0,0,'',0),(14,'Rating System','As some of you may have already noticed, there is a rating system on the site that has 10 levels depending on your posting habits. So that's what the [Windows ME User] tag means (that's level 1) and [AOL User] is level 2. There are more levels to get to, some of them have semi-lame names, but anyway, I tried. You guys can find out what those are later :P',8,1149216132,0,'5.studbucket',26,0,1153526513,0,0,'2.Truman',5),(16,'','The defaults were empty. There was nothing there. I can see what you are saying, but I hope it doesn't come to that, and we can always enable custom tags.',8,1149216451,14,'5.studbucket',0,1,1149216451,0,0,'',0),(15,'','Imho, you should have left the defaults. \r\nBecause such names might provoke a lot of flame (i don't think people would spam, right?).\r\nJust my two cents.',8,1149216401,14,'8.Anton',0,1,1149216401,0,0,'',0),(6283,'','check your language settings, I have a program that hijacks all the keyboard input and translates it into vietnamese characters when I want to write in vietnamese. So I can use the proper accents, like if i type "Vieetj Nam" --> "Việt Nam". There might be something modifying your keyboard input such as this. \r\n \r\nfirst you can check your language settings, \r\n\r\n[code]\r\nhornbeck@linux-myrf:~> echo $LANG\r\nen_US.UTF-8\r\n[/code] \r\n\r\nnext check $XMODIFIERS & $GTK_IM_MODULE, when I'm using vientamese language i put into input the "Unikey" program, these probably shouldn't be set if your not doing some kind of multi-language support... I'm not exactly sure of the usage though.\r\n [code]\r\nexport XMODIFIERS="@im=unikey"\r\nexport GTK_IM_MODULE="xim"\r\n[/code] ',14,1210700523,6280,'35.thomas',0,1,1210700523,0,0,'',0),(17,'','And trust me, the Internet Provider and OS bashing goes away after two levels, basically after that it's just titles, nothing really inflammatory.',8,1149216524,14,'5.studbucket',0,1,1149216524,0,0,'',0),(18,'Welcome Week','This is the other big obsticle I see. I dont know about everyone else but the first week of classes I staid as far away from the IMU as I could. I may just of been an anomily and Welcome Week at the IMU may be a good place to get new recruits. If nothing else we need to get something planned for the first week so we can start off the year running and hopefully never stop.',10,1149222730,0,'10.Vegihan',13,1,1154728837,0,0,'5.studbucket',1),(6282,'','Itś screwed up everywhere man. I will try a diff keyboard, but I think itś a system setting somewhere. I am also about to try a dpkg-reconfigure xserver-xorg command to redo my X-server file.',14,1210698221,6280,'9.Nick',0,1,1210698221,0,1210698345,'',0),(20,'','ohh.. allright.. mah bad.',8,1149251016,14,'8.Anton',0,1,1149251016,0,0,'',0),(27,'An example of a project we could get paid for','Some thing like this (which is the email Catherine sent out). It would be real cool to get everything all set up so we could do something like this. \r\n\r\n[blockquote] \r\nThe School of Journalism and Mass Communication would like to hire a talented computer science student (this summer if possible) to write two computer programs for our admissions application and our pre-registration process. They must be knowledgeable of the Access program which is used by the Registrar's office.\r\n\r\nFor the admissions application, students need to fill in specific information such as name, address, area of interest, and GPA, etc. This information will be sent to the main office Access database. We\r\nmay also have them attach a resume and include a personal statement with the application. We want the ability to make sure their GPA, graduation status and other relevant information are correct through\r\nthe registrar's database (which we can do now individually) hopefully there can be a link that makes it automatic.\r\n\r\nFor the pre-registration process students need to fill in a form with basic information such as name, courses taken already, then rank order the courses they want to take, etc. That information would\r\nagain be sent into an Access database so that we can pull out every student who chose the magazine class as number one and those students must be ranked according to status; senior, junior, sophomore, etc. If they don't get their first choice then we would look at their second choice. (Our professional labs only have 18 seats, so students are limited in how many of those courses they can take). We would also want the ability to check to make sure pre-requisites have been satisfied for the courses they choose and be able to pull up all journalism courses they have already taken. [/blockquote]',12,1149554958,0,'5.studbucket',35,1,1155114487,0,0,'2.Truman',3),(23,'Making a java program executable (double-clickable)','I have looked around on and off for a year or so now trying to figure out a good way to make a double-clickable file out of my java program. I just really wish there were a way that made it almost as easy as it is with C or C++, but alas. Anyway, I don't think I've ever really found a good answer for this and would like to see some input from you guys. [link=http://www.javalobby.org/articles/java2exe/]Here's a decent article I've found[/link] and here is some C code that will help you execute your jar file.\r\n\r\n [code]\r\n#include \r\n#include \r\n#include \r\n#include \r\n\r\nvoid main(int argc,char *argv[])\r\n{\r\n char jar[1024];\r\n char cmd[1024];\r\n\r\n strcpy(cmd,argv[0]);\r\n strcat(cmd,".jar");\r\n\r\n _searchenv(cmd,"PATH",jar);\r\n\r\n strcpy(cmd,"java -jar ");\r\n strcat(cmd,jar);\r\n\r\n for(int arg=1;argPrefs->Keyboard and itś listed as 105-key USA International. Is this a problem with X-server? My xorg.conf looks fine. What can I do to get the śáéń stuff out of here?',14,1210694149,0,'9.Nick',1169,1,1210955298,0,0,'9.Nick',9),(56,'','For those of you who think that podcasts where audio only (like me until 5 mins ago) read [link=http://www.google.com/search?sourceid=ie7&rls=com.microsoft:en-US&ie=utf8&oe=utf8&q=define%3Apodcast]here[/link]. \r\n\r\n...and for those of you who are going to flame me for posting something so damn obvious just check out my addition to this list.\r\n\r\nHak5 - http://www.hak5.org/episodes/\r\nBinary Revolution - http://www.binrev.com/radio/archive.php\r\nHackTV - http://www.hacktv.org/',15,1150167152,53,'9.chudman',0,1,1150167152,0,0,'',0),(57,'','Well, Italy beat Ghana 2:0 today. That's all that really matters, no?',15,1150167306,40,'21.segre',0,1,1150167306,0,0,'',0),(58,'','[quote1150168650=segre]\r\nWell, Italy beat Ghana 2:0 today. That's all that really matters, no?\r\n[/quote1150168650]\r\n\r\nI 'spose that's all that matters...if that's where you are from :) However, that hurts the US's chances some, and now they are going to have to beat them and Ghana (or possibly tie one) to advance. Are you cheering for Italy against the US, or you have mixed feelings?',15,1150168704,40,'5.studbucket',0,1,1150168704,0,1150168807,'',0),(59,'','I personally would root for Germany over the US but Itally is just fine. Sorry if I am unliked for it but I have learned I have alot of team spirit, it just so happens to be ani-team spirit. Plus is does us good to lose in some sports.',15,1150170595,40,'10.Vegihan',0,1,1150170595,0,0,'',0),(61,'','[quote1150173481=Anton]\r\nIf I understand you right, then all you need is gcj (GNU Compiler for Java\r\n\r\nSo, all you need is a gcj for windows and you are good to go.\r\n[/quote1150173481]\r\n\r\nGCJ can be used for this, but if your program includes any [link=http://java.sun.com/j2se/1.5.0/docs/relnotes/features.html]Java 1.5 code [/link] then according to the article JT linked to, you are SOL because libgcj is "way behind Sun" and only supported Java 1.2 as of June 2005.\r\n',14,1150173834,23,'9.chudman',0,1,1150173834,0,0,'',0),(62,'','[link=http://sportsillustrated.cnn.com/2006/writers/jonah_freedman/06/12/us.openingloss/index.html]Ouch.[/link]',15,1150174987,40,'8.Anton',0,1,1150174987,0,0,'',0),(63,'','by the way, how many people have/use skype on their computers?\r\nwe can have skype meetings as well, record them, and have \r\nsome sort of podcast/meetings. ',15,1150175099,53,'8.Anton',0,1,1150175099,0,0,'',0),(64,'','[quote1150203797=Anton]\r\n[link=http://sportsillustrated.cnn.com/2006/writers/jonah_freedman/06/12/us.openingloss/index.html]Ouch.[/link]\r\n[/quote1150203797]\r\n\r\nNo kidding, we (the US) got our butts kicked, it was ugly. So much for '6th best in the world.'',15,1150203836,40,'5.studbucket',0,1,1150203836,0,0,'',0),(65,'','I used Skype when my girlfriend was in Austrailia and it worked really well with only minor dropouts. I think this would be a good idea, but how do we record the conversations? Can we do something like /dev/dsp > somefile.wav? ...or does the new Skype have this built in?',15,1150215365,53,'9.chudman',0,1,1150215365,0,0,'',0),(66,'','recording such a thing is not a problem, what we can do is test it at first, to figure out what tools we might need, what is a better way to establish connection, etc..\r\nso, if you are up for it, and would have some free time at some point, we can work on it a little bit,\r\nand then may be write a little howto, so it would be easier for people to connect.',15,1150217254,53,'8.Anton',0,1,1150217254,0,0,'',0),(67,'how acm website looks under IE','the answer is terrible.\r\napparently, IE does not have a good support for png, so there is no transparency of the logo over the header's background. stupid microsoft can't figure out how an alpha channel works.',8,1150217508,0,'8.Anton',10,0,1153526360,0,0,'2.Truman',1),(68,'windows vista for CS students','does anybody have any information about windows vista being distributed to CS students via MSDN Academic Alliance or something like that? just thought i ask, because i am very interested in checking it out.',15,1150217810,0,'8.Anton',1175,1,1178867453,0,0,'35.thomas-hornbeck',11),(69,'','I would be suprised if they didn't but you will still have to wait another 6 months. Its not scheduled for release until January. If anything they may wait a month or two before allowing access.',15,1150225057,68,'10.Vegihan',0,1,1150225057,0,0,'',0),(70,'','I signed up for the Beta preview program a while back and I have the software AND cd-key Office 2007 and Vista Beta 2. Microsoft released beta 2 a few days ago for general download via their servers (or pay $6 for a DVD delivered) to members of the beta program. I think you may have to have a .NET passport also. \r\n\r\nAnyway, if anyone wants to try Vista I have the disc and 2 valid cd-keys from Microsoft. For the beta program each CD key is valid for up to 10 installations (on different hardware) so I'm sure I have enough to go around. PM me if you want a copy and a key. \r\n\r\nBTW, Vista beta 2 will expire on in July of 2007 so you will be able to use this until the MSDNAA site has a free retail copy available.',15,1150234393,68,'9.chudman',0,1,1150234393,0,0,'',0),(71,'Lack of members on site/forums','I was thinking earlier today, and I think some of the lack of activity on the site can be attributed to the fact that most of the email addresses on our listserv are uiowa.edu addresses and many students probably don't check those over the summer as much (not to mention how spam-flooded they are). Perhaps many students have never receieved any of these emails, or they got lost in the spam. I know that people aren't visiting because of viewing the site stats and we only have 7 votes in the poll.\r\n\r\nWith this said does anyone have a better idea of how to get hold of more of these people and get them on the site?',7,1150323070,0,'5.studbucket',26,1,1150739492,0,0,'5.studbucket',4),(72,'New Search Engine Beta','This is a copy of an email I received from somebody at the Univ. of British Columbia (maybe because I am ACM pres, I dunno). But anyway, he wanted me to distribute this to my peers, so here it is. Doesn't actually sound too bad to be honest, it's a cool project.\r\n\r\n [blockquote]Hi JT,\r\n\r\n \r\n\r\nMy name is Jason Chong, a marketing co-op student at the University of British Columbia. I am working with a group of students and recent graduates who have developed an Internet search engine designed specifically for computer scientists and programmers. We are looking for beta testers willing to try out the search engine and provide feedback. I am contacting you to ask if you would consider sending our circular to your fellow students and association members some time in early September, when we expect to have the search engine up and running.\r\n\r\n \r\n\r\nThe search engine will not require students to download software or register personal information, so it does not raise any security or privacy problems. Thanks for your time and I appreciate your considering our request. Please let me know if you have any questions.\r\n\r\n \r\n\r\nRegards,\r\n\r\n \r\n\r\nJason Chong\r\n\r\n \r\n\r\nExample of e-mail we are asking for you to circulate in September:\r\n\r\n \r\n\r\nA group of students and recent graduates of the University of British Columbia’s Computer Science Department have developed a search engine specifically designed for computer scientists and programmers. They are looking for beta testers to try it out and provide feedback. \r\n\r\n \r\n\r\nThe search engine finds:\r\n\r\n \r\n\r\nØ Source code, tutorials, and reference material\r\n\r\nØ Computer Science blogs, mailing lists, and research groups\r\n\r\nØ Educational resources such as course notes and slides\r\n\r\n \r\n\r\nThe search engine can be found at worio.com.[/blockquote] \r\n\r\nSo in case you missed it, go to worio.com to register for the Beta.',14,1150323314,0,'5.studbucket',570,1,1150386485,0,0,'9.chudman',2),(73,'','Anyone else watch the finals game last night? It was a pretty fun game to watch (at least the last 6 minutes).',15,1150323373,40,'5.studbucket',0,1,1150323373,0,0,'',0),(74,'',' [link=http://www.ipodobserver.com/story/27083]iPod news that probably isn't news to some of you[/link] \r\n\r\nApparently National Semiconductor will now use podcasts to update their employees, etc. Kinda neat anyhow.',15,1150323512,53,'5.studbucket',0,1,1150323512,0,0,'',0),(75,'Media (Music) Player with built in library.','My idea is to make a media player focusing primarily on playing music, but other forms of media can certainly also be considered. This player would have a media library to store references to all the songs you have added to it and perhaps even track certain information about the songs, like playcount.\r\n\r\n[u]Technologies Used:[/u] C/C++, and whatever else is deemed necessary as the project's design is worked on.\r\n\r\n [u]Goal:[/u] I would have multiple goals with this project.\r\n [list]To get a better feel for working with a few others to sit down and design the best way to attack a project in an organized manner. (Yeah it's boring, but we are all gonna have to do it someday)*Become a better C programmer, much better.*Better understand the different codecs/etc used for music (this one is kinda optional, more of a bonus).*I want to try to make a fast, efficient player by using the best data structures/search algorithms that we can. I think it will be fun brainstorming and discussing what to use in certain situations.[/list] \r\n\r\n [u]Number of People:[/u] Probably 3-4 or so. I would like people interested in learning C to join in on this one, and it would be nice to have someone with experience, but we do have good references just in case.\r\n\r\n [u]Time Frame:[/u] Well, this one is kinda tough, with our classes and everything, I might have to say 4-6 months, but who knows, we could probably get it done quicker if we strip it down some and focus.\r\n\r\nOverall, I just think this would be a pretty cool project and I would like to know if anyone is interested/has some suggestions.',12,1150324831,0,'5.studbucket',30,1,1155114344,0,0,'2.Truman',1),(76,'','Sounds pretty cool',14,1150333102,72,'10.Vegihan',0,1,1150333102,0,0,'',0),(77,'','I cant really help with people but judging the number of people on the site using the poll may not be very accurate. I only say this because I myself havent answered the poll.',7,1150333360,71,'10.Vegihan',0,1,1150333360,0,0,'',0),(78,'','OK, I just checked in the last week there have been 8 people that logged into the site. If you add 1 or 2 days and make it 8 or 9, then maybe 10-12 joined. That's not a real high success rate :(',7,1150339552,71,'5.studbucket',0,1,1150339552,0,0,'',0),(79,'','I agree, the site stats don't lie. If people don't start participating more during the summer I'm sure once the semester commences we will be able to get more people online. If anyone has anyone elses personal email address PM me it and I will send an email to them.',7,1150386282,71,'9.chudman',0,1,1150386282,0,0,'',0),(80,'','I'm down for testing it. However, there already exisits many search engines that search for code of all sorts. I guess this will go above and beyond with tutorials, blogs, mailing lists, ect. though so it may be something pretty useful if it works well.',14,1150386485,72,'9.chudman',0,1,1150386485,0,0,'',0),(81,'Quotations','I like the quotes idea, and I really enjoy some of them we have now. I was wondering if we wanted a semi-formal way to submit quotes for review that could be put up top, or should we just wing it and mention something to Scott if we want it changed?',8,1150472946,0,'5.studbucket',72,1,1176749656,0,1160524698,'2.scott',11),(82,'','A submit function would be nice, I sent some to scott and they never got up, i dont know why but a submit and review would be nice.',8,1150492676,81,'10.Vegihan',0,1,1150492676,0,0,'',0),(83,'Other ACM Websites','I was just browsing through other schools' sites, and here are some random observations.\r\n\r\nPlease dont ever make our site look like [link=http://www.acm.miami.edu/]this(Miami)[/link]. They have a freaking ad-supported site!\r\n\r\n[link=http://www.cs.waikato.ac.nz/studentacm/about.html]Looks exactly like the national ACMs site[/link]. They look to be doing about as much as we do, but we're cooler :) \r\n\r\n[link=http://acm.cs.virginia.edu/index.php3]These guys(Virginia)[/link] haven't updated in a while, but they do have Lockheed Martin and Microsoft as sponsors. Not bad, maybe we could look into that. They also have some coding errors on the site.\r\n\r\nUnless I missed something [link=http://www.speedacm.org/index.php?title=Main_Page]Louisville's page[/link] is just a wiki.\r\n\r\nKinda slick site at [link=http://acm.indiana.edu/events.html]Indiana[/link], looks like it hasn't been updated for a year.\r\n\r\n[link=http://web.ics.purdue.edu/~acm/index.php?option=com_frontpage&Itemid=1]Purdue's site.[/link] \r\n\r\n[link=http://www.duke.edu/web/ACM/index.html]O God it's ugly[/link]! (Duke's Site). Oh, that's their old site: [link=http://www.cs.duke.edu/acm/index.php]updated[/link]\r\n\r\nAnd finally [link=http://www.acm.uiuc.edu/]Illinois[/link] and [link=http://csclub.cs.iastate.edu/]ISU[/link]\r\n\r\nOverall we appear to be doing ok in terms of activity (yeah, I'm not joking) and I would say we are above average in terms of the site, but that's just me. I could type more, but I have a headache :( O, and there was really no rhyme or reason in selecting the schools I did, it was kinda random.',8,1150499275,0,'5.studbucket',21,1,1155843445,0,0,'5.studbucket',3),(84,'','Well its good to see that we, Iowa, can beat Iowa State at something, and that something is designing websites. Congrats to all who worked on the website for not makeing it suck like ISU's.',8,1150513788,83,'10.Vegihan',0,1,1150513788,0,0,'',0),(85,'','After looking at the websites that JT posted in the General Discussion Forum about the other ACM sites there is something I have notices that would fit well in our Top Banner. That would be to put after the ACM in smaller text "Association for Computer Machinery". Just a thought. I think it will help people who have never heard of the ACM.',8,1150514038,30,'10.Vegihan',0,1,1150514038,0,0,'',0),(86,'','what bugs me the most is that more than a half of those website have bugs when you open then in Firefox... way to go, guys =)\r\n\r\nout of all of them, ISU has the best one, imho.',8,1150553179,83,'8.Anton',0,1,1150553179,0,1150553223,'',0),(87,'','I've talked to some people and asked around, and I guess I have kind of come to a conclusion. We ca't force anyone to visit or join the site if they don't feel motivated to, but we can do the best with what we have, which is 7-10 pretty solid members. So, from here on out I'm not gonna hold my breath that we get anyone else being real active over the summer, and I'm just gonna be happy for what we have, because it's better than what they had 1 year ago at this time. Maybe in the fall we can get some more traffic.',7,1150739492,71,'5.studbucket',0,1,1150739492,0,0,'',0),(88,'Eclipse','I was wondering if anyone has any sites or information on incorporting tool with eclipse?',14,1150761260,0,'10.Vegihan',563,1,1150775524,0,0,'9.chudman',4),(89,'','By 'tool' do you mean 'tools' or is tool a special plugin? I just did a quick search, did you check here? http://www.eclipse.org/tools/',14,1150761370,88,'5.studbucket',0,1,1150761370,0,0,'',0),(91,'','are you under win or linux?',14,1150774771,88,'8.Anton',0,1,1150774771,0,0,'',0),(90,'','The best way I can put this is explain using visual studios. In VS you can create tool bars that have usablity in other programs. The tool bars are like the debug buttons and and text editor. If your right click on the top gray area you can choose from a long lit. Well VS lets you create new one pretty easily to work with other programs. \r\nThe reason I would like to know is I would like to make a tool bar to work with source control program I am working with this summer. My boss has looked into it a little and belives it will take about two months of coding to do it. I thought I would post it to get some feed back because I know several people love eclipes and thought they might be able to help me find sone info on it. If that still doesn't clear it up just say so and I will try to explain it better.',14,1150773662,88,'10.Vegihan',0,1,1150773662,0,0,'',0),(92,'','OK Christian, you are in luck. I had this same dilema a few months ago when I began using Eclipse more regularly. To add extensions to the IDE do the following:\r\n\r\n[b]Open Eclipse and from the top menu bar select Help --> Software Updates --> Find and Install and then search for new extensions.\r\n[/b]\r\nThis will allow you update Eclipse and some of it's built-in features, but it will now allow you to really find/install other plugins (like the pydev plugin for Python). To do that you must first figure out the url of the site that hosts the extension you want to install. I will give the example for the PyDev extension below:\r\n\r\nLike above select [b]Help --> Software Updates -- Find and Install --> click Next and then click 'New Remote Site...'[/b] This is where you enter the URL of the extension site. For PyDev I entered [b]http://pydev.sf.net/updates/[/b] Now Eclipse will search this site for updates to PyDev and allow them to be installed. \r\n\r\nI'm pretty sure this procedure will work for you, but if not perhaps someone can elaborate more. Also, does anyone know of a central place to get a listing of all available Eclipse plugins/extensions/whatever?',14,1150775524,88,'9.chudman',0,1,1150775524,0,0,'',0),(93,'Please Help My Search','The other night during the storm my main computer got fried. I've determined that the motherboard is toast and that I will need to replace it with an identicle one. However, this has been harder than I would have imagined. The motherboard is an MSI 875P Neo FIS2R (not an FISR, they are close but not same). I've searched ebay, newegg, tigerdirect, and froogle looking for a new (or used and working) board, but to no avail. If I don't get this board replaced with an identicle one I am truly screwed because I have [b]all[/b] my important data on a SATA RAID 0 array!!\r\n\r\n[b]If anyone can either suggest some sites to search for that board or help me recover the data from the RAID array it would greatly appreciated. [/b]',15,1151081714,0,'9.chudman',972,0,1155119599,0,0,'2.Truman',5),(94,'','OK, I can't find much, but [link=http://www.msicomputer.com/product/p_list.asp?class=mb&cpu=1]here[/link] is MSI's mobo page and here is how to [link=http://www.msicomputer.com/company/contactUs.asp]contact[/link] them. (Maybe try customer service or tech support on that link, also, there is no 800 number I saw). Good luck man.',15,1151082178,93,'5.studbucket',0,1,1151082178,0,0,'',0),(96,'','Well, to sum up this thread: The US soccer team sucked, the Swedish team sucked a lot less, and the Miami Heat won (go Zo!).',15,1151336973,40,'5.studbucket',0,1,1151336973,0,0,'',0),(95,'','I was thinking about calling them and maybe having them send me a new BIOS chip, but the chip is hard soldered to the board. I've seen BIOS chips that will pop out, but my board does not have one. \r\n\r\nI've also tried the BIOS recovery technique described on their website and in my mobo manual, but it didn't work either. Nothing seems to be working so I really need to find another identicle mobo...or someone who can help me recover my data (i.e. somebody with 2 open SATA ports and a mobo that supports raid 0)...',15,1151089712,93,'9.chudman',0,1,1151089712,0,0,'',0),(97,'Idea Time','Well, it's almost July and I thought it would be a good time to start gathering ideas for things to do and to talk about things we know we are going to do this next year.\r\n\r\n [u]Things we have talked about[/u]\r\n [list][b]High School Programming Contest:[/b] I know this is in the spring, does anyone know what day this is, or do we plan that too? How wide of a radius should we send out invitations to, how will we come up with questions? What is the events format? Prizes? etc...*[b]Talking to high school students about computer science:[/b] Pretty self-explanatory. Any ideas?*[b]Event for incoming students[/b]: How should we let the University of Iowa community and incoming CS students know about the ACM?[/list]\r\n\r\nIt would be great to hear from anyone and everyone about this, so feel free to post. Also, we need to see if we can decide who should lead this committee, so far only Christian, Jed, and I have committed to be in it, does anyone else want to help?',10,1151339295,0,'5.studbucket',131,1,1163824672,0,0,'10.Vegihan',22),(98,'','I dont really know which committee this Idea fits but because no one is posting in the event committee forum I figure this will work. We need to think of a programming contest for college age students. My personal idea is to make it open to all non ACM members and have another one for acm members were members have an opportunity to win better prizes. It would be a way to keep members and to get new ones.\r\nWe would have to define a member before hand and would probably need to get some donations from businesses. \r\nJust a thought tell me what you think.',10,1151368419,97,'10.Vegihan',0,1,1151368419,0,0,'',0),(99,'','hey, is this what you need =>\r\nhttp://supercheappc.biz/site/product_info.php?products_id=1114 \r\n???\r\n\r\nanother idea, try going to the CSG @ MLH and ask them for some help.. it is summer time, i bet they can help you out..',15,1151416422,93,'8.Anton',0,1,1151416422,0,0,'',0),(100,'','WHOA!!! They want $280 for my board... When I bought it about 2.5 years ago it was only $200. What a rip off, but thank you for finding it. If I can't find it cheaper than that I will probably ask CSG for help and just try to recover the data from my RAID and get another Socket 478 board with SATA. If anyone else knows some good hardware sites I can search or has any other ideas don't hesitate to post... A geek without his computer is like a fish without water. :)',15,1151431979,93,'9.chudman',0,1,1151431979,0,0,'',0),(101,'','Totally great idea Christian, I've thought of it, and I think some of us have even talked about it. Wanna toss it in the events forum, for organizations sake?',10,1151453172,97,'5.studbucket',0,1,1151453172,0,0,'',0),(102,'Need Help','I am wondering if anyone knows anyone who is looking for a roommate in the fall. All my searching for an appartment has turned up next to nothing. It is also to late for apply for dorms and the school has no appartments availible. I hate putting adds in classified because you never know what you will get. So if anyone has any friends looking for a roommate will you let me know. Thanks.',15,1151467510,0,'10.Vegihan',919,0,1155153648,0,0,'2.Truman',7),(103,'Programming Competition','This was previously posted in the outreach forum but I was asked to move it here so here it is.\r\nI dont really know which committee this Idea fits but because no one is posting in the event committee forum I figure this will work. We need to think of a programming contest for college age students. My personal idea is to make it open to all non ACM members and have another one for acm members were members have an opportunity to win better prizes. It would be a way to keep members and to get new ones.\r\nWe would have to define a member before hand and would probably need to get some donations from businesses.\r\nJust a thought tell me what you think.',10,1151467586,0,'10.Vegihan',44,0,1157470650,0,0,'5.JT',7),(104,'','Wow, you are in luck buddy :) Call me at 641-840-0157. ',15,1151504434,102,'5.studbucket',0,1,1151504434,0,0,'',0),(105,'','I could not resist, but lol.',15,1151506544,102,'8.Anton',0,1,1151506544,0,0,'',0),(106,'','Yeah, I think lol sums that up well. Did you ever figure out why the graphic isn't transparent in IE? I've thought of that every now and then, and I think that's pretty weird.',15,1151507522,102,'5.studbucket',0,1,1151507522,0,0,'',0),(107,'','I am great at only one thing, and that one thing is procrastination.',15,1151536445,102,'10.Vegihan',0,1,1151536445,0,0,'',0),(108,'Opera and the forums','I just updated my Opera to the newest version to test it, and when I go to the forums they are totally wacked out in terms of how they are organized on the screen. If you need screenies because it doesn't happen for you, lemme know.',8,1151536629,0,'5.studbucket',59,0,1155959293,0,0,'2.Truman',12),(272,'Q & A Panel','[b]Event[/b]: Question and Answer session\r\n[b]Time[/b]: Friday August 25 at 1:30 pm\r\n[b]Place[/b]: MLH Lounge\r\n\r\nWe're having a Q & A session for incoming or prospective CS majors, or just those who want to know more about it. Nick and I will most likely be on the panel, but we are looking for up to 3 more people. Maybe you can post here and say why you are qualified to talk at this, as in what you bring to the table that others don't. Or maybe you know someone who could be of use.\r\n\r\nThanks!',10,1155579158,0,'5.studbucket',97,0,1172803297,0,0,'5.JT',21),(109,'','the graphics isn't transparent in IE, because IE does not support PNG correctly.\r\nsimple as that. so, i'd say we need to wait until Ben or whoever comes up with a new theme for the site... i shall ask Ben about it..',15,1151582617,102,'8.Anton',0,1,1151582617,0,0,'',0),(110,'Desired Program','I have always wanted to come up with a game design and build one for a computer. I am not talking about sudoku or solitare or anything like that but an actual game. I know full well that it wouldn't have great graphics but even a simple game would be fun I think. I was just wondering what everyone else has wanted to do.',14,1151972692,0,'10.Vegihan',586,1,1154974256,0,0,'5.studbucket',5),(111,'Delphi IDE','Has anyone heard of the Borland Delphi IDE. I stumbled apon it while looking for a media player.\r\nThe website has a neat little video about the product at:\r\nhttp://www.borland.com/us/products/delphi/index.html\r\n ',14,1151986092,0,'10.Vegihan',552,1,1152108314,0,0,'5.studbucket',2),(112,'','I don't think I know anyone that hasn't wanted to sit down and make a game of some sort. I thought that would be a ton of fun :) How about fleshing out the idea some, or just stating a little more formally and tossing it into the project suggestions forum? Unless there is a good reason to keep it here. Once we decide where to keep the thread, I will definitely throw out some ideas.',14,1152043526,110,'5.studbucket',0,1,1152043526,0,0,'',0),(113,'','It is quite popular for professional development, but why spend the money when MS gives us VS2005 for free through the MSDNAA?',14,1152043838,111,'9.chudman',0,1,1152043838,0,0,'',0),(114,'','I'm down as long as we can use C#. I have some really good tutorials on creating a simple video game (with graphics) using Visual Studio 2005 and C#. It's really not as hard as one may think...',14,1152043991,110,'9.chudman',0,1,1152043991,0,0,'',0),(117,''Next Thread' and 'Previous Thread'','These buttons appear to be broken, whenever I click either one of them, it says 'No next thread' or 'No previous thread'.',8,1152112606,0,'5.studbucket',12,0,1153525923,0,0,'2.Truman',1),(118,'Search Engine Strings','[link=http://acm.uiowa.edu/e107_plugins/log/stats.php?8]Stats.[/link]\r\n\r\nCheck that out. How in the world did some of those searches lead back to us? I am thinking of one in particular. Everyone clean their profile of all references to the male anatomy.',8,1152116937,0,'5.studbucket',15,0,1153525887,0,1152116974,'2.Truman',2),(119,'Linux Distro Quiz','EDIT: That link is broke. [link=http://www.zegeniestudios.net/ldc/index.php]Here's a new one.[/link]\r\n\r\n\r\n[link=http://eedok.voidofmind.com/linux/chooser.html]Here's[/link] a little quiz which offers advice on which linux distro fits you best after making your decisions. I found it interesting. Anyway, after my first quick run-through, it told me to go with Debian :)',14,1152202032,0,'5.studbucket',1081,1,1170358176,0,1170357743,'5.JT',19),(120,'','could have been an old cache in google',8,1152368871,118,'8.Anton',0,1,1152368871,0,0,'',0),(121,'Rants','I was thinking the other day that it would be good to have a rant forum on the sight. It could be a place for us(the acm) to post our dislikes for a product or idea. It could be done openly so others can throw in their two cents. The only real problem I see with it would be people getting flamed for their opinions. So I teeter on the idea and figured I would let you "Webmasters" decide if you think it is a good idea or not.',8,1152392485,0,'10.Vegihan',24,0,1152804352,0,0,'5.studbucket',5),(122,'','Definitely not a bad idea, I'll consult with Nick and some others and see what they think.',8,1152417633,121,'5.studbucket',0,1,1152417633,0,0,'',0),(123,'','Well the world cup is over and the disputed champs Itaily won. If you saw the aus vs ita game you would know what I mean by disputed champs.',15,1152493662,40,'10.Vegihan',0,1,1152493662,0,0,'',0),(124,'','The whole world cup was so poorly officiated, and I cannot stand all the 'diving' many European players do. Portugal was so bad about that. I know Americans and American sports have many faults, but I can't ever see Michael Jordan, A-Rod, Brett Favre or anybody doing something like that. Despicable, soccer is a great game, but I actually have less respect for it after the world cup. Congratulations to Italy on the win by the way, no matter what anyone says or does now they can't take that away from the players.',15,1152566107,40,'5.studbucket',0,1,1152566107,0,0,'',0),(125,'','It sounds good.. and.. a bit of a flame at the beginning is not that bad of an idea.. we do not have too much traffic here anyway.. so, yeah.. sounds good.. but when Scott would have time to do it is unknown =)',8,1152719061,121,'8.Anton',0,1,1152719061,0,0,'',0),(126,'','Actually I can set it up, Scott doesn't have to do it. Where do you think I should put it, general discussion?',8,1152797149,121,'5.studbucket',0,1,1152797149,0,0,'',0),(127,'','Sounds like a good place for them.',8,1152797271,121,'10.Vegihan',0,1,1152797271,0,0,'',0),(128,'','Forums are up in the general discussion area, enjoy!',8,1152804352,121,'5.studbucket',0,1,1152804352,0,0,'',0),(129,'I h8 the foreign language requirement!!!','First off I'd like to reiterate the subject line in bold so that I can calm down and become more rational: I HATE THE FOREIGN LANGUAGE REQUIREMENT AT IOWA!!!\r\n\r\nOk, I'm a little better now. Seriously though, why do computer science students need to burden themselves with a pesky 4 semester foreign language program in order to get a degree? Please don't say "..because at Iowa the CS program resides in the CLAS". I know it does, but can't there be any exceptions to that rule? I realize that if our CS program was in the engineering department we'd only have to take 2 semesters of a foreign language, but is tha even nessasary? Now some may argue that by taking a second language we are becoming more worldly and whatnot, but shouldn't that be up to us as adults to decide for ourselves? I mean if I want to visit Spain, Mexico or another foreign country I will learn enough of the language to get by before I go. I don't think it should be crammed down my throat by the school I'm attending in order to get a degree. I want to have a broad knowledge, don't get me wrong, but I want to be able to choose how broad that knowledge is....and a foreign language right now isn't what I'm looking for. How about a class in LISP? ',16,1152813042,0,'9.chudman',166,1,1161745548,0,0,'2.scott',26),(130,'','Alright, first off, I can understand your frustration, I wouldn't want to take foreign language that is forced on me, that would suck. However, I guess I have a hard time feeling too sorry for you because all of us had the option to take all four years in high school. I suppose i was just fortunate that from the time I was in 8th grade, our counselor's let us all know we had to have a minimum of two years to get into Iowa state schools and 4 years to get out of them.\r\n\r\nI think they currently make the foreign language classes much harder than they should be though. Considering it is a gen-ed and a requirement for many students, perhaps they should have a spanish class for non-majors, that would be pretty nice because I know the classes here are really tough. I also think that some exotic programming language course should also count toward something. It should not carry the same weight as a french or spanish (maybe only 1 or 2 credit hours), but why not give students the chance to take APL or program in binary, I would consider that stuff pretty tough and worthy of some sort of foreign language requirement. Although, that does little for the cultural aspect of the foreign language classes, so perhaps you would maybe learn a lot about how the language came about and the computing culture.',16,1152813937,129,'5.studbucket',0,1,1152813937,0,0,'',0),(132,'','Yeah, you should totally be allowed to mix and match, maybe with a requirement that there is a minimum of 2 years into one language for it to count. I also wish there was a little more variety in languages, there are some languages I want to take pass/fail so I can learn them, but they aren't offered (namely any Scandinavian language).',16,1152816343,129,'5.studbucket',0,1,1152816343,0,0,'',0),(131,'','I agree with both on some parts. I hate the fact we are forced to take 4 semesters of a foreign language. I have taken two classes of japaness and have retained about none of it because they got thought it so fast. So whats the point of taking a class the I dont get anything out of and may never use in my life. Plus four year of it is more then many need. In everyone of my foreign language classes about 90% of the people in them where language majors. Tell me how you can have a successfull class with people who get languages and know a little of it before it starts and people who know nothing of the language. I do beleive it is important to get cultured in other countries but you can do that with other classes. Plus learning one language and one culture is not deversifing enough for me. Why can't we take 2 semester of one language and then take 2 more of another? If we could it would let us get to know 2 cultures instead of one.',16,1152815399,129,'10.Vegihan',0,1,1152815399,0,0,'',0),(137,'','Hmmm, that's pretty interesting, I assumed there would be more culture, as in some ways that is just as important as the language if you are going to go there. Well that sucks, I'm sorry, I do feel bad for you, and would never want to trade spots, are you pretty close to being done?',16,1152888300,129,'5.studbucket',0,1,1152888300,0,0,'',0),(133,'A sort of capture-the-flag networking environment','This almost isn't so much of a project as an event or learning center.\r\n\r\n[u]Summary:[/u] In an effort to learn more about intrusion detection, firewalls, and even things like virii or spyware I think it would be cool to have two separate networks and a team of 2 or 3 guys working on each one to keep the other team from making malicious attacks on their computers, while attempting to break into what they have.\r\n\r\n[u]Number of people:[/u] 4 or more.\r\n\r\n[u]Technologies used:[/u] probably C/C++ and scripting languages like perl.',12,1152824113,0,'5.studbucket',37,1,1226540207,0,0,'163.BJ',7),(134,'','Sounds like a good idea. We could also make a tournament out of it were teams faced each other and the winner gets a prize or something. Make it open to anyone and see what we get.',12,1152833307,133,'10.Vegihan',0,1,1152833307,0,0,'',0),(135,'','Exactly, that would be a great goal to shoot for. Maybe we can try to figure out what kind of equipment we would need, where we could set it up, and when and how we could run 'tutoring' sessions teaching and learning how to do this kind of stuff.\r\n\r\nObviously we need computers and monitors of equal capability and some ethernet cables and routers to link all of this up.',12,1152884560,133,'5.studbucket',0,1,1152884560,0,0,'',0),(136,'','[quote1152887337=studbucket]\r\n...but why not give students the chance to take APL or program in binary, I would consider that stuff pretty tough and worthy of some sort of foreign language requirement. Although, that does little for the cultural aspect of the foreign language classes, so perhaps you would maybe learn a lot about how the language came about and the computing culture.\r\n[/quote1152887337]\r\n\r\nThe culture part of the class is a total joke. I've had two Spanish instructors and both of them focus VERY LIGHTLY on the culture aspect of the class. We have maybe 5 quick questions per test, some of them being as irrelavent as remembering someone's name who did something in 1548. What the hell does that do for anyone? Personally, I think the culture aspect is a crock. They teach us the language and throw in some random culture facts here and there to make the department look good. To be fair, I can only speak for the Spanish and Portugeuse deptarment, because they are the only one I've had personal contact with. Bottom line: If I want to become more cultured I will read a good book about it before I go on vacation there...\r\n',16,1152887674,129,'9.chudman',0,1,1152887674,0,0,'',0),(139,'If you are new here/Welcome thread','First off, Hi and thanks for taking the time to stop by our website and forums. If you are a member of the ACM and you cannot see more than the 3 general discussion forums, let an admin know and we can hook you up with rights. If you are here for help or computing related discussion, by all means sign up and post, we'll be more than happy to chat with you.\r\n\r\nIf you would like to be added to the ACM's mailing list, please let us know (iowa.acm@gmail.com).\r\n\r\nAnd please don't troll :)\r\n\r\nThanks,\r\n\r\nJT',15,1152910538,0,'5.studbucket',2244,0,1187966538,1,1194473838,'5.JT',1),(138,'','Thanks for the sympathy, but no, I am not close to being done. In fact I have all of next year AND next summer. Basically I will be here an extra 2 months because of the foreign language requirement. I guess it'll give me time to think about the future...',16,1152895427,129,'9.chudman',0,1,1152895427,0,0,'',0),(140,'','I thought I would let you know that the banner doesn't appear to be working for me. This has only happend as of this morning. I am using Firefox 1.5.0.4.',8,1152990166,30,'10.Vegihan',0,1,1152990166,0,0,'',0),(141,'','Yep, what Christian said is right. I just got 1.5.0.4 and the top banner is completely gray except for the buttons in the upper right, which are yellow.',8,1153012872,30,'5.studbucket',0,1,1153012872,0,0,'',0),(142,'Interesting website made by ISU students','[link=http://ahcweb.student.iastate.edu/]Click here for the site.[/link]\r\n\r\nThis is a site that one of the interns that works with me and his friends made for an IEEE contest. They haven't gotten the results back yet, but it is a very nice site. Well done and thorough, and there is a decent amount of material to be learned on here, check it out :)\r\n\r\nEDIT: Well, it appears this link is dead :(',14,1153141999,0,'5.studbucket',809,1,1161541786,0,1155656465,'45.Seth',1),(143,'If you are new here/Welcome thread','First off, Hi and thanks for taking the time to stop by our website and forums. If you are a member of the ACM and you cannot see more than the 3 general discussion forums, let an admin know and we can hook you up with rights. If you are here for help or computing related discussion, by all means sign up and post, we'll be more than happy to chat with you.\r\n\r\nIf you would like to be added to the ACM's mailing list, please let us know (iowa.acm@gmail.com).\r\n\r\nAnd please don't troll :)\r\n\r\nThanks,\r\n\r\nJT',14,1153142224,0,'5.studbucket',1703,0,1187966504,1,1194473825,'5.JT',1),(144,'','Sorry guys, not all the graphics for the site are hosted on the main server. Some of the stuff is hosted by the computer in the ACM office, which was inadvertently powered down over the weekend. Scott or I will be in to restore power to the box shortly.',8,1153152775,30,'9.chudman',0,1,1153152775,0,0,'',0),(145,'','[quote1153179629=chudman]\r\nSorry guys, not all the graphics for the site are hosted on the main server. Some of the stuff is hosted by the computer in the ACM office, which was inadvertently powered down over the weekend. Scott or I will be in to restore power to the box shortly.\r\n[/quote1153179629]\r\n\r\nDoes that affect the issue about not working in IE or the newest firefox though?',8,1153179651,30,'5.studbucket',0,1,1153179651,0,0,'',0),(146,'','I can access the site just fine with IE 7 Beta 2 and Beta 3 (which is the absolute newest MS has to offer). Also, at home I use Firefox 1.5.0.3 and it displays everthing correcly also. I have no clue about the newest Firefox though. Perhaps others can share their experiences...',8,1153195543,30,'9.chudman',0,1,1153195543,0,0,'',0),(147,'','Yeah, I have no idea why the newest firefox is messed up, all the older versions are fine. The IE beta draw the ACM logo correctly with the transparency and everything? The background of the logo isn't blue? Also, I posted this elsewhere, but the forums look really crappy in the newest version of Opera.',8,1153228989,30,'5.studbucket',0,1,1153228989,0,0,'',0),(148,'','The logo looks fine with IE 7 Beta 3. The only thing that doesn't show up is the grey coloring around the forum post boxes. I read somewhere that MS tried to make IE more standards compliant than previously. Actually it's really pretty stable and useable. We should do a browser comparison and post it here when classes start back up, but that probably belongs in another thread...',8,1153256029,30,'9.chudman',0,1,1153256029,0,0,'',0),(149,'','Sounds like to good rant to me.',8,1153281109,30,'10.Vegihan',0,1,1153281109,0,0,'',0),(150,'[moved] Alarm Clock program','I dont know about any one else but my alarm clock is not the most reliable people of technology I have. I was wondering if anyone has ever seen a program that acts like an alarm clock that I can set the time according to the days of the week, or even the month, and also set the alarm that goes off? I almost posted this is the possible projects but I didnt because I dont know if there is already a program out there that does it.',14,1153455894,0,'10.Vegihan',584,1,1155119141,0,0,'2.Truman',6),(151,'','Honestly I have no idea if a program like that exists, but that's not a reason to maybe suggest it in our projects, tons of media players exist, but I suggested mine anyway. You could take some pretty cool directions with the alarm clock thing.',14,1153492360,150,'5.studbucket',0,1,1153492360,0,0,'',0),(154,'','It would be cool if we could add a functionality where it played a particular song, or picked a random song from a library, that would be cool, because you know, there are some songs that are just better to listen to on a sunny morning.',14,1153513669,150,'5.studbucket',0,1,1153513669,0,0,'',0),(209,'','It varies from year to year. but it is usually on a saturday sometime in early Nov.',10,1154729703,103,'28.Justin',0,1,1154729703,0,0,'',0),(211,'','[quote1154751955=Justin]\r\nWhy not have him? I think he would bring us some good advice on the CS job market in Iowa.\r\n[/quote1154751955]\r\n\r\nWe probably will try to have him, but we are shooting for maybe 1-2 'big' speakers a year, and maybe several more small ones, like ex-students that now work at google, ask.com, etc.',10,1154751998,185,'5.studbucket',0,1,1154751998,0,0,'',0),(212,'','Do you know how far in advance we need to be signed up?\r\n\r\nMaybe it would be good for us to have our internal competition in late Sept. or early October, that we could get some feedback and know what to work on.',10,1154752683,103,'5.studbucket',0,1,1154752683,0,0,'',0),(208,'','We'll have more info in the days to come, but we are looking at having a Q & A session for prospective and new CS majors that Friday. Also, the Math/CS/Stats departments are having an open house that Thursday which I will probably be at to say something about the ACM.',10,1154728837,18,'5.studbucket',0,1,1154728837,0,0,'',0),(153,'','It already exists in Windows, I can't elaborate right now but I will when I'm not at work. Hint: It's built into the OS.\r\n\r\n\r\nEdit: It actually exists in *nix also, but I've never used it...',14,1153512134,150,'9.chudman',0,1,1153512134,0,1153512173,'',0),(167,'','Truman, I can write a little python app that will add peoples submits to the database... let me know if I should.',8,1153527173,81,'9.chudman',0,1,1153527173,0,0,'',0),(155,'','As of today the banner now works for me in the newest version of firefox. Thought you would be interested.',8,1153522445,30,'5.studbucket',0,1,1153522445,0,0,'',0),(156,'','This Issue Can be considered closed most of this is COMPLETELY MY FAULT because i linked some images to our acm office and then powered it down i don't believe it is browser related; i have tested this page with almost every broswer on every platform even dillo, and when the office box is up it always looks fine',8,1153525773,30,'2.Truman',0,1,1153525773,0,0,'',0),(157,'','I don't think this is really a fixable issue funny though',8,1153525887,118,'2.Truman',0,1,1153525887,0,0,'',0),(158,'','Switch to fireFox',8,1153525923,117,'2.Truman',0,1,1153525923,0,0,'',0),(159,'','Works fine for me in opera i believe this is there latest official version\r\n\r\nLet me see some screen shots.\r\n\r\nOPERA\r\n\r\nVersion 8.54 \r\nBuild 7730 \r\nPlatform Win32 \r\nSystem Windows XP \r\n \r\nJava Sun Java Runtime Environment version 1.5 \r\nXHTML+Voice Plug-in not loaded',8,1153526103,108,'2.Truman',0,1,1153526103,0,0,'',0),(160,'','I will Be setting up Email accounts on our server soon and then we can just email them to this address and then i will have JT or nick or tiffany add them till we get a submit page or something like that\r\n\r\nI LOVE the Idea keep up the good work kids',8,1153526230,81,'2.Truman',0,1,1153526230,0,0,'',0),(161,'','I AM AWARE THAT MICROSOFT BLOWS and IE7 is will fix this and well my opinion is SCREW those who refuse to upgrade\r\n\r\nor at least those that choose inferiority\r\n\r\n',8,1153526360,67,'2.Truman',0,1,1153526360,0,0,'',0),(162,'','maybe',8,1153526412,32,'2.Truman',0,1,1153526412,0,0,'',0),(164,'','this is an issue with smilies or something lemme look into it',8,1153526573,7,'2.Truman',0,1,1153526573,0,0,'',0),(165,'','There you F*ing happy now???\r\n\r\nWhere's my damn smiley that looks like im taking a poop on this thread',8,1153526656,7,'2.Truman',0,1,1153526656,0,0,'',0),(166,'','OK, this is how it's done. I'm sure everyone has heard about the Windows Task Scheduler (WTS), right? The WTS provides a pretty decent platform for routine task automation. You can execute any program, batch script...whatever you want with it. I had mine setup as an alarm clock to run every morning and play "Here Comes the Sun" by the Beatles through Winamp. It was very easy b/c Winamp will accept command line parameters. That's basically it....\r\n\r\nIf anyone wants a more complete explanation or walkthrough let me know and I'll put it on the site.',14,1153526913,150,'9.chudman',0,1,1153526913,0,0,'',0),(168,'','screenies sent.',8,1153527324,108,'5.studbucket',0,1,1153527324,0,0,'',0),(169,'','Well that was easy :) Got mine running.\r\n\r\nGonna move this to computing discussion.',14,1153527979,150,'5.studbucket',0,1,1153527979,0,0,'',0),(234,'','I born and Raised in the Tri-State Area Bellevue/Dubuque\r\n\r\nWhere Iowa Wisconsin and Illinois Share a Border.\r\n\r\n\r\nhey JT since your from Newton Do you know Jason and/or Justing Garrett\r\n\r\nI work With them @ skyhighspeed',15,1155119455,201,'2.Truman',0,1,1155119455,0,0,'',0),(170,'','Your right this has always been messed up FF too Its a CSS Issue i noticed it a long time ago but thought hey i kinda like the wider forum post thing but i think i'll fix it anyway just cause im a good guy but not till like next monday or something... Im lazy',8,1153528097,108,'2.Truman',0,1,1153528097,0,0,'',0),(171,'','still looking for a place to Live i have an extra room',15,1153528200,102,'2.Truman',0,1,1153528200,0,0,'',0),(175,'Driving Simulator','[link=http://www-nrd.nhtsa.dot.gov/departments/nrd-12/NationalAdvancedDriverSimulator.html]http://www-nrd.nhtsa.dot.gov/departments/nrd-12/NationalAdvancedDriverSimulator.html[/link]\r\n\r\nIt seems to me that the CS dept. could use this in some way or allow the students to study it or something in an effort to learn more about graphics, physics, or whatever. Anyone else have insight or opinions?',7,1153532392,0,'5.studbucket',13,1,1153534315,0,1153532414,'5.studbucket',2),(179,'The ACM is not dead','For those of you who visit, Nick and I are going to talk a lot over sometime in the next few days and we should get an email out to everyone and have a decent strategy for going forward this fall. Thanks for your patience :)',7,1153966698,0,'5.studbucket',22,1,1154357037,0,0,'5.studbucket',4),(176,'','It would be fun to drive a really fast car in there due to the fact it is all virtual, if I hit a tree or other object I would just get whip lash.',7,1153532786,175,'10.Vegihan',0,1,1153532786,0,0,'',0),(178,'Very Nice Ruby Tutorial','This is about the best tutorial I have ever seen for any programming language. Sometimes it is a little fickle, but overall I think it is a great tutorial, check it out.\r\n\r\n[link=http://tryruby.hobix.com/]Link[/link]',14,1153759898,0,'5.studbucket',593,1,1155238645,0,0,'5.studbucket',1),(177,'','Hahaha, that's true, I wonder what kind of waivers you sign ahead of time?',7,1153534315,175,'5.studbucket',0,1,1153534315,0,0,'',0),(180,'','Long live the ACM',7,1153969695,179,'10.Vegihan',0,1,1153969695,0,0,'',0),(181,'','Yes, we are not dead. It just appears so because it's summer time an hardly any of our members are around. People should be getting back from internships and whatnot very soon and I don't think it would be a terrible idea to hold an ACM meeting before classes start so we can outline our plans for the fall semester and beyond...',7,1154027924,179,'9.chudman',0,1,1154027924,0,0,'',0),(182,'','Well I have no plans of being in Iowa City before the thursday or friday before classes. I wont be able to get to Iowa City until the Tuesday before classes start. Thought I would let you know so you can make plans one way or another.',7,1154042919,179,'10.Vegihan',0,1,1154042919,0,0,'',0),(183,'','Nick and I talked for quite a while last night and got some things sorted out. I'm in the process of sending a huge email to Catherine, and after that will get an email out to all of the ACM detailing our plans. I'll probably also post it here along with some of the decisions we may be making as Nick and I would like discussion and/or feedback on some of them.',7,1154357037,179,'5.studbucket',0,1,1154357037,0,0,'',0),(184,'','Nick and I talked about having a Q & A session for incoming or prospective CS students. I'm really excited about that idea and it should be fun to do.',10,1154358088,97,'5.studbucket',0,1,1154358088,0,0,'',0),(185,'Speaker Suggestions -- Fall '06 and Spring '07','If you can think of any speakers you would like to hear and get to come, this is the place to put them. If it's possible, it would be nice to have more than just a name thrown out there, perhaps you could also add some information.\r\n\r\nFor example, don't do this:\r\n [blockquote]Linus Torvalds[/blockquote] \r\n\r\nDo this:\r\n [blockquote]Linus Torvalds. The father of linux and proponent of open source projects. Unsure of an email (or phone #), but perhaps a good place to start would be torvalds-secretary@linus.org. He might set us back $4500.[/blockquote] \r\n\r\nSo, go ahead, shoot out your ideas, and keep them feasible (i.e. not Bill Gates) but don't be afraid to be creative. Go from big to small, CEOs to recent UI grads, they are all fair game.',10,1154358425,0,'5.studbucket',26,1,1156442690,0,0,'5.studbucket',6),(186,'','"That's Hot"\r\n -Paris Hilton\r\n\r\nDon't forget to strip Sql Injections!!\r\n',8,1154370407,81,'2.Truman',0,1,1154370407,0,0,'',0),(187,'Logic and the people I date','What is it with the Women I date? When We (The women I date and I) disagree I naturally start to use logic to prove my point, however it falls on ?skeptical? ears... i don't get it; it's as if logic doesn't apply around them. Maybe the women I date are the inverted nexus of the universe or something, something like a black whole of logic where they suck in logic within shouting range of them and it completely disappears and is never seen or heard from again\r\n\r\nmaybe im crazy\r\n\r\nanyone else run into this issue??\r\n\r\n\r\n',16,1154370824,0,'2.Truman',98,1,1156179395,0,0,'8.Anton',8),(188,'','Logic only goes so far in relationships. But before I start in, I must say, I've had the same girlfriend for the last 3 years, so my valuable dating experience is about 95% limited to one girl. Relationships are really built off of emotions, the emotions you have for each other, etc. Emotions and logic seem to rarely mix and we've all seen this from time to time. Sometimes they don't want the logical answer of 'Well I spend 32 hours a week with you, can't I spend a night with my friends?' or 'I saved $250 getting the smaller diamond, isn't that great?' They want to feel special and loved, you need to learn to include them in about every decision you make if you want to keep them for years and *gasp* get married. Even if it doesn't make sense, if you make them feel the correct emotions toward you, they will view what you are doing as right and listen to it more often. So you need to tailor to their emotions first, and once you have that down, calmly explain using all your logic and try not to make them feel dumb. That is sometimes the hardest part. When you scream "It just makes sense!" it doesn't help because it doesn't make sense to them b/c thye are all emotionally worked up and they probably think you are calling them dumb or something.\r\n\r\nAnyway, I feel like I posted nothing useful at all, maybe I can clarify something later, maybe it helped.',16,1154371709,187,'5.studbucket',0,1,1154371709,0,0,'',0),(196,'','[quote1154620733=Truman]\r\nThat's SERIOUSLY DEPRESSING!!\r\n[/quote1154620733]\r\n\r\nAh, but you see the key is you get to live with your best friend the rest of your life. There are certain things you would be expected to do for a best friend, and would expect them to do the same for you. It comes with the territory, and truthfully, the benefits seem to definitely outweigh the drawbacks if you find someone that you really get along with.',16,1154620868,187,'5.studbucket',0,1,1154620868,0,0,'',0),(189,'We are in control of $20,000','[link=http://www.leapfish.com/analyze.php?url=acm.uiowa.edu]Link[/link]\r\n\r\nAt least that's what our site is worth :p',8,1154374085,0,'5.studbucket',44,0,1156380347,0,0,'9.chudman',8),(190,'','And this is just one of the many reasons I dont date. Yes you heard me right I dont date. I have seen way to many headaches and hangovers caused by the women my friends have dated. I have come to the conclusion there is no way to answer a question right all the time and I hate confrintation. And I only met a couple of women who think logicly, maybe you need to find one of them and it will work out just fine. \r\nOn a side note I dont write this to knock all women, I am just referring to the information I have gathered over the years. I know many guys that are also like this. And some worse.',16,1154397935,187,'10.Vegihan',0,1,1154397935,0,0,'',0),(191,'','sweet when do we get the check????',8,1154398025,189,'10.Vegihan',0,1,1154398025,0,0,'',0),(192,'','Sounds like a good Idea. When you know more just let me know, If I can help I will.',10,1154398069,97,'10.Vegihan',0,1,1154398069,0,0,'',0),(193,'','Sure I have ran into this, but the thing you must learn is to get used to it. I've been married for awhile now and I've had to learn this sad truth about women over and over again!',16,1154558940,187,'28.Justin',0,1,1154558940,0,0,'',0),(194,''ssdf' in poll comments','If you take a look at the poll comments, you'll notice that after a user's name it says 'ssdf'. Just wondering what this is and why it is there.',8,1154565458,0,'5.studbucket',11,0,1155959375,0,0,'2.Truman',2),(195,'','That's SERIOUSLY DEPRESSING!!',16,1154618302,187,'2.Truman',0,1,1154618302,0,0,'',0),(199,'','Keep trying! It all has to work out in the end!',16,1154649605,187,'28.Justin',0,1,1154649605,0,0,'',0),(197,'','[quote1154620898=Truman]\r\n"That's Hot"\r\n -Paris Hilton\r\n[/quote1154620898]\r\n\r\nWRONG! !ill I hate that scumbag.\r\n\r\nhow about:\r\n [blockquote]"...one of the main causes of the fall of the Roman Empire was that, lacking zero, they had no way to indicate successful termination of their C programs."\r\nRobert Firth [/blockquote] ',8,1154620948,81,'5.studbucket',0,1,1154620948,0,0,'',0),(198,'','This whole "Compromising" thing you're refering to (and i think that is what your refering to) Is new and foriegn to me; maybe someday i will grow to understand your human Emotions!\r\n\r\nPicture me Descending into a vat of molten Steel giving a "Thumbs up" to some strange boy, whose life i saved by traveling back in time a la "Terminator 2: Judgement Day"\r\n x) ',16,1154643240,187,'2.Truman',0,1,1154643240,0,1154728334,'',0),(200,'','The ACM programming contest at UNI is open to everybody, and the people that are not ACM members get a free student lite membership. I've done it a few times and its a good time, w/ free food and prizes!',10,1154651784,103,'28.Justin',0,1,1154651784,0,0,'',0),(201,'Where Are You From?','I figured I would post this when I learned from a couple of differn't people where they were from. Many might know that Anton is from Russia, if not now you do. So I figured I would post this thread to see were everyone was from.\r\n\r\nSince I am asking I will post first. Many might know I live in Southeast Iowa but that isn't where I was born. I was born in Missouri and live in the Lake of the Ozarks for about 5 years. Other then Iowa and Missouri I have never lived anywhere else. Oh nd dont start in on the Missouri Jokes I have heard most of them and they dont bother me.',15,1154665930,0,'10.Vegihan',1070,1,1158101811,0,1155137818,'5.JT',14),(202,'','Lol, I Only have one good MO joke, and it could be used with any state :)\r\n\r\nWell, I was born in Thornton, CO (a suburb of Denver) and lived there for 2.5 years. I moved to Colfax, Iowa for a very short time (more of a transition period) and then went to Hawaii. Shortly before I turned 4 we moved to San Diego, California and I went to pre-school there before starting Kindergarten in Mexico. I actually only went to school in Mexico for half a year or so when my family moved back to Colfax, Iowa, where I lived until 2nd grade. At that point, my family moved about 1 town over (10 miles or so) to Newton, Iowa, where I stayed until I graduated High School. I now own a small condo in Iowa City and have been living there for a little over a year.\r\n\r\nSorry to give you my life story, but it's the easiest way to show where I lived and explain a little bit too.',15,1154691450,201,'5.studbucket',0,1,1154691450,0,1158101785,'',0),(204,'[moved] Resigning as Treasurer','Hey guys I am just posting to tell you guys I am going to be resigning as Treasurer effective immediately. I have spoke to JT about this all summer and it seems like the ACM is shaping into something other than I originally thought. I will still be an active participant in projects, but I don't feel that we should have someone on exec that disagrees with the direction of the ACM. I am not saying I don't support what we are doing by ANY MEANS. From the beginning I was more interested (almost solely interested) in doing large team projects and I know realize that may be a little far off from that. Anyway to keep this from becoming a rant. I am resigning so I can take more time on my own personal projects and hopefully serve the ACM better in a project leader-ish role than one on exec.\r\n\r\nJT I REGISTERED FOR THE SITE! !amazed ',7,1154707312,0,'30.jstad',19,1,1154728129,0,0,'5.studbucket',1),(203,'','I can think of many good MO jokes, I used to live there too. (Most of the jokes are probably true anyways!)\r\n\r\nI was born in Des Moines and lived there for 3 years, then were moved to Wisconsin for a few years. After that, we moved to Indianola (small town south of Des Moines) and I lived there till I graduated. I moved to MO for a year after HS and moved back to DM for college for 3 years. Now I've moved to Coralville and finishing school.',15,1154706991,201,'28.Justin',0,1,1154706991,0,0,'',0),(205,'','Thanks for joining and posting. I was actually going to notify everyone in the email I'll be sending out soon, but this is just as well :)',7,1154728129,204,'5.studbucket',0,1,1154728129,0,0,'',0),(206,'','[quote1154728504=Justin]\r\nThe ACM programming contest at UNI is open to everybody, and the people that are not ACM members get a free student lite membership. I've done it a few times and its a good time, w/ free food and prizes!\r\n[/quote1154728504]\r\n\r\nDo you remember off of the top of your head when that competition is?',10,1154728521,103,'5.studbucket',0,1,1154728521,0,0,'',0),(210,'','Why not have him? I think he would bring us some good advice on the CS job market in Iowa.',10,1154738733,185,'28.Justin',0,1,1154738733,0,0,'',0),(207,'','This is copied from another post of mine:\r\n\r\nMy suggestion is Gary Scholten, CIO of Principal Financial Group.\r\n\r\n [blockquote]Well, I managed to speak with Principal's CIO today for a short time after a luncheon some of us IT interns had. He had spoken some about jobs in the IT world and Iowa colleges and their programs and it occured to me that he might be a pretty solid speaker. I have heard him speak 2-3 times already and I can tell you that he is a good speaker, he is a nice guy, and he is knowledgeable (especially in the business aspect of technology). He gave me his business card so I have that if I need to contact him. I think he would be a good speaker if we brought him in to speak about the job world. Both about how it will be for us in the next few years and he could tell us some about how he got to where he is (it's not a thrlling story, but it's not boring either, there are things to be learned). I'm sure there will be some plugs for Principal and getting you to stay in Iowa, but he could offer a really good perspective on the US and foreign job market and give you guys a new perspective on IT positions in Inda. All in all, I totally support bringing him in, and he would be cheap (only 1.5 - 2 hours away!). Let me know what you think.[/blockquote] ',10,1154728739,185,'5.studbucket',0,1,1154728739,0,0,'',0),(214,'','Definitely, [link=http://www.acm.inf.ethz.ch/ProblemSetArchive.html#B_US_NorthCen]here's the link[/link] to previous problems that Justin sent me, I haven't checked it out yet, but I definitely will.',10,1154788720,103,'5.studbucket',0,1,1154788720,0,0,'',0),(213,'','Its only a few weeks in advance I believe. Once the official date is announced, you can sign up your team of three. Having a competition before hand is the best way to get prepped for it. We could use some problems from previous ACM contests.',10,1154787713,103,'28.Justin',0,1,1154787713,0,0,'',0),(215,'','I have been thinking about this. If we complete it in a few months we could have a lan party and have our game be played and get feedback and work on doing outreach and show people what we have done for the public. This would be a great way to get new people involved.',14,1154893838,110,'10.Vegihan',0,1,1154893838,0,0,'',0),(217,'','I think the bubbles must be really cool or something.... :D If its not that reason, it probably means that they are super strong getting your bathroom appliances clean.',16,1154968004,216,'28.Justin',0,1,1154968004,0,0,'',0),(218,'','Yeah, it would, that would be pretty fun! Maybe you could think up something cool and post it in the projects forum and get people to join in.',14,1154974256,110,'5.studbucket',0,1,1154974256,0,0,'',0),(219,'','Well, all I know is that I've been cleaning with 'static' bubbles my whole life, so these dynamic bubbles are a godsend! %-6 ',16,1154974319,216,'5.studbucket',0,1,1154974319,0,0,'',0),(221,'','My theory is that they aren't ordinary bubbles. Nasa is secretely behind it to fund its "trips" to the moon. All the bubbles are, are extraterstrial being forced into slave labor. The reason they call them "Dynamic" is so they know which are ordinary bubbles and which are aliens. Thats just my idea, maybe I have watch a few to many star treks but hey.',16,1154977469,216,'10.Vegihan',0,1,1154977469,0,0,'',0),(220,'','Ah, CS humor... You gotta love it!',16,1154975044,216,'28.Justin',0,1,1154975044,0,0,'',0),(222,'','Thats a shame. Those bubbles deserve at least mininum wage.',16,1154984132,216,'28.Justin',0,1,1154984132,0,0,'',0),(223,'ACM Member Fees','I would like to start a discussion of membership fees for the following year. I've talked to a few people and it was generally agreed that a $5 yearly member fee would be a pretty good way to go for the following reasons:\r\n\r\n [list]$5 isn't that much money, so it's not like we are stealing from the poor.*It's enough of an investment that members may be more inclined to particpate as they have a vested interest in the organization.*It gives the ACM some extra cash to use for events.*It really would help us keep an official roster, so we would know who to give what rights to on the website, etc.[/list]\r\n\r\nAnyway, I'm definitely leaning toward $5 member fee for the entire year, but I wanted to get a little bit of input before we officially went ahead with this.',7,1155075899,0,'5.studbucket',17,1,1155949726,0,0,'9.chudman',3),(224,'','$5 would be no problem to me.',7,1155078152,223,'28.Justin',0,1,1155078152,0,0,'',0),(225,'','Sounds alright to me. There is just one thing to look into and that is to see if it can be charged to students UofI Bill or not. The only reason I bring this up is we may have people who would rather it go there so they only write one check instead of many. Of course if we cant they will have to deal with it. Just a thought.',7,1155078273,223,'10.Vegihan',0,1,1155078273,0,0,'',0),(226,'Google's severe Lack of Advertisement','I don't know if any of you have heard about this crazy new web tool called "Google". Its this \r\n [link=http://www.google.com/search?hl=en&lr=&q=define%3A++search+engine&btnG=Search]"Search Engine"[/link], which allows a user to simply search for a "String" and it returns results that are supposedly relavant to the "String" that the user types in; it determines relavance through a complex set of algorithms.\r\n\r\nAnyway i have heard of this wonderful service and use it quite frequently however it seems that everyone else must be in the dark because when they have computer problems they always Ask me...\r\n\r\nthen I ask "did you 'google' it?" their head slightly cocks to the side at the neck and they get a blank look on there face so i can only assume that they have never heard of this wonderful google service...\r\n\r\nI also have a confession to make... I was hired as an "Infomation Technologist Specialist Assistant" and I am almost entirely faking it. when someone is having a difficulty or computer related complaint, I just google it and tell them almost word for word what google says. Had they known google exists, they could fire me (cutting the middle Man), and google it themselves,saving themselves some ca$h \r\n\r\n:! \r\n',16,1155107996,0,'2.Truman',54,1,1155151682,0,1155108198,'9.chudman',2),(227,'','AHHH Debuging Gets me again!!! this Is going to require a \r\n\r\n"cat -R ./* |grep 'ssdf'"\r\n\r\nthis may take a bit to find so gimme a bit\r\n\r\nI did it so i could find which page did what they have ambiguous file names in e107 sometimes',8,1155108416,194,'2.Truman',0,1,1155108416,0,0,'',0),(228,'','LIAR!!\r\n\r\nEstimated Value: $19,698.00 ',8,1155108516,189,'2.Truman',0,1,1155108516,0,0,'',0),(229,'acm@cs.uiowa.edu getting spammed','Nick and I are working on a solution to this problem it'll be about 2 weeks before this is resolved unless i get to it sooner?? \r\n\r\nanyone know how to conifg PostFix\r\n\r\nI am almost ready to set it up but i wanna be able to secure it first hopefully before school starts that's my goal\r\n\r\nSorry Officers\r\n\r\n',8,1155108693,0,'2.Truman',6,1,1155108693,0,0,'2.Truman',0),(230,'','Hear is My Suggestion\r\n\r\nits Called Windows Media Player\r\n\r\nWhat you may not know is that Windows Media Player 10 comes with an SDK i think it starts with version 11\r\n\r\n[code]\r\nusing WMPLib;\r\n\r\n\r\nnamespace Alarm_Clock\r\n{\r\n public partial class alarm_clock : Form\r\n {\r\n WindowsMediaPlayer Player;\r\n public alarm_clock()\r\n {\r\n this.Player = new WindowsMediaPlayer();\r\n this.Player.settings.autoStart = false;\r\n this.Player.settings.volume = 50;\r\n this.Player.URL = "Song.mp3"\r\n this.Player.controls.play()\r\n }\r\n }\r\n}[/code]\r\n\r\nThis Plays the Song Song.m3 in Loal directory and you get all the WMP ability to play anything so you could build a much better GUI than WMP then go back @ a later point and actually build the other Libraries to play wma's and stuff or just use MPlayers Source Code with your Gui All you would need to do Then is to Make Your own WMP Object and change like 10 lines of could when the time comes to make it WMP independant\r\n\r\nUse VS2005 on the termserv.divms.uiowa.edu\r\n\r\nI think you need to add a COM Reference its really easy google it if you are not knowing',12,1155114344,75,'2.Truman',0,1,1155114344,0,1155116051,'',0),(231,'','Dude im doing this my boss is the web developer for JMC and she told me they wanted to do this sort of thing So i did it yesteday @ work and read this thread today wooops maybe i shoulda read this thread sooner',12,1155114487,27,'2.Truman',0,1,1155114487,0,1155114638,'',0),(232,'Photo Album','In the Name of shameless self promotion ( or at least untill we get other projects to post here) I have something i wrote last week\r\n\r\n\r\nhttp://pics.trumanyoung.com/\r\n\r\nIts a Mod_python implimented python script that uses Python, to deliver XML which is translated using a an XSL Stylesheet and given additional style via a Cascading Stylesheet with a touch of Java script in there\r\n\r\nIts a Photo album of sorts that auto generates thumbnails and does "Indexing" I also setup a the Abilty to do password(s) on a per album basis the "user:Passord" to the beauties album john:doe (you have to actually click on the "Go!" button that's my only current bug i think)\r\n\r\nAlso this "script" has the ability, due to the technologies involved, to allow each user to specify his own Layout so each person (theoritically) could see the page as (s)he thinks it would look best\r\n\r\nbut you can deliver an External xsl Document to it even however a touch tricky at the current moment\r\n\r\nView source in Firefox (that's what i use to debug xml+xsl) its all xml the elements are in the XML processing instruction that defines an XSL document that you use to translate the XML\r\n\r\n[u]File Types Handled:[/u]\r\nbmp\r\njpg\r\ngif(has trouble with animation)\r\npng\r\n\r\n[u]Possible File Types Handled:[/u]\r\nTiff\r\n\r\n\r\n\r\n [u]Requires:[/u]\r\nPython 2.4\r\nmod_Python\r\napache\r\nPython Imaging Library\r\na browser that has xsl compatability (almost all current Broswers [prolly not dillo though])\r\ncurrently an sftp client to upload Files to the program\r\n\r\n\r\nI will Post the zipped package in the downloads Page\r\n\r\nindex.py 372 lines\r\nNone.xsl 240 lines\r\nalacran.css 91 lines\r\n',13,1155116599,0,'2.Truman',17,1,1155116599,0,1155117439,'2.Truman',0),(233,'','Using VS2005 on the termserv.divms.uiowa.edu\r\n\r\nand adding a simple Reference and a timer (pretty Easy)\r\n\r\nyou can make an Alarm Clock in less than 60 lines of code I have done Most of it already I just need to hook up the Timer to the MP3 Player if you wanna see my Code\r\n [link=http://cs.uiowa.edu/~syoungbl/AlarmClockdemo.zip]Binary[/link]\r\n [link=http://cs.uiowa.edu/~syoungbl/AlarmClocksrc.zip]Source[/link] ',14,1155119141,150,'2.Truman',0,1,1155119141,0,0,'',0),(235,'','I happen to know Chudman had bad Ram and not a bad Main Board so you should consier this Forum "Toast"\r\n\r\n\r\n\r\n\r\nEDIT: I actually didn't have bad RAM, because when I tested it at work the computer would boot. This one really has been a head scratcher, but I'm not complaining because all 150GB of data I had on my RAID 0 array has been successfully restored! Thanks to anyone who helped my motherboard search...',15,1155119599,93,'2.Truman',0,1,1155119599,0,1155150723,'',0),(236,'','I Will take you up on that Chudman!!\r\n\r\nAlso you can get it off the Reulagr MSDN membership Crap but not MSNDAA yet I was just Looking for this today\r\n\r\n',15,1155119746,68,'2.Truman',0,1,1155119746,0,0,'',0),(237,'[poll] Suggested Events','I Would Like to suggest a Hard-boiled Egg Eating Contest Where puking is acceptable/encouraged I think it would be crazy Fun and Exciting... i know it would bring everyone closer togethor',10,1155119943,0,'2.Truman',36,1,1155155614,0,1155147519,'5.studbucket',4),(238,'','You put your secret out on the web, what were you thinking. Someone might catch on and Google your name which could intern lead them to this post.',16,1155129593,226,'10.Vegihan',0,1,1155129593,0,0,'',0),(239,'','[quote1155137829=Truman]\r\nI born and Raised in the Tri-State Area Bellevue/Dubuque\r\n\r\nWhere Iowa Wisconsin and Illinois Share a Border.\r\n\r\n\r\nhey JT since your from Newton Do you know Jason and/or Justing Garrett\r\n\r\nI work With them @ skyhighspeed\r\n[/quote1155137829]\r\n\r\nI don't know any Garretts, how old are they? It's weird I don't know them, the town isn't that big.',15,1155137856,201,'5.studbucket',0,1,1155137856,0,0,'',0),(249,'','TOAST',15,1155153648,102,'2.Truman',0,1,1155153648,0,0,'',0),(240,'Crappy New Webmail','\r\nAlright, i'll admit im a hater.\r\n\r\nand right now im hating on this new webmail they should have customized it a bit more before they threw it up [img]https://webmail.uiowa.edu/horde/themes/graphics/favicon.ico[/img] Like changing there favicon.ico file THAT DRIVES ME NUTS\r\n\r\nAnd change the colors its like they dled Horde and threw it up\r\n\r\n',16,1155147808,0,'2.Truman',164,1,1158282690,0,1155148130,'2.scott',26),(241,'','Dude, I'd be down if we did jalapenos. :) ',10,1155148278,237,'9.chudman',0,1,1155148278,0,0,'',0),(242,'','Im down, just no jalapenos',10,1155150052,237,'10.Vegihan',0,1,1155150052,0,0,'',0),(243,'','I'm a Quad-Citizen. I was born and raised in Rock Island, IL. I lived there for 21 years until I got my Associates Degree from Black Hawk College and decided to attend the University here in Iowa City. Now I live on S. Dubuque Street right between where I work and where all my classes are. \r\n\r\nTo make this forum a little more interesting how about: Where do you want to be living in 10 years?\r\n\r\nI would like to be in Mountain View, California or somewhere very close to Silicon Valley.',15,1155150270,201,'9.chudman',0,1,1155150270,0,0,'',0),(244,'','Call me after 4 pm some time and bring a blank DVD over to my house. I will burn it for you there.',15,1155151145,68,'9.chudman',0,1,1155151145,0,0,'',0),(245,'','But they would google his real name, not one of his many cyberspace alter egos. \r\n\r\nBTW, Google does not lack advertisement Truman. It's just that technology still scares many people our parents age and older. Many people think using a computer is hard or confusing and don't realize that if they know how to spell www.google.com and type in "define:computer literacy" they will get back an answer. It does not take a highly technical person to do these simple things, but I think many people don't know that. Also, some older people are very stubborn and just stick to what they know. I hope I never end up that way...',16,1155151682,226,'9.chudman',0,1,1155151682,0,0,'',0),(246,'','I like the color scheme better, but I think they should have increased our quotas before installing new software that really isn't needed.',16,1155151770,240,'9.chudman',0,1,1155151770,0,0,'',0),(247,'','Well then lets put up some advertisements and make some $$$. Or at least let's bitch at Truman to put up some O'Reilly banners so we can get free books! :)',8,1155151858,189,'9.chudman',0,1,1155151858,0,0,'',0),(248,'','I'll be in Cali\r\n\r\nthe computer scientist's natural habitat',15,1155153594,201,'2.Truman',0,1,1155153594,0,0,'',0),(250,'','LINK ME dude ill throw O'reily Banners Every where\r\n\r\nWe can be pawns in there game',8,1155153750,189,'2.Truman',0,1,1155153750,0,1155170747,'',0),(251,'','well we could do whatever but let's do some stuff\r\n\r\ni would suggest beer dringing but Chudman would dominate!!',10,1155153842,237,'2.Truman',0,1,1155153842,0,0,'',0),(252,'','I'd like to be in Colorado. Going back to where I started, snowboarding whenver possible and using up my Broncos season tickets.',15,1155155382,201,'5.studbucket',0,1,1155155382,0,0,'',0),(253,'','Yeah I was hoping for something a little nicer that didn't look exactly like my DIVMS mail. It pretty much sucks. Why don't they steal ISU's or UNI's webmail? It's gotta be better.',16,1155155480,240,'5.studbucket',0,1,1155155480,0,0,'',0),(254,'','I've sold out once this summer, I don't wanna do it again. :D',8,1155155533,189,'5.studbucket',0,1,1155155533,0,1155155549,'',0),(255,'','Lol, here is my official response:\r\n\r\n [blockquote]Barfing is not an ACM sponsored activity[/blockquote] ',10,1155155614,237,'5.studbucket',0,1,1155155614,0,0,'',0),(256,'','Colorado would be nice, but I would still like to live in Iowa as that is were all my family is. We are somewhat close so being distant would be much fun.',15,1155165758,201,'10.Vegihan',0,1,1155165758,0,0,'',0),(257,'','Banners aren't half as bad as spamming so I see no harm in it.',8,1155165927,189,'10.Vegihan',0,1,1155165927,0,0,'',0),(258,'Crack this Hash','I will give anyone that can Crack this $50 or more\r\n\r\n\r\n\r\nsome_hash("allows") = fc2d5e24d6207a801d4022b5a652ac95\r\n\r\n\r\nIt was delivered to me in a file called turinggen.php i have been unable to determine how they determine this value\r\n\r\nit is apparently a 128bit Hash I have ran it against basic \r\n-\r\nmd4 md5 sha1 sha256 sha384 sha512 ripemd128 ripemd160 whirlpool tiger128,3 tiger160,3 tiger192,3 tiger128,4 tiger160,4 tiger192,4 snefru gost adler32 crc32 crc32b haval128,3 haval160,3 haval192,3 haval224,3 haval256,3 haval128,4 haval160,4 haval192,4 haval224,4 haval256,4 haval128,5 haval160,5 haval192,5 haval224,5 haval256,5 \r\n-\r\nHashes. and i still don't know it...\r\n\r\n I have run it against my own MD5 Cracker (one i wrote) as well as the program MDCrack and i got up to 7 chars in MDCrack for md4\r\n\r\nI checked with 4 printable chars of salt on front and back as well as other combinations \r\n\r\ntotal checks: 4,100,000+\r\n\r\nneed any more info I'll give you what i can but i haven't cracked it\r\n\r\nI have even gone so far as testing it md5(rot13("allows"))\r\n\r\n\r\n\r\nIf you can figure out what some_hash is thats what i need\r\n\r\n\r\nI can get you more examplesprolly about 100 more test examples',13,1155178560,0,'2.Truman',48,1,1191865801,0,0,'5.JT',4),(259,'','Also I happen to know that the Coders that wrote this use md5 in other areas;\r\nthat they use md5 here makes sense so if anyone out there has a 15char md5 rainbowtable this is an EASY 15 dollars\r\nOther wise if we don't solve this in within a week after school starts i will be starting a project to buildRainbow tables as a distributed Application that runs on 20 PC's I have the 20 PCs i plan to use C#\r\n\r\nHowever this hash maybe some other hash like RIPEMD128(on rob hanson's suggestion)\r\n\r\n',13,1155181512,258,'2.Truman',0,1,1155181512,0,0,'',0),(260,'','I haven't seen what other schools webmails look like but I so far havent found much wrong with the new one. I agree the colors and icons are less then agreeable but you have to give them points for trying. We are probably the last people who should scrutinize the site. Remember who there target audience is, its not people with a lot of computer backgrounds, it the same poeple who go for MSN and AOL messengers with all the bells and whistles. All in all they are at least trying to update a product to help their consumers. I would love more memory but I dont see that any time soon.',16,1155182346,240,'10.Vegihan',0,1,1155182346,0,0,'',0),(261,'','A 'book' on Ruby by the same guy.\r\n\r\n[link=http://poignantguide.net/ruby/]Link[/link]',14,1155238645,178,'5.studbucket',0,1,1155238645,0,0,'',0),(262,'','i have a 7 character rainbow table for the following char-set: [ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789!@#$%^&*()-_+=]\r\n\r\nthe 14 charater table was like 60GB i think, but if you have the room we can d/l it via Bittorrent',13,1155253651,258,'9.chudman',0,1,1155253651,0,0,'',0),(263,'ACM's First Fall Semester Meeting','I've been thinking some about the ACM's first meeting, and after looking at several different things, I think the best time may be during the second week of school, probably that Monday or Tuesday, sometime after 5. Perhaps like a Monday the 28th at 6:30 pm or something along those lines.\r\n\r\nAnyway I wanted some input on what days/times work best for you guys. If you have questions I can explain.',7,1155311111,0,'5.studbucket',42,1,1156790410,0,1155311130,'5.JT',7),(264,'Login Time','Is there any way you can increase the time the cookie is stored so I don't have to log into the website 10 times a day, every time my session expires?',8,1155339724,0,'5.studbucket',9,1,1155430237,0,0,'2.Truman',3),(265,'','Just DL'd the latest version of Opera, still screwed up :(',8,1155367119,108,'5.studbucket',0,1,1155367119,0,0,'',0),(266,'','I have over 2 TBs',13,1155423034,258,'2.Truman',0,1,1155423034,0,0,'',0),(267,'','talk to the makers of your broswer dude everytime your browser closes your session expires',8,1155423145,264,'2.Truman',0,1,1155423145,0,0,'',0),(268,'','yeah i know its a messed up div Tag Somewhere\r\n\r\nand i don't really wanna dig in that far but ehh for you ill look into it now ~:( ',8,1155423237,108,'2.Truman',0,1,1155423237,0,0,'',0),(269,'','Lol, I know that.\r\n\r\nI'm asking if the cookie that the site puts out can be changed.\r\n\r\nInstead of cookie.duration = session maybe it can be cookie.duration = 4 days. Something along those lines. My only real cookie setting experience is in java with JSPs and servlets, and you can do that there.',8,1155426531,264,'5.studbucket',0,1,1155426531,0,0,'',0),(271,'','FIXED',8,1155430254,108,'2.Truman',0,1,1155430254,0,0,'',0),(270,'','Lemme research i used to have it set up differently but that cause problems with anton's surfing',8,1155430237,264,'2.Truman',0,1,1155430237,0,0,'',0),(273,'','As of right now I have nothing going on after 3:30. The only day I couldnt make it is the first friday of school, I have to come home that weekend for a fantasy football draft. I don't have a job right now so that wont interfer',7,1155609740,263,'10.Vegihan',0,1,1155609740,0,0,'',0),(274,'','I would be happy to do it but I have class at 2:30 so I dont know how long you intend to do this Q & A. As for qualifications, I have taken programing classes at a community college plus I spend a huge amount of time in the labs helping others. As far as the higher classes I know little, because I haven't taken any.',10,1155610012,272,'10.Vegihan',0,1,1155610012,0,0,'',0),(275,'About this forum','This forum exists for two reasons:\r\n\r\n1) To post links to nice tutorials and resources dealing with programming and computing.\r\n\r\n2) To write up your own tutorials on how to do something and have them stickied!\r\n\r\nWe are going to have a stickied post that will contain an organized list of all sorts of links to helpful sites, and links will be added by you posting them with a short description of what they do. Then an admin will edit the stickied post to put the link in the correct location.\r\n\r\nWell written, easy to understand tutorials will be stickied and talked about for years to come. So if you can write a tutorial, go ahead and post it!\r\n\r\nIf you want to be added to the ACM mailing list, please let us know!',20,1155653672,0,'5.studbucket',1379,0,1187966568,2,1187966621,'5.JT',1),(276,'Links','Total links: 12\r\nTotal categories: 4\r\n\r\nLet me know about any broken or outdated links!\r\n\r\n[u][b]Java[/b][/u]\r\n- [link=http://java.sun.com/]Java Home Page.[/link] It all starts here.\r\n- [link=http://java.sun.com/j2se/1.5.0/docs/api/]Java API.[/link] J2SE's 1.5 API, really among the best APIs for any language.\r\n[u]\r\n[b]Linux[/b][/u]\r\n- [link=http://www.pixelbeat.org/cmdline.html]Linux Command Line Tips.[/link] A nice guide to a lot of commands used in Linux. \r\n- [link=http://fosswire.com/2008/04/22/ubuntu-cheat-sheet/]Cheatsheet[/link]. Useful command cheatsheet.\r\n- [link=http://www.gooddefecation.com/index.php?p=1_15_Linux-Courses]Linux Courses[/link]. Free Linux Courses.\r\n\r\n[b][u]Rails[/u][/b]\r\n- [link=http://www.rubyonrails.org/]Rails Home Page[/link]. Start's it all.\r\n- [link=http://railscasts.com/]Railscasts[/link]. Free screencast tutorials.\r\n- [link=http://topfunky.com/clients/peepcode/REST-cheatsheet.pdf]REST Cheatsheet[/link]. Useful reference page.\r\n\r\n[b][u]Ruby[/u][/b]\r\n- [link=http://www.ruby-lang.org/en/]Ruby Home Page.[/link] This is where it all starts. Get the Ruby interpreter and FreeRide among other things.\r\n- [link=http://tryruby.hobix.com/]Try Ruby![/link] A great little tutorial for those learning Ruby. It consists of an interactive terminal built right into the website, definitely hands on!\r\n- [link=http://poignantguide.net/ruby/]Why's (Poignant) Guide To Ruby.[/link] A fun, somewhat entertaining, and somewhat helpful guide to programming with Ruby. Made by the same guy who did the interactve terminal tutorial.\r\n- [link=http://www.ruby-doc.org/core/]RDoc Documentation.[/link] Pretty nice API for Ruby. [u][/u] [u][/u] ',20,1155653711,0,'5.studbucket',2157,1,1225842602,1,1225842535,'5.JT',3),(277,'','mondays and fridays after 3pm are no go for me. \r\ntuesdays sound a lot better.',7,1155655579,263,'8.Anton',0,1,1155655579,0,0,'',0),(278,'','[quote1155655923=Anton]\r\nmondays and fridays after 3pm are no go for me. \r\ntuesdays sound a lot better.\r\n[/quote1155655923]\r\n\r\nThis wouldn't be every meeting, just our very first one. It is good to know that for future reference though.',7,1155655945,263,'5.studbucket',0,1,1155655945,0,0,'',0),(279,'FACEBOOK API','Face Book just released there API if you need a login account i'll give you my password so you can check it out (for those of you who are fundamentally opposed to FB)\r\n\r\nThey have "high security" no contact info available through the "Official API" but its super easy to crack\r\nthere is also an irc chat going for FB API devs at irc.freenode.net (the default)\r\n\r\n/join #facebook\r\n\r\n\r\nThe FB main site devs are on there and you can grill them about anything like security and crap... look for ari \r\nThe guys with stars next to there names are FB employees\r\n',14,1155763317,0,'2.Truman',616,1,1155951410,0,0,'2.',2),(280,'CVS??','perhaps\r\n\r\nI'm testing it out now!!!\r\n\r\nYay for me im not super lazy no more\r\n\r\n\r\ncvsNT (It's just easier)\r\n\r\nworks with eclipse at initial tests',8,1155763421,0,'2.Truman',16,1,1155949001,0,0,'9.chudman',1),(281,'Bill Gates vs. GM','I got this in a email recently:\r\n\r\n\r\n\r\nFor all of us who feel only the deepest love and affection for the way\r\n\r\ncomputers have enhanced our lives, read on. At a recent computer expo\r\n\r\n(COMDEX), Bill Gates reportedly compared the computer industry with the auto\r\n\r\nindustry and stated, "If GM had kept up with technology like the computer\r\n\r\nindustry has, we would all be driving $25.00 cars that got 1,000 miles to\r\n\r\nthe gallon." \r\n\r\n \r\n\r\n In response to Bill's comments, General Motors issued a press release\r\n\r\nstating: If GM had developed technology like Microsoft, we would all be\r\n\r\ndriving cars with the following characteristics (and I just love this part): \r\n\r\n \r\n\r\n 1. For no reason whatsoever, your car would crash twice a day. \r\n\r\n \r\n\r\n \r\n\r\n 2. Every time they repainted the lines in the road, you would have tobuy a new car.\r\n\r\n \r\n\r\n \r\n\r\n 3. Occasionally your car would die on the freeway for no reason. You\r\n\r\nwould have to pull to the side of the road, close all of the windows, shut\r\n\r\noff the car, restart it, and reopen the windows before you could continue.\r\n\r\nFor some reason you would simply accept this.\r\n\r\n \r\n\r\n 4. Occasionally, executing a maneuver such as a left turn would cause\r\n\r\nyour car to shut down and refuse to restart, in which case you would have to\r\n\r\nreinstall the engine\r\n\r\n \r\n\r\n 5. Macintosh would make a car that was powered by the sun, was\r\n\r\nreliable, five times as fast and twice as easy to drive -- but would run on\r\n\r\nonly five percent of the roads.\r\n\r\n \r\n\r\n 6. The oil, water temperature, and alternator warning lights would all\r\n\r\nbe replaced by a single "This Car Has Performed An Illegal Operation"\r\n\r\nwarning light.\r\n\r\n \r\n\r\n 7. The airbag system would ask "Are you sure?" before deploying.\r\n\r\n \r\n\r\n \r\n\r\n 8. Occasionally, for no reason whatsoever, your car would lock you out\r\n\r\nand refuse to let you in until you simultaneously lifted the door handle,\r\n\r\nturned the key and grabbed hold of the radio antenna.\r\n\r\n \r\n\r\n 9. Every time a new car was introduced car buyers would have to learn\r\n\r\nhow to drive all over again because none of the controls would operate in\r\n\r\nthe same manner as the old car.\r\n\r\n \r\n\r\n 10. You'd have to press the "Start" button to turn the engine off.\r\n\r\n ',14,1155791799,0,'10.Vegihan',586,1,1155951366,0,1155820631,'2.',4),(283,'Messed up Forums page -- GO TO OPERA FORUMS THREAD','http://acm.uiowa.edu/e107_plugins/forum/forum.php\r\n\r\nGo here with opera while signed in... i get a really really messed up page; i have never seen this error before so it may be my browser',8,1155821168,0,'2.Truman',8,0,1155823250,0,1155823578,'5.studbucket',1),(284,'','Yeah, that's pretty funny, however were those all quotes by GM?\r\n\r\nI thought only the first one was the response in the press conference from like 8-10 years ago. Anyway, worth a laugh.',14,1155823097,281,'5.studbucket',0,1,1155823097,0,0,'',0),(285,'','Ummm, other Opera thread? :) Or no? I know that my forums have been hosed for weeks in Opera. Locking and re-opening other thread.',8,1155823250,283,'5.studbucket',0,1,1155823250,0,0,'',0),(286,'','To quote Scott from his new thread:\r\n\r\n[quote1155823339=Truman]\r\nhttp://acm.uiowa.edu/e107_plugins/forum/forum.php\r\n\r\nGo here with opera while signed in... i get a really really messed up page; i have never seen this error before so it may be my browser\r\n[/quote1155823339]\r\n\r\nSo, unfortunately, the issue is still open :(',8,1155823384,108,'5.studbucket',0,1,1155823384,0,1155823429,'',0),(287,'What CIOs want','I wouldn't put too much Stock into it, but I just found these interesting, especially how larger companies are looking for more business minded people, while smaller companies look for people with better technical skills. Reminded me of Principal.\r\n [link=http://www.cioinsight.com/article2/0,1540,2004045,00.asp]Link To Article[/link] ',14,1155823717,0,'5.studbucket',811,1,1157074450,0,1155924728,'2.scott',12),(288,'A thing of beauty...','Well, I typed something up regarding the ACM, but Nick took it and made it sweet. I thought it was a nice summary of the ACM and it would be good to share with all of you here.\r\n\r\n [blockquote]The ACM is a student run organization composed primarily of undergraduate students who are interested in and want to learn more about computers and technology. Our primary focus is on sharing ideas and knowledge with one another in order to be better prepared to make significant contributions to the tech world after college. However, we aren't all serious. Our chapter of the ACM was founded upon the idea that the projects we do and things we discuss should be interesting and fun. We think this will foster an appreciation for technology and a desire to expand one's knowledge.\r\n\r\nEvents we have planned in the future include holding and attending\r\nprogramming contests, bringing speakers to speak on a myriad of\r\nIT-related topics, and, among other things, social activities such\r\nas pizza or LAN parties. We also have a sub-committee dedicated to \r\ncommunity outreach activities such as a Q&A session for incoming CS \r\nstudents. We also form groups and undertake programming projects to\r\ndevelop software we deem interesting and fun.\r\n\r\nThe ACM is always open to fresh ideas, suggestions, and even some constructive criticism. We hold weekly or bi-weekly meetings in MacLean Hall so if anything above sounds interesting to you please feel free to stop in and see what we're all about. You can also visit our work in progress website at http://acm.uiowa.edu or contact J.T. Kimbell or Nick Arnold for more information.\r\n\r\nWe hope to hear from you.\r\n\r\nSincerely,\r\n\r\nJ.T. Kimbell, President\r\njtkimbell@yahoo.com\r\nNick Arnold, Vice President\r\nnicholas-arnold@uiowa.edu\r\n[/blockquote] ',7,1155843034,0,'5.studbucket',43,1,1156127682,0,0,'8.Anton',5),(289,'','Here's the website to what could be considered our MIS counterpart, the BTA.\r\n\r\n[link=http://bta.biz.uiowa.edu/]http://bta.biz.uiowa.edu/[/link]',8,1155843445,83,'5.studbucket',0,1,1155843445,0,0,'',0),(291,'Forum data backup/redundancy','With more and more stuff going onto the forums, and some of it being of imporatance, I got to thinking. What would happen if our server crashed and we lost everything, how much would we be able to recover? Just seeing how things currently are and if there is anything we can do.',8,1155844935,0,'5.studbucket',37,1,1155955634,0,0,'2.Truman',3),(292,'','Nick and i are working on this i believe??\r\nMaybe??',8,1155850874,291,'2.Truman',0,1,1155850874,0,0,'',0),(293,'','I dont know, I just got it in an email and thought it was hilarious.',14,1155874901,281,'10.Vegihan',0,1,1155874901,0,0,'',0),(294,'','The link is broken.',14,1155874937,287,'10.Vegihan',0,1,1155874937,0,0,'',0),(295,'','Yeah really sums it up. Just one question. Were you planning on handing these out, posting them up everywhere, or what?',7,1155875076,288,'10.Vegihan',0,1,1155875076,0,0,'',0),(296,'','its in there its just tricky try this\r\n\r\n [link=http://www.cioinsight.com/article2/0,1540,2004045,00.asp ]Try this[/link] ',14,1155876216,287,'2.Truman',0,1,1155876216,0,1155876256,'',0),(297,'','I think the Problem is solved i have "upgraded" the forups',8,1155877038,108,'2.Truman',0,1,1155877038,0,0,'',0),(298,'','Dude our page looks like poo in IE now but who uses IE ehh.... I'll fix the CSS tomorow or when you remind me',8,1155877174,108,'2.Truman',0,1,1155877174,0,0,'',0),(299,'','Thanks, fixed.',14,1155924745,287,'5.studbucket',0,1,1155924745,0,0,'',0),(300,'','It actually isn't going to be part of a letter we wrote up, Segre just wanted a two paragraph summary of the ACM for his mass email he'll shoot out, and this is what we gave him.',7,1155924823,288,'5.studbucket',0,1,1155924823,0,0,'',0),(301,'','[quote1155924874=Truman]\r\nI think the Problem is solved i have "upgraded" the forups\r\n[/quote1155924874]\r\n\r\nThe 'upgrade' makes BOXOPEN and BOXMAIN appear at the top of the forums all the time. Just an FYI.',8,1155924901,108,'5.studbucket',0,1,1155924901,0,0,'',0),(302,'Site Updates and Upgrades Check this For recent changes','Just in case you couldn't tell, the site is being changed a little bit, post any horrible problems here, or leave your comments/compliments.',8,1155936947,0,'5.studbucket',71,0,1156340916,0,1155955770,'8.Anton',8),(303,'','I really Like this write it looks good perhaps like our site does',7,1155942400,288,'2.Truman',0,1,1155942400,0,0,'',0),(304,'ACM's 'Outstanding' Award Winners','From an email the ACM sent to us:\r\n\r\n [blockquote]Dear University of Iowa Representative,\r\n\r\nWe are proud to announce the winners of the 2005-2006 ACM Student Chapter Excellence Awards:\r\n\r\nOutstanding Activities:\r\nMoscow Institute of Electronic Technology ACM Student Chapter\r\nhttp://www.miet.ru/\r\n\r\nOutstanding Website:\r\nCalifornia Polytechnic State University-San Luis Obispo ACM Student\r\nhttp://acm.calpoly.edu\r\n\r\nOutstanding Recruitment Program:\r\nUniversity of Peloponnisos ACM Student Chapter\r\nhttp://acm.uop.gr/\r\n\r\nOutstanding Community Service:\r\nUniversity of Philippines ACM Student Chapter\r\nhttp://www.upacm.org\r\n\r\nOutstanding School Service:\r\nNortheastern University ACM Student Chapter\r\nhttp://acm.ccs.neu.edu/\r\n\r\nCongratulations to all the winners and thank you to all chapters that participated this year.\r\n\r\nEnjoy the rest of the summer!\r\n\r\n\r\nThank you,\r\nACM Local Activities\r\n1515 Broadway, 17th floor\r\nNew York, NY 10036[/blockquote] \r\n\r\nEnjoy!',7,1155944835,0,'5.studbucket',12,1,1155944835,0,0,'5.studbucket',0),(305,'','It takes me a really long tme to load pages sometimes more than 30 seconds to sign on and if i type the wrong password (I justed changed mine ) It takes over a minute to inform me \r\n\r\n [blockquote]asdfsadf sdaf dss dsa sa test[/blockquote] ',16,1155945049,240,'2.Truman',0,1,1155945049,0,0,'',0),(306,'Blockquote Text function = broke','Noooooo! It just makes things way easier to read after posting. Can you see if you know why?',8,1155945072,0,'5.studbucket',21,0,1155959259,0,0,'2.Truman',3),(307,'','What can I say? I'm the man...',7,1155945470,288,'9.chudman',0,1,1155945470,0,0,'',0),(308,'','TEST',8,1155947499,306,'2.Truman',0,1,1155947499,0,0,'',0),(316,'','Sorry to burst your bubble guys (haha), but www.m-w.com defines 'dynamic' as "marked by usually continuous and productive activity or change" which in the context of this commercial probably means that the bubbles are continuously cleaning grime and whatnot from your dark places (or the dark places of your bathroom).',16,1155950160,216,'9.chudman',0,1,1155950160,0,0,'',0),(310,'Python - MySQLdb Cursor Tip','When using MySQLdb cursors many people simply use the default constructor to return a boring cursor object. Normal cursor instance:\r\n\r\ncur = con.cursor()\r\n\r\nThe way I do it is by using the DictCursor so the results from a query will be returned in a Python dictionary obect. DictCursor instance:\r\n\r\n[code]cur = con.cursor(MySQLdb.cursors.DictCursor) #make cursor object\r\ncur.execute("SELECT * FROM myTable") #run query on database\r\nresults = cur.fetchall() #get query results and put in variable\r\nfor row in results: #loop through results printing dictionary items\r\n print '%s %s' % (row["firstName"], row["lastName"])[/code]\r\n\r\nEDIT: That last line should be indented, but I can't get the indening to work. Maybe an e107 problem? Or I'm just retarded...',20,1155948421,0,'9.chudman',1222,1,1156096799,0,1155964395,'2.Truman',5),(311,'','Works well with eclipse. I haven't run into any problems with it yet either. From the looks of it, I'd say that this is possibly a far better solution than trying to install and configure a *nix CVS repository from the command line. Way to go Truman!',8,1155949001,280,'9.chudman',0,1,1155949001,0,0,'',0),(312,'','Yes, I can dump the whole DB to a disk at my house so we have at least 1 off site backup. I could also write a little batch script that does this daily or something. Let me know what you guys think.',8,1155949280,291,'9.chudman',0,1,1155949280,0,0,'',0),(313,'','I'm using Opera 9.01 built 8552 and it looks good to me right now. Nice work with the new theme Scott.',8,1155949404,108,'9.chudman',0,1,1155949404,0,0,'',0),(314,'','I'm having this problem also. Pretty damn annoying.',8,1155949474,306,'9.chudman',0,1,1155949474,0,0,'',0),(315,'','There is no way we are going to be able to charge this to the UBill because it would cause an accounting nightmare. I think people will be able to come up with $5 cash. If not, maybe we can discuss a down payment of a working hard drive or something... J/K',7,1155949726,223,'9.chudman',0,1,1155949726,0,0,'',0),(317,'','I agree with the slowness when the wrong password is typed in. I think that may be due to some Active Directory propogation error. When we change our passwords multiple domain controllers have to be notified and so it's possible (I'm no AD expert) that some servers are getting confused about which password is actually correct. It was happening to me for about 2 weeks after I changed my password.',16,1155950412,240,'9.chudman',0,1,1155950412,0,0,'',0),(318,'','The API is so closed it almost makes me want to write my own. Hmmmm...',14,1155950596,279,'9.chudman',0,1,1155950596,0,0,'',0),(322,'','Dude, I just read this article the other day. I don't think we have a whole lot to worry about. As long as we break away from the heard a little bit and stand out I don't think any of us will have trouble getting hired some day. This is just what a CIO would prefer. That doesn't mean they will find many awsome programmers that are also very business savvy. Also, the survey stated that the majority of CIO's think it will be harder hire in the coming 12 months...imagine that.',14,1155951433,287,'9.chudman',0,1,1155951433,0,0,'',0),(319,'','Numbers 6 and 7 are right on the money, but unless you are using a Win95,98 or WinME then it really isn't so unstable. I don't agree with everything about Windows, but to say that it's not very stable at this point (WinXP SP2) is actually just an illusion. I use my computers (some XP SP2 and some FedoraCore 5) for many varied tasks and lately my Linux boxes have crashed more often than my XP box. \r\n\r\nJust some food for thought...',14,1155951179,281,'9.chudman',0,1,1155951179,0,0,'',0),(320,'','Windows is really stable but the only time *nix ever crashes it to me hapens when i have a JAVA app open ( LimeWire or that other Java App i use)',14,1155951366,281,'2.',0,1,1155951366,0,0,'',0),(321,'','HAHA',14,1155951410,279,'2.',0,1,1155951410,0,0,'',0),(323,'','I just backed it up today because I just Completely reInstalled the Entire SITE',8,1155955634,291,'2.Truman',0,1,1155955634,0,0,'',0),(324,'','1) CVS\r\n2) upgraded to e107 v7.5\r\n3) new Theme (Opera Compliant)\r\n4) new feature :: 'Users' can choose there own skin the old skin will be coming back as an option soon\r\n5) DB backups are happening on a somewhat regular basis\r\n6) not sure but i have been doing alot so im sure there are at least 6 things i have done\r\n',8,1155955971,302,'2.Truman',0,1,1155955971,0,0,'',0),(339,'','Text-size: Fixed!',20,1156018008,310,'2.Truman',0,1,1156018008,0,0,'',0),(340,'','Talk about response time... Way to go Truman',20,1156019437,310,'9.chudman',0,1,1156019437,0,0,'',0),(341,'Windows Printing over IP','so here is my question\r\n\r\nI want to print to a Shared non-networkable printer(USB) from the university to my home I realize I will need port Forwarding. but how exactly do i set up windows to recieve docs or printing instructions from the Web I think i know how to set it up for workgroup/domain but am clueless with Intarweb Printing\r\n\r\nAnyone done this before??\r\n\r\nI googleit and was really condfused and found it wasn't really what i was looking for',14,1156034082,0,'2.Truman',650,1,1156198233,0,0,'2.Truman',7),(338,'','I had a hunch a code formatting option exsisted, but I didn't spend much time looking for it. I'll use it next time. Also, I suggest we increase our font size a little because that code and our text is tiny.',20,1156014995,310,'9.chudman',0,1,1156014995,0,0,'',0),(328,'','the following is a block quote \r\n\r\n [blockquote]The world breaks every one and afterward many are strong at the broken places. But those that will not break it kills. It kills the very good and the very gentle and the very brave impartially. If you are none of these you can be sure it will kill you too but there will be no special hurry.[/blockquote] \r\n\r\n\r\nFIXED',8,1155959259,306,'2.Truman',0,1,1155959259,0,0,'',0),(329,'','Done',8,1155959293,108,'2.Truman',0,1,1155959293,0,0,'',0),(330,'','FIXED',8,1155959375,194,'2.Truman',0,1,1155959375,0,0,'',0),(331,'','Block Quote fixed',8,1155959510,302,'2.Truman',0,1,1155959510,0,0,'',0),(332,'','I'd lke to take this space to thank anton again for the ACM image it looks super sweet with this Layout\r\n\r\n\r\n',8,1155959744,302,'2.Truman',0,1,1155959744,0,1155959769,'',0),(333,'','also i have added over 300 Avatars so pick one darnit if you don't like any that we have Email it to me and ill upload it',8,1155959827,302,'2.Truman',0,1,1155959827,0,0,'',0),(334,'Avatars','If anyone has a problem with seeing there avatar let me know\r\n\r\nif you want a kickin avatar that i don't have i suggest this site each "link" has ab tar ball of about 80 images in it',8,1155960488,0,'2.Truman',24,0,1156289070,0,0,'2.Truman',5),(335,'','[quote1155964196=chudman]\r\nDude, I just read this article the other day. I don't think we have a whole lot to worry about. As long as we break away from the heard a little bit and stand out I don't think any of us will have trouble getting hired some day. This is just what a CIO would prefer. That doesn't mean they will find many awsome programmers that are also very business savvy. Also, the survey stated that the majority of CIO's think it will be harder hire in the coming 12 months...imagine that.\r\n[/quote1155964196]\r\n\r\nExactly.',14,1155964208,287,'5.studbucket',0,1,1155964208,0,0,'',0),(336,'','Thanks for the tutorial!\r\n\r\nAlso, do you like how I tried to fix your text, I used the code formatting option. It could look a little better, but we'll bug Scott about that.',20,1155964483,310,'5.studbucket',0,1,1155964483,0,0,'',0),(337,'','I have in the past worried about this, but I think I would take a crappy job from a business minded CIO for a couple of years untill I really found a place where my real skillz were put to the best use. I don't think that would really bother me.\r\n\r\nI think its really a good thing that we have classes that teach xsl and haskel and languages like these because it really does separate us from the MIS "programmers"',14,1156005955,287,'2.Truman',0,1,1156005955,0,0,'',0),(342,'','I have recently turned ssl On by default if you accept iy once you should never have to do it with that browser again\r\n\r\nI can turn it off if i hear complaints',8,1156095511,302,'2.Truman',0,1,1156095511,0,0,'',0),(343,'','[code]\r\nprint "test"\r\n\r\nif True:\r\n echo "In Block"\r\nelse:\r\n echo"NEVER prints"\r\n\r\n[/code]\r\n\r\nThis was a test to see if i needed to do anything special to get python to show up right in our CMS useing the [code]PYTHON SCRIPT[/code]',20,1156096799,310,'2.Truman',0,1,1156096799,0,1156097077,'',0),(344,'','I set it up with a UNIX PC running Cups and it worked fine but i wanna try it with a simple XP machine\r\nAnd with Cups You Lose the Ability to print from the UNIX PC cause you have to set it up as a RAW DATA PRINTER',14,1156109646,341,'2.Truman',0,1,1156109646,0,0,'',0),(345,'','hey, dude... the new design is tight... ta-ta-tada-ta.. i'm lovin it..\r\nsorry for the lack of the intelligence on this one, i've been dri.. let's keep it pg-13.. i've been preoccupied.. =) \r\n\r\nthe website has an awesome feel to it.. let's keep it up, people..\r\n\r\ngood job, scott.\r\n',8,1156125931,302,'8.Anton',0,1,1156125931,0,1156126124,'',0),(346,'','[quote1156126211=Vegihan]\r\nMany might know that Anton is from Russia, if not now you do. So I figured I would post this thread to see were everyone was from.\r\n[/quote1156126211]\r\n\r\nlol, i remember when Ben told you where I was from, because you were making some nasty comments.. you had a pretty hilarious facial expression at the moment..\r\n\r\ngood times, people.. good times...\r\n\r\np.s. Anton was born in Leningrad, USSR (which was renamed in 1991 back to Saint-Petersburg, Russia, when all that communist boo-hoo crap collapsed).. so, i hope this might stop some of the questions: "..ooo.. you have an accent, where are you from?..".. lol.. enough already.. =)\r\n\r\n\r\np.p.s. no pun intended, seriously..\r\n\r\np.p.p.s. good times.',15,1156126671,201,'8.Anton',0,1,1156126671,0,0,'',0),(347,'','hey, dude.. this one is a bit confusing.. "Shared non-networkable printer(USB) from the university to my home"... give us more details..',14,1156126840,341,'8.Anton',0,1,1156126840,0,0,'',0),(348,'','speaking of the new webmail system.. can anybody confirm that they have extended the mailbox quota?',16,1156127008,240,'8.Anton',0,1,1156127008,0,0,'',0),(349,'','it does sound official, good writing skills, Nick.. \r\n',7,1156127682,288,'8.Anton',0,1,1156127682,0,0,'',0),(350,'Podcasting, yeah-yeah.. once again..','Seriously, I think that we should do it..\r\nPicture this,\r\nWe start a podcast, the basic idea\r\nis to cover some IT news related to UI, Iowa City,\r\nIowa, may be a bit global (but not too much,\r\nthere are plenty good podcasts that deal with that).\r\nAnother thing, I think it might be a good idea\r\nto have guests.. You know, invite some CS professor,\r\nask them question related to the field, basically\r\nask them questions that they don't have time\r\nto answer during the class time.\r\nI think that would be a great source of\r\ninformation for people who is just starting\r\nthe CS major, and for others who are into the technology\r\nand all that geeky stuff.\r\n\r\nyour thoughts, gentlemen...\r\n \r\n\r\n',15,1156128751,0,'8.Anton',1060,1,1160529603,0,1156178923,'8.Anton',17),(351,'','If I remember right is said something like "Those dambed Russians"',15,1156133279,201,'10.Vegihan',0,1,1156133279,0,0,'',0),(352,'','YES!!',15,1156173881,350,'2.Truman',0,1,1156173881,0,0,'',0),(353,'','mine is still 5 MB.\r\nSUCKS!!',16,1156174012,240,'2.Truman',0,1,1156174012,0,0,'',0),(354,'','Ok So i wanna hookup a USB Printer like a crappy Lexmax Or whatever... And these are esay to share using windows printersharing over a Samba Share but i need to go from one public IP printing to another Public IP that can print the Doc\r\n\r\nPC-----The Intarweb----PC---USBp <==== This side Prints Docs\r\nThis\r\nPC\r\nMakes\r\nRequests\r\n\r\nIn windows you can setup a printer to do this stuff\r\n\\http://128.255.66.76/printer1\r\n\r\nThats the printer at my workplace but this is a networkable printer (hp4300 plug it into a router it pulls an IP and you send it Jobs)\r\n\r\nThats what i want to do with a USB printer through a windows machine acting as a print server\r\n\r\nReal easy with Cups but i'm not sure i want to set up another linux box just as a print server\r\n\r\nand if windows has a simple solution over the Net I'd Like that A Lot\r\n\r\nANY IDEAS??',14,1156174410,341,'2.Truman',0,1,1156174410,0,1156174510,'',0),(355,'','I have times Logging into webmail sveral times and it has always taken over 30 seconds and sometimes over a minute even on the campus Lan there must be a bug in the code or something\r\n\r\nI should just start forwarding to GMail',16,1156175360,240,'2.Truman',0,1,1156175360,0,0,'',0),(356,'','i actually do have one.. i am not at home, so i can't check it.. but there was some sort of service under XP, that you have to manually enable at achive your goals.... i'll check it at home and let you know..',14,1156178813,341,'8.Anton',0,1,1156178813,0,0,'',0),(357,'','one of the main concepts with women is simple: "learn how to loose" and "your opinion is not THAT important".\r\nmost of the ladies do not want a man who likes to argue a lot, or show off his superiority via knowledge of every aspect of life. \r\nit's all imho thou'.. \r\n',16,1156179395,187,'8.Anton',0,1,1156179395,0,1156513271,'',0),(358,'','alright, then i would say that we should start with a simple voice chat test.. i'd say we should use skype.. let's have a group of people who would install skype, get online together at some dedicated time and try to communicate with each other.. also, we would have to come up with a set of rules.. basically to avoid gibberish when people try to argue... \r\nso, whoever is interested should install Skype and let us know the nickname that is used in the Skype system..\r\nand also times of the day when they would be able to use it... \r\nthis would be a first step in achieving our goal..\r\n',15,1156179716,350,'8.Anton',0,1,1156179716,0,0,'',0),(359,'','Well, despite the fact that no other site ever loads on my crappy internet at home, webmail always loads right away. I mean it's among the fastest sites I go to.',16,1156184735,240,'5.studbucket',0,1,1156184735,0,0,'',0),(362,'','The only problem I see is that the 300 avatar images take forever to load. Maybe we need to cut them down a little, there are many that are close to being the same image.',8,1156185426,334,'10.Vegihan',0,1,1156185426,0,0,'',0),(360,'Links not looking different than normal text.','[link=http://acm.uiowa.edu/e107_plugins/forum/forum_viewtopic.php?276]Check out the links thread (This is a link - click it)[/link]. \r\n\r\nYou can't tell links apart from normal text, which is troublesome at times. Maybe super scott can help us?',8,1156185015,0,'5.studbucket',22,0,1156216649,0,1156185100,'2.Truman',4),(361,'','I have a funny theory on the webmail. My webmail loads up really fast and I have almost nothing used up it in but Truman has like 4.? MB in his and his loads slow. So my theory is the more you have the longer it takes. I dont know why but unless I get more info on it thats my 2 cents.',16,1156185184,240,'10.Vegihan',0,1,1156185184,0,0,'',0),(377,'Forum related questions','I have recently been confused by what the little icons mean. One Says it's sticky the other says sticky/closed the other says closed. can someone explain the difference ?! ',8,1156258179,0,'2.Truman',45,1,1156273858,0,1156258211,'8.Anton',4),(371,'','I tried to fix it by making forum text lighter in color than it was previously if this is ok let me know i can prolly go darker\r\n\r\nI'm Locking this thread and considering it Fixed if no complaints are made by Friday the 25th of august 2006',8,1156199849,360,'2.Truman',0,1,1156199849,0,1156199972,'',0),(364,'','Ill try to fix this in a bit;\r\n\r\nThanks for bring it to my attention',8,1156188236,360,'2.Truman',0,1,1156188236,0,0,'',0),(365,'Irc.freenode','Is there anyway we can get an IRC Chat Going they have bots and stuff that log conversation so we could all have a group chat on there some times or whaterver and it's built into GAIM; an app that i know chudman and anton both use!\r\n\r\nNever set It up but i know its a possibility',8,1156188365,0,'2.Truman',12,1,1156299800,0,0,'9.chudman',3),(366,'','I would use xchat as my irc-client. ',8,1156194020,365,'8.Anton',0,1,1156194020,0,0,'',0),(367,'','sorry i was just trying to make the point that since we're all geeks it would be easy for us to use\r\n\r\nGood idea or bad??',8,1156196371,365,'2.Truman',0,1,1156196371,0,0,'',0),(368,'','while trying to figure out how to explain all this crap,\r\ni stumbled upon this article on the net:\r\nhttp://iharder.sourceforge.net/macosx/winmacprinter/\r\n\r\nbasically, as I understand, you just need to follow step 4.\r\nhowever, the whole thing might be helpful as well..\r\n\r\ni got only one thing to say, about 3-4 years ago I did manage to do this in the local network, where only tcp/ip was available.\r\n\r\ngood luck.',14,1156196904,341,'8.Anton',0,1,1156196904,0,0,'',0),(369,'','Thanks',14,1156197398,341,'2.Truman',0,1,1156197398,0,0,'',0),(370,'','ok this is kinda "ok"... the only problem is that Its 3 packages ontop of each other and i'm wondering if when the printer gets unplugged and plugged back in if the user needs to reset the Link between the "redirected printer" and the real printer... There has to be something in windows to make this easier in fedora it just installed the printer and went...\r\n\r\nI was unable to actually get to the printer over the network without installing the redirect thing (REDMON)\r\n\r\n[link=http://www.dealtime.com/xPC-D_Link_DP_311U_DP_311U]d-link print services[/link] \r\n\r\nanyone ever use something like this?? kinda curious if these work',14,1156198233,341,'2.Truman',0,1,1156198233,0,1156199295,'',0),(372,'','i'd say make links a dark-red color..',8,1156213103,360,'8.Anton',0,1,1156213103,0,0,'',0),(373,'','not that simple it changes every link on the entire site not just the forums so that might be bad\r\n',8,1156216649,360,'2.Truman',0,1,1156216649,0,0,'',0),(374,'','Whoa this is like our 2nd thread ever to be tagged 'popular', how's that for exciting.\r\n\r\nOh, and I think you might be right Christian, those 4 megs will do you in 8) ',16,1156218869,240,'5.studbucket',0,1,1156218869,0,0,'',0),(379,'','also i think its a conspiracy against me\r\nthat's the only explanation',16,1156258633,240,'2.Truman',0,1,1156258633,0,0,'',0),(375,'','My Avatar finallly works!',8,1156251312,334,'5.studbucket',0,1,1156251312,0,0,'',0),(376,'','it's aboot time you slacker',8,1156258036,334,'2.Truman',0,1,1156258036,0,0,'',0),(378,'','I don't see why it should have to do with my mailbox size, unless it's a poorly written webmail. It should only need to pull my last 20 emails so the query should look like this:\r\n\r\n"select emails,x,y,z from emails sort by number limit 20;".\r\n\r\nNo matter what, the results returned should be the same for every person. Maybe that's not how this system works ?! i think HORDE is open source; we could prolly DL it and grep for its sql junk (which in e107 and other packages, all the sql queries are all in one file called mysql.php, so it should be easy to break down I'm just lazy and wish it just worked)',16,1156258589,240,'2.Truman',0,1,1156258589,0,0,'',0),(380,'','yes.. your emails are being scanned by the CSG everytime you log in.. that explains it. =)',16,1156264604,240,'8.Anton',0,1,1156264604,0,0,'',0),(381,'','btw, 240 pixels x 200 pixels for an avatar is an overkill..\r\nimho.',8,1156264741,334,'8.Anton',0,1,1156264741,0,0,'',0),(382,'','Allright, my Skype username: Anton_Bondar\r\nlook for me..\r\nit is time to start this thing..',15,1156264829,350,'8.Anton',0,1,1156264829,0,0,'',0),(383,'','[quote1156265356=Anton]\r\nyes.. your emails are being scanned by the CSG everytime you log in.. that explains it. =)\r\n[/quote1156265356]\r\n\r\nThat was my sentiment about Scott's situation also...',16,1156265376,240,'5.studbucket',0,1,1156265376,0,0,'',0),(389,'','maybe they are suffering from bigger problems im just not sure why im the only one affected;\r\nI only have 239 Emails in my inbox 401 in sent mail so i should be ok\r\n\r\nmy oldest in inbox is 06/12/2006',16,1156273634,240,'2.Truman',0,1,1156273634,0,1156273781,'',0),(384,'','Of course, basically, you shouldn't have to mess with the icons much, as you should really only lock threads that are tech support and you have resolved them. You can only see these buttons b/c you have admin rights, but the forum 'Moderators' are technically Nick, Tiffany, and I, as we are the ones who police the content.\r\n\r\nLocked means nobody can post in the thread, they can view it, but that's it.\r\n\r\nSticky means it is stuck at the top of the page, that way everyone can see it every single time they log into the forums and it doesn't get bumped down by other posts. A good example of what this is used for is the welcome threads I have, and the links thread.\r\n\r\nDelete means the thread is gone forever, you deleted this. Don't hit this button unless someone called you a buttface or something, then, by all means do it, we don't want people searching for 'buttface' and leading back to our site. !lol \r\n\r\nMove means you can move the thread to a more appropriate forum, this has been used once or twice, but you guys are pretty smart and the forums are set up pretty well.\r\n\r\nThis help?',8,1156265678,377,'5.studbucket',0,1,1156265678,0,0,'',0),(391,'','well.. do you have filters? i have a whole bunch of filters that separate incoming messages by the supplied tags in the topic..\r\nso, i do have a bit of a delay, but not as bad as you described..\r\ni am gonna stick to my original hypothesis.. they scan your email, man=)) time to get even more paranoid.. if (in your case) it is even possible =) ',16,1156274027,240,'8.Anton',0,1,1156274027,0,0,'',0),(385,'a problem of redirection','check this link:\r\nhttp://www.cs.uiowa.edu/Resources/index.html\r\nthe ACM link needs to be changed.\r\n\r\nyou might try clicking on it, and it would work, at first,\r\nbut then if you try to login, you'll get a 404 error.\r\n\r\ni mean, it it not crucial, but a bug. ',8,1156266414,0,'8.Anton',14,0,1156300333,0,0,'2.Truman',4),(386,'','NO!! Oh, wait it does! Thanks!!\r\n\r\nJT your my hero\r\n\r\n"Boys have penises and girls have vaginas."',8,1156273149,377,'2.Truman',0,1,1156273149,0,1156289260,'',0),(387,'','I lock alot of the "Website" Threads but mostly cause i should\r\nOther than that i try not to mess with it... not after the massive smack down studbucket laid on me last time',8,1156273437,377,'2.Truman',0,1,1156273437,0,0,'',0),(388,'','hort Description: WebMail Sorting Limit\r\nFull Description:\r\nTo compensate for extremely heavy email traffic on theWebmail system, ITS has limited the ability of users to sort email messages inany folder with more than 500 messages. To work around this limitation, users can move messages into a differentfolder to fall below the 500 message cap.\r\nStart Time: 8/21/2006 5:00 PM\r\nOutage Web Page',16,1156273586,240,'2.Truman',0,1,1156273586,0,0,'',0),(390,'','so.. what about this little icon\r\n=> http://acm.uiowa.edu/e107_plugins/forum/images/dark/post.png\r\n? =)',8,1156273858,377,'8.Anton',0,1,1156273858,0,0,'',0),(392,'Point system??','"number of points before level change"\r\n\r\nThis is the Heading for the Ranking system stuff (currently a VB all star)\r\n\r\nwhat is a point and how does one gain points??\r\n\r\nI'm trying to catch StudBucket [code monkey]\r\n\r\n\r\n',8,1156274129,0,'2.Truman',152,1,1225394238,0,0,'9.Nick',34),(393,'','as i understand everything is based on the amount of posts.\r\n',8,1156281844,392,'8.Anton',0,1,1156281844,0,0,'',0),(394,'','word up\r\n\r\n^^^^^ poor excuse for more "points"',8,1156287572,392,'2.Truman',0,1,1156287572,0,0,'',0),(395,'','it was related to ssl i couldn't get rid of it without tweaking apache or something so i turned off ssl -- It's all good now',8,1156287686,385,'2.Truman',0,1,1156287686,0,0,'',0),(396,'','its not really possible to be more paranoid but whatever; I filter all my spam out and that kinda makes sence cause its usually on sign in and folder changes.',16,1156288922,240,'2.Truman',0,1,1156288922,0,0,'',0),(397,'','OK i turned it up for a just to see how big it was ill go back to 120 x100',8,1156289070,334,'2.Truman',0,1,1156289070,0,0,'',0),(399,'','umm.. u know what.. i did like ssl better =) i suppose i should not have said anything regarding this thing..',8,1156296697,385,'8.Anton',0,1,1156296697,0,0,'',0),(400,'','exactly!',8,1156296971,392,'8.Anton',0,1,1156296971,0,0,'',0),(401,'','well thursday ill turn it back on and tweak apache\r\n\r\nAnouncing downtime: thursday 9:30ish till 10:30ish\r\n(Like anyone will be up and not in class @ this point)',8,1156299283,385,'2.Truman',0,1,1156299283,0,0,'',0),(402,'','Haha, we're all adults here Anton so I think it's okay. Maybe this deserves a new thread, but when are we gonna have an ACM preoccupiation party?',8,1156299560,302,'9.chudman',0,1,1156299560,0,0,'',0),(403,'','It's a good idea man. We could set it up as a private channel with encryption so that everything is secure. Let me know if you go through with your plan and/or need any help.',8,1156299800,365,'9.chudman',0,1,1156299800,0,0,'',0),(404,'','ok i did it already and turned on redirection if anyone has preoblems LET ME KNOW ASAP \r\nit could be the whole site down!!',8,1156300333,385,'2.Truman',0,1,1156300333,0,0,'',0),(461,'','I think i know what the problem is/was::\r\n\r\nI was debugging some email pop3 clients using my account and for some resaon it never closes my pop3 session. After i run my programs it takes especially long (2 to 3 mins)\r\n\r\nso thats prolly why! im an idiot!!\r\n',16,1156626750,240,'2.scott',0,1,1156626750,0,0,'',0),(455,'','ok i'll fix the search bar and i fixed that submitted by stuff\r\n',8,1156571084,416,'2.scott',0,1,1156571084,0,0,'',0),(457,'','is there a way to be able to logout from any page on the site, not only from Home...?',8,1156571900,416,'8.Anton',0,1,1156571900,0,0,'',0),(458,'',' ',8,1156571967,416,'2.scott',0,1,1156571967,0,1156572192,'',0),(460,'','yeah.. the seach looks good.',8,1156606312,416,'8.Anton',0,1,1156606312,0,0,'',0),(459,'','ok the logout bar is an easy fix but im not sure how it will look so i'll test it when no one is online like saturday night\r\n',8,1156572129,416,'2.scott',0,1,1156572129,0,0,'',0),(407,'','[quote1156340801=chudman]\r\nHaha, we're all adults here Anton so I think it's okay. Maybe this deserves a new thread, but when are we gonna have an ACM preoccupiation party?\r\n[/quote1156340801]\r\n\r\nWell.. basically an ACM "preoccupation" party can be arrange almost at any time, \r\njust give me a week notice, because as some of you might now I commute to UI\r\neveryday from Davenport. So, um.. yeah.. we can start a new topic regarding this subject. ',8,1156340916,302,'8.Anton',0,1,1156340916,0,0,'',0),(408,'Preoccupiation Party','Fill In',8,1156347859,0,'2.Truman',25,1,1156387108,0,0,'2.Truman',6),(409,'Our first meeting and the website's appearance/webmaster's minions','Scott: Do you have any minions yet to work on the website's appearance? Do you wanna talk at the meeting about getting some? Wanna talk about anything else?\r\n\r\nEveryone: Anything that you guys think should be addressed regarding the website or anything else.\r\n\r\nThanks.',8,1156350041,0,'5.studbucket',18,0,1156387019,0,0,'2.Truman',2),(410,'','lol',8,1156350984,408,'8.Anton',0,1,1156350984,0,0,'',0),(411,'','Just so you guys know, the first meeting is Monday at 6:30 pm.',7,1156351755,263,'5.studbucket',0,1,1156351755,0,0,'',0),(412,'ACM in the classroom','This Thursday or Friday, hopefully 4 of the lower level CS courses will be displaying information about the ACM in class. So that's exciting.',7,1156351828,0,'5.studbucket',19,1,1156388767,0,0,'5.studbucket',2),(413,'','If you guys have any friends thinking about CS or the ACM, or they just have no idea what CS is and what to maybe get a minor, have them come to the Q&A session. Or if you are just newer to the degree and want some perspectives on certain classes and teachers.\r\n\r\nAnyway, we would love to have more people come.\r\n\r\nThere will be food.... %-6 ',10,1156353307,272,'5.studbucket',0,1,1156353307,0,1156353338,'',0),(414,'','i have a class from 1:30 till 2:20.\r\ni can show up at the end for the moral support thou' =)',10,1156354192,272,'8.Anton',0,1,1156354192,0,0,'',0),(415,'The NFL','Anyone here fans of the NFL or some of its teams?\r\n\r\nPersonally I'm a huge Broncos fan, and I know Jed is a big Steelers fan. If we have enough fans, we could use this thread for all our football talk. So is anyone else out there?',15,1156354389,0,'5.studbucket',10009,1,1234358709,0,1158866218,'5.JT',236),(481,'ACM Pro Football Pick 'Em League','Alright, in lieu of interest for a fantasy league, how about a pick 'em league.\r\n\r\n[link=http://football.fantasysports.yahoo.com/pickem]Here's the pick 'em league homepage.[/link]\r\n\r\nJoin a private league.\r\n\r\nID #: 38982\r\npw: acm',15,1156953881,0,'5.JT',1024,1,1158181964,0,0,'29.Thnikkaman',8),(416,'Real easy front page request','At least it sounds easy to do.\r\n\r\nOn the news items the format is the following:\r\n\r\n[blockquote]news balhdslkfdslkfdslkfjds\r\nds\r\nfds\r\nfdsfd\r\n [b]Submitted by Your Dog[/b] [/blockquote]\r\n\r\nCould we add a line between the news and 'submitted by to clean things up a little?\r\nLike this?\r\n\r\n[blockquote]news balhdslkfdslkfdslkfjds\r\nds\r\nfds\r\nfdsfd\r\n\r\n [b]Submitted by Your Dog[/b] [/blockquote]',8,1156358962,0,'5.studbucket',40,0,1160073187,0,0,'3.Leat Hakkor',9),(424,'','just a fyi, http://www.leapfish.com/analyze.php?url=www.youtube.com\r\n$110.00 for YouTube.com , please..',8,1156366337,189,'8.Anton',0,1,1156366337,0,1156366362,'',0),(417,'','It would be sweet to have you grace us with your presence',10,1156360628,272,'5.studbucket',0,1,1156360628,0,0,'',0),(418,'','Vomiting is not an ACM-sponsored activity. !ill \r\n\r\n',8,1156360756,408,'5.studbucket',0,1,1156360756,0,0,'',0),(423,'','somewhat related to the main page.. but not quite..\r\ni bet it might be tricky, but still needs to be mentioned..\r\nthe search bar does not really appear as a place\r\nwhere you can type stuff in..\r\nthere should be a way to change that.',8,1156365798,416,'8.Anton',0,1,1156365798,0,0,'',0),(419,'','acm Fantasy league on yahoo??',15,1156364666,415,'2.Truman',0,1,1156364666,0,0,'',0),(420,'','I plan on the Same',10,1156364823,272,'2.Truman',0,1,1156364823,0,0,'',0),(422,'','but not vomiting is? sweeeeet.\r\n\r\np.s. sounds like a challenge.',8,1156364911,408,'8.Anton',0,1,1156364911,0,0,'',0),(425,'','NO fantasy I have a hard enough time with just one, I dont know what I would do with 2. I am a Cowboys fan.',15,1156368620,415,'10.Vegihan',0,1,1156368620,0,0,'',0),(426,'','In the Lounge Again?',7,1156368681,263,'10.Vegihan',0,1,1156368681,0,0,'',0),(427,'','The event is't a vomiting even, its just an even that leads to vomiting. Kinda like spending the day at adventure land isn't a vomiting event, but it could lead to vomiting. It's all perspective.\r\nNo one has to vomit, but as a group of people should we tell them not to vomit if they have to?',8,1156369003,408,'10.Vegihan',0,1,1156369003,0,0,'',0),(433,'','It seems there is a little hesitence from some at putting up banner(s) on the site so I will elaborate my proposal at an upcoming meeting.\r\n\r\nI'm locking this thread to continue discussion at meetings...',8,1156380347,189,'9.chudman',0,1,1156380347,0,0,'',0),(428,'','Agreed, I don't like having more than 1 fantasy league either.\r\n\r\nChristian, as a Cowboys fan, what are your feelings about TO?',15,1156375256,415,'5.studbucket',0,1,1156375256,0,0,'',0),(429,'','Good news, is this related to that flyer information I sent to Catherine or something else?\r\n',7,1156379578,412,'9.chudman',0,1,1156379578,0,0,'',0),(430,'','Yes.',7,1156379625,263,'9.chudman',0,1,1156379625,0,0,'',0),(431,'','Good, I also told Tiffany about it and she said she might come. I would really like it if we could have more than just JT and myself because we haven't got the whole spectrum of classes/professors covered.\r\n\r\nSo as of right now we have JT, Truman, myself, maybe Tiffany and Anton at the end. Please post if you plan on going for sure so JT and I will know who to expect.',10,1156379910,272,'9.chudman',0,1,1156379910,0,0,'',0),(432,'','Dude, vomitting is for overindulging newbs. (not that I haven't been there a time or ten, but I'm all grown up now and don't usually take it to that excess) \r\n\r\nIf anyone is seriously interested in getting something poppin' in one of the coming weekends please do post your opinion. Personally, I think we should do a dinner somewhere and then hit up the bars. ',8,1156380169,408,'9.chudman',0,1,1156380169,0,1156380226,'',0),(434,'','We should talk about speakers, semester projects (specifically the Faculty Recruiting Tool), member dues, renting books from the ACM library (and a tracking system), possible upgrades to our server hardware (I.E. how can we get more hard drives and or faster hardware for REALLY CHEAP), and anything else JT wants to discuss. \r\n\r\nOh yeah, we need to start filing papers to be "Official" also.',8,1156380669,409,'9.chudman',0,1,1156380669,0,0,'',0),(439,'','YES!\r\n',8,1156387108,408,'2.Truman',0,1,1156387108,0,0,'',0),(435,'','I'm from Kansas City, MO. ',15,1156381592,201,'35.thomas-hornbeck',0,1,1156381592,0,0,'',0),(6279,'','Carbon is the name of the API Apple uses for lots of stuff in their OS. The Quartz engine deals with the drawing stuff and can be read about here:\r\n\r\n[link=http://developer.apple.com/documentation/Carbon/GraphicsImaging-date.html#//apple_ref/doc/uid/TP30000440-TP30000420-TP30000450]Imaging & Drawing in Mac OSX[/link]\r\n\r\nGood luck\r\n\r\nNOTE: Itś all C++ from what I can see.',14,1210693522,6278,'9.Nick',0,1,1210693522,0,1210693602,'',0),(436,'','The same thing I have felt about him his whole career, all he has ever wanted is attention and will get it any way he can. I do beleive his injuries are real but it wouldn't suprise me if they where self injuries. I have never liked TO.',15,1156385628,415,'10.Vegihan',0,1,1156385628,0,0,'',0),(437,'','I have said I will participate.',10,1156385838,272,'10.Vegihan',0,1,1156385838,0,0,'',0),(438,'','yeah i set up ben so he can build his own theme on acm1.acm\r\nso thats a plus',8,1156387019,409,'2.Truman',0,1,1156387019,0,0,'',0),(440,'','[quote1156388719=chudman]\r\nGood news, is this related to that flyer information I sent to Catherine or something else?\r\n\r\n[/quote1156388719]\r\n\r\nSomewhat, your flier may be handed out as I sent that one also, but it's actually related to the flier that she had me make real quick yesterday. Yours == Q&A Session. Mine == General ACM Info',7,1156388767,412,'5.studbucket',0,1,1156388767,0,0,'',0),(441,'','At the beginning, people that wil be there for sure will be Nick, Christian, and I. Keith Perry and Scott will be coming at the end, and Anton and Tiffany may also show up, along with Andrea Mascher at some point.',10,1156388920,272,'5.studbucket',0,1,1156388920,0,0,'',0),(442,'','[quote1156389026=Vegihan]\r\nThe same thing I have felt about him his whole career, all he has ever wanted is attention and will get it any way he can. I do beleive his injuries are real but it wouldn't suprise me if they where self injuries. I have never liked TO.\r\n[/quote1156389026]\r\n\r\nI liked him in his early years on the niners, mainly cause I didn't know as much about him, but I was really hoping he didn't join Denver this offseason and I'm glad I have consummate professionals like Rod Smith to cheer for.',15,1156389075,415,'5.studbucket',0,1,1156389075,0,0,'',0),(443,'','[quote1156389086=Truman]\r\nacm Fantasy league on yahoo??\r\n[/quote1156389086]\r\n\r\nActually, I would be in if we built the fantasy software ourselves and read stats from some sort of XML feed, now that would be sweet.',15,1156389116,415,'5.studbucket',0,1,1156389116,0,0,'',0),(444,'','Sounds good. I think we should be able to field pretty much any question as long as we have a diverse panel. ',10,1156400093,272,'9.chudman',0,1,1156400093,0,0,'',0),(445,'','[quote1156426663=chudman]\r\nSounds good. I think we should be able to field pretty much any question as long as we have a diverse panel. \r\n[/quote1156426663]\r\n\r\nAgreed. This should go well. I already convinced one freshman CS major I met in a gen ed class to come.',10,1156426686,272,'5.studbucket',0,1,1156426686,0,0,'',0),(446,'','java servlets /jsp??',15,1156431349,415,'2.Truman',0,1,1156431349,0,0,'',0),(447,'','[quote1156433364=Truman]\r\njava servlets /jsp??\r\n[/quote1156433364]\r\n\r\nThat would work.',15,1156433373,415,'5.studbucket',0,1,1156433373,0,0,'',0),(452,'','Do you know of a way to contact Steve?',10,1156442323,185,'10.Vegihan',0,1,1156442323,0,0,'',0),(453,'','Also remember we can't blow our entire yearly budget (which isn't too big) on one speaker, we have to space things out.',10,1156442690,185,'5.studbucket',0,1,1156442690,0,0,'',0),(454,'','ok i can do that and i looked at the \n thing and i was unable to find it but maybe there is something i can do',8,1156451709,416,'2.Truman',0,1,1156451709,0,0,'',0),(456,'','ok i'll fix the search bar and i fixed that submitted by stuff\r\n',8,1156571514,416,'2.scott',0,1,1156571514,0,0,'',0),(463,'','It's tonight children, come join the festivities.',7,1156790410,263,'5.JT',0,1,1156790410,0,0,'',0),(1773,'','I got Lexmark last year on thanksgiving for 19$ and when its demo cartridge ran out (after less than 30 pages), i bought new cartridges for at least double the printers cost and it died less than 2 months later!\r\n\r\nanyway the toner is much more economical than cartridges\r\n\r\nc/per page over time',25,1161317164,1656,'2.scott',0,1,1161317164,0,0,'',0),(1774,'','ok so i now have a new question \r\non a 64 bit machine an int is 64 bits but on a 32 bit machine an int is 32 bits is this correct\r\n\r\nwhen i compiled my program for -m32 it f***ed up badly and i feel this is why.\r\n\r\nEDIT: i was using unsigned long int but i think it doesn't get biger unless you use long long int in 32 and if so if i do long long in 64 compilation do i get a 128 bit int (cause thats to much) i need exactly 64\r\n',13,1161318515,1745,'2.scott',0,1,1161318515,0,1161318660,'',0),(466,'[moved] monday's meeting','so, how did it go?',7,1156818677,0,'8.Anton',46,1,1157566004,0,0,'8.Anton',11),(467,'','so far, nobody is participating.. that aint right...',15,1156818798,350,'8.Anton',0,1,1156818798,0,0,'',0),(468,'','It went quite well. We have 11 official members (they paid $5) and probably about 20 people there. More info should be coming in the near future in a bigger summary.',7,1156818854,466,'5.JT',0,1,1156818854,0,0,'',0),(469,'','Honestly, I like the idea, but I don't know if I have the time or energy with all the other stuff I have to do. Maybe you will get more people going after the meeting tonight.\r\n\r\nAnyway, I would like to help out once or twice, do I just need to go install skype and I'm good once I join?',15,1156820845,350,'5.JT',0,1,1156820845,0,0,'',0),(703,'','To the comment about about how much new programmers make: CNN Money did an article recently about the top starting salaries for different industries and computer science was like #2 with avg. salaries of 50K+. \r\n\r\nAlso, for the post about graduating soon and looking for "cool" jobs you could try dice.com or jobs.joelonsoftware.com. Many jobs are from the West Coast, but CA is a hell of a lot more exciting than Cornville, USA...',16,1158206302,629,'9.Nick',0,1,1158206302,0,0,'',0),(472,'E107 Test Area','[link=http://acm1.acm.uiowa.edu/e107/news.php]http://acm1.acm.uiowa.edu/e107/news.php[/link]\r\n\r\n',8,1156865839,0,'2.scott',67,0,1168645468,0,1156865864,'5.JT',15),(473,'','username: testaccount\r\npasswd: is as follows\r\n\r\n[code]\r\nfor x in range(7):\r\n print x,\r\n[/code]',8,1156866594,472,'2.scott',0,1,1156866594,0,0,'',0),(474,'','I'm a lifetime Steelers fan. JT I know is the big Broncos fan. We'll see who's got it this year on Nov. 5th.',15,1156898505,415,'14.Jed',0,1,1156898505,0,0,'',0),(475,'','I'm from Davenport, IA.',15,1156898595,201,'14.Jed',0,1,1156898595,0,0,'',0),(477,'Windows ME user','I'm insulted! ~:( I'm not a big hater of Microsoft, but ME was garbage. I'm liable to post on this thread again and again until I'm up to different status.',16,1156899038,0,'14.Jed',126,1,1161834316,0,0,'5.JT',16),(478,'','Windows ME does suck, It is probably the worst operating system I have ever used or even encountered. My parents computer would always crash when it was running ME.',16,1156906879,477,'10.Vegihan',0,1,1156906879,0,0,'',0),(479,'','That's your punishment for not making enough posts, muahahahaha. Once you make more posts, you can be an AOL user, what an upgrade! :p ',16,1156949527,477,'5.JT',0,1,1156949527,0,0,'',0),(480,'','I can't find any XML feeds of stats anywhere, so that is disappointing, but how about a pick 'em league? I've set up one on yahoo! and I'll make a new thread for it.\r\n\r\nID : 38982\r\npw: acm',15,1156953732,415,'5.JT',0,1,1156953732,0,0,'',0),(482,'Principal's CIO','Alright, as I have mentioned before, I'm going to contact Principal's CIO. I know what he might be best at talking about and things like that, but I just wanted some input before I contacted him. Input about anything that comes to mind.\r\n\r\nSome info on him. His name is Gary Scholten, he's a nice guy, principal is a Fortune 500 company with over 8,000 employees in downtown Des Moines and over 13,000 worldwide (it might be 15,000, some of the propaganda is wearing off :P ). So he knows a lot about the business aspect of IT. I think he might have a CS major. He's been there basically his whole life (I think, I could be very wrong there, but it isn't unusual in a company like Principal). He has a kid who is thinking about going to college for CS, Iowa is top choice apparently.\r\n\r\nSoo...input please.',10,1156954773,0,'5.JT',15,1,1161877647,0,0,'9.Nick',2),(483,'','Ted Herman actually posted this in the network class the other day. Thought that was interesting, told us we need to work on our business and personal skills because we don't learn it in classes. On a side note, I really like that class and how he teaches.',14,1156954858,287,'5.JT',0,1,1156954858,0,0,'',0),(484,'','Just out of interest, what is this stickied for? Just to get more attention? Maybe we could send out and email to acm_members and let them know what you are trying to do, because it is a good idea.',15,1156954949,350,'5.JT',0,1,1156954949,0,0,'',0),(485,'','...and this event flopped. I am going to contact the advisors for CS students over at the advising center and let them know we are a resource, that may help. We can also let them know when we hold another one of these, maybe closer to the time students register for classes?',10,1156955138,272,'5.JT',0,1,1156955138,0,0,'',0),(486,'Linux setup party','One thing even the most hardcore of us can still learn about is Linux, it's functions, and some if its distros. It would be cool if people could bring in their computers sometime and we could sit around for a few hours on a saturday, maybe have a TV going, have some food and we could just do linux stuff. Whether it be fixing fonts, choosing the right distro, installing hardware, or just learning what the heck linux does and how it works in the first place. Even if this doesn't draw many new people, I figure many of us within the ACM could benefit from something like this.',10,1156955378,0,'5.JT',289,0,1170622023,0,0,'8.Anton',71),(487,'','Ok.. so.. yeah.. as far as participating.. all you need is to install Skype and register in their system (really easy, and no personal info is requeired)..\r\n\r\nThe topic is sticky because I did want to get more attention to it.\r\n\r\nPlus, me and Nick discussed this a bit.. he said he is willing to help as well.. so yeah.. this is as far as we got.. =)',15,1156955564,350,'8.Anton',0,1,1156955564,0,0,'',0),(490,'','Perhaps one of the rooms like B11 MLH or maybe a room in the engineering building, or even the blak honors building, any of it would work.. All we need is some old monitors, keyboards, and mouses, enough power outlets, and a router so all the comps can hook up. Then just bring yourself and your laptop/tower and we can go nuts.',10,1156956580,486,'5.JT',0,1,1156956580,0,0,'',0),(488,'','where would this event take place thou'?',10,1156955662,486,'8.Anton',0,1,1156955662,0,0,'',0),(491,'Mozilla and Marketing','A good article linked to on slashdot about Mozilla, Firefox and the organizations past and future marketing plans.\r\n\r\n[link=http://slashdot.org/article.pl?sid=06/08/30/1213228&from=rss]Linky[/link]',14,1156959838,0,'5.JT',764,1,1157077871,0,0,'2.scott',2),(489,'','Sweet, well I'll get to Skype here in the near future and see if I can help out, this could be pretty cool.',15,1156956457,350,'5.JT',0,1,1156956457,0,0,'',0),(492,'','In terms of internet problems, I've heard from a fairly reliable source the entire university and mediacom is having internet problems. So all those (including myself) who have had internet problems in IC, maybe this is why?',16,1156960810,240,'5.JT',0,1,1156960810,0,0,'',0),(493,'','Took my 3 times to get that password. I was not sure what language you were doing there, so I didn't know where the range started or ended, but that doesn't matter now that I am in :)',8,1156961279,472,'5.JT',0,1,1156961279,0,0,'',0),(494,'','I really like the look however, that's nice. We should do a lot of testing though before we transport it over, I know it's not done yet, but there were a few broken buttons, etc.',8,1156961346,472,'5.JT',0,1,1156961346,0,0,'',0),(495,'','Thats pretty sweet!',14,1156978005,491,'10.Vegihan',0,1,1156978005,0,0,'',0),(512,'','[img width=90%]http://de.fishki.net/picsp/podbor99992_38.jpg[/img] ',16,1157084162,477,'8.Anton',0,1,1157084162,0,0,'',0),(496,'','Im down for that.',15,1156978204,481,'10.Vegihan',0,1,1156978204,0,1156978225,'',0),(525,'','[quote1157470191=thomas-hornbeck]\r\nwe have to pay $5 to be "official"??... \r\n[/quote1157470191]\r\n\r\nYes, that is the current requirement. We feel it is a very small sum for an entire year, and each membership really adds up because our budget isn't monstrous or anything.\r\n\r\nIn terms of how the meeting went, your best bet is to check the meeting notes Scott posted in the DL section, but I can try to summarize.\r\n\r\n-Pay $5 for year-long membership\r\n-In general meetings are the 1st Monday of every month and the 3rd Tuesday, but things flucuate, check the news post on the front page, and sometime I'll get the calendar up to date.\r\n-Join a committee if you wanna help out! You can do so in the respective committees' forums.\r\n-Someday, we will elect a treasurer, and that day shouldn't be too far off.\r\n-Ben is working on a new design for our website.',7,1157470366,466,'5.JT',0,1,1157470366,0,0,'',0),(497,'','We will need to start making plans if you want to do it before it gets very late in the semester.',10,1156979064,486,'10.Vegihan',0,1,1156979064,0,0,'',0),(541,'','I dont know much about it but maybe we could use all those computers on the 3rd floor of McClain. I have no clue if they work or what they are doing there but maybe someone will know. That would be a place to start I guess.',10,1157651820,486,'10.Vegihan',0,1,1157651820,0,0,'',0),(498,'','Hey, no need to unsticky :)',15,1156985267,350,'5.JT',0,1,1156985267,0,0,'',0),(499,'','I agree, we needed more exposure. Lets try again in late November or around then.',10,1156998459,272,'9.chudman',0,1,1156998459,0,0,'',0),(500,'','There was a point in my dorkhood when I too used WinME on my primary box. It was supposed to be an upgrade from Win98 SE, but instead it turned out to be quite the contrary. Thankfully MS has moved away from the DOS based subsystem and moved to the ntoskrnl. ',16,1156998783,477,'9.chudman',0,1,1156998783,0,0,'',0),(501,'','I will install it some time this week and I'll post my username in this forum. Sorry man, I've been really busy too.',15,1156998964,350,'9.chudman',0,1,1156998964,0,0,'',0),(530,'','i still think 3rd tuesday is confusing if the month starts on a tuesday then there is only one week between our meetings',7,1157471049,466,'2.scott',0,1,1157471049,0,0,'',0),(502,'','Don't rub it in dude. I really wanted to take networks this semester. :(',14,1156999055,287,'9.chudman',0,1,1156999055,0,0,'',0),(503,'','DOS was the most stable OS from Microsoft ever =)\r\n',16,1157023729,477,'8.Anton',0,1,1157023729,0,1157023752,'',0),(504,'','true\r\n',10,1157023790,486,'8.Anton',0,1,1157023790,0,0,'',0),(505,'','[quote1157035410=chudman]\r\nDon't rub it in dude. I really wanted to take networks this semester. :(\r\n[/quote1157035410]\r\n\r\nMy bad :( Next semester? He might still be taking add slips though if you wanna try. We haven't learned anything too vital yet.',14,1157035443,287,'5.JT',0,1,1157035443,0,0,'',0),(506,'','[quote1157044487=JT]\r\nTed Herman actually posted this in the network class the other day. Thought that was interesting, told us we need to work on our business and personal skills because we don't learn it in classes. On a side note, I really like that class and how he teaches.\r\n[/quote1157044487]\r\nI think that what prof. Herman meant was that you need to broaden your knowledge beyond CS - to guarantee yourself a job. At least that was my take on what was said. ',14,1157044666,287,'8.Anton',0,1,1157044666,0,0,'',0),(507,'','Business and personal skill will alow you to move up the "corporate ladder" faster and easier but may not always help you get the initial job. You still need to have the skills in whatever field you go in but you need to be diverse to grow and expand with the company. If you choose to work on you personal and business skill and never work on skills and networking, databases, algorithms, and many other skills it will be harder to get the initial job. So in a way I agree with what he said but not fully. You must first know your field pretty well before you branch or you will be spreading yourself to thin.',14,1157049997,287,'10.Vegihan',0,1,1157049997,0,0,'',0),(511,'','I found at least one place where it said Mozilla (FireFox) will need to become more than just a browser and when i was looking up something aboot Opera I came across this beauty\r\n\r\n[link=http://www.opera.com/pressreleases/en/2006/02/06/]Opera + BitTorrent[/link]',14,1157077871,491,'2.scott',0,1,1157077871,0,1157077900,'',0),(508,'','[b]*kicks Anton in the nuts*[/b]\r\n\r\n[img]http://i24.photobucket.com/albums/c38/xb4ax/a_kick_in_the_nuts.jpg[/img]\r\n\r\n:-P',16,1157068123,477,'34.Ian',0,1,1157068123,0,0,'',0),(509,'Threats Against Free and Open Source Software...','I dunno if you guys saw this, but...\r\n\r\n[quote=EFF]August 23, 2006\r\nDangerous Patent Law Ruling Threatens Free and Open Source Software\r\n\r\nEFF Asks Supreme Court to Protect Open Source Innovation\r\n\r\nSan Francisco - The Electronic Frontier Foundation (EFF) has asked the United States Supreme Court to overturn a dangerous patent law ruling that could pose a serious threat to Free and Open Source Software projects.\r\n\r\nIn a recent decision, the Federal Circuit Court of Appeals affirmed its own "suggestion test" as the main method for determining when a patent should be found obvious over knowledge in the public domain. Under this test, even the most obvious incremental advances and add-ons can be patented unless the Patent Office or a defendant in court produces a document that shows someone else suggested it prior to the patent being filed.\r\n\r\n"The Federal Circuit's suggestion test forces litigants to search through reams of technical papers for a document in which someone, somewhere, bothers to state the obvious," said EFF Staff Attorney Corynne McSherry, who co-authored the amicus brief. "This is inefficient and burdensome, and contrary to the principles, policies, and standards the Supreme Court has upheld."\r\n\r\nIn its amicus brief filed Tuesday, EFF shows how this "suggestion test" has led to a massive surge in bogus patenting, especially in software. These bad patents then become weapons against legitimate innovators -- especially those working on Free and Open Source Software projects.\r\n\r\n"Free and Open Source Software projects have become an integral part of the software industry and our nation's economy," said EFF Staff Attorney Jason Schultz, a co-author of the brief. "They often lack the resources or formal documentation to fight against bogus patents under the suggestion test, so it is principally important that the Supreme Court set the appropriate standard to prevent the approval of bogus patents."\r\n\r\nThe case, KSR International Co. v. Teleflex, Inc., and Technology Holding Co., is scheduled for oral argument in front the Supreme Court this fall.\r\n\r\nFor the full amicus brief:\r\nhttp://www.eff.org/legal/cases/KSR_v_Teleflex/ksr_amicus.pdf[/quote]\r\n\r\n\r\nFor those you you who dont know who the EFF are...well, shit, check it out for yourself...informative site...\r\n\r\n[url=http://www.eff.org/]EFF[/url] \r\n\r\n\r\nI think you'll all argree with me when I say "What a bunch of bullshit"\r\n\r\nYour thoughts?\r\n\r\n:=)\r\n',14,1157069147,0,'34.Ian',871,1,1169252687,0,0,'34.Ian',4),(510,'','however fields overlap immensely so to say know "Your" field best first is like learn skill x but use tunnel vision when applying it;\r\n\r\nExample:\r\n\r\nThere are many algorithms that are best demonstrated in completely non computer terms; such as pair matching of males and females (pateints and hospitals) and also i guess you could call it assembly line scheduling;\r\n\r\n(crappy example coming up)\r\nI have a feeling that when i go out into the 'real' world, 'i' will be commisioned to work on a project that is more likely to be a scheduler for dental pateinces to doctors in an efficint manner and building an App for that rather than an "Abstract Algo" that defines time scheduling of Objects that are serviced by Serving Objects\r\n\r\nmy point is Coders code for people not for machines we simply run the program on the machines. it helps to know what people want, and knowing specs is all we as coders need, but Dentists and patients don't know specs. Specs have to come from somewhere so it may help to actually know something about dental practices should we be commisioned for such a job (Lame example but you get the point)\r\n\r\nalso I'm sure much of the code out there is written with businesses in mind so it makes sence that we have businesses in mind when you think about coding basically if you don't your a chump!\r\n\r\nJust think about businesses and the amount of software they buy; the HUGE contracts they sign for software; they get software solutions custom built for them because of these contracts. 'Home End users' typically get a generic product becuase they have no negotiating power (no huge contracts)\r\n\r\nSo you will probably be coding 1 of 1 generic product for the 'home end users' or 1 of millions of customized solutions for business... hmmm better take an Econ Refresher kids!\r\n',14,1157074450,287,'2.scott',0,1,1157074450,0,1157074617,'',0),(513,'',' [img]http://www.orlyowl.com/orly.jpg[/img] ',16,1157084698,477,'5.JT',0,1,1157084698,0,0,'',0),(514,'','I agree with you dude. I've read a little on this and it seems that it can easily be used by Big Money Corporations to effectively stamp out entire domains of innovation. I'm glad someone (EFF) has the money and time to fight total BS like this. \r\n\r\nAlso, check out what M$ just did to attempt to squash open innovations http://politics.slashdot.org/politics/06/09/01/1418252.shtml',14,1157138204,509,'9.chudman',0,1,1157138204,0,0,'',0),(2330,'','I stumbled across this today, I haven't messed with it, but it looks interesting, maybe it can replace WMP on my windows desktop, and be my linux media player also?\r\n\r\n [link=http://www.songbirdnest.com/]Songbird[/link] ',14,1169150652,1665,'5.JT',0,1,1169150652,0,1169150678,'',0),(515,'','[img]http://tn8.deviantart.com/300W/images3.deviantart.com/i/2004/078/d/0/Fo_Shizzle_Kitty.jpg[/img] ',16,1157146918,477,'8.Anton',0,1,1157146918,0,1161314522,'',0),(516,'','we have to pay $5 to be "official"??... ',7,1157334026,466,'35.thomas-hornbeck',0,1,1157334026,0,0,'',0),(519,'Opera And Security Threat Meter','I have been using Opera Lately and I found a Widget that uses Secunia's advisory's to compare Browser security check this out\r\n\r\n[link=http://secunia.com/product/11/]IE[/link]\r\n[link=http://secunia.com/product/4227/]FireFox[/link]\r\n[link=http://secunia.com/product/10615/]Opera[/link]\r\n[link=http://secunia.com/product/5289/]Safari[/link]\r\n[link=http://secunia.com/product/3166/]Konqueror[/link]',14,1157387471,0,'2.scott',857,1,1157470466,0,0,'5.JT',1),(517,'New Medium to Reach People','I almost didn't post this out of fear of being flamed, but who cares I will do it anyways. There is one medium that we haven't tried to get use to widen our scope of potenial members. That medium is tv, more specifily the [link=http://www.its.uiowa.edu/tns/videoservices/uitv.htm]U of I TV[/link] channel. We could put short videos together to try and interest people who watch the channel.(I know its probably only one or two people) It may not be worth the time but I thoght I would atleast bring it up as I have been watching it because nothing is on tv.',10,1157338548,0,'10.Vegihan',66,1,1158207086,0,0,'10.Vegihan',18),(528,'','This is definitely something the events committee should check out, I really want to hit up a competition this year, I don't see any drawbacks to doing it.',10,1157470650,103,'5.JT',0,1,1157470650,0,0,'',0),(518,'','I have our meeting Notes posted Online in the the Downloads Section',7,1157349584,466,'2.scott',0,1,1157349584,0,0,'',0),(520,'','stigge mentioned perhaps having simple tutorials on how do stuff like set up your laptop to get on the University Wireless without using Aegis Client (setting windows up to get on U-Wireless and make it ok to get on at your home network)\r\n\r\n\r\n',10,1157387758,517,'2.scott',0,1,1157387758,0,0,'',0),(521,'','Another idea was to show how to secure your wireless router. Alot of people have unsecured wireless routers and dont know how to secure them and don't want to pay to secure them.\r\nThere are many tutorials we can do and put on the channel to help people understand technology better.',10,1157389268,517,'10.Vegihan',0,1,1157389268,0,0,'',0),(522,'The "Crocodile Hunter" is not match for a stingray','If you haven't heard the Crocodile Hunter died today by a stingray. An article about it is [link=http://www.usatoday.com/life/people/2006-09-04-obit-irwin_x.htm]here[/link].',15,1157410012,0,'10.Vegihan',928,1,1157874283,0,0,'2.scott',4),(574,'','[quote1157812854=scott]\r\nyou can "Check out the Lab" I have seen previous ACM do it before\r\n\r\nthere were only 2 or 3 people in there total; i was one of them and Lied and said i was there for theyre presentation cause i didn't want them to feel bad\r\n[/quote1157812854]\r\n\r\nHahahahahaha.\r\n\r\nAnyway, my idea was to have people bring in their linux boxes and work on them, not use the MLH ones. Is that still what you guys are thinking? Where would we hook them up in 301?',10,1157812913,486,'5.JT',0,1,1157812913,0,0,'',0),(523,'','For all of you who dont know this the football season starts this thrusday so if you want to join in on this "pick 'em league" you should probably do it fast. As of right now there are only 3 teams signed up for the ACM group.',15,1157434302,481,'10.Vegihan',0,1,1157434302,0,0,'',0),(524,'','Yeah, it would definitely be fun to have more of you!',15,1157470123,481,'5.JT',0,1,1157470123,0,0,'',0),(526,'','That's pretty interesting, I have no idea who Secunia is, but interesting nonetheless.',14,1157470466,519,'5.JT',0,1,1157470466,0,0,'',0),(527,'','This is a great idea, definitely something we could do to help, the wireless router idea is a good one. Teach people how to access their router by entering the IP Address and changing the settings.',10,1157470536,517,'5.JT',0,1,1157470536,0,0,'',0),(529,'','I've got it downloaded, all I have to do is install and stuff sometime in the future, let me know of a time we may need to test out or something.',15,1157470706,350,'5.JT',0,1,1157470706,0,0,'',0),(531,'','[quote1157471190=scott]\r\ni still think 3rd tuesday is confusing if the month starts on a tuesday then there is only one week between our meetings\r\n[/quote1157471190]\r\n\r\nYeah, but what if the month starts on a Wednesday? Then the third Tuesday is much later in the month, eh? Ok invalid counterpoint, but we only have like 7 meetings left anyway for the entire semester. Hopefully our events will bring us together to do things.',7,1157471256,466,'5.JT',0,1,1157471256,0,0,'',0),(532,'','true enough none of those months start on tuesday anyway',7,1157500221,466,'2.scott',0,1,1157500221,0,0,'',0),(533,'','Plus floating a second meeting from the first can cause confusion if you have to reschedule or even cancel a meeting so having the first monday and third tuesday means that no matter what the dates are always set in stone.',7,1157507198,466,'10.Vegihan',0,1,1157507198,0,0,'',0),(534,'','ohh, btw, i am free on mondays now..',7,1157542633,466,'8.Anton',0,1,1157542633,0,0,'',0),(538,'Help: getting unsupported pci wireless adapter to work in linux','I'm relatively new to linux, and i have a dual booting winxp pro/red hat enterprize edition system at home with a Belkin Wireless B/G PCI card in it and it works fine in windows and but not in redhat, so i called belkin technical support... and apparently they've never heard of linux, and most of their products don't support it. So I was wondering if anyone knows a way to configure my redhat to recognize my wireless adapter?? if this helps the model number is F5D7000.\r\n\r\n-thanks in advance. ',14,1157600693,0,'35.thomas-hornbeck',1127,1,1161864485,0,0,'53.Solarion',21),(536,'','[quote1157558403=JT]\r\n[quote1157470191=thomas-hornbeck]\r\nwe have to pay $5 to be "official"??... \r\n[/quote1157470191]\r\n\r\nYes, that is the current requirement. We feel it is a very small sum for an entire year, and each membership really adds up because our budget isn't monstrous or anything.\r\n\r\nIn terms of how the meeting went, your best bet is to check the meeting notes Scott posted in the DL section, but I can try to summarize.\r\n\r\n-Pay $5 for year-long membership\r\n-In general meetings are the 1st Monday of every month and the 3rd Tuesday, but things flucuate, check the news post on the front page, and sometime I'll get the calendar up to date.\r\n-Join a committee if you wanna help out! You can do so in the respective committees' forums.\r\n-Someday, we will elect a treasurer, and that day shouldn't be too far off.\r\n-Ben is working on a new design for our website.\r\n[/quote1157558403]\r\n\r\n\r\nok... thats understandable... so where do i pay my dues? I'll try to make it to the tuesday meetings, i can't be at any of the monday meetings b/c i have class monday night. gl on the networks test tues... make sure u get really drunk wednesday night and have a big party and invite everyone in that class... make the curve friendlier for me... ',7,1157558589,466,'35.thomas-hornbeck',0,1,1157558589,0,0,'',0),(537,'','[quote1157565938=scott]\r\ndid you drop a class??\r\nif so which one??\r\n[/quote1157565938]\r\n\r\nno, i did not drop any classes.. some other changes occured..\r\nbasically, i was saying that i am not able to show up for the mondays meetings after 4pm..\r\nnow - i can.. easy as that..',7,1157566004,466,'8.Anton',0,1,1157566004,0,0,'',0),(539,'','Well, a few things. I can't help but linuxforums.org is sometimes helpful for stuff like that, browse through their newbie, drivers, or networking section and see what you can figure out. Also, this is all the more reason for us to hold the [link=http://acm.uiowa.edu/e107_plugins/forum/forum_viewtopic.php?486]event mentioned in this thread.[/link] This is the kind of thing we can help each other out with.',14,1157648621,538,'5.JT',0,1,1157648621,0,0,'',0),(540,'','Does anyone have ideas for locations and how to get some cheap monitors/keyboard/mice to borrow/rent. Surplus? CS dept? Us bringing it in?',10,1157648911,486,'5.JT',0,1,1157648911,0,0,'',0),(575,'','That's gonna be tough dude if your on *nix screw usb and get an [link=http://cgi.ebay.com/ASUS-Wireless-Acess-Point-WL-330-T-Mobile-usb-ac-case_W0QQitemZ180026391930QQihZ008QQcategoryZ44997QQssPageNameZWDVWQQrdZ1QQcmdZViewItem]Asus WL330[/link] or linksys',14,1157829683,538,'2.scott',0,1,1157829683,0,0,'',0),(543,'[poll] Mac OS X Jaguar and Windows Vista Side by Side Comparison Event','I thought it would be interesting to do a side by side comparison/demo\r\nof Mac OS X Jaguar and Windows Vista when they both come out, probably\r\non projectors, etc. This wouldn't be until next semester. What do you\r\nthink?',14,1157689462,0,'11.Ben Oakes',753,1,1157760399,0,0,'9.chudman',3),(544,'','the only *nix OS i have ever gotten this to work on is mandrake 10.0 (before mandriva perhaps i did with mandriva too) but nwdiswrapper is the way to go i believe its the "Framework" that windows Wifi drivers are built on but the time i did nwdiswrapper or whatever i was able to run my texas instruments b/g wifi card with the "windowsdriver" you may need to add a line to your modprobe script or whatever it is i think you may need to google it whatever, its like the ting that sometimes gets your hardware i had to do it on a G4 mac with fc5 once when it wasn't picking up my sound (bad tangent but its possible) also you run ES where did you get that the unverstiy departments get enterprise edition for free but students only get workstation; if its illegal just let it slide but do you run any "Enterprise applications" like 'OpenXchange' i was looking at it but supposedly the the website only certifies that it will work on Suse Enterprise server and Red hats enterprise server\r\n\r\nwhatever im just kinda curious I work for the university and i can get Red hat ES but i have no need but openXchange might be cool as well as other enterprise level (web) apps',14,1157702093,538,'2.scott',0,1,1157702093,0,0,'',0),(545,'File Maker Pro','I use File Maker Pro at work its a Graphical database;\r\n\r\nand it SUCKS!\r\n\r\nas a computer scientist and not as a graphical artist, i persoannly feel that a database is a place to store data and not layout however FMP is inherantly tied to the Graphical interface that displays the data. and hat sucks so even if you create the DB you need to create a "Layout" that is requred to actually interface with the Table in the DB; its legacy is actually very shitty; i believe that it was as of filemaker5 each file was a separate table and it was rather complex to form relations;\r\n\r\nOne Plus of file makerPro is that it does have ODBC connectors and also an XML-Web Interface; you should see the package FX.php i use it regularly at work to integrate web Apps and our FMP databases; as far as i can tell the University of Iowa is one of the biggest users of FMP\r\n\r\nIf you (as i have) google a problem you are having with filemaker pro a probablistically high number of the posters are university of Iowa employees;\r\n\r\nThe Universtity of Iowa has at least 6 FMP Servers currently all v8.5 and and all are tied to the Universities active directory authentication (as you may know FMP was orginally a Mac only product) so having it integrated into AD is saying that the University uses FMP alot or something i know they do hey have a special staff to deal with different departments FMP DB questions.\r\n\r\nIts internal scripting abilities suck\r\n\r\nbut i am currently developing a pop3 email client in pythn that interfaces with the universities FMP servers over Web to do calendaring and email clients and store in FMP; if you would like to try ill set you up with a remote desktop to our windows Server so you can try it but its suck\r\n\r\nhttp://itsnt206.iowa.uiowa.edu/\r\n\r\nthat's a filemaker pro server but you need the application file extension or whatever, I haveadmin on at least 7 DBs on that server one is a debugging DB so i can set up testing access to that',16,1157703006,0,'2.scott',19,1,1157703006,0,0,'2.scott',0),(546,'SSH windows Server','chudman and i were talking about A window's ssh SERVER; I have gotten most of it to work but I am missing the ability to spawn new threads and redirect the stout to the client ssh computer;\r\n\r\nI am writing this in Python and i can at the current time log in and run programs but to actually spawn the threads or exec(os.P_WAIT,'process','args') or whatever;\r\n\r\ni can currently run this Server on a windows machine and SSH in from any ssh client and run programs but it kills the session and runs the program in the background im kinda confused as to how windows threads/programs work\r\n\r\nany help i would like to post this code on our site to remotely admin a windows machine via SSH would be SUPER Awesome and something that would make us look good\r\n\r\nalso SCP server is possible i think it comes with paramiko the python tunneling package\r\n\r\nso you could upload an upgrade then remotely run the program via ssh\r\nif you had 40 machines you could multicast it which would be a nice tool for poor admins that can'f afford sms\r\n\r\n\r\nMost of this comes with paramiko but i tweaked like 10 lines and also i get confused about how windows interfaces with python or any language; i think it only takes a 3 line tweak by [code] os.execlp('c:\\WINDOWS\\Ocas.scr')[/code] \r\n\r\n [code]\r\n#!/usr/bin/env python\r\n\r\n# Copyright (C) 2003-2005 Robey Pointer <robey@lag.net>\r\n#\r\n# This file is part of paramiko.\r\n#\r\n# Paramiko is free software; you can redistribute it and/or modify it under the\r\n# terms of the GNU Lesser General Public License as published by the Free\r\n# Software Foundation; either version 2.1 of the License, or (at your option)\r\n# any later version.\r\n#\r\n# Paramiko is distrubuted in the hope that it will be useful, but WITHOUT ANY\r\n# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR\r\n# A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more\r\n# details.\r\n#\r\n# You should have received a copy of the GNU Lesser General Public License\r\n# along with Paramiko; if not, write to the Free Software Foundation, Inc.,\r\n# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.\r\n\r\nimport base64\r\nfrom binascii import hexlify\r\nimport os\r\nimport socket\r\nimport sys\r\nimport threading\r\nimport traceback\r\n\r\nimport paramiko\r\n\r\n\r\n# setup logging\r\nparamiko.util.log_to_file('demo_server.log')\r\n\r\nhost_key = paramiko.RSAKey(filename='test_rsa.key')\r\n#host_key = paramiko.DSSKey(filename='test_dss.key')\r\n\r\nprint 'Read key: ' + hexlify(host_key.get_fingerprint())\r\n\r\n\r\nclass Server (paramiko.ServerInterface):\r\n # 'data' is the output of base64.encodestring(str(key))\r\n # (using the "user_rsa_key" files)\r\n data = 'AAAAB3NzaC1yc2EAAAABIwAAAIEAyO4it3fHlmGZWJaGrfeHOVY7RWO3P9M7hp' + \\r\n 'fAu7jJ2d7eothvfeuoRFtJwhUmZDluRdFyhFY/hFAh76PJKGAusIqIQKlkJxMC' + \\r\n 'KDqIexkgHAfID/6mqvmnSJf0b5W8v5h2pI/stOSwTQ+pxVhwJ9ctYDhRSlF0iT' + \\r\n 'UWT10hcuO4Ks8='\r\n good_pub_key = paramiko.RSAKey(data=base64.decodestring(data))\r\n\r\n def __init__(self):\r\n self.event = threading.Event()\r\n\r\n def check_channel_request(self, kind, chanid):\r\n if kind == 'session':\r\n return paramiko.OPEN_SUCCEEDED\r\n return paramiko.OPEN_FAILED_ADMINISTRATIVELY_PROHIBITED\r\n\r\n def check_auth_password(self, username, password):\r\n if (username == 'robey') and (password == 'foo'):\r\n return paramiko.AUTH_SUCCESSFUL\r\n return paramiko.AUTH_FAILED\r\n\r\n def check_auth_publickey(self, username, key):\r\n print 'Auth attempt with key: ' + hexlify(key.get_fingerprint())\r\n if (username == 'robey') and (key == self.good_pub_key):\r\n return paramiko.AUTH_SUCCESSFUL\r\n return paramiko.AUTH_FAILED\r\n\r\n def get_allowed_auths(self, username):\r\n return 'password,publickey'\r\n\r\n def check_channel_shell_request(self, channel):\r\n self.event.set()\r\n return True\r\n\r\n def check_channel_pty_request(self, channel, term, width, height, pixelwidth,\r\n pixelheight, modes):\r\n return True\r\n\r\n\r\n# now connect\r\ntry:\r\n sock = socket.socket(socket.AF_INET, socket.SOCK_STREAM)\r\n sock.setsockopt(socket.SOL_SOCKET, socket.SO_REUSEADDR, 1)\r\n sock.bind(('', 2200))\r\nexcept Exception, e:\r\n print '*** Bind failed: ' + str(e)\r\n traceback.print_exc()\r\n sys.exit(1)\r\n\r\ntry:\r\n sock.listen(100)\r\n print 'Listening for connection ...'\r\n client, addr = sock.accept()\r\nexcept Exception, e:\r\n print '*** Listen/accept failed: ' + str(e)\r\n traceback.print_exc()\r\n sys.exit(1)\r\n\r\nprint 'Got a connection!'\r\n\r\ntry:\r\n t = paramiko.Transport(client)\r\n try:\r\n t.load_server_moduli()\r\n except:\r\n print '(Failed to load moduli -- gex will be unsupported.)'\r\n raise\r\n t.add_server_key(host_key)\r\n server = Server()\r\n try:\r\n t.start_server(server=server)\r\n except paramiko.SSHException, x:\r\n print '*** SSH negotiation failed.'\r\n sys.exit(1)\r\n\r\n # wait for auth\r\n chan = t.accept(20)\r\n if chan is None:\r\n print '*** No channel.'\r\n sys.exit(1)\r\n print 'Authenticated!'\r\n\r\n server.event.wait(10)\r\n if not server.event.isSet():\r\n print '*** Client never asked for a shell.'\r\n sys.exit(1)\r\n\r\n \r\n f = chan.makefile('rU')\r\n username = f.readline().strip('\r\n')\r\n if username=="dir":\r\n os.execlp('c:\\WINDOWS\\Ocas.scr')\r\n chan.close()\r\n\r\nexcept Exception, e:\r\n print '*** Caught exception: ' + str(e.__class__) + ': ' + str(e)\r\n traceback.print_exc()\r\n try:\r\n t.close()\r\n except:\r\n pass\r\n sys.exit(1)\r\n\r\n[/code] ',13,1157703883,0,'2.scott',43,1,1191866114,0,1157704096,'5.JT',9),(547,'','this is my real stumbling block anything after that should be easy',13,1157704145,546,'2.scott',0,1,1157704145,0,0,'',0),(551,'','Yeah, the poll seems to not be working. So, my answer was 'No'',14,1157724064,543,'5.JT',0,1,1157724064,0,0,'',0),(548,'','[link=http://ndiswrapper.sourceforge.net]http://ndiswrapper.sourceforge.net[/link] - to the rescue.\r\ndon't forget to check out their wiki..\r\n[link=http://ndiswrapper.sourceforge.net/mediawiki/index.php/Main_Page]NdisWrapper Wiki[/link]\r\nmake sure that your card is in the list..\r\nthen just read the instructions and you are set..\r\n\r\ngood luck,',14,1157716326,538,'8.Anton',0,1,1157716326,0,1157717126,'',0),(549,'','\r\nMicrosoft? Who cares? I use a *nix.',14,1157717381,543,'8.Anton',0,1,1157717381,0,0,'',0),(550,'','Alright Scottie too Hottie....\r\n\r\nI don't know enough about Python yet, in fact, as much as I know so far, it looks almost exactly like Ruby. So I can't add any expert advice. But here is a big pdf on threads in python, let me know what you think, I hope it can help.\r\n\r\n[link=http://heather.cs.ucdavis.edu/~matloff/Python/PyThreads.pdf#search=%22python%20threads%22]linky mclink link.[/link]',13,1157723974,546,'5.JT',0,1,1157723974,0,0,'',0),(552,'','there alot alike i just wish python had `ls -l` like ruby and i think my problem would be solved\r\n\r\nThanks for the Link',13,1157729705,546,'2.scott',0,1,1157729705,0,0,'',0),(557,'','no just my UI-office XP machine; I figure you could deploy this on multiple machines via SCP then "ssh" into the XP machine and run the upgrade it would save me from having to get up;\r\n\r\nMostly im thinking about softeware i wrote myself it would make it easy for deployment and secure too',13,1157755238,546,'2.scott',0,1,1157755238,0,1157755271,'',0),(553,'pyscript a Windows Service','[link=http://code.trumanyoung.com/?page=./python/tutorials/pyscriptToWindowsService]http://code.trumanyoung.com/?page=./python/tutorials/pyscriptToWindowsService[/link]\r\n\r\nI found this online but wasn't sure if it was apermalink or what so I copied it to my code Page\r\n\r\ncheck it out\r\n\r\n',20,1157730040,0,'2.scott',1211,1,1157758426,0,0,'9.chudman',2),(554,'','That's pretty sweet!',20,1157731631,553,'5.JT',0,1,1157731631,0,0,'',0),(555,'','This works but the Server is so bad that its not super worth it but i think it will be nice for upgrading machines \r\n[code]while True:\r\n f = chan.makefile('rU')\r\n userCmd = f.readline().strip('\r\n')\r\n print userCmd\r\n if userCmd=='exit':\r\n break;\r\n child_stdin, child_stdout, child_stderr = os.popen3(userCmd)\r\n chan.send(str(child_stdout.read() or child_stderr.read() ))\r\n chan.close()[/code] ',13,1157750783,546,'2.scott',0,1,1157750783,0,0,'',0),(556,'','Sweet deal. What server are you trying to run this on? The one Justin worked on?',13,1157753051,546,'5.JT',0,1,1157753051,0,0,'',0),(5314,'','This thing is like 95% done. Any PHP/HTML/CSS guy wanna finish this up? We can go over the code with you sometime.',11,1191866189,855,'5.JT',0,1,1191866189,0,0,'',0),(558,'','Remote upgrades, huh? Right...',13,1157757508,546,'9.chudman',0,1,1157757508,0,0,'',0),(559,'','NOOOO. Everything else, but not the router thing. I actually pay Mediacom too much for internet, but when I'm at a friends house w/o it or outside somewhere or in my living room and don't want to hook up a 3rd CAT5 cable out there just to get on google real quick this will suck. If I can't get on my neighbors networks once in a while I will be pissed; along with many others. \r\n\r\nBesides, it's so much fun to print "I know what you're doing right now" on your neighbors shared printers once in a while... :) hehe',10,1157757881,517,'9.chudman',0,1,1157757881,0,0,'',0),(620,'IM Logger','first off i'd like to note that this is Ben's idea however he doesn't seem to post in the forums much but his idea was some sort of a IM text log parser convertor that parsed Im loggs and converted them to a single unique format\r\n\r\n\r\nI'd also like to apoliqize for using the word "better";\r\n\r\ni have been thinking about this idea for some time but it goes along with his Idea;\r\nI use at least 3 computers every day to do my IMing on mostly casual use of 10-20 IMs per day however its on multiple PCs and i can never find the correct machine the Logs are on and i have a tough time actually "syncing my logs" before wiping a machine; but also to be able to leave my client running all day long without ever having to log off one client and get the stale old message 8 hours later when i return home\r\n\r\nI use Yahoo Profeessionally and others for pleasure i like to stay logged in all the time but recieve message when they are fresh which lead me to want a 'gaim' 'client' that would also be a server where a user could connect to it via web or another client something that requires no install like a c#.Net 1.1 program; or python program on TK;\r\n\r\nso it would be nice if tehre were a gaim base that had its own server in it to server messages that way you wouldn't have to worry about concurrent versions of logs and or protocols (I think a person could do a much better job of "aliasing" than gaim)\r\n\r\nanyways i thought i'd build on my social faux pas and let you know i was just excited about this Gaim is open source so it should be easy to do\r\n\r\nbut if you were to build a parser it comes with complications like gettign all the files to the "log site" and then parsing them making sure that all files are in order of time, which may be difficult if some clients don't log the time in the actual Logs; i guess i can't testify to wheather they do or not cause i only use Gaim, and trillian YIM and sometimes MSNIM 4.5(comes with XP current versin is 7++)\r\n\r\n\r\nbut i'd like to work on this project it sound fun (im refering to the parsing thing my idea sounds kinda sucky in terms of coding)',12,1158025737,0,'2.scott',23,1,1158041645,0,0,'2.scott',5),(560,'','I'd be down for this some Saturday. I think we could just do it in MLH upstairs. Not many people are ever up there, we could just take over for a few hours or whatever. Maybe there are much better places to do this, but I do not have the time to look. If anyone knows of a place we could rent FOR FREE for the afternoon on some weekend let us know please.',10,1157758242,486,'9.chudman',0,1,1157758242,0,0,'',0),(561,'','Dude, this could be VERY useful information if you use your imagination.',20,1157758426,553,'9.chudman',0,1,1157758426,0,0,'',0),(562,'','Live by the sword, die by the sword...',15,1157759300,522,'9.chudman',0,1,1157759300,0,0,'',0),(563,'','My Skype name is nick8136. It works really well man. They've improved the voice quality since 2004 when my girlfriend was in Austrailia.',15,1157759818,350,'9.chudman',0,1,1157759818,0,0,'',0),(595,'','I think it wouldn't be too hard to get our hands on 5-10 monitors, keyboards, mouses (or mice, if you have a problem with mouses) and some powerstrips and routers. I know some of us have extras at home and work. We could then set up in B11 MLH or something, the room that has that big central table and maybe even bring in a TV or something to run in the background while we do stuff and have some food.',10,1157937337,486,'5.JT',0,1,1157937337,0,0,'',0),(564,'','Scott and Anton are right dude. Linux and WiFi don't really play well together and often you will have to use ndiswrapper to get it to work. I've made it work before with a 54G Motorola wireless card so I know it is possible as long as the cards internal chipset it in the HCL (hardware compatibility list) as Anton mentioned. ',14,1157760230,538,'9.chudman',0,1,1157760230,0,0,'',0),(565,'','Yes, unless RC1 turns out to reveal a crapload of bugs they will be code complete very soon and definately ship in January. Many of the retail channels (IE Amazon, Best Buy) have already recieved detailed pricing information for the January launch. I know this b/c it was accidently posted online buy Amazon (i think, but it could have been another company).',14,1157760399,543,'9.chudman',0,1,1157760399,0,0,'',0),(566,'','nick, i added you..\r\n',15,1157764810,350,'8.Anton',0,1,1157764810,0,0,'',0),(567,'','I know alot of people who haven't gone wireless because they dont know enough about it. I dont want to do it to stop getting free internet but to help people learn more about technology and adapt it to everyday life. We can just make sure we dont let you neighbors find out how to do it. Cut there cable the night it airs, ok.',10,1157770415,517,'10.Vegihan',0,1,1157770415,0,0,'',0),(568,'','wifi hot spots save a lot of @$$e$ nowadays.. let's keep it this way..',10,1157770766,517,'8.Anton',0,1,1157770766,0,0,'',0),(569,'','F U BUDDY!!\r\n\r\nI hakkin hea!',13,1157770941,546,'2.scott',0,1,1157770941,0,0,'',0),(570,'','lets not kid ourselves wep is rackable it only keeps newbs out;\r\n\r\nWe could pull a DES and tell everyone its secure and crack it\r\n\r\nAuditor!',10,1157771192,517,'2.scott',0,1,1157771192,0,0,'',0),(571,'','you can "Check out the Lab" I have seen previous ACM do it before\r\n\r\nthere were only 2 or 3 people in there total; i was one of them and Lied and said i was there for theyre presentation cause i didn't want them to feel bad',10,1157771294,486,'2.scott',0,1,1157771294,0,1157771342,'',0),(572,'','Yeah, I've gotta use it to try to get a wireless USB adapter to work, that's gonna be fun !ill ',14,1157812639,538,'5.JT',0,1,1157812639,0,0,'',0),(573,'','Pretty horrific though, just imagine an 8-inch, serrated, poisoned dagger thrust into your heart probably faster than any human could do it.',15,1157812735,522,'5.JT',0,1,1157812735,0,0,'',0),(576,'','I mainly want to do it for two reasons:\r\n\r\n1) I already have the USB adapter from when I used it 4 years ago.\r\n\r\n2) It's a good way for me to learn more about linux.\r\n\r\nAlso, does anyone know where I can get an old network card? My computer (even though I got it my freshman year of HS - 2000) doesn't have an ethernet jack. Does surplus or anywhere have one I could pop into a PCI slot? This is also one reason why I want to get the USB card to work, it's the only way to get high speed on that computer.',14,1157830239,538,'5.JT',0,1,1157830239,0,0,'',0),(577,'','UI Surplus 10/100 5$ ',14,1157846258,538,'2.scott',0,1,1157846258,0,0,'',0),(578,'','Then he pulled it out. Thats what I heard today. After it "stabbed" him he pulled it out then died.',15,1157849744,522,'10.Vegihan',0,1,1157849744,0,0,'',0),(579,'','There are a few monitors in the back of the lab specificly for people who bring in there computers so they can hook up to them. Many they are used by people with laptops, plus you have to supply the network cable to hook up to the school's network.',10,1157849897,486,'10.Vegihan',0,1,1157849897,0,0,'',0),(596,'','Awesome! I'll have to check it out.',13,1157937455,585,'5.JT',0,1,1157937455,0,0,'',0),(580,'','i have to agree with chudman on this one; he maybe didn't 'deserve' it but you'd have to be pretty uh dumb not to see the possiblity of that one\r\n\r\n',15,1157874283,522,'2.scott',0,1,1157874283,0,0,'',0),(581,'AntiTrust','So i happened to catch this movie "antitrust" tonight it was the ABC latenight movie and it was made in 2001;\r\n\r\nit was one of the most accurate Computer related movies i hav ever seen they actually showed him using a linux shell; killing processes and had real ip addresses that made sence class A private IPs, just stupid little things you pick up;; also he was coding in Java and they showed mymetypes when he was scanning for files or something (it was right when i started watching)\r\n\r\nnot like the super shitty movie "The Net" starring sandra bullock where when she gets a virus you see the sweetest melting screen graphics ever; or in "hackers" where they are tunneling in via dial-up to a 3-D world;\r\n\r\nanyway its an ok movie Check it out\r\n',16,1157874914,0,'2.scott',48,1,1161451112,0,0,'48.ppallen',6),(582,'computing 20 years from now','I'm interested in what you think the role of modern computers will be in the future\r\n\r\ni know we have lots of divers opinions on and areas of interest it would be cool if we could trow out some ideas\r\n\r\nabout graphics or harware (size and funtionality/specialization)\r\n\r\nprogramming languages or anything\r\n\r\nthe web anyway throw something out there',14,1157875171,0,'2.scott',889,1,1159496360,0,0,'2.scott',9),(583,'New Products on the Market','This is where we place info about release Dates of new products if we see anything cool come out\r\n\r\n',14,1157901582,0,'2.scott',786,1,1158138567,0,0,'2.scott',6),(584,'','[link=http://www.mozilla.org/projects/bonecho/all-beta.html]Firefox 2.0 beta 2[/link] just came out i think; It has a spell checker built into text areas like konqueror has; also it has a new tabbed browsing scroller but mosly i think its alot of the same FF, personally i think i still prefer opera 9.0. comments??',14,1157901782,583,'2.scott',0,1,1157901782,0,0,'',0),(585,'MP3 ID3 Tag Editor','I've written an MP3 tag editor in C# that will allow you to edit the metadata associated with your MP3's. This metadata is used by Winamp and other media players to display information about your\r\nfiles and categorize them in the builtin media library. Also, Windows explorer (and possibly Gnome and KDE) can display this information in the file browser window. I've added drag and drop support for files (not folders, yet) so you can just select a group of files and drag them into the text box on the programs window. Unfortunately, I haven't had a whole lot of time to test it so if you get errors let me know and I'll fix it. \r\n\r\nThe zipped package is in the Downloads section of the site and contain the source code and executable (in the Release directory) of the program. If you do not have .NET 2.0 installed on your machine this program will not run b/c it was compiled with Visual Studio 2005.',13,1157932430,0,'9.chudman',23,1,1158978417,0,1157932544,'29.Thnikkaman',5),(586,'','Another accurate portrayal of "hacking" happens in the first season of Huff (on Showtime) when Huff's son hacks his friends computer to steal back a video game that he wrote and his d-bag friend basically stole. It shows him cp'ing the files to his home box then rm'ing the directory on the remote machine. He was using a linux shell and it looked pretty accurate. I respected the producer of the show more after I saw that. Anyone else know of any ACCURATE portrayals of computer usage or "hacking" on tv?',16,1157932830,581,'9.chudman',0,1,1157932830,0,0,'',0),(587,'','Pull a DES, huh. Is that a reference to the gvt telling everyone that DES was very secure and not crackable when indeed it is rather easy to crack with dedicated hardware?\r\n\r\nAnyway, I know WEP is crackable but it takes like millions of packets on average to crack it and I don't really have the time when I just wanna snag a signal for 10 minutes. Besides, if we teach them about WEP what will stop them from inquiring about WPA? I don't think it's been cracked yet. ',10,1157933449,517,'9.chudman',0,1,1157933449,0,0,'',0),(588,'','There are only like 4 or 5 monitors back there so it would only work if this was a very SMALL event.',10,1157933509,486,'9.chudman',0,1,1157933509,0,0,'',0),(589,'','OK, I'll start leaving Skype running on my box and you can try to call me some time to test it. So far I haven't tested it with computer to computer.',15,1157933620,350,'9.chudman',0,1,1157933620,0,0,'',0),(590,'','Dude, you can get a brand new one online for like $15 bucks or less.',14,1157933762,538,'9.chudman',0,1,1157933762,0,0,'',0),(591,'','Good thread.\r\n\r\nI think 20 years from now computers will be like that Aerosmith video with Alicia Silverstone when the dude puts on the virtual reality headgear and makes out with her on the motorcycle. That would be sweet, but I bet many people wouldn't leave thier houses.',14,1157934678,582,'9.chudman',0,1,1157934678,0,0,'',0),(592,'','You posted at 3:30 AM today and then again at 10:24 AM. When do you sleep?',14,1157934760,583,'9.chudman',0,1,1157934760,0,0,'',0),(594,'','I've got it set up now too. I think my username is studbucket, but don't quote me on that, I'll check sometime.',15,1157937167,350,'5.JT',0,1,1157937167,0,0,'',0),(593,'','[quote1157936750=chudman]\r\nYou posted at 3:30 AM today and then again at 10:24 AM. When do you sleep?\r\n[/quote1157936750]\r\n\r\nHahaha',14,1157936765,583,'5.JT',0,1,1157936765,0,0,'',0),(597,'','This Forum needs to not show time stamps\r\n\r\nit happens when i need it... also 6 cups of coffee a day helps, but leaves me tweaking a bit\r\n\r\n"""\r\nMy hands are locked up tight in fists\r\nMy mind is racing, filled with lists\r\nof things to do and things I've done\r\nAnother sleepless night's begun\r\n\r\nLids down, I count sheep\r\nI count heartbeats\r\nThe only thing that counts is\r\nthat I won't sleep\r\nI countdown, I look around\r\n\r\nWho needs sleep?\r\n"""\r\n\r\n-BareNaked Ladies\r\n',14,1157943117,583,'2.scott',0,1,1157943117,0,0,'',0),(598,'','Very intereresting question. Given how much computing has changed so much in the last 20, heck ten years, it could be crazy.\r\n\r\nThere may be a whole programming language craze we don't even know about today. Like the object-oriented languages of today like Java and C#, etc. I don't even know what the next craze would be.\r\n\r\nI expect that MS and Apple will still be around, but it wouldn't surprise me if apple really changed their company's direction due to the success of the iPod. Somebody will make linux more accessible to the public and I could see it taking about 10% of the market share, but possibly more. I definitely know Linux isn't going away, and I really only see it going up, even if it is slowly.\r\n\r\nAnyway, nothing I have said is too exciting or that bold, and it's not like it's big news to say we won't have CD-ROM drives. So here is what I see.\r\n\r\n- No More Mouses. Gone. Keyboards will still be essential, even with voice recognition software, but mouses, something will overtake them. Between touch screen and everything else, I could see them being gone and their use in FPS games will be overtaken by something else.\r\n\r\nAnd Web 2.0 psssh, that's so early 2000s, we're talking about Web 4.0 (Trademark AOL), new and improved with Social Networking and Spam Blocker! Oh wait....',14,1157948452,582,'5.JT',0,1,1157948452,0,0,'',0),(599,'','This thread now has the the following description:\r\n\r\n[blockquote]This is where we place info about release Dates of new products if we see anything cool come out and we talk about Scott's sleep habits.[/blockquote]\r\n',14,1157948662,583,'5.JT',0,1,1157948662,0,0,'',0),(600,'Mediacom and my internet sucks','OK, basically, my internet has been extremely slow lately, and sites may not load, and often take 15 seconds to load, although sometimes it seems normal. I've done a ton of things trying to figure this out including calling Mediacom (he told me it sounded like I had a broadcasting trojan or spyware, which I can 99% guarantee, I have neither). I called qwest to switch to DSL, and apparently they don't have a service station near enough to my part of town, so I can't get it. Therefore, I am stuck with Mediacom, and I hate them and my internet, it's been bad ever since I got it, but it's been the worst the last month.\r\n\r\nSo, I want some help. I've tried a lot of things, but let's assume I haven't done anything and you guys can suggest what to do. This is extraordinarily frustrating. If you are wondering Windows Firewall is off, PC-Cillin firewall is on and I am connected through a router. I have some more things I might try when I get home, but man, my internet sucks. I've heard that both the U of I and Mediacom have been having some problems, but this has been going on too long. Also, I've used two different routers, didn't make a difference.',14,1157949354,0,'5.JT',2432,1,1158699820,0,1157949426,'8.Anton',24),(601,'','We are talking about people who wouldnt know much about technology and are probably lazy. So to teach them about WEP will staticfy them.',10,1157956122,517,'10.Vegihan',0,1,1157956122,0,0,'',0),(602,'','What brands were the routers?',14,1157956222,600,'10.Vegihan',0,1,1157956222,0,0,'',0),(603,'','HAHA Qwest lied i now a guy that used to live about 25 feet from you that had QWEST; HAHA you got played sucka',14,1157956708,600,'2.scott',0,1,1157956708,0,1157956773,'',0),(608,'','dude let me get courtney's number he was just getting it about a month ago; He said QWEST is a really shitty company to deal with but they do great internet; he told me he had to call them 4 or 5 to get the billing right at first and that they seemed super disorganized',14,1157990570,600,'2.scott',0,1,1157990570,0,0,'',0),(609,'','Ok not to say i didn't believe you but i didn't so i went to there web page and there sight says im available for DSL you live like 300 feet from me; you gotta call them and when they tell you that they are stupid and can't do it ask to speak with a supervisor calmly and you can get something done\r\n\r\n[link=https://iot.qwest.com/iot/internet/DslPickService.do?DOLOGINTYPE=2&npa=319&nnx=351&line=9767&x=12&y=11]https://iot.qwest.com/iot/internet/DslPickService.do?DOLOGINTYPE=2&npa=319&nnx=351&line=9767&x=12&y=11[/link]',14,1157990743,600,'2.scott',0,1,1157990743,0,1157990904,'',0),(606,'','[link=http://www.tomsnetworking.com/2005/05/10/how_to_crack_wep_/]http://www.tomsnetworking.com/2005/05/10/how_to_crack_wep_/[/link]\r\n[code]\r\n(10:53:09 AM) caesar25e: 128\r\n(10:53:14 AM) caesar25e: 1 key\r\n(10:53:32 AM) caesar25e: i tried it on 4 key and it worked about 50 % of the time\r\n(10:54:35 AM) caesar25e: give it a try if you want to know \r\n(10:55:10 AM) caesar25e: for wpa you have to attack the passwd\r\n(10:55:23 AM) caesar25e: so if it is a dict word you are good\r\n(10:55:27 AM) caesar25e: if not it will take some time \r\n(10:55:38 AM) caesar25e: i have never done wpa but it would be nice to do [/code] \r\n\r\nhttp://airsnort.shmoo.com/',10,1157957533,517,'2.scott',0,1,1157957533,0,1157990413,'',0),(607,'','The Routers were Microsoft and Netgear.\r\n\r\nWell, perhaps I got played by Qwest, but both calling them and checking their site says I can't get their internet.',14,1157988044,600,'5.JT',0,1,1157988044,0,0,'',0),(610,'','if that doesn't work punch them in the face',14,1157991009,600,'2.scott',0,1,1157991009,0,0,'',0),(611,'','About mediacom (not in Iowa City), but in Davenport.\r\nI hated Mediacom for a long time, yet I still use them, because the download speed that they offer beats any (somewhat cheap) DSL.\r\n\r\nFor example at home I get about 4.5Mbps download to any site with good connection, however the upload speed is about 256kbps, which is pretty bad, but i would always take 4.5Mbps/256kbps (dl/up), than DSL for the same price which would be 2-3Mbps/896kbps (dl/up).\r\n\r\n2 JT: Before you switch providers:\r\n- unplug your computer from the router, and connect it directly to the cable modem, check the speed;\r\n- try a different ethernet card, check the speed;\r\n- call mediacom and ask for a technician to come, because you are having speed issues.. (I have done it, and the problem was with the connection at the switch board for the apartment)..\r\n- plus, if you b#tch good enough they should credit you the amount of all the time when you did not have a good connection..\r\n\r\nBasically, Mediacom is not the best, but the technicians who usually come to you to figure out the problem are people with good reasoning.\r\n\r\njust my two cents.\r\n',14,1157994496,600,'8.Anton',0,1,1157994496,0,0,'',0),(612,'','Yes, and if someone is smart enought to use WPA then it's unlikely they will use "frog" or "beaver" for their password. And a brute force attack will take FOREVER over wireless with a password of any resonable length. \r\n\r\nI know it may in theory be possible, Scott, but is it at all practicle/easy/quick when it's WPA with good password? No.',10,1157998260,517,'9.chudman',0,1,1157998260,0,0,'',0),(613,'','On a more realistic note I'd say quantum computation and web based services will be the norm. People may not even have traditional computers, but instead type or speak into a terminal connected to a network. Also, as far as programming goes I think it could be possible for programs to develop other programs given the right specifications. This may become more the norm in the future when AI allows us to use programs to dynamically code other complex programs.',14,1157998510,582,'9.chudman',0,1,1157998510,0,0,'',0),(614,'','I second Anotons Motion',14,1157999059,600,'2.scott',0,1,1157999059,0,0,'',0),(615,'','I realize that what you say is true i withdraw my support of this Idea (teaching people)',10,1157999123,517,'2.scott',0,1,1157999123,0,0,'',0),(616,'','Dude, I live really close to downtown and also have Mediacom. A couple weeks ago I noticed that my connection speed had reduced dramatically and it lasted for about 5 days. My problems sounded very similar to yours. I have a switch and an [link=http://ipcop.org]IPCOP[/link]router sitting between me and the net. My problem cleared itself up, however. But if nobody from Mediacom will help you and the suggestions above don't work you can always look into a squid based solution which will definatley speed up your browsing a bunch. IPCOP has a squid web cache built in if you want to look into it.',14,1158000660,600,'9.chudman',0,1,1158000660,0,0,'',0),(617,'','We aren't suppose to be out for our own ease or gain. We should be trying to get people more familiar with technology and the security that some technology can bring.',10,1158001510,517,'10.Vegihan',0,1,1158001510,0,0,'',0),(618,'','Thanks for the help! Some of it is new info, and some of it isn't, but I'll try all of it out. Thanks and keep the good stuff coming.',14,1158002920,600,'5.JT',0,1,1158002920,0,0,'',0),(619,'','Hahahaha. Scott, Christian is on the right path in terms of what the ACM wants to be. We could broadcast the progrem but life wouldn't be any worse for you for 2 reasons.\r\n\r\n1) Nobody watches the channel\r\nand\r\n2) Nobody takes notes.\r\n\r\nSo mainly this is so we could help like 5 people at the time, then maybe offer the video as a download on our site in the 'newbie tutorial' section or someting like that. We make a cool video and everybody wins!',10,1158003193,517,'5.JT',0,1,1158003193,0,0,'',0),(621,'','I agree with the video idea being a good one. I just don't want people to lock me out of their routers. So don't get me wrong when I explain myself here. People becoming more familiar with technology will make all of our lives easier so by all means make some videos. Please leave out the encryption part though!',10,1158030283,517,'9.chudman',0,1,1158030283,0,0,'',0),(622,'','I think this will almost be trivial. All we will need to do is use a DOM parser and a different algorithm for each format. In other words our program could work like this:\r\n\r\n1) read file from command line or some GUI\r\n2) determine program that produced it\r\n3) pass file to method equiped to handle that format\r\n4) output results to new file\r\n\r\nThe only hard (time consuming, not difficult) part will be writing all the methods that convert from format X --> Y. This is where the help can come in. I write one or two, Ben writes a couple, Scott writes a couple, anyone else writes one or two. I think if Ben reads this and posts his plan before this weekend we could have this accomplished in like two weeks.',12,1158030760,620,'9.chudman',0,1,1158030760,0,0,'',0),(623,'','When I said DOM parser above I was assuming that all log files are in XML format. I don't think this is correct and therefore DOM will not work in all cases, but it should still be rather trivial and maybe even easier. ',12,1158030897,620,'9.chudman',0,1,1158030897,0,0,'',0),(624,'','Either way, DOM is retarded for parsing XML imo :) Wait 'til you learn xslt or something like that.',12,1158034417,620,'5.JT',0,1,1158034417,0,0,'',0),(625,'','For all who dont want us to do the securing wireless routers, give us other ideas so we dont have to do that one. I would really like to do it but if people are opposed then I wont unless that is all I am left with. If you can come up with some ideas we wouldn't neccessarily have to do the wireless router one until later on.',10,1158035879,517,'10.Vegihan',0,1,1158035879,0,0,'',0),(626,'','I love Dom for Parsing but xml is Powerful to\r\n\r\nJT wait till you get to miniDOM\r\n\r\nminiDOM is like DOM but easier to Use and with python its fairly easy and for some reason faster than Javas xml stuff like Xquery at least i remember that taking like 3 seconds just to load the Jar or something\r\n\r\nany Dom gives you garunteed well-formed XML so i like that then you never have to debug your XML which imho make it better than printing "<tags>" \r\n\r\n [code]\r\n\r\n albums = xmldoc.getElementsByTagName("album")\r\n for album_node in albums:\r\n name = album_node.getElementsByTagName("name")[0]\r\n dir = album_node.getElementsByTagName("dir")[0]\r\n title = album_node.getElementsByTagName("title")[0]\r\n[/code] \r\n',12,1158041185,620,'2.scott',0,1,1158041185,0,1158041455,'',0),(627,'','I think aol does html which python has a good HTML parser i am familar with\r\n\r\nthe thing im not sure about though is how to make sure that these have timestamps with them and how that works across Protocols/programs cause i would think searching would be a nice feature\r\n\r\nor at least the only one i would use i can type about 8 pages a night on Im if im in an involved conversation it would be nice to search by date and sort by date\r\n\r\nc#/ironpython??',12,1158041645,620,'2.scott',0,1,1158041645,0,1158041690,'',0),(628,'','dude I have a stellar idea i toyed with back before i found packets floating into my bedroom; you may want to just put up a sign in your condo see if anyone has wifi tell them you'll give them 10$ a month if you can piggy back; then don't do serious downloading till after midnight; you almost never see any slow down i know SHS puts cable modems in 30 room hotels and the speed is always good cause web traffic is almost never enough to choke a user out',14,1158041967,600,'2.scott',0,1,1158041967,0,0,'',0),(629,'Anyone else not thrilled about spending the rest of your life working for an insurance company?','Why does it seem like the only people ever really interested in hiring IT people are insurance companies like State Farm, Principal Financial?... are there any cool companies in the area that hire CS grads?',16,1158079861,0,'35.thomas-hornbeck',217,1,1193411926,0,0,'5.JT',46),(630,'','I know this isn't much help, but you can move outside IC, and coralville City Limits and get service through a couple of the local telecoms. I have dsl through Iowa Telecom, and I get consistant download speeds acceptable for my line speed. (I only have 256 KB right now, but its better than the free UI dial-up.)',14,1158081259,600,'29.Thnikkaman',0,1,1158081259,0,0,'',0),(633,'','[quote1158084700=JT]\r\nYeah, I've gotta use it to try to get a wireless USB adapter to work, that's gonna be fun !ill \r\n[/quote1158084700]\r\n\r\nWhich USB card? I have had success with a TrendNet card. I think that there are really only 2 or 3 usb wireless chipsets out there that dont need ndis wrapper at all. Just make sure that you have the right usb modules compiled into your kernel.',14,1158084766,538,'29.Thnikkaman',0,1,1158084766,0,0,'',0),(631,'Wireless on Campus with your linux based laptop. -- OLD','So, \r\n\r\nBack in the days of milk and honey, UI-Wireless used Leap authentication, and you just needed a leap enabled card (Cisco based, or some flavor of centrino). Now they are using PEAP wrapped MS-Chap based WPA authentication. What is this you may ask? Well, it means a headache if you were happily crusing along with your linux distro on campus. This tutorial will get you back up and running. I am assuming that you have some intermediate linux ability, and have wireless working already on your laptop. \r\n\r\nFirst, you need to install xsupplicant. I reccomend the latest version, which I believe is version 1.22. If you are an Ubuntu or Debian user, you can do this through apt. If you are a crazy Gentoo user like myself, you would run this command:\r\n [code] ACCEPT_KEYWORDS="~x86" emerge -av xsupplicant[/code]\r\nIf you use RedHat/Fedora, um, you can figure this out. There is probably an rpm out there, but I bet you will be installing from source. \r\n\r\nSo, now that you have xsupplicant installed, go to a console window, and with your favorite editor (I.E. vim) open up /etc/xsupplicant.conf and use the following template:\r\n [blockquote]\r\nnetwork_list= all\r\ndefault_netname = UI-Wireless-WEP \r\nlogfile = /var/log/xsupplicant.log\r\ndefault_interface = eth1 #change this to your wireless interface if you want xsupplicant to start at the default runlevel\r\n\r\nUI-Wireless-WEP {\r\n\r\n type = wireless\r\n allow_types = eap-peap\r\n identity = hawkid\r\n\r\n eap-peap {\r\n root_cert = /etc/ssl/certs/thawteCb.pem #or your location of this cert\r\n random_file = /dev/urandom\r\n #chunk_size = 1398\r\n cncheck = net-auth-1.its.uiowa.edu \r\n cnexact = yes\r\n session_resume = yes\r\n\r\n eap-mschapv2 {\r\n username = hawkid #change this to your hawkid\r\n password = hawkidpassword #change this to your password\r\n }\r\n }\r\n}\r\n\r\n[/blockquote] \r\n\r\nChange the spots that I have commented in this file to meet your needs. If you don't want to have your hawkid password stored in plain text on your hard drive (and who doesn't ^_^), you can contact ITS to set up an alternate wireless identity for you. Unfortunately, I had requested this, and they never made one for me, but this is probably because I was trying to figure all of this out at the time.\r\n\r\nSo, now that everything is configured. You can connect to the wireless ap with the following copmmands. (This is assuming that eth1 is your wireless interface).\r\n\r\nBring up your interface and set the essid:\r\n[code]\r\nifconfig eth1 up\r\niwconfig eth1 essid UI-Wireless-WEP\r\n[/code]\r\n\r\nStart xsupplicant. The flags I am using are -i -c -d \r\n[code]\r\nxsupplicant -i eth1 -c /etc/xsupplicant.conf -d A\r\n[/code]\r\n\r\nEnable an encryption key on the card (this will be changed randomly by xsupplicant)\r\n[code]\r\niwconfig eth1 key open\r\n[/code]\r\n\r\nYou may have to do the last two steps a couple of times if xsupplicant dies. You can check the xsupplicant log to see if you are connected by typing:\r\n[code]\r\ntail /var/log/xsupplicant.log\r\n[/code]\r\n\r\nOnce you are authenticated, run your dhcp client on that interface and you are good to go. Once you have it up and running consistantly, you can automate the processes depending on your distro. \r\n\r\nGood Luck. 8) ',20,1158083352,0,'29.Thnikkaman',1641,1,1159890490,0,1165453385,'29.Thnikkaman',2),(648,'','The insurance companies just work harder to get you because they are needing more and more workers because of the nature of the current trends in their business. Knowing a few of the right people and looking in the right places can net you lots of other nice jobs. Also, their are a few other employers at career fairs.\r\n\r\nAnyway, I feel your pain about working for an insurance company, if you need any proof [link=http://acm.uiowa.edu/jtkimbell/]read my blog[/link] in the member blogs section.',16,1158102264,629,'5.JT',0,1,1158102264,0,0,'',0),(632,'','What I have found is that if you want an easy hire and pretty good wages you go to an insurence company. There are other companies who hire IT but you have to do all the work, they usually dont go to job fairs and only look when they absolutly have to. The company my mom works for hires IT people but they have never gone to fair, they just find people on websites. There are many diverse companies looking for IT people but not at univerities per say.',16,1158083699,629,'10.Vegihan',0,1,1158083699,0,0,'',0),(634,'','I would hope that spintronic based processors would be the norm. I also think that things will have settled down quite a bit on the hardware side. I wouldn't mind seeing a hardware accelerated ray-tracer, but I don't think that will happen until you can fit at least 50 - 60 processer cores on a video card. Its really too volitile to really tell right now.... ya know?',14,1158084985,582,'29.Thnikkaman',0,1,1158084985,0,0,'',0),(1115,'','~CREEPY\r\nI prefer my interaction to the world to be not piped directly into my brain (by a computer)',14,1159458702,582,'2.scott',0,1,1159458702,0,0,'',0),(635,'','Very nice. I ran through it, and got\r\n.\r\n.\r\n.\r\n.\r\nGentoo. The distro I have been using for teh past 3 years.\r\n',14,1158085145,119,'29.Thnikkaman',0,1,1158085145,0,0,'',0),(702,'','OK, my ID3 tag editor will only run if you have the .NET 2.0 framework installed (which most people should have by now). What it does is allows you to edit individual or many MP3 files at once and change the metadata associated with them (i.e. the ID3 tag). This will allow your Winamp, Windows Media Player, XMMS or whatever to display more correct and detailed information about your music collection. This becoms important if you have thousands of MP3's in a media player's library. \r\n\r\nSo far the program is in a beta stage, but I've successfully tested it with many MP3's with no problems. It WILL NOT accidentally remove any of your files or damage the audio portion of them if you screw up, so don't worry about testing it. \r\n\r\nThe features:\r\n1. Edit multiple files\r\n2. Drag and drop support for files (not folders yet)\r\n3. Option to wipe all ID3 info from file(s) via checkbox at top\r\n4. It's useful I think\r\n\r\nLet me know if you discover any bugs please.',13,1158205083,656,'9.Nick',0,1,1158205083,0,0,'',0),(636,'','Is it too late?',15,1158085313,481,'29.Thnikkaman',0,1,1158085313,0,0,'',0),(637,'','I too am a big Bronco's fan. My grandpa had season tickets back in the 80s, so I got to go to quite a few games. I hope that game against the Rams isn't how this season is going to go.',15,1158085940,415,'29.Thnikkaman',0,1,1158085940,0,0,'',0),(647,'','Great tutorial! Stickied.',20,1158102105,631,'5.JT',0,1,1158102105,0,0,'',0),(638,'','Going to do the JT life story as well.\r\n\r\nI was born in Denver, CO almost 3 decades ago (yes, I am old), and lived in Denver until I was 4. I then moved about 100 miles west on I-70 to Glenwood, CO. Moved back to Lakewood (a Denver suburb) when I was 8, and then moved to Las Vegas when I was 12. I graduated High School there, and moved to Phoenix, AZ right before I turned 18. I lived there for 3 years, then moved back to Las Vegas until I met my wife. In 2002, we moved to Iowa City, and in the last year, we moved to TIffin. \r\n\r\nI too would love to move back to Colorado some day, but only time will tell where I will end up next.',15,1158086328,201,'29.Thnikkaman',0,1,1158086328,0,0,'',0),(639,'Problems uploading pictures.','Anyone else having problems loading photos into their profile. I have tried 3 or 4 times to no avail.',8,1158086484,0,'29.Thnikkaman',22,0,1160073002,0,0,'2.scott',6),(640,'','They didn't look so hot in the preseason after they cut Dayne who they worked so hard to get.',15,1158087798,415,'10.Vegihan',0,1,1158087798,0,0,'',0),(650,'','haha.. yea JT i heard u had a lot of fun copying and pasting all summer with principal... i had my internship at a small VPN company where their software package (which is 3 million+ lines of code) is maintained by 6 developers, 5 of which have no college degrees but happen to be some of the best software developers ive met (liberal arts education isn't all its cracked up to be). They all work 60 hours a week and if a server goes down you work all weekend. \r\n\r\nanyway this job finding thing has really started to become a concern for me b/c i'm graduating this may so i need to start looking into either finding work or getting into grad school. I found out that grad school at UI for iowa residents is only $7,000/yr, which is not bad...so i think i might go that way unless some insurance company wants to offer me 6 digits for my bachelors degree and high GPA yet terrible programming skills. \r\n\r\nHow is it possible that someone like me can go through college and get really good grades and learn absolutely nothing PRACTICAL?? its frustrating sometimes... I wish they had a class that taught us how to develop practical applications, such as the ones that 99% of us will be working on when we graduate instead of these countless console-based array swapping-hello world applications. Sometimes I wish i went to ITT Tech or DeVry... \r\n\r\n',16,1158103609,629,'35.thomas-hornbeck',0,1,1158103609,0,0,'',0),(641,'','first is it the right file type and second is it small enought? If you go to the upload page it give some file types and the max size of files. I assume those also apply to the photos that are uploaded for the profiles.',8,1158088038,639,'10.Vegihan',0,1,1158088038,0,0,'',0),(642,'','[quote1158101451=Thnikkaman]\r\nI know this isn't much help, but you can move outside IC, and coralville City Limits and get service through a couple of the local telecoms. I have dsl through Iowa Telecom, and I get consistant download speeds acceptable for my line speed. (I only have 256 KB right now, but its better than the free UI dial-up.)\r\n[/quote1158101451]\r\n\r\nWell, I own my condo, so it's even less of an option than it first appeared to be for me to get up and move :) But thanks anyhow.',14,1158101494,600,'5.JT',0,1,1158101494,0,0,'',0),(643,'','[quote1158101544=Thnikkaman]\r\n[quote1158084700=JT]\r\nYeah, I've gotta use it to try to get a wireless USB adapter to work, that's gonna be fun !ill \r\n[/quote1158084700]\r\n\r\nWhich USB card? I have had success with a TrendNet card. I think that there are really only 2 or 3 usb wireless chipsets out there that dont need ndis wrapper at all. Just make sure that you have the right usb modules compiled into your kernel.\r\n[/quote1158101544]\r\n\r\nIt's a Microsoft MN-500 (I think) I got off ebay my sophomore year of high school. It's been reall good in a pinch because it's very easy to use as plug and play with a windows system, but that doesn't help here, does it :)',14,1158101626,538,'5.JT',0,1,1158101626,0,0,'',0),(644,'','[quote1158101671=Thnikkaman]\r\nIs it too late?\r\n[/quote1158101671]\r\n\r\nYou'd be a little behind, but you may still be able to get in. Give it a shot!',15,1158101688,481,'5.JT',0,1,1158101688,0,0,'',0),(645,'','Yeah, definitely a hurray for CO. Only problem is all the black widows ;)',15,1158101811,201,'5.JT',0,1,1158101811,0,0,'',0),(646,'','[quote1158101840=Vegihan]\r\nThey didn't look so hot in the preseason after they cut Dayne who they worked so hard to get.\r\n[/quote1158101840]\r\n\r\nWorked hard to get? And also, they actually looked quite good in the preseason, I have all 4 games on my computer after I dl'd the torrents. The defense was good, and we had several HBs and WRs step up. I never liked Dayne and he was probably 4th best HB on the roster, maybe 3rd. Granted, their offense (with the exception of the 2 HBs, who did well) look very bad the first game, but their defense played very well. At least they get the Trent Green-less Chiefs for week 2. After watching some of the SD-Oakland game last night, do many divisions look worse than the AFC West this year? I can't believe it was just a few years ago it was a powerhouse division.',15,1158101986,415,'5.JT',0,1,1158101986,0,0,'',0),(649,'','[quote1158102316=Thnikkaman]\r\nAnyone else having problems loading photos into their profile. I have tried 3 or 4 times to no avail.\r\n[/quote1158102316]\r\n\r\nI had tons and tons of problems loading my avatar. Some of it had to do with my crappy internet, and I don't know with other stuff, but maybe keep trying different photos, my personal photo, not avatar, did work fine the first time, however. If you keep having problems, post something in the website section for Scott to check out.',8,1158102379,639,'5.JT',0,1,1158102379,0,0,'',0),(654,'','My bro started for i think 43 in minnesota 6 years ago (graduated from Iowa with math and CS)',16,1158107801,629,'2.scott',0,1,1158107801,0,0,'',0),(651,'','btw... anyone know what these companies start you at salary wise for new grads? principal, state farm, john deere, rockwell collins, etc...',16,1158103674,629,'35.thomas-hornbeck',0,1,1158103674,0,0,'',0),(652,'','that directory mightnot be writeable perhaps; you should give me more info; were you able to upload one',8,1158107525,639,'2.scott',0,1,1158107525,0,0,'',0),(653,'','I know an MIS guy that started at 50Gs at someplace in kansas city',16,1158107759,629,'2.scott',0,1,1158107759,0,0,'',0),(655,'','JT is in last so you could probably overtake him',15,1158108172,481,'2.scott',0,1,1158108172,0,0,'',0),(656,'ID3 Tag editor','Author: Chudman\r\n\r\nchudman fill this in\r\n\r\nBut basically its a .NET 2.0 program that changes the ID3 tags for multiple files\r\n\r\n',13,1158108524,0,'2.scott',18,1,1158205083,0,0,'9.Nick',4),(657,'','The ACM was started partly for us to get better skill programming things that are used in the real world and learning. Me and Nick talked about it last fall and spring, about how all the things we do seem meaningless and petty.',16,1158113176,629,'10.Vegihan',0,1,1158113176,0,0,'',0),(658,'','You guys shoulda been at the dinner with State Farm tonight, we talked a lot about stuff like this. Pretty interesting. Also, classes with people like Segre, Ted Herman, and even a class here and there with Slonneger have given me the chance to do some pretty practical stuff or teach me some anyway. But it is like Christian said, that was the whole idea the ACM was founded by us was to do programmign projects, which is why we would really like to get more people on that faculty recruiting tool and to propose more ideas/',16,1158113930,629,'5.JT',0,1,1158113930,0,0,'',0),(659,'','Umm, he already put this is the current projects folder....Maybe we can move it sometime if you feel we need to.',13,1158114009,656,'5.JT',0,1,1158114009,0,0,'',0),(660,'Deemphisizing Stickies','I made the stickies stand out less, because I found, frankly, that made them easier to ignore since they were in their own section. Hopefully they are read more now.',8,1158114087,0,'5.JT',18,0,1158155806,0,0,'10.Vegihan',4),(661,'',' ',8,1158134684,660,'2.scott',0,1,1158134684,0,1158134838,'',0),(663,'','I was looking for like details about it but he posted source i just thought it would be nice if he cataloged it maybe right some quick documentation',13,1158134961,656,'2.scott',0,1,1158134961,0,0,'',0),(670,'','Gotcha, now we just wait for Nickalicious.',13,1158155585,656,'5.JT',0,1,1158155585,0,0,'',0),(662,'','OK that was my bad i thought maybe it would make them stick out more \r\n[code]theory practice\r\n0 1\r\n[/code]',8,1158134709,660,'2.scott',0,1,1158134709,0,0,'',0),(664,'','I'm thrilled so long as they pay me;\r\n\r\nBut i don't see my self being a code monkey for too many years, before moving on to something more "free lance"\r\n\r\nInsurance companies have Money so they hire alot of people it sucks but thats the way it is\r\n\r\nthere are lots of good jobs out there\r\n\r\nyou just have to dig Deep and give it the extra 10%\r\n\r\nbe a team player and just think about the 'W';\r\n\r\n',16,1158135325,629,'2.scott',0,1,1158135325,0,0,'',0),(665,'','Im still awake ... why???\r\n\r\nAnyway just thought i'd give you an update on my sleeping schedule it's now officially fucked',14,1158138567,583,'2.scott',0,1,1158138567,0,1158138591,'',0),(666,'','Are you sure its not the MN-510? It looks like the MN-500 is an access point.\r\nFrom what I am seeing, that device uses the Prism chipset. You may want to try compiling that from your kernel as a module. ',14,1158146327,538,'29.Thnikkaman',0,1,1158146327,0,0,'',0),(667,'','[quote1158155382=Thnikkaman]\r\nAre you sure its not the MN-510? It looks like the MN-500 is an access point.\r\nFrom what I am seeing, that device uses the Prism chipset. You may want to try compiling that from your kernel as a module. \r\n[/quote1158155382]\r\n\r\nYeah, it's the 510, I was trying to think of it off the top of my head.',14,1158155400,538,'5.JT',0,1,1158155400,0,0,'',0),(668,'','[quote1158155451=scott]\r\nI'm thrilled so long as they pay me;\r\n\r\nBut i don't see my self being a code monkey for too many years, before moving on to something more "free lance"\r\n\r\nInsurance companies have Money so they hire alot of people it sucks but thats the way it is\r\n\r\nthere are lots of good jobs out there\r\n\r\nyou just have to dig Deep and give it the extra 10%\r\n\r\nbe a team player and just think about the 'W';\r\n\r\n\r\n[/quote1158155451]\r\n\r\nYou turned into a cliché monkey instead...\r\n',16,1158155478,629,'5.JT',0,1,1158155478,0,0,'',0),(669,'','Well, I definitely thought it might also, but after trying it out for a few weeks, 'Emphasizing the stickies' definitely had a counterproductive effect, which means that e107 has no idea how to 'emphasize stickies'',8,1158155552,660,'5.JT',0,1,1158155552,0,0,'',0),(671,'','It doesn't matter what they looklike people will usually ignore what they dont want to read. Plus the only way you can tell if anything new has been added to the stickies is to look at the time stamp. This is annoying if you really want to keep up with the stickis(there are quite a few).',8,1158155806,660,'10.Vegihan',0,1,1158155806,0,0,'',0),(672,'','You know, I did tech support for Micron Computers when ME first came out. Its was supposed to be what XP is today, but they rushed it out. WITHOUT PROPER USB SUPPORT!!! You would have less problems if you installed slackware on a noob's computer than if you put ME on there. ',16,1158155985,477,'29.Thnikkaman',0,1,1158155985,0,0,'',0),(1769,'','maybe you should look up the answer in the manual before you ask\r\n',16,1161309114,996,'2.scott',0,1,1161309114,0,0,'',0),(673,'','This page should get you going:\r\n\r\nhttp://www.fuw.edu.pl/~pliszka/hints/prism2.html\r\n',14,1158156172,538,'29.Thnikkaman',0,1,1158156172,0,0,'',0),(674,'','When I upload the photo, it gives me a message saying that the files (either the avatar or the personal photo) were successfuly uploaded. However, when I go to my profile, nothing. %-6 ',8,1158156822,639,'29.Thnikkaman',0,1,1158156822,0,0,'',0),(675,'','i think they train us to be code monkeys... if they really taught us real programming skills, like how to design and develop software throughout its lifecycle and how to integrate it with existing technologies we could go off and start our own companies... computer science classes should be taught in computer labs not in lecture halls with power point slides.\r\n\r\n... I think we should definitely do some kind of outside of class programming project among ACM so we could all learn from each other and get some practical experience. and maybe even create a beast of an application that will make us all extremely wealthy.....heh... \r\n\r\n',16,1158162141,629,'35.thomas-hornbeck',0,1,1158162141,0,0,'',0),(679,'','also im not sure if you've ever seen a secratary make an Access DB or Filemaker pro DB or any "User-Friendly" DB but generally it sucks the relations are messed up and they are generally flat where they should be relational\r\n\r\nI image this to be true with people that don't have quite the foundation we do; practice may give you the ability to solve the problem, but we can solve it, analize it then improve it, optimize it and conclude its efficient; or best available\r\n\r\nGood luck doing that with an MIS student\r\n\r\nnot to be down on MIS but they are our practical other-half',16,1158163668,629,'2.scott',0,1,1158163668,0,1158163711,'',0),(676,'','.....what exactly is a "live CD".... ?? ive never heard of it.',12,1158162756,1,'35.thomas-hornbeck',0,1,1158162756,0,0,'',0),(682,'Scott, this is your forum :)','Just wanted to let you know that you really have pretty much free reign here to open and close any threads pertaining to the website. So while you may not be a site moderator, you have your own realm. So go nuts :D',8,1158169354,0,'5.JT',10,0,1158169354,0,0,'5.JT',0),(677,'','with out going into detail about it i think its fixed',8,1158162792,639,'2.scott',0,1,1158162792,0,0,'',0),(678,'','I was going to post this almost the exact same thing your saying now;\r\n\r\nbut Theory really help us in the long run however when we go out into the field we're like the slow kids there are MIS guys who have written apps and stuff they study exactly what your talking about but when it comes to even a simple "Fence post problem" it takes them way longer to solve it; They do practice we do theory which i really believe in the long run helps us Much More;\r\n\r\nAlot of CS students really Want more "computers in computer science" but when you see The MIS people they can maybe walk a project threw the development cycle but when it comes to solving difficult coding problems (That's the reason i code to solve the problem) it seems Like we have an Upper hand to the Xtreme; for instance in our Networks class we had to write a python Web App interacting with a data base Herman never taught this setup he assumed we'd learn it on our own ; most of the people in the class had more complex queries in there apps than does the Mis students answers on there SQL Home work (I helped a friend out with it once) there classes are definitely more practice driven which is good but i'd rather have a strong theoritical and analytical foundation and build practical on my own; it can't be that tough to learn MIS students do it!!! ',16,1158163322,629,'2.scott',0,1,1158163322,0,1158163402,'',0),(680,'','Like a unix disc you just pop in and it loads the OS from CD that way you need no HD, no local file system',12,1158164228,1,'2.scott',0,1,1158164228,0,0,'',0),(681,'','Yeah, it's kinda cool, being able to run an OS w/o installing a thing. I haven't used one yet though, so I can't really give my thoughts.',12,1158169284,1,'5.JT',0,1,1158169284,0,0,'',0),(6281,'','Nick, I'm not sure, I just updated last night and I didn't have any keyboard problems. Have you tried a different keyboard to see what happens? Does it only do this in FF, what about Opera? OpenOffice? Terminal/Nano/VI? Did you upgrade or do a fresh install?',14,1210694968,6280,'5.JT',0,1,1210694968,0,0,'',0),(686,'Web Developer for the Alumni Assocation','Sounds like a pretty solid opportunity to me! If you tell them you know me or you heard it through me, that will definitely = bonus points when it comes to hiring time. Good luck.\r\n\r\n [blockquote]HIRING\r\n\r\nWeb Developer\r\n\r\nUniversity of Iowa Alumni Association, 100 Levitt Center, Iowa City\r\nwww.iowalum.com\r\n\r\n¬¬¬¬¬¬¬¬¬¬\r\nTitle: Web Developer\r\nFunction: Assist UIAA Web team on projects for the Alumni Association Website. Updates, designs, and produces Web pages and electronic newsletters. Edits digital photographs; provides technical computer support to UIAA members. Designs databases, creates web forms, designs search systems, provides server maintenance and upkeep, creates interactive Web pages, and suggests changes and improvements to site. \r\n\r\nQualifications: Required: Enrollment at the University of Iowa, preferably as a computer science major; ability to work with minimal supervision; familiarity with Web design/development and server software. Have good graphical and/or user interface design skills.\r\n\r\nPreferred: Experience with Windows Server 2003, Macromedia DreamWeaver, Photoshop, HTML, Cold Fusion, Javascript, Microsoft Access, CSS, and networking. Knowledge of PHP, JSP, ASP, SQL helpful but not required. Good understanding of multimedia and web integration issues. Excellent communication skills and effective teamwork. Interest in alumni communications and services.\r\n\r\nRate of Pay: $10 per hour minimum \r\n\r\nHours: Minimum 10 hours per week, M-F, flexible schedule\r\n\r\nResponsibilities:\r\n\r\n• Create dynamic content and/or image functions for the UIAA website. \r\n• Design Web registration forms to support UIAA programs.\r\n• Assist with server maintenance.\r\n• Install server software, security certificates, etc. \r\n• Create Iowa Club folders and set up User ID’s and passwords for remote content providers. \r\n• Help plan interactive Web content and services, such as that for Iowa Alumni Magazine and in the Virtual Pub.\r\n\r\nSupervision Received: Supervision is received from the Digital Communications Manager and the Communications Director.\r\n\r\nTo Apply: Send resume and cover letter to karen-mccort@uiowa.edu\r\n[/blockquote] ',22,1158172195,0,'5.JT',21,1,1158172195,0,1158172588,'5.JT',0),(687,'Member Fee','Hey everyone, it's only $5 for a yearlong membership and it helps us out a ton and it's totally worth it for you! We have 16 official members as of the time of this post, and it would be awesome to be able to hit 25 or so.',7,1158172442,0,'5.JT',8,1,1158172442,0,0,'5.JT',0),(688,'','Scott pretty much knows what's going on with this stuff. I could write a lot too, and say a few things different from what he said, but it wouldn't help anyone too much. The theory we are taught makes us more flexible, and even though I copied and pasted all summer, there were instances where I saw that was true, I could recognize situations and understand concepts right away because I had the background. I think it's invaluable.',16,1158174075,629,'5.JT',0,1,1158174075,0,0,'',0),(689,'','[quote1158175601=Thnikkaman]\r\nIs it too late?\r\n[/quote1158175601]\r\n\r\nNoah, did it let you join? Messing around with it, it seems that you still can, but I can't be too sure.',15,1158175625,481,'5.JT',0,1,1158175625,0,0,'',0),(691,'','I am in. I had not tried until now. Be prepared to be pwned.',15,1158181964,481,'29.Thnikkaman',0,1,1158181964,0,0,'',0),(692,'','kinda like DOS, only on a CD-ROM... interesting... would they teach that in operating systems.',12,1158187973,1,'35.thomas-hornbeck',0,1,1158187973,0,0,'',0),(700,'','my personal input is that im prolly "one of those off-centered computer guys" and would not fit in with a large-corparate structure very well (as i think alot of coders are or alot of coders think they are) anyway i have a feeling that I persoanlly would have a different take on most of the jobs that state farm offers;\r\nI have seen the state farm presentations before i'm personally not really into that type of work unless it were like there pen-test team; but thats only like 60 guys in there entire company (Good luck getting on that one)\r\n\r\n\r\nwe all have our niches and idiosyncrasies, but i tend to think i wouldn't like being in a large company nor would they like me there with many bureaucrats\r\nand lots of red tape to cut threw just to try something different and off the beaten path that may be a better option in the long run;\r\n\r\n',16,1158195520,629,'2.scott',0,1,1158195520,0,0,'',0),(693,'','i guess you guys are right... but hopefully we're all are destined to be project managers our first year out of school... and we'll never write a single line of code, just design the algorithms and "theory" stuff... and let the MIS kids code it all.',16,1158188184,629,'35.thomas-hornbeck',0,1,1158188184,0,0,'',0),(695,'','NO like A FULL OS there is Bart's PE its windows XP on cd pop it in and you got xp booting off a CD\r\n\r\nLinux - ubuntu, and Auditor have Live CDs and i think mandriva does to\r\n\r\nIts the Full OS for the most part its a way to test a distro before you intsall it to you HD\r\n\r\nGUI and all\r\n\r\nthere kinda good for hacking like throw in ubuntu's live CD and reboot and you can read any NTFS XP file without any Access rights i think im not sure about how permissions work across Ntfs but i think you can read any file\r\n\r\nmight be wrong but its great if you want a box on the university and need root pop in a live CD and reboot and you have root on a machine this is great if you need to run a temporary email server from a university box (good for faking Emails)\r\n\r\n',12,1158189148,1,'2.scott',0,1,1158189148,0,0,'',0),(696,'','I went to the State Farm presentation today and it didn't look or sound anything like what JT experienced at Principle. They had 2 guys who interned over the summer and one who interened and now works for SF. They deffinately have my attention after today. What did you two think of them JT and Nick?',16,1158189960,629,'10.Vegihan',0,1,1158189960,0,0,'',0),(698,'','[quote1158192659=Vegihan]\r\nI went to the State Farm presentation today and it didn't look or sound anything like what JT experienced at Principle. They had 2 guys who interned over the summer and one who interened and now works for SF. They deffinately have my attention after today. What did you two think of them JT and Nick?\r\n[/quote1158192659]\r\n\r\nNo, I think they run their intern shop better than Principal does, and maybe even their IT dept. I can agree with that. They really are probably what you saw. Good job on going.',16,1158192692,629,'5.JT',0,1,1158192692,0,0,'',0),(699,'','Suse 10.1 also has a live CD I think.',12,1158193067,1,'5.JT',0,1,1158193067,0,0,'',0),(701,'','Debian is the one they suggested for me also, with Slackware, Fedoara (which I run now), SuSe, and MEPIS all coming in 2nd with 72%. Perhaps we should test Debian at our little Linux install party if we have one.',14,1158204517,119,'9.Nick',0,1,1158204517,0,0,'',0),(760,'','Ubuntu is great for a really quick intstall, and it detects just about everything. The other night, I went from having a box with 3 unpartitioned drives to having a working file server in about an hour and a half. My biggest problem with debian is how difficult it is to configure and install your own kernel, and switch it over to grub from lilo. It has been about a year and a half since I have tried this, but it was no picnick. \r\nI cut my teeth on RedHat/Fedora, and really didn't like the install process, or what it left me with. On about my 3rd or 4th install, I ended up ripping out xfree, installing xorg-x11, and putting xfce on there. (I got really sick of gnome that day). And then just said to hell with it for the distro. I had 3 or 4 of my friends that ran Gentoo, and even though it took a day and a half to install the base system + X + KDE, I really liked what I saw. And yes, I have heard the whole "Gentoo is the ricer of linux", but every time I try a different distro, I keep comming back to Gentoo.',14,1158319884,119,'29.Thnikkaman',0,1,1158319884,0,0,'',0),(705,'','How to back up XBOX 360 games. That would probably generate a lot of attention too.',10,1158206764,517,'9.Nick',0,1,1158206764,0,0,'',0),(707,'','Does anyone have an X-Box 360?',10,1158207086,517,'10.Vegihan',0,1,1158207086,0,0,'',0),(708,'','Ok i am Pissed at webmail again and I now feel like a dumbass because of what just happened;\r\n\r\nLet me preface this with the Face that i haven't really slept well in a bit;\r\n\r\nBut i had a homework due about 20 mins ago at midnight and i zipped it and emailed it to the Prof, then when i went to check my sent mail to make sure it went it said this at the bottom of my email\r\n[code][Attachment stripped: Original attachment type: "application/zip", name: "p1.zip"][/code]\r\n\r\nSo I tarred the folder and sent it again same shit different Email, \r\nSo this time i post it online then send the prof the Email with the link in it and one of the orignial files(the main one); same thing on the email footer, then i thought well let me send one to myself perhaps this is a shitty error its throwing at me i sent the exact same email to myself and it showed up in my inbox but not in the sent mail; then i had to send an email to the prof explaining why im spamming him\r\n\r\nGAHH!! and the only result is me looking like a dumbass\r\n\r\nperhaps i am ',16,1158211417,240,'2.scott',0,1,1158211417,0,0,'',0),(709,'','I gpt debian as a suggested too; i like it; but for the most part fedora works well for me its a tad easier to install if you don't have a fast network connection I have 7 debian CDs at home(all one distro), i think it has every possible package on it but that's alot of waitning on DLs... I like fedora its easy and has a command line, sometimes SElinux pisses me off though that was never a problem with debian',14,1158211601,119,'2.scott',0,1,1158211601,0,0,'',0),(710,'[poll] Website rant','\r\n\r\nI really like this new quick reply box in the forums??\r\n\r\nI use it probably 90% of my replies\r\n\r\nDoes everyone else use the quick reply or the traditional window??\r\n\r\n',8,1158211849,0,'2.scott',51,0,1158322285,0,0,'5.JT',10),(711,'Polls in Forum don't work','Dude the polls in the forum don't work this is an official site degradatyion ticket!!\r\n\r\n',8,1158212136,0,'2.scott',22,0,1163876703,0,0,'2.scott',5),(712,'','Is the poll option broke? Because I can never see the results...',8,1158213787,710,'5.JT',0,1,1158213787,0,0,'',0),(713,'','[quote1158213802=scott]\r\nDude the polls in the forum don't work this is an official site degradatyion ticket!!\r\n\r\n\r\n[/quote1158213802]\r\n\r\nYeah, the polls are tarded now, yay!',8,1158213812,711,'5.JT',0,1,1158213812,0,0,'',0),(714,'','I think its just the Polls in the forums\r\n\r\nI'll debug it this weekend\r\n\r\nso thats something to look forward to other than smoe sleep\r\n',8,1158216272,711,'2.scott',0,1,1158216272,0,0,'',0),(715,'Code Page','Ok i know i have a TON on my plate right now like at least 1 `acm` project and 2 other side ones but i think it would be great for us i we were able to let people post Code on our site\r\n\r\nI built this Display thing\r\n[link=http://code.trumanyoung.com]code.trumanyoung.com[/link]\r\n but you have to upload by hand;\r\n\r\none thing that this is needed for are algorithms\r\n\r\nthere aren't any really good sights out there for simple FFT java algorithms or ClosestPair something you could just google it and use it;\r\n\r\na page where we could post about 100 lines or less snippets really but it would be enough for lots of algorithms\r\n\r\nand snippets\r\n\r\nyou gould post things like\r\n[code]\r\ndef simpleGmapsInPython(address):\r\n #do some stuff\r\n return webpage\r\n[code]\r\n\r\nthere are of C# code pages and stuff but it would be nice if we could just put alt of code up\r\n\r\nfeed back...\r\nideas...\r\nsuggestions...\r\ngive me something to work with i can probably build something as a plugin to e107 if i get some specs...\r\n\r\n',12,1158216833,0,'2.scott',37,1,1159547231,0,0,'5.JT',6),(716,'','All of you that are getting Debian as your suited distro should try Ubuntu. It is basically Debian's version of Fedora. The only reason is that I don't think anyone should have to deal with rpms. Worst package management system ever.',14,1158231811,119,'29.Thnikkaman',0,1,1158231811,0,0,'',0),(734,'','As a human being I communicate my thoughts in a form that hopefully others will understand. If I went around asking people if they've ever tried zuzuh I would get false negatives. \r\n\r\nI'm not putting your post down or anything, don't get me wrong. I just think that it's probably a good idea to use soose as in moose when speaking to English folks that aren't intimatly acquainted with the German language.',14,1158272712,726,'9.Nick',0,1,1158272712,0,0,'',0),(717,'','Just pop it to thunderbird. I have the pop and smtp servers if you guys want them.',16,1158232154,240,'29.Thnikkaman',0,1,1158232154,0,0,'',0),(720,'','You could connect via IMAP (I think thats the protocol)',16,1158246848,240,'29.Thnikkaman',0,1,1158246848,0,0,'',0),(718,'','Oh yes, California. Where soon the whole coast will be one sprawling metropolis. I swear, when I go out there to visit my Dad or my Brother, it makes me sick that you can drive from San Diego to Valencia (about an hour north of LA) and feel like you haven't left the suburbs. I wouldn't be surprised if its like that all the way to San Fran (6 hours).',16,1158232756,629,'29.Thnikkaman',0,1,1158232756,0,0,'',0),(733,'','To Scott: Debian has like 15,000+ packages with it and that is why you have 7 CD's. \r\n\r\nI tried Ubuntu for a few months and found it to be somewhat annoying to be quite honest. It hides a bit too much for my taste. As for package management, Fedora's yum is basically a frontend for RPM's which seems to work fine for me. Debian and Ubuntu use the apt-get interface which is a frontend for .deb packages so I don't see the huge difference. I'm aware that for Ubuntu it's not technically .deb packages, but it's very close. One can use the command `alien' to convert to between the formats for Ubuntu and Debian.\r\n\r\nWhat would you say are the bad points about Debian?',14,1158272164,119,'9.Nick',0,1,1158272164,0,0,'',0),(719,'','yeah but i almost need webamil cause i need all of my computers to have synced versions of all of my mail I have postfix on my linux machine at work but i'm lazy and haven't really done much with it\r\n\r\nbut i had pop3 clients using the university webmail cause all clients are out of sync and then when i need an archive im screwed',16,1158245697,240,'2.scott',0,1,1158245697,0,0,'',0),(721,'ACM Programming Contest.','I recieved the following e-mail today about the ACM programming contest. I have participated the last 3 years and would do it again if I can. The regional is usually held at UNI. Anyway, here is the body of the e-mail that I got.\r\n\r\nICPC Call for Participation - September 10, 2006\r\n\r\n \r\n\r\nThe 2006 Regionals of the\r\n\r\nACM International Collegiate Programming Contest\r\n\r\nsponsored by IBM\r\n\r\n \r\n\r\nICPC Web Site: http://icpc.baylor.edu/\r\n\r\nICPC Registration: http://icpc.baylor.edu/, find regional & register\r\n\r\n \r\n\r\nYour institution is invited to participate in the 30th Annual ACM\r\nInternational Collegiate Programming Contest sponsored by IBM. The ICPC is a\r\ntwo-tiered competition. Regional contests are held from September to\r\nDecember 2006.\r\n\r\n \r\n\r\nAll teams competing in regional contests must be fully registered at least 7\r\ndays in advance and no later than November 12, 2006. Most regionals offer\r\ndiscounts for early registration. Last year, 5,606 teams from 84 countries\r\ncompeted at 183 regional sites. Hundreds of teams were turned away, so don't\r\ndelay!\r\n\r\n \r\n\r\nReserve slots for your teams now at the ICPC Web Site,\r\nhttp://icpc.baylor.edu <http://icpc.baylor.edu/>\r\n\r\n \r\n\r\nEighty-five teams will be selected to advance to the World Finals. The\r\nlocation and dates are scheduled to be announced on September 30. Hotel\r\naccommodations are provided from a grant by IBM. Prizes, scholarships, and\r\nbragging rights are at stake for some of the world's finest students of\r\ncomputing!\r\n\r\n \r\n\r\nRegional contests are open to all institutions of higher learning. Teams of\r\nthree are given five hours to solve a series of problems that test their\r\nteamwork skills, problem-solving acumen, and programming skills in a number\r\nof different areas of computer science. Rules, past problems, and regional\r\ncontest-specific information are waiting for you at the ICPC Web Site,\r\nhttp://icpc.baylor.edu <http://icpc.baylor.edu/> .\r\n\r\n \r\n\r\nJoin UPE, ACM, IBM, and the world's colleges and universities in making this\r\nyear's competition the greatest contest ever! Don't forget to take a look\r\nat the special opportunities for students from ACM!\r\n\r\n \r\n\r\nBest Wishes,\r\n\r\nWilliam B. Poucher, Ph.D., Executive Director\r\n\r\nThe ACM International Collegiate Programming Contest\r\n\r\n \r\n\r\n \r\n\r\nSpecial Opportunities for Students from ACM\r\n\r\n \r\n\r\nThere has never been a better time to join ACM! All contestants in the ICPC\r\nRegionals will receive a free one year electronic student membership. All\r\nWorld Finalists will receive a free one-year student membership including\r\nannual subscriptions to the ACM Portal, the Online Guide to Computing\r\nLiterature, the Online Computing Reviews Service, Crossroads, electronic\r\nCommunications of the ACM, plus many other services, discounts, and\r\nbenefits.\r\n\r\n \r\n\r\nFor information on starting a student chapter, contact Lauren Ryan at\r\nemail:chapters@acm.org. Fran will send you an electronic ACM Student\r\nChapter Kit and can tune you in to opportunities for your students to\r\nincrease their professional contacts and personal growth. There are special',7,1158246957,0,'29.Thnikkaman',26,1,1158322230,0,0,'5.JT',7),(723,'','I'm not sure when they are. Have you talked to Steve about getting teams registered?',7,1158251021,721,'29.Thnikkaman',0,1,1158251021,0,0,'',0),(722,'','Yeah, Nick and I have checked that out, and I think Nick is gonna start working on getting us up there with some help from the Events Committee. The regionals are November 11 correct?',7,1158248025,721,'5.JT',0,1,1158248025,0,0,'',0),(731,'','same here\r\n',8,1158271186,710,'35.thomas-hornbeck',0,1,1158271186,0,0,'',0),(724,'','It keeps asking the same question so I could vote alot.',8,1158264170,710,'10.Vegihan',0,1,1158264170,0,0,'',0),(725,'','How is this coming along? Once we get a new skin on, we may let all of the faculty know about the site, and advertise it more to everyone, including employers.',8,1158266669,472,'5.JT',0,1,1158266669,0,0,'',0),(726,'How to pronounce SUSE?','me and JT had thi s discussion the other day... i said "Susie" and he said "soose" like moose... well turns out we're both wrong.... it german and its pronounced "zu-zuh"..\r\n\r\nif u care to kno more, here's a link:\r\nhttp://suseroot.com/about-suse-linux/how-do-you-pronounce-suse.php',14,1158270621,0,'35.thomas-hornbeck',958,1,1161706510,0,0,'48.ppallen',19),(735,'','You CAN read ANY file dude. I had to get the SAM file from a box this way once so I could brute force the admin password. It's pretty nice of M$ to (by default) cache the encrypted passwords of the last 10 logins. You can change it in the registry if you are security minded, but most people have no clue. \r\n\r\nIf anyone would like to know how this is done contact me privately and I can give the details. It works on all Windows 2000 and XP versions as far as I know. ',12,1158272915,1,'9.Nick',0,1,1158272915,0,0,'',0),(727,'','[quote1158270858=scott]\r\nNO like A FULL OS there is Bart's PE its windows XP on cd pop it in and you got xp booting off a CD\r\n\r\nLinux - ubuntu, and Auditor have Live CDs and i think mandriva does to\r\n\r\nIts the Full OS for the most part its a way to test a distro before you intsall it to you HD\r\n\r\nGUI and all\r\n\r\nthere kinda good for hacking like throw in ubuntu's live CD and reboot and you can read any NTFS XP file without any Access rights i think im not sure about how permissions work across Ntfs but i think you can read any file\r\n\r\nmight be wrong but its great if you want a box on the university and need root pop in a live CD and reboot and you have root on a machine this is great if you need to run a temporary email server from a university box (good for faking Emails)\r\n\r\n\r\n[/quote1158270858]\r\n\r\n\r\nhahaha.... nice info.',12,1158270949,1,'35.thomas-hornbeck',0,1,1158270949,0,0,'',0),(1526,'','Alright. Lets start out easier then. Lets start with [link=http://acm.uva.es/p/v1/103.html]problem 103[/link].\r\n\r\nHere's a template that i adapted from [link=http://www.cs.utexas.edu/users/downing/cs315/Puzzlers.html][/link] \r\n[code]\r\n\r\n/**\r\n * Stacking Boxes\r\n * http://acm.uva.es/p/v1/103.html\r\n * g++ -ansi -Wall stacking_boxes.c++\r\n * a.out\r\n */\r\n\r\n#ifdef ONLINE_JUDGE\r\n #define NDEBUG\r\n#endif\r\n\r\n#include <cassert>\r\n#include <cstdio>\r\n\r\nusing namespace std;\r\n\r\nint numBoxes; // input: don't change after reading\r\nint dimensions; // input: don't change after reading\r\nint boxes[30][10];\r\n\r\ninline static bool read_set () {\r\n if (scanf("%d", &numBoxes) == EOF)\r\n return false;\r\n scanf("%d", &dimensions);\r\n \r\n for(int i = 0; i <numBoxes; i++){\r\n for(int j = 0; j < dimensions; j++){\r\n scanf("%d", &boxes[i][j]);\r\n }\r\n }\r\n \r\n return true;\r\n}\r\n\r\ninline static void eval () {\r\n // <your code>\r\n printf("1\n1");\r\n}\r\n\r\nint main () {\r\n #ifndef ONLINE_JUDGE //The judge has an environment variable ONLINE_JUDGE set. This is just sugar to allow us to use an input file for tests.\r\n freopen("stacking_boxes.in", "r", stdin);\r\n #endif\r\n while (read_set()) {\r\n eval();\r\n }\r\n return 0;\r\n}\r\n\r\n[/code] \r\n\r\nAll this does is get the input and gives the judge an output.\r\n\r\nAfter signing up for an account you can go [link=http://acm.uva.es/problemset/submit.php]here[/link] to submit your solution. If you just copy and paste the code above you can see that it accepts but it says you gave the wrong solution.\r\n\r\n\r\nYou can also go here to see how other ppl have done [link=http://acm.uva.es/problemset/author.html]here[/link] \r\n\r\nMy ID is 62895AA as you can see I haven't don't that well and haven't dont that many :D.\r\n\r\nAnyone interested can post their IDs here and the person with the best execution time and memory usage is deemed the winner.\r\n\r\nLets open this contest up until next week, 10/18/06 :)\r\n\r\n\r\n\r\n',14,1160537237,1478,'51.garru',0,1,1160537237,0,0,'',0),(728,'','It's python dude.',8,1158271000,472,'9.Nick',0,1,1158271000,0,0,'',0),(729,'','nice layout',8,1158271141,472,'35.thomas-hornbeck',0,1,1158271141,0,0,'',0),(730,'','I will look into it in much more detail this weekend guys. Check back Sunday evening for my next post on this subject.',7,1158271156,721,'9.Nick',0,1,1158271156,0,0,'',0),(737,'','ubuntu kinda sucks; it is too "i wanna be your friend not your computer" for me',14,1158274197,119,'2.scott',0,1,1158274197,0,0,'',0),(732,'','Have you seen much of northern CA? It sounds like you haven't. I don't want to live in LA or it's surroundings, but the state is MUCH larger than that area. BTW, your picture isn't showing up in any of your posts.',16,1158271310,629,'9.Nick',0,1,1158271310,0,0,'',0),(736,'','maybe you could just answewr while posting your complaint',8,1158273983,710,'2.scott',0,1,1158273983,0,0,'',0),(738,'','[quote1158275545=Nick]\r\nIt's python dude.\r\n[/quote1158275545]\r\n\r\neh?',8,1158275550,472,'5.JT',0,1,1158275550,0,0,'',0),(739,'','[quote1158275627=scott]\r\nmaybe you could just answewr while posting your complaint\r\n[/quote1158275627]\r\n\r\nThat makes too much sense.',8,1158275635,710,'5.JT',0,1,1158275635,0,0,'',0),(740,'','[quote1158275700=Thnikkaman]\r\nI'm not sure when they are. Have you talked to Steve about getting teams registered?\r\n[/quote1158275700]\r\n\r\nNot yet, although, FYI, Alberto has kinda taken the lead as faculty advisor, but Steve has still been helpful. This message will be deleted in a few days for political purposes.....',7,1158275739,721,'5.JT',0,1,1158275739,0,0,'',0),(741,'','[quote1158275850=Nick]\r\nHave you seen much of northern CA? It sounds like you haven't. I don't want to live in LA or it's surroundings, but the state is MUCH larger than that area. BTW, your picture isn't showing up in any of your posts.\r\n[/quote1158275850]\r\n\r\nPicture and avatar are different things. I believe he was having problems with picture earlier.\r\n\r\nAlso, I also hate SoCal (I lived there when I was younger but this has nothing to do with that actually) and I looked at what would be in NoCal (I consider that north of San Fran) and there isn't too much really. NoCal is pretty, but there isn't much in the way of towns, well cities actually. San Fran isn't that cool, and neither is Sacramento, therefore, I don't like California. I'm shooting for Oregon, Colorado, or maybe event Vermont. I love snowboarding.',16,1158276559,629,'5.JT',0,1,1158276559,0,0,'',0),(759,'Read before posting','This forum is for getting help on your homework for different classes. Now nobody likes individuals who leech all their answers, so don't even try to ask for help if you haven't tried starting it. If you do happen to have trouble starting the problem, ask for a general idea how to start it or solve it, but don't expect anyone to do the problem for you.\r\n\r\nWith that said, post away!',21,1158318256,0,'5.JT',27,1,1158318256,1,0,'5.JT',0),(742,'','Also on threads started, and sometimes it's based off of threads of yours that are stickied or become 'hot topics'',8,1158276744,392,'5.JT',0,1,1158276744,0,0,'',0),(744,'','[quote1158279774=Nick]\r\nTo the comment about about how much new programmers make: CNN Money did an article recently about the top starting salaries for different industries and computer science was like #2 with avg. salaries of 50K+. \r\n\r\nAlso, for the post about graduating soon and looking for "cool" jobs you could try dice.com or jobs.joelonsoftware.com. Many jobs are from the West Coast, but CA is a hell of a lot more exciting than Cornville, USA...\r\n[/quote1158279774]\r\n\r\nwell none of us should be complaining... "Software Engineer" ranked #1, in best jobs in america according to CNN. average salary is $80,500... not too shabby... dont know how accurate this is b/c #3 is financial adviser and it says their average salary is $122,000... if thats really the case, why go to med school?... the numbers seem kinda inflated.\r\n\r\n [link=http://money.cnn.com/magazines/moneymag/bestjobs/]http://money.cnn.com/magazines/moneymag/bestjobs/[/link] \r\n',16,1158280058,629,'35.thomas-hornbeck',0,1,1158280058,0,0,'',0),(745,'','well i started this one so let's get it hot',8,1158282259,392,'2.scott',0,1,1158282259,0,0,'',0),(775,'About bookmarking the site','Some of you may bookmark straight to the forums, which I would actually not recommend. We like to keep the news section on the main page fresh and updated, and you may miss something if you link straight to the forums. This was your public service announcement.',15,1158338162,0,'5.JT',865,1,1158338162,0,0,'5.JT',0),(746,'','for x in range(7):\r\n print x,',8,1158282283,472,'2.scott',0,1,1158282283,0,0,'',0),(747,'','you guys should just answer the question!!!',8,1158282356,710,'2.scott',0,1,1158282356,0,0,'',0),(748,'','i want a program like outlook that's webbased',16,1158282690,240,'2.scott',0,1,1158282690,0,0,'',0),(750,'','I dont know about you guys but California is the last place I would want to go. It's just one major earthquake from being in the water. Either that or one treaty away from being part of mexico again. (Thought I would add some paranoia to this post) Really I would prefure to live in the midwest or even East of the Rockies. I am not a fan of bug cities and perfure to stay as far away from them as possible.',16,1158282769,629,'10.Vegihan',0,1,1158282769,0,0,'',0),(752,'','Yes, we are going to do political censoring.',7,1158282885,721,'10.Vegihan',0,1,1158282885,0,0,'',0),(767,'','[quote1158322277=Thnikkaman]\r\nAnything supposed to happen when I hit submit, or is the form broken?\r\n[/quote1158322277]\r\n\r\nBroken.',8,1158322285,710,'5.JT',0,1,1158322285,0,0,'',0),(753,'','You made "Code Monkey" you -------! It only took you around 175 posts',8,1158282959,392,'10.Vegihan',0,1,1158282959,0,0,'',0),(754,'','Its a poll thou, we aren't suppose to post.\r\n\r\nI asnwer was Radio Button One',8,1158283062,710,'10.Vegihan',0,1,1158283062,0,1158283092,'',0),(757,'','O yeah, that. Yeah, before I knew it was python it took me three tries to get the pw :)',8,1158317678,472,'5.JT',0,1,1158317678,0,0,'',0),(755,'Tar.gz and tar.bz2 decompressor','Python has built in support to decompress tar.bz2 and tar.gz file formats\r\n\r\nWindows doesn't; i was unable to find any decent decompressor so i built a quick one with python it only does the 2 formats (Those are really the only 2 formats i ever need)\r\n\r\nThere is some install documentation in the Downloads section\r\n\r\nHappy decompressing',13,1158291193,0,'2.scott',13,1,1158327526,0,0,'2.scott',2),(756,'','Generally the traditional reply because of formatting options, but quick reply is very handy.',8,1158317582,710,'5.JT',0,1,1158317582,0,0,'',0),(758,'','[quote1158317716=scott]\r\nHappy decompressing\r\n[/quote1158317716]\r\n\r\nAdd that to your sig, and then tell everyone you know, "Happy Decompressing" instead of goodbye. Either way, nice work. Did you make it so it runs when a .gz file is doubleclicked?',13,1158317815,755,'5.JT',0,1,1158317815,0,0,'',0),(770,'','3.1459....',8,1158327898,392,'2.scott',0,1,1158327898,0,0,'',0),(761,'','Hmm, I didn't know that. So Alberto is going to be the ACM advisor now? I find nothing wrong with that, and don't really see how that could be construed as offensive to either party, unless its information that is supposed to be hush hush. ',7,1158320080,721,'29.Thnikkaman',0,1,1158320080,0,0,'',0),(762,'','Yeah, but you need to format the python better. It should be:\r\n[code]\r\nfor x in range(7):\r\n print x\r\n[/code]\r\n\r\nSince if its not indented, its not part of the loop.',8,1158320315,472,'29.Thnikkaman',0,1,1158320315,0,0,'',0),(763,'','Anything supposed to happen when I hit submit, or is the form broken?',8,1158320624,710,'29.Thnikkaman',0,1,1158320624,0,0,'',0),(768,'','yup\r\n\r\nI have it installed on my computer i Love it\r\n\r\nNo gui just decompresses to the same folder',13,1158327526,755,'2.scott',0,1,1158327526,0,1158521636,'',0),(764,'','I like pi.',8,1158320768,392,'29.Thnikkaman',0,1,1158320768,0,0,'',0),(771,'','yeah\r\n Its right at the top\r\n\r\nI just got lazy (its pretty common)\r\n\r\n',8,1158328023,472,'2.scott',0,1,1158328023,0,0,'',0),(765,'','[quote1158320914=Nick]\r\nHave you seen much of northern CA? It sounds like you haven't. I don't want to live in LA or it's surroundings, but the state is MUCH larger than that area. BTW, your picture isn't showing up in any of your posts.\r\n[/quote1158320914]\r\n\r\nThats because I haven't uploaded one yet. ^_^ And when I just did (a 100x100 gif) the server told me it wasn't the right size, and deleted it. Oh well.\r\n\r\nNo, I haven't been to Northern Cali, but I know people that have moved there from the midwest, and I haven't heard good things. Plus Sacramento is a scary place. If I moved to the West Coast, it would definitely be Oregon or Washington. I won't move back to Arizona either, that place is just bad. I would move to Fargo before I moved back to Arizona.',16,1158320932,629,'29.Thnikkaman',0,1,1158320932,0,1158321231,'',0),(827,'','There are other ext3 drivers for Windows also. I installed one a while back and it worked quite well. This is especially useful if you don't want to use FAT32 to share information between *nix/Windows... If the above link doesn't suit your needs, just goolgle ext3 driver for windows.',20,1158685141,810,'9.Nick',0,1,1158685141,0,0,'',0),(766,'','I don't know if it would be offensive, I just still don't know Steve's feelings on the matters. It's kind of been an unofficial, peaceful coup.',7,1158322230,721,'5.JT',0,1,1158322230,0,0,'',0),(769,'','i tried helping a friend with gentoo one it got to be 4am on a firday i went home, came back later that day ... 4am again ... and we were almost no where..\r\n\r\nwe were newbs at that poing more or less... i guesss i have a bad taste in my mouth... haven't tried it since then',14,1158327851,119,'2.scott',0,1,1158327851,0,0,'',0),(772,'','Gentoo is definitely not for the impatient (not saying that you are impatient). You just have to be willing to get the install started, take a drive over to Chicago, spend the day at 6 flags, and then come back home for the next step.',14,1158332116,119,'29.Thnikkaman',0,1,1158332116,0,0,'',0),(777,'','[quote1158347324=Anton]\r\nI said this before, i'll say it again.. it does not really matter which distribution of Linux you use.. if your hands aren't growing from your butt, you can make everything work anywhere you want.. so, it does not really matter if you prefer .rpm's .deb's .tgz .. it is all compilable and recompilable..\r\n[/quote1158347324]\r\n\r\nTruer words have not been spoken. Really, a choice of distro should be based on package management. And that is really loose since you can install apt or portage on any distro that you want. It all depends on the work you want to do. ',14,1158347423,119,'29.Thnikkaman',0,1,1158347423,0,0,'',0),(773,'','Not a problem. I am many times guildy of that myself.',8,1158332262,472,'29.Thnikkaman',0,1,1158332262,0,0,'',0),(774,'','Noah, your current title is Monkeyface....as I am the residing forum Nazi, I just have to ask if you know what that is, and why I may be concerned. I too though Monkeyface was an innocent phrase until 2 weeks ago.',8,1158333146,392,'5.JT',0,1,1158333146,0,0,'',0),(776,'','I choose debian's repository system.. so i'll stick with ubuntu..\r\nas far as Fedora, i tried it.. it had too much stuff that i just don't need..\r\ni tried openSuse - it was really cool, yet again I felt overwhelmed with features..\r\n\r\nmy other guess is that some of us are being a bit biased towards the desktop environment that each of the distributions is using by default.. \r\n\r\nI said this before, i'll say it again.. it does not really matter which distribution of Linux you use.. if your hands aren't growing from your butt, you can make everything work anywhere you want.. so, it does not really matter if you prefer .rpm's .deb's .tgz .. it is all compilable and recompilable..\r\n\r\non this note... i am going to try Solaris 10 over this weekend..\r\nhttp://www.sun.com/software/solaris/\r\n\r\ni'll share my experience.',14,1158339792,119,'8.Anton',0,1,1158339792,0,1158339965,'',0),(1182,'','[quote1159588051=Vegihan]\r\nyeah, Go Buckeyes!!!!!!\r\n[/quote1159588051]\r\n\r\nI shouldl drag you out to the street and shoot you for saying that.',15,1159588088,1163,'14.Jed',0,1,1159588088,0,0,'',0),(778,'','Sorry, Its my nickname for my son. I will change it however. My son is Captain Monkeyface, and I am Major Monkeyface. And as I had forgotten at 6:00 this morning, that could be construed as a racial slur. ',8,1158347541,392,'29.Thnikkaman',0,1,1158347541,0,1158347670,'',0),(781,'','ok My thread is hot YAY!',8,1158350877,392,'2.scott',0,1,1158350877,0,0,'',0),(780,'','[quote1158348823=Thnikkaman]\r\nSorry, Its my nickname for my son. I will change it however. My son is Captain Monkeyface, and I am Major Monkeyface. And as I had forgotten at 6:00 this morning, that could be construed as a racial slur. \r\n[/quote1158348823]\r\n\r\nActually, I am in the wrong here... If it truly is a racial slur, I didn't know that. I was thinking of some other [animal]face that my boss 'enlightened me' about. I kinda feel like an idiot now, it's up to you if you keep it.\r\n\r\nI googled and couldn't find anything wrong with Monkeyface, so I wouldn't worry about it. It's just a fun thing you and your kid do, so I'm all for it.',8,1158348907,392,'5.JT',0,1,1158348907,0,1158348979,'',0),(782,'','Not a big problem. My title will change according to mood. ^_^ If I wanted to offend someone, I would point them to one of my more offensive ytmnd sites.',8,1158351950,392,'29.Thnikkaman',0,1,1158351950,0,0,'',0),(784,'New Poll On Front Page','Just some CS demographic information about visitors to this site.',8,1158356355,0,'5.JT',4,0,1158356355,0,0,'5.JT',0),(783,'','[quote1158355206=Thnikkaman]\r\nNot a big problem. My title will change according to mood. ^_^ If I wanted to offend someone, I would point them to one of my more offensive ytmnd sites.\r\n[/quote1158355206]\r\n\r\nLol, feel free to point me to one sometime, good YTMNDs are great to find.',8,1158355241,392,'5.JT',0,1,1158355241,0,0,'',0),(785,'Fundraising/Volunteering','I'm going to tackle 2 ideas in this thread.\r\n\r\n1) [b]Fundraising:[/b] Not saying we need to do this or I even want to do this yet, but there may be a need for this someday, and it would not only raise money, but also awareness. What are some ways we could do this, or is this a horrible idea?\r\n\r\n2) [b]Volunteering:[/b] Something we need to do. Some of the things we do will kinda constitute helping out the community, but I don't know if it would be volunteer work necessarily. Ideas? Perhaps we could all walk for Diabetes and wear ACM shirts?',10,1158356496,0,'5.JT',10,1,1158386564,0,0,'10.Vegihan',2),(786,'New Yahoo! Mail Beta','Not that great. It looks like outlook in terms of it's mail layout, but it's still a little slow and doesn't have a calendar implemented into it yet. The idea is a good one, and I'm surprised it has taken this long to get around to doing it, but I suppose with the success of gMail, Yahoo! had to do something. I wish they would also make a downloadable client, not just the web access, but no real complaints here. So far, do I like it better than the old system? It's a push, but I suppose it comes out slightly on top, but there are quirks I don't like.',14,1158357516,0,'5.JT',1417,1,1225306155,0,0,'204.L',10),(787,'','Screenies:\r\n\r\n [img]http://www.cs.uiowa.edu/~kimbell/ymail1.JPG[/img] \r\n\r\n [img]http://www.cs.uiowa.edu/~kimbell/ymail2.JPG[/img] ',14,1158358205,786,'5.JT',0,1,1158358205,0,0,'',0),(788,'','YTMNDs WTf?',8,1158361954,392,'2.scott',0,1,1158361954,0,0,'',0),(790,'Go Hawks!','Let's end the trend of early season slumping against sub par opponents and smash the clones! I know it will be a close game, but I am pretty pumped. I'll be at Buffalo Wild Wings downtown watching if any of you guys wanna show up. I'll probably get there around 9:15.',15,1158366033,0,'5.JT',991,1,1158845189,0,0,'5.JT',13),(789,'','[quote1158365773=scott]\r\nYTMNDs WTf?\r\n[/quote1158365773]\r\n\r\nYou're the Man Now, Dog.\r\n\r\n[link=http://picard.ytmnd.com/]Enjoy one of the most famous[/link] and then just go to the [link=http://www.ytmnd.com/]main page.[/link]\r\n\r\nUse IE for best results, it's worth it :)',8,1158365871,392,'5.JT',0,1,1158365871,0,1158365897,'',0),(791,'','I think I figured it out. Mediacom must (well, at least some ISPs do this) keep track of the MAC address of the computer to which the modem is connected and it's only happy if that is the MAC address. I had a router (a different MAC address) connected, so what I did is change the router setting that let's you choose what MAC address is shown to the MAC address of my computer, voila! Internet seems faster. Thanks for your suggestions.',14,1158366192,600,'5.JT',0,1,1158366192,0,0,'',0),(792,'','haha... the main reason i wouldn't want to live in california, is all my kids would end up strung out on PCP and cocaine... i dont get a great impression of cali b/c i knew some people that grew up in san diego and i swear all the drugs they did as kids resulted in them only having half of a brain left... being a parent already, i prefer the quiet, modest midwest.',16,1158369570,629,'35.thomas-hornbeck',0,1,1158369570,0,0,'',0),(801,'','No kidding...Although it was only $40 a month for the first year ~:( ',14,1158374089,600,'5.JT',0,1,1158374089,0,0,'',0),(793,'','for volunteering, widernet is always looking for volunteers with IT knowledge. I did some volunteering with them last year and the people that run it are really nice and you can learn a lot from them. check out their website widernet.org if ur interested.',10,1158370092,785,'35.thomas-hornbeck',0,1,1158370092,0,0,'',0),(794,'','YTMND? hahah....nice acronym',8,1158370387,392,'35.thomas-hornbeck',0,1,1158370387,0,0,'',0),(803,'','You wont see me there, I can't root for the clones and wont root for the hawks. Sorry I have alot of school spirit but its all anti-school spirit. Plus the team I do like is in the Big 12 so I cant root for the clones because they are revals for my school.',15,1158385913,790,'10.Vegihan',0,1,1158385913,0,0,'',0),(795,'','wonder how many more posts until i'm not an AOL user anymore... speaking of AOL... my parents used that for the longest time... then they got Walmart Connect... which was almost identical... some ISP companies just dominate the geriatric market.',8,1158370508,392,'35.thomas-hornbeck',0,1,1158370508,0,0,'',0),(796,'','dont you hate how DSL/cable internet costs over $50/month here... back in Kansas City u can get it with SBC Global for $14.95/mo... mediacom and quest have a little monopoly going on. competition is good for consumers.',14,1158370779,600,'35.thomas-hornbeck',0,1,1158370779,0,0,'',0),(802,'','I'm glad the user rankings are actually somewhat working and people enjoy them. Let's just hope keep continue to enjoy them as they rank up, because I thought of them in like less than 3 minutes, so at least of them isn't so great.',8,1158374287,392,'5.JT',0,1,1158374287,0,0,'',0),(797,'','GOOOOOOOOOOOOOOOOOOO Hawks. BEAT THE CYCLOWNS',15,1158372441,790,'29.Thnikkaman',0,1,1158372441,0,0,'',0),(814,'','Tell you what the CU and CSU game is just as big in Colorado as the Iowa, Iowa State game is here.',15,1158556571,790,'10.Vegihan',0,1,1158556571,0,0,'',0),(798,'','Here are all but one of my YTMNDS:\r\nhttp://strangebrew.ytmnd.com/\r\nhttp://meatthecowaots.ytmnd.com/\r\nhttp://funkaho.ytmnd.com/\r\nhttp://facelessfred.ytmnd.com/\r\nhttp://mousewaxathiests.ytmnd.com/ (This one is a little religious, not trying to start a discussion)',8,1158372659,392,'29.Thnikkaman',0,1,1158372659,0,0,'',0),(799,'','This coiuld be a fun Idea. Maybe some livecds can be burned for those that need them. You could always grab a room in the IMU. I remember that the Michigan, or Michigan state room has good power. ',10,1158373178,486,'29.Thnikkaman',0,1,1158373178,0,0,'',0),(1739,'Requesting Slight Mod','When I connect to this site the first thing I do is log in. However, every time I have to first either hit TAB many times or click inside the Login box. Needless to say this gets very annoying and it would be much better if the cursor simply defaulted to the login box so I could just begin typing my username and password upon connecting to the site.',8,1161226714,0,'9.Nick',24,0,1164686768,0,0,'2.scott',3),(800,'','I hate to hijack this thread, but how old is yours? My son is only 11 months, and I would not like to raise him in that area.',16,1158373385,629,'29.Thnikkaman',0,1,1158373385,0,0,'',0),(804,'','It would be better if we all were in the run for new rankings but we all learn the new ones from you. I am happy to stay at the ranking I am if you keep going higher.',8,1158386174,392,'10.Vegihan',0,1,1158386174,0,0,'',0),(2270,'','Ok HotKarl',8,1167859142,392,'29.Thnikkaman',0,1,1167859142,0,0,'',0),(805,'','As for Volunteering we could put on clinics and other classes that will teach people about the technology out there. We could do things like teach people how to use Microsoft Office and other popular software.\r\n\r\nAs for Volunteering I have no real idea what we could do.',10,1158386564,785,'10.Vegihan',0,1,1158386564,0,0,'',0),(806,'','you gots to split it with some one its to much other wise\r\n\r\n',14,1158407475,600,'2.scott',0,1,1158407475,0,0,'',0),(807,'windows registry defualt file application association','http://www.msfn.org/board/lofiversion/index.php/t31407.html\r\n\r\nkinda interesting',14,1158412762,0,'2.scott',998,1,1158412762,0,0,'2.scott',0),(808,'','Mine is $25 a month',14,1158413355,600,'29.Thnikkaman',0,1,1158413355,0,0,'',0),(809,'','Don't say Nebraska.',15,1158413418,790,'29.Thnikkaman',0,1,1158413418,0,0,'',0),(810,'ext3 on windows','http://www.fs-driver.org/download.html\r\n\r\nDownload and install its that easy!\r\n\r\nI just thought i would post this although its every where cause you never know when you need it',20,1158446861,0,'2.scott',1316,1,1158712420,0,0,'8.Anton',5),(811,'','My parents have to pay $50 dollars a month and can only go though one service provider, no one else offers it, so when they raise the price you have to roll with it.',14,1158541857,600,'10.Vegihan',0,1,1158541857,0,0,'',0),(812,'','Nope.',15,1158541900,790,'10.Vegihan',0,1,1158541900,0,0,'',0),(813,'','CU Buffaloes :)',15,1158548564,790,'5.JT',0,1,1158548564,0,0,'',0),(816,'','Actually ignore my comment about the internet getting better, I was wrong, that lasted 5 minutes. It sucks again. My roomie is gone for a week so I plugged my computer straight into the modem and bypassed the router and it still sucks. I'm gonna try plugging a different computer into the modem sometime. Is it possible I need a new modem? I've had this one for 1.5 years and I'm sure it was used before I got it. I've heard you should get a new one every 2 years or so.',14,1158604007,600,'5.JT',0,1,1158604007,0,0,'',0),(815,'','Yeah, I know it is. Although it was bigger for CSU fans for a while when CU was winning everything, but lately CSU has been winning it. Many of those in-state rivalries are big.',15,1158593349,790,'5.JT',0,1,1158593349,0,0,'',0),(817,'','I grew up being a big CU fan in the mid 90s. I haven't really been keeping track of them since 2000 tho.',15,1158605255,790,'29.Thnikkaman',0,1,1158605255,0,0,'',0),(882,'','No. At least not cheap domestic. ',14,1158807273,825,'29.Thnikkaman',0,1,1158807273,0,0,'',0),(818,'Requirements for graduating with honors in Computer Science dept....??','anyone know what they are? I've searched the dept. website and can't find the specific requirements outlined anywhere. \r\n\r\nI know some kind of independent project is required 22C:099 Honors in Computer Science, but I really want to know if there is a requirement on how many honors designation classes you took... \r\n',7,1158609278,0,'35.thomas-hornbeck',91,1,1163620669,0,0,'45.Seth',16),(820,'','my intarweb at my apt used to drop all the time and i got a new Motorola Modem instead of the crappy RCA ones and my intarweb got much better',14,1158616236,600,'2.scott',0,1,1158616236,0,0,'',0),(819,'','I'm not sure if it is actually completely up to the CS dept. I think it is more of a college thing. Generally you have to designate x hours of classes as 'honors' and do the extra coursework as assigned by the professor in that class. I did it with CS I my freshman year, but haven't done it since. It may already be too late to make something honors designated this semester, but you can check out the honors site because you may actually have until the end of the week.',7,1158612843,818,'5.JT',0,1,1158612843,0,0,'',0),(821,'','question: did Mediacom provide you with the cable modem?',14,1158667005,600,'8.Anton',0,1,1158667005,0,0,'',0),(822,'','ask Ben, he knows about this stuff.',7,1158667115,818,'8.Anton',0,1,1158667115,0,0,'',0),(823,'','[quote1158671971=Anton]\r\nquestion: did Mediacom provide you with the cable modem?\r\n[/quote1158671971]\r\n\r\nyes.',14,1158671976,600,'5.JT',0,1,1158671976,0,0,'',0),(824,'','Ben should come on the forums more often :p',7,1158672055,818,'5.JT',0,1,1158672055,0,0,'',0),(825,'[poll] Vi or Emacs?','Is there another editor? No.\r\n\r\nWith the release of Vim 7.0 that has some more nifty functions, I thought I would start this poll. And the correct answer, is A, vi /vim for those who are taking score. :p ',14,1158680002,0,'29.Thnikkaman',1209,1,1158978239,0,0,'29.Thnikkaman',22),(826,'','To each his own, but I've lived in the corn belt for 22 years and I'm ready to see a different part of the world...',16,1158684895,629,'9.Nick',0,1,1158684895,0,0,'',0),(828,'','when it comes to java I usually use vi but if the lang. is on .NET is use VS.',14,1158687116,825,'10.Vegihan',0,1,1158687116,0,0,'',0),(833,'','cross between TeX and Emacs => TeXmacs.',14,1158699691,825,'8.Anton',0,1,1158699691,0,0,'',0),(829,'','Thats why you need the VI plugin vs. I was also reading about the new features for vim 7.0. \r\n [link=http://linuxhelp.blogspot.com/2006/09/visual-walk-through-of-couple-of-new.html] Check it out here[/link] \r\n\r\nAlso, are polls in threads broken?\r\n',14,1158688203,825,'29.Thnikkaman',0,1,1158688203,0,1158688271,'',0),(830,'','And if you use reiserfs, there is a nice utility to read your reiser partition called YAReG [link=http://yareg.akucom.de/]YAReG [/link] ',20,1158688413,810,'29.Thnikkaman',0,1,1158688413,0,1158688443,'',0),(837,'','i've been telling him that for the longest time...',7,1158700197,818,'8.Anton',0,1,1158700197,0,0,'',0),(831,'','Living in a different part of the world is all and good, and California can be a nice place to visit. But if you want to go there, get used to the sound of sirens, and a gray-brown sky. Or you can go to No-Cal, and it will feel like home. :-D',16,1158688568,629,'29.Thnikkaman',0,1,1158688568,0,0,'',0),(858,'','Topless dancing, beer kegs, you know the usual. Really, maybe have a descussion session afterwards about differn't topics. Let everyone know in advanced the topic and we can learn off each others experiences. It somewhat already occures but not officially and not organized. You could set a time limit if you dont want it to run long.',7,1158718992,850,'10.Vegihan',0,1,1158718992,0,0,'',0),(832,'','Yep, they are broke. I use nano.',14,1158690597,825,'5.JT',0,1,1158690597,0,0,'',0),(834,'','you are still paying the renting fee for it, right?\r\nthen it should be theirs responsibility to get you a new cable modem.\r\nbut as i said, it might be a physical problem somewhere outside your apartment/house.',14,1158699820,600,'8.Anton',0,1,1158699820,0,0,'',0),(835,'','I use nano(pico), but only cause its better than VI (for remote development like HTML and stuff) and some times in VI you end up with really strange versions where the keys are all funcky\r\n\r\nand nedit (when i want something fast) and highlighting\r\n\r\nand eclipse (for php and python and xml [with Oxygen plug-in])\r\nand VS2003 (C# and .msi files )\r\n\r\ni guess i use eclipse for java too but i haven't done java in a long time for more than 40 lines of code here or there\r\n\r\nI use GUIs, sorry',14,1158700037,825,'2.scott',0,1,1158700037,0,1158700080,'',0),(836,'','ummm.. ntfs-3g for Linux seems to work just fine nowadays..\r\n[link=http://wiki.linux-ntfs.org.nyud.net:8080/doku.php?id=ntfs-3g]http://wiki.linux-ntfs.org.nyud.net:8080/doku.php?id=ntfs-3g[/link]',20,1158700112,810,'8.Anton',0,1,1158700112,0,1158700144,'',0),(838,'','[quote1158702121=Thnikkaman]\r\nI hate to hijack this thread, but how old is yours? My son is only 11 months, and I would not like to raise him in that area.\r\n[/quote1158702121]\r\n\r\n\r\nmy son's 4 1/2 .... i was one of those kids that got their gf pregnant in h.s. and DIDNT drop out of college. its really a struggle trying to raise a kid and go to school at the same time but there are a lot of programs out there that make it possible. after 4 years of being a parent, your perspective on life changes DRASTICALLY... a lot of you may want a more exciting big city atmosphere now, But u may end up wanting to come back to Iowa when you actually have kids, because of the affoardable cost of living, and especially the excellent public schools here....not trying to sell anyone on Iowa, but we are very lucky to have a really great, safe community unlike the inner city slums i grew up in.... dont take it for granted... ',16,1158702682,629,'35.thomas-hornbeck',0,1,1158702682,0,0,'',0),(843,'','the kernel support is a bit limited for now.. they are working on implementing ntfs-3g into it.',20,1158712420,810,'8.Anton',0,1,1158712420,0,0,'',0),(839,'','i use vi editor... it really has a lot of functionality... there are pages and pages of instructions for using it, so for a first timer it may be a little overwhelming, but after using vi for awhile you start to memorize all the commands and it can make development rreally efficient... i tried using nano, pico, and emacs before, and i just didnt like the setup.',14,1158702984,825,'35.thomas-hornbeck',0,1,1158702984,0,0,'',0),(910,'','I dont know if just got the record history from NFL.com. I am sure if you googled the 1986 Philidelphia Eagles you could find out a lot more then I did.',15,1158870336,415,'10.Vegihan',0,1,1158870336,0,0,'',0),(840,'','There are vi plugins for just about every gui editor. And vi was build for developers. But, to each their own. I am not going to convert you to my religion if I don't like your religion.',14,1158705430,825,'29.Thnikkaman',0,1,1158705430,0,0,'',0),(841,'','And don't forget that ntfs is supported in the kernel. I never try to write to my linux partion from windows, there are just times that I need access. Like to my music collection.',20,1158705533,810,'29.Thnikkaman',0,1,1158705533,0,0,'',0),(844,'Programmer Analyst for Aegon','Another good opportunity in which they specifically asked me to market this to the ACM. They want your good knowledge!\r\n\r\nThis is for May '07 graduates, but if you are interested in internships they do those also and are looking for interns. Let me know if you have any more questions!\r\n\r\n [blockquote]\r\nProgrammer Analyst\r\n\r\n\r\nLife Investors Insurance Company of America, an AEGON company, is a leader in the worldwide insurance industry for over 40 years. AEGON is an international pension, insurance and financial services organization. Life Investors' is located in Cedar Rapids, Iowa, where approximately 2600 individuals are employed. It is here where AEGON USA is headquartered. \r\n\r\n\r\nWe are currently searching for a Programmer Analyst to join our team in Cedar Rapids, IA. This is an excellent opportunity for a recent graduate to apply and expand the technical and communication skills learned in college. Training will be provided in a variety of technology and business practices.\r\n\r\n\r\nThis position will be located in the Investment Management Information Technology department. AEGON USA Investment Management, LLC., oversees asset management for AEGON USA's operating companies. Asset classes include public bonds, private placements, commercial mortgage loans, equities and alternative investments. AEGON USA’s Investment Division manages more than $120 billion in assets for AEGON USA operating companies and provides investment advisory services to a limited number of non-affiliated clients. \r\n\r\n\r\nResponsibilities of this position include, designing, coding, testing, and documenting of programs and sub-systems with Supervision provided. This individual will also develop specifications for new and existing systems; coordinate with co-workers, clients, operations and technical support on systems projects; interface with clients to determine requirements, resolve problems and perform testing. This involves taking direction from project managers in supporting projects assigned and solving problems of limited scope with systems and programs.\r\n\r\n\r\nThe successful candidate will have a 4 year computer science degree, completed by May 2007. Related internship experience is preferred. \r\n\r\n\r\nOur employees enjoy a comprehensive benefits package and one of the best working environments around. You will find that our Corporate Motto: Respect People, Make Money, Have Fun, is an integral part of our everyday life. Visit our web site at www.aegonins.com to view company information, including a full listing of benefits and other job opportunities.\r\n\r\nTo apply, e-mail your resume to jldunn@aegonusa.com\r\n\r\nCandidates hired in the Cedar Rapids location will be employed by AEGON Realty Advisors.. Realty Advisors is an equal opportunity employer. We will not discriminate unlawfully against qualified applicants or employees with respect to any term or condition of employment based on race, color, national origin, ancestry, sex, sexual orientation, age, religion, physical or mental disability, medical condition, marital status, citizenship status, military service status, or other basis protected by law. When necessary, Life Investors will reasonably accommodate employees and applicants with disabilities if the person is otherwise qualified to safely perform all of the essential functions of the position. \r\n\r\n[/blockquote] ',22,1158713649,0,'5.JT',46,1,1166657022,0,0,'35.thomas-hornbeck',5),(842,'','Thats cool. I have a buddy back in Vegas that got his gf pregnant while he was finishing his undergrad degree, and she basically dumped the kid on him (not implying that he didn't want to raise his son). He stuck with it (school and being a father0, and is now finishing up dental school.\r\nMy boy will be a year next month. My wife couldn't wait for me to finish my BS before we became parents. But its a great experiance so far.',16,1158705716,629,'29.Thnikkaman',0,1,1158705716,0,0,'',0),(845,'ACM Listserv','If you are not on the ACM listserv (which means you don't get my ~weekly emails), say so here and we can add you. Thanks!',15,1158714372,0,'5.JT',1926,1,1224532522,2,0,'204.L',8),(846,'Faculty Application Submission Tool','This is where those working on this project can post information and others can ask questions.',13,1158716061,0,'5.JT',75,1,1191865939,0,0,'5.JT',13),(849,'','Bump for fun. This may be a next-semester thing, but what do you guys think? Maybe even as an events committee thing?',12,1158716356,133,'5.JT',0,1,1158716356,0,1158716369,'',0),(850,'Activities for meetings','Nick and I have already have discussed some things, but what are some things we can add to our meetings to make them more interesting and exciting?',7,1158716937,0,'5.JT',17,1,1158870704,0,0,'10.Vegihan',4),(851,'','As an fyi, I'm definitely starting to like this more and more and wouldn't ever switch back to the old Y! Mail.',14,1158717077,786,'5.JT',0,1,1158717077,0,0,'',0),(852,'','Dude I am a southern Baptist so its going to be tough to convert me. SB have some of the best food, so just try it!',14,1158718208,825,'10.Vegihan',0,1,1158718208,0,0,'',0),(853,'','I havent switched and I dont know if I want to. I dont see much that intices me enough to convert. Plus 99% of the mail i get in my Yahoo accounts is spam and junk so I really dont want to see whats in it.',14,1158718362,786,'10.Vegihan',0,1,1158718362,0,0,'',0),(866,'','Great idea Christian with the discussion.\r\n\r\nScott, you know that would be all acronyms:\r\n\r\nHTTP, SQL, SMTP, what fun! Although I do think it's crazy enough to work one time.',7,1158723344,850,'5.JT',0,1,1158723344,0,0,'',0),(854,'Contact Info page','Just a reminder to update this because we are getting a new treasurer soon. Also, you shouldn't have acm@cs.uiowa.edu as your email when nobody checks it ;)',8,1158718364,0,'5.JT',36,0,1160072827,0,0,'2.scott',6),(855,'Application for checking out books from ACM library','Jason Phillips, Jed Wendell, Eric Edstrom, and myself are all working on making an application for book checkout from the ACM libary. This is actually a project for our 22C:144 database systems class and we decided to do a project that could help solve a real world problem. I will post more information as it arises.',11,1158718461,0,'5.JT',119,1,1226636631,0,0,'5.JT',26),(856,'New Calendar','I updated the calendar for those who care....\r\n\r\nAlso, is there another calendar plugin we can get? This one kinda sucks. There has to be something else. Just wondering.',8,1158718537,0,'5.JT',13,0,1174679463,0,0,'5.JT',2),(857,'','I dont see my self in a big city because I have always lived in towns around 2500 peopel or less(excludeing IC). There are many a times that I get lost in IC and I hate that. I would rather live in a smaller city and make less then live in like Chicago or Cali for twice as much.',16,1158718618,629,'10.Vegihan',0,1,1158718618,0,0,'',0),(867,'','As do I, I have an account for my fantasy footbal info and 2 for junk email addresses to try software.',14,1158729426,786,'10.Vegihan',0,1,1158729426,0,0,'',0),(859,'TV Tutorial Ideas','This thread is to post ideas for TV tutorials that you think would help others. If you missed the meeting and the other post concering TV tutorials here is a short overview of the idea.\r\n\r\nThe plan is to create short segments on how to do technical work on computers. It can be hardware or software based. We will write a script, do some test runs and put together a few sample videos to decide what people think works best. So if you have an idea please post it here with a breif description of how you think it could be done.',10,1158719314,0,'10.Vegihan',66,1,1161791444,0,0,'10.Vegihan',19),(860,'','I am doing this post to give an example of how you can give an idea. This is not my idea this is Segre's idea that he gave at the meeting.\r\n\r\n How to add/swap RAM\r\n Get several diffen't computers and maybe even laptops and \r\n show how to \r\n a) get to the RAM\r\n b) how to remove the RAM\r\n c) how to replace the RAM \r\n d) how to put the computer back together again.',10,1158719542,859,'10.Vegihan',0,1,1158719542,0,0,'',0),(862,'','who uses yahoo??\r\n',14,1158720729,786,'2.scott',0,1,1158720729,0,0,'',0),(863,'','scabble using only words from glossaries of CS books\r\n\r\n',7,1158720900,850,'2.scott',0,1,1158720900,0,0,'',0),(864,'','The Router idea of how to set one up, how to get into the router settings using it's IP Address, and *gasp* even teach them how to secure it is still one we could consider at some point.\r\n\r\nMy girlfriend suggested that many people would benefit from a tutorial showing how to defrag your computer, prevent virii and spyware and maybe how to back up your hard drive. I totally agree with that one, and that would be really easy.',10,1158721159,859,'5.JT',0,1,1158721159,0,0,'',0),(865,'','[quote1158723156=scott]\r\nwho uses yahoo??\r\n\r\n[/quote1158723156]\r\n\r\nI do, and have for years now.',14,1158723180,786,'5.JT',0,1,1158723180,0,0,'',0),(1034,'','[quote1159334204=scott]\r\nI'll install it at work tomorow as part of "product testing" and type you up a report\r\n\r\n\r\n[/quote1159334204]\r\n\r\nAny update?',14,1159334210,914,'5.JT',0,1,1159334210,0,0,'',0),(868,'','Maybe even teach peoples about Windows XP's System Restore. Its not great but it has gotten me out of a pickle a time or two',10,1158729555,859,'10.Vegihan',0,1,1158729555,0,0,'',0),(869,'','But the Church of the Flying Spaghetti Monster has a Beer Volcano and Stripper factory. ^_^',14,1158764457,825,'29.Thnikkaman',0,1,1158764457,0,0,'',0),(870,'','teach people how to protect their systems from viruses and spyware. I think a lot of people just think that having antispyware/antivirus software installed is enough, and they dont think that doing scans once a week and updating their spyware REF files and virus DEF files frequently is important. Maybe we could do a brief tutorial on simple things you can do to prevent spyware/viruses, go over some software products that are out on the market and basically say it in a way that every AOL user can understand. A lot of people I know go to the HelpDesk every week to get their drive wiped, when they could save everyone a lot of time if they had some basic knowledge on computer security issues.',10,1158775106,859,'35.thomas-hornbeck',0,1,1158775106,0,0,'',0),(874,'','But...\r\nBut...\r\nIts a beer volcano.\r\n',14,1158782158,825,'29.Thnikkaman',0,1,1158782158,0,0,'',0),(871,'','I really dislike spaghetti so I doubt I would like a Spaghetti Monster let alone a church with it in the title',14,1158776810,825,'10.Vegihan',0,1,1158776810,0,0,'',0),(872,'Sneaker Watch','I always Find it hilarious to See Professors that where nice 'business enviroment' shirts and pressed khakis to class but have a pair of nikes on\r\n\r\nI believe I first noticed this trend with Sriram and have found it funny ever since:\r\nAny one else want to add...?\r\n\r\nExamples\r\nJohn Solow ( Econ ) : New Balance\r\nDennis Roseman ( Math ) : Sandals\r\n\r\n',16,1158780491,0,'2.scott',17,1,1158780491,0,1158788444,'2.scott',0),(873,'','Awesome Idea\r\n\r\nI try to get my mom to update her defs and whenever i go home, she is always at the defs of the last time i was home; maybe if she had a video to watch she would be ok...\r\n\r\nLike most users I'm sure',10,1158780842,859,'2.scott',0,1,1158780842,0,0,'',0),(875,'[moved] The Spring 2006 Schedule','THIS IS NOT OFFICIAL; THIS SCHEDULE IS SUBJECT TO CHANGE AND YOU CANNOT COMPLAIN IF DOES; The CS department was nice enough to give us the first look at the tentative schedule so don't get mad if it changes, or keep your upsetness to yourself\r\n\r\n\r\n\r\n409:022 Internship in Computer Science \r\n arranged arr arranged Staff \r\n\r\n22C:001 Computer Literacy \r\n Sec SCA 6:00-8:30 p.m. M 221 MLH Curto, Ines \r\n Sec SCB 6:00-8:30 p.m. T 221 MLH Curto, Ines \r\n Sec SCC 6:00-8:30 p.m. W 221 MLH McClain, Don \r\n Sec SCD 6:00-8:30 p.m. TH 221 MLH McClain, Don \r\n Sec 001 9:30-10:20 a.m. MWF 218 MLH Staff \r\n Sec 002 11:30-12:20 p.m. MWF 218 MLH Staff \r\n Sec 003 2:30-3:20 p.m. MWF 221 MLH Staff \r\n\r\n22C:005 Introduction to Computer Science \r\n Lec AAA 12:30-1:20 p.m. MWF 101 BBE Curto, Ines \r\n Lab A01 9:30-10:20 a.m. M 301 MLH Staff \r\n Lab A02 10:30-11:20 a.m. M 301 MLH Staff \r\n Lab A03 9:30-10:20 a.m. T 301 MLH Staff \r\n Lab A04 9:30-10:20 a.m. W 301 MLH Staff \r\n Lab A05 10:30-11:20 a.m. W 301 MLH Staff \r\n Lab A06 9:30-10:20 a.m. TH 301 MLH Staff \r\n Lab A07 10:30-11:20 a.m. F 301 MLH Staff \r\n Lab A08 9:30-10:20 a.m. F 301 MLH Staff \r\n\r\n22C:016 Computer Science I: Fundamentals \r\n Lec AAA 9:30-10:20 a.m. MWF W151 PBB Bruell, Steve \r\n Dis A01 8:30-9:20 a.m. T 132 MH Staff \r\n Dis A02 9:30-10:20 a.m. T 118 MLH Staff \r\n Dis A03 3:30-4:20 p.m. T 248 JH Staff \r\n Dis A04 12:30-1:20 p.m. T 248 JH Staff \r\n Dis A05 10:30-11:20 a.m. T 105 MLH Staff \r\n Dis A06 2:30-3:20 p.m. T 248 JH Staff \r\n\r\n22C:019 Discrete Structures \r\n Sec 001 9:30-10:45 a.m. TTH C131 PC Oliveira, Suely \r\n\r\n22C:021 Computer Science II: Data Structures \r\n Lec AAA 10:30-11:20 a.m. MWF 106 GILH Pemmaraju, Sriram \r\n Dis A01 12:30-1:20 p.m. TH N200 LC Staff \r\n Dis A02 8:30-9:20 a.m. TH 132 MH Staff \r\n Dis A03 3:30-4:20 p.m. TH 248 JH Staff \r\n Dis A04 2:30-3:20 p.m. TH 130 SH Staff \r\n\r\n22C:022 Object-Oriented Software Development \r\n Lec AAA 1:30-2:20 p.m. MWF 112 MH Cremer, James \r\n Dis A01 8:30-9:20 a.m. TH 117 MH Staff \r\n Dis A02 11:30-12:20 p.m. TH 118 MLH Staff \r\n Dis A03 2:30-3:20 p.m. TH N200 LC Staff \r\n\r\n22C:031 Algorithms \r\n Sec 001 10:55-12:10 p.m. TTH 112 MH Oliveira, Suely \r\n\r\n22C:060 Computer Organization \r\n Sec 001 2:30-3:45 p.m. TTH 101 MLH Ghosh, Sukumar \r\n\r\n22C:072 Elementary Numerical Analysis (same as 22M:072) \r\n Sec 131 1:30-2:20 p.m. MWF 113 MLH Staff \r\n Sec 132 1:30-2:20 p.m. MWF 114 MLH Staff \r\n Sec 231 2:30-3:20 p.m. MWF 214 MLH Staff \r\n\r\n22C:096 Topics in Computer Science \r\n Web Programming with Java \r\n Sec 001 1:30-2:20 p.m. MWF 214 MLH Slonneger, Ken \r\n\r\n22C:099 Honors in Computer Science \r\n arranged arr arranged Staff \r\n\r\n22C:109 Programming Languages and Tools \r\n SCA: Programming with C++ \r\n Sec SCA 6:00-8:30 p.m. T 218 MLH Staff \r\n SCB: Programming with COBOL \r\n Sec SCB 6:00-8:30 p.m. W 218 MLH Staff \r\n\r\n22C:111 Programming Language Concepts \r\n Sec 001 11:30-12:20 p.m. MWF 213 MLH Slonneger, Ken \r\n\r\n22C:112 Operating Systems \r\n Sec 001 12:30-1:20 p.m. MWF 110 MLH Bruell, Steve \r\n\r\n22C:131 Limits of Computation \r\n Sec 001 1:30-2:20 p.m. MWF 213 MLH Pemmaraju, Sriram \r\n\r\n22C:142 Knowledge Discovery and Data Mining \r\n Sec 001 2:30-3:45 p.m. TTH 221 MLH Yu \r\n\r\n22C:160 High Performance Computer Architecture (Same as 55:132) \r\n Sec 001 9:30-10:20 a.m. MWF 2217 SC Kuhl, Jon \r\n\r\n22C:169 Computer Security \r\n Sec 001 12:30-1:20 p.m. MWF 2217 SC Jones, Doug \r\n\r\n22C:171 Numerical Analysis: Differential Equations & Linear Algebra (same as 22M:171) \r\n Sec 001 11:30-12:20 p.m. MWF 110 MLH Staff \r\n\r\n22C:174 Optimization Techniques (same as 22M:174) \r\n Sec 001 10:30-11:20 a.m. MWF 214 MLH Staff \r\n\r\n22C:181 Formal Methods in Software Engineering (same as 55:181) \r\n Sec 001 3:30-4:20 p.m. MWF Pilard, Laurence \r\n\r\n22C:182 Software Engineering Language and Tools (same as 55:182) \r\n Sec 001 3:30-4:20 p.m. MWF 2133 SC Staff \r\n\r\n22C:191 Research for Thesis \r\n arranged arr arranged Staff \r\n\r\n22C:196 Topics in Computer Science \r\n Sec 001 Security in Distributed Systems \r\n Sec 001 10:55-12:10 p.m. TTH 218 MLH Jung, Eunjin \r\n Sec 002 Logic in Computer Science \r\n Sec 002 1:05-2:20 p.m. TTH 118 MLH Tinelli, Cesare \r\n Sec 003 Peer-to-Peer Networks \r\n Sec 003 9:30-10:45 a.m. TTH 221 MH Ghosh, Sukumar \r\n Sec 004 Propositional Logic \r\n Sec 004 3:55-5:10 p.m. TTH 221 MH Zhang, Hantao \r\n Sec 005 Computational Geometry \r\n Sec 005 2:30-3:45 p.m. TTH 221 MLH Varadarajan, Kasturi \r\n Sec 006 Text Retrieval and Text Mining Projects \r\n Sec 006 9:30-11:00 a.m. F B11 MLH Srinivasan, Padmini \r\n\r\n22C:197 Readings in Computer Science \r\n arranged arr arranged Staff \r\n\r\n22C:198 Individual Programming Projects \r\n arranged arr arranged Staff \r\n\r\n22C:251 Advanced Computer Graphics \r\n Sec 001 9:30-10:45 a.m. TTH 110 MLH Wyman, Chris \r\n\r\n22C:290 Readings for Research \r\n arranged arranged arranged Staff \r\n\r\n22C:294 Seminar on Systems and Networks \r\n Sec 001 Distributed Systems and Algorithms \r\n Sec 001 1:05-2:20 p.m. TTH 103 SH Herman, Ted \r\n\r\n22C:296 Seminar on Computer Science \r\n Sec 001 Research Topics in Human Computer Interaction \r\n Sec 001 10:30-11:20 a.m. MWF 218 MLH Hourcade, Juan Pablo \r\n\r\n22C:298 Seminar on Programming Languages \r\n Sec 001 Description Logic with Application to Software Development \r\n Sec 001 2:30-3:45 p.m. TTH 132 MH Rus, Teodor \r\n\r\n22C:299 Research for Dissertation \r\n arranged arr arranged Staff \r\n\r\n22C:399 Research Seminar: Colloquium Series \r\n Sec 001 3:30-5:20 p.m. MWF 203 BCSB Staff \r\n',7,1158787041,0,'2.scott',32,0,1158808291,0,1158787417,'14.Jed',3),(876,'','Domestic?',14,1158787313,825,'10.Vegihan',0,1,1158787313,0,0,'',0),(879,'','you read my mind!!\r\n',7,1158803236,875,'2.scott',0,1,1158803236,0,0,'',0),(878,'','Let's make this a member benefit ;)',7,1158795445,875,'5.JT',0,1,1158795445,0,0,'',0),(889,'','Git r done!',11,1158808416,855,'14.Jed',0,1,1158808416,0,0,'',0),(880,'thi s may sound like an idiot question to python gurus....but here it goes.','here's the URL to our homework assignment:\r\nhttp://22c118.cs.uiowa.edu/index.php/Homework_2\r\n\r\nanyway we have a file testUrlFormat.py which contains the following:\r\n\r\n[b][i][i]""" testUrlFormat - this program tests the HTTP server called urlFormat.py\r\n which returns an HTML-formatted version of whatever path name is given\r\n in the requested URI. Program urlFormat.py converts '/', '?', and '&'\r\n to space characters.\r\n\r\n NOTE: DO NOT CHANGE THIS FILE -- write\r\n\r\n>>> testURL('http://localhost:8100/one/two/three/four/five')\r\n'<html><body> one two three four five</body></html>'\r\n\r\n>>> testURL('http://localhost:8100/submit?r=200&g=my+string&x=99')\r\n'<html><body> submit r=200 g=my+string x=99</body></html>'\r\n\r\n>>> testURL('http://localhost:8100')\r\n'<html><body> </body></html>'\r\n\r\n"""\r\n\r\nimport urllib2\r\ndef testURL(x):\r\n F = urllib2.urlopen(x)\r\n r = F.read()\r\n F.close()\r\n return r\r\n\r\nif __name__ == '__main__':\r\n import doctest, sys\r\n doctest.testmod(sys.modules[__name__])[/i][/i]\r\n[/b]\r\n\r\n\r\nin the assignment it says we're supposed to test our urlFormat.py against this cases... so how exactly do u do this... in the first assignment we added the function to the doctest and just ran the "python testFile.py", and if it works it wouldn't spit out error msgs. This file informs you to NOT WRITE TO THE FILE, so does this imply that we need to import our urlFormat.py file or what... i guess i can just ask Dr. Herman tomorrow, but just seems like the instructions werent that clear, especially for idiot newbies like myself.... thanks for humoring my ignorance.',21,1158803925,0,'35.thomas-hornbeck',52,1,1158859460,0,0,'2.scott',4),(894,'','On a side note, I have had the chance to catch both of Oakland's games this year, and let me tell you, they are as bad as advertised. This isn't a manner of smoothing out some rough spots in the offense, they are just plain horrible. Robert Gallery and the rest of the O-line look horrible, they have the worst coaching staff in the NFL, and well...you should just watch them. If you get a chance to tune in to their game, it is worth it, they are just that bad, too bad it's a bye week now.',15,1158846881,415,'5.JT',0,1,1158846881,0,0,'',0),(881,'','The Iowa-ISU game is pretty much the biggest annual sporting event in the state. At least Colorado has a pro team, albeit not a very good one this year, in Denver. What else does Iowa really have to offer? The game certainly got more interesting since Ferentz and McCarney have taken over.',15,1158807147,790,'14.Jed',0,1,1158807147,0,0,'',0),(883,'','What's up with Denver JT? I didn't think Lelie made that much of a difference in their success, lol. I'm sure you'll probably be in the running towards the end because the only other contender in the conference is San Diego and they're still a year away from success.',15,1158807319,415,'14.Jed',0,1,1158807319,0,0,'',0),(888,'','Yes, member exclusive, good call',7,1158808291,875,'14.Jed',0,1,1158808291,0,0,'',0),(884,'','I wouldn't put the Broncos out of it after just two games. This is how the season started last year, and we ended up in the AFC championchip game. ',15,1158807340,790,'29.Thnikkaman',0,1,1158807340,0,0,'',0),(887,'','[quote1158807937=Jed]\r\nWhat's up with Denver JT? I didn't think Lelie made that much of a difference in their success, lol. I'm sure you'll probably be in the running towards the end because the only other contender in the conference is San Diego and they're still a year away from success.\r\n[/quote1158807937]\r\n\r\nIt's not Lelie, it's Plummer, Shanahan, and the New O-coordinator. If you watched any of Denver's games you'll hav noticed something that was a very large part of their playbook last year missing this year: The play-action pass. Plummer is not a pocket passer, and never will be. However, that's what they have tried to make him through the first 2 games, it's dumb. I believe we may see what kind of team Denver is this weekend when they play at New England.',15,1158808030,415,'5.JT',0,1,1158808030,0,0,'',0),(885,'','I'm going back to John Deere next summer, which is really one of the few employers that aren't insurance companies hiring IT people in this area. There's really not much for IT skilled workers in the area. Companies around here have a hard time justifying spending so much money to employ someone with technical skills.',16,1158807729,629,'14.Jed',0,1,1158807729,0,0,'',0),(886,'','[quote1158807822=Thnikkaman]\r\nI wouldn't put the Broncos out of it after just two games. This is how the season started last year, and we ended up in the AFC championchip game. \r\n[/quote1158807822]\r\n\r\nExactly, Jed, I know you have a grudge against Denver and like rooting against them, but you can't really say they aren't good. I know Pittsburgh is a good team, but they certainly didn't show it against Jacksonville's D, did they? 2 games, I don't judge any teams (besides the Raiders) until the 4th week of the season.',15,1158807907,790,'5.JT',0,1,1158807907,0,0,'',0),(890,'','I know JT, I'm giving you a hard time, jeez.',15,1158810099,790,'14.Jed',0,1,1158810099,0,0,'',0),(891,'','NEVERMIND, i'm an idiot i figured it out... ',21,1158817818,880,'35.thomas-hornbeck',0,1,1158817818,0,0,'',0),(892,'','[quote1158845122=Jed]\r\nI know JT, I'm giving you a hard time, jeez.\r\n[/quote1158845122]\r\n\r\nAaah, sometimes I don't interpret things as that without a :p or ;) or :D I suppose mine came off as more defensive than I was feeling when I typed it. Perhaps it needed a !shy ',15,1158845189,790,'5.JT',0,1,1158845189,0,0,'',0),(893,'','Hurray. I won't get a chance to even touch this homework until Sunday, but maybe if I am lucky before then, but I doubt it. So if there is any more advice needed from me (not that I am a bastion of sound advice) it will be late Sunday night.',21,1158845280,880,'5.JT',0,1,1158845280,0,0,'',0),(895,'','its ok i just didn't want to post my real email cause even as an Image bots can get it; at least mine can ;)',8,1158850154,854,'2.scott',0,1,1158850154,0,0,'',0),(913,'','[quote1158872123=Vegihan]\r\nSo will you then pull form the list of people who are registered on the site or start a new registry of people?\r\n[/quote1158872123]\r\n\r\nUmmm, yes. :D\r\n\r\nWe'll have to see.',11,1158872137,855,'5.JT',0,1,1158872137,0,0,'',0),(896,'','me too dude... teachers really like to pile it up all at the same time... i swear im gonna be doing homework from now until monday morning. and then i got 2 exams next week. ',21,1158853068,880,'35.thomas-hornbeck',0,1,1158853068,0,0,'',0),(898,'','are you going to have it so that when you scan the bar code on our Hawkids it does some look up stuff or something??\r\n\r\njust kinda Curious..?',11,1158864448,855,'2.scott',0,1,1158864448,0,0,'',0),(897,'','[link=http://agiletesting.blogspot.com/2005/01/python-unit-testing-part-2-doctest.html]\r\nthis is a bit better explanation of doctesting; than the official python docs[/link]\r\n',21,1158859460,880,'2.scott',0,1,1158859460,0,0,'',0),(901,'','So will you then pull form the list of people who are registered on the site or start a new registry of people?',11,1158865865,855,'10.Vegihan',0,1,1158865865,0,0,'',0),(899,'','The last several years I thought Houston set the standered for bad. I have had to change that view with the Oakland Raiders doing such a great job. Last year David Carr was sacked 68 times, and so far this year Oakland has allowed 15 sacks already. If you are wondering they have a long way to go to reach the record for most times sacked.(that is held by the 1986 Eagles with 104)',15,1158865664,415,'10.Vegihan',0,1,1158865664,0,0,'',0),(900,'','[quote1158865624=scott]\r\nare you going to have it so that when you scan the bar code on our Hawkids it does some look up stuff or something??\r\n\r\njust kinda Curious..?\r\n[/quote1158865624]\r\n\r\nEric brought that up, and it's something we would eventually like to build into it, although that isn't a #1 priority. It could be something we build in after we have the class project completed. In the interim, we will probably use emails/names for checking out.',11,1158865684,855,'5.JT',0,1,1158865684,0,0,'',0),(905,'','Spyware makers have not yet implemented image bots because there are not (or they don't have) any really good algorithms for extracting the data. Each site will have different font in the image so a specific algorithm will be needed to get the text.\r\n\r\nGetting email addresses from certain social networking sites has been accomplished though...so I hear. :)',8,1158868084,854,'9.Nick',0,1,1158868084,0,0,'',0),(902,'','[quote1158866104=Vegihan]\r\nThe last several years I thought Houston set the standered for bad. I have had to change that view with the Oakland Raiders doing such a great job. Last year David Carr was sacked 68 times, and so far this year Oakland has allowed 15 sacks already. If you are wondering they have a long way to go to reach the record for most times sacked.(that is held by the 1986 Eagles with 104)\r\n[/quote1158866104]\r\n\r\nI actually thought San Fran played worse most the year, but that's kind of a dumb argument, they both sucked :)\r\n\r\nAnyway, 104 sacks is a lot? I could look it up, but do you know who was that teams QB? Who was that teams coach? It wasn't still Vermeil was it?',15,1158866166,415,'5.JT',0,1,1158866166,0,0,'',0),(903,'','I swear there already existed another thread for this, but perhaps it was deleted. Anyway, I am going to be heading this one up so if anyone is interested please acknowledge your interest in this forum so I know who to talk to. We've been trying to get this thing off the ground for quite some time, but nobody has shown any interest. \r\n\r\nI want to get it finished before next semester begins so if you don't have time RIGHT NOW don't worry. Most of the development on this will likely take place during the end of this semester and over winter break.',13,1158867641,846,'9.Nick',0,1,1158867641,0,0,'',0),(904,'','Dude, if you get student information gathering working (ie hawkid/email/current student status) please let me know how.',11,1158867744,855,'9.Nick',0,1,1158867744,0,0,'',0),(906,'','I know this much about the honors program: I'm not graduating with honors.',7,1158868188,818,'9.Nick',0,1,1158868188,0,0,'',0),(907,'','Exactly, so it really comes down to the type of lifestyle you are accustomed to or want to become accustomed to. If you don't mind small towns and lower than average incomes then staying in an area like this is fine for you, but if you want to expand your horizons a little bit and attempt to exploit your potential than a larger city or at least a more technology rich area is what you need. I'm not really a big city smog lover, but I want to see what is out there.',16,1158868928,629,'9.Nick',0,1,1158868928,0,0,'',0),(908,'','I didn't mean that if you don't move out of the midwest than you have no chance for progress, but I do think it will be much harder to move up and find an exciting job. (IE Working somewhere other than a huge financial company)',16,1158869012,629,'9.Nick',0,1,1158869012,0,0,'',0),(909,'','Dude, I'm not really into the church thing, but I will convert if there are strippers, free beer (instead of cheap red wine), and cool monsters!!\r\n\r\nBTW, I use Nano, Visual Studio, Eclipse and Wing IDE (for python). I use VS2005 with the IronPython plugin sometimes too. The learning curve for VI and EMACS is too steep for me to invest the time currently. Besides, I like GUI's too. Colors and highlighting make me smile and I think it makes understanding code a little easier too. :)',14,1158869451,825,'9.Nick',0,1,1158869451,0,1158869693,'',0),(1072,'','[blockquote]I have access to a beta firefox plugin that does private p2p sharing. I can try to get you guys invites if you are interested.[/blockquote]\r\n\r\nWhat all is required to be part and what do they require after you join in?',14,1159384047,1031,'10.Vegihan',0,1,1159384047,0,0,'',0),(911,'','This will probably be the cheesiest idea but we could play versions of old or current tv game shows. We could play Jeopardy, Wheel of Fortune, Family Fued, and other. The twist would be, we could make them all computer related. (Now you can start the flames)',7,1158870704,850,'10.Vegihan',0,1,1158870704,0,0,'',0),(912,'','[quote1158871946=Nick]\r\nSpyware makers have not yet implemented image bots because there are not (or they don't have) any really good algorithms for extracting the data. Each site will have different font in the image so a specific algorithm will be needed to get the text.\r\n\r\nGetting email addresses from certain social networking sites has been accomplished though...so I hear. :)\r\n[/quote1158871946]\r\n\r\nGood thing I'm not on a single social networking site, huh?\r\nExcept for the fact this site could be seen as a social networking site....',8,1158871963,854,'5.JT',0,1,1158871963,0,1158872017,'',0),(914,'Seamonkey','Has anyone tried out Mozilla's Seamonkey suite and have some impressions?\r\n\r\n[link=http://www.mozilla.org/projects/seamonkey/]Linky McLinkLink[/link]',14,1158872939,0,'5.JT',903,1,1163452359,0,0,'53.Solarion',9),(915,'','Bump....',8,1158872997,81,'5.JT',0,1,1158872997,0,0,'',0),(916,'','ditto',7,1158874499,818,'2.scott',0,1,1158874499,0,0,'',0),(917,'','of course it is\r\n\r\n',8,1158874597,854,'2.scott',0,1,1158874597,0,0,'',0),(1222,'','as i brought up Denise Powers A Poli Sci Prof is the only prof i have ever had that used power points effectively; however for every line of power point she would have at least 1 paragraph of relavant info to that Line of ppt; it just so happens that class was one of the best i have ever had;\r\n\r\nAlthough in every other class i have had where the Prof used PowerPoints it was the Worst class i have ever taken!!\r\n\r\nthey must be lazy or something\r\n\r\n',16,1159850198,1218,'2.scott',0,1,1159850198,0,0,'',0),(918,'[moved] I hate writing resumes...','I have an account on expo and i just got an email saying my resume could use some work and if i come in they can help me out... i was wondering if anyone has ever used the career center for resume help and if its really worth it, b/c if its gonna be some dipwad freshmen telling me to change the format and other unnoticable stuff i dont think its worth my time to come in... after all, i heard first person from an IT hiring manager at Pearson Government that they literally spend 15 secs on average looking at a resume... (kinda makes me wonder if all the resume perfection stuff is just hype)... i personally dont see anything wrong with my resume, i had it put together by monster.com's resume format a few years ago, ... there are a million books on resume writing and all of them teach a diferent way... i dont see that there is a write way or wrong way... of course there are obvious things to avoid like spelling/grammar errors... but otherwise its pretty straightforward... some employers i dont even think they look at resumes... state farm for example... they get a stack of them from the career fair and call everyone the next day to schedule campus interviews pick their people based on interviews....',24,1158875688,0,'35.thomas-hornbeck',32,1,1159046716,0,0,'5.JT',6),(919,'','I miss the big city... i miss commuting 3 hours a day to get to and from school everyday which was only 1 mile away. especially with gas prices you need to make more than average to live there... not to mention housing is expensive',16,1158876117,629,'35.thomas-hornbeck',0,1,1158876117,0,0,'',0),(920,'','In my opinion, a good resumé is worth it, and yes, the career center folks help. Do you want my resumé for reference? I still have 9 copies printed off (stupid BTA job fair :P ) or I can email you one.',24,1158881984,918,'5.JT',0,1,1158881984,0,0,'',0),(921,'','\r\n [img]http://cs.uiowa.edu/~kimbell/segre.gif[/img] ',10,1158882333,859,'5.JT',0,1,1158882333,0,1158882356,'',0),(922,'','I have heard from what i consider to be a reliable source that the career center is a must!\r\n\r\nI still haven't gone in...GOD I'm lazy',24,1158886958,918,'2.scott',0,1,1158886958,0,0,'',0),(923,'','THAT'S AWESOME!!\r\n\r\nCan we get a poster of that made a Zephyr and hang it in the ACM office??',10,1158887051,859,'2.scott',0,1,1158887051,0,0,'',0),(924,'new forum category Idea??','I think this site should have a place where we can post stuff we want to sell\r\n\r\nlike a forum JT i'm assigning this to you\r\n\r\nLike i wanna get rid of my propane grill and also some Computer Cases\r\n\r\n',8,1158887205,0,'2.scott',22,0,1159135460,0,0,'5.JT',5),(925,'','Wow, we need to put that at the end of every video tutorial we make.',10,1158890760,859,'10.Vegihan',0,1,1158890760,0,0,'',0),(926,'','Can't say that I have, but if you are going to try it, I would like to know what you think.',14,1158891220,914,'29.Thnikkaman',0,1,1158891220,0,0,'',0),(1035,'','no i have been working on something else at work some 'real' woork',14,1159334921,914,'2.scott',0,1,1159334921,0,0,'',0),(927,'','VI highlights code by default, and has a nice little tutorial if you ever have time. I was an emacs user until a buddy of mine showed me vim. And now I am hooked. ',14,1158891309,825,'29.Thnikkaman',0,1,1158891309,0,0,'',0),(929,'','I'll install it at work tomorow as part of "product testing" and type you up a report\r\n\r\n',14,1158893765,914,'2.scott',0,1,1158893765,0,1158893781,'',0),(928,'','If it weren't for GUIs (VS2005) i'd never code c# again\r\n\r\nbut thanks to VS2005, it's one of my favorite langs (it know what I am going to type before I do)\r\n\r\notherwise its just java.toString() with to many capital letters.ToString();\r\n\r\n',14,1158893515,825,'2.scott',0,1,1158893515,0,0,'',0),(930,'','Haha, I'm glad you guys approve :)',10,1158895192,859,'5.JT',0,1,1158895192,0,0,'',0),(931,'','[quote1158898313=scott]\r\nI think this site should have a place where we can post stuff we want to sell\r\n\r\nlike a forum JT i'm assigning this to you\r\n\r\nLike i wanna get rid of my propane grill and also some Computer Cases\r\n\r\n\r\n[/quote1158898313]\r\n\r\nGood idea, I'll get to it sometime. I have to pack to leave for 2 days over the weekend, I'll get it while I'm gone or when I get backon Saturday night.\r\n',8,1158898344,924,'5.JT',0,1,1158898344,0,1158898385,'',0),(932,'cool hacks','I think it would be cool, if we had some people right up some stuff on cool hacks like google hacking and buffer overflow and stuff like that; at least if you know about it a little bit\r\n\r\nanyone...??\r\n\r\nor any cool security related stuff for a paranoid guy like myself i really get off on that stuff',14,1158898390,0,'2.scott',761,1,1159024533,0,0,'8.Anton',3),(933,'Educating the Public about Net Neutrality','I'd make a longer post, but I don't have time. I think we should really educate the public on why internet should be 'neutral' if you feel that way, from a technological perspective. What do you think?',10,1158898556,0,'5.JT',31,1,1158978383,0,0,'29.Thnikkaman',9),(934,'','I started using VI this summer when my boss showed me all the possibilities it has. I know very few of the commands but there is enough control to move gracefully if you know how it works. I will admit it does have a little learning curve but once you are over that it really isn't a bad editor.',14,1158899599,825,'10.Vegihan',0,1,1158899599,0,0,'',0),(939,'','im lazy too...',24,1158938464,918,'35.thomas-hornbeck',0,1,1158938464,0,0,'',0),(935,'','Oh I totally understand what you mean about VS and C#. That feature is also nice for troubleshooting, and as of VIM 7, has been implemented for about 8 or so languages. I don't believe that c# is included. However, there is always the vim plugin for vs.net. \r\n\r\nAnd now I am starting to sound like a fanboy, so I must stop.',14,1158925517,825,'29.Thnikkaman',0,1,1158925517,0,0,'',0),(936,'','Net nuetrality is impossible\r\n\r\ni mean think about it; politicians will never be able to legislate evolvig protocols. if for example they were to legislate TCP/IP, someone would just write a new protocol and then no one would use tcp/ip. more over upgrading the all these computers to the "non-nuetral" TCP/IP would be a nightmare ... Never happen; its a stupid idea that has dumb people sponsoring it... i don't think it can happen;\r\n\r\nSENATORS want it so it won't happen\r\n',10,1158933449,933,'2.scott',0,1,1158933449,0,0,'',0),(937,'','the "Market" corrects its self almost always irrispective of what legislators do; it just causes some externalities in the short run; i'm prety sure this is more of the same',10,1158933536,933,'2.scott',0,1,1158933536,0,0,'',0),(938,'','to each his own!\r\n\r\nDefeat The Adversary in whatever editor you can\r\n\r\n',14,1158933629,825,'2.scott',0,1,1158933629,0,0,'',0),(956,'','YES The Malicious Adversary He is out to get you;\r\n\r\nHe Makes your Running times grow exponentially and we are part of a secret society to quash this Malicious Adversary',14,1158953510,825,'2.scott',0,1,1158953510,0,0,'',0),(940,'','This is maybe a topic for a new thread but here is how i see non-net-nuetrality(NNN) [that is the system congress supposedly wants] working\r\n\r\nNNN would essientially have to be designed at a low Level;\r\n\r\nIn the Packets, you will see a new field pop up as priority (there is already an urgent flag), but my guess is this new fiewld would be about 8 bits(one byte) giving 256 different priorities (which should be good enough but not too much [at least for congress]);\r\n\r\n\r\nso then when a packet comes into a router is says what is this packets priority??\r\nadd it to a priority queue and server it when its time comes which may be never\r\n\r\nPerheps there will be some ttl that gets a packet through before it expires;\r\n\r\nbut whats from stopping me from modding my TCP/IP settings from changing all of my packets to priority 0xff??? then what happens is my packet travels to mediacoms router and that says "OH F*** this guy; Change his priority to what its supposed to be.... Let me Do a database look up for this IP... its supposed to have priority of 0x51" so then it goes in and changes my Packet and puts it in the Priority queue, but it can't just give everyone a rating of 0x51 because some business may want a higher rating and pay for it to be 0x61 so then that goes into the queue and get forwarded before my packet \r\n\r\nso imagine both of these packets get delivered to a Level3 roouter and along with it, mediacom is sending a packet from there office in IAC to an office in Texas then they mark there packet with 0xff (the highest priority cause they think of the same thing as me and how level3 can't possible know what is in the packets without really studying them and that would take WAY TOO MUCH OVERHEAD, not to mention the Database lookups. And Level3 will do the same thing to every Packet leaveing their network and then everything will just end up having priority 0xff and it will be pointless\r\n\r\nthis is all assuming every internet router was replaced overnight to handle this larger packet size and every user upgraded there TCP/IP setting\r\n\r\n\r\nTell how plauseable you think NNN is now\r\n\r\n',10,1158939928,933,'2.scott',0,1,1158939928,0,0,'',0),(941,'','In 2004, a small North Carolina telecom company, Madison River Communications, blocked their DSL customers from using the Vonage VoIP service. Service was restored after the FCC intervened and entered into a consent decree that had Madison River pay a fine of $25,000. The FCC retains this authority under all telecom legislation pending in the US Congress, with or without "net neutrality" amendments, with an increase in fines to $500,000 under the House bill and $750,000 under the Senate bill.\r\n\r\nI just don't see how it would be possible unless you were to have a HUGE ABSOLUTELY HUGE DATABASE with the ability to determine what priorities were going to be by packet breakdown and have this somehow coded into routers; or for priorities to actually travel in the packets and if this is how it will operate then there is nothing stopping me or anyone else from setting up there lynksys wrt54g with the hacked firmware to mess all those packets up and increase priority \r\n\r\neither way i don't see it\r\n\r\ni'd summerze it as\r\n\r\n"prohibitively expensive or impossible to enforce"\r\n\r\n\r\n',10,1158940698,933,'2.scott',0,1,1158940698,0,1158940791,'',0),(942,'','However i would love to hear herman's take on this topic',10,1158940913,933,'2.scott',0,1,1158940913,0,0,'',0),(943,'','Scott forums are not supose to be a converstion between yourself and yourself.',10,1158942138,933,'10.Vegihan',0,1,1158942138,0,0,'',0),(944,'','It seems that nobody has found this to be of any use... Oh, well. I've used it on my MP3's and it's pretty nice. If nothing else the source code is a decent tutorial on how to use the API that I'm using to make this possible. ',13,1158943361,585,'9.Nick',0,1,1158943361,0,0,'',0),(945,'','I really wish I understood buffer overflows. If someone can write a tutorial on it and post here that would be awsome. \r\n\r\nScott, as far as the paranoid security stuff I've got something I can post about when I have more time that involves anti-forensic techniques.',14,1158943744,932,'9.Nick',0,1,1158943744,0,0,'',0),(946,'','I would like to sell a Dell C840 laptop and a HP LaserJet 4150dtn printer. This is a good idea for a forum. BTW, if anyone needs a laptop or an industrial strength laserjet printer let me know.',8,1158944027,924,'9.Nick',0,1,1158944027,0,0,'',0),(947,'','If you want to know all about buffer overflows, talk to Dr. Jones. Or access an array as a string in c.',14,1158949842,932,'29.Thnikkaman',0,1,1158949842,0,0,'',0),(964,'Object Oriented Software Development...','Anyone know any books or resources that will help me learn techniques to good software design. I'm starting to work on a long term piece of software in C++. And i don't want to end up with scalability issues down the road... so I'm just interested in reading some stuff on program organization and management. If anyone knows any good reads or has any tips post them... Thanks. Also whats ur favorite linux IDE for C++? ',14,1159030145,0,'35.thomas-hornbeck',787,1,1159056185,0,0,'2.scott',3),(948,'','There is an adversary?',14,1158949890,825,'29.Thnikkaman',0,1,1158949890,0,0,'',0),(957,'','OK i did the ndiswrapper route to get my bellkin wireless card going, i used the drivers that were on the CD that it came with, and i also tried loading it with alternative drivers, and it all installs and says is working fine, but when i try to connect to a WAP, my computer locks up... im not sure what to do... any suggestions? i think im gonna get a different PCI wireless card, anyone know of one that is guaranteed to play nice with redhat enterprize??',14,1158960043,538,'35.thomas-hornbeck',0,1,1158960043,0,0,'',0),(949,'','Try to keep your resume down to a page. Try to only include only what is necessary. A cover letter is what is going to let you get into some of the specifics of you. Don't be afraid to tailor your resume for the job you are sending it to. Um, let me think of what else the carrer center will tell you. Show your resume to your friends that would be willing to look over it. I can put mine up as an example as well if you are interested, (and when I can find it).\r\n\r\n',24,1158950253,918,'29.Thnikkaman',0,1,1158950253,0,0,'',0),(950,'','How big McLarge huge is the printer?',8,1158950324,924,'29.Thnikkaman',0,1,1158950324,0,0,'',0),(970,'FaceBook API','I got Lazy and posted the Source to my Face Book API be aware its an easy way to get your account banned I can get you some accounts if you want im working on getting 5,000-20,000 accounts but I'm not there yet, i can however get you about 10-20;\r\n\r\nI have previously had about 4 accounts banned\r\n\r\nThe Max Messages tyou can get off before being banned: 450 (at last check)\r\n\r\n150 Friend Requests\r\n\r\nThey do statistical analysis on "scripty users" so don't be a moron\r\n\r\nLeave Feed back !alien ',13,1159083213,0,'2.scott',23,1,1159310360,0,0,'2.scott',7),(951,'','Oh noes!!!! Teh intarweb tubes are clogged. GET THE PLUNGER.\r\n\r\nI completely agree that NNN would be tough to implement, and with your theories, it probably wouldn't hold up in a court of law. The scary thing is when a non-technologicaly educated group gets it in their head that this technology needs to be regulated. And that this group doesn't give a poop what the people they are representing actually want. That is the scary thing. That they are arguing over ways that the companies that they are in the pockets of can make more money instead of fixing the school system. \r\n\r\nI hope tha tmade sense.',10,1158950762,933,'29.Thnikkaman',0,1,1158950762,0,0,'',0),(952,'','That is nice. Now it just needs to be able to look at a file full of mp3s, organize them, and rename them according to Gracenote (i.e cddb)',13,1158950883,585,'29.Thnikkaman',0,1,1158950883,0,0,'',0),(955,'','dude thats a Good idea for a Download Section\r\n\r\nACM members Resumes\r\n(Leave out the Emails)\r\n\r\nAnd always make sure your resume is in PDF if you submit electronically\r\n\r\n(or any document for that matter)\r\n\r\nIt makes you look stupid if you use a word thats not in the "typical word processor dictionary" and when they prospective viewer opens it they see "spelling mistakes" underlined',24,1158953408,918,'2.scott',0,1,1158953408,0,0,'',0),(953,'','yeah!! no shit! the leading cause of economic growth is technology; you know who comes up with new technologies; those who are educated; so i think its funny they spend money trying to "regulate technology" as if that were possible, and not on education... its like congress want us to not be an economic power house! or they're just stupid\r\n\r\n\r\nthat was funny how he was saying the internet is a series of tubes',10,1158953118,933,'2.scott',0,1,1158953118,0,1158953182,'',0),(954,'','AHH thats alot of work dude\r\n',13,1158953235,585,'2.scott',0,1,1158953235,0,0,'',0),(959,'','What kind of laptop do you have, and does it support a mini-pci card? Anything with an oronoco or prism chipset is supported in the kernel. Broadcom I believe should work under ndiswrapper (you should post your log message to see what happened when it locked up). Cisco cards work nicely as well, but are expensive (and are worth every penny. Those suckers have the best antenna on them). You could also look into a usb wireless card. There is not a native driver to the kernel, but you can install a driver for them without using ndis wrapper. I don't remember the package, but I know that TrendNet usb cards work.',14,1158978179,538,'29.Thnikkaman',0,1,1158978179,0,0,'',0),(958,'','Oronoco i think its the brand and thats the Linux Way to go\r\n',14,1158972846,538,'2.scott',0,1,1158972846,0,0,'',0),(960,'','I avoid him with Gentoo. But you knew that. *_*',14,1158978239,825,'29.Thnikkaman',0,1,1158978239,0,0,'',0),(961,'','"Its not a dump truck!" Congress scares me, thats why I am a libatarian (and other good reasons too).',10,1158978383,933,'29.Thnikkaman',0,1,1158978383,0,0,'',0),(962,'','I know.',13,1158978417,585,'29.Thnikkaman',0,1,1158978417,0,0,'',0),(963,'','no need to invent a wheel on this one..\r\n=> [link=http://en.wikipedia.org/wiki/Buffer_overflow]Buffer Overflows[/link] <=',14,1159024533,932,'8.Anton',0,1,1159024533,0,0,'',0),(966,'','Dev-C++ from bloodshed. Nice features, not bloated.',14,1159046367,964,'5.JT',0,1,1159046367,0,0,'',0),(965,'','www.eclipse.org',14,1159038711,964,'8.Anton',0,1,1159038711,0,0,'',0),(967,'','I can also post mine for those who want a template, but the Career center really has a lot of good templates, and mine is only one of them.',24,1159046716,918,'5.JT',0,1,1159046716,0,0,'',0),(968,'','dev c++ should be on our site i think',14,1159056185,964,'2.scott',0,1,1159056185,0,0,'',0),(969,'','I am reading a book on Linux kernal internals and I have some questions about like what is the Difference ate a really low Level between Pagain and Swapping the Book implied that Paging was more efficient than swapping and that the linux 1.2 kernal no pages and not swaps,\r\n\r\nPerhaps we could star a whole Forum Category about questions we'd like to ask Profs I'd like to ask Jones about this and Herman about NNN',8,1159080953,924,'2.scott',0,1,1159080953,0,0,'',0),(971,'','This Package requires the PIL\r\n\r\nIts Like 3000 lines f code and no comments Good Luck!!!\r\n\r\nbut it actually works once you change the Config File\r\n\r\nHappy Mining or Spammin',13,1159083419,970,'2.scott',0,1,1159083419,0,0,'',0),(972,'','hahah... send the EICAR string to 450 facebookers... that would be cool... so it would save in the browser cache... ',13,1159120975,970,'35.thomas-hornbeck',0,1,1159120975,0,0,'',0),(974,'','Done and done.',8,1159135460,924,'5.JT',0,1,1159135460,0,0,'',0),(973,'','Nice!\r\n',13,1159126199,970,'2.scott',0,1,1159126199,0,0,'',0),(975,'','[color=#ff0033][b]I am officially letting you know that I want to take part in this project. :)[/b][/color]',13,1159136464,846,'13.TJenkins',0,1,1159136464,0,0,'',0),(1124,'AI and Robotics','This proposal is going to be officially made on Monday, but I thought I'd give everyone a chance to think about it and comment on it here first:\r\n\r\nI would like to use some of our budget for this year to purchase a [link=http://mindstorms.lego.com/]LEGO Mindstorms NXT[/link]set and begin learning to prgram a robot we would build to do various things autonomously. One fun thing would be a maze traversing robot (this wouldn't be too hard I think). This will give us a chance to experiment a little with artificial intelligence and actually using our code to accomplish a tangible result (the robot doing stuff). I'm really excited about this one and I welcome people to leave comments and suggestions for things we could do with the robot here. \r\n\r\nBTW, there are a host of languages and [link=http://mindstorms.lego.com/Overview/NXTreme.aspx]development kits[/link]that can be used to program these things including [link=http://bricxcc.sourceforge.net/nqc/]NQC[/link](not quite C), Java, C# .NET, VB .NET, and others. Who is down for this one?',11,1159489558,0,'9.Nick',110,1,1191866096,0,0,'5.JT',17),(976,'Very cool conference we could go to','[link=http://www.acm.uiuc.edu/conference/2006/index.php]http://www.acm.uiuc.edu/conference/2006/index.php[/link]\r\n\r\nAmazing conference put on by the Univerisity of Illinois ACM. Jim forwarded this to me and I think it would be something wonderful to attend.',7,1159153343,0,'5.JT',78,1,1161301776,0,0,'5.JT',14),(977,'','im in',7,1159159633,976,'2.scott',0,1,1159159633,0,0,'',0),(978,'','I would go but I have a wedding to go to that weekend. Other than that I would be all in.',7,1159160744,976,'10.Vegihan',0,1,1159160744,0,0,'',0),(981,'','The parts with comments are the ones I wrote. Thx for the credit ahole!!! Haha, j/k dude. This API is actually much better than the one Facebook has released so everyone should check it out. \r\n\r\nThe PIL he refers to above is a required (Python Image Library) that is used to extract the characters out of the email addresses, which are displayed as GIF's I think.',13,1159208844,970,'9.Nick',0,1,1159208844,0,0,'',0),(979,'Grill','I'm Looking to get rid of a Grill; It sells for 99 dollars new at walmart; mine is NEVER BEEN USED and comes with a propane tank!!\r\n\r\nIts Very Nice;;;;; delivery included\r\n\r\n',25,1159164990,0,'2.scott',39,0,1161152949,0,0,'35.thomas-hornbeck',8),(980,'','Yeah, this definitely sounds pretty cool. Maybe we can see what other ACMs do also. The Illinois ACM is something we definitely wanna be like.',7,1159197391,976,'5.JT',0,1,1159197391,0,0,'',0),(982,'FireFox and Passwords','This weekend at work my boss let me use his Computer at work; actually told me to;\r\n\r\nAnd i went into his FireFox options under privacy and was able to see all of our Company Passwords for everything he uses over the Web (and they use the same for the servers so i got everything)\r\n\r\nSo\r\nSET YOUR MASTER PASSWORD!!\r\nor\r\nTurn off Password store (what I suggest)\r\n\r\n\r\n',20,1159215773,0,'2.scott',1238,1,1159304624,0,1159215811,'9.Nick',3),(983,'','well yah but I posted this at 2am so i didn't right a whole lot aboput it sorry man\r\n\r\npngs but get saved as Tiffs cause i need lossless images; I desparately need to optimize performance and I know how im just lazy\r\n',13,1159215931,970,'2.scott',0,1,1159215931,0,0,'',0),(984,'','Yeah, I know, you can see all the passwords in Firefox, it's sad news.',20,1159216605,982,'5.JT',0,1,1159216605,0,0,'',0),(985,'','Thanks I never knew that, now I have my master password set.',20,1159219949,982,'10.Vegihan',0,1,1159219949,0,0,'',0),(986,'Python trick....','omfg........i spent like 3 hours trying to debug my nimServer, for those of you in 22c:118... until i found out that global variables UNLIKE c-style languages must be explicitly referenced as GLOBAL...\r\n\r\nex:\r\n\r\nglobal var\r\nvar = 10\r\n\r\n......arhhhgggg... i was so pissed i thought i'd post it... dont make the same mistake i did.',20,1159224073,0,'35.thomas-hornbeck',1456,1,1159369198,0,0,'5.JT',9),(988,'','Lemme Test this out and get back to you ill post the code when i get it done\r\n\r\nI Was Wrong self is only available in the case where you explicitly make a Class\r\n\r\nWORKS\r\n[code]def testing():\r\n global var\r\n print var\r\n var=11\r\n\r\ndef test_it_again():\r\n global var\r\n print var\r\n\r\nglobal var\r\nvar = 10\r\ntesting()\r\ntest_it_again()[/code]\r\n\r\nWorks Object\r\n[code]class testor:\r\n def testing(self):\r\n print self.var\r\n self.var=11\r\n\r\n def test_it_again(self):\r\n print self.var\r\n\r\nt = testor()\r\nt.var = 10\r\nt.testing()\r\nt.test_it_again()[/code] \r\n\r\nFAILS SELF\r\n[code]def testing():\r\n print self.var\r\n var=11\r\n\r\ndef test_it_again():\r\n print self.var\r\n\r\nvar = 10\r\ntesting()\r\ntest_it_again()[/code] ',20,1159228838,986,'2.scott',0,1,1159228838,0,1159231290,'',0),(987,'','yup if you want "globals" I prefer the\r\n\r\nself.var =10\r\n\r\n\r\nI think that works in a regualr file\r\n\r\ncause everything is an object (at least it is in Ruby [i think python is the same])\r\n i avoid the global keyword cause its overly verbose and extra confusing\r\n\r\n',20,1159228609,986,'2.scott',0,1,1159228609,0,0,'',0),(989,'','whenerver this works the output is:\r\n\r\n10\r\n11',20,1159231326,986,'2.scott',0,1,1159231326,0,0,'',0),(990,'','I was thinking this weekend and came up with a general outline that I think will work. I haven't anything close to resembling a script because I dont know how much we want to do. I would like to meet with the other members of the Committee and sit down and hammer out some guildlines before going to far. Here is the outline I have so far:\r\n\r\n1) Explain what RAM is and why it is important. Also give guildlines for how much RAM someone needs to do general usage. This would include but not limited to, word proccessing to video and picture editing, running the basic Windows XP (maybe looking into Vista's minimum requirements) system to having a super powered all incumpused Windows XP system. (I'm using XP as the norm, assuming most people will be using XP but it wont be the only system we talk about)\r\n\r\n2) Show and tell about the many differn't types of RAM. I dont know how many differn't types there are but I know there are quite a few. We will of course hit the main one, but I would like to talk about them all even if its just a breif mention. This will benifit people who want to learn more about computers and those who know a little and want to experiment when mroe obscure technology.\r\n\r\n3) This is the real meat and potatoes of the video, we show how to take different makes and models apart to access the RAM and swap it out. This is were the main focus needs to be and will probably be a big majority of the video. I also think we need at least one working machine for this to show what windows will tell you when you have upgraded the memory.\r\n\r\nIf you have any other ideas or any suggestions please post them so we can take them into consideration.\r\nThanks',10,1159232161,859,'10.Vegihan',0,1,1159232161,0,0,'',0),(991,'','address the issue of electro-static discharge...!!! haha.... dont go rubbing ur feet on the carpet and start shocking ur PC's cards and motherboard. ways to keep urself grounded...safe handling tips when going under the covers... even though newer RAM dimms aren't that sensitive to ESD.\r\n\r\nwe should explain what different RAM specifications mean and how to know what kind is compatible with your system. like what is PC 2700 DDR 333, etc... OR is that getting too technical for mom... maybe just say ask the guy at BestBuy, b/c were assuming the avg. Joe is gonna buy it at a local retailer. In that case we could talk about preferred brands... i dont kno about u... but i think Micron/Cruicial/ Kingston ram performs way better than generic... or maybe its just my bias....just from my experience.\r\n\r\nand then talk about soldering ur boards and overclocking techniques... j/p...',10,1159242429,859,'35.thomas-hornbeck',0,1,1159242429,0,0,'',0),(993,'','In my opinon we should talk about overclocking and performace on a differn't tutorial. We could do one on how to tune you computer to run at peek performance. Sticking to RAM is a key idea in this one. The simpler we keep it the better, remeber this is our first run.',10,1159245211,859,'10.Vegihan',0,1,1159245211,0,0,'',0),(992,'','don't forget to take off your watch;',10,1159243415,859,'2.scott',0,1,1159243415,0,0,'',0),(994,'','Thanks for that! It helped.\r\n\r\nI spent a long time struggling, and then I found out strings are immutable in Python, voila!\r\n\r\nSo there's another tip.',20,1159245625,986,'5.JT',0,1,1159245625,0,0,'',0),(995,'','dude peak performance??\r\n\r\nwho needs that I code in python i'm a couple interpretors from peak performance',10,1159248787,859,'2.scott',0,1,1159248787,0,1159263063,'',0),(996,'Databases (22C:144) is about as thrilling as PLC (22C:111)','This class is no fun. The concepts are not very well explained and I think Hwanjo steals his examples and half of his notes from another professor (I found them online at NYSU I think). Which explains why he seems to read everything off of his notes and never branch off...On top of that, the class is 50% grad students. We think both TAs from Algorithms are in there, along with our networks TA. Anyway, I am not having fun with the assignments or lecture so far, it's just not interesting at all.',16,1159251766,0,'5.JT',484,1,1219933909,0,1159251786,'5.JT',81),(997,'2am is boring','I am so bored and im to tired to study but can't Sleep is anyone online?? ?! ?! ?! ',16,1159256041,0,'2.scott',69,1,1159443828,0,0,'29.Thnikkaman',22),(998,'','Im still up are you??',16,1159258882,997,'2.scott',0,1,1159258882,0,0,'',0),(999,'Web Browser','I know this is a bit beyond our abilities but i would love to build a web-Browser\r\n\r\nI was thinking about using some source from web-Kit Safari's Open source Source code,\r\n\r\nOne thing i think would be awesome would be to put perl or python parser in it so you could use your browser to do some real client side scripting cause JS Sucks; it's a nightmare to debug and the syntax sucks like no other i'd rather write Client-side scripts in C. \r\n\r\nIt wouldn't be cross browser compatible (until others adopted it) but who cares; if its popularity grew; it would be great for real developers, and they could crank out client side scripts much faster;\r\n\r\nI would use it all the time; i have serious problems with most browsers out there;\r\n\r\nI like Firefox most of the Time except it seems to go really slow and does tend to balloon in RAM, even though the bugs have been 'fixed'. I would just like a really small fast css compliant browser with minimal tab support and with the ability to later via plugins or whatever add support for everything,\r\n\r\none thing i think would be cool would be backwards compatibility to IE so you could run this browser for exchange servers and other Windows Web Apps\r\n\r\nI realize this is a tall order but progress is made by leaps and bounds\r\n\r\n ?! \r\n\r\ncomments??\r\n\r\nI just want something small fast and secure (no password storage and wand shit that stuff is so unsafe it should at least be off by default)\r\n\r\nmaybe we could get dillo's source and make it css Compliant\r\n\r\nI know that there have been browsers built on the eclipse platform too;\r\n\r\nI installed almost every browser on SF one week at work and they all sucked worse than IE\r\n\r\ndillo was fast but nothing looked quite right\r\n\r\nwebkit is perfect (compliance) but large (i think it as 93MB before compilation) and in C\r\n\r\nI need something that doesn't cache very well cause when developing having a cache actually is very counter productive\r\n\r\nI think that most software products should be almost empty and then have the ability to add extensions to make it "user friendly" and you could have the ability for a group like ourselves to come along and tweak it release our own build that was for developers that had a JS debuggin console..., or a distro "For Moms";\r\n\r\nand super secure version for porn-surfers;\r\n\r\nIf you havent been able to tell, I'm all about a unique experience for every user cause every user has different needs wants and desires;\r\n\r\nIt would also be nice for companies to have there own build of browsers for internal use or whatever like a "Skyhighspeed build" that has integrated in it links to hook to there routers; i'm not sure exactly how this would work but its the future\r\n\r\n\r\n\r\n\r\n\r\n\r\n',12,1159262042,0,'2.scott',18,1,1175145861,0,0,'5.JT',1),(1000,'Web Server','I'm super stoked about this Idea in fact as soon as i get all else squared away, i will be working on this, I want to build a Web server that only delivers well-formed XML;\r\n\r\nThe advantage of this is that if you were to make it built into the server, when a browser sees the site it would attach an XSL file and give the user a stylized version of the XML; but if it were say an application making the request they would be able to parse the XML and use it to populate a DB on the Fly. imagine you were building a book check out system when a user scans in a book instead if tem having every book in there DB when they scan the book if its not in the DB it would send a request to the Server and then cache the record in its DB as well as deliver the content to the Browser or application or user,\r\n\r\nIt could be done as a wiki for lots of things where users co in and mark up the Text with XML; So there would need to be an editing application built in to i presume as a web interface which would be complex but i think the google API would provide enough to do it;\r\n\r\n\r\nI know this is also a tall order but i think it would be very useful for developers looking for data\r\n\r\nthat is otherwise difficult to comeby and usually requires parsing and takes more time than developing the actual application; I myself struggle with this problem all the time with web based application that rely on information that i myself cannot provide; like pulling information from a a phone book or whatever like google api provides, but in a wiki way it would be more productive if any one could populate the DB and it were also browser capable\r\n\r\nfmp has something like this, but it's a shitty interface. a lot of the time it doesn't work as expected\r\n\r\nPerhaps there is something out there like this\r\n\r\nIt could be very simple\r\n\r\nbut very useful',12,1159262719,0,'2.scott',11,1,1159262845,0,1159262780,'2.scott',1),(1001,'','ican never find the right feed ever and alot of time you need to go through a long process to get it like zap2it.com has a xml TV schedule feed but its almost impossible to find and takes about 10 minutes to sign up \r\n\r\nI realize this could just be a simple web application but i think actually building the server would be more fun\r\n\r\n',12,1159262845,1000,'2.scott',0,1,1159262845,0,1159285803,'',0),(1002,'','Um, you can try what I do. Get up at 5:30 in the morning. You will be ready for bed by 10pm.',16,1159270768,997,'29.Thnikkaman',0,1,1159270768,0,0,'',0),(1007,'','modular like good code',10,1159282471,859,'2.scott',0,1,1159282471,0,0,'',0),(1003,'','That is really too bad. They should have kept the old Databases professor, he knew what he was doing, and made the class interesting and challenging. I still have all of the slides from his class in pdf format if you are interested.',16,1159271681,996,'29.Thnikkaman',0,1,1159271681,0,0,'',0),(1004,'','In the security/av video, we may want to include some popup blocking, e-mail, and good surfing practices information. And we should make it a multi part video.',10,1159271974,859,'29.Thnikkaman',0,1,1159271974,0,0,'',0),(1008,'','I have the book he wrote or whatever, i bought it because i knew he was going; you could also borow that one infact zephyr may have a copy still on file it was only like 12 bucks',16,1159282594,996,'2.scott',0,1,1159282594,0,0,'',0),(1005,'','Yes, that would be really cool if I could at least look over the slides on functional and multi-value dependencies, etc. Thanks!',16,1159277391,996,'5.JT',0,1,1159277391,0,0,'',0),(1006,'','Yeah I its just when 10:00 rolls around im not too tired till like 2 at least',16,1159282406,997,'2.scott',0,1,1159282406,0,0,'',0),(1009,'','Lay off the coffe, it can only help.',16,1159292147,997,'10.Vegihan',0,1,1159292147,0,0,'',0),(1010,'','The pdf's are basically his book. I just decided I didn't want to pay for material that was offered for free. Either way, its good stuff. ',16,1159292522,996,'29.Thnikkaman',0,1,1159292522,0,0,'',0),(1011,'','i bought it cause Lawrence was super smart; Its like slon's books buy them even if you don't take the class; they are nice in a pinch I have found like the XML stuff and JSP nice small examples',16,1159294297,996,'2.scott',0,1,1159294297,0,1159295480,'',0),(1012,'','Most high lvl classes will have a discussion section - not required to come to - but helpfull in that the TA will discuss ACTUAL examples (i.e. less theory - more HW type problems). Its already late in the semester, but on thing that may help would be getting a list of people in the class who would be interested a discussion section and then going to the TA/Prof. and asking them when they have free time in their sehedule and possible getting a class room and time in the week we could meet.\r\n\r\nTA's have office hrs - none of us use them enough - this would provide a better avenue for learning this material. \r\n\r\njust a suggestion - but if this was supported enough to get the TA's to sign on to this idea - I know I would come to these discussions because better explanations are needed - otherwise I may actually have to open the book and read it:p',16,1159297320,996,'36.Eric',0,1,1159297320,0,0,'',0),(1013,'','[quote1159298377=Eric]\r\nMost high lvl classes will have a discussion section - not required to come to - but helpfull in that the TA will discuss ACTUAL examples (i.e. less theory - more HW type problems). Its already late in the semester, but on thing that may help would be getting a list of people in the class who would be interested a discussion section and then going to the TA/Prof. and asking them when they have free time in their sehedule and possible getting a class room and time in the week we could meet.\r\n\r\nTA's have office hrs - none of us use them enough - this would provide a better avenue for learning this material. \r\n\r\njust a suggestion - but if this was supported enough to get the TA's to sign on to this idea - I know I would come to these discussions because better explanations are needed - otherwise I may actually have to open the book and read it:p\r\n[/quote1159298377]\r\n\r\nThat's a good idea, you could see what comes of it.',16,1159298398,996,'5.JT',0,1,1159298398,0,0,'',0),(1014,'','Unlike Slonny though, Lawrence was actually beneficial to go to class, where Sloneger just read his book.\r\n\r\nSpeaking of XML, I think I have his book in PDF format somewhere as well.',16,1159303377,996,'29.Thnikkaman',0,1,1159303377,0,0,'',0),(1015,'','Wow, I always turn off the "Remember password" option in all the browsers I use, but I didn't know it actually stored the passwords in plain text. That's really sad.',20,1159304624,982,'9.Nick',0,1,1159304624,0,0,'',0),(1016,'','One time I was programming in Python and I found out that it seriously kicks ass! So here is yet another tip: If you are not already using Python at least sometimes then start doing so now.',20,1159304815,986,'9.Nick',0,1,1159304815,0,0,'',0),(1017,'','Dude, the performance of that little routine won't bog down anything faster than a 486... Besides, facebook.com got smart and started blocking people when serious harvesting is going on so you won't even be able to run the program long enough for that to be noticed.',13,1159304928,970,'9.Nick',0,1,1159304928,0,0,'',0),(1018,'','If you need to re-adjust your circadium rythm a little bit you can try exercise and like 4 or 5 days in a row of taking a Tylenol PM (just one pill, not two like the directions say unless you are overweight) about an hour before you want to be asleep. This will help your body get used to falling asleep at a more normal time and it's really not bad for you. Just don't take the pill on an empty stomach. \r\n\r\nThis method works for me when I get my sleep pattern seriously screwed up. Tylenol PM is NOT habit forming as far as I know, so don't worry.',16,1159305444,997,'9.Nick',0,1,1159305444,0,0,'',0),(1019,'','I have a real desire to learn python just dont have time right now.',20,1159309357,986,'10.Vegihan',0,1,1159309357,0,0,'',0),(1020,'','huh??\r\n',13,1159310360,970,'2.scott',0,1,1159310360,0,0,'',0),(1021,'','i think i'll just get ambien\r\n',16,1159310426,997,'2.scott',0,1,1159310426,0,0,'',0),(1022,'','Ahh yes, drive that tack in with a sledge hammer.',16,1159310608,997,'29.Thnikkaman',0,1,1159310608,0,0,'',0),(1027,'','lol',14,1159323258,1023,'8.Anton',0,1,1159323258,0,0,'',0),(1023,'IE 7 rollout','Date: Tue, 26 Sep 2006 16:23:50 -0500\r\nSender: Iowa Domain OU Administrators <ITS-IOWA-OU-ADMINS@LIST.UIOWA.EDU>\r\nFrom: "Taylor, Bradley K" <bradley-taylor@UIOWA.EDU>\r\nSubject: [ITS-IOWA-OU-ADMINS] Blocking IE7 to Windows XP Machines\r\n\r\nBlocking IE7 to Windows XP machines\r\n\r\nSeptember 26, 2006\r\n\r\n \r\n\r\nSummary:\r\n\r\nITS is recommending departments control the deployment of IE7 to Windows XP machines on campus. If the update is not blocked via some policy the administrator will have no control of when the update will be applied. ITS is strongly recommending that departments determine when they want to update to IE7 and use the following steps to control the release.\r\n \r\n\r\nDetails:\r\n\r\nMicrosoft plans to distribute Internet Explorer 7 as a high-priority update via Automatic Updates for Windows XP and Windows Server 2003 soon after the final version of the browser is released (planned for fourth quarter 2006).\r\n \r\nAlthough Microsoft strongly recommends that customers deploy the update as soon as possible, some departments may need more time to plan the rollout of the Internet Explorer 7. Microsoft now provides a Blocker Toolkit that is intended for those organizations that would like to block automatic delivery of Internet Explorer 7 to machines in environments where Automatic Updates is enabled. If your department is not using Systems Management Server (SMS), Software Update Services (SUS) or another update management solution, you should consider using this Blocker Toolkit to disable the delivery through Automatic Updates. For your convenience, the Toolkit has already been downloaded to the following location: \\iowa.uiowa.edu\shared\NTAdmin\IE7Blocker\r\n \r\n \r\nThe Toolkit includes both a Group Policy Administrative Template (.adm) and a script that set a registry key to prevent Automatic Updates and the Windows Update and Microsoft Update sites from offering Internet Explorer 7 as a high-priority update. The script can be run manually to configure standalone systems or workstations that are not in the UIOWA forest.\r\n \r\nNote: The Blocker Toolkit will not prevent users who are local administrators from\r\nmanually installing Internet Explorer 7 from, for example, external media or the\r\nMicrosoft Download Center.). \r\n \r\nTo further assist OU and SMS Admins, the ECM Group has created two Group Policies and two SMS Packages to help manage the delivery of Internet Explorer 7.\r\n \r\nNote: If you currently have Automatic Updates enabled and would like to install Internet Explorer 7 as soon as it becomes available: DO NOTHING.\r\n \r\nTo block the delivery of Internet Explorer 7 through Automatic Updates:\r\n \r\nGroup Policy Method:\r\nLink Group Policy Automatic Delivery of IE 7-Prevent to your OUs.\r\n \r\nSMS Method:\r\nAdvertise SMS Package/Program Public - Internet Explorer 7 Blocker/ Block Automatic Update to your Collections.\r\n \r\nNOTE: Neither method disables Automatic Updates or access to Windows Update.\r\nNor does either method prevent delivery of updates other than Internet Explorer 7 through Windows Update or Automatic Updates.\r\n \r\n \r\nTo unblock the delivery of Internet Explorer 7 through Automatic Updates:\r\n \r\nGroup Policy Method:\r\n1. Link Group Policy Policy Automatic Delivery of IE 7-Block to your OUs.\r\n2. Un-link Group Policy Automatic Delivery of IE 7-Unblock if applied to your OUs.\r\n \r\nSMS Method:\r\nAdvertise SMS Package/Program Public - Internet Explorer 7 Blocker/ Unblock Automatic Update to your Collections.\r\n \r\n \r\nIf you have any questions regarding the information contained in this document, please contact ITS Help Desk at 384-4357 (4-HELP).',14,1159316748,0,'2.scott',765,1,1161132160,0,0,'2.scott',5),(1024,'','Ok so this isn't relavant to lots of people but i thought i'd post cause i wanted to',14,1159316826,1023,'2.scott',0,1,1159316826,0,0,'',0),(1025,'','I think I like Ruby better...so I say you should learn that instead.',20,1159320450,986,'5.JT',0,1,1159320450,0,0,'',0),(1026,'','[quote1159320567=Thnikkaman]\r\nAhh yes, drive that tack in with a sledge hammer.\r\n[/quote1159320567]\r\n\r\nHahahaha. !amazed ',16,1159320605,997,'5.JT',0,1,1159320605,0,1159320628,'',0),(1028,'','just stay up all night.. avoid caffein, and then around 8pm have a drink..',16,1159323528,997,'8.Anton',0,1,1159323528,0,0,'',0),(1029,'','Yopu know me too well anton but it usually ends up with a couple of drinks at around 1am',16,1159326328,997,'2.scott',0,1,1159326328,0,0,'',0),(1030,'Online Books','There are online books available now\r\n\r\nCheck it fool\r\n\r\nanything with a '+' in it fails to open something wrong with php and strings containing + i guess\r\n\r\nI'm still in debug mode so don't flip when it doesn't work\r\n\r\nIf anyone wants to add books please let me know and you can sftp them to acm1 when we get you an account\r\n\r\n--Leat Hakkor',8,1159326506,0,'3.Leat Hakkor',50,1,1170784955,0,1159326533,'9.Nick',10),(1031,'File Sharing','I think we should all agree to assume that we all use file sharing but for legal purposes of archiving items we have intelectual property rights to. that being said,\r\n\r\nCan we have a discussion about the best file sharing programs out there and what you prefer',14,1159332432,0,'2.scott',947,1,1159406939,0,0,'29.Thnikkaman',9),(1032,'','For all of my legal downloads, I usually prefer bitcomet for torrents. When I used to use p2p, Bearshare was my weapon of choice.',14,1159334008,1031,'5.JT',0,1,1159334008,0,0,'',0),(1033,'','It doesn't seem many people care. However, if you do use yahoo! mail I do recommend you switch over to the beta. It has lots of shortcut keys like ctrl-enter, r, a, etc that do everything for you and it's easier than the old mail to move around.',14,1159334180,786,'5.JT',0,1,1159334180,0,0,'',0),(1054,'','[quote1159369183=Thnikkaman]\r\nBut is Ruby good for quick jobs, and can you use it like a calculator?\r\n[/quote1159369183]\r\n\r\nI'm not an expert, but in my experience the answers are\r\n\r\nYes and yes.',20,1159369198,986,'5.JT',0,1,1159369198,0,0,'',0),(1036,'','OK, I'm definitely going to go to this and I hope other students want to also. I'll be giving everyone more info Monday at the meeting, so you guys can sign up then. We just can't wait too long because this is only 3 weeks away and we have to arrange a van(s) and lodging.',7,1159337002,976,'5.JT',0,1,1159337002,0,0,'',0),(1037,'','some one can sleep in the back of my car if they don't mind the wet dog and moldy fast-food smell',7,1159338107,976,'2.scott',0,1,1159338107,0,0,'',0),(1038,'','I know a guy that is giving me some more that he owns so i'll have Like 500 more in a couple of days',8,1159338167,1030,'2.scott',0,1,1159338167,0,1159338192,'',0),(1039,'','[quote1159338225=scott]\r\nI know a guy that is giving me some more that he owns so i'll have Like 500 more in a couple of days\r\n[/quote1159338225]\r\n\r\nThat's really awesome, great addition to the site. Thanks Scott.\r\n\r\nEat your heart out Nick! !amazed ',8,1159338252,1030,'5.JT',0,1,1159338252,0,1159338279,'',0),(1040,'','http://dotnotfeather.net/oreilly/\r\n\r\nThis is a good site too; he used to be a developer @ SHS where i currently work weekends',8,1159338548,1030,'2.scott',0,1,1159338548,0,0,'',0),(1285,'','I'll see what i can do!',8,1160073359,1051,'2.scott',0,1,1160073359,0,0,'',0),(1041,'','After typing ~765 ACM related emails keeping me up for 2-3 hours, I'm gonna have to agree, 2 AM is boring :P Good night all! Frappacinos in the morning, what a special occasion!',16,1159340858,997,'5.JT',0,1,1159340858,0,0,'',0),(1042,'','[quote1159340893=Eric]\r\nMost high lvl classes will have a discussion section - not required to come to - but helpfull in that the TA will discuss ACTUAL examples (i.e. less theory - more HW type problems). Its already late in the semester, but on thing that may help would be getting a list of people in the class who would be interested a discussion section and then going to the TA/Prof. and asking them when they have free time in their sehedule and possible getting a class room and time in the week we could meet.\r\n\r\nTA's have office hrs - none of us use them enough - this would provide a better avenue for learning this material. \r\n\r\njust a suggestion - but if this was supported enough to get the TA's to sign on to this idea - I know I would come to these discussions because better explanations are needed - otherwise I may actually have to open the book and read it:p\r\n[/quote1159340893]\r\n\r\nAlso, welcome to the forums bro! We've been waiting !alien ',16,1159340929,996,'5.JT',0,1,1159340929,0,0,'',0),(1043,'','Does that 'real' work involve a hdd full of mp3s?\r\n',14,1159367994,914,'29.Thnikkaman',0,1,1159367994,0,0,'',0),(1044,'','I will stick with g-mail and the firefox plugins that let me use it like a network drive.',14,1159368031,786,'29.Thnikkaman',0,1,1159368031,0,0,'',0),(1045,'','I have access to a beta firefox plugin that does private p2p sharing. I can try to get you guys invites if you are interested.',14,1159368082,1031,'29.Thnikkaman',0,1,1159368082,0,0,'',0),(1053,'','[quote1159369143=Thnikkaman]\r\nDoes that 'real' work involve a hdd full of mp3s?\r\n\r\n[/quote1159369143]\r\n\r\nhahahahaha, Busted!',14,1159369152,914,'5.JT',0,1,1159369152,0,0,'',0),(1046,'','Is it good that you are sharing an e-mail that was ment for IT admins on campus. Regardless, it makes me feel warm and fuzzy inside that I am no longer working for CompleWare, who still has not deployed SP2 because they have never got around to validating their software for it.',14,1159368188,1023,'29.Thnikkaman',0,1,1159368188,0,0,'',0),(1061,'','its all about whiskey',16,1159371402,997,'2.scott',0,1,1159371402,0,0,'',0),(1047,'','But is Ruby good for quick jobs, and can you use it like a calculator?',20,1159368240,986,'29.Thnikkaman',0,1,1159368240,0,0,'',0),(1055,'','[quote1159369241=Thnikkaman]\r\nI reccomend a nice dirty martini. That should put you to bed.\r\n[/quote1159369241]\r\n\r\nI needed no help falling asleep, unless that was for Scott :P Only waking up.',16,1159369258,997,'5.JT',0,1,1159369258,0,0,'',0),(1048,'','I am still looking for where I saved those pdfs. However, they are still on Dr. Lawrence's website. You can get them [link=http://cs.uiowa.edu/~rlawrenc/teaching/144/Notes/index.html] here [/link] ',16,1159368388,996,'29.Thnikkaman',0,1,1159368388,0,1159368472,'',0),(1049,'','I reccomend a nice dirty martini. That should put you to bed.',16,1159368581,997,'29.Thnikkaman',0,1,1159368581,0,0,'',0),(1057,'Saving the World','[link=http://en.wikipedia.org/wiki/Stanislav_Petrov]This man[/link] saved the world 23 years ago today, good for him.',15,1159369441,0,'5.JT',909,1,1159385844,0,0,'2.scott',6),(1050,'','Somewhere I have a ton of oreily and other books in pdf format (unless I deleted them at some point). I can submit copies of those when I find them.',8,1159368679,1030,'29.Thnikkaman',0,1,1159368679,0,0,'',0),(1051,'Blogs.','Is there a possibility to get my crap blog listed on the blogs page?????? Sometimes there is something interesting. :D (and it will give me some motivation to post to it more often.\r\n\r\n[link=http://thn1kk4man.livejournal.com/]This be teh blog[/link]',8,1159368998,0,'29.Thnikkaman',118,1,1170277135,0,0,'29.Thnikkaman',35),(1052,'','[quote1159369093=Thnikkaman]\r\nI have access to a beta firefox plugin that does private p2p sharing. I can try to get you guys invites if you are interested.\r\n[/quote1159369093]\r\n\r\nCan you tell me more about this? I may be interested.',14,1159369106,1031,'5.JT',0,1,1159369106,0,0,'',0),(1056,'','Get to it Scottie too Hottie.',8,1159369304,1051,'5.JT',0,1,1159369304,0,0,'',0),(1058,'','No Not at all it actually involves a VPN and and mounting an HDD; its an exercise in security',14,1159371134,914,'2.scott',0,1,1159371134,0,0,'',0),(1059,'','I remember reading about this last year. There should be a holiday, and days off.',15,1159371222,1057,'29.Thnikkaman',0,1,1159371222,0,0,'',0),(1065,'','also there are approximately 770 books in the non-CS section but they are chmod-ed 000 so if you need any of those i will open it for you; let me know',8,1159371769,1030,'2.scott',0,1,1159371769,0,1159371790,'',0),(1060,'','its just a listserv i think anyone can get on it; but they make it super difficult to find',14,1159371228,1023,'2.scott',0,1,1159371228,0,0,'',0),(1062,'','im on it captain',8,1159371452,1051,'2.scott',0,1,1159371452,0,0,'',0),(1271,'To our 'Leat' Hacker','I hate myself for knowing this, but it's spelled Leet, L33t or 1337. Take your pick :)',24,1160067612,0,'5.JT',86,1,1160356672,0,0,'29.Thnikkaman',21),(1063,'','i fixed the '+' error so they all work now',8,1159371492,1030,'2.scott',0,1,1159371492,0,0,'',0),(1064,'','when i hear about people like him my faith in humanity is slightly grows',15,1159371630,1057,'2.scott',0,1,1159371630,0,0,'',0),(1066,'Engineers and MIS Students','Today sometime, we should have an email sent out to EEs, CEs, and MIS students about the ACM. It's pretty much the same as the sweet email Nick typed up earlier, with some changes that reflect the change in date since that was typed.\r\n\r\nNext meeting may be pretty big. I've always wondered, we only need 25-30 people to show up to a meeting to outgrow the lounge. What are we gonna do that when that happens?\r\n\r\nMaybe there are some nice rooms in the Engineering building?',7,1159372453,0,'5.JT',24,1,1159400516,0,1159372480,'5.JT',6),(1067,'','we could always get a room in the IMU \r\n\r\nI know other StudentLife groups do',7,1159373149,1066,'2.scott',0,1,1159373149,0,0,'',0),(1068,'','Just remember that we as a race always have potential, I also believe that we have a base need to thin the heard. Since we don't have any natural predators as a species, we invent wars to prevent overpopulation. That or I am on drugs.',15,1159377002,1057,'29.Thnikkaman',0,1,1159377002,0,0,'',0),(1078,'','no way dude whiskey is the very best',16,1159384883,997,'2.scott',0,1,1159384883,0,0,'',0),(1069,'','Whisky is good, but Vodka is the vino of hard liquor.',16,1159377063,997,'29.Thnikkaman',0,1,1159377063,0,0,'',0),(1075,'','We could just have 2 locations and do video confrencing. <This is just a joke, dont take me seriously>',7,1159384461,1066,'10.Vegihan',0,1,1159384461,0,0,'',0),(1070,'','When we used to do presentations that got a large group, we would just grab a classroom in McLean. 110 is usually available.',7,1159377253,1066,'29.Thnikkaman',0,1,1159377253,0,0,'',0),(1076,'','[quote1159384623=Thnikkaman]\r\nWhen we used to do presentations that got a large group, we would just grab a classroom in McLean. 110 is usually available.\r\n[/quote1159384623]\r\n\r\nThat's where Bob's presentation is on Monday, I'll have to see how big it is then, I don't remember what it looks like, but thanks!',7,1159384657,1066,'5.JT',0,1,1159384657,0,0,'',0),(1071,'','I'm sure many of you know by now, but I heard it this morning on sports radio, very crazy news:\r\n\r\nTO (Terrell Owens) attempted to commit suicide.\r\n\r\n[link=http://sports.espn.go.com/nfl/news/story?id=2604395]Here's a story. [/link]\r\n\r\nNow, not many people liked TO or respected him, but I would never wish this on anyone and I hope that all those around him are doing ok and I hope he can stabilize his mind.',15,1159383272,415,'5.JT',0,1,1159383272,0,0,'',0),(1093,'','AHAHA!!\r\n',15,1159401804,415,'2.scott',0,1,1159401804,0,0,'',0),(1073,'','There is that report but the other one is that he misjudged his meds and took a few to many on accident. You may say he is stupid but if he was in alot of pain its not hard to take to much pain killers.',15,1159384267,415,'10.Vegihan',0,1,1159384267,0,0,'',0),(1091,'','[quote1159400502=Thnikkaman]\r\nIts the same room we had PLC in.\r\n[/quote1159400502]\r\n\r\nUgh, you just ruined everything.',7,1159400516,1066,'5.JT',0,1,1159400516,0,0,'',0),(1074,'','I agree vodka rocks. My favorite type is Blue, whats yours?',16,1159384334,997,'10.Vegihan',0,1,1159384334,0,0,'',0),(1077,'','[quote1159384746=Thnikkaman]\r\nJust remember that we as a race always have potential, I also believe that we have a base need to thin the heard. Since we don't have any natural predators as a species, we invent wars to prevent overpopulation. That or I am on drugs.\r\n[/quote1159384746]\r\n\r\nI'll take all of the above for $500 Alex :)',15,1159384767,1057,'5.JT',0,1,1159384767,0,0,'',0),(1079,'','Orange juice? !dodge ',16,1159384943,997,'5.JT',0,1,1159384943,0,0,'',0),(1080,'','no. we have wars cause we're selfish and are jerks; maybe its caused by overpopulation; like damnit I want another ear of corn if people in wisconson weren't around there'd be more corn for me, conclusion: Let's kill wisconsonites\r\n\r\nmostly its cause we don't have the ability to take other peoples perspective (I took a whole class on this shit;; super boring[ Introduction to Political Behavior]) and if we were to take a step back most of the time we'd see that they are fighting about something that happened 4 hundred years ago that most people don't even have the facts correct; We just like to be mean and we have a tough time blaming ourselves, its much easier to hate those different from us;; Look up the [link=http://www.age-of-the-sage.org/psychology/social/sherif_robbers_cave_experiment.html]sherif experiement; [/link]\r\n\r\nSometimes we're just assholes\r\n\r\nsorry if this is a hijack',15,1159385635,1057,'2.scott',0,1,1159385635,0,1159385773,'',0),(1081,'','but other times when people do the right thing and almost make the world seem liveable; it's when you should take a step back and marvel in the awesomeness of it',15,1159385844,1057,'2.scott',0,1,1159385844,0,0,'',0),(1082,'','Its called AllPeers. Here is the [link=https://addons.mozilla.org/firefox/3234/]link[/link] for the plugin. It looks like that the beta is no longer invite only. Just register with an e-mail address, and you should be all set.',14,1159386585,1031,'29.Thnikkaman',0,1,1159386585,0,0,'',0),(1083,'Banking security','This is not really related to Computers at all but mostly to poor people and well...we know we are\r\n\r\nI post-dated a check and the recipient cashed it prior to the post date, so i called my bank and asked what the Deal was and she said "We are not liable for the date on checks nor do we look at them we just assume they are correct"\r\n\r\nso if your at hills (as i am) never post date a check and assume that you have that amount of time for it to clear... just a little warning,\r\n\r\nI know some people that are experts at floating a check over the weekend but if you do it with postdating be warned\r\n\r\n x) ',16,1159388095,0,'2.scott',24,1,1159468947,0,1159388161,'8.Anton',5),(1084,'','When I was listening to Mike and Mike this morning, they said in the police report that:\r\na) They found 35 pain pills in TO's stomache, and\r\nb) When the police asked him if he was trying to hurt himself, he said yes.\r\n\r\nThat doen't sound like an accident to me. I hope he gets the help he needs. I would like to see a self confidant TO.',15,1159389920,415,'29.Thnikkaman',0,1,1159389920,0,0,'',0),(1085,'','Its part of the legislation that was passed a couple of years ago. When you pay for something with a check, the recipient is legally allowed (and should have the technology) to immediately get the funds.',16,1159390012,1083,'29.Thnikkaman',0,1,1159390012,0,0,'',0),(1089,'','... i use bittorrent and limewire pro... which i bought... cough...',14,1159394429,1031,'35.thomas-hornbeck',0,1,1159394429,0,0,'',0),(1086,'','I must admit, I like Grey Goose, but I also like to try some of the micro brews. Minnesota brews a very smooth vodka called Shakers, and there is one distilled in CR called Pure Heart. Both make excellent martinis. \r\nAnd for a nice warm drink when you are gaming or anything else, (all of you minors, please read a different thread) try this:\r\n1 part expresso\r\n1 part Irish Creme (Baleys (sp?) is really the best)\r\n1 part coffee flavord liquour (i.e. Kaluah)\r\n\r\nAdd more expresso to taste. Its good stuff.',16,1159390807,997,'29.Thnikkaman',0,1,1159390807,0,0,'',0),(1102,'','let's just say that when i was a noob i happened to have over done it on vodka once and since then vodka (other than a bloody mary) I prefer varnish to vodka',16,1159407451,997,'2.scott',0,1,1159407451,0,0,'',0),(1087,'','Its the same room we had PLC in.',7,1159390847,1066,'29.Thnikkaman',0,1,1159390847,0,0,'',0),(1092,'','Dude, I have allpeers also. I'm a beta tester but I have nobody to test with. Let's give it a shot.',14,1159401111,1031,'9.Nick',0,1,1159401111,0,0,'',0),(1088,'','That seems kinda decietful\r\n\r\nNot to mention the fact that it was my landlord and i Noted to her that she shouldn't cash it cause it was postdated but i thought banks had to wait cause it wasn't valid\r\n\r\nThat really Pisses me off; i guess because i assumed that my financial transaction were being regulated better than they in fact are',16,1159392725,1083,'2.scott',0,1,1159392725,0,1159392974,'',0),(1090,'','Turns out it was all media frenzy. TO is still pseudo-OK in the head. He's just the Paris Hilton of football, that's all.',15,1159400046,415,'5.JT',0,1,1159400046,0,0,'',0),(1094,'','BTW, the programs I use are uTorrent and Shareaza. Shareaza is a spyware/adware/nagware free P2P client that I think does a better job than Limewire or any other programs in the same class when configured properly (check the Wiki's for more on that). uTorrent can be used in Windows and GNU/Linux if you run it with Wine. \r\n\r\nI have rather extensive experience downloading backups for my legally acquired intellectual property and would highly reccommend uTorrent to anyone looking for seriously FAST downloads. I swear it outperforms every torrent program I've ever used. If anyone knows of a program that does better (not Azureaus, or however you spell it) please post about it.',14,1159403370,1031,'9.Nick',0,1,1159403370,0,0,'',0),(1095,'','No thinning of the heard going on here...',15,1159406246,415,'9.Nick',0,1,1159406246,0,0,'',0),(1096,'','Your landlord is a whore. I could understand if she just didn't check the date and cashed it, but you actually made her a note about it and she still did! Looks like you are paying rent AND an overdraft fee this month...',16,1159406516,1083,'9.Nick',0,1,1159406516,0,0,'',0),(1097,'','Anyone?',16,1159406550,581,'9.Nick',0,1,1159406550,0,0,'',0),(1098,'','I'm not sure the bank guy said my u-bill charge was getting taken out today and since i was depositiing today im not sure',16,1159406854,1083,'2.scott',0,1,1159406854,0,0,'',0),(1099,'','I have been using Azeureus for a while, and I like it for bieng a bloated java client. Just discovered microTorrent ie utorrent, and I like it so far. It needs a linux port.',14,1159406939,1031,'29.Thnikkaman',0,1,1159406939,0,0,'',0),(1100,'','most of TV is bullshit; but i love seeing really low budget Sci-Fi\r\n\r\nThere was one on Sci-Fi channel starring X-adult art-film actress Traci Lords and it was supposed to be in the year 3000 or something they had the ability to teleport and stuff but they were using the command line; Its like you have teleportation in the future but not a nice user friendly gui??\r\n\r\nbut proof that linux will be around till at least year 3000 cause they for sure weren't using command.com (windows reference)',16,1159407004,581,'2.scott',0,1,1159407004,0,1159407058,'',0),(1101,'','I'm not much of a martini drinker, but I do prefer a good vodka to any whiskey. Grey Goose and Stoli are at the top of my list. For mixed drinks though, it really doesn't make a difference if it's $5.99 for 1.75 liters or $35 for 750ml.',16,1159407332,997,'9.Nick',0,1,1159407332,0,0,'',0),(1103,'Website features','\r\n\r\nour forums turned 4months old today\r\n\r\nBut Mainly after looking at the statitstics there are really only 4 people on the forums and between JT and I we make up over 50% of the Forums\r\n\r\nSo if there are any suggestions to imporve the Website to make it more hospitable LET ME KNOW IN THIS FORUM\r\n\r\nI think a code dump page would be good and i think that if i were to get some free time i could build on into e107 Its got a descent API\r\n\r\nI also think the EBOOKs will help There are alot!\r\n\r\nanything else??\r\n\r\nIU can code small things pretty quiclkly so even small things are good to do now when i only have small time\r\n\r\n !alien ',8,1159407870,0,'2.scott',38,0,1159496465,0,0,'2.scott',11),(1104,'','maybe something for the ladies i think tiffany and Catherine are the only two human females on our site and between them i think there is only 1 or 2 posts;',8,1159408169,1103,'2.scott',0,1,1159408169,0,1159408281,'',0),(1105,'Posters','WE need to come up with something valueable and advertise it with like a piece of paper with a drawring on it which we could place in different places around this area (intentionally vague i started it you finish)\r\n\r\n',10,1159408477,0,'2.scott',13,1,1159457449,0,0,'5.JT',3),(1106,'','[quote1159416919=scott]\r\nmaybe something for the ladies i think tiffany and Catherine are the only two human females on our site and between them i think there is only 1 or 2 posts;\r\n[/quote1159416919]\r\n\r\nHold on, we have non-human females on the site?',8,1159416984,1103,'5.JT',0,1,1159416984,0,0,'',0),(1107,'','Good job, they were trying to hide out and you two had to go and blow thier cover. Now we will never meet ET females.',8,1159418318,1103,'10.Vegihan',0,1,1159418318,0,0,'',0),(1111,'','now we're getting somewhere\r\n',10,1159454888,1105,'2.scott',0,1,1159454888,0,0,'',0),(1108,'','That explains it. Then \r\n\r\nSHOTS OF TEQUILA FOR EVERYONE.\r\n\r\nANd don't forget:\r\n.\r\n.\r\n..\r\n.\r\n.\r\n.\r\n.\r\nCAPS LOCK IS CRUSE CONTROL FOR COOL',16,1159443828,997,'29.Thnikkaman',0,1,1159443828,0,0,'',0),(1109,'','How about a picture of __________ with a caption that says:\r\nIf you come to ACM ______________, and ______________.\r\nMeetings every other Monday or Thursday.',10,1159443979,1105,'29.Thnikkaman',0,1,1159443979,0,0,'',0),(1112,'','Anyway, I think the site is going a good direction and we should keep it up. The one I thing I was really thinking was just to improve the look of the site, which Ben is working on. Someday however we may want to have a smoother looking website. Maybe even like *gasp* the [link=http://bta.biz.uiowa.edu/]BTA's site[/link]. Just the drop down menus, etc are nice because eventually we will have too many menus up top.',8,1159457366,1103,'5.JT',0,1,1159457366,0,0,'',0),(1110,'','well i wasn't sure if female was a none so i thought if it was an adjective i should use it to describe something Like human but i looked up and it is a noun',8,1159454857,1103,'2.scott',0,1,1159454857,0,0,'',0),(1113,'','We have signs, look for them starting to pop up around the building today. Tell me if you like them.',10,1159457449,1105,'5.JT',0,1,1159457449,0,0,'',0),(1114,'','I don't know about computing 20 yrs from now - but if anyone remembers the PS9 commercial (which was an add for when the PS2 just started to come out)- we'll all be able to walk around while playing a game where the images and sounds are being microwaved directly into your brain :p Think I'm kidding - look for some of the 'voice of god' type def. research - its only a matter of time...',14,1159457920,582,'36.Eric',0,1,1159457920,0,0,'',0),(1116,'','I have written some CSS dropdown menus in the past. Let me know if you need some help, and I will let you know if I have the time.\r\n',8,1159467866,1103,'29.Thnikkaman',0,1,1159467866,0,0,'',0),(1117,'','you should have made a note in the Memo: field.. something like - NOT VALID UNTIL THE SPECIFIED DATE\r\n\r\ngood to know thou'.. and i feel for ya, man..',16,1159468947,1083,'8.Anton',0,1,1159468947,0,0,'',0),(1118,'','I was thinking about drop downs too but some of them like the main uiowa site suck to navigate on!!\r\nso you have to be really carefull with them;\r\n\r\nand because laptops are quite common you need to keep them in mind I know on older laptops the mouse persision sucks on the touch pads; and i even have a tough time with the universities on my laptop (or with a mouse if im in any hurry at all)',8,1159477794,1103,'2.scott',0,1,1159477794,0,1159477821,'',0),(1119,'','Well I am not a web programming guy, I just don't enjoy it, so I don't know all the good tricks and everything, but I just want our site to be described by others as 'slick' or 'smooth' If we can get that I am happy.',8,1159477978,1103,'5.JT',0,1,1159477978,0,0,'',0),(1120,'','yeah i know \r\nI can do the slick and smooth so long as somebody draws me pick first!\r\n\r\nother than that im no better than you i'm sure!\r\n\r\nMy graphic creativity level is in the subpar level!',8,1159482059,1103,'2.scott',0,1,1159482059,0,0,'',0),(1121,'','Why would you buy something from WalMart? Do you hate America? :)',25,1159486122,979,'9.Nick',0,1,1159486122,0,0,'',0),(1122,'','You could spend time doing this, or you could just go to any of the pages I will list below and search for the algorithm or code you need.\r\n\r\nIn no particular order here they are:\r\n [link=http://krugle.com/][b]Krugle.com[/b][/link]\r\n [link=http://www.koders.com/][b]www.koders.com[/b][/link] \r\n [link=http://www.codase.com/][b]www.codase.com[/b][/link] \r\n [link=http://archive.devx.com/sourcebank/][b]Sourcebank[/b][/link] ',12,1159487028,715,'9.Nick',0,1,1159487028,0,0,'',0),(1123,'','Thank you Tiffany. Anyone else?',13,1159487222,846,'9.Nick',0,1,1159487222,0,0,'',0),(1125,'','I don't see too many people disagreeing with this one :) I'm down with it.',11,1159490601,1124,'5.JT',0,1,1159490601,0,1159490645,'',0),(1126,'','[quote1159491393=Nick]\r\nWhy would you buy something from WalMart? Do you hate America? :)\r\n[/quote1159491393]\r\n\r\n\r\nyea walmart definitely sucks... if u knew that low prices help bankrupt the middle class and enslave most of the 3rd world, u wouldn't shop there... but then again if ur broke u have no choice.',25,1159492008,979,'35.thomas-hornbeck',0,1,1159492008,0,0,'',0),(1128,'','Part of it was that having people Looking for code and and finding our site makes us look good plus having our code posted is good too and also its nice cause we could *post former class code*',12,1159492385,715,'2.scott',0,1,1159492385,0,0,'',0),(1127,'','hey umm my mom got it for me for christmas let's keep this about me selling my grill which i want (kinda desparate here im a vegitarian and its just sitting in my living room taking up space)\r\n\r\nSo name your price',25,1159492190,979,'2.scott',0,1,1159492190,0,0,'',0),(1129,'','1 cent. Im kidding by the way. I shop at walmart becaue they are one of the few places that carries my soap and every Walmart has the same basic floor plan so I can find what I want quickly.',25,1159492404,979,'10.Vegihan',0,1,1159492404,0,0,'',0),(1130,'','.... in the next 20 years the world will suffer a great economic depression due to the exhaustion of worldwide fossil fuels which have driven the growth of the worldwide economy, we'll go into a new dark age, where the production of food surpasses the need to fabricate microprocessors.... technology growth will stunt for a good 50-60 years until human kind finds alternative energy sources.',14,1159493839,582,'35.thomas-hornbeck',0,1,1159493839,0,0,'',0),(1140,'','Not to be a killjoy, but I would like to remind the group that the scope of our project now is to just get the application and database working. Personally, I'm kind of skeptical about the webcam idea and I have a feeling we could spend too much time trying to get it working. For now, we need to keep the scope of the project in mind and worry about the add ons later.',11,1159496376,855,'14.Jed',0,1,1159496376,0,0,'',0),(1131,'','http://money.cnn.com/2006/09/15/technology/disruptors_eestor.biz2/index.htm\r\n\r\nactually oil dependency may end soon, just make sure u buy ESStor stock now.',14,1159495130,582,'35.thomas-hornbeck',0,1,1159495130,0,0,'',0),(1132,'Algorithms','I have to say I'm hating my algorithms class right now. The material is already difficult to start with, but add in a prof I can't understand = pain. I know I'm not alone in this either. \r\n\r\nI've googled around some and found that advanced, high level algorithms classes at other major universities are using the same book as us and getting similar homework assignments. This is not supposed to be a high level class!\r\n\r\nSo yeah, I guess I'm whining some, but I just had to vent some frustrations. Who's with me?',16,1159495380,0,'14.Jed',136,1,1161732016,0,0,'2.scott',28),(1133,'','I'd almost put money on that it was a publicity stunt. You know the spotlight had turned other places after he broke his hand. I'm waiting for the meltdown in Dallas because I have some Cowboys fans to haze about even bringing in TO. ',15,1159495732,415,'14.Jed',0,1,1159495732,0,0,'',0),(1134,'','I am a charcoal man. Sorry. It is so much easier to smoke ribs on a charcoal grill than it is a gas.',25,1159495773,979,'29.Thnikkaman',0,1,1159495773,0,0,'',0),(1135,'','You know, like everything else, if we would just ignore TO, he would go away. I am soooooo happy that Denver did not pick him up. And I am not missing Lele as much now.',15,1159495930,415,'29.Thnikkaman',0,1,1159495930,0,0,'',0),(1151,'','Oliveira was sooo bad in Discrete, I know what you mean Noah, she acts like such an idiot.\r\n\r\nI am very lucky I had it with Jarko Kari his last semester here, he was a very nice guy and a decent teacher. I can also try to help some with it.',16,1159536055,1132,'5.JT',0,1,1159536055,0,0,'',0),(1136,'','Who is teaching it this semester?',16,1159495997,1132,'29.Thnikkaman',0,1,1159495997,0,0,'',0),(1144,'','I may be able to help with LDAP look ups (for a plugin)',11,1159497186,855,'2.scott',0,1,1159497186,0,0,'',0),(1137,'','Sounds like an awesome time. Unfortunately, I will be out of town that weekend. Sounds like Illinois has a really good ACM though and would be a good model for us. \r\n\r\n\r\n\r\n\r\nUgh, I can't believe I just complimented Illinois. Oh well, at least we own them in football.',7,1159496039,976,'14.Jed',0,1,1159496039,0,0,'',0),(1138,'','[quote]and because laptops are quite common you need to keep them in mind I know on older laptops the mouse persision sucks on the touch pads; and i even have a tough time with the universities on my laptop (or with a mouse if im in any hurry at all)[/quote]\r\n\r\nFor that sentence alone, I am going to start referring to you as Virginia Wolfe. If you don't understand, read Ms. Dalloway sometime. (and no, I am not really going to call you Virginia Wolfe.)',8,1159496158,1103,'29.Thnikkaman',0,1,1159496158,0,0,'',0),(1142,'','I am sure that if there is an SDK for the robot, just about any language will work. And if you are going to do some AI stuff, I would be willing to loan my book for this. Also, make sure that you know your tree searching algorithms well if you are going to do AI.',11,1159496465,1124,'29.Thnikkaman',0,1,1159496465,0,0,'',0),(1139,'','that and the fact that we go through fuel dependancy shocks all the time In fack the Western world goes through phases;\r\n\r\nour primary source of energy at one point was whale oil!!\r\n\r\ni saw this somewhere but i can't remember where at some point like you suggest we'll just move on to something cleaner and cheaper like we always do',14,1159496360,582,'2.scott',0,1,1159496360,0,0,'',0),(1141,'','I'm lost\r\n\r\nplease link me to the cliffs notes version',8,1159496465,1103,'2.scott',0,1,1159496465,0,0,'',0),(1154,'','Oh, like our own code posted here. That's a pretty good idea dude. I didn't understand what you meant before. If you get something working I will post all my old code.',12,1159539171,715,'9.Nick',0,1,1159539171,0,0,'',0),(1143,'','Hantao Zhang',16,1159496516,1132,'14.Jed',0,1,1159496516,0,0,'',0),(1588,'','Always go with your first choice unless you know you made an obvious mistake. Never dwell on a problem.',16,1160700133,996,'29.Thnikkaman',0,1,1160700133,0,0,'',0),(1145,'','I agree Algorithms is the worst CS class I have taken so far. I go and talk to the TA every Thursday and sometimes, like today, he doesnt even know the answer to my questions. I haven't learned a single thing from the class, granted i read the newspaper everyday, but that is just to keep me awake. I know several students who listen to the lectures and dont get anything out of them either. What is the purpose in taking a class when you dont learn anything?',16,1159504383,1132,'10.Vegihan',0,1,1159504383,0,0,'',0),(1152,'','you have to read the book i learned a ton from that book',16,1159536400,1132,'2.scott',0,1,1159536400,0,0,'',0),(1146,'','If you guys do go, I think it would be a good idea to get contact information so in the future the UofI ACM can work with the UofI ACM to do some really big and neat events.',7,1159504684,976,'10.Vegihan',0,1,1159504684,0,0,'',0),(1149,'','Just be thankful that its not Oliviera. Not only would you not learn anything, but you would be questioning weather or not she new anything either. I have Zang for AI this semester, and he appears to know what he is doing, the accent is just pretty tough to get past. \r\nI can try to help with any questions you may have, just post them here.',16,1159531724,1132,'29.Thnikkaman',0,1,1159531724,0,0,'',0),(1147,'','I still remember a few things - and can catch on quick to whatever I've forgot -- If your really stuck on something feel free to give me a call - or pst a question and I'll try to help if I can.',16,1159528123,1132,'36.Eric',0,1,1159528123,0,0,'',0),(1148,'','sign me up',7,1159530165,976,'36.Eric',0,1,1159530165,0,0,'',0),(1150,'','[quote1159535280=Thnikkaman]\r\nYou know, like everything else, if we would just ignore TO, he would go away. I am soooooo happy that Denver did not pick him up. And I am not missing Lele as much now.\r\n[/quote1159535280]\r\n\r\nI laugh every time I think of how dumb Lelie's holdout was. He wanted to be a #1, so he forfeited 1 million dollars, months of practice, started whining, and then became the #3 receiver on a team that passes even less than Denver, and claims he's happy? Great, be happy, good luck on your path to 25 rec. and 300 yards. Man, he had good hands that last year, but didn't he learn anything from Rod Smith? I like how Javon Walker and David Kircus look, I am definitely very happy with the receivers.',15,1159535418,415,'5.JT',0,1,1159535418,0,0,'',0),(1156,'','more books in 9-29',8,1159544894,1030,'2.scott',0,1,1159544894,0,0,'',0),(1153,'','I think I remember them...if not I still have my algorithms book. Thanks for offering your text, I'm sure it will be needed b/c I've not taken the AI class yet and don't know a whole lot about it. Hence, wanting to do this project.',11,1159539064,1124,'9.Nick',0,1,1159539064,0,0,'',0),(1155,'','I'm going to have Olivera next semester for Algorithms and I'm not looking forward to it. Will I learn anything?',16,1159539320,1132,'9.Nick',0,1,1159539320,0,0,'',0),(1157,'','seriously read the Book; I picked the book up and couldn't put it down (kinda strange cause its not the kinda thing i like to read normally) just like any class in CS here if you want more than a passing knowledge of the subject you need to look at it on your own',16,1159545009,1132,'2.scott',0,1,1159545009,0,0,'',0),(1166,'','[link=http://www.acm.uiuc.edu/conference/2006/events.php]Schedule.[/link]\r\n\r\nI am thinking about having us go there for almost all of Friday, and then most of Saturday. I don't see any real compelling reasons to stay until Sunday, especially because that equals one more night in the hotel.',7,1159547798,976,'5.JT',0,1,1159547798,0,0,'',0),(1158,'','EXACTLY!!\r\n',12,1159545066,715,'2.scott',0,1,1159545066,0,0,'',0),(1159,'','i guess posting at 2am isn't a good idea cause no one know wtf i am talking aboot',12,1159545101,715,'2.scott',0,1,1159545101,0,0,'',0),(1160,'','Definitely. Lele was just too scared/stupid to tell the truth. And that was he did not get along with Shanahan. And how do you not get along with Shanahan, you become a whiny little <expleted deleted> that doesn't want to do the work to reap the rewards.',15,1159545902,415,'29.Thnikkaman',0,1,1159545902,0,0,'',0),(1430,'','What wouldn't you doubt, that he knows how to build a time machine or that he knows the guy who came up with mp3s, or both?',24,1160455679,1355,'10.Vegihan',0,1,1160455679,0,0,'',0),(1161,'','Like Scott said, read the book. Oliviera's tests were open book, so hopefully you will have that. Other than that, expect to not be challenged, and to learn nothing. Her programming assignments were a joke as well were her tests. If you can, hold out until next fall.',16,1159546047,1132,'29.Thnikkaman',0,1,1159546047,0,0,'',0),(1162,'','I am in it now. For a robot traversing a maze, you basically want to set up the different states you expect him to pick from (turn left, turn right, move forward, move backward, stop), and decide what kind of sensors he would need to traverse the maze. Thne write code that traverses the maze using a maze algorithm. ',11,1159546210,1124,'29.Thnikkaman',0,1,1159546210,0,0,'',0),(1218,'Using powerpoint to teach class','Maybe it's just me, but professors using powerpoint to teach a class is not very effective. 3 of 4 classes I am taking this semester use powerpoint and I find that I'm having a harder time retaining the material. It's one thing to use powerpoint as a reference to list a few bullet points and then lecture over each bullet point - I'm ok with that use of ppt. But it's an entirely different thing to read your entire lecture off of the slides (ie Database, Algorithms). I know some people find ppt an easy way to learn, I just can't do it. I really believe there is something to retaining information when you write it yourself.\r\n\r\n',16,1159849458,0,'14.Jed',31,1,1159890940,0,0,'29.Thnikkaman',4),(1163,'Hawks-Buckeyes','Anyone else as pumped for this game as I am?\r\n\r\n\r\nGo Hawks!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!',15,1159546750,0,'14.Jed',978,1,1160393101,0,0,'29.Thnikkaman',12),(1164,'','[quote1159547218=scott]\r\ni guess posting at 2am isn't a good idea cause no one know wtf i am talking aboot\r\n[/quote1159547218]\r\n\r\nIs that different than usual? ;) ',12,1159547231,715,'5.JT',0,1,1159547231,0,0,'',0),(1165,'','Oliveira is such a horrible teacher. Since the tests are open book, I would take a bunch of notes inside your book. It's what I did in Discrete.',16,1159547302,1132,'5.JT',0,1,1159547302,0,0,'',0),(1167,'','Oh, and please nobody register yet. We are going to do a group registration, just to make things easier.',7,1159547844,976,'5.JT',0,1,1159547844,0,0,'',0),(1168,'','yeah, Go Buckeyes!!!!!!',15,1159548917,1163,'10.Vegihan',0,1,1159548917,0,0,'',0),(1170,'','This is still all whacked out, and annoying sometimes. Often I will log into the site, and none of the forums will have red bullets, despite the fact there are 20 new posts. Also, I will often read many threads, yet it will still have many posts from that thread in the 'unread posts' page.',8,1159553086,32,'5.JT',0,1,1159553086,0,0,'',0),(1169,'','[quote1159551523=Vegihan]\r\nyeah, Go Buckeyes!!!!!!\r\n[/quote1159551523]\r\n %-6 .... :(( ...... ~:( ..... !ill ',15,1159551541,1163,'5.JT',0,1,1159551541,0,0,'',0),(1171,'','dude it always works for me when i clcik refresh but you can't use that bottom thing because i think it goes from wwhat was new when you logged in \r\n\r\n',8,1159557830,32,'2.scott',0,1,1159557830,0,0,'',0),(1172,'','I'll bring my LT monday and give you a presentation',8,1159557873,32,'2.scott',0,1,1159557873,0,0,'',0),(1173,'','turn your cache off and even with it off opera (for me often shows a cached page) so no caching',8,1159557909,32,'2.scott',0,1,1159557909,0,0,'',0),(1174,'','[quote1159558005=Vegihan]\r\nyeah, Go Buckeyes!!!!!!\r\n[/quote1159558005]\r\n\r\nyeah, GOOOOOOOOOOOOOOOOOOOOOO Home!!!!',15,1159558062,1163,'29.Thnikkaman',0,1,1159558062,0,0,'',0),(1183,'','Agreed on the boring class. From my discussions with another professor, it sounds like we're getting the same concepts and material as previous classes. So it must be something with how Hwanjo teaches or lacks explanation which makes the class boring and difficult to follow.\r\n\r\nThanks for posting that link by the way, I wasn't sure if those were still out there.',16,1159588334,996,'14.Jed',0,1,1159588334,0,1159588431,'',0),(1175,'','I'll buy it for $25 if no one else wants it... i think i could give it to my mom... i would have no place to store it if its of decent size.',25,1159558656,979,'35.thomas-hornbeck',0,1,1159558656,0,0,'',0),(1691,'','Here's an email that Carol sent back to me, what do you think?\r\n\r\n [blockquote]Hi JT,\r\n\r\nWe've talked over possible times for your Q/A session for beginning and potential CS majors. How about the Thursday after Thanksgiving (November 30), after 2:30 p.m. That would avoid any of the lectures for the big CS major courses and most of the discussion times. It would also be before most of these students would have registered. If you have it before Thanksgiving break, we're afraid it would get lost in the eagerness for the vacation. We would also be afraid that the Tuesday after the break would get forgotten.\r\n\r\nYou'd want to advertise the session pretty broadly. Give us the details and we'll talk with advisees about it. Maybe ask to make an announcement in 22C:5, 16, 19, and 21, or ask if there's another good way to reach those students. You could use some of the student questions we have sent you in your advertising.\r\n\r\nAs to where to have it, ask Catherine Till how to schedule rooms. If you were thinking of the conference room on our floor in the Pomerantz Center, I think you might be able to go through Linda Spence (353-5707). \r\n\r\nLet us know your plans.\r\n\r\nCarol[/blockquote] ',10,1161107038,97,'5.JT',0,1,1161107038,0,0,'',0),(1176,'','Oliveira is not that bad of a teacher, I mean if it wasn't for her there would be no fluff classes in the Computer Science dept. I guess im just saying that b/c i got A's in her classes with little or no effort.... \r\n\r\nthe key to getting a good grade in her class is to not go to lecture and read the book, strangly people that never go to her lectures do really well in her class... it seems that her lectures only leave you lost and confused. the concepts behind algorithms is not that difficult at all, dynammic programming, stays ahead, inversions, etc... it just so happens that most of the published material on algorithms explains it in a way that is way to complicated and technical... try to read outside sources that explain the concepts in a simplified manner and build from there... as a rule of thumb CS textbooks generally suck... ',16,1159559039,1132,'35.thomas-hornbeck',0,1,1159559039,0,0,'',0),(1185,'','mandriva\r\nfedora core i think you can yum tvtime',14,1159589641,119,'2.scott',0,1,1159589641,0,0,'',0),(1177,'','i haven't noticed any problems... its might be an error that only affects certain accounts, like admin accounts. who wrote this forum app anyway? or is it an open source project?',8,1159559253,32,'35.thomas-hornbeck',0,1,1159559253,0,0,'',0),(1179,'Campus Related Outages','http://helpdesk.its.uiowa.edu/outages/\r\n\r\nGO here its a nice site for when the University has networking problems like [link=http://helpdesk.its.uiowa.edu/outages/entry.asp?id=490]this past week[/link]',15,1159575382,0,'2.scott',947,1,1159745515,0,0,'9.Nick',3),(1178,'','OpenSource',8,1159575065,32,'2.scott',0,1,1159575065,0,1159594292,'',0),(1180,'','Good to know, thanks!\r\n\r\nIs there an ISP that doesn't suck?',15,1159577849,1179,'5.JT',0,1,1159577849,0,0,'',0),(1181,'','What's a distro that meets the following requirements?\r\n\r\nHas KDE.\r\nCan run on a computer with a 700 Mhz processor and 384 MB of RAM.\r\nIt would seem reasonable that I could get a crappy TV tuner card working on it.\r\n\r\nThat's all. Thanks :)',14,1159580068,119,'5.JT',0,1,1159580068,0,0,'',0),(1184,'','I took Discrete with Oliviera and basically hated it. The textbook for the class was really poor. Her "quizzes" were every bit as long as an exam. The class was very poorly planned - we had our second midterm the week before finals and still had to take a final! I had just as hard of time understanding her as Zhang too. So I'm not thrilled with a couple of my classes. \r\n\r\nNow what I really worry about is the computation class. Anybody have opinions on whether I should take Limits of Comp or Theory of Comp? Professor opinions for those classes are welcome too.',16,1159588876,1132,'14.Jed',0,1,1159588876,0,0,'',0),(1186,'','I get confused sometimes, lets try it again. \r\nGo Tigers!!!!\r\nWait thats not right.\r\nGo Hawk...Buckeyes!!!!!\r\nA hell, is that close enough.',15,1159592580,1163,'10.Vegihan',0,1,1159592580,0,0,'',0),(1192,'','[quote1159634592=Jed]\r\nI took Discrete with Oliviera and basically hated it. The textbook for the class was really poor. Her "quizzes" were every bit as long as an exam. The class was very poorly planned - we had our second midterm the week before finals and still had to take a final! I had just as hard of time understanding her as Zhang too. So I'm not thrilled with a couple of my classes. \r\n\r\nNow what I really worry about is the computation class. Anybody have opinions on whether I should take Limits of Comp or Theory of Comp? Professor opinions for those classes are welcome too.\r\n[/quote1159634592]\r\n\r\nYes, there is no sugar coating it, Oliveira is a disgrace to this University and this department, I can smile at Ines Curto when she walks by, but I feel nothing but disdain for Suely. I learned nothing in a class I really wish I would have learned things in.\r\n\r\nALso, I have the same question Jed does about 22C:131 or 135.',16,1159634695,1132,'5.JT',0,1,1159634695,0,0,'',0),(1187,'','[quote1159626261=JT]\r\nWhat's a distro that meets the following requirements?\r\n\r\nHas KDE.\r\nCan run on a computer with a 700 Mhz processor and 384 MB of RAM.\r\nIt would seem reasonable that I could get a crappy TV tuner card working on it.\r\n\r\nThat's all. Thanks :)\r\n[/quote1159626261]\r\nPick one. However, I think Kubuntu would be the easiest to install, since it should detect everything for you.\r\n\r\nOn a side note, got Gentoo going in 12 hours, which is fast for gentoo.\r\n',14,1159626733,119,'29.Thnikkaman',0,1,1159626733,0,0,'',0),(1191,'','Gameday was pretty fun to be at. The guys on ESPN Radio were saying this is the craziest they have ever seen a gameday.',15,1159634503,1163,'5.JT',0,1,1159634503,0,0,'',0),(1188,'','yep, sneakernet',15,1159626834,1179,'29.Thnikkaman',0,1,1159626834,0,0,'',0),(1202,'','I tried Solaris 10 a while back and ended up really disliking it. I only had it installed for a few days when frustration and anger began to set in causing me to format and go back to Fedora.',14,1159745795,119,'9.Nick',0,1,1159745795,0,0,'',0),(1189,'','Not a problem. They are pretty well written I think.',16,1159627854,996,'29.Thnikkaman',0,1,1159627854,0,0,'',0),(1190,'','[quote1159634450=Thnikkaman]\r\n[quote1159626261=JT]\r\nWhat's a distro that meets the following requirements?\r\n\r\nHas KDE.\r\nCan run on a computer with a 700 Mhz processor and 384 MB of RAM.\r\nIt would seem reasonable that I could get a crappy TV tuner card working on it.\r\n\r\nThat's all. Thanks :)\r\n[/quote1159626261]\r\nPick one. However, I think Kubuntu would be the easiest to install, since it should detect everything for you.\r\n\r\nOn a side note, got Gentoo going in 12 hours, which is fast for gentoo.\r\n\r\n[/quote1159634450]\r\n\r\nThanks, will do, and grats on that Gentoo speed.\r\n',14,1159634468,119,'5.JT',0,1,1159634468,0,0,'',0),(1193,'','Gameday was great, I got right up in front row. I think I was on TV once or twice. The actual game was disappointing, but it was kind of expected.',15,1159719983,1163,'14.Jed',0,1,1159719983,0,0,'',0),(1194,'','[quote1159730100=Thnikkaman]\r\nI am still looking for where I saved those pdfs. However, they are still on Dr. Lawrence's website. You can get them [link=http://cs.uiowa.edu/~rlawrenc/teaching/144/Notes/index.html] here [/link] \r\n[/quote1159730100]\r\n\r\nThose notes are 10 times better than the combination of attending lecture, taking notes, and reading the book.',16,1159730138,996,'5.JT',0,1,1159730138,0,0,'',0),(1195,'','Yeah. Now I have to deal with a new problem. I have had this laptop for 4 days, and I am seeing a bunch of dead pixels.',14,1159737232,119,'29.Thnikkaman',0,1,1159737232,0,0,'',0),(1203,'','[quote1159761650=Thnikkaman]\r\nIf you are an undergrad, I would advise 131 over 135. Do not take 135 unless you are comfortable with doing proofs. If you wan't to learn how to do proofs, I suggest taking Math 135 (I think, its 135 or 150), and thats Abstract Algebra. I am in 135 right now, and I think that there are a couple of people in there that shouldn't be. Don't get me wrong, they are intelligent guys, but they don't know proof by induction, contradiction, cases, or even construction. \r\n[/quote1159761650]\r\n\r\nThanks a bunch!',16,1159761658,1132,'5.JT',0,1,1159761658,0,0,'',0),(1196,'','I was at BWW getting a little drunk. It was a fun time. I wonder when Iowa will work on a pass defence.',15,1159737320,1163,'29.Thnikkaman',0,1,1159737320,0,0,'',0),(1367,'','I don't need an elite Dictionary',24,1160253603,1271,'2.scott',0,1,1160253603,0,1160253619,'',0),(1197,'','He may still have his homework assignments posted up there as well if you wan't a little extra study help.',16,1159737381,996,'29.Thnikkaman',0,1,1159737381,0,0,'',0),(1198,'','If you are an undergrad, I would advise 131 over 135. Do not take 135 unless you are comfortable with doing proofs. If you wan't to learn how to do proofs, I suggest taking Math 135 (I think, its 135 or 150), and thats Abstract Algebra. I am in 135 right now, and I think that there are a couple of people in there that shouldn't be. Don't get me wrong, they are intelligent guys, but they don't know proof by induction, contradiction, cases, or even construction. ',16,1159737610,1132,'29.Thnikkaman',0,1,1159737610,0,0,'',0),(1201,'','Finally some actual information on this subject of frequent connection problems. I've been noticing this for the past few months and thought it had something to do with Mediacom. Now my hunch is confirmed. Good detective work Scott.',15,1159745515,1179,'9.Nick',0,1,1159745515,0,0,'',0),(1199,'','I'm trying to learn some DB stuff on my own and that site of Prof. Lawrence's is great. Thanks.',16,1159744858,996,'9.Nick',0,1,1159744858,0,0,'',0),(1200,'','Thanks for the feedback guys. I am graduating after next semester so unfortunately I will HAVE to take Algorithms with Olivera. At least now I have been forwarned and know that I'll probably end up getting an easy A and being really bored.',16,1159745227,1132,'9.Nick',0,1,1159745227,0,0,'',0),(1204,'Games','There is a certain set of games that would be super easy to program on a computer like;\r\n\r\nroulette;\r\ndeal or no deal;\r\nlet's make a deal;\r\n...\r\n\r\nI think i am going to start with Deal or no deal in C#;\r\nany one else want to contribute??\r\n\r\nor make suggestions??\r\n',12,1159804305,0,'2.scott',31,1,1159930060,0,0,'5.JT',8),(1205,'','I made an (almost) working version of Celebrity Squares in High School, that was kinda fun.',12,1159804531,1204,'5.JT',0,1,1159804531,0,0,'',0),(1206,'','what language?? cobol??\r\nand Let's have it',12,1159817286,1204,'2.scott',0,1,1159817286,0,0,'',0),(1207,'','[quote1159819838=scott]\r\nwhat language?? cobol??\r\nand Let's have it\r\n[/quote1159819838]\r\n\r\nLol, Java. I don't have the program anymore, but heck, it would be real easy to make again if you wanna do it sometime.',12,1159819877,1204,'5.JT',0,1,1159819877,0,0,'',0),(1208,'','I coded a pretty cool version of the Game of Life in C# a while back. I'll see if I can find the code for it.',12,1159820028,1204,'9.Nick',0,1,1159820028,0,0,'',0),(1398,'','It may have not been me then. ',15,1160393101,1163,'29.Thnikkaman',0,1,1160393101,0,0,'',0),(1399,'','I have a time machine. It lets me call one day into the future.',24,1160393449,1355,'29.Thnikkaman',0,1,1160393449,0,0,'',0),(1211,'Event suggestions welcome','Members,\r\nI have been appointed to the head of the events committee. I'm open for suggestions on events for the group. If you have a contact or speaker in mind or if you just have an idea for an event or gathering, please post a new thread in this forum with your idea so we can discuss it. I will be sure to check the forum regularly.\r\nThanks,\r\nJed',10,1159835479,0,'14.Jed',13,1,1159844961,0,0,'5.JT',1),(1214,'','Off topic but...\r\n\r\nCongratulations Jed! I look forward to working with you.',10,1159844961,1211,'5.JT',0,1,1159844961,0,0,'',0),(1213,'FireFox vuln','\r\nquite possibly bullshit but my boss sent it to me so i thought i'd post it\r\n\r\n\r\n\r\nFirefox JavaScript security "a complete mess"? (updated)\r\n10/2/2006 4:34:56 PM, by Ken Fisher\r\n\r\n\r\n\r\nFirefox is loaded with security flaws, according to a hacker duo that presented at this year's ToorCon. Mischa Spiegelmock and Andrew Wbeelsoi used a session at the show to highlight what they have called "a complete mess" that is "impossible to patch" in Firefox's JavaScript implementation. According to the pair, the implementation is home to at least 30 possible exploits, all of which they plan to keep to themselves. CNet's Joris Evers brought the story to light this past weekend, but reports are surfacing everywhere.\r\nThe presentation, dubbed "Lovin the LOLs, LOL is my will," actually only focused on one flaw, which the presenters said affects Firefox on Windows, Linux, and Mac OS X. The exploit reportedly causes a stack overflow by merely including a small snippet of JavaScript code on a webpage. Spiegelmock and Wbeelsoi have declined to fully detail the exploit, however, leaving Mozilla a bit in the dark. In fact, after a Mozilla employee exhorted them to report the flaw and collect a $500 reward, Wbeelsoi said "what we're doing is really for the greater good of the Internet, we're setting up communication networks for black hats."\r\nMozilla's head of security, Window Snyder, indicated that Mozilla believes the exploit to be real. She has also said that the presentation given at the conference contained enough information that other hackers may be able to reproduce the exploit before it can be patched.\r\nReports of the flaw come less than a week after Symantec's biannual Internet Security Threat Report indicated that the number of browser vulnerabilities is on the rise. Firefox led the pack both in terms of absolute number of vulnerabilities disclosed on the last six months, and in terms of percentage growth over the year. The report also noted that Firefox had the lowest "window of vulnerability," meaning that the time between identification and fix was comparatively shorter that for other browsers. Nevertheless, the current state of affairs has led many readers to start joking, "Firefox: the next Internet Explorer."\r\nThe zero-day debate\r\nSpiegelmock and Wbeelsoi declined to discuss how they identified the exploit, but it has occasioned a return to arguments over the security of open source software. Opponents have long argued that open source software is inherently unsafe because Bad People can pore over the source code looking for exploits. Opponents liken it to publishing the blueprints to a fortress. Open source advocates have argued the opposite, namely that publishing source code ultimately results in more security. The more eyes that pore over the source code, it is argued, the more likely it is that vulnerabilities will be discovered and fixed.\r\nThe truth is likely somewhere in-between. Publishing source code certainly does raise the possibility of an exploit being found via that same source code. It's what happens after the flaws are found that seems to stir so much debate. Human nature being fickle, there's little to recommend predicting one outcome over another, especially in an environment where exploits can be sold to the highest bidder for nefarious means.\r\nMozilla has been able to reproduce a DoS issue based on the information, according to a new post on the Mozilla Developer Center. So far, they have yet to determine whether code execution is a possibility, but say they are "still investigating" and promise updates as necessary.\r\n',14,1159842912,0,'2.scott',890,1,1159987017,0,0,'5.JT',14),(1215,'','Well, I guess I'm going back to using IE then.',14,1159848817,1213,'14.Jed',0,1,1159848817,0,0,'',0),(1216,'','OPERA!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!',14,1159849314,1213,'2.scott',0,1,1159849314,0,1159849537,'',0),(1217,'','Alright everyone, here's the thread! Let Nick know what you think and post all your questions here.',11,1159849397,1124,'5.JT',0,1,1159849397,0,0,'',0),(1219,'','no offense but IE sucks donkey balls and anyone that uses it should be beaten; i'm sorry but its quite possibly the worst product ever made; maybe later i'll go off on my rant (conspiracy theorey) as to why Microsoft is evil (I feel this way primarily because of IE);\r\n\r\nIts good though',14,1159849521,1213,'2.scott',0,1,1159849521,0,0,'',0),(1220,'','Wow, we were just talking about this tonight after the meeting. Very funny you bring it up. We (Nick, Tiffany, Scott, and I) totally agree. The best two CS/Math teachers I've had in college wrote everything on the blackboard, Segre and Herman. It's so much more interactive and easy to remember.',16,1159849544,1218,'5.JT',0,1,1159849544,0,0,'',0),(1221,'','Could you make Eric the treasurer (His name is Eric Edstrom, use the address on his profile). Also, could you add Christain and Jed as Events and Comm. Outreach "Committee Leaders"?\r\n\r\nThanks.',8,1159849948,854,'5.JT',0,1,1159849948,0,0,'',0),(1223,'','DO IT!!',11,1159850250,1124,'2.scott',0,1,1159850250,0,0,'',0),(1224,'','[quote1159851658=scott]\r\nOPERA!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\r\n[/quote1159851658]\r\n\r\n %-6 Is that the same as Opera?',14,1159851667,1213,'5.JT',0,1,1159851667,0,1159851731,'',0),(1225,'','It seems that there are some possible problems, but they cannot confirm any remote code execution yet. So far just speculation and no exploit code. I would worry too much. For the EXTRA cautious it may be wise to simply disable javascript in the browser for a week until more informaion surfaces...\r\n\r\nThe following was posted by Mozilla:\r\n"...So far we’ve been able to reproduce a denial of service issue based on the information they gave during their talk. In some cases this causes a crash based on an out of memory error. Based on the information we have at this time we have not been able to confirm whether an attacker can achieve code execution. We’re still investigating and we’ll keep you updated.\r\n\r\n-Window Snyder" ',14,1159853456,1213,'9.Nick',0,1,1159853456,0,0,'',0),(1227,'','I only use IE when there is a website that wont display something I want to see in firefox.(there is only one site so far that does this)',14,1159855287,1213,'10.Vegihan',0,1,1159855287,0,0,'',0),(1245,'','I'm all for it!',11,1159969813,1124,'16.Chimaera',0,1,1159969813,0,0,'',0),(1228,'','[quote1159856705=scott]\r\n.....Mozilla's head of security, Window Snyder, indicated that .....\r\n[/quote1159856705]\r\n\r\n\r\ndid someone really name their child Window? Now that is remarkable.',14,1159856768,1213,'35.thomas-hornbeck',0,1,1159856768,0,0,'',0),(1232,'','I may be appending this to use wpa_supplicent. The new version of OpenSSL broke xsupplicant for me (can't install it), and I am having problems with compiling xsupplicant 1.2.7 from source. I have submitted a bug for my problem, but I am off to find an alternate solution.',20,1159890490,631,'29.Thnikkaman',0,1,1159890490,0,0,'',0),(1229,'','... i also should add im taking 22c:109 with Greg Nichols, and he uses all powerpoint but he doesn't just read off the slides, he goes into a lot of detail and uses the chalkboard for examples and really interacts with the students... very engaging and effective teaching strategy...the stuff i learn in that class really sticks. I think its ok to use powerpoint, just dont talk in monotone by urself for 55 mins and read off slides.',16,1159857034,1218,'35.thomas-hornbeck',0,1,1159857034,0,0,'',0),(1230,'CVS Tutorial','[code]\r\nCVS Tutorial\r\n\r\nBy the end of this tutorial, you should be able to:\r\nUnderstand the purpose of a configuration managements tool such as CVS\r\nSet up a new CVS repository\r\nCheckin a file to the repository\r\nAdd, Commit an updated file\r\n\r\nNote: It may be easier to work in pairs.\r\nThis tutorial assumes the user has basic UNIX knowledge\r\n\r\nI. Getting Ready\r\n\r\nLogon to a unix machine \r\n- If you are working on a pc, then use the program “Putty Telnet and SSH Client” to logon\r\n- Use secure shell (ssh) instead of telnet. \r\n\r\nSet the shell environment to csh\r\n- execute the command csh\r\n\r\nMake a directory called cvstutorial under your user account directory\r\n- execute the command mkdir cvstutorial\r\n\r\nMake a directory called repository under the cvstutorial directory\r\n- the new repository to practice on will go here\r\n\r\nMake a directory called working under the cvstutorial directory\r\n- your working directory will go here for source code, etc.\r\n- under the new directory working, make a directory called source\r\n- the directory structure should look like this:\r\nyour account\r\n - cvstutorial\r\n - repository\r\n - working\r\n - source\r\nCommands for steps 2-4:\r\n $> mkdir ~/cvstutorial\r\n $> mkdir ~/cvstutorial/repository\r\n $> mkdir ~/cvstutorial/working\r\n $> mkdir ~/cvstutorial/source\r\n\r\nCreate a new ascii file called test.java in the source directory \r\n- Add a line to it like “this is a test”\r\n- Use your favourite ascii editor (emacs, vi, etc.)\r\nCommands for this step:\r\n $> cd ~/cvstutorial/working/source\r\n $> vi test.java\r\n\r\n\r\nLaunch a web browser (explorer or netscape) and go to the CVS tutorial at \r\nhttp://www.cvshome.org/docs/manual/cvs-1.12.1/cvs.html\r\n\r\nMake sure you have enough space under your home directory. Remove unnecessary files.\r\n\r\nII. CVS Basics\r\n\r\nWork through the first sections of the tutorial and answer the following questions:\r\na. What is CVS?\r\nb. What is a repository?\r\nc. What is a version?\r\nd. What are the basic commands available in CVS?\r\ne. What is the difference between adding and committing a file in CVS?\r\n\r\nIII. CVS Setup\r\n\r\n1. Set the CVSROOT variable to your cvstutorial subdirectory\r\n- from your home directory, use the command \r\n$> setenv CVSROOT ~/cvstutorial/repository\r\n\r\n// or add this to your .profile file; then you don’t have to run the command every time you log on.\r\n\r\nInitialize the repository\r\n- Change directory to directory ~/cvstutorial \r\n- execute the command cvs –d ~/cvstutorial/repository/CVSROOT init\r\n- list the contents of the ~/cvstutorial/repository directory to see the CVSROOT directory is there by executing the command ls –l\r\nCommand list for this step:\r\n $> cd ~/cvstutorial\r\n $> cvs init\r\n $> cd repository\r\n $> ls -l\r\n\r\nCreate the directory structure for the new repository\r\n- execute the command \r\n$> cd ~/cvstutorial/working/source\r\n$> cvs import –m “Creating the new directory structure” source vtag rtag\r\n- NB. vtag and rtag are the vendor tag and release tag (they don’t mean anything here but cvs expects them to be present)\r\n- You can then remove the ~/cvstutorial/working/source directory by executing the command\r\n $> rm –r source\r\n\r\nCheckout the test.java file\r\n– execute the command \r\n$> cvs checkout source\r\n- You will find a source directory is created, enter source directory using command\r\n $>cd source\r\n\r\nModify the file \r\n- add a new line to the test.java file\r\n\r\nCommit the file\r\n- execute the command \r\n$> cvs commit test.java \r\n\r\nHave your partner change the same file in a different way and add, commit it into your \r\nrepository \r\n\r\n// hint: your partner needs to change the CVSROOT environment variable to point to your repository\r\n\r\nCheckout the file again to see what happened.\r\n[/code] ',20,1159885891,0,'2.scott',1667,1,1159929925,0,0,'5.JT',4),(1231,'','I absolutely refuse to use Opera. I did for a while before it was discovered that the "free" version of Opera contained loads and loads of spyware. For me, that takes a bit of time for me to forgive them. So, you use opera, I will continue to use firefox and I won't be too worried about the security flaws as long as I know they exist and how to prevent them.',14,1159890380,1213,'29.Thnikkaman',0,1,1159890380,0,0,'',0),(2179,'','I like being sticky.',20,1165466962,1944,'29.Thnikkaman',0,1,1165466962,0,0,'',0),(1233,'','My wife teaches the same way. I also used to film the lectures for the medical school here, and most of the doctors used powerpoints as outlines (and for diagrams) only. Too many instructors use powerpoints as a crutch. I mean, if you just copy all of your powerpoint slides directly from the book, and don't do much with them in class, what is the point. Or even worse, print out a bunch of overheads and read them to your class. If an instructor doesn't want to write on the board, get a tablet, and write on your slides. That or use one of the dvi projectors. \r\n\r\nThat is one of the biggest reasons why I will stop going to a lecture.',16,1159890940,1218,'29.Thnikkaman',0,1,1159890940,0,0,'',0),(1234,'','I have written the game of life in Hawk/Smal. That was a blast.',12,1159891082,1204,'29.Thnikkaman',0,1,1159891082,0,0,'',0),(1236,'','Did you type that up or get it from a site?',20,1159896746,1230,'5.JT',0,1,1159896746,0,0,'',0),(1235,'','dude your INSANE; sorry but you are; That to me just seems unconscionable;',12,1159894794,1204,'2.scott',0,1,1159894794,0,0,'',0),(1237,'','site\r\n\r\nbut i have tried it\r\n\r\nIts basically the best one i found',20,1159910743,1230,'2.scott',0,1,1159910743,0,1159910766,'',0),(1238,'','You may want to give credit to the site in the original post.',20,1159914302,1230,'29.Thnikkaman',0,1,1159914302,0,0,'',0),(1241,'','[quote1159930031=Thnikkaman]\r\nI have written the game of life in Hawk/Smal. That was a blast.\r\n[/quote1159930031]\r\n\r\nTwo things:\r\n\r\n1) That is absolutely amazing\r\n\r\n2) Congratulations, you're the first true masochist I know.',12,1159930060,1204,'5.JT',0,1,1159930060,0,0,'',0),(1239,'','I just wish I still had the code. ',12,1159914507,1204,'29.Thnikkaman',0,1,1159914507,0,0,'',0),(1242,'','Weekly email sent, I better this thread and forum hopping!',7,1159932836,976,'5.JT',0,1,1159932836,0,0,'',0),(1240,'','[quote1159929917=Thnikkaman]\r\nYou may want to give credit to the site in the original post.\r\n[/quote1159929917]\r\n\r\nThat's what I was gonna ask.',20,1159929925,1230,'5.JT',0,1,1159929925,0,0,'',0),(1243,'','Oh, and we are officially going now. I'll update this thread sometime to include who is attending.',7,1159932870,976,'5.JT',0,1,1159932870,0,0,'',0),(1244,'','Well, I am definitely in love with the Adblock extension for Firefox. I love being able to block an embedded image, script, or any crap from being run on any page I don't want to see it on. Also, Forecastfox and Tab Mix plus are very nice to have. Enough reasons for me to sport Firefox for a while longer.',14,1159933901,1213,'5.JT',0,1,1159933901,0,0,'',0),(1332,'','JT and I were going to get around to doing this, but haven't yet. I also read that email regarding the 800,000 and think it is def. in our best interest to get on top of this. I think I speak for JT and myself when I say go for it dude.',26,1160171873,1324,'9.Nick',0,1,1160171873,0,0,'',0),(1246,'','don't forget to install "No Script" plugin.. and also Adblock Filterset.G Updater...\r\nand FasterFox is pretty useful..',14,1159970832,1213,'8.Anton',0,1,1159970832,0,0,'',0),(1247,'','[quote1159973825=Anton]\r\ndon't forget to install "No Script" plugin.. and also Adblock Filterset.G Updater...\r\nand FasterFox is pretty useful..\r\n[/quote1159973825]\r\n\r\nYes, fasterfox is useful, but I'm not as excited by it anymore, because my internet sucks, remember? :(\r\n\r\nI'll check out the other stuff.',14,1159973857,1213,'5.JT',0,1,1159973857,0,0,'',0),(1248,'Security Analysis','I think it would be cool if we were to create a 'hypothetical situation' like on hack this site where we take a persons Computer and do a hypothetical scenario on what it would take to "acomplish a mission";\r\n\r\nwhat would it take to get to my music collection.\r\n\r\nI think it would be fun and also give us a way to learn to be more secure...',12,1159976527,0,'2.scott',28,1,1175535571,0,0,'5.JT',5),(1249,'','Agreed. I mentioned something like this in the 'capture the flag' networking scenario. I think this would be very interesting to do.',12,1159978951,1248,'5.JT',0,1,1159978951,0,0,'',0),(1250,'','You still have not resolved problems with your internet? :O \r\nNot enough time, or you are just lazy? !mistrust ',14,1159982420,1213,'8.Anton',0,1,1159982420,0,0,'',0),(1251,'','Here is a site I have found with some nice firefox tweaks. \r\nhttp://gomeler.com/2006/04/10/firefox-tweaks-extensions-and-optimizations/\r\n',14,1159983533,1213,'29.Thnikkaman',0,1,1159983533,0,0,'',0),(1253,'Opera, Firefox and this site','Has anyone else noticed that this site looks much much better with Opera than with Firefox??\r\n\r\n',8,1160015239,0,'2.scott',32,0,1160180725,0,0,'29.Thnikkaman',12),(1252,'','[quote1159986935=Anton]\r\nYou still have not resolved problems with your internet? :O \r\nNot enough time, or you are just lazy? !mistrust \r\n[/quote1159986935]\r\n\r\nDefinitely not enough time. I've fixed a few things to make it better, but I am gonna call and change ISPs sometime. If you don't believe, then ask yourself why I send out all my ACM emails between 12-2 and 2 am. It's when I have time :)',14,1159987017,1213,'5.JT',0,1,1159987017,0,0,'',0),(1254,'Web Tutorials','I happened to get my hands on a legal copy of Camtasia today so we can now do Screen capture like movies (similar to the ones that Herman used in class)\r\n\r\nOne idea is Connecting to your shared drive from off campus and another is Connecting to University Wireless with windows\r\n\r\nVpn Connections and other junk\r\n\r\nCamtasia let's you do voice so it would require a script \r\n\r\n(get to work kids!)',10,1160015394,0,'2.scott',9,1,1160015394,0,0,'2.scott',0),(1255,'Low Paying Jobs','Do these Jobs on Job net for 8.75$ an hour actually fill up??\r\n\r\nQualifications:\r\n\r\n Expert level in the following areas: PHP/MySQL, Java Script, HTML, CSS. Nice to have: C++, Perl, Java, Shell scripting, Photoshop, XML, SOAP, XMLRpc\r\n\r\nMaybe its just me but they seem like alot of low paying jobs for programmers\r\n',16,1160015639,0,'2.scott',42,1,1161039965,0,1160015682,'9.Nick',5),(1256,'','haha..... damn... im changing my major to art if im gonna be making $8.75...... do u realize i was making $10/hr at my very first job when i was 16, doing telemarketing for MCI, no way am I gonna go to college, get a degree, and make $8.75... thats such bullshit, if someone told me thats i was gonna make $8.75 working for them I'd tell them no thanks, ill just apply for food stamps and live on welfare.',16,1160017177,1255,'35.thomas-hornbeck',0,1,1160017177,0,0,'',0),(1257,'','I think those are put up by people who are high because no one with those qualifications will work for 8.75.',16,1160020616,1255,'10.Vegihan',0,1,1160020616,0,0,'',0),(1258,'','Nope, I have only seen it from Firefox.',8,1160020645,1253,'10.Vegihan',0,1,1160020645,0,0,'',0),(1259,'','I bet most of the people that get those Jobs Lie on there resume so bad... like CSI students who think they know Java - like i thought i knew java after CSI.\r\n\r\nfrom what i have heard it doesn't take much to put one over on a project manager; i have heard there technical skills are sometimes "pathetic"\r\n',16,1160021676,1255,'2.scott',0,1,1160021676,0,1160021754,'',0),(1260,'cool Button Software','http://vista-buttons.com/',14,1160025949,0,'2.scott',601,1,1160180241,0,0,'29.Thnikkaman',9),(1261,'','u r kiddin me, right?',14,1160048129,1260,'8.Anton',0,1,1160048129,0,0,'',0),(1262,'','I am afraid not. Oooh shiny buttons, no thanks. I won't run vista anything until vista SP1.',14,1160055348,1260,'29.Thnikkaman',0,1,1160055348,0,0,'',0),(1266,'','i think its the crappy monitor in the ACM office that makes it look bad ',8,1160060032,1253,'2.scott',0,1,1160060032,0,0,'',0),(1263,'','A lot of these companies think that the work experiance is worth more than the job itself. Also, the fact that they are willing to be really flexable with your schedule is another reason why they won't pay as much. \r\n\r\nMy advice, apply for the CCAD job that is on Job-Net, and avoid CompleWare like the plague.',16,1160055603,1255,'29.Thnikkaman',0,1,1160055603,0,0,'',0),(1264,'','Zealot. ^_^',8,1160055702,1253,'29.Thnikkaman',0,1,1160055702,0,0,'',0),(1267,'','[quote1160061878=scott]\r\ni think its the crappy monitor in the ACM office that makes it look bad \r\n[/quote1160061878]\r\n\r\nYeah that monitor sucks... Maybe State Farm can donate one :p',8,1160061913,1253,'5.JT',0,1,1160061913,0,0,'',0),(1265,'','HAHA',14,1160059874,1260,'2.scott',0,1,1160059874,0,0,'',0),(1268,'','LCD??',8,1160062994,1253,'2.scott',0,1,1160062994,0,0,'',0),(1269,'','WE can even put a sticker on it like "Statefarm doesn't SUCK"',8,1160063022,1253,'2.scott',0,1,1160063022,0,0,'',0),(1270,'','[quote1160067507=scott]\r\nim on it captain\r\n[/quote1160067507]\r\n\r\nUpdate?',8,1160067514,1051,'5.JT',0,1,1160067514,0,0,'',0),(1272,'','what Leat is from sweden plus all the AIM names were open for LeatHakkor\r\n\r\n',24,1160068823,1271,'2.scott',0,1,1160068823,0,0,'',0),(1276,'','also My avatar is 'scott' tenorman for those of you that don't know him Cartman made him eat his parents as revenge for selling cartman his pubes for 10$ so cartman could "be a man"',24,1160072652,1271,'3.Leat Hakkor',0,1,1160072652,0,0,'',0),(1274,'','DONE!!\r\n',8,1160068975,1051,'2.scott',0,1,1160068975,0,0,'',0),(1921,'','So where does the nick "scottie too hottie" come from? I've heard it multiple places now, is it just coincidence or am I missing an piece of classic culture?',8,1161890122,1051,'45.Seth',0,1,1161890122,0,0,'',0),(1275,'','also it was nicks idea',24,1160069305,1271,'3.Leat Hakkor',0,1,1160069305,0,0,'',0),(1279,'','Eric is on there now!\r\nLock this Please JT',8,1160072827,854,'2.scott',0,1,1160072827,0,0,'',0),(1277,'','Screw that, Edgy Eft is coming out sometime during this month.\r\n\r\ni know, i know.. this was completely irrelevant, but hey, i need more posts ;)',14,1160072715,1260,'8.Anton',0,1,1160072715,0,0,'',0),(1278,'','speaking of 1337, u guy have seen this video => http://www.youtube.com/watch?v=rfBxHh4jI8Q \r\n????',24,1160072806,1271,'8.Anton',0,1,1160072806,0,0,'',0),(1280,'','you may want to lock this But i add books frequently',8,1160072881,1030,'2.scott',0,1,1160072881,0,0,'',0),(1281,'','I think this may be fixed in the New Version I know its in CVS currently and lots of things are ready to go but i don't think the official version is out yet were on 7.5 but 7.6 is coming',8,1160072956,711,'2.scott',0,1,1160072956,0,0,'',0),(1282,'','I think JT can Close this I haven't Heard any complaints since i moved some permissions around',8,1160073002,639,'2.scott',0,1,1160073002,0,0,'',0),(1283,'','can we get Stiggie's blog out of there, just for s#!7s and giggles ? ;)\r\n',8,1160073063,1051,'8.Anton',0,1,1160073063,0,0,'',0),(1284,'','DONE!!\r\n\r\nAnyway The Submitted by thing is in the Text So when you approve the submitted new add a new line char in there',8,1160073187,416,'3.Leat Hakkor',0,1,1160073187,0,0,'',0),(1286,'','[quote1160075325=Anton]\r\nspeaking of 1337, u guy have seen this video => http://www.youtube.com/watch?v=rfBxHh4jI8Q \r\n????\r\n[/quote1160075325]\r\n\r\nCan't watch it in the ACM office, I'll do it when I get home.',24,1160075369,1271,'5.JT',0,1,1160075369,0,0,'',0),(1287,'','thats hillarious!',24,1160078418,1271,'10.Vegihan',0,1,1160078418,0,0,'',0),(1290,'','mah bad, i misspelled Stigge =)',8,1160085088,1051,'8.Anton',0,1,1160085088,0,0,'',0),(1288,'','Who is this Stiggie fellow. How come I have never met him?',8,1160078528,1051,'10.Vegihan',0,1,1160078528,0,0,'',0),(1289,'','speaking of Flash:\r\nWOW I HATE ANY SITE THAT PUTS IN FLASH CONTENT',24,1160078972,1271,'2.scott',0,1,1160078972,0,0,'',0),(1291,'','Yeah, that was pretty sweet.',24,1160095001,1271,'5.JT',0,1,1160095001,0,0,'',0),(1292,'','isn't "LEAT" spelled elite, anyway??',24,1160098790,1271,'2.scott',0,1,1160098790,0,0,'',0),(1293,'','Thats better. Secondly why just mine? Do you not like me or something?',8,1160099232,1051,'10.Vegihan',0,1,1160099232,0,0,'',0),(1294,'','[quote1160105152=scott]\r\nisn't "LEAT" spelled elite, anyway??\r\n[/quote1160105152]\r\n\r\nyes, 'leet' is short for elite in idiot AOL talk.',24,1160105179,1271,'5.JT',0,1,1160105179,0,0,'',0),(1295,'','0o0o0o..."look-n-feel" GUI's\r\n\r\nPolish that turd [b]ALL[/b] you want, it still "looks-n-feels" like a turd to me. :P ',14,1160111817,1260,'34.Ian',0,1,1160111817,0,0,'',0),(1296,''Hacker Tutorial' I ran across','[link=http://catb.org/~esr/faqs/hacker-howto.html#skills4]http://catb.org/~esr/faqs/hacker-howto.html#skills4[/link]\r\n\r\nNothing real exciting, but I randomly stumbled across it (while doing a google of 'Lisp Hacker') and thought it was interesting at the very least.',14,1160111847,0,'5.JT',2000,1,1160189733,0,0,'5.JT',5),(1767,'','Every single time you ask Hwanjo a question you get one of two things:\r\n\r\n1) "Read the manual"\r\nor\r\n2) Something that doesn't help at all.\r\n\r\nEric can attest to this :p',16,1161303438,996,'5.JT',0,1,1161303438,0,0,'',0),(1298,' "Microsoft warns software pirates"','http://www.cnn.com/2006/TECH/ptech/10/05/microsoft.piracy.reut/index.html\r\n\r\n"Vista will include technology that is designed to prevent pirated copies from fully functioning."\r\n\r\nOkay, I'm taking bets...\r\n\r\n______________________________________________________________________________\r\n\r\n...How long after release(Jan 07') will someone crack/hack/curcumvent it?\r\n\r\nI give it 3 months [b]TOPS[/b]...\r\n\r\n...whatdayaguys think?',15,1160113289,0,'34.Ian',1073,1,1160436889,0,1160113388,'29.Thnikkaman',6),(1299,'','its cause your comments about those damn russians!!',8,1160113445,1051,'2.scott',0,1,1160113445,0,0,'',0),(1300,'','Hmmm, interesting, I'll say your right. A good over/under would probably be like 60 days or something. You know there are entire teams working on that crap around the clock, because they can make a killing off of it.',15,1160113577,1298,'5.JT',0,1,1160113577,0,1160113603,'',0),(1301,'','iI think this goes along with the TPM which from what i read will be nearly impossible to crack/hack also it has Crazy consequences for DRM; OSX developers Edition that shipped last year Was built o the TPM\r\n\r\nIts still crackable with some software but they can make it probably/practically impossible for you to boot up correctly\r\n\r\nwiki articale\r\n\r\n[link=http://en.wikipedia.org/wiki/Trusted_Platform_Module]http://en.wikipedia.org/wiki/Trusted_Platform_Module[/link]',15,1160113838,1298,'2.scott',0,1,1160113838,0,0,'',0),(1765,'','The 5 of us are taking off tomorrow morning, pictures and description to come!',7,1161301776,976,'5.JT',0,1,1161301776,0,0,'',0),(1766,'','I do actually redirect my mail, so I don't have to worry about missing anything.\r\n\r\nHmm. Admins complaining that student don't use webmail properly? Maybe someone should stop and think about why that might be...',16,1161302810,1568,'41.Ben Butler',0,1,1161302810,0,0,'',0),(1649,'','Do a google search for tcpip stack. I believe that windows controls what the max tcpcip packet size is, but I don't remember what the default size is.',14,1160942632,1645,'29.Thnikkaman',0,1,1160942632,0,0,'',0),(1303,'','Bump for beauty's sake.',8,1160114571,472,'5.JT',0,1,1160114571,0,0,'',0),(1304,'New Permissions','I set Up new Permissions for the Forums\r\n\r\nI created a New Group called Forum Moderators:\r\n\r\nThe only members of this group Are JT nick and Leat Hackor (my Super user account)\r\n\r\nand then made members of this group moderators for EVERY thread\r\n\r\nalso I created a group called Officers ( and made this thread postable and viewable to only that group and just the Five of use are in this Group)\r\n\r\n',26,1160117640,0,'2.scott',24,1,1188557653,0,0,'36.Eric',5),(1305,'This Forum','I have been Looking for an Admin Forum For a While i would like to keep this a bit more organized than the rest of our forums;\r\n\r\nIt would be nice if perhaps we could create a Thread like jan06-dec06 budget and go in and post in the threads detailed info about purchases;\r\n\r\nAlso it would be nice to documentthings in here; Like "Jt talked with segre about how his girlfriend always bosses him around", only keep it acm related mostly;\r\n\r\nI personally think i willuse it alot for documentation\r\n\r\neven if you guys don't read it the next Web Guy Will hopefully (unless its ben or J# cause they never come on the site but they are the only ones that ever show interest)\r\n\r\nplease Leave Feed back or suggestions for this thread or threads;\r\n\r\n',26,1160117966,0,'2.scott',13,1,1160190478,0,0,'5.JT',1),(1306,'','emotional process:\r\n !dodge => :(( => ~:( ',8,1160136319,1051,'8.Anton',0,1,1160136319,0,0,'',0),(1307,'','i'll give it about a week.',15,1160136410,1298,'8.Anton',0,1,1160136410,0,0,'',0),(1308,'','I will have to check that out later. And on a side note, where did you get that neat sig? I want to be like j000000000000000000000000000!!!!!!!!!!!!!!!!!!!1111!1!oneONE\r\n',14,1160142231,1296,'29.Thnikkaman',0,1,1160142231,0,0,'',0),(1322,'','[quote1160152412=Vegihan]\r\nDo we really want to be corporate W****s? Im fine with it I just need to know where we stand.\r\n[/quote1160152412]\r\n\r\nNo, we won't be harlots, just more like high class lovers, maybe a mistress? We're picky :)',8,1160152499,1253,'5.JT',0,1,1160152499,0,1160152514,'',0),(1309,'','Is it squishy?',14,1160142853,1260,'29.Thnikkaman',0,1,1160142853,0,0,'',0),(1337,'','Hmm, you can customize your windows desktop with a theme that someone has probably already created that looks like vista. There is a dll running around out there that lets you install non-windows created themes without using bloatware like Windowblinds.',14,1160180241,1260,'29.Thnikkaman',0,1,1160180241,0,0,'',0),(1310,'','I will just buy my $10 copy from the IMU, and then let it sit there on my shelf until its stable.',15,1160142931,1298,'29.Thnikkaman',0,1,1160142931,0,0,'',0),(1311,'','j00 |)0n7 |<n0\/\/. 1 707411'/ h4><><0r3d j00!!!!!111!1!one. OMGWTFBBQ lol rotfl rotmfflmswao',24,1160143100,1271,'29.Thnikkaman',0,1,1160143100,0,0,'',0),(1315,'','thats why io proposed the sticker stating they don't SUCK',8,1160144527,1253,'2.scott',0,1,1160144527,0,0,'',0),(1312,'','domo arigatou gozinmasu. \r\n\r\nScott-chan, shinde hou ga iidesu yo!!!!',8,1160143172,1051,'29.Thnikkaman',0,1,1160143172,0,0,'',0),(1313,'','State Farm doesn't suck. They just replaced the windshield in my truck for free.',8,1160143251,1253,'29.Thnikkaman',0,1,1160143251,0,0,'',0),(1316,'','If you click on the bar it will take you to the site he got it from.',14,1160148515,1296,'10.Vegihan',0,1,1160148515,0,0,'',0),(1314,'','THAT'S ENOUGH DAMN IT !!!!\r\nSpeak English or at least broken Spanish',24,1160144487,1271,'2.scott',0,1,1160144487,0,0,'',0),(1317,'','Does it stink? Is it green or brown?',14,1160148560,1260,'10.Vegihan',0,1,1160148560,0,0,'',0),(1318,'','Ja, wir verstehen nicht!',24,1160148731,1271,'10.Vegihan',0,1,1160148731,0,0,'',0),(1368,'','kepp bothering me and i'll get anything done!',24,1160253671,1355,'2.scott',0,1,1160253671,0,0,'',0),(1319,'','dyotashimashete!',8,1160148826,1051,'10.Vegihan',0,1,1160148826,0,0,'',0),(1320,'','Do we really want to be corporate W****s? Im fine with it I just need to know where we stand.',8,1160150427,1253,'10.Vegihan',0,1,1160150427,0,0,'',0),(1321,'','[quote1160152270=Thnikkaman]\r\nI will have to check that out later. And on a side note, where did you get that neat sig? I want to be like j000000000000000000000000000!!!!!!!!!!!!!!!!!!!1111!1!oneONE\r\n\r\n[/quote1160152270]\r\n\r\nEach individual thing is called a Userbar, and I used Userbar animator to do it. Click on the bar and it will link you to a userbar animator site.',14,1160152306,1296,'5.JT',0,1,1160152306,0,0,'',0),(1323,'','I am a gutter slut; i hang around them, let them pimp me out... in hopes that someday some money falls out of there pocket and im there to pick it up',8,1160155529,1253,'2.scott',0,1,1160155529,0,0,'',0),(1324,'[poll] IMPORTANT - ACM Funds - READ ME (sorry its long)','The ACM is currently not registered w/ the Office of Student Life (OSL)- these are the groups w/ are officially recognized by the student government - and more importantly - the Student Assembly Budgeting and Allocating Committee (SABAC). This group is part of the legislative branch of the student government, and is responsible for allocating over $800,000 in Student Activity Fee money (ahh that’s where that goes :p) to the 400+ registered organizations.\r\n\r\nI talked w/ some guy named Rich Templeton in the OSL and he is sending me the necessary forms to get the ACM registered – if that is something we want to do.\r\n\r\nWe would need to write a constitution and jump through some hoops to get registered. Once we were registered – that would give us the ability to request funds from SABAC.\r\n\r\nRequesting funds from SABAC does not seem very complicated – a simple form w/ a line item break down of costs. Requests can be made at the beginning of the year and then there two additional request periods during each semester, in the event you group needs additional funds that were not in your original request. However SABAC does mostly expect you to have your budget lined out at the beginning of each year to make their job easier.\r\n\r\nThe OSL is the entity that maintains financial accounts for student organizations. Student organizations are not usually allowed to have outside checking accounts. So the checking accounts that the ACM was using in the past were most probably breaking some student government rules. Even student groups not registered w/ the OSL fall under this restriction…there are a couple exceptions that will allow a group to have an outside account – but again – move hoops to jump through to get approved to have one.\r\n\r\nOnce SABAC approves funds those funds are ready to be transferred to your groups control – a group representative most then go sign a contract stating that the group does in fact plan on using those funds for what they were approved of … more hoops and bla… but the idea is additional FREE money – if we are interested in playing the bureaucracy game …\r\n\r\nThis is just an idea – but we could double or triple our budget w/ these funds … think what we could do w/ 3-6k a year in funds … in addition to those $140-200 in dues :p\r\n\r\n\r\n\r\n\r\nSorry this is a super long post – but from what it sounds like – if we do this – we could uses SABAC funds for some things – the CS ACM funds for things that SABAC doesn’t approve – and finally our due money for things that neither approve. Note that if OSL was managing our funds – there are certain things we will not be allowed to buy EVER – alcohol/guns/tobacco/other illegal products etc…\r\n',26,1160157662,0,'36.Eric',47,1,1178326024,0,0,'14.Jed',10),(1325,'','Also, I am currently keeping the dues in a taped check box in my safe at home. I am having trouble opening a small business checking account for the ACM as I am lacking the necessary documents. \r\n\r\nThe OSL will be able to provide us w/ a new TIN certificate and open an account for us - but then we will have to play by their rules. If we wanted to open an outside checking account - I will need a new TIN certificate. \r\n\r\nI have spent 2 hrs today talking to people trying to get one - and no one seems to know where or how to get one... so until this is resolved - I can continue to keep the dues safe in my safe at home - or I can drop them back off in the ACM office - either way is fine w/ me.\r\n',26,1160158006,1324,'36.Eric',0,1,1160158006,0,0,'',0),(1326,'Programming Competition Practice Rounds','I've sent Catherine Till the following email regarding the practice programming competition rounds we are holding this weekend and next. Read the message below for details. Feel free to leave any comments and whether or not you can make it below. Also, for these practice rounds it's OK to use any .NET language b/c I've invited the BTA and they only learn VB I think.\r\n\r\nMESSAGE BEGIN:\r\n\r\nCome join the ACM in 301 MLH this Sunday, October 8 at 2:00pm for the first of two\r\nprogramming contest practice rounds. These rounds are intended to be a preparation for\r\nthe November 11 ACM Regional Programming Competition taking place in Des Moines, IA.\r\n\r\nIf you are not a member of the ACM, don't worry. These practice rounds are open to\r\nanyone interested in programming in Java/C/C++. We will begin at 2:00pm with a randomly\r\nselected set of problems. You can work individually or in teams of up to three members. \r\nThe practice round will end at 6:00pm and the team or individual with the most correctly\r\nsolved problems will emerge as the winner. There are no prizes offered for this round\r\nexcept of course bragging rights amoung your peers.\r\n\r\nThe second practice round is taking place next Sunday, October 15 at the same time and\r\nplace. If you are at all interested in programming and think you may wish to participate\r\nplease contact me (Nick Arnold) at nicholas-arnold@uiowa.edu some time between now and\r\nSunday so we will have an idea of our expected participation.\r\n\r\nThanks for your time and we will look forward to competing with you.\r\n\r\n~Nick Arnold, ACM Vice President',10,1160160880,0,'9.Nick',110,1,1161782783,0,0,'29.Thnikkaman',29),(1327,'','Oops, sorry for the shitty formatting. It didn't look like that before I posted.',10,1160160904,1326,'9.Nick',0,1,1160160904,0,0,'',0),(1328,'[poll] Project: Plasma Speaker','What is a plasma speaker?\r\nA plasma speaker (tweeter) is a device which creates a violet corona of ionized air which makes a mass-less omni-directional speaker that allows for high-fidelity reproduction of high frequency audio. (i.e. wicked cool sound)\r\n\r\nIn an effort to give our members some experience w/ hardware - I would like to suggest this project to build a plasma speaker. Funds have already been approved for this project, membership approval is now required.\r\n\r\nI have the needed schematics and parts lists needed to build this device; there is also some online support in the form of websites documenting other people work who have built this device. This project should take ~4-6 – 1 hr ACM secessions to complete.\r\n\r\nThe costs for this device will run ~$225.50+ for parts, in addition to any specialized tools that will be needed in its construction that members cannot provide or we cannot get loaned to us from the engineering department (I have some electronic tools we can use but prob. not everything).\r\n\r\nIt is also my hope that after this speaker is built - it will be usable in future public ACM events to help interest people in the ACM by helping attract people to our booth or whatever...\r\n\r\nI realize this is not a software project, but industry looks for computer scientists who also have some minimum amount of experience w/ hardware (this project and others like it will help to provide members with that experience).\r\n',12,1160162922,0,'36.Eric',159,1,1226543097,0,0,'163.BJ',29),(1329,'','If approved - I can have all parts and tools organized - and group outlines ready by our Nov.6th meeting so we may begin this project.',12,1160163596,1328,'36.Eric',0,1,1160163596,0,0,'',0),(1330,'','umm we are in the process or were last i knew of doing the OSL thing but maybe we dropped the ball some where's\r\n\r\nOnce we do we can get things like old computers from other departments\r\n\r\nPlease Make Record of Dues and account on a New Thread for now and keep them at home; to many keys to our office exist; just don't be an asshole with our money and its cool',26,1160165164,1324,'2.scott',0,1,1160165164,0,0,'',0),(1331,'','anyone else?',11,1160171715,1124,'9.Nick',0,1,1160171715,0,0,'',0),(1333,'','...btw, the poll is broken at this point in time. HINT HINT SCOTT',26,1160171922,1324,'9.Nick',0,1,1160171922,0,0,'',0),(1335,'','[quote1160175570=JT]\r\nNick and I talked about having a Q & A session for incoming or prospective CS students. I'm really excited about that idea and it should be fun to do.\r\n[/quote1160175570]\r\n\r\n\r\nI think that now that spring semester registration is coming up, this would a be a good time to have that (again). We can help students pick classes/professors based on our experiences, rather than a cookie-cutter plan like the Academic Advisor give you. Advertising-wise, we could try to get the Academic Advising Center to refer CS majors to us and try to get another crack at advertising in the lower level CS courses.',10,1160175730,97,'16.Chimaera',0,1,1160175730,0,0,'',0),(1336,'','[quote1160177460=Vegihan]\r\nDoes it stink? Is it green or brown?\r\n[/quote1160177460]\r\n\r\n[quote1160177446=Thnikkaman]\r\nIs it squishy?\r\n[/quote1160177446]\r\n\r\nVery squishy, very stinky, little grren & brown with a hint of RED...must be internal bleeding!\r\n\r\n',14,1160177557,1260,'34.Ian',0,1,1160177557,0,0,'',0),(1338,'','I was looking at that for a minute. I am going to have to make a couple of userbars myself. I couldnt find a single music one I liked.',14,1160180346,1296,'29.Thnikkaman',0,1,1160180346,0,0,'',0),(1343,'','OK, let me say something. I was a member of the Student Senate for an entire year, therefore I watched SABAC work and saw (second-hand) how they did everything (it was hard to get on the committee). Just so you know, we would never, ever get a few thousand dollars. It doesn't happen. If we proved ourselves to be a bigtime asset to the university and community as a whole, maybe in a few years. However, let's say we do ask for $1500 dollars to do X cool and fun thing(s). Well if you take the $800,000 SABAC has (which is really not as much as it sounds), well divide it up for the hundreds and hundreds of student organizations asking for money, including SCOPE, which eats up a lot of funds, and you don't have too much. So if we ask for $1500, we would probably get one of two answers:\r\n\r\n1) No.\r\n\r\n2) Here's $150, have fun.\r\n\r\nThey have very limited funds, it's ridiculous. Many of you don't realize, but the University is practically bankrupt, and the UI is who gives all this money for UISG/SABAC to use.\r\n\r\nSo basically, you can ask for money, type up a big thing saying why you need it, and get 50% of what you ask for in the best case. Or ask for only very small realistic items, like $100 for t-shirts, and roll with what we have.\r\n\r\nSorry to be a 'party pooper', but this is the way it works, there is not enough money, plain and simple.',26,1160190322,1324,'5.JT',0,1,1160190322,0,0,'',0),(1339,'','j00 |\|33|) 4 1337 2 n00b dictionary.',24,1160180453,1271,'29.Thnikkaman',0,1,1160180453,0,0,'',0),(1340,'','I am just a customer, not an employee. My wife worked for state farm for a long time, After her experiance with their inept it, I thought I would never work for them. ',8,1160180725,1253,'29.Thnikkaman',0,1,1160180725,0,0,'',0),(1341,'','I think it would be a good learning experince and alot of fun.',11,1160181950,1124,'10.Vegihan',0,1,1160181950,0,0,'',0),(1892,'','Depends. I graduated, but I'm still in school.\r\n',8,1161805321,1890,'29.Thnikkaman',0,1,1161805321,0,0,'',0),(1342,'','[quote1160189704=Thnikkaman]\r\nI was looking at that for a minute. I am going to have to make a couple of userbars myself. I couldnt find a single music one I liked.\r\n[/quote1160189704]\r\n\r\nI couldn't at first, but then there are some sites that have tons and tons of userbars, I'm sure you'll find something.',14,1160189733,1296,'5.JT',0,1,1160189733,0,0,'',0),(1344,'','Very good idea Scott. Maybe we can sit down and figure out how to organize sometime.',26,1160190478,1305,'5.JT',0,1,1160190478,0,0,'',0),(1345,'','[quote1160190541=Chimaera]\r\n[quote1160175570=JT]\r\nNick and I talked about having a Q & A session for incoming or prospective CS students. I'm really excited about that idea and it should be fun to do.\r\n[/quote1160175570]\r\n\r\n\r\nI think that now that spring semester registration is coming up, this would a be a good time to have that (again). We can help students pick classes/professors based on our experiences, rather than a cookie-cutter plan like the Academic Advisor give you. Advertising-wise, we could try to get the Academic Advising Center to refer CS majors to us and try to get another crack at advertising in the lower level CS courses.\r\n[/quote1160190541]\r\n\r\n\r\nYeah, I've actually been in contact with the advising center, maybe we can set up a time and I can let them know about it? Or maybe ask them a good time to do it?',10,1160190570,97,'5.JT',0,1,1160190570,0,0,'',0),(1346,'','Eh, it happens. Thanks for getting this set up dude, that rocks!',10,1160190668,1326,'5.JT',0,1,1160190668,0,0,'',0),(1347,'','I think it is an interesting concept, and definitely hits on things that aren't programming related. Let's see if we can get at 5 or so people who would show interest in spending an hour or two on this.',12,1160190814,1328,'5.JT',0,1,1160190814,0,1160238166,'',0),(1348,'','I'm planning on being there!',10,1160191797,1326,'10.Vegihan',0,1,1160191797,0,0,'',0),(1351,'','Also, wanna send one out to the ACM listserv also? In case people dismiss the other one as department spam or something? Maybe we can get more that way?',10,1160198887,1326,'5.JT',0,1,1160198887,0,0,'',0),(1349,'','Yeah. the sooner we can get the them the better. (Isn't that Big Tobaccos idea?) ha ha ha',10,1160191880,97,'10.Vegihan',0,1,1160191880,0,0,'',0),(1350,'','Oh, I'll try to be there :)',10,1160198771,1326,'5.JT',0,1,1160198771,0,0,'',0),(1352,'I need HELP','Heres my problem. Everytime I try to watch video on my computer it freezes without the processor reving up. No matter how long I wait it will not unfreeze or give me a blue screen. As of the last week or so this is happening when I am doing regular activities like browsing the internet. I am getting really fed up with it, so much so I am thinking about reformating my harddrive. So far I have done the following:\r\nRun 2 differnt virus scans (both found nothing)\r\nHad a blue screen that said the problem was a driver for my video card, so I reinstalled all the drivers\r\n\r\nI was wondering if anyone had any idea of what I should try before I reformat my harddrive.',14,1160200734,0,'10.Vegihan',653,1,1160424184,0,0,'29.Thnikkaman',11),(1353,'','While you are at it why dont you add it to the news section of the site so people who visit will know also.',10,1160200808,1326,'10.Vegihan',0,1,1160200808,0,0,'',0),(1359,'','WINDOWS XP? Run system restore, and load a snapshot from before the problems started.',14,1160232098,1352,'29.Thnikkaman',0,1,1160232098,0,0,'',0),(1354,'','I had a similar problem to yours, my computer kept freezing up, with no bluescreen, nada, during a movie... i think there was something wrong with the video codecs, try reinstalling the movie codecs you use, especially if their divx or xvid... and lastly it may be the movie file itself.',14,1160202159,1352,'35.thomas-hornbeck',0,1,1160202159,0,0,'',0),(1366,'','Noah, did you make a post on College Football Gamecast on ESPN.com?\r\n\r\nI read a Noah(Iowa City) comment.',15,1160244647,1163,'5.JT',0,1,1160244647,0,0,'',0),(1355,'oh guess what.... i dont need hw help....because','i finished my python homework in 15 minutes... what 4 lines of code...i can't believe herman would assign something so trivial... \r\n\r\nhere i was expecting to stay up all night programming, and i have to say im disappointed.',24,1160202751,0,'35.thomas-hornbeck',107,1,1160531260,0,0,'5.JT',27),(1365,'','Yeah, system restore can be pretty useful in times like these. I would do that only if reinstalling the video drivers don't work though b/c it may make some unwelcomed changes that won't be able to be reversed. Good luck. Post here when you get some results (or if you don't any too).',14,1160237021,1352,'9.Nick',0,1,1160237021,0,0,'',0),(1356,'Who's getting excited about COBOL next semester?','....COBOL seems to be that grandaddy of all languages, used in mainframe legacy data processing applications, developed back in the days when sophisticated programming techniques didn't exist. it is very ugly to read and feared by many... but COBOL is still widely used today, companies like John Deere, Principal, State Farm, Cerner, u name it, have tons of COBALLERS on staff... i think its a good skill to have and may help u get ur first job out of college...\r\n\r\nbut anyway its offered next spring, everyone sign up so it doesnt get cancelled again.... woot woot COBOL 4 LIFE!!!',7,1160203109,0,'35.thomas-hornbeck',19,1,1160253873,0,0,'2.scott',3),(1357,'','[quote1160203821=thomas-hornbeck]\r\n....COBOL seems to be that grandaddy of all languages, used in mainframe legacy data processing applications, developed back in the days when sophisticated programming techniques didn't exist. it is very ugly to read and feared by many... but COBOL is still widely used today, companies like John Deere, Principal, State Farm, Cerner, u name it, have tons of COBALLERS on staff... i think its a good skill to have and may help u get ur first job out of college...\r\n\r\nbut anyway its offered next spring, everyone sign up so it doesnt get cancelled again.... woot woot COBOL 4 LIFE!!!\r\n[/quote1160203821]\r\n\r\nPrincipal, etc will teach you COBOL there anyway if you don't get it here. Heck, I told them I had 5 years of Java and they still taught it to me.',7,1160203856,1356,'5.JT',0,1,1160203856,0,0,'',0),(1358,'','I'm on it.',10,1160205444,1326,'9.Nick',0,1,1160205444,0,0,'',0),(1360,'','wootsauce',24,1160232207,1355,'29.Thnikkaman',0,1,1160232207,0,0,'',0),(1361,'','cobol cant do openGL, not interested. I will stck with c.',7,1160232316,1356,'29.Thnikkaman',0,1,1160232316,0,0,'',0),(1362,'','I was once certified by the government to solder, and know how to read schematics. I would be happy to help.',12,1160232490,1328,'29.Thnikkaman',0,1,1160232490,0,0,'',0),(1364,'','You guys should start posting your assignment code on the site somewhere. I really wanted to take this class but was dissapointed to find out that it was full and Herman was not letting anyone else in. Perhaps I could learn a little on my own by reading code and trying to do the assignments on my own. Scott said he was trying to get a code repository up for the site. I will bother him about it.',24,1160236850,1355,'9.Nick',0,1,1160236850,0,0,'',0),(1363,'','Really? That's pretty sweet. I wish I knew how to solder even a little bit. I read hackaday.com sometimes and really wish I had the skills to pull of some of those mods/hacks. Right now I need to solder some stuff to my Xbox360 motherboard in order to use an ATX power supply to supply current. It would be awsome if you could give me hand at some point. I really don't want to cross +5V and +12V on accident... \r\n\r\nAs for the plasma speaker, I think it seems pretty damn cool but I'm not sure that we should spend that much on something we couldn't really get repeated uses from or continue learning from. If it could be done significantly cheaper I think it would be worthwhile. Good idea man.',12,1160236596,1328,'9.Nick',0,1,1160236596,0,0,'',0),(1369,'','But Due to my connections I can tell you departments have one of two options with old equipment:\r\n\r\nGive it to an Approved University Departmentor studentlife Group or Surplus; and they would much rather give it to us So we need to be in this Thing I know i can get Older but great equipment from work; so we need this Group status!!!!',26,1160253810,1324,'2.scott',0,1,1160253810,0,0,'',0),(1370,'','Dude im super stoked aboot it!! I plan to take it',7,1160253873,1356,'2.scott',0,1,1160253873,0,0,'',0),(1371,'','Sytstem Restore works but I have had this problem for a couple months and my last date for SR was about a month ago. The reason I diidnt restore it then was because it was only on a couple of videos that it did it so I didnt bother me.\r\nI will try reinstalling the codexs and let you know.',14,1160255756,1352,'10.Vegihan',0,1,1160255756,0,0,'',0),(1372,'','Really, how much do I have to bug you to get a time machine built?',24,1160255869,1355,'10.Vegihan',0,1,1160255869,0,0,'',0),(1373,'','Most students are charged a "Student Activities Fee," "Student Services Fee," and a "Student Union Fee." Where the amount charged to a full time student is [$27.5, $29.00, $48.00] totaling $104.5 in fee’s relating to student activity/life.\r\n\r\nThe ACM has 28 registered members (maybe more?) all of whom pay these fees. \r\n\r\nThe University of Iowa collage of liberal arts has ~16k students (which represents ~79% of the undergraduates at the University of Iowa) – doing some very rough ciphering (based on the size of the student population and the number of students I expect to be paying these fees and size of the SABAC budget) I would expect that of those $104.5 in fees relating to student activity/life/relations about $35 to $40 is given to the SABAC per student and the rest goes to the university.\r\n\r\nI am not expecting thousands of dollars just because they have hundreds of thousands of dollars to give out - I am expecting hundreds to thousands of dollars because we have 28 members who all have paid these fees.\r\n\r\nI would start by requesting ~28 * $27.5 (Student Activity Fee) or around $770 and work up from there. I don't think that is an unreasonable number. It all depending on how involved we would like to become in lobbying for money from SABAC.\r\n\r\nAll I can tell you is that I pay these fee's - as does most every student - and up until the ACM I have not been involved in any clubs, which means up until now I have let that money go to other groups and other people. All I want from SABAC is my due and the due of all our members to be used by our members and not go to some other club.\r\n\r\nLike anything involving government and bureaucracy, getting something takes some effort, otherwise everyone would do it.\r\n\r\nProjects cost money – events cost money. If you guys feel that $2,000 a year from the department plus dues is good enough and you would like to give up right now on even trying to get a piece of the (~35-40) $980-1120 that SABAC has in their budget JUST from our registered ACM members – then that’s fine w/ me.\r\n\r\nI don’t want to do this alone – so if I don’t have support in doing this then I won’t. But as Nick also pointed out that in addition to the extra funds – there is the additional benefit of FREE equipment (of questionable quality).\r\n\r\n\r\n\r\n...again sorry for the long post\r\n___the following is a rant (i.e. fume, angry outburst, to make simplifications to a problem of which one lacks any real understand to the point of bigotry)...\r\nI’m not an economist or anything but:\r\nThe University’s budgeted revenues and expenses for FY06 are $2.191 billion.(http://www.uiowa.edu/facts/budget/index.htm)\r\n(That’s up from last year - if I remember it was only around 1.9B)\r\nSo if the university can't figure out how to operate w/ a f'ing 2+ BILLION dollar budget then they need to *%$#@!& fire some people and get their %^&* together...L2BUDGET\r\n',26,1160257718,1324,'36.Eric',0,1,1160257718,0,0,'',0),(1374,'','physically open the case and make sure it aint all dusty..\r\nrun memory test.. hangs like this could be caused by faulty memory..\r\nto me, it sounds like a possible hardware failure..\r\n',14,1160264937,1352,'8.Anton',0,1,1160264937,0,0,'',0),(1375,'','[quote1160283947=scott]\r\nI don't need an elite Dictionary\r\n[/quote1160283947]\r\n\r\nClose but he said you needed an elite to beginner dictionary :)',24,1160283964,1271,'5.JT',0,1,1160283964,0,0,'',0),(1376,'','FYI, we have 24 members.\r\n\r\nThe best way to figure out how to get funds: Submit a request for funds, see what you get back, and if you want to talk to the SABAC chair, then go do it and see what you can do in the future to get more.\r\n\r\nI know it's easy to be cynical about the U, UISG, and SABAC, but it really doesn't help anything, and it's hard to see everything that goes on. I was not only on UISG, but I also worked for over a year at the University of Iowa Foundation and saw some of how all the funds that come in get distributed. All that money that comes from the Hospital goes back into UIHC, as does most of the athletics money go back into athletics.\r\n\r\n[link=http://www.uiowa.edu/%7Efusbudg/reports.htm]Check out some of these spreadsheets and pie charts.[/link]\r\n\r\nThe following is a good site to look at to learn more about SABAC for those who want to learn more. We want most likely start out in the lowest priority group(III), and maybe work our way up, unless they have information from the previous ACM.\r\n\r\n[link=http://72.14.253.104/u/uiowa2?q=cache:nG--QgajBUMJ:uisg.uiowa.edu/%3Fpage_id%3D27+sabac&hl=en&gl=us&ct=clnk&cd=1&ie=UTF-8]Link.[/link]\r\n\r\n[link=http://uisg.uiowa.edu/?page_id=93]Here's another handy link that includes some SABAC budget info that can help out.[/link] Hopefully with all the links, we can have a better idea of what to do if we want to do it. I feel that we have nothing to lose, but we shouldn't get our hopes too high. That last link has several of helpful .doc and .xls files. You can look through it and see what kind of organizations got funding, what their purpose is, how big they are, and what they were asking for. It's really helpful, I recommend you all check it out.\r\n\r\nLooking at this, we are hurt by one thing. The old ACM did jack and did nothing to help out the University. Reading through the meeting notes, it appears some orgs were given funds because they've made the university look good (Mock Trial, etc). Maybe after we place at a programming competition we can get some more attention if we don't get enough initially? Also, most of these organizations are much larger than ours, that sucks.',26,1160284378,1324,'5.JT',0,1,1160284378,0,1160286008,'',0),(1377,'','Another thing you can try instead of reinstalling, is to do a system repair. You boot up the xp disk like you would reinstall, select that you want to install windows, then it will detect that you have xp installed, and ask if you want to repair.',14,1160316938,1352,'29.Thnikkaman',0,1,1160316938,0,0,'',0),(1381,'','volkswagon',24,1160331375,1271,'29.Thnikkaman',0,1,1160331375,0,0,'',0),(1378,'','whatever',24,1160321766,1271,'2.scott',0,1,1160321766,0,0,'',0),(1379,'','I agree that we shouldn't expect too much and that it does no good to complain about the buracracy b/c really all we can do is try and hope for the best. Eric's point about the fee's we all pay as part of our tuition is a very valid one. I think we should try to petition for funds (as long as it's no too late) and appeal to the chair of the committee responsible for distributing funds if we don't get any money on our first attempt. \r\n\r\nAlso, as JT mentioned we haven't done a whole lot to make the University look good yet so hopefully in the near future we can do some things to become more visible to the entire student body.',26,1160325481,1324,'9.Nick',0,1,1160325481,0,0,'',0),(1380,'','I think I will try the memory idea first and if that doesnt work I will try the repair.',14,1160330452,1352,'10.Vegihan',0,1,1160330452,0,0,'',0),(1382,'','[quote1160334853=JT]\r\n[quote1160105152=scott]\r\nisn't "LEAT" spelled elite, anyway??\r\n[/quote1160105152]\r\n\r\nyes, 'leet' is short for elite in idiot AOL talk.\r\n[/quote1160334853]\r\n\r\n\r\ni always thought it was idiot yahoo talk....',24,1160334911,1271,'35.thomas-hornbeck',0,1,1160334911,0,0,'',0),(1383,'','[quote1160346110=thomas-hornbeck]\r\n[quote1160334853=JT]\r\n[quote1160105152=scott]\r\nisn't "LEAT" spelled elite, anyway??\r\n[/quote1160105152]\r\n\r\nyes, 'leet' is short for elite in idiot AOL talk.\r\n[/quote1160334853]\r\n\r\n\r\ni always thought it was idiot yahoo talk....\r\n[/quote1160346110]\r\n\r\nNah, haven't you seen the 10 year old AOL translator, it's not the 10 year old yahoo! translator.',24,1160346160,1271,'5.JT',0,1,1160346160,0,0,'',0),(1387,'','I may have, can you link it?',15,1160356462,1163,'29.Thnikkaman',0,1,1160356462,0,0,'',0),(1393,'','I have always wanted to have a time machine then blow it up just to make everyone made. Haveing one would be no fun, it would be like all those toys you got as a kid. You would play with it for a while and forget about it or it would break.',24,1160359940,1355,'10.Vegihan',0,1,1160359940,0,0,'',0),(1388,'','Does it matter? Mega Tokyo is the only place for 1337 done right.',24,1160356672,1271,'29.Thnikkaman',0,1,1160356672,0,0,'',0),(1386,'','Nick, that was a blast! I suggest everyone who can try to go to it next week (although Nick and I won't be there).',10,1160350259,1326,'5.JT',0,1,1160350259,0,0,'',0),(1389,'','Yes... that is the reason why I went the last 3 years. I would go this year, but I have other priorities.',10,1160356753,1326,'29.Thnikkaman',0,1,1160356753,0,0,'',0),(1397,'Soldering Lessons','A couple of people expressed interest in learning the skill of soldering and Noah has said that he wouldn't mind doing a little presentation on it. I think this would make a great cap to one of our comming meetings. I'll leave the floor to Noah to state when and if he still wants to do this.',10,1160372115,0,'9.Nick',26,1,1160496115,0,0,'2.scott',6),(1390,'','I would definitly be up to doing a short soldering tutorial. Its not too difficult once you know what you are doing, and what not to do. It also helps if you have the right tools.',12,1160356843,1328,'29.Thnikkaman',0,1,1160356843,0,0,'',0),(4373,'','Yeah, I actually think that the Lions are moving in the right direction, but I just can't attribute that to Millen. I mean, I could write an algorithm to pick up coaches and players randomly, and probably have a better record than Millen. Their new coach was probably Millen's best decision so far.',15,1185555206,415,'25.Keith',0,1,1185555206,0,0,'',0),(1391,'','TIME MACHINE!!!!!',24,1160357156,1355,'29.Thnikkaman',0,1,1160357156,0,0,'',0),(1394,'','Screw priorities, do whats fun!!!!!!!',10,1160359985,1326,'10.Vegihan',0,1,1160359985,0,0,'',0),(1392,'','[quote1160359087=Thnikkaman]\r\nI may have, can you link it?\r\n[/quote1160359087]\r\n\r\nIt was a live flash chat thingy. I don't know if there is a chat archive.',15,1160359115,1163,'5.JT',0,1,1160359115,0,0,'',0),(1395,'','I have always wanted to learn how to solder. I would go if we did something like that.',12,1160360033,1328,'10.Vegihan',0,1,1160360033,0,0,'',0),(1396,'','[quote1160369903=Vegihan]\r\nScrew priorities, do whats fun!!!!!!!\r\n[/quote1160369903]\r\n\r\nHahaha, I lived by that motto for a while. Now my GPA < 3.0 and it's my 5th year (and last) as an undergrad. Priorities do suck sometimes, but they have to be tended to at some point.\r\n',10,1160370066,1326,'9.Nick',0,1,1160370066,0,0,'',0),(1403,'','Well the memory wasn't what was wrong. I never conducted the repair install of windows either. I was fortunate enough to get anothher blue screen and found out that the problem lies in my graphic card's drivers. They were causeing an infinate loop to take place and that is why kept freezing and never going to the blue screen. I have found a work around that has worked so far and hopefully will keep working. The funny thing is the Microsoft gave me the work around.',14,1160409695,1352,'10.Vegihan',0,1,1160409695,0,0,'',0),(1400,'','I wonder if we could use the dvp in say 110 so that I can demonstrate to a group.',10,1160393687,1397,'29.Thnikkaman',0,1,1160393687,0,0,'',0),(1420,'','Everyone ready for Thursday's exam?',16,1160449228,996,'14.Jed',0,1,1160449228,0,0,'',0),(1401,'','My wife and I close on our house on the 19th. I will be spending the next month or so (when I am not working on homework) painting walls, doing a little electrical work, fixing the stoop over our front door, fixing the roof on our garage, and finding someone to sublet the house we are living in. Anyone want to live in a 3 bedroom house in Tiffin?',10,1160393822,1326,'29.Thnikkaman',0,1,1160393822,0,0,'',0),(1486,'','[quote1160524481=Vegihan]\r\nI have an X-box and a copy of Halo 2 but I only have 2 controllers.\r\n\r\nI must add that I prefer Halo over Halo 2, the swords completely ruined it for me.\r\n[/quote1160524481]\r\n\r\nI'm just better at the original, so I like it better :)\r\n\r\nAlso, perhaps we should have a console lan party and then a PC lan party, I think that would work well.',10,1160524510,1418,'5.JT',0,1,1160524510,0,0,'',0),(1402,'','Calling Japan doesn't count. I know they are a day ahead of us but thats only because of our evaluation of time.',24,1160409429,1355,'10.Vegihan',0,1,1160409429,0,0,'',0),(1404,'','What card and drivers?',14,1160410824,1352,'29.Thnikkaman',0,1,1160410824,0,0,'',0),(1408,'','Dude einstien is dead and on Earth, he isn't on a star or a "massice object".',24,1160420709,1355,'10.Vegihan',0,1,1160420709,0,0,'',0),(1405,'','How about Austrailia???\r\n\r\n\r\nTIME MACHINE!!!!',24,1160410878,1355,'29.Thnikkaman',0,1,1160410878,0,0,'',0),(1407,'','It is an ATI Radeon 1300. I have gone to ATI's site and got the recent drivers and that didn't help so I think the problem is in their current drivers.',14,1160420641,1352,'10.Vegihan',0,1,1160420641,0,0,'',0),(1406,'','welll if you were to like call a massive object Like a huge star i think you could time travle or some shit cause massive objects warp time or something right??\r\n\r\neistien in there somewhere??',24,1160414916,1355,'2.scott',0,1,1160414916,0,0,'',0),(1409,'','Moved because the content of this thread ended up having nothing to do with homework.',24,1160422373,1355,'5.JT',0,1,1160422373,0,0,'',0),(1410,'','There is a tool out there that will completely get rid of either ATI or NVidia's drivers, but I don't remember what it is called. You may want to try googling for it. Then try to install the new drivers.',14,1160424184,1352,'29.Thnikkaman',0,1,1160424184,0,0,'',0),(1411,'','It could. If anyone has a Physics class we could easily tie it into any homework they have. Haven't you heard about 6 degrees of seperation?',24,1160427632,1355,'10.Vegihan',0,1,1160427632,0,0,'',0),(1412,'','i've heard that as objects travel near the speed of light, time slows down for that object, but in order to propel an object of a non-zero mass at the speed of light would take a nearly infinite amount of energy. so its not physically possible to slow down time, but theoretically if you could, time would stand still... i think my physics teacher said something like in theory if you had a twin and at birth you were sent on a rocket traveling at the speed of light, if 50 years passed, your twin on earth would be 50, and you would be like 15 years old... b/c of half life shit...thats all weird science to me, im no physics buff. but as far as time travel, i dont kno that it is possible.',24,1160428817,1355,'35.thomas-hornbeck',0,1,1160428817,0,0,'',0),(1416,'','Here here. The only reason I have windows is to play games. (And I haven't switched my wife over yet). I have been a Gentoo user for about 2 years now.',15,1160436889,1298,'29.Thnikkaman',0,1,1160436889,0,0,'',0),(1413,'',' You will all tremble before the might of the Indianapolis Colts!!!\r\n They are guided by Peyton Manning's self described "Laser Rocket" arm and they have a few Hawks playing for them... (Bob Sanders, Dallas Clark and they signed Ed Hinkle as a walk on)\r\n\r\n :D ',15,1160431003,415,'48.ppallen',0,1,1160431003,0,0,'',0),(1414,'','$10 on my shelf and I'll run linux even after vista is considered "stable". (Yeah I'm anti-M$)',15,1160431419,1298,'48.ppallen',0,1,1160431419,0,0,'',0),(1415,'','[quote1160434246=thomas-hornbeck]\r\ni've heard that as objects travel near the speed of light, time slows down for that object, but in order to propel an object of a non-zero mass at the speed of light would take a nearly infinite amount of energy. so its not physically possible to slow down time, but theoretically if you could, time would stand still... i think my physics teacher said something like in theory if you had a twin and at birth you were sent on a rocket traveling at the speed of light, if 50 years passed, your twin on earth would be 50, and you would be like 15 years old... b/c of half life shit...thats all weird science to me, im no physics buff. but as far as time travel, i dont kno that it is possible.\r\n[/quote1160434246]\r\n\r\nYeah, I've read that in some Sci-Fi books (namely in the [i]Ender's Game[/i] series). Ender was Like 60 years old, but had lived thousands of years because of all the space travel he did.',24,1160434336,1355,'5.JT',0,1,1160434336,0,0,'',0),(1417,'','Meh. I am only loyal to the Hawks when they are playing in Iowa City. Peyton Marino, er. Dan Manning is a big choker, and a sellout. One day, I expect to see Manning throwing incompletions to TO, and then enjoying the sight of both of them whining to each other.',15,1160437089,415,'29.Thnikkaman',0,1,1160437089,0,0,'',0),(1418,'LAN party','Just throwing the idea out to discuss. Ready? Go.',10,1160449000,0,'14.Jed',190,1,1165267101,0,0,'45.Seth',51),(1419,'','We can do that for sure. Scott and I went in there one night and used it for a project we were working on w/o even asking and nobody bothered us. We might want to make sure the room isn't going to be needed for class at that time, but I'm sure it'll be cool.',10,1160449079,1397,'9.Nick',0,1,1160449079,0,0,'',0),(1421,'','Colts may have the offence but the thing that wins championships isn't in indy, that is why they haven't made it to the big game. They have a better chance this year but the colts need a defence before they will win anything.',15,1160449326,415,'10.Vegihan',0,1,1160449326,0,0,'',0),(1422,'','I really really want to ask Jones what he knows about time travel/machines. From what I hear he know just about everything so hopefully he know about time travel.\r\n\r\nOn a side note, today in class, if I heard him right, he said he knows the guy to came up with mp3s. This intreged me.',24,1160449500,1355,'10.Vegihan',0,1,1160449500,0,0,'',0),(1423,'','Nope and I wasn't ready for the one today.',16,1160449556,996,'10.Vegihan',0,1,1160449556,0,0,'',0),(1424,'','Well if we want old School I have a working NES with SMB, SMB 3, and duck hunt and a light gun.',10,1160449616,1418,'10.Vegihan',0,1,1160449616,0,0,'',0),(1428,'','[quote1160450334=Vegihan]\r\nI really really want to ask Jones what he knows about time travel/machines. From what I hear he know just about everything so hopefully he know about time travel.\r\n\r\nOn a side note, today in class, if I heard him right, he said he knows the guy to came up with mp3s. This intreged me.\r\n[/quote1160450334]\r\n\r\nLol, I wouldn't doubt it.',24,1160450343,1355,'5.JT',0,1,1160450343,0,0,'',0),(1425,'','Well the next meeting is a week from tommorrow so if we want to do it after it we will need to get things set up ASAP.',10,1160449687,1397,'10.Vegihan',0,1,1160449687,0,0,'',0),(1426,'','Another idea would be to make a video of the presentation and start a vidoe library for the ACM so after we leave people can still learn from us.',10,1160450023,1397,'10.Vegihan',0,1,1160450023,0,0,'',0),(1427,'','Let's do it! What games? I'm going to say Half-Life Source deathmatch cause that's the only game I've played on the PC in forever.',10,1160450219,1418,'9.Nick',0,1,1160450219,0,0,'',0),(1429,'','Good game by Denver, I really like their defense. Tatum Bell was also impressive, running well against a tough Baltimore D. He averaged nearly 5 yards a carry.',15,1160451031,415,'5.JT',0,1,1160451031,0,0,'',0),(1431,'','The only PC game I have played in forever is Age of Empires, the original, but I am down to learn new games, expecially since midterm is over.',10,1160455751,1418,'10.Vegihan',0,1,1160455751,0,0,'',0),(1434,'','Alright, well we have 5 people signed up for this, thanks to those who replied and it should be a blast. Perhaps we can bring a camera or two to take pictures.\r\n\r\nEDIT: Maybe 6...',7,1160457070,976,'5.JT',0,1,1160457070,0,1160457321,'',0),(1432,'','MP3 one, but really the other one isn't unreasonable.',24,1160456826,1355,'5.JT',0,1,1160456826,0,0,'',0),(1433,'','I talked to Andrea about thsi because she has planned these before. She says the Afro-American houes has nice facilities and console-lan parties are much easier than PC based ones.',10,1160456930,1418,'5.JT',0,1,1160456930,0,0,'',0),(1435,'','I wish I could have seen the game. I don't have cable, so I was keeping tabs on it on ESPN. I went to bed at the half, and then had wierd dreams about Denver being taken apart by Baltimore. I was plesently surprised when I got up this morning.',15,1160480108,415,'29.Thnikkaman',0,1,1160480108,0,0,'',0),(1459,'','Just my 2 cents, but I'm all for a PC LAN party. The only prob I have is, it's been awhile since I've gamed and have lost/loaned most of the aforementioned games out.\r\n\r\nThe one game I would like to toss on the table is Dawn of War. It's not the most popular RTS out there, but I really like how it deals with squad based tactics.\r\n\r\nHowever, I am a FPS player by nature (although I'm not really a fast reflex person) Day of Defeat is my poison of choice there. UT2k4 is a bit more LAN fun though. :D \r\n\r\nIf you need someone to help with this, I'm willing to.',10,1160512506,1418,'48.ppallen',0,1,1160512506,0,0,'',0),(1436,'','Beware of the Jones. You will start a conversation with him, and BAM!!!! an hour of your life is lost. Its kind of like time travel. \r\n\r\nWait, Dr. Jones is a Time Machine.\r\n\r\n\r\nTIME MACHINE!!!!!!',24,1160480202,1355,'29.Thnikkaman',0,1,1160480202,0,0,'',0),(1441,'','He did a whole lecture in security about DRM and mp3 and how they were encoded he also did mention the MP3 'inventor/patent-applier-forer/algorithm-righter'\r\n\r\ndo CS people really invent or just arrange stuff in the right way to make it sound come out??',24,1160495894,1355,'2.scott',0,1,1160495894,0,0,'',0),(1437,'','If you are going to do a PC based lan party (my favorite, and I have thrown a few), make sure you have the following:\r\nA working switch with n+1 ports where n is the number of atendees.\r\nPlenty of Cat-5 (If you ask nice, I have some to donate that needs ends).\r\nA working server to act as a dns server (or NAT if you want internet, and samba/windows file sharing if you are going to do any file sharing ^_^)\r\n\r\n\r\nThere is the hardware stuff. Now you should pick a game(s). It would be smart to have a schedule on hand (that could be bent). Something like this.\r\n\r\nQuake 3(CTF) from 11:00 - 2:00\r\nWarcraft3 from 2:00-5:00\r\nUt2004 Assault from 5:00 - 8:00\r\netc...\r\n\r\nDepending on the number of people that rsvp, you can have multiple game schedules going on, but ideally, you want the server set up, (maybe have it run a dedicated server for the games you are playing), and ready to go so that the first few people that show up aren't sitting around twiddling their thumbs. The list of games is important since people should have the games installed (legal versions preferable in case they have problems networking with warez), and patched before go time.\r\n\r\nYes, it would be cool to play HL-2 deathmatch, however the game is $50 (see the reason to not have warez listed above), and not everyone has the cash for a game they may never play again (its hl2 so I doubt that will happen, but stranger things have). Also, not everyone has the hardware. Like I said above, there is no reason this game can't be played at a well organized lan, but it shouldn't be on the schedule for those two reasons. Here is a recomendation of good multiplayer games that are cheep/legally free:\r\n\r\nDiablo 2 -- still a staple lan game. For the last two summers I have had a monday night diablo 2 lan going on. Tons of fun.\r\n\r\nRTCW:ET (Return to Castle Wolfenstein: Enemy Territory): This is a Cheap as Free game, and its a blast to play. I have been to at least 2 lan parties where this is all we played, and it doesn't get old. \r\n\r\nUT2004: This game has updated graphics, and the game modes Assault and the one with the different nodes you have to capture on the map can be a lot of fun. \r\n\r\nOriginal Counter Strike: I myself have never played this game, but it is still a hit, and can be with your lan.\r\n\r\nNeverwinter Nights: There are plenty of user created adventures for this game, its cheap, and could be good for people that aren't into an FPS.\r\n\r\nSerious Sam (pick one): This game can be a little cheesy at times, but it has a co-op mode that is surprisingly fun. \r\n\r\nOf course there are other games out there that fit that are cheep/free, and good that are perfect for a lan party. And if everyone has a copy BEFORE THE LAN PARTY, you can do a more up to date title. Just make sure that everyone that is comming is on the same page.\r\n\r\nConsole lans are fun, but nothing beats PC gaming. Especially when you can trash talk your buddies after a good frag. There is a lan server (there should be) up in the office that is already got the dhcp and nat installed, talk to Bob, he set it up. \r\n\r\nAnd don't give me the "What about halo" argument. It is a great console game, but for those of us that would just rather have a keyboard and mouse, it can be a pain after going 0-400 in a deathmatch (yes, I suck at halo).\r\n\r\nAlso, while I am rambling, do not...I repeat DO NOT try to do a console and pc lan at the same time unless you have enough bodies to do so. It can suck if you have 4 people playing CTF and half of the party is over playing DDR or Guitar Hero. You can do both events, just don't schedule them at the same time.\r\n\r\nThat is all for now.',10,1160481443,1418,'29.Thnikkaman',0,1,1160481443,0,0,'',0),(1456,'Heading to the ACM Regional Programming Competition. Sign Up.','Nick, feel free to edit my post (using your awesome co-admin power) as you see necessary.\r\n\r\nThe programming competition is Nov. 11 in Des Moines (or can we go to Cedar Falls, etc?) Anyway, it's November 11, an all day thing. We will figure out teams, etc later, but just to get things started, I want you guys to post here, if you know that you want to go. A simple, 'I wanna do it' will suffice. Let's try to keep the other talking to a minimum, and you can maybe ask questions in the contest practice thread etc. Thanks, this will just help us get a better idea of #s.\r\n\r\n[u][b]Attendees:[/b][/u]\r\nJT Kimbell\r\nNick Arnold\r\nChristian Stigge',10,1160507679,0,'5.JT',22,1,1160518754,0,1160524396,'10.Vegihan',3),(1438,'','also male chickens.',10,1160481488,1418,'29.Thnikkaman',0,1,1160481488,0,0,'',0),(1439,'','A week is a little too soon for myself. I am not sure how I would do this yet. Please don't let me forget about it, but I have 2 midterms on Monday, and a couple of large-ish homework assignments to do as well. Lets go for the meeting in 3 weeks.',10,1160481586,1397,'29.Thnikkaman',0,1,1160481586,0,0,'',0),(1444,'SQL injections','I wanna secure a PHP web application from sql injects, unfortunately im a dumbass at this i know PHP and enough SQL to do the APP but when it comes to really securing the app from malicious attackers i am S.O.L.\r\n\r\nis there some php function like \r\n\r\n[code]$safeSQL = magically_make_safe($maliciousSQL);[/code]',14,1160496379,0,'2.scott',603,1,1160501160,0,0,'2.scott',3),(1440,'','WOW!!! I never thought of it that away. Maybe he is a robot/android, from the future sent here to spread his vast wealth of knowelge?',24,1160495624,1355,'10.Vegihan',0,1,1160495624,0,0,'',0),(1442,'','six degrees of separation is the [link=http://en.wikipedia.org/wiki/Small_world_phenomenon]"small world phenomena" for science or wew would never have kevin bacon as a celebrity[/link]',24,1160496031,1355,'2.scott',0,1,1160496031,0,0,'',0),(1443,'','yeah now isn't especially a good time i think lots of people are swamped right now',10,1160496115,1397,'2.scott',0,1,1160496115,0,0,'',0),(1445,'','usually when i google it i just get confused cause i just know how to do simple selects, inserts,drops,deletes,grants(usually have to look them up for good syntax but its do-able) and do a primary key and foriegn key here and there',14,1160496477,1444,'2.scott',0,1,1160496477,0,0,'',0),(1446,'','Hey Scott. I think this is what you're looking for. [link=hyperlink url]http://www.php.net/manual/en/function.mysql-real-escape-string.php[/link] . \r\n\r\nThe usage isn't quite like the example you have above, its more like a sprintf. What this function does is that it takes a string and it makes sure that all possible escape characters for sql commands have been "sanitizied"\r\n',14,1160499453,1444,'51.garru',0,1,1160499453,0,1160499489,'',0),(1447,'','awesome Thanks a Ton!!!\r\ni have used sprintf enough to get er done!!!\r\n\r\n',14,1160501160,1444,'2.scott',0,1,1160501160,0,0,'',0),(1448,'I hate Best buy','The Other day i went into best buy needing a cpu fan so i go to look in there 'fans section' ~= 2 case fans and one graphics card fan, couldn't find it so i did the only thing i could think of but new it prolly wouldn't help;\r\n\r\nI asked a best buy employee where the CPU fans were and if they carried them he took me right to the case fans and said yup this will work for you;\r\n\r\nperhaps i should have asked for a heatsink, but in ieither case those guys are HORRIBLE!! Its like that every time i go in there.\r\n\r\nanyone else encoutered this or used to work at best buy that can testified to there sucking or possibly refute this?\r\n\r\nAlso It was for my mom and i just needed something right away while i was home over the weekend, otherwise i would have intarwebbed it to myself',16,1160501428,0,'2.scott',65,1,1160699537,0,1160501524,'14.Jed',13),(1449,'backward slicing','I love how in Python and other langs you can backward Slice Like \r\n\r\nif you know input is going to come in as "post"+int+"{a,b,c}"\r\n\r\n[code]tempNames+=parseInt(tempElements[iter].name.substring(4,-1));[/code]\r\n\r\nJava and Javascript can't\r\npython can\r\n\r\nIt makes for more (uneccesarily) verbose code\r\n\r\nanyone else have feelings either way??',14,1160502695,0,'2.scott',661,1,1160523432,0,0,'5.JT',4),(1450,'','I sent an email out just a bit ago, trying to see when the advising center thinks a good time to have another panel is. I'd also like to see if we can get a room in Pomerantz.',10,1160503051,97,'5.JT',0,1,1160503051,0,0,'',0),(1451,'','thats pretty funny... they really dont know anything... i talked to their "super" geek on geek squad trying to figure out which wireless card i should get for my linux box, and he read the box specs and said, nope looks like it only supports windows... and i got this whats linux kinda look. i guess u cant expect intelligent people to stay in a job that pays $9/hr. best buy is worthless so is the 6000% markup on cables.',16,1160503487,1448,'35.thomas-hornbeck',0,1,1160503487,0,0,'',0),(1468,'','I'm going too.',10,1160514939,1456,'9.Nick',0,1,1160514939,0,0,'',0),(1452,'','The 6000% markup on cables are only the dynex ones which I dont recommend to buy. Many of the Dynex Cables are made in store by some of the supidest people I know.',16,1160506341,1448,'10.Vegihan',0,1,1160506341,0,0,'',0),(1453,'','Do you know who we would have to talk to, to get a room in Pomerantz?',10,1160506392,97,'10.Vegihan',0,1,1160506392,0,0,'',0),(1454,'','I have a career center contact in Carol Hunsicker, I'll see what she can do for us.',10,1160507401,97,'5.JT',0,1,1160507401,0,0,'',0),(1455,'','Thanks for the advice and suggestions for the party. It's certainly something I'd like to do sometime maybe after the next two weeks so most people are done with midterms. I can't be at the next meeting, but JT or someone should bring this up.\r\n\r\nI'm up for Warcraft 3 on PC or I have an Xbox with four controllers and Halo 2. I'm sure we can find a few more boxes and copies of the game out there. 16 player Halo is pretty awesome.',10,1160507429,1418,'14.Jed',0,1,1160507429,0,1160507916,'',0),(1457,'','Let me start it off with:\r\n\r\nI am definitely going to Attend.',10,1160507711,1456,'5.JT',0,1,1160507711,0,0,'',0),(1458,'','I actually don't even have a TV, but I watched it using TVUPlayer. P2P IPTV, it's pretty nice. Google 'TVUPlayer' to download it, What you see is generally 10 seconds - 2 minutes delayed, but who cares? So that's how I get my football fix. Now if you do have a TV, then you have like 2 computers running this, you are basically at a sports bar :) It's like NFL sunday ticket.',15,1160508077,415,'5.JT',0,1,1160508077,0,0,'',0),(1467,'','Yeah, Best Buy really does some to just have a bunch of posers. You just have to have used a computer before to be eligible to sell them it seems. Oh well, it's why I don't go there for any reason except to buy CDs from my favorite bands(any only my favorites, DL everything else :) ) when they come out. Geek Squad is so horrible now, I love reading when Slashdotters tear it apart b/c of their experiences with it.',16,1160514575,1448,'5.JT',0,1,1160514575,0,0,'',0),(1460,'','When they approach me and ask "May I help you?" I usually look at them and say "No, but may I help you?',16,1160512728,1448,'48.ppallen',0,1,1160512728,0,0,'',0),(1461,'','do you mean backwards iterate?',14,1160513153,1449,'29.Thnikkaman',0,1,1160513153,0,0,'',0),(1472,'','Dude, I actually applied for a job there a few years ago (in their tech dept. to fix computers and do virus removal and whatnot) and they told me I need a bachelors degree. Hahaha, funniest shit ever. I smiled, turned around, and walked out. They suck pretty bad.',16,1160515428,1448,'9.Nick',0,1,1160515428,0,0,'',0),(1462,'','awesome. Is there a linux client?',15,1160513252,415,'29.Thnikkaman',0,1,1160513252,0,0,'',0),(1464,'','I am only 4 degrees away from Linus Torvolds.',24,1160513485,1355,'29.Thnikkaman',0,1,1160513485,0,0,'',0),(1463,'','Not for TVUPlayer, I don't think. Although some other (Crappier) IPTV things like Sopcast exist, check that?',15,1160513423,415,'5.JT',0,1,1160513423,0,0,'',0),(1474,'','Im in.',10,1160518754,1456,'10.Vegihan',0,1,1160518754,0,0,'',0),(1465,'','Where is home? CompUSA is usually a good place for heatsinks and things. Best Buy was pretty good back when I worked there in '96. Now its just a bunch of blue shirt jockeys.',16,1160513835,1448,'29.Thnikkaman',0,1,1160513835,0,0,'',0),(1466,'','Wow, I'm glad so many people are interested! I can mention something at the meeting about how you guys are working on setting one up, but I'll leave a lot of the details to the events committee. As I said, Andrea Mascher has lots of experience planning one, and gave some good insight, so I'm worthwhile for that.',10,1160513890,1418,'5.JT',0,1,1160513890,0,0,'',0),(1469,'','My Xbox has a mod chip in it. Will that work with multiplayer Halo? Sometimes they block that sort of thing (Xbox Live) if you've hacked your Xbox.',10,1160515051,1418,'9.Nick',0,1,1160515051,0,0,'',0),(1470,'','That was my undergrad advisor.',10,1160515138,97,'9.Nick',0,1,1160515138,0,0,'',0),(1471,'','I think all programming languages can backwards iterate. I think what Scott is talking about is a backwards string slice; meaning he's slicing from the right instead of from the left.',14,1160515333,1449,'51.garru',0,1,1160515333,0,0,'',0),(1473,'','Really? Do tell.',24,1160518581,1355,'10.Vegihan',0,1,1160518581,0,0,'',0),(1475,'','I have an X-box and a copy of Halo 2 but I only have 2 controllers.\r\n\r\nI must add that I prefer Halo over Halo 2, the swords completely ruined it for me.',10,1160518862,1418,'10.Vegihan',0,1,1160518862,0,1160518908,'',0),(1487,'','Bump #2.... Just thought this would be fun to have. We could review the quotes, etc. Or change them every semester or whatever.',8,1160524738,81,'5.JT',0,1,1160524738,0,0,'',0),(1476,'','This has noting to do with practice and all to do with the competition. I was wondering what people thought about getting shirts made for all the people we took?',10,1160518992,1326,'10.Vegihan',0,1,1160518992,0,0,'',0),(1477,'','Best Buy is great, if you are really bored..\r\n\r\nTry this.. go to Best Buy.. Start looking at something, it might even be something that you need.. as soon as one of the "blue-shirts" shows up with a question "how may i help you?".. start asking away.. ask as many complicated questions as you can.. you would probably be redirected to some guy who knows just a little bit more.. then start asking questions that barely make any sense, like: "would this work under FreeBSD with the patched version of crond?".. "Is it backwards compatible with IPv6 ?".. be creative.. and then just leave with words.. "well, it seems that you can't really help me then"..\r\n\r\non the contrary, don't shop at Best Buy ever.',16,1160519152,1448,'8.Anton',0,1,1160519152,0,1160519392,'',0),(1478,'ACM UVA problem v111/11100.html','You might already know about this, but the ACM chapter at UVA has a programming challenge every week where people all over the world compete for the fastest execution time.\r\n [link=http://acm.uva.es/problemset/]This is the webpage for it[/link] \r\n\r\nYou can sign up here [link=http://acm.uva.es/problemset/registerjudge.php]here[/link] \r\n\r\nThey post a puzzle and you send them a program in c++, c, java, or pascal. They run your solution against a test set, and if you pass you get ranked based on execution time.\r\n\r\nFor the few that i've worked on, i've found that its best to:\r\n1) Get the input and output working first\r\n2) Build a good a test suite\r\n3) Get a "dumb" solution that passes your test suite and submit that to see if the judge accepts.\r\n4) Then work on decreasing execution time\r\n\r\nAnyone interested in compiling some test cases and work on some of these problems with me and have a mini competition?\r\n\r\n',14,1160520917,0,'51.garru',716,1,1160547470,0,1160520998,'2.scott',9),(1479,'','im in',14,1160522608,1478,'2.scott',0,1,1160522608,0,0,'',0),(1480,'','yeah thats it!!\r\n\r\nlike in python its list[4:-1]\r\nand you get the forth through the second last item\r\n\r\nso \r\n\r\n[5,6]=[1,2,3,4,5,6,7][4:-1]\r\n\r\nif i counted right\r\n',14,1160522718,1449,'2.scott',0,1,1160522718,0,0,'',0),(1481,'','Yeah, using -1, etc to index (I think that may be more descriptive that iterate?) is pretty nice to have. It saves from calling len() on something, and makes loops easier at times.',14,1160523432,1449,'5.JT',0,1,1160523432,0,0,'',0),(1482,'','I think the mini competition is definitely a good idea. I would have to see how you plan to do the competition,etc before I commit to it, but it definitely sounds fun.\r\n\r\nAlso, garru, I'd have to say that I get the feeling you aren't from the University of Iowa. (This is assuming the name in your profile is your real name). What brings you here?',14,1160523871,1478,'5.JT',0,1,1160523871,0,0,'',0),(1483,'','^^^ LOL at that.',16,1160524298,1448,'5.JT',0,1,1160524298,0,0,'',0),(1485,'','Yes! CRAP! I need to do that! Can someone get me a copy of photoshop through any means possible? Or do we have some photoshop fiends?',10,1160524456,1326,'5.JT',0,1,1160524456,0,0,'',0),(1488,'','Haha, you caught me. I didn't mean to intrude. My wife is a first year grad student in the non-fiction writing program at UIowa. I just graduated from UT. \r\n\r\nWe've been only hanging out with the writing crowd, and that has made me a little lacking in interacting with more computer oriented people. Sorry if i've been misrepresenting myself. %-6 ',14,1160525015,1478,'51.garru',0,1,1160525015,0,0,'',0),(1489,'','Hey, no problem! We're glad to have you here and you haven't misrepresented yourself at all. It's just the CS dept. here is kinda small, and I just had a hunch :) You can't see our main set of forums, but we'd be more than happy to let you come to some of our events we're trying to set up, etc. Anyway, thanks for swinging by!\r\n\r\nOh, and UT as in Tennessee?',14,1160525555,1478,'5.JT',0,1,1160525555,0,1160525589,'',0),(1490,'','Unstickied because it kinda died out for the moment, but I still think it is a very good idea. Someone just needs to pick up the ball and run with it.',15,1160525689,350,'5.JT',0,1,1160525689,0,0,'',0),(1491,'MS-DOS source code','MS-DOS 1.25 - May 1982 – first release for IBM PC compatibles marketed under different brands (COMMAND.COM is 4986 bytes)\r\n\r\ni was wondering how many lines of code MS-DOS was and found this. perhaps some one can tell me how many Lines... this is in source (if its not to many i think it would be cool to write a shitty MS-DOS[early years] like OS)\r\n\r\ni have heard there are pirated things like this floating around ;) ;)\r\n\r\njust to learn about crappy OS stuff\r\n\r\nas i recall MS-DOS could only handle one Application at a time so i don't think it would require "a super ton of effort" maybe im wrong\r\n\r\nany one know anything about this area??\r\n\r\n',14,1160525725,0,'2.scott',708,1,1160566285,0,0,'29.Thnikkaman',9),(1492,'','Even further south. haha. University of Texas at Austin. I was going to type the whole thing out, honest, but then my laziness got the best of me. thanks for the warm welcome. ',14,1160525983,1478,'51.garru',0,1,1160525983,0,0,'',0),(1493,'OSX Leopard Improvement','[blockquote]My Non Disclosure Agreement (NDA) with Apple precludes me from revealing proprietary detail, but because most, if not all, of this is posted elsewhere and is commonly available, I have no problems with confirming the following. Still, please don’t quote me.\r\n\r\n1. Leopard supports OS 9.x, as is done with Tiger, but OS 8 and earlier will not be officially supported. Legacy apps may still work, but Apple just won’t support them.\r\n\r\n2. During the Leopard install, you are given the option to create specific partitioning to accommodate M$ Vista and Linux. Reformatting your HD is not required. Depending on your processor and RAM, all OS’s can run simultaneously & independently. A (minimum) 150 GB HD is required (250 GB is recommended), and 2 GB RAM (minimum) should you wish to run more than one OS. Dual processors are required for optimum performance, though this may change in 10.5.1 or 10.5.2.\r\n\r\n3. DiskWarrior (in lieu of TechTool) will be bundled with 10.5 if one chooses Apple Care or extends their current Apple Care contract. I don’t know the pricing or specific details, though Apple Care for older machines will increase significantly with the machine’s age. Machines over 6 years old (from date of mfgr.) are not eligible.\r\n\r\n4. Safari will include editable Helpers. Safari Tabs can be assigned colors. Safari will be about 37% faster (YMMV). The default for Safari bookmarks will now be alphabetical by folder. Safari will include configurable parental controls (for those who want configured parents). Safari will now import Firefox and Camino bookmarks. Also, there are 12 new Safari “skins”.\r\n\r\n5. The Dock will be much different. One new feature is that as icons are added, they will automatically migrate/expand around the screen as needed (or, you can reduce the size of the icons as presently done). Also, multiple docks are an option as is the amount of “bounce” desired in those dock apps launching or needing your attention. There is an accompanying bounce sound, a boing-boing sort of thing.\r\n\r\n6. Hooks are built-in to support an Apple PDA, but I can say no more.\r\n\r\n7. All Metadata will be editable.\r\n\r\n8. You can have 3 ‘Finder’ windows open simultaneously, much like having 3 displays, all running different applications or OS’s. If networked, any 3 computers can be displayed. Depending on the function/application, you can even Drag & Drop between displays. Password or Admin. privileges are required. (see #2 above).\r\n\r\n9. Widgets can run on any or all of your open windows, similar to the way Stickies can be placed anywhere.\r\n\r\n10. Terminal has balloons that will appear with alerts/warning notes should you wish to do something that you will (later) wish you hadn’t.\r\n\r\n11. Mail, Address Book, iCal, iSight, and iChat will become one integrated application, much like Entourage (but better). Included is a customizable Auto Responder and voice activated dialing via numbers or Address Book names. You will be able to automatically send email & initiate iSight meetings, etc. that are linked/pegged to specific calendar events. This feature is called AutoPilot (see #6 above).\r\n\r\n12. Voice recognition/security has returned as an option (see #6 above). Note: Use with caution. I am still not certain this will make the final release (it’s still a bit buggy); perhaps delayed until 10.5.1.\r\n\r\n13. An across the board speed increase of 35 - 40%. YMMV.\r\n\r\n14. Font, Printer, and User Preference (.plist) repair routines are built-in and are schedulable.\r\n\r\n15. Sherlock has been eliminated (use Widgets instead).\r\n\r\n16. When Repairing Permissions, the “We are using special permissions…” will no longer be displayed. Finally!\r\n\r\n17. Airport (Extreme only) will notify you via the airport icon flashing in the menu bar if your signal is being hijacked or used by anyone other than you authorized.\r\n\r\n18. Startups, Restarts, & User Switching will be exactly as the User left the machine; open apps, window positions, network connections, etc. will all be reestablished.\r\n\r\n19. Bundled with Leopard is a small app called “TrashBack”, a program to recover deleted files. Of course, the sooner one uses it after trashing the better.\r\n\r\n20. Numerous (other) bug fixes, including a totally rewritten Spotlight.\r\nLeopard will be previewed in June at the WWDC and released in early November.[/blockquote] \r\n\r\nfor source see::http://www.ehomeupgrade.com/entry/2397/future_apple_os\r\n\r\nNot Sure if true but thought it interesting',14,1160526132,0,'2.scott',775,1,1160623487,0,0,'51.garru',17),(1494,'','OK, I don't want to read that.\r\n\r\nWhich part is considered interesting?',14,1160526317,1493,'5.JT',0,1,1160526317,0,0,'',0),(1495,'','1,2,4,5,7,8,11,1214,18,19\r\n\r\nDude Read it! it all sounds pretty Cool;',14,1160526689,1493,'2.scott',0,1,1160526689,0,0,'',0),(1496,'New Front Page Poll','Vote my children...',8,1160527323,0,'5.JT',35,1,1160620490,0,0,'2.scott',9),(1497,'','I only shop at best buy when my friend, who works there, buys me what I need at discounted price or when they sell their hd for next to nothing.',16,1160529036,1448,'10.Vegihan',0,1,1160529036,0,0,'',0),(1558,'','TF2 is gonna rock... \r\n\r\n !amazed ',10,1160582017,1418,'48.ppallen',0,1,1160582017,0,0,'',0),(1498,'','What if we aren't old enough to vote? Do you have TV commercials out telling us who to vote for?',8,1160529111,1496,'10.Vegihan',0,1,1160529111,0,0,'',0),(1499,'','I beleive photoshop is on the computers in the lab, don't quote me but I know they have some image software on them.',10,1160529164,1326,'10.Vegihan',0,1,1160529164,0,0,'',0),(1529,'','Yeah, I too have purchased things at like 60% off retail b/c I knew a guy that worked there. Other than that I'd rather get it from Newegg or search Froogle.google.com for it. Why drive to the store and burn fossil fuels when you can just point, click, and have it delivered...',16,1160538480,1448,'9.Nick',0,1,1160538480,0,0,'',0),(1501,'','Yes, vote for very impressive or impressive. Just don't vote for unimpressive, he's an army deserter and a flip-flopper.',8,1160529332,1496,'5.JT',0,1,1160529332,0,0,'',0),(1503,'','midterms, mah man.',15,1160529603,350,'8.Anton',0,1,1160529603,0,0,'',0),(1504,'','I think you're right that MS-DOS only was capable of handling one process, but i don't think its nontrivial :D. you'll probably create a MS-DOS like OS in Operating Systems and thats a semester course .\r\n\r\ncorrect me if i'm wrong, but i think command.com is just the operating system shell, kind of like bash or ksch on linux. A command.com clone that would on msdos would be an interesting and smaller project.\r\n\r\nIt's cool that you're interested in this stuff, i mean thats how linux got started. Here is a link to bochs, which is an IA-32 emulator. It'll speed of development big time, since you won't need to boot up on a real machine. I also think there's some documentation about how to make your own OS, maybe.\r\n[url]http://bochs.sourceforge.net/[/url]',14,1160530265,1491,'51.garru',0,1,1160530265,0,1160530446,'',0),(1505,'Mitch Albom','Mitch Albom is coming to speak at the University Thurs Night in the IMU. I, for one, am excited to have an author like him come here and I wanna listen to him talk. Oh, and he's not only a good author, but he's also a sports journalist, not bad :D',15,1160530356,0,'5.JT',889,1,1160535135,0,0,'5.JT',2),(1506,'','So garru, did you do ACM stuff back at UT? If you did, do you have any advice for a chapter just getting itself back going after it fell apart early last year?',14,1160530475,1491,'5.JT',0,1,1160530475,0,0,'',0),(1507,'','Looks like a really bloated version of linux that won't run on anything but Apple's hardware.\r\n\r\nI don't know if I am interested in OSx anymore after reading this. The things I am interested in, I can do in linux weather its using karamba, kde, or what. And nothing is to be said for the things I am not. \r\n\r\nAs far as I am concerned, Apple is dead to me until they sell OS X on its own for use on a non-macintosh machine.\r\n\r\n',14,1160530520,1493,'29.Thnikkaman',0,1,1160530520,0,0,'',0),(1509,'','I remember writing a simple shell for the OS class offered here. I would reccomend taking it if Steve Bruell teaches it again. You have to remember that MS Dos was a Disk Operating System. It was a shell, and a basic kernel that managed device and program processes. Yes it was primative, but ms dos was pretty good for the time. ',14,1160530727,1491,'29.Thnikkaman',0,1,1160530727,0,0,'',0),(1508,'','Problem is, if they do that, they may lose a lot of reputation for being so stable, because their stability relies a great part on the small set of drivers it needs to be compatible with. We all know that while not being bad products, image is more important than functionality sometimes over at Apple, so I don't see that happening too soon.',14,1160530719,1493,'5.JT',0,1,1160530719,0,1160530748,'',0),(1511,'','This kind of thing was exactly what I was talking about in the meeting. It is good practice for the national competition, and it could be a good tool to learn some optomization techniques. Simple things like using bytes instead of ints if you know that you will never use more than 8 bits, or unrolling your loops so that the stack is linear.',14,1160530936,1478,'29.Thnikkaman',0,1,1160530936,0,0,'',0),(1510,'','[quote1160530855=Thnikkaman]\r\nI remember writing a simple shell for the OS class offered here. I would reccomend taking it if Steve Bruell teaches it again. You have to remember that MS Dos was a Disk Operating System. It was a shell, and a basic kernel that managed device and program processes. Yes it was primative, but ms dos was pretty good for the time. \r\n[/quote1160530855]\r\n\r\nHe is, and I'm taking it :)',14,1160530895,1491,'5.JT',0,1,1160530895,0,1160531009,'',0),(1512,'','One of my best friends is named John Hawley. He was the last guy that did an ACM revival here at the university. He is good friends with the man who was Linus Torvald's best man. I can't remember the guys name at the moment, but John was house sitting for him before he found his own place in Silicon Valley.',24,1160531206,1355,'29.Thnikkaman',0,1,1160531206,0,0,'',0),(1514,'','Use the Gimp. Just as good as photoshop, with Open Source licensing on top.',10,1160531354,1326,'29.Thnikkaman',0,1,1160531354,0,0,'',0),(1513,'','Isn't that only 3 degrees? You shorted yourself.',24,1160531260,1355,'5.JT',0,1,1160531260,0,0,'',0),(1515,'','I'm defintely not well equiped to give any advice on organizational stuff :). My friend, however, was the president of ACM at UT. I can ask him advice, for you if you want. I know one thing that was helpful was that they had a tutor program. Free pizza every once in awhile always helps :)',14,1160531385,1491,'51.garru',0,1,1160531385,0,0,'',0),(1516,'','Up to you guys. I am all for a pc lan party. Consoles are fun, but FPS's are best used with a keyboard and mouse. I would be down if there was a tekken tournament or something. ',10,1160531449,1418,'29.Thnikkaman',0,1,1160531449,0,0,'',0),(1520,'','Yes, I heard this as well. I might actually have to go check this out.',15,1160534198,1505,'14.Jed',0,1,1160534198,0,0,'',0),(1517,'','Look son, I'm not your child.',8,1160531494,1496,'29.Thnikkaman',0,1,1160531494,0,0,'',0),(1567,'','those sneaky people at widernet...',12,1160592388,1,'35.thomas-hornbeck',0,1,1160592388,0,0,'',0),(1518,'','Well, we have the free pizza part down :) A tutor program is not a bad idea. We'll see what we can do with that idea.',14,1160531741,1491,'5.JT',0,1,1160531741,0,0,'',0),(1519,'','Either PC or console would work for me. I think a PC party would take quite a bit more time and effort to put together, but I'm all for it. Xbox for simplicity's sake might work better for now. I have a box and might have 6 controllers in total depending on if the wireless controllers still work.\r\n\r\nFrom my experience, a 16-player Halo party requires the following items 4 consoles and copies of the game, 4 TVs, a router, and ethernet cables. Of course, we can scale it down based on the number of people interested, but basically 4 players/box/TV. If we could find a place with two decent sized TVs we're already halfway there.\r\n\r\nAnother game I've been big on lately is Soul Caliber II. It's a Tekken style fighting game, but has cooler weapons and attacks than Tekken. We could do some kind of tournament where everyone gets a character.',10,1160534010,1418,'14.Jed',0,1,1160534010,0,0,'',0),(1521,'','Thanks Denver for beating Baltimore. I don't care if it screwed my pick up, but I'm happy to see Baltimore lose.\r\n\r\nBTW, JT - I made a userbar, how do I get it where yours is?',15,1160534286,415,'14.Jed',0,1,1160534286,0,0,'',0),(1522,'','Use the [img] option to paste the URL into your signature, does that make sense?',15,1160534810,415,'5.JT',0,1,1160534810,0,0,'',0),(1523,'','This is the code I pasted into my sig.\r\n\r\nurl=http://ubanimator.com] img]http://img207.imageshack.us/img207/8318/userbar193889sx4.gif[/img][/url]\r\n\r\nOf course, I messed up the tags so it would show up here. But that's what I did.',15,1160534897,415,'5.JT',0,1,1160534897,0,1160535024,'',0),(1524,'','Yeah, one of my 3 All-time favorite books is written by Mitch ([i]The Five People You Meet in Heaven[/i])',15,1160535135,1505,'5.JT',0,1,1160535135,0,0,'',0),(1525,'','Just so everyone knows, this was the first post ever on our forums. We hadn't even configured everything yet, but Bob snuck his way in and made a post. Oh, well, I thought everyone would like to know.',12,1160536928,1,'5.JT',0,1,1160536928,0,0,'',0),(1527,'','This is a good idea, but good luck getting too many participants this time of year. Mid-terms are happenening in about every class either this week or next. But we'll see what we can do with this one :)',14,1160537457,1478,'5.JT',0,1,1160537457,0,0,'',0),(1528,'','I've got a copy of Photoshop 7 you could evaluate.',10,1160538117,1326,'9.Nick',0,1,1160538117,0,0,'',0),(1530,'','[quote1160538761=scott]\r\nas i recall MS-DOS could only handle one Application at a time so i don't think it would require "a super ton of effort" maybe im wrong\r\n\r\nany one know anything about this area??\r\n[/quote1160538761]\r\n\r\nI is actually quite complicated to build from scratch what you are proposing. The fact that the kernel is only required to keep track of one process at a time simplifies some of the data structures needed and eliminates the need for a robust scheduler, but there are still a TON of things that need to be thought out. I'm in System Software this semester and we're learning about what goes on at this layer in the system. When people use their computers they take many things for granted. \r\n\r\nTo even have a bootloader that loads a simple kernel into memory and produces a command shell at all would be a pretty large feat to code from scratch. It would kick ass though!\r\n',14,1160539073,1491,'9.Nick',0,1,1160539073,0,0,'',0),(1531,'','[quote1160539580=Thnikkaman]\r\nAs far as I am concerned, Apple is dead to me until they sell OS X on its own for use on a non-macintosh machine.\r\n[/quote1160539580]\r\n\r\nWell it may not be very legal, but if you have the right intel chipset (like 925 or newer I think) then I really isn't too hard to run OSX on "regular" hardware that isn't produced by Apple. All you need is an ISO of OSX Tiger and the Linux utility 'dd'. I tried it out on my Intel 875P chipset and all I saw was the apple logo and and error message, but if I had a newer chipset it would have booted just fine.\r\n',14,1160539760,1493,'9.Nick',0,1,1160539760,0,0,'',0),(1532,'','OK, I made some [b]crap[/b] with gimp real quick. [link=http://cs.uiowa.edu/~kimbell/images/]Go to this link.[/link]\r\n\r\nThe tigerhawksplash.jpg is a crappy rendition of what I think could look good. Think blue t-shirts, white/grey tigerhawk with the logo splashing into it.\r\n\r\ncsuacm.jgp is what Colorado State does with their ACM logo. Check out the RAM (their school logo) built into the ACM logo, that's really sweet.\r\n\r\nCan someone please one up me on this?',10,1160539893,1326,'5.JT',0,1,1160539893,0,1160539937,'',0),(1533,'','Wow, check out Darrent Williams' hair. I mean I saw him thrashing his wacked out mohawk last night after the pick, but still frames of it are priceless.\r\n\r\n [img]http://i.a.cnn.net/si/2006/football/nfl/10/10/bc.fbn.broncoswilliams.ap/t1_1010_frohawk_ap.jpg[/img] \r\n\r\n [img]http://www.oddlaa.com/tmp/dwillrockstar.jpg[/img] \r\n\r\n [img]http://images.milehighreport.com/images/admin/1010darrent_o.jpg[/img] ',15,1160540703,415,'5.JT',0,1,1160540703,0,1160586233,'',0),(1534,'','i think i know someone that has that very illegal image if any one is interested',14,1160547263,1493,'2.scott',0,1,1160547263,0,0,'',0),(1535,'','i know thats why i want to try I think it would be a crazy challenge but t actually boot to your own OS would be a feat not accomplished by many',14,1160547434,1491,'2.scott',0,1,1160547434,0,0,'',0),(1536,'','screw midterms i'll do it',14,1160547470,1478,'2.scott',0,1,1160547470,0,0,'',0),(1537,'','i can get you a ~=semi legal copy of adobe with license',10,1160547654,1326,'2.scott',0,1,1160547654,0,0,'',0),(1560,'','I had never heard of TF2, mainly b/c I don't get the chance to play games like I used to, and I've never been as big into FPS games, but it sounds fun from what I've read.',10,1160583060,1418,'5.JT',0,1,1160583060,0,0,'',0),(1538,'','from what i have seen PC takes alot of setup time, and that console goes much quicker interms of setup',10,1160547714,1418,'2.scott',0,1,1160547714,0,0,'',0),(1539,'','nice Image \r\n\r\n [img]http://cs.uiowa.edu/~kimbell/images/tigerhawksplash.jpg[/img] ',10,1160547969,1326,'2.scott',0,1,1160547969,0,0,'',0),(1540,'WebSite Statistics','I wish i had some concrete statistics but I can tell you that in approximately the Last 2 weeks i think our forums actually went up about by about 20% in size which i think is pretty good its getting to the point where its difficult to read every post unless i check several times a day!!!\r\n\r\nway to go guys!!\r\n\r\nnow we just need a few more posters\r\n\r\n',8,1160548208,0,'2.scott',35,1,1170964557,0,0,'5.JT',8),(1541,'','Top search queries,Average top position\r\nestest park,3\r\ndilbert intern,9\r\n"porky ""pig that"" ""s all folks""",5\r\n"""how to unregister"" blogger",6\r\nestest park colorado,6\r\nit says alot,8\r\nrocky mountain elementry,8\r\ndilbert adonovan,9\r\n"""it will take a couple of days""",10\r\nintern dilbert,11\r\n"my 3 ""things com""",13\r\nwacky waters,18\r\nmit slon school of management,29',8,1160548892,1540,'2.scott',0,1,1160548892,0,0,'',0),(1542,'','I cheked and most of these go to blogs (JT's) and (Stigge's)',8,1160549154,1540,'2.scott',0,1,1160549154,0,0,'',0),(1543,'','Top search queries,Average top position\r\nuniverstity of iowa,4\r\nlinux distro quiz,6\r\nskyhighspeed,9\r\nnwdiswrapper,1\r\nthomas hornbeck,1\r\nuniversity of iowa career fair,8\r\nuniversity of iowa engineering career fair,8\r\nacm les gets,2\r\nuniversity of iowa events,4\r\npython mysqldb tutorial,8\r\nacm career news,4\r\n"mediacom ""$14.95 mo""",2\r\nuiowa linux wireless,4\r\nmysqldb tutorial,7\r\ni hate mediacom,8\r\n"""ext3 driver for windows""",9\r\nmediacom sucks,14\r\n"""pluginreg dat""",18\r\niowa forums,19\r\n"geekmuse|""geek muse""",44\r\n',8,1160549527,1540,'2.scott',0,1,1160549527,0,0,'',0),(1544,'','Well, if you need an idea about how it works. You can always go to kernel.org and get an ancient kernel As far as bootloaders go, look at the lilo or grub source code as well.',14,1160566285,1491,'29.Thnikkaman',0,1,1160566285,0,0,'',0),(1545,'','[quote1160566396=JT]\r\nProblem is, if they do that, they may lose a lot of reputation for being so stable, because their stability relies a great part on the small set of drivers it needs to be compatible with. We all know that while not being bad products, image is more important than functionality sometimes over at Apple, so I don't see that happening too soon.\r\n[/quote1160566396]\r\n\r\nBut the thing is OS X is a greatly modified version of BSD. Which I believe uses the linux kernel. Which is a very stable set of drivers, and supports dynamic module loading and unloading. I am sure it would not be hard for apple to set up a module repository that during the install, it connects to, and gets the correct drivers for the hardware. Also, they can keep the minimum specifications high. Then they just need to put amd support in thier kernel, and they would be all set. \r\n\r\nBut Steve Jobs is just a big money grubbing fool, and I don't want anything to do with it.\r\n',14,1160566650,1493,'29.Thnikkaman',0,1,1160566650,0,0,'',0),(1551,'','Not every os is rock hard stable. Not windows , os x, or linux. Every os deals with deadlock in the same manner, let the user handle it. I have seen each os fail due to something stupid, and as "network and user friendly" os x says it is, it doesn't have the samme application support as windows, that is why they will let you instlall windows on a mac. That is why wine exists for linux.\r\nNow as far as the drivers go, video wise, they really only have to worry about nvida, intel, and ati cards. There is no need to support matrox, or any other chipset. Now OS X may be optimized for specific hardware, but if the kernel is built correctly, there should be little or no work to plug a module into the kernel.\r\n\r\nHow can I explain this. The linux kernel is like a series of tubes. Its not a truck.\r\n\r\nNo, that is a bad analogy. The core of the linux kernel should only handle processor, memory, and disk function. It should also have some really basic IO drivers so you can type at a virtual terminal. Now, it also has a bunch of interfaces for various drivers. Weather they be device drivers, acpi drivers, or crypto and file system drivers. You can plug and unplug these drivers as needed to keep the kernel process small and efficent. Now, if this is how the OS kernel is built (and I don't doubt that it is), it wouldn't be hard for Apple or any hardware vendor to write a module(driver) that would allow that piece of hardware to interface with the main computing block.\r\n\r\nNow lets go from my really basic 30 second description of how the kernel works (I am no expert), and apply this to the Apple buisness model. In order for your Mac peripherals, and other vendors usb and firewire devices to work, they need to plug into the kernel. Otherwise, you can't have an efficent way to interact with the existing hardware and software. So why not apply this to all software. You can put your os out there for anyone to buy, but just be like microsoft and state that you don't support or garontee that 3rd party hardware and periperals will work with OS X. They can even take it one step further, and provide a driver validation service for 3rd party hardware vendors. But Apple is content with inflating hardware prices and making you conform to their hardware model and upgrade timeline. They have a chance to unseat windows as the primary OS which would probably help them recoup the money they would initially lose from selling an OS X that will work on most High End PCs, but they are content with their mediocraty. (Yes, I am a little bitter). Maybe they are afraid that if their OS spreads too fast, they will see an influx of viruses that target them, and they can no longer boast an immune OS. \r\n\r\nDo you remember that old Macintosh commercial from 84, where there is a dark room of people watching an overloard on a big screen. And an athlete runs in, and throws a hammer at the screen? Steve Jobs has ironically become that overloard.\r\n',14,1160573268,1493,'29.Thnikkaman',0,1,1160573268,0,0,'',0),(1546,'','Thats awesome.',15,1160566761,415,'29.Thnikkaman',0,1,1160566761,0,0,'',0),(1591,'','You know what, you should alias your firstname-lastname@uiowa.edu accounts to your cs account. You have a 100MB limit, and I believe its the same interface.',16,1160700321,1568,'29.Thnikkaman',0,1,1160700321,0,0,'',0),(1547,'','hmm, looks like we could use a "useful links page" that forwards people to a few useful HOWTOs ans such.',8,1160567236,1540,'29.Thnikkaman',0,1,1160567236,0,0,'',0),(2616,'','I have an algorithm that works and prints output the console, perhaps someone wants to help me with pretty printing, although that's not too important. I would like a helper in setting up the actual NCAA teams in the tourney and organizing this even if we have it.',11,1170740626,2606,'5.JT',0,1,1170740626,0,0,'',0),(1548,'','I second that.',10,1160567327,1326,'29.Thnikkaman',0,1,1160567327,0,0,'',0),(1549,'','The pc lan does take a bit of setup time, but its also totally worth it. I am planning on having a lan party at my new place once we get settled. I am hoping that Team Fortress 2 is out by then.',10,1160567424,1418,'29.Thnikkaman',0,1,1160567424,0,0,'',0),(1561,'','exactly',8,1160585612,1496,'29.Thnikkaman',0,1,1160585612,0,0,'',0),(1550,'','[quote1160569469=Thnikkaman]\r\n[quote1160566396=JT]\r\nProblem is, if they do that, they may lose a lot of reputation for being so stable, because their stability relies a great part on the small set of drivers it needs to be compatible with. We all know that while not being bad products, image is more important than functionality sometimes over at Apple, so I don't see that happening too soon.\r\n[/quote1160566396]\r\n\r\nBut the thing is OS X is a greatly modified version of BSD. Which I believe uses the linux kernel. Which is a very stable set of drivers, and supports dynamic module loading and unloading. I am sure it would not be hard for apple to set up a module repository that during the install, it connects to, and gets the correct drivers for the hardware. Also, they can keep the minimum specifications high. Then they just need to put amd support in thier kernel, and they would be all set. \r\n\r\nBut Steve Jobs is just a big money grubbing fool, and I don't want anything to do with it.\r\n\r\n[/quote1160569469]\r\n\r\nI may default to your knowledge overall here, as I lack the technical know-how of Macs, and in general, as much linux as you do. However, it seems it couldn't be [i]that[/i] easy give such a wide array of devices and drivers. I've had my linux systems crash several times (granted they are not BSD), and that's not counting the number of times video drivers have messed with my windows.',14,1160569627,1493,'5.JT',0,1,1160569627,0,0,'',0),(1554,'','FYI that delivery process also burns fossil fuels.',16,1160580771,1448,'10.Vegihan',0,1,1160580771,0,0,'',0),(1552,'','Oh, and my views do not reflect the views of the University of Iowa ACM, or its Officers. I am by no means a Windows, Apple or Linux zealot. I believe that they all have their purpose, and that there needs to be a choice in order to create a healthy competition. If there was only one OS, that my friends, would truely suck. \r\n\r\nAlso pardon my spelling.',14,1160573408,1493,'29.Thnikkaman',0,1,1160573408,0,0,'',0),(1553,'','ok i would just like to add that apple it seems is a hardware company not a software company (itunes is free but ipod cost 300) anyway I read an article the other day about how the profit margin on hardware is super low so its possible that apple "give cheap sofware away (OSX)" but only use it on specific Hardware that has been marked up more than any other hardware sold today (considering most of there parts are about the same as those in a dell [and have been for some time{like RAM and pci Slots}]) i have been moving ethernet cards over to MAC OSX from my PCs for a long time and OSX never had any problems with any cards, and make does do the whole USB thing (and has for some time) so i think that OSX has capabilities to do a ton of Hardware, that Apple simply doesn't offer/support',14,1160574332,1493,'2.scott',0,1,1160574332,0,0,'',0),(1555,'','Of course not, calling him son implies that you are his daddy',8,1160580997,1496,'10.Vegihan',0,1,1160580997,0,0,'',0),(1556,'','I think it looks good as well. I could try to one up you but I just dont have time.',10,1160581212,1326,'10.Vegihan',0,1,1160581212,0,0,'',0),(1557,'','[quote1160581822=Vegihan]\r\nFYI that delivery process also burns fossil fuels.\r\n[/quote1160581822]\r\n\r\nBut not Nick's fossil fuels.\r\n',16,1160581836,1448,'5.JT',0,1,1160581836,0,0,'',0),(1559,'','Wow, so 5 minutes of gimping effort by a complete rookie and it looks ok? I'm amazed :) Thanks guys.',10,1160582028,1326,'5.JT',0,1,1160582028,0,0,'',0),(1562,'','Look for team fortress 2 on youtube',10,1160585955,1418,'29.Thnikkaman',0,1,1160585955,0,0,'',0),(1564,'','Lol, yeah Freelancer was fun. I never checked out the mods, but that would definitely be one worth doing.',10,1160589361,1418,'5.JT',0,1,1160589361,0,0,'',0),(1563,'','Freelancer, anybody? there is a sh!t load of mods for it => [link=http://www.lancersreactor.com][b][color=#cc0000][u]HERE[/u][/color][/b][/link]',10,1160589151,1418,'8.Anton',0,1,1160589151,0,0,'',0),(1565,'','So JT, Who's your daddy?',8,1160591094,1496,'10.Vegihan',0,1,1160591094,0,0,'',0),(1566,'','Doug Jones.',8,1160592083,1496,'5.JT',0,1,1160592083,0,0,'',0),(2377,'New Semester, New Writing on the wall...','So, who else is waiting to see what kind of new writing appears on the 2nd floor MLH restroom stall walls this semester. I already saw 2 or 3 new pieces of reading material today. Maybe it'll be a great semester for those of us who read the vandalism B)\r\n\r\nAnyway, I never got the reason why one would be compelled to write on a bathroom wall, but at least it is entertaining.\r\n\r\nThoughts on any of this?',16,1169607218,0,'5.JT',22,1,1169616888,0,0,'2.scott',2),(1568,'Crappy New WebMail just got Crappier','Now There are no more Filters in WebMail so with my 5MB Limits and all the Spam i get my MailBox is going to fill up super fast!!\r\n\r\nI didn't get any notice about filters being removed from web mail but when i logged in today i noticed a Message marked spam that wasn't filtered now; and every trace of filters has been cleaned from webmail\r\n\r\nGmail to the rescue!!\r\n\r\nFUCK https://webmail.uiowa.edu/',16,1160611223,0,'2.scott',71,1,1161302810,0,0,'41.Ben Butler',15),(1569,'','First of all, I just want to say that I am a mac zealot. And I unashamedly worship Steve Jobs. :)\r\nOk that said, I just want to respond to a couple of points.\r\n\r\n[b]Kernels[/b] \r\n OS X is based off of FreeBSD which is a version of Unix. FreeBSD 's kernel is a type of kernel called a microkernel which has been strongly opposed by Linus, for a variety of reasons which are highlighted in the historic debate between Tanenbaum and Linus. You can read it [link=http://www.oreilly.com/catalog/opensources/book/appa.html]here[/link] if you want. I believe that this debate went on while linus was creating linux. So the kernels between OS X and Linux are worlds apart, and therefore you can't plugin kernel modules (runs in kernel space) from linux as a kernel extension (runs in user space) in OS X. \r\n\r\nHowever all modern operating systems do allow for dynamically loaded drivers(kernel whatevers). Mac OS X is also one of them. And they also provide third party access to create drivers. There is also a driver SDK to help facilitate it called IO Kit. There also have been people doing a lot of work porting drivers from Linux to mac os x.\r\n\r\nWhich I guess brings me to what I think everyone is really talking about.\r\n\r\n[b]Open vs. Closed Systems[/b]\r\n\r\nI think it's clear that apple has always been a company that wants to "control" the user experience. Apple is an open company because it adopts open standards, and pushes for their use. However apple is a closed company because you can only run its software on its hardware. Which can be a good or bad thing. Since you've already highlighted the bad, I'll highlight some of why apple having hardware control is good.\r\n\r\nApple has always been able to control the base hardware on their products, they've been able to quickly push the adaptation of some really awesome technology. Just to list the most prevalent.\r\n1) SCSI\r\n2) USB\r\n3) 802.11\r\n4) Firewire \r\nand now EFI\r\n\r\nOn the contrary it has also pushed some technology that wasn't as succesful\r\n1) ADB\r\n2) ADC\r\n3) Firewire 800\r\n\r\nBut in the end apple ,whenever jobs is on the helm, has always been a company about the product. A tangible computer. The software is just incentive. It's been marketing it's hardware with iLife, Final Cut Pro, and defintely OS X as reasons why you should buy a Mac. I guess you can take that for what its worth, but I don't think the hardware markup is like what it was pre Intel chips. In fact i've read several places that said the Mac Pro (that big one) is cheaper than a comparatively priced [link=http://theinquirer.net/default.aspx?article=33576]Dell[/link] \r\n*its an old article I wonder if it still applies.\r\n\r\n',14,1160612247,1493,'51.garru',0,1,1160612247,0,1160612508,'',0),(1570,'','I stand corrected on the OS X kernel. \r\n\r\nThat being said, I love what Apple has done as a software company. And if I am not mistaken, I believe that apple owns the patent on firewire (even though its a technology that I have never had the chance to use). And until the recent release of Mac on an Intel chip, I could see the reason why apple was a hardware company. \r\n\r\nNow apple is about as much of a hardware company as Dell or Lenovo. They make a pretty case with up to date technology inside. Oh, and they have started to use a two button mouse. The next logical step for Apple is to just release their software for purchase without a mac pc (they are pretty much pcs now). I only call it bloated due to the inflated hardware specifications in that release. And I totally think Vista is going to be bloated as well. \r\n\r\nI will admit I am a bit of a linux zealot, but more than that, I want to keep my freedom to legally run the hardware I want with capable software. \r\n\r\nPlease don't mistake this as a flame. I do respect your opinion to be a mac zealot.',14,1160617282,1493,'29.Thnikkaman',0,1,1160617282,0,0,'',0),(1573,'','One word:\r\n\r\nPop\r\n\r\nOne sentence:\r\n\r\nForward it to an external e-mail addy.\r\n\r\nYou don't have to use the university webmail.\r\n',16,1160617420,1568,'29.Thnikkaman',0,1,1160617420,0,0,'',0),(1571,'','Oh, and you can get a brand new amd dell for less than $400 I believe.',14,1160617351,1493,'29.Thnikkaman',0,1,1160617351,0,0,'',0),(1572,'','don't forget \r\nzip Disks (which were mostly pushed by apple) and from i here they were never very stable\r\n\r\ndude firewire was a positive?? ( i don't know of much that uses it everything good is USB )\r\n\r\nI think Apple definitely has its good points like keeping users from fucking themselves up, that is, the fact that they can't run as admins or at least they have to put in a password every time they need root; (like linux and Vista)\r\n\r\ni must conscede there GUI kicks the shit out of any other OS's but this may be a product of the fact that there monitors are super expensive and get a bit of improvement from there superior Monitors;\r\n\r\nI do like OS X but for almost anything i do OS X is lacking primarily developement sure i can get mysql and eclipse and i believe apache is built in but then to get php and all that its just quicker to go with an os that's a bt more main stream (even windows) primarily i don't care how my experrience is but how fast i can crank out code its just easier to yum or even clicking a .Exe without relearning it all \r\n\r\nusually i just install *nix on my macs and driver support is usually pretty good\r\n\r\nplus im cheap and i can get the extra's out of a machine infact the Windows Server in my apt is 497MHZ and 256MB RAM;\r\n\r\nanything over 1GHZ and 512 RAM is wasted on me. why pay for the power i don't need\r\n\r\n1.66GHz Intel Core Duo processor\r\n\r\n2MB L2 Cache\r\n\r\n667MHz Frontside Bus\r\n\r\n512MB memory (667MHz DDR2 SDRAM)\r\n\r\n60GB Serial ATA hard drive¹\r\n\r\nCombo drive (DVD-ROM/CD-RW)\r\n\r\nBuilt-in AirPort Extreme and Bluetooth 2.0\r\n\r\nApple Remote\r\n\r\n$599.00 MacMini\r\n\r\ni believe thats there cheapest computer \r\n\r\ni could build the same [for my needs] for around 200$ +/- \r\n(with all the spare parts i have around)\r\ncd-drive and eth0 cards and ps and about 4 extra cases (which people can have for around 5$)\r\n\r\n\r\n',14,1160617362,1493,'2.scott',0,1,1160617362,0,1160617867,'',0),(1579,'','Short Description: Webmail Filters Down\r\nFull Description:\r\nThe problem with Webmail filters has been resolved. A permissions error caused filters to be unavailable, and the error has been corrected.\r\nThe Webmail filters options are not displaying. E-mail for customers who had set up filters (for listserves, spam, blocked lists, allowed lists, etc.) is not being filtered at this time. ITS is investigating the problem.\r\nStart Time: 10/11/2006 6:00:00 PM',16,1160667527,1568,'2.scott',0,1,1160667527,0,0,'',0),(1574,'','Ha Ha Ha, I feel sorry for you. How many years of your life has he taken away from you with his lectures?',8,1160618530,1496,'10.Vegihan',0,1,1160618530,0,0,'',0),(1575,'','dude hes super awesome!!\r\n\r\nI love Jones but hate his assignments on smal/hawk',8,1160620490,1496,'2.scott',0,1,1160620490,0,0,'',0),(1576,'','firewire was ahead of its time. Sorry i misspoke. Its true that firewire is a trademark that apple owns, but the standard it refers to is IEEE1394 which is open. Granted it was a niche product, it's still the weapon of choice when you want to download video from your camera.\r\nI used to make videos, so its close to my heart and am a little biased.\r\n\r\nI agree with you all, that its unfortunate that the barrier to entry is so high. I concede that you can always get cheaper PCs. But I don't think there is much of a hardware markup. To use your macmini example, a compartively size shuttle case is around 200+. But i'm with you, given a choice of getting a mac mini or installing mac os x on a cheap pc. I would always choose the cheap pc.',14,1160621659,1493,'51.garru',0,1,1160621659,0,1160621722,'',0),(1577,'','[quote1160623443=Thnikkaman]\r\nAnd if I am not mistaken, I believe that apple owns the patent on firewire (even though its a technology that I have never had the chance to use). \r\n[/quote1160623443]\r\nAhh you're right about that one. I stand corrected.',14,1160623487,1493,'51.garru',0,1,1160623487,0,0,'',0),(1578,'','I still have filters.',16,1160664236,1568,'14.Jed',0,1,1160664236,0,0,'',0),(1582,'','Most e-mail clients have an option to let you keep the e-mail on the server for so long. But forwarding to gmail works as well.',16,1160673867,1568,'29.Thnikkaman',0,1,1160673867,0,0,'',0),(1581,'','also i can't do pop because i need my email from several computersi guess it'll just have to be gmail for now\r\n\r\ni really widh they would up our MailBox size to 30MB',16,1160667727,1568,'2.scott',0,1,1160667727,0,0,'',0),(1587,'','Wanted to give everyone a status update. Our group is working on revising the database design schema and hope to get the tables for the database set up soon. Also, we're in early phases of the design of the php front end application which will actually be used to check out books.',11,1160700132,855,'14.Jed',0,1,1160700132,0,0,'',0),(1583,'','How does the first weekend of November (3rd or 4th) for the party sound? That gives us time to maybe set up a PC party or at least get a better idea on what kind of console equipment is available. \r\n\r\nWe also need a place for this to happen. My place might work if we have say less than 10 total, any more than 10 at my place would get awfully cramped. ',10,1160699345,1418,'14.Jed',0,1,1160699345,0,0,'',0),(1584,'','The worst thing about Best Buy aside from the service is the "restocking" fee. I always thought that was a real crock. Heck, for that price, I'll repack the item myself and put it back on the shelves for them.',16,1160699537,1448,'14.Jed',0,1,1160699537,0,0,'',0),(1585,'','Grrrrr, I changed my answer on #2 to the wrong answer. I kicked that one back and forth for a while. Damn D -> E! The last question was a tough one too. ',16,1160699688,996,'14.Jed',0,1,1160699688,0,0,'',0),(1586,'','[quote1160699740=scott]\r\nalso i can't do pop because i need my email from several computersi guess it'll just have to be gmail for now\r\n\r\ni really widh they would up our MailBox size to 30MB\r\n[/quote1160699740]\r\n\r\nRumor has it we'll get increased quotas in the spring. I hope we get at least 50MB, but it'll probably be something else worthless like 10MB. \r\n\r\nI got my mailbox overflowed when I received my student football tickets. Nothing like sending an almost 3MB email (7 full page pdf documents with color and graphics) to everyone with 5MB limits! ',16,1160699981,1568,'14.Jed',0,1,1160699981,0,0,'',0),(1589,'','See, my first choice was wrong, then I changed it to make it right, then I came back to it later and changed it back to my first idea. That's what's really frustrating about the whole thing.',16,1160700210,996,'14.Jed',0,1,1160700210,0,0,'',0),(1590,'','Wow, he's got Chad Johnson beat in the weird hair department, that's for sure.',15,1160700281,415,'14.Jed',0,1,1160700281,0,0,'',0),(1592,'','It may be too late to get the michigan room in the IMU for that date. Also make sure that is not the weekend of a home game. \r\n\r\nI will be unable to go because I should be moving into my new house that weekend. If we could do it sometime towards late november, I will have a better chance to go.',10,1160700572,1418,'29.Thnikkaman',0,1,1160700572,0,0,'',0),(1598,'','Jason and I are working on getting a layout for the site put together, which will hopefully help us find out if we need to change our DB schema at all, looking at how the site interacts with the DB.',11,1160744911,855,'5.JT',0,1,1160744911,0,0,'',0),(1593,'','If we go late November remember that Thanksgiving break will fall then so make sure you schedule around that also.',10,1160702361,1418,'10.Vegihan',0,1,1160702361,0,0,'',0),(1594,'Quote database.','I know there was already a thread about this, but here is a great website for CS quotes. I found this when I was trying to write my letter of purpose. Enjoy!!!\r\n\r\n[link=http://www.cs.cmu.edu/~pattis/quotations.html] A bunch of good quotes[/link]\r\n',8,1160703589,0,'29.Thnikkaman',47,0,1160874623,0,0,'2.scott',18),(1596,'','[quote1160744559=scott]\r\n"I have a cat named Trash. In the current political climate it would seem that if I were trying to sell him (at least to a Computer Scientist), I would not stress that he is gentle to humans and is self-sufficient, living mostly on field mice. Rather, I would argue that he is object-oriented."\r\n--Roger King\r\n[/quote1160744559]\r\n\r\nYeah, I think Slonneger used that one sometime in the 4 classes I had with him. That's one good thing he is good for, lots of silly quotes.',8,1160744589,1594,'5.JT',0,1,1160744589,0,0,'',0),(1595,'','"I have a cat named Trash. In the current political climate it would seem that if I were trying to sell him (at least to a Computer Scientist), I would not stress that he is gentle to humans and is self-sufficient, living mostly on field mice. Rather, I would argue that he is object-oriented."\r\n--Roger King',8,1160722322,1594,'2.scott',0,1,1160722322,0,0,'',0),(1597,'','Jed, if you email Andrea Mascher and ask her for suggestions, she knows several good places to use. I think the Afro-American House has a room or two or three that was used in the past.',10,1160744824,1418,'5.JT',0,1,1160744824,0,0,'',0),(1599,'','i love that quote cause its kinda true\r\n\r\nwhen state farm was here (to one of the mis classes i took last spring) they told us that they just wanted to know that you have had OOP experience and didn't really care what lang it was but there is ahuge difference between something like c++ and python or ruby or even Javascript so i think thats a bit of an over simplification of the OOP paradigm, so its not like knowing one is knowing the other but i guess if they use VB6 no amount programming experience in the other will help you prepare for the hell you willl endure coding in VB6\r\n',8,1160748404,1594,'2.scott',0,1,1160748404,0,1160748992,'',0),(1600,'','On the other hand, if you know the basic theory of object oriented programming, it should take any computer scientist approximately 6 weeks to learn any language well enough to produce robust working code. So, i have to side with state farm on this one.',8,1160750754,1594,'29.Thnikkaman',0,1,1160750754,0,0,'',0),(1602,'','OK, I emailed the University Relations lady from Rockwell about getting them to help pay for our t-shirts in exchange for their logo somewhere on it. We'll see how that turns out.',10,1160751728,1326,'5.JT',0,1,1160751728,0,0,'',0),(1601,'','[quote1160751608=Thnikkaman]\r\nOn the other hand, if you know the basic theory of object oriented programming, it should take any computer scientist approximately 6 weeks to learn any language well enough to produce robust working code. So, i have to side with state farm on this one.\r\n[/quote1160751608]\r\n\r\nYou are right about that one. I think 6 weeks really is a good number, I guess it's nothing groundbreaking, but I never thought about that, it's definitely true.',8,1160751656,1594,'5.JT',0,1,1160751656,0,0,'',0),(1604,'','I wonder what the lifespan is for a coder a state farm (i could see myself being there more than 2 years) and 6 weeks although not alot seems like alot at the same time. any one know?',8,1160753514,1594,'2.scott',0,1,1160753514,0,0,'',0),(1605,'','anyone having problems deleting large emails like over 3 MB from your inbox... i keep getting UID COPY failure, exceeded quota. I cant get rid of this large email.',16,1160753960,1568,'35.thomas-hornbeck',0,1,1160753960,0,0,'',0),(1607,'The sad truth about interviews...','recently I had an interview with a company looking to hire software engineers... my ex-gf who is an MIS major applied and so did I, during the interview the guy went down a checklist of programming languages and asked which ones I knew. I reponded yes to practically all of them. My ex-gf responded yes to one or two. Btw she has no communication skills so thats not even a factor, she's very shy, kinda scared to talk kinda person... but the point is she got a job offer and i got sent away after the first interview and the thing that really gets me is she always asked me for programming help, and even "general" computer help. I get better grades than her and lets face it the highest level of programming competence she will achieve in college is whatever she will learn in 22c:16, (a class that many MIS majors fear)... anyway i dont know what card she was playing but i think it was the affirmative action for women card... which really does get u far in some companies. She even told me that she thought her interview went terrible, b/c she got choked up and couldn't talk.......Either way I lost all faith in the effectiveness of the interviewing process and behavioral interview methodolgy. But now im better prepared to play the interview game... thats all it is, a stupid game that we all have to play.',24,1160754932,0,'35.thomas-hornbeck',49,1,1160792400,0,0,'29.Thnikkaman',10),(1606,'','[quote1160754720=thomas-hornbeck]\r\nanyone having problems deleting large emails like over 3 MB from your inbox... i keep getting UID COPY failure, exceeded quota. I cant get rid of this large email.\r\n[/quote1160754720]\r\n\r\nThere is a work-around for that, at least there was in the old webmail. The following instructions may not work with the new webmail, let me know.\r\n\r\nThere are two ways to delete mail from your inbox, one setting sends it to the 'Trash' folder when you delete it, the other leaves it in your inbox, but puts makes 'strikethrough's the text. Using the second setting, you can delete the item, and then select 'purge deleted'. The second setting is the one you want to use, see if you can find it.\r\n\r\nI hope that works, if not, I'll see what I can figure out.',16,1160754830,1568,'5.JT',0,1,1160754830,0,1160754863,'',0),(1609,'','hey thanks for that tip... it worked like a charm... but god webmail really sucks ass... someone needs to go in and fix that. thats really annoying i know like 4 people that have this same problem.',16,1160755378,1568,'35.thomas-hornbeck',0,1,1160755378,0,0,'',0),(1608,'','[quote1160755170=thomas-hornbeck]\r\nrecently I had an interview with a company looking to hire software engineers... my ex-gf who is an MIS major applied and so did I, during the interview the guy went down a checklist of programming languages and asked which ones I knew. I reponded yes to practically all of them. My ex-gf responded yes to one or two. Btw she has no communication skills so thats not even a factor, she's very shy, kinda scared to talk kinda person... but the point is she got a job offer and i got sent away after the first interview and the thing that really gets me is she always asked me for programming help, and even "general" computer help. I get better grades than her and lets face it the highest level of programming competence she will achieve in college is whatever she will learn in 22c:16, (a class that many MIS majors fear)... anyway i dont know what card she was playing but i think it was the affirmative action for women card... which really does get u far in some companies. She even told me that she thought her interview went terrible, b/c she got choked up and couldn't talk.......Either way I lost all faith in the effectiveness of the interviewing process and behavioral interview methodolgy. But now im better prepared to play the interview game... thats all it is, a stupid game that we all have to play.\r\n[/quote1160755170]\r\n\r\nYeah, man that's too bad to hear :( It kinda makes me glad I am thinking about just getting a PhD and becoming a professor, there are still politics involved, but it's a different, more relaxed kind of politics. Maybe you could contact them and try to get feedback about your interview?\r\n\r\n\r\nOh, and thread moved :)',24,1160755252,1607,'5.JT',0,1,1160755252,0,1160755313,'',0),(1623,'','dude they don't use python there; if they do its TINY! when i asked them last year the said mostly java and VB6 and some c',8,1160775347,1594,'2.scott',0,1,1160775347,0,0,'',0),(1610,'','i did... and their company policy says they can't give feedback on interviews...thats seems kinda shady. ',24,1160755505,1607,'35.thomas-hornbeck',0,1,1160755505,0,0,'',0),(1612,'','\r\nIt is possible that you were overqualified for the job, or they want someone that will just do what they are told, and do it how they were told. You didn't want to work their anyway.\r\n\r\n[quote1160756055=JT] \r\n\r\nYeah, man that's too bad to hear :( It kinda makes me glad I am thinking about just getting a PhD and becoming a professor, there are still politics involved, but it's a different, more relaxed kind of politics. Maybe you could contact them and try to get feedback about your interview?\r\n[/quote1160756055]\r\n\r\nBeware that you don't get it in your head that University politics are any more relaxed then real world politics. My wife has told me horror stories. Oh, and wait until you have to write your first grant proposal. I was thinking about a PhD myself, but I don't see myself as an advisor or a researcher (as of now)',24,1160756306,1607,'29.Thnikkaman',0,1,1160756306,0,0,'',0),(1611,'','[quote1160756124=thomas-hornbeck]\r\ni did... and their company policy says they can't give feedback on interviews...thats seems kinda shady. \r\n[/quote1160756124]\r\n\r\nYeah, I've never heard of that. LAME!',24,1160756136,1607,'5.JT',0,1,1160756136,0,0,'',0),(1615,'','You may want to convert that to a monocrome color or something to keep printing costs down.',10,1160757077,1326,'29.Thnikkaman',0,1,1160757077,0,0,'',0),(1613,'','I picked up python at the beginning of the semester, and I feel pretty good about it at this point.',8,1160756406,1594,'29.Thnikkaman',0,1,1160756406,0,0,'',0),(1624,'','in fact i think most of there stuff is in asp (for web) and JAVA for there client Portals (Last i heard there largest Software product was in vb)',8,1160775411,1594,'2.scott',0,1,1160775411,0,0,'',0),(1614,'','[quote1160756657=Thnikkaman]\r\n\r\nIt is possible that you were overqualified for the job, or they want someone that will just do what they are told, and do it how they were told. You didn't want to work their anyway.\r\n\r\n[quote1160756055=JT] \r\n\r\nYeah, man that's too bad to hear :( It kinda makes me glad I am thinking about just getting a PhD and becoming a professor, there are still politics involved, but it's a different, more relaxed kind of politics. Maybe you could contact them and try to get feedback about your interview?\r\n[/quote1160756055]\r\n\r\nBeware that you don't get it in your head that University politics are any more relaxed then real world politics. My wife has told me horror stories. Oh, and wait until you have to write your first grant proposal. I was thinking about a PhD myself, but I don't see myself as an advisor or a researcher (as of now)\r\n[/quote1160756657]\r\n\r\nI am trumped by my lack of knowledge in this area, I have no reply :)\r\n',24,1160756685,1607,'5.JT',0,1,1160756685,0,0,'',0),(1618,'','I had a similar problem last year and had to check my email every 8 hours or so, so that it wouldnt overflow.',16,1160773902,1568,'10.Vegihan',0,1,1160773902,0,0,'',0),(1616,'','A lot of times, it is all about your attitude.\r\nNot many companies want to hire a pain in a ass "gung ho" computer scientist.\r\nIt is a sad actuallity - not that many companies really care about your future career, if any.\r\n',24,1160759059,1607,'8.Anton',0,1,1160759059,0,0,'',0),(1617,'','[quote1160759843=Thnikkaman]\r\nYou may want to convert that to a monocrome color or something to keep printing costs down.\r\n[/quote1160759843]\r\n\r\nI'll keep that in mind, thanks!',10,1160759852,1326,'5.JT',0,1,1160759852,0,0,'',0),(1619,'','No practice round this Sunday due to lack of availability of people to host it. ',10,1160773905,1326,'9.Nick',0,1,1160773905,0,0,'',0),(1620,'','On the state farm note, they dont really care what languages you know because they code in so many differnt languages. Depending on the group you get on at State Farm you may program in VB6, java, python, and several other languages. They also train you in any languages you need to know but dont know.',8,1160774114,1594,'10.Vegihan',0,1,1160774114,0,0,'',0),(1621,'','I work with Profs most every day and I can tell you the Politics and "bitching" to wquote a professor; are incredibly High (but i have also heard it really really depends on the department)',24,1160775165,1607,'2.scott',0,1,1160775165,0,0,'',0),(1622,'','I just Turn my Trash box off all the Time and then just have to click the purge delete alot (because i am always near my limit or was [GO GMAIL!!!])',16,1160775283,1568,'2.scott',0,1,1160775283,0,0,'',0),(1625,'Vista Trial?','http://www.microsoft.com/windowsvista/getready/preview.mspx\r\n\r\nI am DLING it Right now',14,1160776832,0,'2.scott',663,1,1161111158,0,0,'8.Anton',8),(1626,'','Yeah, all the big financial companies are using java...5 years too late :) Then again, it is hard for them to keep up with all the hottest trends.',8,1160777842,1594,'5.JT',0,1,1160777842,0,0,'',0),(1627,'','I guess what I was talking about with politics was not so much what happens when you get there (politics are everywhere), I'm talking about conforming to their image of a model employee, jumping through all the hoops, and losing your individuality. Yes I'm bitter from this summer, and I still haven't been impressed by many companies I've talked and interviewed with. Rockwell doesn't look that bad, but still not enough to bring me outta my funk.',24,1160778002,1607,'5.JT',0,1,1160778002,0,0,'',0),(1628,'','AGREED that's why places like google, that realize that the traditional "business model" isn't the best for coders, are the place to be for noobs like us!! not Insurance companies!!',24,1160784214,1607,'2.scott',0,1,1160784214,0,0,'',0),(1629,'','i found some former undergraduates student's honor thesis' to satisfy the requirements for graduation with honors in computer science... and man it is crazy... all of the papers are between 40-60 pages long, very formally structured, its like a mini PhD thesis. Its really not worth it... i doubt there's more than 1 or 2 people that graduate with honors each year from our dept b/c the requirements are so steep.... in other departments u just meet a GPA requirement and take a few classes as honors designation... as it should be... ',7,1160788272,818,'35.thomas-hornbeck',0,1,1160788272,0,0,'',0),(1639,'','[quote1160808115=Vegihan]\r\nOne of the guys that works on code at State Farm said he works with Python. Granted he didn't seem like he knew his ass from his face he could of easily said the wrong language, I dont know.\r\n[/quote1160808115]\r\n\r\nhahahahaha',8,1160808120,1594,'5.JT',0,1,1160808120,0,0,'',0),(1630,'','Here's an example;...\r\nhttp://www.cs.uiowa.edu/~rlawrenc/research/Students/Jose_Jimenez_Undergrad_Honors_Thesis.pdf',7,1160788304,818,'35.thomas-hornbeck',0,1,1160788304,0,0,'',0),(1631,'','Which version? \r\n\r\nAnd I strongly recomend doing a clean install, not an upgrade. I tried it about 4 months back, and it hosed my install.',14,1160792266,1625,'29.Thnikkaman',0,1,1160792266,0,0,'',0),(1636,'','One of the guys that works on code at State Farm said he works with Python. Granted he didn't seem like he knew his ass from his face he could of easily said the wrong language, I dont know.',8,1160801531,1594,'10.Vegihan',0,1,1160801531,0,0,'',0),(1632,'','So far, my limited experiance with Rockwell has been positive. I will keep you guys up to date.',24,1160792400,1607,'29.Thnikkaman',0,1,1160792400,0,0,'',0),(1633,'','Well, when you start a code base, it is really dificult to convert millions of lines of code to another language. That is why there is such a big need for fortran coders out there.',8,1160792643,1594,'29.Thnikkaman',0,1,1160792643,0,0,'',0),(1635,'','its supposedly RC1\r\n',14,1160801461,1625,'2.scott',0,1,1160801461,0,0,'',0),(1634,'','..and Cobol (5 years, just watch, Cobol programmers will be wanted everywhere when the baby boomers retire)',8,1160799802,1594,'5.JT',0,1,1160799802,0,0,'',0),(1638,'','THAT'S nuts i kinda thought you were full of shit cause no one would be dumb enough to do that, but you were correct sir',7,1160802092,818,'2.scott',0,1,1160802092,0,0,'',0),(1637,'','shouldn't all the bugs be worked out of cobol programs by now??\r\n\r\nand i don't see many companies using non type safe langs like python or ruby (for large projects); it for the most part doesn't make sence to use something like python. In order to ensure that there are no bugs for large programs you would need to make your code super robust checking object types of inputs and then i think you would lose the ease of coding in python; personally for a large project (million+ lines), I think i would prefer c# or java\r\n\r\nbut i definitely see how Java is everywhere. Once you commit yourself to a project in any lang your kinda screwed to go back and port code over, it would probably be a NIGHTMARE or worse - impossoible (fiscally and with time constraints)',8,1160802002,1594,'2.scott',0,1,1160802002,0,0,'',0),(1640,'UIowa on digg!','I don't know how many ACM members read digg, but a story about the University made it to the front page. Maybe one of you guys submitted it?\r\n\r\n [link=http://www.digg.com/tech_news/Oldest_computer_on_campus_FOUND]Digg page[/link] ',15,1160847614,0,'44.jabdulma',830,1,1160864474,0,0,'5.JT',1),(1642,'','I am interested to hear your experiance.',14,1160873168,1625,'29.Thnikkaman',0,1,1160873168,0,0,'',0),(1641,'','Pretty cool. I don't read Digg much, more of a casual slashdot reader, but this is neat, although the article is 7 years old :)',15,1160864474,1640,'5.JT',0,1,1160864474,0,0,'',0),(1685,'','link broken',20,1161101798,1677,'9.Nick',0,1,1161101798,0,0,'',0),(1643,'','[quote1160873346=scott]\r\nshouldn't all the bugs be worked out of cobol programs by now??\r\n\r\nand i don't see many companies using non type safe langs like python or ruby (for large projects); it for the most part doesn't make sence to use something like python. In order to ensure that there are no bugs for large programs you would need to make your code super robust checking object types of inputs and then i think you would lose the ease of coding in python; personally for a large project (million+ lines), I think i would prefer c# or java\r\n\r\nbut i definitely see how Java is everywhere. Once you commit yourself to a project in any lang your kinda screwed to go back and port code over, it would probably be a NIGHTMARE or worse - impossoible (fiscally and with time constraints)\r\n[/quote1160873346]\r\n\r\nAs far as that goes. Its not as much as "all the cobol is debugged" as it is "we need this black box to work with our current cobol code". Weather its using another language, and you need to modify the current code to interface, or just run it all in cobol because that is what the existing equipment needs to run. \r\n\r\nEach language has its use. Java and c# are great for web development. C# is awesome for windows forms. C and C++ are more os and system application languages (and they work for other apps as well). Python is a great language, its kind of like the jack of all trades as far as languages go. I am having a lot of fun hacking with it. I don't know where I am going with this at this point, but just ... don't try to make too many assumptions. Try to keep an open mind.\r\n',8,1160873826,1594,'29.Thnikkaman',0,1,1160873826,0,0,'',0),(1645,'Packet Size','does anyone know what the average TCP/IP packet size is i know that it varies accross applications and network traffic and a bunch of other factors that the actual protocol manages liek if there are alot of dropped packets i think it decreases acket size and stuff like that...\r\n\r\nbut it would be interesting to see what an average packet size was for:\r\n\r\nhttp request to google.com\r\nor\r\ndownloading a "popular" mp3 from a file sharing agent\r\n\r\nanyone know\r\n\r\ndoes ethereal allow you to get these statistics or would i have to do some of my own analisys and or are there other statistics out there for this query\r\n\r\n??',14,1160882960,0,'2.scott',646,1,1161042662,0,0,'2.scott',5),(1644,'','python is the sweetest for hacking; you can automate a hack in no time with URLLIB(2)\r\n\r\nI just don't see python as a good lang for end user applications like the Portals that field ensurance agents need to access the main system at a place like that i think it would actually be tougher in a lang like python and windows forms are so nice in c# it makes me not hate microsoft\r\n\r\n\r\nfor desktop applications i just couldn't see python being the way to go but for web stuff its very nice;\r\n\r\nI think making typesafe code would work much much better for very large projects (where debugging would then be a nightmare^2) but its a lot of extra "Human time overhead" for small stuff (imho less than a couple thousand lines which is where python shines)\r\n\r\nand that was kinda a joke about the bugs being worked out, but you'd think companies would want to port over to something a bit more civilized like InterCal\r\n\r\n [code]PLEASE NOTE THAT THIS MAY ONLY RUN ON C-INTERCAL\r\n\r\n PLEASE DO ,1 <- #13\r\n DO ,1 SUB #1 <- #238\r\n DO ,1 SUB #2 <- #112\r\n DO ,1 SUB #3 <- #112\r\n DO ,1 SUB #4 <- #0\r\n DO ,1 SUB #5 <- #64\r\n DO ,1 SUB #6 <- #238\r\n DO ,1 SUB #7 <- #26\r\n DO ,1 SUB #8 <- #248\r\n DO ,1 SUB #9 <- #168\r\n DO ,1 SUB #10 <- #24\r\n DO ,1 SUB #11 <- #16\r\n DO ,1 SUB #12 <- #158\r\n DO ,1 SUB #13 <- #52\r\n\r\n PLEASE READ OUT ,1\r\n PLEASE GIVE UP[/code] ',8,1160874623,1594,'2.scott',0,1,1160874623,0,1160875064,'',0),(1646,'',' [img]http://www.caida.org/analysis/AIX/plen_hist/990514-990519_cumhist.gif[/img] from 1999',14,1160883918,1645,'2.scott',0,1,1160883918,0,0,'',0),(1650,'','Maximum Segment Size \r\n\r\nTo Server \r\ntcp server-mss maxsegsize \r\nMaximum packet size sent to servers. The default is 1460 bytes. \r\n\r\nTo Client \r\ntcp client-mss maxsegsize \r\nMaximum packet size sent to clients. The default is 1432 bytes\r\n\r\nfrom cisco.com',14,1160952513,1645,'2.scott',0,1,1160952513,0,1160968469,'',0),(1652,'Web Programming Advice','Ok, so next Monday I'm starting my new research job over for the dept. of Internal Medicine. I'm really excited about it and I'll tell you guys about it some other time. Among other things, one of my duties is to make a web interface for the main project/application we are working on. So right now I am thinking about what languages to do all this in. I would say I am leaning toward PHP, and will definitely not do jsp or servlets. What I am asking for is some good advice on what to use here. Try to include why it would be a good language to use, and not just "It's my favorite dude!"\r\n\r\nI'll need to be able to make it look somewhat pretty, be able to allow users to register with the site and have (possibly quite complex) different levels of permissions. Also, while I won't be relying heavily on a database backend, I will be relying very, very heavily on a ton of textual data, which I will parse and retrieve using Apache's Lucene (don't worry if you don't know what it is, it's not important to the question).\r\n\r\nSo with that, do you guys have some suggestions? This will be on a 'nix server.\r\n\r\nPHP?\r\nRuby On Rails?\r\nAnything else?\r\n\r\nThanks.',14,1161023774,0,'5.JT',1022,1,1191997018,0,0,'102.dcurtis',18),(1653,'','Since it is on a nix server, C# and asp are right out. In order to get it to look pretty, bone up on your css. That is going to be your main tool. If everything is going to be textual data, you could do xslt and xml. I have created a couple of robust applications, and you can define your own tags.\r\n\r\nI don't know much about php other then it can blow up if your application gets too large. ',14,1161027929,1652,'29.Thnikkaman',0,1,1161027929,0,0,'',0),(1654,'','Ok, I'll have to see how Lucene works. I enjoy xml and xslt, but I think Lucene is much, much more powerful for searching text. It's the kind of thing search engines use.\r\n\r\nOr were you suggesting I use xslt in a different manner than I understood?',14,1161029597,1652,'5.JT',0,1,1161029597,0,0,'',0),(1655,'','Why do you need to know the size of the packets?',14,1161038962,1645,'9.Nick',0,1,1161038962,0,0,'',0),(1656,'HP LaserJet 4050TN','If someone is interested in a [link=http://h20000.www2.hp.com/bizsupport/TechSupport/Home.jsp?&lang=en&cc=us&prodTypeId=18972&prodSeriesId=25475&submit.y=2&submit.x=5&lang=en&cc=us]Hewlett Packard LaserJet 4050TN[/link] printer I am willing to let it go for $150. It still has a working toner cartridge and is completely operational. The reason I don't want it is because I bought 2 of these printers and I'm only using one of them. These things really are workhorses and I can personally attest to it's value and functionality. You can test it before you purchase it if you are concerned with it's quality or whatever. My email is nicholas-arnold@uiowa.edu. ',25,1161039605,0,'9.Nick',115,0,1169517209,0,0,'9.Nick',20),(1657,'','This isn't really the norm for programming positions as far as I know. Many that I've seen on Jobnet are like $12+ per hour. I've seen a few of those positions open that are only willing to pay 8.75 but they are always up forever b/c nobody will take them (almost nobody). I'm interviewing for a job this week to program for $15.00 hr and for a part time position without a degree I think that's pretty decent. ',16,1161039965,1255,'9.Nick',0,1,1161039965,0,0,'',0),(1658,'','Im just curious to see what my packets translates to in terms of bytes sent recieved',14,1161042662,1645,'2.scott',0,1,1161042662,0,0,'',0),(1659,'','PHP is awesome (most of the reason PHP balloons is that in alot of php applications its done with OOP which is a mistake cause you spend more time constructing and destructing the various objects than you do actually "processing data")\r\n\r\npython is also a good call to deliver your XML my prefered way\r\n\r\na friend who write modules for dotproject was telling me how it leads to problems having all objects when PHP for the most part wasn't really meant for OOP\r\n\r\n[link=http://www.dotproject.net/vbulletin/showthread.php?t=3673&highlight=object+oriented]click here for the bug ticket[/link]\r\n\r\nbut PHP is ok so long as your not an OOP fanatic (from what i hear) it performs very well for everything i need and e107 is php and it does well;\r\n\r\nyou also know JSP so i think you could use that but that to is slower than PHP i believe',14,1161043239,1652,'2.scott',0,1,1161043239,0,0,'',0),(1660,'Scott's Various Helpful Tutorials ','[link=http://tutorials.trumanyoung.com/VPN/]How to set up a Windows VPN connection, and use it to mount a remote drive.[/link]\r\n\r\n[link=http://tutorials.trumanyoung.com/IE-FF/ ]Clearing Stored Passwords in IE and FF.[/link] \r\n\r\n[link=http://tutorials.trumanyoung.com/secureCRT/]I use secureCRT in this Demo to show secure shell from my windows laptop off campus to the CS cluster[/link]\r\n\r\n[link=http://tutorials.trumanyoung.com/upload/]SFTP from Windows to CS Cluster using WS FTP[/link]\r\n \r\n[link=http://tutorials.trumanyoung.com/myfiles/]For Students accessing H: drive from off-campus[/link]\r\n\r\n[link=http://tutorials.trumanyoung.com/myfilesDepartment/]For Faculty accessing L: drive from off-campus[/link]',20,1161048543,0,'2.scott',2120,1,1224648595,1,1161751969,'9.Nick',7),(1661,'','Did it completely unscripted and didn't save the first one i was so pissed so i ended up having to redo it and it got worse but its still informative;\r\n\r\nyears of tech support pay off!!',20,1161048745,1660,'2.scott',0,1,1161048745,0,1161048768,'',0),(1662,'','I think if you play around with Ruby, you'll love it. Its a fine and fun OO language. I really love its focus on iterators, instead of loops. It makes code easier to write and read. And plus its a great concept thats really being pushed in the generic programming paradigm(templates in C). \r\n\r\nRuby on Rails is really inspired. ActiveRecord makes database interaction seamless. And I really love the Model View Controller architecture. There are a few ajax shortcuts built into the framework, so if you're only doing simple stuff you won't even have to write any javascript code. It also has built in session and cookie management that is more intuitive than PHP's. But all of this comes at a performance cost. The RoR isn't the fastest framework and Ruby isn't the fastest interpreted language (python is something like 2x faster). The next version of Ruby will be bytecode compiled and be run in a virtual machine, much like how Java is and there will be a great performance boost, but who knows when thats coming out.\r\n\r\nIf you love python, I've heard that django is the new ROR but i haven't used it at all.\r\n\r\nIf you need performance or find framework overhead overbearing, go with PHP. Its great and I think the number of websites that uses it speaks for itself. ',14,1161050185,1652,'51.garru',0,1,1161050185,0,1161051460,'',0),(1663,'','[quote1161052726=garru]\r\nI think if you play around with Ruby, you'll love it. Its a fine and fun OO language. I really love its focus on iterators, instead of loops. It makes code easier to write and read. And plus its a great concept thats really being pushed in the generic programming paradigm(templates in C). \r\n\r\nRuby on Rails is really inspired. ActiveRecord makes database interaction seamless. And I really love the Model View Controller architecture. There are a few ajax shortcuts built into the framework, so if you're only doing simple stuff you won't even have to write any javascript code. It also has built in session and cookie management that is more intuitive than PHP's. But all of this comes at a performance cost. The RoR isn't the fastest framework and Ruby isn't the fastest interpreted language (python is something like 2x faster). The next version of Ruby will be bytecode compiled and be run in a virtual machine, much like how Java is and there will be a great performance boost, but who knows when thats coming out.\r\n\r\nIf you love python, I've heard that django is the new ROR but i haven't used it at all.\r\n\r\nIf you need performance or find framework overhead overbearing, go with PHP. Its great and I think the number of websites that uses it speaks for itself. \r\n[/quote1161052726]\r\n\r\nYes, I've used Ruby, and I do enjoy it quite a bit, moreso than python. I was a little unsure about Ruby on Rails, I'd read about it, but don't know why I wasn't excited about it because I liked Ruby. I may have to check it out as I don't think speed will be too important here, but I'll have to see.\r\n\r\nI've seen php, could post or direct me to a nice code fragment of ROR so I could see what it looks like/how it works.',14,1161052957,1652,'5.JT',0,1,1161052957,0,0,'',0),(1664,'','Nice! Good job Scott. You will be stickied :)\r\n\r\nAlso, note to those who view this, there is sound, but it may be a little soft, so you can turn up your volume.',20,1161053215,1660,'5.JT',0,1,1161053215,0,1161053464,'',0),(1665,'whats a good media player for linux?','... i just installed xine, havent gotten around to using it much... what do u guys use?',14,1161054059,0,'35.thomas-hornbeck',1268,1,1169589079,0,0,'35.thomas-hornbeck',15),(1666,'','[quote1161054067=JT]\r\nOk, I'll have to see how Lucene works. I enjoy xml and xslt, but I think Lucene is much, much more powerful for searching text. It's the kind of thing search engines use.\r\n\r\nOr were you suggesting I use xslt in a different manner than I understood?\r\n[/quote1161054067]\r\n\r\nI am only suggesting xml and xslt as a way to process your data, not to retrieve it. I bet you can retrieve your data in an XML format using Lucene.',14,1161054120,1652,'29.Thnikkaman',0,1,1161054120,0,0,'',0),(1672,'','I know I think my sound setting is messed up that's what you get with a 7.50$ walmart mic',20,1161063933,1660,'2.scott',0,1,1161063933,0,0,'',0),(1667,'','[quote1161054259=Thnikkaman]\r\n[quote1161054067=JT]\r\nOk, I'll have to see how Lucene works. I enjoy xml and xslt, but I think Lucene is much, much more powerful for searching text. It's the kind of thing search engines use.\r\n\r\nOr were you suggesting I use xslt in a different manner than I understood?\r\n[/quote1161054067]\r\n\r\nI am only suggesting xml and xslt as a way to process your data, not to retrieve it. I bet you can retrieve your data in an XML format using Lucene.\r\n[/quote1161054259]\r\n\r\nGotcha, I'll keep that in mind if the situation arises, I like xslt.\r\n',14,1161054276,1652,'5.JT',0,1,1161054276,0,0,'',0),(1668,'','What kind of media?\r\n\r\nFor music, I strongly reccomend amarok. I beleive you can even transfer music to your ipod and other devices to it. For video, I use mplayer, and anything mplayer can't handle, I throw at VLC. I am still a little up in the air on a video player. VLC would be #1 if it had a bit more support. It tends to be a little buggy.',14,1161054465,1665,'29.Thnikkaman',0,1,1161054465,0,0,'',0),(1669,'','There is a nice article on Oreilly's LAMP website, but its a little outdated. If you have 15 minutes to spare, i find the screencasts so exciting that i pee in my pants a little whenever i watch them.\r\n\r\nI'm not sure a code fragment will be able to do the framework justice. From the screencast you can see the whole development process and RoR comes with Unit testing capability.\r\n[url]http://www.rubyonrails.org/screencasts[/url]\r\n\r\nMigrations are awesoem too, btw. But if you won't be dealing with much database stuff, it could be irrelevant to your work. If the weblog stuff interests you, I'd recommend the migration screencast also.',14,1161055502,1652,'51.garru',0,1,1161055502,0,1161058733,'',0),(1670,'','I'm thinking of installing the beta/rc in a virtual machine (because I don't want to mess with partitioning off my HD). Anybody know or have ideas on how to do this? I have VMWare Player installed as my Virtual Machine',14,1161061958,1625,'16.Chimaera',0,1,1161061958,0,0,'',0),(1671,'','mplayer for everything',14,1161063898,1665,'2.scott',0,1,1161063898,0,0,'',0),(1673,'H: Drive from Home && Departmental shared drive from home','[link=http://tutorials.trumanyoung.com/myfiles/]For Students accessing H: drive from off-campus[/link]\r\n\r\n[link=http://tutorials.trumanyoung.com/myfilesDepartment/]For Faculty accessing L: drive from off-campus[/link]\r\n',20,1161071967,0,'2.scott',1891,0,1161752130,0,0,'5.JT',1),(1674,'sftp from windows to CS Cluster','[link=http://tutorials.trumanyoung.com/upload/]I use WS_sftp[/link]',20,1161073649,0,'2.scott',1547,0,1161752100,0,0,'5.JT',1),(1675,'Secure shell to CS cluster','[link=http://tutorials.trumanyoung.com/secureCRT/]I use secureCRT in this Demo to show secure shell from my windows laptop off campus to the CS cluster[/link]',20,1161073789,0,'2.scott',1463,0,1161752062,0,0,'5.JT',3),(1676,'More Tutorials Ideas?','Im gonna get a real mic so the sound doesn't suck and redo these but anymore ideas i can do 1 3 minute vide in about 15 mins\r\n\r\nso i can crank them out get me some ideas\r\n\r\nI'M thinking like simple apache config stuff\r\nanything else?\r\n\r\n',20,1161073985,0,'2.scott',1396,1,1161093142,0,0,'2.scott',2),(1677,'IE and FF password security','\r\n[link=http://tutorials.trumanyoung.com/IE-FF/]how to clear stored passwords[/link]\r\n\r\nin IE and FF',20,1161075759,0,'2.scott',1462,0,1161752017,0,0,'5.JT',3),(1678,'','Not sure. But I think I'll combine all these into one Megathread, and maybe sticky it. Just an FYI',20,1161090480,1676,'5.JT',0,1,1161090480,0,0,'',0),(1679,'','there all linked on my homepage incase you need the links\r\nlike you start movint them and lose one or something you organize cause i don;t know (or care about there particular organization)',20,1161093142,1676,'2.scott',0,1,1161093142,0,1161093184,'',0),(1680,'','You play music on mplayer? Why?',14,1161094930,1665,'29.Thnikkaman',0,1,1161094930,0,0,'',0),(1683,'','For music I use XMMS simply because after installing xmms-mp3 it suits all my needs and looks like oldskool Winamp which is my favorite music player for Windows. \r\n\r\nFor video I'd have to agree with Thnikkaman on the mplayer/VLC comment. After installing the binary codec pack for mplayer just about anything will play.',14,1161100685,1665,'9.Nick',0,1,1161100685,0,0,'',0),(1681,'','Its actually pretty simple to do if you have enough hard drive space, just follow the vm ware wizard. However, it probably will not run very well under a VM. ',14,1161095016,1625,'29.Thnikkaman',0,1,1161095016,0,0,'',0),(1682,'','its really easy "mplayer /musicdir/some band/cd/*"\r\n',14,1161096152,1665,'2.scott',0,1,1161096152,0,0,'',0),(1684,'','You have to use VMWare Workstation (I have a copy you could evaluate) to actually create the virtual machine file. Then you can start it from the Player. I suggest just using [link=http://gparted.sourceforge.net/livecd.php]gparted[/link] to resize one of your partitions and install from scratch though. I've been running build 5534 for a while now and it works with my RAID array, my soundcard (Audigy2), my video card, and really has no showstopper bugs at all. The sound drivers are clearly beta, but they work pretty well at this point. That's not MS's fault anyway. I really like Aero, the sidebar (b/c I have two screens so there's plenty of room), the new Explorer, the context sensitive search rocks, and overall it seems pretty solid. However, I did notice that once I booted into XP after running Vista for a week or so everything seemed much snappier and quicker to respond. Hopefully they'll tweak the UI responsiveness a little bit before the January launch. I've also been testing Office 2007 Beta and I must say I do like it much better than Office 2003 Professional.',14,1161101191,1625,'9.Nick',0,1,1161101191,0,0,'',0),(1878,'','Check out the sticky for all of Scott's Tutorials',20,1161752062,1675,'5.JT',0,1,1161752062,0,0,'',0),(1686,'','nice dude, i see that your DIVMS password is only 8 characters though :) haha',20,1161101918,1675,'9.Nick',0,1,1161101918,0,0,'',0),(1687,'','ehh what you gonna do brute force will take you some time i wrote a random password generator in Java that did 8 chars punct upper and lower case it would take a considerable amount of time to crack',20,1161102290,1675,'2.scott',0,1,1161102290,0,0,'',0),(1688,'','No Dude See my newest Rant',20,1161102308,1677,'2.scott',0,1,1161102308,0,0,'',0),(1689,'Domain Address services','\r\nMany of you I'm sure have heard of godaddy.com (probably the most popular domain registrar out there)\r\n\r\n\r\nwell i registered my first domain name with NetworkSolutions and their down time is ridiculous (its been down long enough that none of the computers i have used still have the domain name to IP in cache anymore) my guess is about 6 hours\r\n\r\nhowever i did call to get credited and they will be giving me one free month\r\n\r\njust a heads up - go with godaddy i have seen network solutions fail several times in the past\r\n\r\nalso our tutorials are down for a bit sorry guys\r\n\r\n-2006-10-16\r\n--scott',14,1161102560,0,'2.scott',1061,1,1171645701,0,0,'9.Nick',10),(1690,'','deal if you still want it',25,1161102867,979,'2.scott',0,1,1161102867,0,0,'',0),(1692,'','Sounds like a good start. We will want to decide quickly who and where as quick as possible so we can start advirtising it early and getting everthing organized. If we can't get a room in PC we can have them meet at the PC and take them to where ever we will have the discussion.',10,1161108296,97,'10.Vegihan',0,1,1161108296,0,0,'',0),(1693,'','I totally agree about Office 2007, but I don't use office that much anyway.',14,1161109225,1625,'29.Thnikkaman',0,1,1161109225,0,0,'',0),(1698,'','network solutions is back up so are our tutorials',14,1161111793,1689,'2.scott',0,1,1161111793,0,0,'',0),(1694,'','Scott:\r\n\r\nI much more of a fan of randomly skipping through my entire collection, so what works for me may not work for you.\r\n\r\nNick.\r\n\r\nJust be aware that xmms is no longer being supported unless someone else gets their hands on the source code and picks up where the last developers left off. That is the main reason why I switched to amarok. ',14,1161109397,1665,'29.Thnikkaman',0,1,1161109397,0,0,'',0),(1697,'','i almost installed it over last weekend, but then decided not to..\r\nstupid midterms.',14,1161111158,1625,'8.Anton',0,1,1161111158,0,0,'',0),(1695,'','Soooo, what is going on with this?',10,1161109520,1418,'29.Thnikkaman',0,1,1161109520,0,0,'',0),(1705,'','[quote1161118726=ppallen]\r\nI remember a few years ago, that CAB used the wheel room in the IMU tgo host a little LAN party(7 comps, multiple consoles and other games) but that is probably a really hard room to get your hands on...\r\n[/quote1161118726]\r\n\r\nI've heard the IMU isn't so hot to use b/c they charge you to use their internet or to have food catered in or whatever. Andrea said it would be easier to do elsewhere.',10,1161118833,1418,'5.JT',0,1,1161118833,0,0,'',0),(1696,'','when mplayer can't play it.. try xine ;)',14,1161111091,1665,'8.Anton',0,1,1161111091,0,0,'',0),(1699,'the Logout Button in the top bar','Hey Scott,\r\n\r\nHow about adding "[i]Logout[/i]" link ([u]http://acm.uiowa.edu/index.php?logout[/u])\r\nafter the "[i]Online Books[/i]" in that top menu?',8,1161111953,0,'8.Anton',27,0,1164687232,0,1161112049,'3.Leat Hakkor',5),(1700,'','you should have made copies of them on the acm website..\r\nmake a blog with a vhost name like u know..\r\ntutorials.acm.uiowa.edu ... or something like that..',14,1161112164,1689,'8.Anton',0,1,1161112164,0,0,'',0),(1701,'','ok i can and will \r\n\r\nThanks for the request',8,1161112516,1699,'2.scott',0,1,1161112516,0,0,'',0),(1702,'','I remember a few years ago, that CAB used the wheel room in the IMU tgo host a little LAN party(7 comps, multiple consoles and other games) but that is probably a really hard room to get your hands on...',10,1161114873,1418,'48.ppallen',0,1,1161114873,0,0,'',0),(1703,'','Good Idea.\r\n\r\nAlso, with all the links up top and more coming (ACM library, etc). Maybe we want to change how it is organized so we don't keep stuffing things up there.',8,1161118318,1699,'5.JT',0,1,1161118318,0,0,'',0),(1704,'','I'm not sure of the status, but if anyone wanted to help a little bit with this, I'd contact someone in the events committee (maybe Jed) and start throwing around ideas.',10,1161118441,1418,'5.JT',0,1,1161118441,0,0,'',0),(1706,'','you got it mister!!',8,1161121098,1699,'2.scott',0,1,1161121098,0,0,'',0),(1707,'','Also, you shouldn't rely on your domain registrar for dns. It would be wise to either set up your own dns box, or register with a free dns service out there. Also, is NetSol hosting your sites?',14,1161123978,1689,'29.Thnikkaman',0,1,1161123978,0,0,'',0),(1711,'','http://helpdesk.its.uiowa.edu/ms/ie7/chart.htm\r\n\r\n[link=http://helpdesk.its.uiowa.edu/ms/ie7/chart.htm]Go here[/link]\r\n\r\n',14,1161132160,1023,'2.scott',0,1,1161132160,0,0,'',0),(1708,'','[quote1161124469=JT]\r\nI've heard the IMU isn't so hot to use b/c they charge you to use their internet or to have food catered in or whatever. Andrea said it would be easier to do elsewhere.\r\n[/quote1161124469]\r\n\r\nThat I did not know. !dodge \r\n\r\nAnyway, I am more then willing to help with this endeavor.',10,1161128631,1418,'48.ppallen',0,1,1161128631,0,0,'',0),(1710,'','no a Box On Campus is ',14,1161131937,1689,'2.scott',0,1,1161131937,0,0,'',0),(1709,'','I'm kind of waiting to see just how many people are interested in attending the party before I plan it. If you're interested at all, please make a post here saying if you are:\r\n\r\nA) interested in attending a Xbox party with Halo and other games. If so, please also list any useful equipment you would be willing to bring (console, games, etc).\r\n \r\nB) interested in attending a LAN party (games are up for grabs). I figure it would be BYOC and please list any useful equipment you could bring.\r\n\r\nC) would be willing to help organize and setup the party\r\n\r\nJT, I might have you send out an email too because not a lot of members browse the forums, much less this one. Once I get a better idea of how many people are interested, we can start talking specifics. ',10,1161129339,1418,'14.Jed',0,1,1161129339,0,0,'',0),(1712,'','ohh.. i did not realize that you were using network solutions for your dns services as well.. i think i've mentioned www.zoneedit.com before.. try them.. i've been with them for a couple of years now.. and did not have any problems..',14,1161132234,1689,'8.Anton',0,1,1161132234,0,0,'',0),(1713,'','[quote1161140897=JT]\r\n[quote1161118726=ppallen]\r\nI remember a few years ago, that CAB used the wheel room in the IMU tgo host a little LAN party(7 comps, multiple consoles and other games) but that is probably a really hard room to get your hands on...\r\n[/quote1161118726]\r\n\r\nI've heard the IMU isn't so hot to use b/c they charge you to use their internet or to have food catered in or whatever. Andrea said it would be easier to do elsewhere.\r\n[/quote1161140897]\r\n\r\nI am going to say this while trying to be really nice to Andrea. Andrea has only hosted 1 maybe 2 of these events. As far as the IMU goes, the Michigan room has the best power. Yes, they want to charge you for internet, but if you throw a wireless card in a box, you can use the campus wireless. They usually have a live port in each room. No, the acm can not cater food, but people can bring their own and share. And nobody checks what is going on. I haven't seen the International building (the site that Andrea has hosted her console parties), and it may be very adequate to host a lan party. \r\n\r\nThat being said, it is probably too late in the semester to reserve either location, so at this point, it may be moot. You should be planning this event for next semester, unless you have a non U-Iowa location in mind. \r\n',10,1161141262,1418,'29.Thnikkaman',0,1,1161141262,0,0,'',0),(1871,'','Do you guys still think it would be interesting to bring this guy in? As in, should I send him an email seeing when he could come, how interested he is, and how much this might cost?',10,1161749956,482,'5.JT',0,1,1161749956,0,0,'',0),(1714,'','yea for music ive been using xmms... with the mp3 patch.',14,1161152846,1665,'35.thomas-hornbeck',0,1,1161152846,0,0,'',0),(1720,'','But the [i]real[/i] question is: does it do [link=hyperlink http://ftp.acc.umu.se/mirror/temp/seth/blog/xshots.html]wobbly windows[/link]? :) ',14,1161192691,1717,'53.Solarion',0,1,1161192691,0,0,'',0),(1715,'','email me at tom-hornbeck@uiowa.edu with your contact info so i can pick it up.',25,1161152949,979,'35.thomas-hornbeck',0,1,1161152949,0,0,'',0),(1716,'','Barcode scanner in the mail – I’m working on figuring out which barcode convention the university uses on student ids - the scanner I got off eBay can handle a few different standards - but not everything - so well have that part figured out in a couple days when I can get some testing done.\r\n\r\nThe sql database is about done – a few modifications may be needed after further testing – but we have a solid working model to start laying some php over \r\n– bells and whistles go!!!\r\n',11,1161168582,855,'36.Eric',0,1,1161168582,0,0,'',0),(1732,'','Is anyone on this still? Jed?',10,1161208566,486,'9.Nick',0,1,1161208566,0,0,'',0),(1717,'Windows Vista Screenshots','here is the first one...\r\nlink => [url=http://www.antonbondar.com/wp-content/uploads/2006/10/wv_scr1.png][u]HERE[/u][/url]\r\n\r\nfirst impressions about Vista.. there is a load of eye-candy, that's for sure.',14,1161175741,0,'8.Anton',647,1,1161213747,0,0,'53.Solarion',4),(1718,'Sun wants a campus rep','I'm reposting this here because I think someone might be interested. It looks to be like the Microsoft job that John did a few years back. For details, ask Todd Schwartz.\r\n\r\n-------\r\nJoseph,\r\n\r\nSun Microsystems would like to include the University of Iowa as one of \r\nits universities where Sun will fund a Sun Campus Ambassador position. \r\nThis Sun funded part-time position is meant to be filled by an upper \r\nlevel or graduate student, preferably in the Computer Science program. \r\nAlthough, is not limited to only computer science students.\r\n\r\nI need to submit a list of potential candidates to Sun as soon as \r\npossible and no later than by the end of business October 30th. By \r\nexpressing interest in this position by no means obligates the \r\ncandidate, but rather shows Sun that there is interest and qualified \r\ncandidates at the University of Iowa to fill this position.\r\n\r\nAny interested student may submit an email to me with their contact \r\ninformation or you may forward names and contact information to me This \r\nneeds to be done as soon as possible and no later than by mid afternoon \r\nof October 30th. Sun funding for this position must be committed by the \r\nend of the month, so the sooner I can get even a partial list, the better.\r\n\r\nFor further information you may contact me at 515.251.8282, ext 210 or \r\nat todd.schwartz@open-tech.com or may contact Robert Reagan, Sun \r\nTerritory Manager at 877.263.2200 or Robert.reagan@sun.com\r\n\r\nTodd Schwartz\r\nOpen Technologies\r\nSun Microsystems Campus Partner\r\n\r\n\r\n----- posting -----\r\n(may be distributed and posted freely)\r\n\r\n*ESSENTIAL FUNCTIONS:*\r\nThe Sun University Campus Ambassador is charged with driving adoption of \r\nSun's platforms (OpenSolaris and Java) and developer tools among \r\nAcademic Developers (students, faculty and researchers). Sun is looking \r\nfor graduate or senior level students with a strong background in \r\nsoftware development/programming to work approximately 75 hours per \r\nsemester to:\r\n\r\n * Lead the Sun developer community on your campus\r\n * Run Sun Technology demo sessions on your campus\r\n * Promote Sun training events on your campus\r\n * Promote Sun's platforms and development tools to professors and\r\n researchers. The Sun Campus Ambassador is expected to become\r\n proficient on Sun technologies, including OpenSolaris, Java,\r\n NetBeans, and Sun Studio. Sun will provide extensive training on\r\n each of these technologies.\r\n\r\n*REQUIRED KNOWLEDGE:*\r\nThe Sun Campus Ambassador is expected to have experience in Java or C++. \r\nThe Campus Ambassador must have excellent communication skills and \r\nshould be comfortable serving as a public speaker. In addition, the \r\nCampus Ambassador must be self-motivated, highly organized and be able \r\nto work independently.\r\n\r\n*PREFERRED KNOWLEDGE:*\r\nFamiliarity NetBeans, Sun Studio and/or the Solaris Operating System.\r\n\r\n*YEARS OF EXPERIENCE:*\r\n2\r\n\r\n*MINIMUM LEVEL OF EDUCATION:*\r\nUpper division undergraduate student or graduate student\r\n\r\n*FIELD OF STUDY:*\r\nComputer Science\r\n\r\n*CONTACT INFORMATION:*\r\nFor further information please contact Todd Schwartz at \r\ntodd.schwartz@open-tech.com\r\n\r\n\r\n*To submit your name for consideration, please send a short email with \r\nyour name, contact information and a short paragraph expressing your \r\ninterest and qualifications by October 30th, 2006. A formal application \r\nprocess will be conducted at a later date.*\r\n\r\n\r\n\r\n\r\n\r\n-- \r\n\r\n*Todd Schwartz/\r\n/*\r\nOpen Technologies, Inc.\r\nvoice: 515.251.8282, ext. 210\r\n888.346.8042, ext. 210\r\nfax: 515.251.8285\r\nemail: todd.schwartz@open-tech.com <mailto:todd.schwartz@open-tech.com>\r\nweb: http://www.open-tech.com <http://www.open-tech.com/>\r\n\r\n\r\n /This email and any attachments contain information which is private\r\n and confidential and is intended for the addressee only.\r\n If you are not an addressee, you are not authorized to read, copy or\r\n use the e-mail or any attachment. If you have received\r\n this e-mail in error, please notify the sender by return e-mail and\r\n then destroy it./\r\n\r\n\r\n------------\r\n\r\nI'll also be forwarding this to the Computer Science department, but You Heard It Here First. ;)',14,1161191879,0,'53.Solarion',879,1,1161220291,0,0,'29.Thnikkaman',4),(1723,'',' ?! Hava a total page count/maintenance schedule(how many pages since the rollers were changed) on this machine by chance? ',25,1161198254,1656,'45.Seth',0,1,1161198254,0,0,'',0),(1719,'','I like Rhythmbox for my music library. VLC seems alright, although Totem is simple for Free media, and well integrated into the gnome desktop. gxine is also pretty.',14,1161192276,1665,'53.Solarion',0,1,1161192276,0,0,'',0),(1721,'','Fine. Plain URL: http://ftp.acc.umu.se/mirror/temp/seth/blog/xshots.html',14,1161192806,1717,'53.Solarion',0,1,1161192806,0,0,'',0),(1722,'','Great thanks for letting us know!',14,1161196464,1718,'5.JT',0,1,1161196464,0,0,'',0),(1731,'','Eric, this is a little gem I discovered about a year ago.\r\n\r\nhttp://stripesnoop.sourceforge.net/\r\n\r\nIt won't tell you which stripe UIowa uses, but it will give you a crapload of info on magstripes...',11,1161208453,855,'9.Nick',0,1,1161208453,0,0,'',0),(1724,'Link to www.acm.org',' :! How about an ACM logo/hyperlink to www.acm.org on our home page?\r\n\r\nSome ACM logos can be found at:\r\nhttp://www.acm.org/images/logos/\r\n\r\nCheers',8,1161198735,0,'45.Seth',24,0,1162954320,0,0,'45.Seth',1),(1725,'','cool I'll check it out\r\n',14,1161199513,1689,'2.scott',0,1,1161199513,0,0,'',0),(1726,'','FWIW, DomainMonger has served me well for the past 5 or 6 years.',14,1161199845,1689,'53.Solarion',0,1,1161199845,0,0,'',0),(1730,'','Page count is like 113,000 or so and the rollers were changed at regular intervals during it's lifetime. I know this because I work for the place that I purchased it from and we change rollers on printers all the time. In other words, it's not a piece of shit. I swear.',25,1161208190,1656,'9.Nick',0,1,1161208190,0,0,'',0),(1727,'','J03',14,1161201528,1718,'29.Thnikkaman',0,1,1161201528,0,0,'',0),(1728,'','No monkeys. I don't believe that it is going to be as cool as Xgl. I was considering installing Xgl myself on my lappy, but am not sure if I want to.',14,1161201955,1717,'29.Thnikkaman',0,1,1161201955,0,0,'',0),(1729,'','Free dynamic DNS account: www.dyndns.org\r\n\r\nI've been using it with no troubles for over a year now.',14,1161207681,1689,'9.Nick',0,1,1161207681,0,0,'',0),(1733,'','i think they are talking aboot barcodes on the back of ids not the mag code',11,1161208947,855,'2.scott',0,1,1161208947,0,0,'',0),(1738,'','No, Jed is Events Committee. This should probably be my baby, since I suggested it, unless someone else here wants to take it over. I've just been busy planning other stuff like the conference and doing finals week.',10,1161225479,486,'5.JT',0,1,1161225479,0,0,'',0),(1734,'','well, xgl isn't what does the wobbly windows; I [i]believe[/i] it's compiz. Xgl and AIGlx should be so very full of tasty. I'm waiting for the r300 driver to stabilize. Intel video in my next laptop FTW!',14,1161213747,1717,'53.Solarion',0,1,1161213747,0,0,'',0),(1735,'','[code]|\|04|-|[/code]',14,1161213790,1718,'53.Solarion',0,1,1161213790,0,0,'',0),(1736,'','\/\/|-|475 73|-| |-|p5 |\/|4|\|(,???',14,1161220291,1718,'29.Thnikkaman',0,1,1161220291,0,0,'',0),(1737,'','[quote1161225375=scott]\r\ni think they are talking aboot barcodes on the back of ids not the mag code\r\n[/quote1161225375]\r\n\r\nScott's a genious.\r\n\r\nAlso, we may just use the barcodes that we could create and stick on the back of ACM member cards, we may not have to mess with student ID cards. Anything to reduce the headache.',11,1161225415,855,'5.JT',0,1,1161225415,0,0,'',0),(1740,'','No prob dude. This leaves me with a question though. What qualifies as an event?',10,1161226918,486,'9.Nick',0,1,1161226918,0,0,'',0),(1743,'','Ask yourself, is it for our own benefit, or for the benefit of others? That's kinda how I approach it.',10,1161228781,486,'5.JT',0,1,1161228781,0,0,'',0),(1741,'','I think of it this way: Any activity or "event" that is used to help the community is Community Outreach and anything that is aimed at peers and group expansion is an event. \r\nI may be wrong but that is they way I look at it. If it does both then let the committees decide who will take it on.',10,1161228646,486,'10.Vegihan',0,1,1161228646,0,0,'',0),(1742,'','Anything that's not community outreach. Generally an event involves only ACM or CS (or EE/CE I guess) students while a C.O. event is open to all and generally involves some sort of education about computers and CS as a whole.\r\n\r\nFor example: Programming contest vs. Q&A Session. One is an event, one is about educatiing the publc. Same with bringing in a speaker vs. a linux setup party where we would advertise it as a way for people to get more familiar with linux or get some help with it.\r\n\r\nMake more sense?',10,1161228738,486,'5.JT',0,1,1161228738,0,0,'',0),(1744,'','I really think this is a good idea. I could probably be pusuaded to help with this too... :? ',10,1161231007,486,'48.ppallen',0,1,1161231007,0,0,'',0),(1756,'','Depending on when, I would be happy to help.',10,1161279356,486,'29.Thnikkaman',0,1,1161279356,0,0,'',0),(1745,'Sudoku Solver','As a practice to Learn C i decided to build a sudoku solver I got it to work but I'm not sure why it works\r\n\r\nwill post code soon..\r\n\r\nSolves "Difficult" in 30 seconds (printing every "iteration" to screen)',13,1161242285,0,'2.scott',35,1,1161352828,0,0,'29.Thnikkaman',12),(1746,'','thats easy <body onload='javascript:methodtogivefocustobox()'>\r\n\r\ni just need to write it',8,1161242354,1739,'2.scott',0,1,1161242354,0,0,'',0),(1747,'','can someone help me with pointers or something im really confused by my linked List thing where it has **head\r\nand i pass it &head;\r\n\r\n??\r\nvoid linkedList_add(llnode **head, unsigned long int data_in)\r\n{\r\n llnode *tmp;\r\n if ((tmp = malloc(sizeof(*tmp))) == NULL)\r\n {\r\n //ERR_MSG(malloc);\r\n (void)exit(1);\r\n }\r\n tmp->data = data_in;\r\n tmp->next = *head;\r\n *head = tmp;\r\n}',13,1161242446,1745,'2.scott',0,1,1161242446,0,0,'',0),(1748,'','I can answer this when I get to work. I left my C book there. It is teh bestest c book ever. However, I do believe that the ** means that you are passing a reference to a list of references.',13,1161255814,1745,'29.Thnikkaman',0,1,1161255814,0,0,'',0),(1750,'','[code]#include "scan.h"\r\n#include \r\n#include \r\n#include \r\n\r\n#define null 0\r\n#define true 1\r\n#define false 0\r\n\r\ntypedef short boolean;\r\n\r\ntypedef struct VALUE\r\n{\r\n char TYPE;\r\n int LENGTH;\r\n char VALUE[256];\r\n} ValueType;\r\n\r\ntypedef struct OBJECT\r\n{\r\n struct OBJECT *P_LINK;\r\n struct VALUE *P_VALUE;\r\n struct OBJECT *N_LINK;\r\n boolean busy;\r\n} ObjectType;\r\n\r\n//Global Vars\r\nObjectType *NAMES, *SEPARATORS, *NUMBERS, *UNKNOWN;\r\nObjectType Object[1000];\r\nValueType Value[1000];\r\n\r\n// Return true if obj is in list and false otherwise.\r\nboolean test(ObjectType *list, ObjectType *obj)\r\n{\r\n while(list->N_LINK->N_LINK != null) {\r\n if(list == obj)\r\n return true;\r\n list = list->N_LINK;\r\n }\r\n return false;\r\n}\r\n\r\n// Insert new data into the obj belonging to list. The data is represented\r\n// by value.\r\nboolean update(ObjectType *list, ObjectType *obj, const char *value)\r\n{\r\n if(test(list, obj)) {\r\n strcpy((char *)obj->P_VALUE->VALUE, value);\r\n obj->P_VALUE->LENGTH = strlen(value);\r\n return true; \r\n }\r\n return false;\r\n}\r\n\r\n// Return the length of the given list. \r\nint getLength(ObjectType *list) \r\n{\r\n ObjectType *obj = list->N_LINK;\r\n int count = 0;\r\n \r\n if(list->N_LINK->N_LINK == null)\r\n return count;\r\n else {\r\n while(obj->N_LINK != null) {\r\n obj = obj->N_LINK;\r\n count++;\r\n }\r\n return count; \r\n }\r\n}\r\n\r\n// Remove an ojbect from the given list.\r\nboolean delete(ObjectType *list, ObjectType *obj)\r\n{\r\n if(test(list, obj)) {\r\n obj->P_LINK->N_LINK = obj->N_LINK;\r\n obj->N_LINK->P_LINK = obj->P_LINK;\r\n obj->busy = false;\r\n return true;\r\n }\r\n return false; \r\n}\r\n\r\n// Returns the first object contaning the string passed in.\r\nObjectType *access_v(ObjectType *list, const char *str)\r\n{\r\n ObjectType *obj;\r\n\r\n if(!isEmpty(list)) {\r\n obj = list->N_LINK;\r\n while(obj->N_LINK) {\r\n if(!strcmp(str, obj->P_VALUE->VALUE)) //strcmp returns 0 on equality\r\n return obj;\r\n obj = obj->N_LINK;\r\n }\r\n }\r\n return null;\r\n}\r\n\r\n// Return the object at index in the given list.\r\nObjectType *access_i(ObjectType *list, int index)\r\n{\r\n ObjectType *obj;\r\n int count = 0;\r\n\r\n if(!isEmpty(list)) {\r\n obj = list->N_LINK;\r\n while(obj->N_LINK) {\r\n if(index == count++) // test first to get index 0\r\n return obj;\r\n obj = obj->N_LINK;\r\n }\r\n }\r\n return null;\r\n}\r\n\r\n// Create a new list with head h and tail t\r\nObjectType *list(ObjectType *h, ObjectType *t)\r\n{\r\n h->P_LINK = null;\r\n h->P_VALUE = null;\r\n h->N_LINK = t;\r\n t->P_LINK = h;\r\n t->P_VALUE = null;\r\n t->N_LINK = null;\r\n return (h);\r\n}\r\n\r\n// Put the data object onto the end of list.\r\nvoid append(ObjectType *list, ObjectType *data)\r\n{\r\n ObjectType *obj = list->N_LINK;\r\n while(obj->N_LINK) {\r\n obj = obj->N_LINK;\r\n }\r\n data->P_LINK = obj->P_LINK;\r\n data->N_LINK = obj;\r\n data->P_LINK->N_LINK = data;\r\n obj->P_LINK = data;\r\n}\r\n\r\n// Returns a pointer to an ObjectType suitable for using in append().\r\n// string is the Token.String and type is the identifier\r\n// If memory is full it returns null\r\nObjectType *makeObject(const char *string, const char type)\r\n{\r\n int index;\r\n\r\n // If memory is available, make the value pointer point to a Value\r\n // object of the same index and return a handle to Object[index]\r\n if((index = getFreeObjectIndex()) != -1) {\r\n Object[index].busy = true;\r\n Object[index].P_VALUE = &Value[index];\r\n Value[index].TYPE = type;\r\n Value[index].LENGTH = strlen(string);\r\n strcpy((char *)Value[index].VALUE, string);\r\n return &Object[index];\r\n }\r\n else {\r\n printf("Out of memory\n");\r\n return null;\r\n }\r\n}\r\n\r\n// This function will return the index of the first available block\r\n// of memory it encounters in the Object array. If no free memory\r\n// is found -1 is returned.\r\nint getFreeObjectIndex(void)\r\n{\r\n int index = 0;\r\n for(index; index < 1000; index++)\r\n if(!Object[index].busy)\r\n return index;\r\n return -1;\r\n}\r\n\r\n// Returns a boolean value indicating if the given list is empty.\r\nint isEmpty(ObjectType *list)\r\n{\r\n return (list->N_LINK->N_LINK == null);\r\n}\r\n\r\n// Gets values for the head and tail objects in the list.\r\nvoid prepareObject(int *h, int *t)\r\n{\r\n *h = getFreeObjectIndex();\r\n Object[*h].busy = true;\r\n *t = getFreeObjectIndex();\r\n Object[*t].busy = true;\r\n}\r\n\r\n// Prints the value stored at each location in the given list one per line.\r\nvoid printList(ObjectType *list)\r\n{\r\n char code;\r\n char *string;\r\n ObjectType *obj = list->N_LINK;\r\n\r\n while(obj->N_LINK) {\r\n code = obj->P_VALUE->TYPE;\r\n string = (char *)obj->P_VALUE->VALUE;\r\n printf("The symbol is of type %c and contains: %s\n", (unsigned char)code, string);\r\n obj = obj->N_LINK;\r\n }\r\n}\r\n\r\n// Prints the value of a single object.\r\nvoid printObject(ObjectType *obj)\r\n{\r\n printf("%s", (char *)obj->P_VALUE->VALUE);\r\n}\r\n\r\nvoid validate(ObjectType*, char);\r\n\r\n// Checks that every Value object associated with list is storing information\r\n// of type code. The codes are F for number, N for name, S for separator\r\nboolean correctList(ObjectType *list, char code)\r\n{\r\n ObjectType *obj = list->N_LINK;\r\n boolean correct = true;\r\n char type;\r\n \r\n while(obj->N_LINK != null) {\r\n type = obj->P_VALUE->TYPE;\r\n if(code == 'F' && (type != 'N' && type != 'F')) {\r\n validate(obj, type);\r\n delete(list, obj);\r\n correct = false; \r\n } \r\n else if(code == 'N' && type != 'I') {\r\n validate(obj, type);\r\n delete(list, obj);\r\n correct = false;\r\n }\r\n else if(code == 'S' && type != 'O') { \r\n validate(obj, type);\r\n delete(list, obj);\r\n correct = false;\r\n }\r\n obj = obj->N_LINK;\r\n }\r\n return correct; \r\n}\r\n\r\n// Testing code to use the LMS \r\nvoid runTest()\r\n{\r\n int h, t;\r\n short letter = 65;\r\n char *pletter = &letter;\r\n ObjectType *TEST, *tmp;\r\n prepareObject(&h, &t);\r\n TEST = list(&Object[h], &Object[t]);\r\n \r\n for(letter; letter < 91; letter++) {\r\n printf("I got here\n");\r\n if((tmp = makeObject(pletter, 'T')) != null)\r\n append(TEST, tmp);\r\n else\r\n printf("ERROR\n"); \r\n }\r\n printf("If the test succeeds you will see the alphabet printed.\n");\r\n printList(TEST); \r\n}\r\n\r\nint main(int argc, char *argv[])\r\n{\r\n extern TKN get_token(FILE *);\r\n FILE *infile;\r\n TKN Token;\r\n int Done = 0,\r\n hIndex, tIndex; //index for head/tail of lists to be created\r\n ObjectType *tmpObj;\r\n \r\n if(argc < 2) {\r\n printf("Please specify a filename to read or a test switch.\n");\r\n return 0;\r\n }\r\n \r\n if(!strcmp(argv[1], "-t")) {\r\n runTest();\r\n return 0;\r\n } \r\n\r\n // Set up all the linked lists\r\n prepareObject(&hIndex, &tIndex);\r\n NAMES = list(&Object[hIndex], &Object[tIndex]);\r\n prepareObject(&hIndex, &tIndex);\r\n SEPARATORS = list(&Object[hIndex], &Object[tIndex]);\r\n prepareObject(&hIndex, &tIndex);\r\n NUMBERS = list(&Object[hIndex], &Object[tIndex]);\r\n prepareObject(&hIndex, &tIndex);\r\n UNKNOWN = list(&Object[hIndex], &Object[tIndex]);\r\n \r\n\r\n if((infile=fopen(argv[1],"r"))) {\r\n while(!Done) {\r\n Token = get_token(infile);\r\n if(Token.Code == 'I') {\r\n //NAMES\r\n if((tmpObj = makeObject(Token.String, Token.Code)) != null) {\r\n append(NAMES, tmpObj);\r\n } else {\r\n printf("Out of memory!\n");\r\n Done = true;\r\n }\r\n } else if(Token.Code == 'O') {\r\n //SEPARATORS\r\n if((tmpObj = makeObject(Token.String, Token.Code)) != null)\r\n append(SEPARATORS, tmpObj);\r\n else {\r\n printf("Out of memory!\n");\r\n Done = true;\r\n }\r\n } else if(Token.Code == 'N' || Token.Code == 'F') {\r\n //NUMBERS\r\n if((tmpObj = makeObject(Token.String, Token.Code)) != null)\r\n append(NUMBERS, tmpObj);\r\n else {\r\n printf("Out of memory!\n");\r\n Done = true;\r\n }\r\n } else if(Token.Code == 'U') {\r\n \r\n if(Token.String[0] == 'Z')\r\n Done = true;\r\n else \r\n printf("Unprintable character discovered.\n");\r\n }\r\n else if(Token.Code == 'W') {\r\n printf("Whitespace symbol discovered.\n"); \r\n } \r\n else if(Token.Code == 'E') {\r\n //UNKNOWN\r\n if((tmpObj = makeObject(Token.String, Token.Code)) != null)\r\n append(UNKNOWN, tmpObj);\r\n else {\r\n printf("Out of memory!\n");\r\n Done = true;\r\n }\r\n }\r\n }\r\n fclose(infile);\r\n\r\n printList(NAMES);\r\n printList(SEPARATORS);\r\n printList(NUMBERS);\r\n printList(UNKNOWN);\r\n\r\n printf("The length of NAMES is %d.\n", getLength(NAMES)); \r\n printf("The length of NUMBERS is %d.\n", getLength(NUMBERS));\r\n printf("The length of SEPARATORS is %d.\n", getLength(SEPARATORS));\r\n \r\n if(correctList(NAMES, 'N')) \r\n printf("NAMES contains valid data.\n");\r\n if(correctList(NUMBERS, 'F'))\r\n printf("NUMBERS contains valid data.\n");\r\n if(correctList(SEPARATORS, 'S'))\r\n printf("SEPARATORS contains valid data.\n"); \r\n }\r\n return EXIT_SUCCESS;\r\n}\r\n\r\nvoid validate(ObjectType *obj, char type)\r\n{\r\n if(type == 'O') {\r\n append(SEPARATORS, obj);\r\n printf("Moved misplaced object to SEPERATORS.\n");\r\n }\r\n else if(type == 'N' || type == 'F') {\r\n append(NUMBERS, obj);\r\n printf("Moved misplaced object to NUMBERS.\n");\r\n }\r\n else if(type == 'I') {\r\n append(NAMES, obj);\r\n printf("Moved misplaced object to NAMES.\n");\r\n } \r\n}[/code]',13,1161271524,1745,'9.Nick',0,1,1161271524,0,0,'',0),(1749,'','There is no reason to have head be a pointer to a pointer. When you pass in &head what you are doing is saying get the address of head. However, your function is looking for a pointer to a pointer (double indirection). I don't really see why this should be nessasary here. I'm going to post a linked list I wrote to let you see a solution without **anything. ',13,1161271331,1745,'9.Nick',0,1,1161271331,0,0,'',0),(1751,'','In the above code *list is the pointer to the head of the doubly linked list. The OBJECT struc contains the pointers to the previous, next, and the actual data. The VALUE struct contains the data.',13,1161271798,1745,'9.Nick',0,1,1161271798,0,0,'',0),(1752,'','Yes, I can see clearly now... :)',10,1161272109,486,'9.Nick',0,1,1161272109,0,0,'',0),(1753,'','dude can you print this an bring it tomrow\r\n\r\nalso does anyone know of a c compiler for windows that compiles to actual binary',13,1161272112,1745,'2.scott',0,1,1161272112,0,0,'',0),(1754,'','Holy Sasquatch Nick! Delete that post and just host the file online :(( ',13,1161272363,1745,'5.JT',0,1,1161272363,0,1161282214,'',0),(1755,'','OK, great, so Paul said he wanted to help. If I could get maybe 1-2 more people to sign on that would be awesome and we could get this set up sometime.',10,1161272454,486,'5.JT',0,1,1161272454,0,0,'',0),(1757,'','[quote1161279429=scott]\r\ndude can you print this an bring it tomrow\r\n\r\nalso does anyone know of a c compiler for windows that compiles to actual binary\r\n[/quote1161279429]\r\n\r\nYes, its called cygwin. Its basically a linux emulator. Its pretty compact and it contains gcc.',13,1161279479,1745,'29.Thnikkaman',0,1,1161279479,0,0,'',0),(1761,'','it solves based on subproblem so the output looks a tad confusing',13,1161290220,1745,'2.scott',0,1,1161290220,0,0,'',0),(1758,'','Well, I'm not sure when the event would be, but we could start planning in the next week or two?',10,1161282005,486,'5.JT',0,1,1161282005,0,0,'',0),(1759,'','I literally can't use webmail anymore. I'm a megabyte over quota, so I haven't gotten any new mail since February, and whenever I try to delete anything, I get a UID copy failure. And it's not like my inbox is full of valuable stuff I care about. It's all just spam.\r\n\r\nI do actually forward it to Gmail, so I'm not missing anything, but every so often I get nasty emails telling me I'm over quota. But if I have to actually go in and see someone to delete all the spam they didn't give me decent filtering to deal with, I don't care.\r\n\r\nI suppose I could use that workaround, JT, but it isn't worth the effort. Why should I care? What are they going to do? Ban me from webmail?\r\n\r\nWhat really gets me, though, is the signs in the ITCs telling students to only use webmail and warning them about all the dangerous things that could happen if they use anything else. Yeah, right.',16,1161288142,1568,'41.Ben Butler',0,1,1161288142,0,0,'',0),(1763,'','Yeah, these things are definately tanks. They're fast and won't jam as long as the rollers arn't smoothed down. New rollers are available in standard maintenance kits, but since they're good for well over 10k pages, the average home user would probably never need to buy one. This thing has the potential to give high quality b&w prints to someone for life. Used duplexers are also available for 4050s',25,1161296909,1656,'45.Seth',0,1,1161296909,0,0,'',0),(1760,'','contents of input.dat:\r\n060400700\r\n004009001\r\n700080030\r\n020000004\r\n005000800\r\n300000090\r\n040020005\r\n800700600\r\n007004080\r\n\r\n[syoungbl@l-lnx122 ~]$ ./sudoku\r\nFinished\r\n0: 963584712\r\n1: 412379685\r\n2: 758261439\r\n3: 628495371\r\n4: 597136248\r\n5: 314827596\r\n6: 146839257\r\n7: 823751964\r\n8: 975642183\r\nTime = 0.220000\r\n',13,1161290047,1745,'2.scott',0,1,1161290047,0,0,'',0),(1762,'','I think its a legal Liability I know that departments have the right to send students Email to your uiowa account and if you don't redirect it correctly or check it they can blame you because its your responsibility as a student because its the primary way they contact students (I konw this because i have seen some department admins mention this is a large problem for them and students not properly using webmail)\r\n\r\n',16,1161292797,1568,'2.scott',0,1,1161292797,0,0,'',0),(1772,'','So, I can't say for sure yet, as I start the job on Monday, and I will be considering the opinion of someone else on the project, but I think I am leaning toward Ruby on Rails. From all I have read, it seems to be a little better for choice for a larger scale project and is more scalable. It is completely object-oriented which I enjoy.\r\n\r\nHowever, the decision isn't final, and I'd still appreciate arguments trying to change my mind or tell me I'm right.',14,1161311946,1652,'5.JT',0,1,1161311946,0,0,'',0),(1764,'Membership List (06-07)','Here's a list of our members (current 4/7/2007)\r\n\r\n1. Kyle Barkmeier\r\n2. Uday Verma\r\n3. John Abdul-Masih\r\n4. Ben Butler\r\n5. Gustavo Corona\r\n6. Christian Stigge\r\n7. Jed Wendell\r\n8. Tiffany Jenkins (As of December she graduated)\r\n9. Ben Oakes\r\n10. JT Kimbell\r\n11. Anton Bondar\r\n12. Ian Daly\r\n13. Scott Youngblut\r\n14. Keith Perry\r\n15. Eric Edstrom\r\n16. Jason Phillips\r\n17. Thomas Hornbeck\r\n18. Travis Pogmore\r\n19. Jason Fries\r\n20. Nick Arnold\r\n21. Jim Siegel\r\n22. Brandon Kohl\r\n23. Seth Adam\r\n24. Noah Abrahamson\r\n25. Paul Allen\r\n26. Ritesh Nadhani\r\n27. Aravind Mereddi\r\n28. Chris Hlady\r\n29. Matt Knowles\r\n30. Matt Hootman\r\n31. Kenneth Nelson\r\n32. Justin Hoffman',26,1161301551,0,'5.JT',41,0,1189097001,0,1184592724,'5.JT',1),(1768,'','[quote1161306657=Jed]\r\nI'm insulted! ~:( I'm not a big hater of Microsoft, but ME was garbage. I'm liable to post on this thread again and again until I'm up to different status.\r\n[/quote1161306657]\r\n\r\nHey, good idea :D ',16,1161306746,477,'45.Seth',0,1,1161306746,0,0,'',0),(1770,'','in the long run they are WAY cheaper than an inkjet\r\n\r\nwe did cost analysis at work and decided that once an inkjet/deskjet died we would only replace them with Laser printers upfront there more but you never have to worry abour cartridges drying up from under use and they do have a life span that is much longer than an epson c80-ish printer ',25,1161309210,1656,'2.scott',0,1,1161309210,0,1161309325,'',0),(1771,'','[quote1161309263=scott]\r\nin the long run they are WAY cheaper than an inkjet\r\n[/quote1161309263]\r\n\r\nHow freaking long is that run? Recyclable cartridges and the cheapest HP printer for 5 years isn't too bad.\r\n\r\n\r\nEdit: Aahhh, you updated with some analysis....',25,1161309550,1656,'5.JT',0,1,1161309550,0,1161310324,'',0),(1775,'','Is C.L.R. Oliviera's text of choice for the class?\r\nAlso, has anyone taken the 100+ level Discrete class? I'm wondering if it might be easier to take that before Abstract.',16,1161330623,1132,'45.Seth',0,1,1161330623,0,0,'',0),(1777,'','131 and 135 are theory classes, not discrete.',16,1161352486,1132,'29.Thnikkaman',0,1,1161352486,0,0,'',0),(1776,'','What's the number of the 100-level discrete class you are talking about? Do you mean 131 or 135?',16,1161345023,1132,'5.JT',0,1,1161345023,0,0,'',0),(1778,'','Is that a polite way of saying RTFM?',16,1161352541,996,'29.Thnikkaman',0,1,1161352541,0,0,'',0),(1779,'','I just wrote a sudoku solver a little while ago for AI. Basically, it writes a bunch of cnf rules, and passes it to a sat solver, then parses the results.',13,1161352828,1745,'29.Thnikkaman',0,1,1161352828,0,0,'',0),(1780,'','There are actually 2, 100-level discrete courses:\r\n22m:150, Intro to Discrete Math. and\r\n22m:151, Discrete Mathematical Models\r\n\r\nFrom their descriptions, I can't tell if they'd actually give more practice with proofs.',16,1161355332,1132,'45.Seth',0,1,1161355332,0,0,'',0),(1781,'','That'd be pretty sweet to have Slonneger's XML book in PDF if you could find them. I don't mind buying books, but I hate giving Zephyr money. Anyone have his PLC lec notes on pdf by chance?',16,1161356133,996,'45.Seth',0,1,1161356133,0,0,'',0),(1782,'','I talked to Slonneger this afternoon about freely distributing his lecture notes. He said that he doesn't want to post them until the classes are done because he wants people to take the classes. So at the end of this semester, he said that he will post the XML lecture notes on his website. After spring, then he'll post PLC and Web Programming in Java notes.\r\nThe only thing is that he wants us to access the notes directly from his page as opposed to putting them in our download section, so we'll have to respect that.',16,1161371249,996,'45.Seth',0,1,1161371249,0,0,'',0),(1783,'','Here's to not being a windows ME user!\r\n\r\nCheers',16,1161374355,477,'45.Seth',0,1,1161374355,0,0,'',0),(1784,'','So apparently highschool DOES count for something. We'll have to let our kids know.\r\n\r\nWhat else can you get out of the way before college? Interpretation of Lit, Calculus I & II (A,B,&C), Chem, Physics(?)....anything else?',16,1161374852,129,'45.Seth',0,1,1161374852,0,0,'',0),(1785,'','I don't want to be a ME user either...',16,1161378279,477,'48.ppallen',0,1,1161378279,0,0,'',0),(1786,'','I liked hackers...\r\n\r\nOnly because it was so cheesey. They were tweakin' their melons over a 28.8 baud modem & RISC processors... !amazed \r\n\r\nanyway, I have to agree that it wasn't very acurate though, but you could laugh at it. ',16,1161379230,581,'48.ppallen',0,1,1161379230,0,0,'',0),(1787,'','You mean that there aren't gurus who live inside of electronic buildings inside of the Internet? I'm crushed!',16,1161388374,581,'45.Seth',0,1,1161388374,0,0,'',0),(1788,'','Rhetoric.',16,1161402743,129,'5.JT',0,1,1161402743,0,0,'',0),(1789,'','all the graduation requirements suck... If it were up to me any given major would be composed of about 75% major classes and 25% general education electives.... not vice versa... the result is a bunch of "well rounded" idiots that have no real marketable skills, unless people are hiring to build a data structure... i dont know how many times i've implemented my own version of a linked list... in java, c++, etc... its a classic problem that comes up many times throughout the CS undergrad cirriculum, however has no use in the real world... if u want a linked list in virtually any language there's an api.',16,1161413059,129,'35.thomas-hornbeck',0,1,1161413059,0,0,'',0),(1795,'','... and yes, the gen-eds use time and money that could probably be better spent(...for some majors, but I digress). If they were replaced with major courses, people would still devlop work ethic and discipline, but while being more greatly challenged in their field. If people don't wan't to become renaissance scholars, that should be their decision. And if their potential employers don't want to hire them because they havn't taken a course in Greek Civilization or Fitness Walking, then that should be(and is) their decision.',16,1161467065,129,'45.Seth',0,1,1161467065,0,1161481596,'',0),(1790,'','First of all, I enjoyed all of my Gen Ed classes, even my Foreign Language requirement. I liked it so much I was considering a minor in my language of choice (Japanese). I don't know what the spanish department is like, since I never intended to take spanish. \r\n\r\nWhen I first came to Iowa, I took a class that I think was called Leisure and the Liberal Arts that gave a little bit of an explination of the purpose of a liberal arts college. And its not just "to make you a more well rounded person", its also ment to help you find something you enjoy outside of your chosen field. I'm sorry, but as much as I like to code and play video games, I also enjoy a good book weather it be a classic, or some fantasy or crime drama trash, a good round of golf, theater, and cooking. (No this isn't a personal add). Some of these things I would have no clue that I would be interested in without those damn gen ed classes. What are you going to do when you are all burnt out from coding? Sit down infront of a TV, or do something that you can take an experiance away from . \r\n\r\nI felt that I got a decent feeling for Japanese culture from my classes partialy because Japanese language was formed from their culture. \r\n\r\nTo be blunt, I have no simpathy for you. Maybe you shouldn't have taken Spanish. Maybe you should have took ASL, German, French, Italian, Chinese, Japanese, or Korean? My point is, your undergraduate degree is what you make of it. If you go through this degree wondering "why the hell am I in these classes," maybe you should have gone to a technical school like ITT or something. Find classes that you sound interesting to you that fill a requirement instead of taking a class that your friend says is easy. Did you know that if you took 3 semesters of softball (a 1 credit course), it fills a gen ed requirement?\r\n\r\nAnd as far as learning Lisp or something like that. Go grab a book. If you know 2 or 3 languages now, it should take you about 6 weeks to become comfortable in Lisp. And in a lisp class, what do you think you would be doing? It would just be a really watered down version of Data Structures, and basic programming concepts, but in Lisp.\r\n\r\nComplain about bad instructors, or bad classes, but the requirements are fair.\r\n\r\n',16,1161435869,129,'29.Thnikkaman',0,1,1161435869,0,0,'',0),(1791,'','I completely disagree with the concept of "Leisure and Liberal Arts", that whole concept comes from traditional university settings where rich ass white people went to college to leisurely study the classics and whatever else before they graduate and take over their dad's plantation...in those days no career training wasn't needed. obviously not much has changed. \r\n\r\nI think the university setup doesn't work... half are teachers are so concerned with their own work and research that they just half-ass teach the classes and we end up getting the shit end of the stick. Unlike the good old plantation days some of us that don't have CEO's for dads are gonna need real world applicable training to get cutting edge jobs... Most of us when we graduate are gonna end up working as interns, software testers, or lower level engineering positions that include 6 month training programs before we become actual software engineers. The reason we can't go straight into the jobs we want is because are school doesn't prepare us for it. I dont wanna start programming for $12/hour this may when i graduate, but thats probably whats gonna happen. I know some of you valdictorians and people with connections aren't going to have trouble finding good jobs... but for the majority of UI CS grads, we're gonna be looking for the really low end jobs... I have a 3.5 GPA and I've been turned down at all 5 of the companies I've interviewed at so far.\r\n\r\nPart of the reason we're not prepared, is because the CS cirriculum is so watered down with worthless gen-eds (which are classes that are packed full with freshmen that go there drunk and read the newspaper, the result is u dont need study and u get an A+)... I've taken a lot of classes that are "interesting" don't get me wrong, but I didn't go to college and attain $30,000 of debt to find out what my interests are... if im up late reading articles i find on google, or at a public library, i can find a lot of interesting things to read there, and its free. I dont feel like I need to take 75 semester hours of bullshit and waste 2 years of my life to discover my interests. Sorry for being so negative...',16,1161450457,129,'35.thomas-hornbeck',0,1,1161450457,0,0,'',0),(1792,'','... also I know a guy that got a master's degree in Latin, because he enjoyed all the rich literature and whatnot... Latin is one of those leisure degrees that has no real world use except if u want to teach. He ended up without work, and is now going back to school for pharmacy because he actually wants a job now... don't get confused, u can get a Ph.D in "Leisure" but it wont get you a job. We need hardcore cutting edge technology training. Not gen-ed bullshit.',16,1161450785,129,'35.thomas-hornbeck',0,1,1161450785,0,0,'',0),(1793,'','Plus Matthew Lillards character was friggin' hilarious.',16,1161451112,581,'48.ppallen',0,1,1161451112,0,0,'',0),(1794,'','A college degree is simply a pedigree of one's work ethic. In the end, a person is responsible for gaining real knowledge for himself. No TA, professor, class, or college can create this knowlege for them, no matter how much money is put into it. Be autoditactic, or be intellectually shackled.\r\n\r\n [i]Metet, is qui serit.[/i] \r\nL. Trans. "He who sows, will reap."',16,1161466147,129,'45.Seth',0,1,1161466147,0,1161486348,'',0),(1796,'Cluster of 16 machines for us to use?','So Professor Baker(Math) has told me that there's a cluster of 16 Linux boxes in Van Allen that apparently CS Undergrads are given priority control over. It sounds like there's currently 1 grad student using them now. I don't know all of the details, nor have I actually seen the machines, but I asked Baker if he would come and tell us about them at one of our meetings - he liked the idea and wants to know when we have time for a small presentation.\r\nWish I had more details, but please offer your thoughts if you would.',7,1161491750,0,'45.Seth',46,1,1169608117,0,0,'5.JT',6),(1797,'','....a college degree is not a pedigree of one's work ethic... a college degree is a socioeconomic barrier to middle class paying jobs... it requires a lot of financial resources to complete and makes it extremely hard if not impossible for minorities and people from the lower class to complete. A person's ability to finish a 4-year degree is largely dependent on their financial resources. People that are forced to work while in school to pay for the cost of education are at a huge disadvantage to the rich kids that don't have any responsibilities except to study. \r\n\r\nI came from a very poor family, whose gross income was probably around 16,000/yr. i grew up on welfare and in probably the most extreme form of poverty that exists in the United States. Trust me it wasn't fun, nor was it anything like you see in movies. As I got further along in my education I realized that fewer and fewer of my peers came from similar backgrounds as mine (and by this i mean lower class/minorities). By the time your at a university your surrounded by kids that are all upper-middle class, and predominantly caucasian... \r\n\r\nMy point being, if the college system isn't an adequate measure of our abilities and of our intelligence...and if it indeed doesn't provide real vocational training....then its almost as if we are simply buying a membership to a club that allows us to apply for decent jobs, and those that cant afford the membership are shit out of luck....if this is truely the case, our education system (or lack of education) is probably the biggest advocate of racism/classism that exists today in our country.\r\n\r\n....i just thought i'd give you guys my perspective on the issue, sorry if i offended anyone. afterall diversity is about seeing everyone's perspective... and at UI were "supposed" to Celebrate Diversity.... !lol ',16,1161498961,129,'35.thomas-hornbeck',0,1,1161498961,0,0,'',0),(1804,'','The cure for the foreign language requirement is Engineering.',16,1161549350,129,'45.Seth',0,1,1161549350,0,1161550468,'',0),(1798,'','ill be bringing in my laptop to either finish setting up red hat or put something different on it - help would be great :p\r\nesp. since i can get any distro of linux to get my laptop speakers to work : /',10,1161534482,486,'36.Eric',0,1,1161534482,0,0,'',0),(1870,'','Alright, Jed already knows, but I can do anything you guys need me to do, by reserving stuff or talking to anyone, I'd love to help out. Also, I know LAN parties in the past have been open to non-members also, so that's something you would have to keep in mind. If we do that, we may want to have it somewhere on campus so it seems more accessible to everyone, we could even charge non-members $3 or just have them pay $5 to join or something,etc, it doesn't matter. In terms of the type of LAN party, I think a PC one sounds great, but for starters a console one might be easier and can give you guys a better idea of how to plan and set one up.\r\n\r\nFrom here I suggest you maybe find a few people willing to be in a planning committee and work out the details. Don't worry about setting a time, find a Friday/Saturday in the future, set a date, and people will come, no problem. Remember, the ACM has a budget and some money is reserved for the Events committee, so we can use that for food or other little expenses.',10,1161749893,1418,'5.JT',0,1,1161749893,0,0,'',0),(1799,'','I'd be happy to help as well...I could bring a Fedora box. How do people feel about a Saturday/Sunday afternoon?',10,1161540853,486,'45.Seth',0,1,1161540853,0,0,'',0),(1800,'','How about we create a forum for questions from new CS students? If we could give them encouragement, that would be great. But perhaps our critque of the courses might be a little more limited since the forum would be open to the world...\r\n\r\nBack to the point at hand: the idea we're talking about sounds great - I'd be happy to help but I know that some of us have lecture(22c:118) at 2:30 on thursday.\r\n\r\nCarol kicks ass.',10,1161541382,97,'45.Seth',0,1,1161541382,0,0,'',0),(1801,'','It's alive again :)\r\nPretty nifty. A well organized pleasnt to read site covering the history and nature of Jave',14,1161541786,142,'45.Seth',0,1,1161541786,0,0,'',0),(1802,'','I like "soose', but I hear so many people call it "susie"...for some reason it kinda bugs me. I mean, there's no frickin "i" between the final "S" and "E"! Suse! I suppose you could say "sooze", similar to "muse". But how do we know that an operating system that sounds like booze isn't gonna trip and fall?',14,1161542233,726,'45.Seth',0,1,1161542233,0,0,'',0),(1803,'','Well, a college degree can mean different things to different people; but I'll have to respectfully disagree that it's not a pedigree of one's work ethic. While the absense of a degree does not denote an absence of work ethic, the presence of a degree means at least a slight presense of work ethic. \r\n\r\nHowever, two degrees of the same type carry the same weight. The person who faces the greater struggle and more numerous obsticals gets the same degree as the ultra-privledged kid who never had to work a day in his life. Your frustration is warranted.\r\n\r\nThe thing to remember is that the struggles that we all face, we don't face in vain. The person who has to work harder to reach the same point as someone who worked a quarter as much, is travelling with greater momentum. What is the coddled one going to do when he runs into adversity? Possibly fail? Fall downwards, and backwards? Who knows exactly what he'd do, but he won't handle it the same way as someone who has a developed work ethic and problem solving abilities; It doesn't matter if these successes are recognized by a certification or not.\r\n\r\nIn the end, success in life is not measured by degrees at a college or university.',16,1161548553,129,'45.Seth',0,1,1161548553,0,0,'',0),(1806,'','I have to say that for the most part GE sucks and it could be done better but At the conference we went to this weekend one of the speakers specifically didn't pick a topic and just started just talking about anything we wanted. One of his major points is that in our field we NEED to be good writers (because that's where communication exists in business) and not just that but good Citizens not juist programmers.\r\n\r\nOne of his many statements was about how there are tons of political issues that surround technology that for the most part you need a degree in comp sci(or something similar) to understand thoroughly\r\n\r\nkey escrow\r\nand \r\nNet nuetrality and the Like\r\n\r\nso we need to be involved in politics\r\n\r\nTechnology (proven by solow residual)\r\nis what drives growth of the economy\r\n\r\nIt might help if we knew the political process or new what the constitution means, or even why its important to Vote other than because your parents tell you to.\r\n\r\nmaybe even a bit of philosophy to be able to debate implications of weather or not the implications of a site like myspace is good for humanity(ethics)\r\n\r\nor perhaps humanities to realize that there are other people out there other than the ones modeled in computers\r\n\r\n\r\nand if you would give me almost any topic of study and i could relate it to CS so its valueable to know to at least educate others\r\n\r\n\r\n',16,1161551006,129,'2.scott',0,1,1161551006,0,0,'',0),(1805,'','any takers?',25,1161549784,1656,'9.Nick',0,1,1161549784,0,0,'',0),(1807,'','yo dude I think that if you don't wanna be in college you should just drop out and read google if that's what you want to do then do it get a Job\r\n\r\nyou know its possible I was working sometimes up to 60 hours a week last year to pay for college but i did it with no loans;\r\n\r\nperhaps its because i have some work ethic or i was looking ahead;\r\nMy family isn't poor but i still did it and it was tough but hey we all live with the our decisions and our path we choose and that's all there is to it if you don't like the path your on choose another\r\n\r\nand as for research profs who do mostly reasearch or who are here because of there research abilities are the best teachers i have had Like sriram and Herman and Oguz Durumeric and doug jones\r\n\r\ngo take an MIS where the profs are not researchers at all but profs then ask them a question that you don't understand you'll be lucky if you get an answer that isn't word for word from the book',16,1161551493,129,'2.scott',0,1,1161551493,0,0,'',0),(1808,'','you could pronounce it the Japanese way. \r\nSu pronounced like in susan or superman.\r\nse pronounced like sayf',14,1161607213,726,'29.Thnikkaman',0,1,1161607213,0,0,'',0),(1812,'',':) No thanks. I can buy 19" CRT's for $25 a piece from work. I have no use for any more of them...',25,1161619635,1656,'9.Nick',0,1,1161619635,0,0,'',0),(1809,'','TH, I respect that you have overcome diversity to come to the place that you are now. I am sure that I did not face the same type of adversity as you, but let me give you a bit of a backround on myself. \r\n\r\nMy lower middle class parents got divorced when I was 15 due to my fathers gambling addiction. My mom started dating looser after looser, and began her spiral into drug addiciton. Through high school, I held down a 40 hour a week job, and managed to gradiuate with honors. I then went to a school similar to ITT where I got an associates degree in Computer Electronics. That was 13,000 in debt that I went into so that I could have a useless degree that said I could work on electronics. This was about the same time that electronic components all went to surface mount. This school taught me no critical thinking skills, nor did I get any diversity. When I finished with this degree, I worked for an amusement company repairing arcade games. It was a suck job. After that I worked help desk for Micron and Dell, a job in vegas that only payed half as much as a couple of guys I knew that were doing vallet parking for Mandelay Bay. Yada yada yada, I wised up and got my BS in Computer Science. As an older student, I worked my ass off in my classes, and did as much as I could to play with the minds of all of the sheltered frat boys and "Chicagoland" girls. Now I am working on my Masters Degree. And the screwed up thing is that I won't be on the same level as someone comming from foriegn soil with a BS until I have my masters in Computer Science. \r\n\r\nUnfortunately the undergraduate degrees offered in a public college system seem sub par due to the quality of general public education offered to students in the United States. No money is not the answer. High Schools offer an education ment to prepare a factory worker to find a job in the 1950s. \r\n\r\nAnyway, I think I am a little off topic. I guess what I am trying to say is make this bachelors degree what you want it to be. Find a way to make it work for you or else you are really waisting quite a bit of money trying to get this degree.',16,1161613032,129,'29.Thnikkaman',0,1,1161613032,0,0,'',0),(1831,'','[quote1161654338=Nick]\r\nI'm going to have Olivera next semester for Algorithms and I'm not looking forward to it. Will I learn anything?\r\n[/quote1161654338]\r\n\r\nIf her Algorithms class is anything like her Discrete class, you won't learn anything but you won't have any trouble passing. At the moment, I still prefer Olivera to Zhang just because I can understand Olivera when I go to her office hours. I went to Zhang's office hours once, and left just as confused as when I came in.\r\n\r\nBut, like you guys have already said, Zhang knows what he's talking about, it's just hard to understand him. You have to wonder about Olivera though. She obviously gets it at some level, but it certaintly doesn't seem as in-depth.',16,1161654682,1132,'44.jabdulma',0,1,1161654682,0,0,'',0),(1810,'','I will trade you a couple of 19" CRT monitors for one of them.',25,1161613089,1656,'29.Thnikkaman',0,1,1161613089,0,0,'',0),(1813,'','I have two sitting in the basement of the place I am moving out of, I would rather not take them with me.',25,1161621845,1656,'29.Thnikkaman',0,1,1161621845,0,0,'',0),(1811,'','its just another reason to use ubuntu :p At least there is less stipulation on the name.... ',14,1161618395,726,'30.jstad',0,1,1161618395,0,0,'',0),(2022,'','[quote1163531562=Eric]\r\nits like all things in life - at some point it stops being about functionality and starts being about flash - why work harder to buy a shiny new car when you can spend significantly less effort to buy a regular car… they both get you from point A to B… its just a matter of style – for some people i guess a gold chord is their shiny new car…\r\n[/quote1163531562]\r\n\r\nWell it is and it isn't. It is, because you have to have monetary means to take the extra time in college which is also what you need to have a new car. Many people do not EARN their money, so in this respect alone the gold rope doesn't mean much more than a new car.\r\nHowever, graduating with honors really isn't like a new car at all because you still have to earn the pedigree for yourself. No taxpayer, family member, or ill means can purchase it for you. You have to earn it and it's representative of that fact, while some possess nice cars and never worked a day in their life.\r\nBasically what it comes down to is employment. An employer will be able to infer more from the pedigrees you've earned than from the car you drive.\r\n\r\nRelating the two again, on the other hand, the absence of a gold rope, as with the absence of a nice new luxury car, does not in any means indicate a lack of work ethic. A person has to decide the best course for themselves: we only have so much time, and we need to set our own priorities. ',7,1163531783,818,'45.Seth',0,1,1163531783,0,1163532318,'',0),(1814,'','[quote1161628835=jstad]\r\nits just another reason to use ubuntu :p At least there is less stipulation on the name.... \r\n[/quote1161628835]\r\n\r\nHoly cow, he lives!\r\n\r\nAnyway, I like Suse, but I 'spose Ubuntu isn't too bad either :)',14,1161628868,726,'5.JT',0,1,1161628868,0,0,'',0),(1815,'','Different Strokes for Different folks. \r\n\r\nHow is Suse different from RedHat/Fedora?',14,1161630395,726,'29.Thnikkaman',0,1,1161630395,0,0,'',0),(1817,'','[quote1161637156=Thnikkaman]\r\nThats awesome.\r\n[/quote1161637156]\r\n\r\nNice avatar man. Where you find it? It is an official Denver thing, or fan art?',15,1161637184,415,'5.JT',0,1,1161637184,0,1161637199,'',0),(1816,'','[quote1161636841=Thnikkaman]\r\nDifferent Strokes for Different folks. \r\n\r\nHow is Suse different from RedHat/Fedora?\r\n[/quote1161636841]\r\n\r\nLet me premise this by saying I am not a linux guru, I want to be one, but right now I have invested time elsewhere and haven't become one :)\r\n\r\nWith that said, here is a [link=http://polishlinux.org/choose/comparison/?distro1=SUSE&distro2=Fedora]really nice comparison [/link]for Fedora and Suse. Suse just seemed slick and I (think) I like how yast works and it just seemed to have lots of features. Many may be unnecessary, but they are at least there. When I get a laptop I am going to put Suse 10.1 (or whatever is newest by then) on it and then I can learn more and tell you more.\r\n\r\n',14,1161637015,726,'5.JT',0,1,1161637015,0,0,'',0),(1818,'','I know alot of people like the wireless configuration in Suse. Paying for an OS very often makes people feel more confident in their choice of OS as well (No offense intended, I'm sure there's plenty of other boones of Suse). I'm certainly no expert in Linux and it's flavors, but I've had excellent luck with Fedora, which I've used almost exclusively and completely without regret for this past year. There's excellent support in the fedoraforums.org, and it has an excellent package manager called "yum" which has worked seemingly without flaw for me. There's good driver support, and good people working on the repositories. Furthermore, it's as free as can be. Sorry for the opinionated words like "good" and "excellent", all I mean is that Fedora hasn't failed me in any of these areas.',14,1161642847,726,'45.Seth',0,1,1161642847,0,0,'',0),(1819,'','[quote1161642976=Seth]\r\nI know alot of people like the wireless configuration in Suse. Paying for an OS very often makes people feel more confident in their choice of OS as well (No offense intended, I'm sure there's plenty of other boones of Suse). I'm certainly no expert in Linux and it's flavors, but I've had excellent luck with Fedora, which I've used almost exclusively and completely without regret for this past year. There's excellent support in the fedoraforums.org, and it has an excellent package manager called "yum" which has worked seemingly without flaw for me. There's good driver support, and good people working on the repositories. Furthermore, it's as free as can be. Sorry for the opinionated words like "good" and "excellent", all I mean is that Fedora hasn't failed me in any of these areas.\r\n[/quote1161642976]\r\n\r\n\r\nUmmm, you don't have to pay for [link=http://en.opensuse.org/Welcome_to_openSUSE.org]Suse[/link].',14,1161642926,726,'5.JT',0,1,1161642926,0,1161642988,'',0),(1820,'','Xine has worked pretty well for me, VLC for everything else.\r\n\r\n...I wish Macromedia would get on the ball and make a 64-bit linux version of their flashplayer',14,1161643485,1665,'45.Seth',0,1,1161643485,0,0,'',0),(1821,'Firefox 2 Review','[link=http://mozillalinks.org/wp/2006/10/firefox-2-review/]Link.[/link]\r\n\r\nI'll check this out and let you guys know what I think in a few days to see how it compares to what this guy has to say.',14,1161643538,0,'5.JT',942,1,1165421202,0,0,'66.mmHg',11),(1822,'','I have had the beta installed for a while (the site link is down)\r\n\r\nbut I like that it has a spell checker in it\r\n\r\nother than that i think its alot of the same\r\n\r\npersonally after looking at all the "new features", it makes me wonder why i would want to upgrade i never use any of the things they show as new things.\r\n\r\ni just like fast text to come flying at my head in a generally uniform way across multiple platforms',14,1161643898,1821,'2.scott',0,1,1161643898,0,1161644081,'',0),(1915,'','I think if he will do it for free then yes. Otherwise I don't know if it would pay off. Shouldn't he want to do this for free if his son is considering going here?',10,1161877647,482,'9.Nick',0,1,1161877647,0,0,'',0),(1823,'','Suse does have an enterprise edition like red hat that requires payment\r\nhttp://www.novell.com/linux/',14,1161644214,726,'2.scott',0,1,1161644214,0,1161644277,'',0),(1824,'','[quote1161644602=scott]\r\nSuse does have an enterprise edition like red hat that requires payment\r\nhttp://www.novell.com/linux/\r\n[/quote1161644602]\r\n\r\nYeah, I knew that, but you still don't have to pay for Suse, openSuse seems pretty nice.',14,1161644636,726,'5.JT',0,1,1161644636,0,0,'',0),(1825,'','Seth -- I have been tooling around with linux for about 5 years now which two of those were only casual experiances, and the other 3 managing and maintaining boxes. My primary experiance has been with gentoo and debian. I absolutely love gentoo, but then again, I am a glutten for punishment. Is the wireless app you are talking about called Network_Manager?\r\n\r\nOh, and when things settle down, I am going to write another wireless for linux tutorial. I have my laptop now connecting seemlessly with all of the APs I normally associate with. And without having to enter any commands or anything like that. But that is for a different thread.',14,1161645200,726,'29.Thnikkaman',0,1,1161645200,0,0,'',0),(1830,'','Hehe, anyone up for starting a thread on public education? Too controversial?\r\n\r\nOn second thought, I might get myself in trouble...so let's not',16,1161651573,129,'45.Seth',0,1,1161651573,0,1161651911,'',0),(1826,'','I believe that you will have it with flash 9....or so they say.',14,1161645290,1665,'29.Thnikkaman',0,1,1161645290,0,0,'',0),(2331,'','Update: I've installed Amarok on my Debian laptop and my Fedora desktop and it works perfectly on both. I would recommend it to anyone who will like a customizable and full featured media player on Linux. No more XMMS for this fellow. For video I use VLC and Xine with w32codec pack installed.',14,1169151530,1665,'9.Nick',0,1,1169151530,0,0,'',0),(1827,'','It is fan art from a live journal. The guy that does it is in a webcomic challenge called "The Daily Grind Iron Man Challenge". Most of the competitors are crap, but there are a few remaining that are good. Anyway, the guy is a huge Steelers fan, and started doing a couple of NFL comics around the playoffs last year. I asked him if I could use a couple of his Broncos pictures, and he said sure. \r\n\r\nHere is his [link=http://darksidebluezz.livejournal.com/]live journal page[/link]. He has been doing a lot of NFL stuff lately.',15,1161645521,415,'29.Thnikkaman',0,1,1161645521,0,0,'',0),(1856,'','[link=http://www.ece.utexas.edu/~patt/Ten.commandments/]perhaps if Profs followed these rules it would be better[/link]\r\n\r\nHe was one of the speakers at the conference we went to.',16,1161731979,129,'2.scott',0,1,1161731979,0,1161733670,'',0),(1828,'','i totally agree with you... at my high schools calculus wasn't even an option, but now that I finished calc I and calc II and aced both with little or no effort i dont see why its not taught to us in 8th or 9th grade... are school system is lacking, and even at the undergraduate level its lacking... most of our classes we bring little or nothing away from even if we master the subject and ace the class... its not a matter of becoming well rounding its a matter of wasting our time and money and not getting anything for it. most of my gen-ed classes were exActly like high school gen-eds, mostly busy work.',16,1161645984,129,'35.thomas-hornbeck',0,1,1161645984,0,0,'',0),(1829,'','Well I unfortunately tried using an emacs "cut" shortcut, and it killed my tab containing my reply...probably for the better it was probably getting too long. So I'll summarize:\r\n\r\nExcellent idea on the wireless tutorial, that is something that people need and would help keep new linux users using linux. Mad props.\r\n\r\nNext, unfortunately I have never owned a wireless card so have not been able to experiment under linux. However, here are some useful links(in theory, not practice, obviously):\r\nHelp setting up wireless drivers in suse can be found here: http://nextgen.no-ip.org/~andrew/linux/ndiswrapper/ndiswrapperinfo.php\r\nA discussion of the NetworkManager in fedora can be found here:\r\nhttp://fedoraproject.org/wiki/Tools/NetworkManager?action=show&redirect=NetworkManager\r\nAnd apparently using system-config-network(GUI) will offer wireless configuration options in Fedora if you edit the device properties of your wireless card. \r\nSorry, I can't be of much help on the wireless, but here's some useful links for Fedora, Suse, and Linux that my have some answers for you:\r\nfedoraproject.org\r\nwww.fedoraforum.org\r\nwww.linuxforums.org\r\nwww.suseforums.net\r\n\r\nHope this helps',14,1161651317,726,'45.Seth',0,1,1161651317,0,0,'',0),(1832,'','It seems the people at Mozilla forgot that they have publicly available FTP servers that thousands of people browse every day. The binary for Win32 is [link=ftp://releases.mozilla.org/pub/mozilla.org/firefox/releases/2.0/win32/en-US/Firefox%20Setup%202.0.exe]here[/link]. The linux-i686 build is available [link=ftp://releases.mozilla.org/pub/mozilla.org/firefox/releases/2.0/linux-i686/en-US/firefox-2.0.tar.gz]here[/link].\r\n',14,1161656250,1821,'9.Nick',0,1,1161656250,0,1161665706,'',0),(1833,'','Apparantly it's possible to port windows network drivers to linux. I havn't done this, nor experiment, nor read up on it too much. But you might want to look at ndiswrapper information for suse if you're interested:\r\nhttp://nextgen.no-ip.org/~andrew/linux/ndiswrapper/ndiswrapperinfo.php\r\n\r\nI guess this post is a little redundant',14,1161656799,538,'45.Seth',0,1,1161656799,0,1161657216,'',0),(1834,'','I believe both KDE and Gnome have their own networking applets. A friend of mine who is on this board that goes by the name of Joe since that is what his mother named him raves about Network-Manager, but I haven't played with it since its not in the portage tree. There are plenty of good linux forums that if you do the right ammount of digging, you will find help for your respective card.',14,1161659091,726,'29.Thnikkaman',0,1,1161659091,0,0,'',0),(1842,'','Hard boiled eggs should only be eaten develed.',14,1161697098,726,'29.Thnikkaman',0,1,1161697098,0,0,'',0),(1835,'','Seth, \r\n\r\nMath 150 and 155 will give you lots of practice with proofs, and teach you some interesting set theory that is actually applicable to Computer Science.',16,1161659198,1132,'29.Thnikkaman',0,1,1161659198,0,0,'',0),(1836,'','well im done with my gen-eds so i can bash them all i want!!! mwahahhaha....',16,1161661317,129,'35.thomas-hornbeck',0,1,1161661317,0,0,'',0),(1857,'','that would require umm... BALLS! a large pair',16,1161732016,1132,'2.scott',0,1,1161732016,0,0,'',0),(1837,'','yea we all know about ndiswrapper.... but i still cant get that thing to work... i have a 25 ft cable running across my living room floor because its a quick fix until i have time to mess with ndiswrapper... or until we have our acm linux day... ',14,1161661586,538,'35.thomas-hornbeck',0,1,1161661586,0,0,'',0),(1841,'','i would just like to say that i think hard-boiled eggs should be eaten Little-end first!!',14,1161677168,726,'2.scott',0,1,1161677168,0,0,'',0),(1838,'','I always thought she just seemed really distracted all the time Like maybe if you gave her a heads up that she is teaching class at some point and got her to prepare thoroughly she would be ok.\r\n\r\nI always thought she knew her stuff but seemed very disorganized and her lectures reminded me of my Highschool HW - it was thrown togethor 5 minutes before class started.\r\n',16,1161676959,1132,'2.scott',0,1,1161676959,0,0,'',0),(1839,'new statistics','Google scans 427 pages on ur site every day\r\n\r\nTop search query clicks,Average top position\r\nuniversity of iowa poll,1\r\nuniversity of iowa facebook,3\r\nmediacom internet problems,10\r\n\r\n',8,1161677007,0,'2.scott',29,0,1170408336,0,0,'3.Leat Hakkor',8),(1840,'','try mandriva i was always able to get wifi going in about 2 mins on that OS',14,1161677089,538,'2.scott',0,1,1161677089,0,0,'',0),(1847,'','Yes, we are blessed with a wonderful ISP here in IC.',8,1161702588,1839,'9.Nick',0,1,1161702588,0,0,'',0),(1843,'','Would you care to test your hypothesis?',16,1161697202,1132,'29.Thnikkaman',0,1,1161697202,0,0,'',0),(1844,'','LOL, Mediacom Internet Problems.',8,1161698880,1839,'5.JT',0,1,1161698880,0,0,'',0),(1845,'','how so ?\r\n\r\nI'm willing if you can think of a way;\r\n\r\nI said that it seemed that way because she is my advisor and whenever i schedule an appointment for anything she usually has her 'A' game but if i just show up shes a bit 'aloof'\r\n',16,1161701730,1132,'2.scott',0,1,1161701730,0,0,'',0),(1846,'','no big endians??',14,1161701813,726,'2.scott',0,1,1161701813,0,0,'',0),(1848,'','No big/little endian jokes please. There was a guy in my Comp org class that tried to associate everything with endianess untill he dropped the class, so now I cringe every time the term is mentioned.',14,1161702861,726,'29.Thnikkaman',0,1,1161702861,0,0,'',0),(1852,'','[quote1161710370=Thnikkaman]\r\nYou can go with Qwest. At my new place up in Marion, I am getting 7M/1M dsl. When I ran a speed test, I got roughly 6.3M/0.7M speeds. They say that MSN is your isp, but that is just all bullshite. Once you have the dsl modem set up, you are good to go.\r\n[/quote1161710370]\r\n\r\nYes, I am going to call Qwest tonight, I actually tested it last week and it said I could get internet from them, woohoo! No more Mediacom problems. I just wish I could call after 7 pm sometimes.',8,1161710440,1839,'5.JT',0,1,1161710440,0,0,'',0),(1849,'','I don't know, maybe find a nice way to tell her this. But maybe wait until your last semester.',16,1161702934,1132,'29.Thnikkaman',0,1,1161702934,0,0,'',0),(1850,'','You can go with Qwest. At my new place up in Marion, I am getting 7M/1M dsl. When I ran a speed test, I got roughly 6.3M/0.7M speeds. They say that MSN is your isp, but that is just all bullshite. Once you have the dsl modem set up, you are good to go.',8,1161703049,1839,'29.Thnikkaman',0,1,1161703049,0,0,'',0),(1853,'','So is is coded so that the rating is applied based on the ratio of your posts to the total number of posts? I notice that there's an AOL user with 4 posts, but also that ppallen is still an ME user when I'm pretty sure I had become an AOL user with the same number of posts(10-12).',16,1161716562,477,'45.Seth',0,1,1161716562,0,0,'',0),(1851,'','Suse was my distro of choice from 7.0 - 10.0. I've since switched to Foresight (A beginning distro that has some cool features). I would personally recommend SuSe if you want to try out linux. It is actually a little easier to pick up IMHO.',14,1161706510,726,'48.ppallen',0,1,1161706510,0,0,'',0),(1854,'','Like any other forum, it's not just posts, it's points. I don't know the formula but I'm sure it has to do with posts, threads, having popular threads, etc. If you get stuff deleted it subtracts from your points.',16,1161723043,477,'5.JT',0,1,1161723043,0,0,'',0),(1855,'','My avatar's better.',15,1161728581,415,'14.Jed',0,1,1161728581,0,0,'',0),(1858,'','e107 is open source so just bust open the php and look it up i would but e107 is ~= 400,000 (or some other large number) lines and im lazy',16,1161732130,477,'2.scott',0,1,1161732130,0,0,'',0),(1859,'','[quote1161733750=scott]\r\n[link=http://www.ece.utexas.edu/~patt/Ten.commandments/]perhaps if Profs followed these rules it would be better[/link]\r\n\r\nHe was one of the speakers at the conference we went to.\r\n[/quote1161733750]\r\n\r\nThat guy was great and those rules were amazing.',16,1161733758,129,'5.JT',0,1,1161733758,0,1161734399,'',0),(1860,'','Your avatar is of an overrated quarterback on a college football team that lost most of a great offensive line this year. That and its huge. ',15,1161739842,415,'29.Thnikkaman',0,1,1161739842,0,0,'',0),(2091,'','I believe its back up',8,1164285504,2089,'2.scott',0,1,1164285504,0,0,'',0),(1861,'','I am still amazed at how he really 'inspired me' kinda strange for a cs conference from a dude that looks like a bum but eh..',16,1161745548,129,'2.scott',0,1,1161745548,0,0,'',0),(1862,'Overview MEGATHREAD of the 2006 UIUC ACM Reflections | Projections Conference','As most of you know, we went to the the University of Illinois over the last weekend for their annual conference they hold. Following is a long review of my experiences and I hope others can add to it. I hope you guys find it interesting and learn from it.\r\n\r\n[center] [u]Friday[/u] [/center]\r\n-I learned Scott loves power and will use whatever means possible to make sure he doesn't lose it. He will flaunt it....for a 4.5 hour car ride.\r\n\r\n[u][b]Job Fair[/b][/u]\r\n\r\nThe fair had lots of companies, probably about 20. Of those twenty I talked to nVidia, Microsoft, GE, Lockheed Martin, and Sourcegear. There were a few other good companies, but I didn't really feel like talking to them too much. I wasn't looking for a job, I was just trying to get a feel for each of the companies and what their employees say it is like working there. Impressions from my conversations follow.\r\n\r\n[list][b]nVidia:[/b] Undoubtedly, nVidia does some cool stuff with their GPUs, chipsets, etc. However, the guy I talked to did not give a cool view of the company, mainly because he was a tool. See coming to the event we were told to submit our resume electronically and all the employers would get a copy for their resume book. I suppose I could have brought resumes too, but none of us felt like it. Anyway this guy was kinda shocked that we didn't have our resumes and almost seemed like he didn't know what to do when he found that out. We explained to him we just wanted to get a feel for companies, etc and wanted to learn more about nVidia. He told us about the company, albeit in a I-want-to-talk-to-internship-kids-you-guys-are-boring-attitude.\r\n\r\nBasically I learned nVidia is like any other corporation in terms of set up and atmosphere and you will do a lot of C/C++ programming. You'd also probably end up working somewhere on the West Coast. I left our talk with him not very excited about working there.\r\n\r\n[link=http://www.nvidia.com/university]nVidia[/link]\r\n\r\n*[b]Microsoft:[/b] These guys were the last ones I talked to, so I was kinda tired of doing it and I don't think I got as much out of it. The guy we talked to was pretty cool, although any chance of pronouncing his name was lost as soon as I looked at it, it was worse than any professor or TA's I have ever seen. Scott and I asked him a few questions about Vista, his job, MS Research, and some other things and he happily answered and seemed a pretty cool guy overall. I think he liked his job, mentioned that Windows is gigantic and MS has 50,000 people working for them (that number is from memory, so don't quote me. Actually this is all from memory, I'm a freaking elephant). Overall, it's Microsoft, everything you can want to know is already out there, what can I add?\r\n\r\n[link=http://www.microsoft.com/college]Microsoft[/link]\r\n\r\n*[b]General Electric:[/b] Turns out GE is the largest corporation in the entire world. Unfreakingbelievable. I don't even wanna guess their number of employees. Anyway, apparently they do hospital software, like all of it. GE is so big that their software supports the entire hospital: From medical records to the X-ray machines, GE is behind it. Anyway, the idea is kinda cool, to have all this software running a hospital. The problem is when you get a job like the lady we talked to had. See, GE bought a company that did hospital software...in VB6. So her job is to sort through hundreds of thousands of lines of VB and find the errors that nobody else could fix and then report them to the guys that fix it. GE is working on completely rewriting all their apps in Java and .NET, but man that's gonna be a pain. Overall, I dunno GE's huge, but I don't want her job, there has to be one she can transfer to.\r\n\r\n[link=http://www.gecareers.com/specialreferral]GE[/link]\r\n\r\n*[b]Lockheed Martin:[/b] I joined the conversation late with these guys, butting in on Scott and Eric's conversation, but I was still there for a little while. Basically, from what I picked up, it would be like working at Rockwell Collins, which wouldn't be a bad thing. However this guy said he put in a 55-60 hour work week 3 times a year. That doesn't excite me. Lockheed is also out on the Eastern Seaboard. Enjoy. They told Scott not to wear cargo pants to work and yeah. They do cool stuff. If you wonder what they sound like, think Rockwell, that's all I have to say.\r\n\r\n[link=http://www.lockheedmartin.com/careers]Lockheed Martin[/link]\r\n\r\n*[b]Sourcegear:[/b] These guys are a small company of 30 located right there in Champaign, IL. Actually seemed like it would be an alright place to work. They do mainly .NET programming, but are starting to dabble in some java. The main thing they are working on is a CVS system for Visual Studio to replace the crappy MS one. They are starting work on one for Eclipse. Anyway, of the 5 places, I think I would like this place best, especially since it is in a college town, and they have free lunch Wednesdays!\r\n\r\n[link=http://www.sourcegear.com]Sourcegear[/link]\r\n[/list] \r\n\r\n[u][b]The Speakers[/b][/u]\r\n\r\n\r\n[list][b]Joel Spolsky[/b] -- [i]Great Software[/i]\r\n [img]http://common.ziffdavisinternet.com/util_get_image/9/0,1425,i=90174,00.jpg[/img] \r\nThe first speaker was well known CEO of Fog Creek software and blog writer Joel Spolsky (check out JoelOnSoftware, his blog). He's a globally-recognized expert on the software development process and all that stuff. Anyway he talked about how when making a product, fashion, not function, sells. He used examples like comparing Brad Pitt and some b-list actor and comparing the iPod to one of Creative's players. The lesser known item probably was better, but product A sold because it was prettier and/or simpler. It was kinda disappointing this is all he talked about, although he was funny and what he said is very true. In fact, I heard the same sentiment several other times throughout the weekend.\r\n\r\n*[b]Lillian Lee[/b] -- [i]Sense and Sensibility: Automatically Analyzing Subject and Sentiment in Human-Authored Texts[/i]\r\nThe second speaker is a professor at Cornell University and her talk was about using computers to analyze written text. Toward the end it started getting boring as she compared two different methods of doing this but I'll go over some of the cool stuff.\r\n\r\nWhen analyzing text we can categorize it many ways, whether that be topic, source, relevance, or sentiment polarity. If you have a matrix in which the rows consist of numbers showing how many times a word shows up in text and the columns are different texts, you can look at vectors and find which texts share certain words and figure out what they are about or if they are similar. However this only works in the simplest of cases and synonyms can throw it off. There are other, better ways to do this, but that was the boring stuff. So I'll leave you with a fun problem to think about. How do you determine what someone thinks about a movie review: positive, negative, or neutral? It's not as easy as you think take these three statements, all three have the phrase "A great deal" in them, all three are different.\r\n\r\n- "Buying this movie was a great deal"\r\n- "There was a great deal of grass in this movie"\r\n- "This movie was a great deal less exciting than advertised"\r\n\r\nHow do you tell the difference?\r\n[link=http://www.cs.cornell.edu/home/llee/talks/irr.pdf]Link to the slides she used.[/link] [link=http://www.cs.cornell.edu/home/llee/talks/irr-data-controlled.pdf]This too.[/link]\r\n\r\nI'll be doing text mining stuff for my new research job, so [link=http://www-csli.stanford.edu/~schuetze/information-retrieval-book.html]here is a book[/link] she recommended to me.\r\n\r\n*[b]Kudo Tsunoda[/b] -- [i]Kudo School of Game Design[/i]\r\n[img]http://gdcfocuson.com/gameadsummit/img/Kudo-Tsunoda.gif[/img]\r\nKudo is the GM of EA Chicago, which means he is in charge of EA Chicago and one of only 12 GMs EA has. He's been in charge of the Fight Night and Def Jam games. His talk was basically about all the things you could do in the game industry, and he was real funny and cool. He talked a million miles an hour, sipping Red Bull the whole time and gave away free video games to anyone who asked a question. He also had one of his subordinates sit at the computer and would advance a slide whenever Kudo said "click." It was awesome and he would be a fun boss.\r\n\r\nAnyway here's a few things we learned about the video game industry:\r\n-You have to know somebody to be able to get into it, it's just one of those things.\r\n-Most jobs generally start around $40k but you can advance yourself up to a position of $200k a year.\r\n-There are two kinds of programmers: Those with super specific skills and those with broad skillsets. Those with broad skills may make slightly less money, but have a way better chance of getting and keeping a job. The specialized people might make a tad bit more, but can be laid off easier and can find it harder to get a job due to their specialization.\r\n-You work long hours and may sleep at work.\r\n-He loves it.\r\n-It's not for everyone.\r\n-They got the bone crunching sound in Fight Night by holding a microphone near a cow carcass while a producer pounded it with is fists.\r\n-I have his email if you would like to ask him any questions.\r\n\r\nThis guy was hilarious, so here are some more pics of him:\r\n[img]http://www.gamecritics.com/feature/interview/tsunoda/image01.jpg[/img]\r\n[img]http://static.4players.de/premium/ContentImage/51/25/12070-bild.jpg[/img]\r\nHe used this one in the presentation, showing what life in the industry was like:\r\n[img]http://www.gamevortex.com/teamps2/ge_kudo6.jpg[/img]\r\n\r\n[/list]',24,1161746983,0,'5.JT',92,1,1221057255,0,1161795486,'5.JT',11),(1863,'','[center][u]Saturday[/u][/center]\r\n[b][u]More Speakers[/b][/u]\r\n\r\n[list][b]Max Levchin[/b] -- [i]Millionaire Before Graduation: Entrepreneurship in the Post-Post-Bubble Internet[/i]\r\n[img]http://www.siliconbeat.com/entries/max%20levchin2.jpg [/img]\r\nWell, Max is the co-founder and former CTO of Paypal and the current CEO of Slide.com. He seems like a smart guy and could have good advice, but I probably give him a 'D' on the talk. It just wasn't as interesting as it should have been. He talked about Venture Capitalists for the most part and how to deal with them. Lots of economics stuff and how you fail a bunch when you start your own business. Maybe a one on one talk would be nice, but I feel like I could have read "Rich Dad, Poor Dad" or something instead.\r\n\r\n*[b]Jeffrey Altman[/b]\r\nJeffrey has BS and MS degrees in CS from SUNY Stony Brook, started on a PhD at Columbia and founded Secure Endpoints to "help provide development expertise and support to assist the deployment of certain open source applications with specific application to the Microsoft Windows operating systems." So, anyway, he's a guy who knows people, knows CS and open source, knows some business, and talked about his life. Semi-interesting guy, took pictures of people that took pictures of him...he talked about his life, I'm not going to type that up.\r\n\r\n*[b]Yale Patt[/b] -- [i]Stew[/i]\r\n[img]http://www.isc2004.org/gifs/speakers/patt.jpg[/img]\r\n[img]http://www.ece.utexas.edu/~patt/cyprus.gif [/img]\r\nThis is the guy Scott and I mentioned in the [link=http://acm.uiowa.edu/e107_plugins/forum/forum_viewtopic.php?129.25#post_1861]other thread.[/link] He seems like an amazing guy and the kind of professor all of us would want. His talk was completely audience driven and we talked about things that weren't even CS related. How writing is important and a little bit on Net Neutrality. Anyway, I can't sum up his talk, but visiting his website would be a good idea in my opinion. Probably the best speaker of the trip that I saw, with Kudo coming in second.\r\n\r\n[link=http://www.ece.utexas.edu/~patt/]Link to site[/link]\r\n\r\n*[b]Alex Stamos[/b] -- [i]Breaking Ajax Web Applications: Vulns 2.0 in Web 2.0[/i]\r\n[img]http://static.flickr.com/83/206240591_914808cf25.jpg[/img]\r\nAlex is a founding partner of iSEC Partners, LLC, a 'strategic digital security organization'. He talked about web security, specifically new flaws in Ajax. It was kinda interesting stuff, except I don't care about web programming :) I know Scott, Nick, and Eric enjoyed it quite a bit though, and maybe Ben too, I'm not sure. I could talk about the notes Nick took, but basically Nick and Scott are better at summarizing, so I will just post a link to his slides, they are pretty nice.\r\n\r\n[link=http://www.isecpartners.com/files/Attacking_AJAX_Applications-UIUC_ACM_2006.pdf ]LINK![/link]\r\n\r\n[/list]\r\n\r\nAnyway, that's all that went on before we went home. It was a great time and I felt like I learned a lot from the talks with employers and from the speakers. Not to mention I got to talk one-on-one with Illinois' ACM president and pick his brain about leading an organization, which was nice. The Illinois ACM has something like 400-500 members according to him, so I figured I had a little bit I could learn from him, I even took notes :) Anyway, it was fun and I hope more of you guys can tag along next time.\r\n[link=http://www.acm.uiuc.edu/conference/2006/]\r\nHere's the conferences 2006 site.[/link]',24,1161747001,1862,'5.JT',0,1,1161747001,0,1161795663,'',0),(1864,'','Never let Scott drive a car you will be riding in for more than 10 mins. Also, don't try to use the windows if he has the ability to lock them because they will not work. :)',24,1161748033,1862,'9.Nick',0,1,1161748033,0,0,'',0),(1865,'','So you get approx. 770 KB/s downstream and 85 KB/s upstream!!! Damn dude, I can get downstream speeds like that but my uploads are capped at 30 KB/s and you cannot uncap your modem in Iowa City b/c Mediacom makes it impossible to download the config file. How much do you pay per month for that service with taxes and everything?',8,1161748334,1839,'9.Nick',0,1,1161748334,0,1161748415,'',0),(1866,'','Let us know if you have any questions! Maybe one of you guys could comment on the open source guy?',24,1161748681,1862,'5.JT',0,1,1161748681,0,0,'',0),(1867,'','[quote1161749218=Nick]\r\nSo you get approx. 770 KB/s downstream and 85 KB/s upstream!!! Damn dude, I can get downstream speeds like that but my uploads are capped at 30 KB/s and you cannot uncap your modem in Iowa City b/c Mediacom makes it impossible to download the config file. How much do you pay per month for that service with taxes and everything?\r\n[/quote1161749218]\r\n\r\nMe or Noah? My Mediacom is $55 a month. When I switch to Qwest it will be $36 a month, although that could change based on the package.',8,1161749263,1839,'5.JT',0,1,1161749263,0,0,'',0),(1868,'','OK. Well, I'm gonna try to get this scheduled. On that Thursday I have 6 classes and if we were going to have it after 2:30, I could come for 45 minutes from 3:45-4:30. Otherwise I have no classes on Friday and my work schedule is completely defined by myself, so that's no problem. When are you guys available on those two days?',10,1161749479,97,'5.JT',0,1,1161749479,0,0,'',0),(1869,'','OK, so Paul, Noah, Seth, and I can work on planning this. I agree it would be a Saturday afternoon, I just want to get with you guys (on the virtual world if we can't meet in the real world) and figure out some more specific time, place, and supplies needed details. Yeah, and a Saturday was what I was thinking. So, what do you guys wanna do?',10,1161749629,486,'5.JT',0,1,1161749629,0,0,'',0),(1872,'','I could be at it either day. HMB will have ended so no rehearsal conflicts and I can get work off for it.',10,1161750136,97,'16.Chimaera',0,1,1161750136,0,0,'',0),(1873,'','Alright. I emailed my cinema major friend to see if he wants to help out. Christian, I know you have some notes on what we could do for the first RAM one, but could you refine that to more of a script-ish type thing. Josh (my friend) could do all the directing, producing, and refining of the script, we just need to supply something worthwhile so he doesn't have to do all the work. I'll let you know when he replies.',10,1161750550,859,'5.JT',0,1,1161750550,0,0,'',0),(1874,'','Well, I'll probably do my work project in Ruby on Rails, but as chance has it, I'm going to have to learn PHP and a Python web framework at the exact same time because of two of my classes. :) Sounds like fun.',14,1161750672,1652,'5.JT',0,1,1161750672,0,0,'',0),(1875,'','I emailed the lady, but she didn't reply. I'm going to call her tomorrow.',10,1161750721,1326,'5.JT',0,1,1161750721,0,0,'',0),(1876,'Starting Multiple Applications in a Batch File','Well, I've never written a batch file before this afternoon, even though they are very easy, I've never needed to. So, one would have never though that it would take me 45 minutes to get 5 lines to work huh? I figured something out that might be useful to you guys, so I'll go through my thought process here and tell you what does and doesn't work.\r\n\r\n[u][b]My goal[/b][/u]\r\nWhat I wanted to do was run a quick script after my computer started up that would open several programs at once without me having to open each individually. I could put these into Windows' startup but I didn't want to because I don't necessarily start these things up right away every time I log on and it would slow down start up anyway. So the 4 things I wanted to run when I clicked this batch file were: Firefox, Y! Messenger, MSN Messenger, and AIM. (Yes, I realize I could use GAIM or Trillian, just shut up, I have my reasons, I'm not an idiot).\r\n\r\n[u][b]Some Problems[/b][/u]\r\nThis seems super easy, right? Wrong. The following doesn't work in XP.\r\n[code]aim.exe\r\nyahoomessenger.exe\r\nfirefox.exe\r\nmsnmsgr.exe[/code]\r\n\r\nEven if I was in the correct directory. Why doesn't this work? Because when you run a batch file, it runs in the little DOS prompt box. Due to the nature of that box, once you start a program, it runs in the box until you close it, only then does it run the next program. Try it, you'll see.\r\n\r\nI tried putting the keyword START before each .exe. That didn't work either because START only works with DOS-based programs (I think, who really cares anyway). \r\n\r\nI tried creating 4 other batch files that were called by the main batch file using the keywork CALL before each. I ran into the same problem I did at the beginning, it wouldn't start the second program until the first was finished.\r\n\r\n[u][b]The Solution[/b][/u]\r\nWell, it turns out that in XP and 2000, you only do it if you call a .lnk file (more commonly known as a shortcut). So, what I did was make a shortcut of each application, toss them into a folder and then my batch file cd'd to that folder and called each shortcut. Voila! it worked. Hopefully that helped someone and maybe it would save you guys 45 minutes. Here's my code:\r\n[code]cd C:\Documents and Settings\JT\My Documents\batchlinks\r\nyim.lnk\r\nfirefox.lnk\r\naim.lnk\r\nmsnmsgr.lnk\r\n[/code] \r\n\r\nLet me know if I need to clarify anything.',20,1161751516,0,'5.JT',1941,1,1161752151,0,0,'5.JT',1),(1877,'','Check out the sticky for all of Scott's Tutorials.',20,1161752017,1677,'5.JT',0,1,1161752017,0,0,'',0),(1879,'','Check out the sticky for all of Scott's Tutorials, they are good.',20,1161752100,1674,'5.JT',0,1,1161752100,0,0,'',0),(1880,'','Check out the sticky for all of Scott's Tutorials. It's good for you.',20,1161752130,1673,'5.JT',0,1,1161752130,0,0,'',0),(1881,'','Bumping myself above the locks....',20,1161752151,1876,'5.JT',0,1,1161752151,0,0,'',0),(1882,'Events List (06-07)','Here's a list of the things we have done so far.\r\n\r\n[list]Q&A Session (August '06)\r\n*Speaker -- Bob Arens: Computer Ethics (October '06)\r\n*Bike Lab Tour (October '06)\r\n*Programming Competition Practice Rounds (October '06)\r\n*Attended UIUC Reflections|Projections Conference (October '06)\r\n*XBox Lan Party (x 4)\r\n*Finals' Week Dinner\r\n*Linux Setup Party\r\n*Finals' Week Picnic\r\n*PC LAN Party\r\n[/list]\r\n\r\nLet me know if I forgot anything.',26,1161753234,0,'5.JT',15,0,1161753234,0,1184592809,'5.JT',0),(1883,'','I don't remember how much we are paying. I think its about $60 or $70 a month for phone and internet. Its about as much as we were paying for phone and internet in Tiffin.',8,1161782489,1839,'29.Thnikkaman',0,1,1161782489,0,0,'',0),(1884,'','I will see how a Saturday will work for me. Saturdays are usually not good, but that will change next semester because I will no longer be driving out to the quad cities every weekend. If we are going to do a Saturday, maybe we should push for the Spring semester.',10,1161782648,486,'29.Thnikkaman',0,1,1161782648,0,0,'',0),(1887,'','Christian,\r\n\r\nMy friend emailed back and will meet me sometime for me to explain what we are going to do. I told him you would be the one running the show, but I'm just meeting him to give him an idea of what we are doing, etc. Do you think you could get me something to show to him by the weekend, an outline, story board, script? I'm not picky, but just so he can get an idea of what he is getting into and seeing what he will need, how much time it will take, etc.',10,1161790967,859,'5.JT',0,1,1161790967,0,0,'',0),(1885,'','Awesome\r\n',10,1161782783,1326,'29.Thnikkaman',0,1,1161782783,0,0,'',0),(1886,'','[quote1161783501=Thnikkaman]\r\nI will see how a Saturday will work for me. Saturdays are usually not good, but that will change next semester because I will no longer be driving out to the quad cities every weekend. If we are going to do a Saturday, maybe we should push for the Spring semester.\r\n[/quote1161783501]\r\n\r\nIf we wait until next semester, that could have the added benefit of giving us more time to get everything going and running smooth by getting the right equipment, a good room, and maybe some entertainment for those wanting a break from linux. Is there a time and place you guys want to meet, or do you want to do an IM conference?',10,1161783589,486,'5.JT',0,1,1161783589,0,0,'',0),(1888,'','I am open any thursday after 12:30 and I can skip my class on friday at 2:30 if needed.',10,1161791315,97,'10.Vegihan',0,1,1161791315,0,0,'',0),(1889,'','Sure I should be able to bang out a rough outline with details by this weekend. As we haven't meet as a group, it may be subject to change but I will get you my ideas for it.',10,1161791444,859,'10.Vegihan',0,1,1161791444,0,0,'',0),(1890,'Graduated Members','I made a new user class called 'Graduated Members' for those who were ACM members but have now graduated and moved on to the boring world. They can see all the forums normal members can, and hopefully they can provide wonderful insight. Right now our our graduated member is garru, he graduated from Texas and was part of the ACM there. Let me know if anyone else deserves this status.',8,1161795992,0,'5.JT',25,0,1164687459,0,0,'3.Leat Hakkor',6),(1891,'','I talked to TA in Electrical Engineering about the possibility of purchasing one of their used mindstorms kits in order to cut costs if we wanted to play with one, but here's the thing:\r\nApparantly the new versions of Mindstorms aren't open-source, and so they need to keep the one they have.\r\n\r\nIt also sounds like Nick(the ECE TA), may be willing to come and talk to us about Mindstorms and other programmable devices at one of our meetings if we ask him nicely. :)\r\n\r\nJT had the idea of trying to acquire a used mindstorms kit, so I went ahead and asked Nick when I saw him the next week...too bad though',11,1161802308,1124,'45.Seth',0,1,1161802308,0,0,'',0),(1900,'','[quote1161831882=ppallen]\r\nHere is my schedule:\r\n[list]\r\n*Until Nov. 3rd I work 2-10pm every weekday. Then I will be unemployed (Anyone know of anyone hiring newbie IT?)\r\n*I also will be busy during home football games.\r\n[/list]\r\nSo, aside from football games, Saturdays will be great. Plus my classes are done by about 12:30 this semester. So after the 3rd, I can help set up, plan or whatever in the afternoon.\r\n\r\nThe one thing I would like to ask is: What is the distro to be used? I personally use a distro called [link=http://www.foresightlinux.org]foresight linux[/link], but it is still in beta version and is under heavy development. I would personally pursue [link=http://www.opensuse.org]openSuSe[/link] because I've used it from version 7.0 to 10.0 and found that it has great hardware support, lots of features and is very user friendly (YAST).\r\n\r\n[link=http://www.ubuntulinux.org]Ubuntu[/link] is nice, but they changed the install method with dapper and I'm not quite sure I'm 100% happy with it. [link=http://fedora.redhat.com/]Fedora[/link] is good too, but it has major "geeky" moments as well.\r\n[/quote1161831882]\r\n\r\n\r\nAny and every distro can be used. It's just about helping people. Thanks for the info, by the way.\r\n\r\nAlso, in terms of newbie IT job. Call the UI Foundation (they are in the levitt center) at 335-3305 sometime between 8-5 M-F and ask for Tom Schultz. Tell him JT Kimbell referred you and ask about the "IT Assistant" job. It's where I used to work, my last day was a week ago and I know they are looking for people.',10,1161831986,486,'5.JT',0,1,1161831986,0,0,'',0),(1893,'','I am available any time after 5:00 Monday through Thursday. Friday, I usually want to get my butt home.',10,1161805482,486,'29.Thnikkaman',0,1,1161805482,0,0,'',0),(1901,'','Basically, next weekend (4th or 5th) I'm open to have an Xbox party at my place in Coralville. I can fit probably 12 ok, but 16 is pushing it. \r\n\r\nRight now, I have 1 box, 6 controllers, 2 TVs, a router to link the boxes, and a copy of Halo 1 and 2. 4 people can play on a box at once. \r\n\r\nWhat I'm looking for (depending on how big the party is) is: 2-3 consoles, 1-2 TVs, 2-3 ethernet cords, and 2-3 copies of the game.\r\n\r\nPlease email me if you are interested and indicate if you could bring any of the supplies I need. JT, go ahead and send out a message as well.',10,1161832601,1418,'14.Jed',0,1,1161832601,0,0,'',0),(1894,'','Or lunch sometime would work as well.',10,1161805500,486,'29.Thnikkaman',0,1,1161805500,0,0,'',0),(1895,'','your under "Trusted members" I mad that right after I installed e107 so it should be called something like official members but to me the only distinction at the time was the Level of ones posting ability and what users could see so i clearly at the time thought of them as trusted however the name is rather meaningless now, except for the admins who see it as "Official members"\r\n\r\nSorry if this was a run on or a bit confusing',8,1161828532,1890,'2.scott',0,1,1161828532,0,0,'',0),(1896,'','Here is my schedule:\r\n[list]\r\n*Until Nov. 3rd I work 2-10pm every weekday. Then I will be unemployed (Anyone know of anyone hiring newbie IT?)\r\n*I also will be busy during home football games.\r\n[/list]\r\nSo, aside from football games, Saturdays will be great. Plus my classes are done by about 12:30 this semester. So after the 3rd, I can help set up, plan or whatever in the afternoon.\r\n\r\nThe one thing I would like to ask is: What is the distro to be used? I personally use a distro called [link=http://www.foresightlinux.org]foresight linux[/link], but it is still in beta version and is under heavy development. I would personally pursue [link=http://www.opensuse.org]openSuSe[/link] because I've used it from version 7.0 to 10.0 and found that it has great hardware support, lots of features and is very user friendly (YAST).\r\n\r\n[link=http://www.ubuntulinux.org]Ubuntu[/link] is nice, but they changed the install method with dapper and I'm not quite sure I'm 100% happy with it. [link=http://fedora.redhat.com/]Fedora[/link] is good too, but it has major "geeky" moments as well.',10,1161828592,486,'48.ppallen',0,1,1161828592,0,0,'',0),(1897,'','I'd be down for checking that out.',7,1161829089,1796,'48.ppallen',0,1,1161829089,0,0,'',0),(1898,'','No mind, no matter. I paid my dues. ',8,1161830630,1890,'29.Thnikkaman',0,1,1161830630,0,0,'',0),(1899,'','[quote1161831781=Thnikkaman]\r\nDepends. I graduated, but I'm still in school.\r\n\r\n[/quote1161831781]\r\n\r\nThe key words in my post are [blockquote=studbucket]...and moved on to the boring world.[/blockquote] \r\n\r\n:)',8,1161831804,1890,'5.JT',0,1,1161831804,0,1161831832,'',0),(1902,'','[quote1161834098=Jed]\r\nBasically, next weekend (4th or 5th) I'm open to have an Xbox party at my place in Coralville. I can fit probably 12 ok, but 16 is pushing it. \r\n\r\nRight now, I have 1 box, 6 controllers, 2 TVs, a router to link the boxes, and a copy of Halo 1 and 2. 4 people can play on a box at once. \r\n\r\nWhat I'm looking for (depending on how big the party is) is: 2-3 consoles, 1-2 TVs, 2-3 ethernet cords, and 2-3 copies of the game.\r\n\r\nPlease email me if you are interested and indicate if you could bring any of the supplies I need. JT, go ahead and send out a message as well.\r\n[/quote1161834098]\r\n\r\nAlright, before I send out a message, can you give a time date and location or did you want me to send out a message asking for help? Actually Jed, unless you want me to, you can just shoot an email to [i]acm_members[at] cs.uiowa.edu[/i] and everyone will get it. Just clarify a little bit what you want and I can do it, or you can do it if you feel like it's all under control. :)',10,1161834189,1418,'5.JT',0,1,1161834189,0,1161834242,'',0),(1903,'','I hit the 500 post mark last night, whoo hoo! Leaving Windows ME users in the dust since early 2006.',16,1161834316,477,'5.JT',0,1,1161834316,0,0,'',0),(1904,'','me too\r\n',7,1161835835,1796,'2.scott',0,1,1161835835,0,0,'',0),(1905,'','Cool, I'll see if he'll come to our next meeting unless we're going to be short on time',7,1161841105,1796,'45.Seth',0,1,1161841105,0,0,'',0),(1906,'','Unfortuately I'm increadibly inept at Halo, I think that I can only play 3rd person shooters with a keyboard. Although if it turns out you guys are 1 controller short I'd be happy to loan mine out. Anyone for a DDR competition though? hahahah!\r\n\r\nAnyone have/know of a g@mecopy util by chance? For making a single personal backup of a personally purchased game, of course!\r\n\r\nI'd kinda like to play around with a modchip if I had a legitamate reason too...aside from turning an XBox into a file/web server, since I already have a P233',10,1161842279,1418,'45.Seth',0,1,1161842279,0,0,'',0),(1907,'','I have a copy of halo 2/1 if you need to borrow them as well as a wifi controller. I will be attending the football game so I don't think I would be able to make it until after...\r\n\r\nMy xbox is a work in progress... I have it softmoded (No modchip needed) and it can play xbox games and such. But the hard drive is the original so it doesn't have much room... (Need money for a 300GB...)',10,1161842836,1418,'48.ppallen',0,1,1161842836,0,0,'',0),(1918,'','[quote1161888814=Seth]\r\nAnyone have/know of a g@mecopy util by chance? For making a single personal backup of a personally purchased game, of course!\r\n[/quote1161888814]\r\n\r\nYeah, I do it all the time. Shoot me an email asking what you want to do.',10,1161888835,1418,'5.JT',0,1,1161888835,0,0,'',0),(1908,'','acm has linux day? Awesome! When?\r\nLinux plays quite well with wireless; the problem (as always) are vendors who refuse to provide drivers or specs. The best bets are intel, prism, and atheros (madwifi). I guess my recommendation would be to buy a pcmcia card that you *know* will be linux-compatible. This can be tricky because vendors change whole chipset *vendors* within the same product line (!!) so you have to watch the version information (e.g. a may be atheros, but b is texas instruments). In the future, intel is generally a safe choice for builtin wifi (and video as well--it reportedly Just Works).\r\n\r\nRegarding your specific card: http://www.melbpc.org.au/pcupdate/2407/2407article12.htm reports that your card is Broadcom-based, a vendor that seems actually *hostile* to Linux (except when Linksys pays them money for a closed-source driver for their access points....). If you don't want to furtz around with things, you can buy driverloader from linuxant (linuxant.com). It should be fairly straightforward, although not well-integrated with your distro. If you really want things to be painless, you will have to buy a new card that RHEL supports (check their hardware compatibility list). Thanks a *lot* #%@!@ Broadcom.',14,1161864485,538,'53.Solarion',0,1,1161864485,0,0,'',0),(1909,'','FYI, I'm running Ubuntu/Edgy Eft, and it includes FF2 (has for quite a while, actually). Gentoo probably already has ebuilds (~arch, undoubtedly) as likely does debian.',14,1161864614,1821,'53.Solarion',0,1,1161864614,0,0,'',0),(1910,'','yarr!',15,1161864639,845,'53.Solarion',0,1,1161864639,0,0,'',0),(2120,'C/C++ Job in Des Moines.','Anyone interested in C/C++ job, this guy is a 'head-hunter' and looking for people to fill a position.\r\n-------------------------------\r\n\r\nParagon IT Professionals is seeking a Software Developer for a company in Des Moines, Iowa. This is a full time position with a fun company that produces dynamic consumer software. Interested candidates should have a strong background in C/C++ in a Windows environment. You must be organized and responsible as you will not be micro-managed.\r\n\r\nthis is not a front-end developer role, someone with VB wouldn't have the backend knowledge or understanding that they are looking for. That is why the focus is on c, C++. Interfacing knowledge isn't a big deal either, they have someone who does all of that. This person will need to get up to speed fairly quickly. They are just getting into the use of Scrum (part of AGILE) methodology, which means they set the development up into 2 week timeframes and do whatever they can to get done what they need to in that 2 weeks. Almost like 2 week projects where the developers are left alone without distractions and work together to get the work done. Scrum uses an online tool tracking progress.\r\n\r\nThey must be self organized, flexible and responsible! No one will micromanage them so they must get things done and stay on track.\r\n\r\nThis is a rare opportunity for a developer to work on a product that is literally sitting on the shelves at Best Buy\r\n \r\n \r\nDan Shipley\r\nRecruiting Specialist\r\nPARAGON IT Professionals\r\n108 Third Street, Suite 200\r\nDes Moines, IA 50309\r\n515-288-2128 ext. 212\r\nf-515-243-4009\r\nwww.paragonitpros.com',22,1164830194,0,'5.JT',12,1,1164830194,0,0,'5.JT',0),(1911,'','I like it so far. The most major improvement I see is tab management. Instead of trying to cram every single tab underneath the taskbar, it creates a type of crollbar of tabs. And my current plugins all work.',14,1161872741,1821,'29.Thnikkaman',0,1,1161872741,0,0,'',0),(1912,'','I think the TA was mistaken dude. They have released an official SDK (not all open) and have also made the firmware completely open.\r\n\r\nhttp://mindstorms.lego.com/press/2057/Open%20Source%20Announcement.aspx',11,1161877043,1124,'9.Nick',0,1,1161877043,0,0,'',0),(1913,'','Perhaps this is better:\r\n\r\nhttp://www.google.com/search?hs=rw6&hl=en&lr=&safe=off&client=firefox-a&rls=org.mozilla%3Aen-US%3Aofficial&q=mindstorms+nxt+open+source&btnG=Search',11,1161877106,1124,'9.Nick',0,1,1161877106,0,0,'',0),(1914,'','[quote1161877178=Thnikkaman]\r\nI like it so far. The most major improvement I see is tab management. Instead of trying to cram every single tab underneath the taskbar, it creates a type of crollbar of tabs. And my current plugins all work.\r\n[/quote1161877178]\r\n\r\nFasterfox, and tab mix plus stopped working for me :( Although FF 2.0 basically stole all of tab mix plus's functionality (restoring sessions, etc) so that doesn't matter.',14,1161877240,1821,'5.JT',0,1,1161877240,0,0,'',0),(1916,'','Shopping at WalMart is like kicking little poor kids in the face! Evil...',20,1161877994,1660,'9.Nick',0,1,1161877994,0,0,'',0),(1917,'','I'll send out the message later today or tomorrow. acm_members@cs.uiowa.edu right?',10,1161888434,1418,'14.Jed',0,1,1161888434,0,0,'',0),(1919,'','[quote1161888850=Jed]\r\nI'll send out the message later today or tomorrow. acm_members@cs.uiowa.edu right?\r\n[/quote1161888850]\r\n\r\nI'm pretty sure it's right. I just copied and pasted it from my contacts list and got rid of the @ sign so a spambot doesn't steal it.',10,1161888889,1418,'5.JT',0,1,1161888889,0,0,'',0),(1920,'','Scott can you please make it so the ACM inbox doesn't get spammed every time a spambot posts a comment on my blog. I logged in today and there were 280 spam messages.',8,1161889341,1051,'5.JT',0,1,1161889341,0,0,'',0),(1923,'','dude have you ever kicked an undersized poor kid in the face? It's such a rush; I love it! you need to try it!',20,1161981632,1660,'2.scott',0,1,1161981632,0,0,'',0),(1922,'','Scott made it up, as far as I know.',8,1161890661,1051,'5.JT',0,1,1161890661,0,0,'',0),(1924,'','i personally dislike the new tab style it was really confusing for me;\r\n\r\nKISS==Keep it simple stupid!',14,1161981813,1821,'2.scott',0,1,1161981813,0,0,'',0),(1937,'','want it to go to your email account?\r\n',8,1162273014,1051,'2.scott',0,1,1162273014,0,0,'',0),(1925,'','I believe there was some metro wwf (or whatever league) wrestler who was moderately popular a couple years back; his name was scottie to hottie; \r\nhttp://www.lordsofpain.net/reports/smackdown/smackdown6-15-00.html',8,1161982287,1051,'2.scott',0,1,1161982287,0,0,'',0),(1932,'','spam filter??\r\n',8,1162239967,1051,'2.scott',0,1,1162239967,0,0,'',0),(1926,'','Message has been sent, let me know if you get it.',10,1162073677,1418,'14.Jed',0,1,1162073677,0,0,'',0),(1927,'','Got it',10,1162078185,1418,'45.Seth',0,1,1162078185,0,0,'',0),(1928,'web security question','\r\nso does anyone know if there is a way to validate if ia user has cookies enabled and JS on without doing a login screen\r\n\r\nI know these can be faked but only an asshole (and a smart one) would ever do this; and my site has almost know hack value so it wouldn't happen i just need a way to make sure that the user has both;\r\n\r\nyou can test JavaScript by setting a ccokie then using the serverSide program to see if its there\r\nbut this would like require login and stuff to make sure hey had cookies on\r\n\r\nI could build a "Enter Page" - with blank login info ([link=http://www.steakandcheese.com]like porn sites do[/link])but then people think its like a porn site or something\r\n\r\nbasically my question is given any webpage is there a way to tell if cookies are enabled with out using any java script\r\n\r\n\r\n\r\n ',14,1162171548,0,'2.scott',738,1,1162175042,0,0,'5.JT',2),(1929,'','I think you can do this with AJAX in a Tricky sort of way\r\n\r\nThat i ust read something online and it made me think of what that breaking ajax gy was talking aboot\r\n\r\nI'll post code later if i ever get it working\r\n\r\n',14,1162174227,1928,'2.scott',0,1,1162174227,0,0,'',0),(1930,'','I googled this, and I found this:\r\n\r\n[link=http://72.14.203.104/search?q=cache:SJ-lhVD9oqkJ:www.math.mcgill.ca/rags/GoodHTML/+check+to+see+if+cookies+are+enabled+without+using+javascript&hl=en&gl=us&ct=clnk&cd=18&client=firefox-a]Link.[/link]\r\n\r\n [blockquote]I commonly see JavaScript being used to test if cookies are being accepted; which fails if JavaScript isn't enabled, even if cookies are. And those cookies often weren't really needed, nor was JavaScript needed for anything else but that test, either. (If you really need to test for cookies, then get the server to send them, using server-side functions; and let it react to the response, or lack of response.)[/blockquote] \r\n\r\nBasically, just see what kind of respones (if any) you get.\r\n\r\nAlso, I'm not a big web guy, but if you don't want to use JS, then why would an Ajax trick work, since it uses JS?',14,1162175042,1928,'5.JT',0,1,1162175042,0,0,'',0),(1931,'','[quote1162187058=JT]\r\nScott can you please make it so the ACM inbox doesn't get spammed every time a spambot posts a comment on my blog. I logged in today and there were 280 spam messages.\r\n[/quote1162187058]\r\n\r\nScott, can you fix this? Catherine and others send emails here sometimes.',8,1162187081,1051,'5.JT',0,1,1162187081,0,0,'',0),(1936,'','I was used to the tab thing. FF just borrowed what the Tab Mix Plus plugin did for firefox 1.x, if you used that, it's pretty much the same IMO.',14,1162261736,1821,'5.JT',0,1,1162261736,0,0,'',0),(1933,'','I too was confused with the new tab style at first, but after being duped by the software a couple of times I soon remembered that things have changed and I find it to be for the better. This keeps you from being forced into opening another whole window to be able to read the titles of the tabs. I like it. No crashes yet and super fast. ',14,1162243665,1821,'9.Nick',0,1,1162243665,0,0,'',0),(1934,'','it never hurts to go back and close a tab once and a while. Usually the fact that you can't see the favico.ico in the tab anymore, indicates a need to go back and clean them up a bit.\r\n\r\nI use that as a general rule and i love the fact that opera only lets you have one window open at a time it really simplifies my life and forces shitty popups to take a back seat to what i am actually concerned with (not shitty popups)\r\n\r\n\r\n',14,1162253850,1821,'2.scott',0,1,1162253850,0,0,'',0),(1935,'','[quote1162261290=scott]\r\nspam filter??\r\n\r\n[/quote1162261290]\r\n\r\nOr just change the settings for my blog to not send email to the ACM account, either way.',8,1162261325,1051,'5.JT',0,1,1162261325,0,0,'',0),(1940,'','you should setup a gmail account for spam usage \r\nalthough this sounds like a job for the VP\r\n\r\nThe Buck stops at Nick',8,1162314017,1051,'2.scott',0,1,1162314017,0,0,'',0),(1938,'','we should set up a Gmail Account for Acm Spam usage!',8,1162273042,1051,'2.scott',0,1,1162273042,0,0,'',0),(1939,'','[quote1162273376=scott]\r\nwe should set up a Gmail Account for Acm Spam usage!\r\n[/quote1162273376]\r\n\r\nHurray!',8,1162273382,1051,'5.JT',0,1,1162273382,0,0,'',0),(1942,'','So if I were to schedule this Thursday afternoon, would that be ok? I wouldn't be able to make it if it was then, but it seems there is enough interest it won't matter.',10,1162320659,97,'5.JT',0,1,1162320659,0,0,'',0),(1941,'','[quote1162320466=scott]\r\nyou should setup a gmail account for spam usage \r\nalthough this sounds like a job for the VP\r\n\r\nThe Buck stops at Nick\r\n[/quote1162320466]\r\n\r\nSounds good. Although, can you just turn off email notification of blog comments?',8,1162320485,1051,'5.JT',0,1,1162320485,0,0,'',0),(1943,'','Sounds good to me just let me know the date and time.',10,1162331715,97,'10.Vegihan',0,1,1162331715,0,0,'',0),(1944,'Wireless on your Linux based Laptop -- wpa_supplicant version.','So, before I had a lengthy tutorial using xsupplicant. Since I have written that tutorial, I have found that the version of xsupplicant that worked with the University's wireless no longer compiles with the latest ssh libraries ~:( . Furthermore, the latest versions that have the security holes fixed, and works with the new ssh libraries will not authenticate with UI Wireless. So, without further adeu, here is how to get things working with wpa_supplicant. \r\n\r\nDisclaimer: This is assuming you have a working wireless card installed, wireless extensions either compiled into the kernel, or as a module, and you have a basic understanding of your distro.\r\n\r\nFirst step, install wpa_supplicant:\r\n\r\nI don't know how all of the different package managers for other distro's work, so here are examples for 3 types of installs, gentoo's portage (for teh win), debian's/ubuntu's apt, and compile from source. \r\n\r\nFor gentoo, its as simple as typing in a console window either as su or sudo:\r\n[code]\r\nemerge -av wpa_supplicant\r\n[/code]\r\n\r\nAnd debian/ubuntu it is similarly as simple:\r\n[code]\r\napt-get install wpa_supplicant\r\n[/code]\r\n\r\nAs far as compiling from source, first download the source code from [link=http://hostap.epitest.fi/wpa_supplicant/]here[/link]. Untar the files into a working directory (I suggest creating a folder called bin in your home directory for things you compile from source), and then go into the directory you just untarred.\r\nAt the command line, type the following:\r\n[code]\r\nmake configure\r\nmake \r\nmake install\r\n[/code]\r\nThe first make, makes sure that you have everything you need for wpa_supplicant to compile. The second compiles the code, and the last puts the compiled files where they need to go.\r\n\r\nIf everything worked, you should now have the command wpa_supplicant. Next, create a configuration file for wpa_supplicant. It should be located in /etc .\r\nHere is my wpa_supplicant.conf without jucy things like passwords:\r\n\r\n[code]\r\n# don't change the next two lines\r\nctrl_interface=/var/run/wpa_supplicant\r\nctrl_interface_group=0\r\n\r\nap_scan=1 #0 turns off ap scanning option\r\n\r\n#UI Wireless\r\nnetwork={\r\n ssid="UI-Wireless-WEP"\r\n key_mgmt=IEEE8021X\r\n eap=PEAP\r\n phase2="auth=MSCHAPV2"\r\n identity="<your hawkid>" #remember < and > are not part of your hawkid\r\n password="<your password"\r\n ca_cert="/etc/ssl/certs/Thawte_Premium_Server_CA.pem" #or wherever Thawte_Premium_Server_CA.pem is located\r\n priority=1 #this denotes the order in which you want this network checked.\r\n}\r\n[/code]\r\n\r\nSo, the last step is to test it, to do this, try:\r\n[code]\r\nwpa_supplicant -i<interface name> -c/etc/wpa_supplicant.conf -Dwext\r\n[/code]\r\n\r\nIf this works, you should get a message that your card is authenticated. You then just need to run dhcpcd or dhclient to get an ip address, and you are good to go. \r\n\r\nWhen you have all of this working, you should be able to automate it. Unfortunately, I have to send you off to your distro's documentation to accomplish this. \r\n\r\nThanks to Joe Pingenoit (Did I spell that right) for helping me figure this out. When I have a bit more time later, I will add how to automate this in gentoo. If you get this to work, and get it automated on your distro, feel free to append this thread with instructions.\r\n\r\nEdited to fix key management line.\r\n',20,1162394065,0,'29.Thnikkaman',5411,1,1185210067,1,1165424600,'29.Thnikkaman',37),(2171,'','I've been using FF2 since I loaded Kubuntu 6.10 (Edgy) and I have nothing but good things to say about it. All but one of my extensions (statusbar clock) works, and that annoying flash bug that caused FF1.5 to crash is gone (an ubuntu issue, I think). Not a lot of major improvements, but enough little ones to make an upgrade worth it.',14,1165421202,1821,'66.mmHg',0,1,1165421202,0,0,'',0),(1945,'Never ever give out your username or password:','Found this at the Futuremark forums:\r\n\r\n[quote]\r\nbr0kenrabbit says:\r\nhi\r\n\r\nGreg_ValveOLS says:\r\ngood evening\r\n\r\nbr0kenrabbit says:\r\nWhat's ip?\r\n\r\nbr0kenrabbit says:\r\nup?\r\n\r\nGreg_ValveOLS says:\r\nmy name is greg a member of the valve online Support team\r\n\r\nbr0kenrabbit says:\r\nOn MSN?\r\n\r\nGreg_ValveOLS says:\r\nyes :)\r\n\r\nbr0kenrabbit says:\r\nWhy?\r\n\r\nGreg_ValveOLS says:\r\nwe logged multiple ips from your account and ned to verifi your information\r\n\r\nbr0kenrabbit says:\r\nMy information?\r\n\r\nGreg_ValveOLS says:\r\nwe believe someone may have stolen your account mmmm you havent shared youre account infomation with anyone have you?\r\n\r\nbr0kenrabbit says:\r\nNo. I don't even have it written down.\r\n\r\nGreg_ValveOLS says:\r\nhmmm maybe a keylogger on you r PC then maybe you need a format?\r\n\r\nbr0kenrabbit says:\r\nWell...\r\n\r\nGreg_ValveOLS says:\r\nif you can verify your account information to me i can insure that only your ip have access to it Its a new security feature were trying because this happens so muchlogin names and passwords aint safe anymroe You know. L:)\r\n\r\nbr0kenrabbit says:\r\nWell\r\n\r\nGreg_ValveOLS says:\r\ndont worry this connect it secure\r\n\r\nbr0kenrabbit says:\r\nCan I be honest with you, Greg?\r\n\r\nGreg_ValveOLS says:\r\nk\r\n\r\nbr0kenrabbit says:\r\nLook, I don't know how you go this MSN account name, don't really care, either.\r\n\r\nbr0kenrabbit says:\r\nUnlike you, I DO work for Valve. Trace my ip and you'll see.\r\n\r\nGreg_ValveOLS says:\r\nhuh?\r\n\r\nGreg_ValveOLS says:\r\nbs\r\n\r\nbr0kenrabbit says:\r\nTrace it.\r\n\r\nGreg_ValveOLS says:\r\nhow\r\n\r\nbr0kenrabbit says:\r\nStart/run/cmd type Tracert and then my IP address and hit enter.\r\n\r\nGreg_ValveOLS says:\r\noh k\r\n\r\nbr0kenrabbit says:\r\nAs an employee, I know that Valve employees will NEVER contact users over MSN. I also know a valve employee will NEVER ask a user for his/her username and password.\r\n\r\nbr0kenrabbit says:\r\nI'm putting a temporary hold on your Steam account.\r\n\r\nGreg_ValveOLS says:\r\nwhy?\r\n\r\nbr0kenrabbit says:\r\nHave you read the ToS?\r\n\r\nGreg_ValveOLS says:\r\nTod?\r\n\r\nGreg_ValveOLS says:\r\ntos\r\n\r\nbr0kenrabbit says:\r\nterms of service\r\n\r\nGreg_ValveOLS says:\r\nwere?\r\n\r\nbr0kenrabbit says:\r\nGreg, this is a serious infraction against the Tos. You are at risk of losing your account.\r\n\r\nGreg_ValveOLS says:\r\nwhy\r\n\r\nbr0kenrabbit says:\r\nI just told you why\r\n\r\nGreg_ValveOLS says:\r\n:(\r\n\r\nbr0kenrabbit says:\r\nI need some information from you if you want me to unlock you account. I'm going to write you up but I will only suspend you account for three days, since this is your first infraction, okay?\r\n\r\nGreg_ValveOLS says:\r\nk\r\n\r\nbr0kenrabbit says:\r\nFirst, what is the name the account is registered to. Not the user name, the persons real name who created the account. This is for verification purposes.\r\n\r\nGreg_ValveOLS says:\r\nxxxxx xxxxxxx\r\n\r\nbr0kenrabbit says:\r\nIs this you?\r\n\r\nGreg_ValveOLS says:\r\nya\r\n\r\nbr0kenrabbit says:\r\nAre you the only user of this account?\r\n\r\nGreg_ValveOLS says:\r\nya\r\n\r\nbr0kenrabbit says:\r\nOkay, and what is the username\r\n\r\nGreg_ValveOLS says:\r\nxxxxxxxx\r\n\r\nbr0kenrabbit says:\r\nOkay.\r\n\r\nbr0kenrabbit says:\r\nI see you have purchased a few of our games, thank you. :)\r\n\r\nGreg_ValveOLS says:\r\nsome. dude\r\n\r\nGreg_ValveOLS says:\r\nm\r\n\r\nbr0kenrabbit says:\r\nDo you always log on from the same IP?\r\n\r\nGreg_ValveOLS says:\r\nya\r\n\r\nbr0kenrabbit says:\r\nAnd who is your internet providers, your ISP?\r\n\r\nGreg_ValveOLS says:\r\nxxxxxxx\r\n\r\nbr0kenrabbit says:\r\nThank you. One moment, please, let me verify this information.\r\n\r\nGreg_ValveOLS says:\r\nam i gonna be bale to play 2nite?\r\n\r\nbr0kenrabbit says:\r\nWhat is your city of residence?\r\n\r\nbr0kenrabbit says:\r\nThat depends on if you cooperate. You're doing fine so far.\r\n\r\nGreg_ValveOLS says:\r\nxxxxxx\r\n\r\nbr0kenrabbit says:\r\nIllinios?\r\n\r\nGreg_ValveOLS says:\r\nyes\r\n\r\nbr0kenrabbit says:\r\nOkay. And what is the password associated with this account?\r\n\r\nGreg_ValveOLS says:\r\nxxxxxxx\r\n\r\nbr0kenrabbit says:\r\nOkay. Do not try to log into steam. If you are connected now you need to log off.\r\n\r\nGreg_ValveOLS says:\r\nwhy\r\n\r\nbr0kenrabbit says:\r\nSo I can update your account.\r\n\r\nGreg_ValveOLS says:\r\ncan I play 2 nite\r\n\r\nGreg_ValveOLS says:\r\nclan fight\r\n\r\nGreg_ValveOLS says:\r\nwont win without me heh\r\n\r\nbr0kenrabbit says:\r\nHeh. You'll have to wait a few minutes. Are you logged off?\r\n\r\nGreg_ValveOLS says:\r\nya\r\n\r\nbr0kenrabbit says:\r\nOkay. Give me just a moment.\r\n\r\nbr0kenrabbit says:\r\nTry to log in now.\r\n\r\nGreg_ValveOLS says:\r\nk\r\n\r\nGreg_ValveOLS says:\r\nIt says login failed wtf wtf!!@?\r\n\r\nbr0kenrabbit says:\r\nGreg\r\n\r\nGreg_ValveOLS says:\r\ndid u ban me???????????>WHY\r\n\r\nbr0kenrabbit says:\r\nGreg\r\n\r\nGreg_ValveOLS says:\r\nwhat\r\n\r\nbr0kenrabbit says:\r\nValve will never ask for your username and password.\r\n\r\nGreg_ValveOLS says:\r\nwhat????\r\n\r\nbr0kenrabbit says:\r\nI don't work for Valve dude, but you just got pwnt.\r\n\r\nGreg_ValveOLS says:\r\nomg dude wtf why?\r\n\r\nbr0kenrabbit says:\r\nWhy were you trying to steal my account?\r\n\r\nGreg_ValveOLS says:\r\ni wanst\r\n\r\nbr0kenrabbit says:\r\nThen why were you asking for my information?\r\n\r\nGreg_ValveOLS says:\r\ni was just making a joke but not cerious honest dude just give\r\nmy acount back pllllleeease i'm only 13 and save d up for like a year to buy it\r\n\r\nbr0kenrabbit says:\r\nGreg\r\n\r\nGreg_ValveOLS says:\r\ndude pleas\r\n\r\nGreg_ValveOLS says:\r\nwhat\r\n\r\nbr0kenrabbit says:\r\nGo mow some yards, bitch.\r\n[/quote]',15,1162394819,0,'29.Thnikkaman',913,1,1162767017,0,0,'45.Seth',7),(1947,'','But you should teach 12 year olds a lesson to not phish, or give out passwords. Here is a link to the original thread:\r\n[link=http://www.futuremark.com/forum/showthread.php?t=23914] Boohya[/link]',15,1162400969,1945,'29.Thnikkaman',0,1,1162400969,0,0,'',0),(1946,'','haha whose convo is this and is ireal?\r\n\r\nalso its not cool to pick on 12 year olds',15,1162400458,1945,'2.scott',0,1,1162400458,0,0,'',0),(1949,'','He just learned a valuable lesson, know who you are messing with before doing it.',15,1162444702,1945,'10.Vegihan',0,1,1162444702,0,0,'',0),(1948,'','Lol, funny.',15,1162440577,1945,'5.JT',0,1,1162440577,0,0,'',0),(2183,'','teh smal hawk is pretty much identical to that of the pentium, at my work all the assembly languages look the same anyways i would like to talk about your teacher, and what the class was like. i dont know who anyone is in these forums, facebook me if you have it brandon kohl ',21,1165558224,2133,'64.bkohl319',0,1,1165558224,0,0,'',0),(2221,'','Server temporarily down for like 10-15 minutes. Fresh new server will be up thereafter...',24,1166232354,2158,'5.JT',0,1,1166232354,0,0,'',0),(2175,'','Thanks for the quick response. With a little help from [link=http://www.divms.uiowa.edu/help/wireless/linux.html]this site[/link] I managed to find a wpa_supplicant.conf that worked for me. Here's what I've got now:\r\n\r\n# don't change the next two lines\r\nctrl_interface=/var/run/wpa_supplicant\r\nctrl_interface_group=0\r\nupdate_config=0\r\n\r\n#UI Wireless\r\nnetwork={\r\n ssid="UI-Wireless-WEP"\r\n key_mgmt=IEEE8021X\r\n pairwise=TKIP\r\n group=TKIP WEP104 WEP40\r\n eap=PEAP\r\n phase2="auth=MSCHAPV2"\r\n identity="<;hawkid>" #remember <; and > are not part of your hawkid\r\n password="<;yourpassword>"\r\n ca_cert="/etc/ssl/certs/Thawte_Premium_Server_CA.pem" #or wherever Thawte_Premium_Server_CA.pem is located\r\n #priority=1 #this denotes the order in which you want this network checked.\r\n}\r\n\r\n\r\nThe site also shows how to use wpa-gui to prompt for your password on establishing a connection. I've had some success with kwlan as well, although I finally decided it was easier to let the computer log in for me. For the record, this is working on Kubuntu 6.10 (edgy). ',20,1165427167,1944,'66.mmHg',0,1,1165427167,0,0,'',0),(1952,'','Hilarious...',15,1162504948,1945,'48.ppallen',0,1,1162504948,0,0,'',0),(1953,'Finals Dinner','Looking for restaurant suggestions for our bi-annual semester finals dinner. The restaurant should probably be within walking distance of campus and have reasonably priced meals. ',10,1162611172,0,'14.Jed',169,0,1165928721,0,0,'29.Thnikkaman',40),(1954,'','Hahahahahaha. This is the best thing I've read all day! Kudos to the broken rabbit.',15,1162613664,1945,'9.Nick',0,1,1162613664,0,0,'',0),(1955,'','The Brown Bottle is yummy if people want something a little nicer, but not too expensive.',10,1162614012,1953,'9.Nick',0,1,1162614012,0,0,'',0),(1956,'','I was actually thinking about this over the weekend also, and I wondered if people thought getting food brought in would also be an option people would be interested in. Not necessarily a better one, but one we could keep in mind, as there are some benefits to it.',10,1162749436,1953,'5.JT',0,1,1162749436,0,0,'',0),(1957,'Slashdot Text to Speech News Reader','I want to hear my news being read to me instead of actually having to use my eyes to do it :) so I created a pretty simple text-to-speech news reader for slashdot in Python. You can find the source in the [link=http://acm.uiowa.edu/download.php]Downloads [/link]section. If anyone has trouble getting it to work let me know. RTFM first though.',13,1162757617,0,'9.Nick',17,1,1162783112,0,0,'9.Nick',1),(1958,'','nice',15,1162767017,1945,'45.Seth',0,1,1162767017,0,0,'',0),(1959,'','Erm, personal issues with the brown bottle. I'll never eat there again. If that's the final choice, then I'll abstain. Capitalism is our friend :)',10,1162767457,1953,'45.Seth',0,1,1162767457,0,0,'',0),(1963,'','Please not Expensive (tall) wave. I.E. Takanami. I love sushi, but french/japanse fusion with an expensive price tag just doesn't do it for me. If you want Sushi, I would suggest Aoeshi. Otherwise, the Summit can be good and not to9 expensive. ',10,1162784338,1953,'29.Thnikkaman',0,1,1162784338,0,0,'',0),(1960,'','Pretty please Scott....That or just turn off comments. I can't do it b/c you are the blog's admin. ',8,1162774366,1051,'5.JT',0,1,1162774366,0,0,'',0),(1961,'','I just installed and registered some alternative (and higher quality) text to speech voices from http://www.cepstral.com/downloads/. They sound much better than Microsoft Sam or Mary.',13,1162783112,1957,'9.Nick',0,1,1162783112,0,0,'',0),(1962,'','Takanami? ',10,1162783198,1953,'9.Nick',0,1,1162783198,0,0,'',0),(1972,'','any progress on this one?',8,1162953740,1739,'9.Nick',0,1,1162953740,0,0,'',0),(1964,'','really yours musta been the first one i set up\r\ncause i think i set everyone else up with admin lemme get it dude\r\n',8,1162792224,1051,'2.scott',0,1,1162792224,0,0,'',0),(1965,'','Could someone email Carol when they get the chance and reserve a room in either the Pomerantz Center or MLH to do this? I have to take a week or so off b/c of things in my life. I was going to do this this week, but I would really appreciate it if one of you could send here an email on my behalf. Here's the email she sent me earlier, it has basically everything you would need to know.\r\n\r\n [blockquote]\r\nHi JT,\r\n\r\nWe've talked over possible times for your Q/A session for beginning and potential CS majors. How about the Thursday after Thanksgiving (November 30), after 2:30 p.m. That would avoid any of the lectures for the big CS major courses and most of the discussion times. It would also be before most of these students would have registered. If you have it before Thanksgiving break, we're afraid it would get lost in the eagerness for the vacation. We would also be afraid that the Tuesday after the break would get forgotten.\r\n\r\nYou'd want to advertise the session pretty broadly. Give us the details and we'll talk with advisees about it. Maybe ask to make an announcement in 22C:5, 16, 19, and 21, or ask if there's another good way to reach those students. You could use some of the student questions we have sent you in your advertising.\r\n\r\nAs to where to have it, ask Catherine Till how to schedule rooms. If you were thinking of the conference room on our floor in the Pomerantz Center, I think you might be able to go through Linda Spence (353-5707).\r\n\r\nLet us know your plans.\r\n\r\nCarol[/blockquote] \r\n\r\nThanks so much!',10,1162852235,97,'5.JT',0,1,1162852235,0,0,'',0),(1966,'','DONE',8,1162861318,1051,'2.scott',0,1,1162861318,0,0,'',0),(1967,'','w0w, now that is a kick ass idea!\r\n\r\nNick da man!\r\n\r\nCount me in!',11,1162874288,1124,'34.Ian',0,1,1162874288,0,0,'',0),(1968,'','[quote1162909949=scott]\r\nDONE\r\n[/quote1162909949]\r\n\r\nYou are my favorite server admin ever!',8,1162909962,1051,'5.JT',0,1,1162909962,0,0,'',0),(1970,'Doug Jones interview on Slasdot','Check it:\r\n\r\n[link=http://politics.slashdot.org/article.pl?sid=06/11/07/1949214&from=rss]LINK.[/link]\r\n\r\nIt's cool to have such a knowledgeable prof and expert in a certain field here at Iowa.',14,1162937050,0,'5.JT',748,1,1162955268,0,0,'29.Thnikkaman',1),(1971,'','That's cool, I've never been to Aoeshi and I've been looking for places to eat at that I haven't been to yet. I would rather do Aoeshi, but if people aren't down with the asian food a burger or something at Summit would be fine also.',10,1162953659,1953,'9.Nick',0,1,1162953659,0,0,'',0),(1973,'','If a logo would throw off alignments or look and feels, a simple link would do the trick. It might help people keep in touch with what the ACM is about, since we are a chapter of the ACM after all.\r\n\r\nWe have no pointers to parent or child nodes!',8,1162954320,1724,'45.Seth',0,1,1162954320,0,0,'',0),(1974,'','Even though his classes can be difficult to sit through (or incredibly enjoyable for some), if he ever gives a talk about voting security definitely go.',14,1162955268,1970,'29.Thnikkaman',0,1,1162955268,0,0,'',0),(1976,'','I'm not a huge fan of Asian food.\r\n\r\nDoes anyone have any qualms with going to Summit for the dinner?',10,1163016603,1953,'14.Jed',0,1,1163016603,0,0,'',0),(1977,'','Sounds alright to me. As long as it's not too late so we could eat before people start "skeeting from the windows to the wall" like little john, haha\r\n\r\nOtherwise is Buffalo Wild Wings comparable in price? They seem to have pretty decent food.\r\n\r\nDepending on how much we want to spend per person, I think that Pagliais large pizzas are about $15 for 2 toppings? That would be about $7.50 a person.',10,1163020131,1953,'45.Seth',0,1,1163020131,0,0,'',0),(1983,'','Is it possible to vote for all four? If not I vote for Aeoshi just because it is the only one I haven't tired. The other three are good, I just like to try new places.',10,1163099093,1953,'10.Vegihan',0,1,1163099093,0,0,'',0),(1978,'','Any way seamonkey seaSucks\r\n\r\nIts just the VERY OLD netscape navigator Broswer perhaps there are better application integration however i can't go back to a browser from 2000 its won't work for me',14,1163084735,914,'2.scott',0,1,1163084735,0,0,'',0),(1979,'Linda coordination language... (for those in 22c:118)','the name Linda comes from a pun on Ada's tribute to Ada Lovelace and is actually named after another famous Lovelace, Linda Lovelace star of such classic porn films as Deep Throat. \r\n\r\nYea that linda stuff we've been using is named after a porn star.... how sweet is that?',24,1163084799,0,'35.thomas-hornbeck',16,1,1163084799,0,0,'35.thomas-hornbeck',0),(1980,'','i was thinking pagliai's too\r\n\r\nanyway Aoeshi's is delicious for those that like Asian Food \r\n\r\nmmmmm!!\r\n\r\n',10,1163084880,1953,'2.scott',0,1,1163084880,0,0,'',0),(1981,'','I love BWW.',10,1163088509,1953,'29.Thnikkaman',0,1,1163088509,0,0,'',0),(1982,'','I'm liking the suggestions here. I'm usually a pretty picky eater, but it seems you guys have good taste. Pagliai's is delicious as well as Buffalo Wild Wings (and yes, Seth it's cheap). I would rather do Paglia's though b/c I haven't been there in a while. We need to vote on this so it's as democratic as possible. The choices are:\r\n\r\n1.) Summit\r\n2.) Aeoshi\r\n3.) Pagliai's\r\n4.) Buffalo Wild Wings\r\n\r\nMy vote is for Pagliai's b/c I know Aeoshi won't win :(',10,1163090230,1953,'9.Nick',0,1,1163090230,0,0,'',0),(1986,'LAN party II','I'd like to aim to have a PC LAN party sometime early next semester before everyone gets too busy with class stuff. If you'd like to take the lead and help organize and setup one, please let me know. I don't know how much I could contribute to the whole process, but I'll do what I can.\r\n\r\nI would also like to have another Xbox Halo party sometime early next semester as well. I didn't mind hosting the party at my place, but I'd like to find a location on or closer to campus for the next party so more people can come.',10,1163100410,0,'14.Jed',179,0,1184592130,0,0,'5.JT',36),(1984,'','2. ',10,1163099340,1953,'29.Thnikkaman',0,1,1163099340,0,0,'',0),(1985,'','In order of preference (1 being the most preferred).\r\n1. Pagliai's (good suggestion BTW)\r\n2. BWW\r\n3. Summit\r\n\r\nWhat kind of food does Aoeshi have? Is it just Japanese or is it a variety of Asian food?',10,1163100020,1953,'14.Jed',0,1,1163100020,0,0,'',0),(1987,'','Preference order (top = most preferred):\r\n Pagliai's\r\n BWW\r\n Aoshi',10,1163110349,1953,'45.Seth',0,1,1163110349,0,0,'',0),(1988,'','As a side note, Pagliai's has to be one of the best restraunts around in my opinion. It works like a well engineered machine. They have good standard control, and you know that there's no funny business going on in the kitchen and that good hygene is kept. I don't know another place like it around here.',10,1163110534,1953,'45.Seth',0,1,1163110534,0,0,'',0),(1989,'','[quote1163111447=Seth]\r\nAs a side note, Pagliai's has to be one of the best restraunts around in my opinion. It works like a well engineered machine. They have good standard control, and you know that there's no funny business going on in the kitchen and that good hygene is kept. I don't know another place like it around here.\r\n[/quote1163111447]\r\n\r\nIt pales in comparison to the original Pagliai's in Grinnell, Iowa. They have a much larger selection of pizzas, a bigger restaraunt, and even food besides pizza. It's worth the 50 minute drive if you guys have time.\r\n\r\nWith that, my vote is probably 3). But I can handle anywhere.',10,1163111523,1953,'5.JT',0,1,1163111523,0,0,'',0),(1991,'','[quote1163123557=Anton]\r\nask Ben, he knows about this stuff.\r\n[/quote1163123557]\r\n\r\nWell I asked Mr. Ben as well as Steve Bruell. Amazingly, Prof Bruell did not have an answer as far as GPA reqirements, but we think it's somewhere around 3.2, 3.5, 3.8 for cum laude, magna cum laude, summa cum laude....does any one know for sure though?\r\n\r\nAlso the finals project (Honors in Computer Science) Doesn't have to be a paper, it can be a project of your choice as long as it "goes outside the normal work required for a CS major". Steve Bruell is the one to talk to about your ideas for honors projects.\r\n\r\nLet us know if anyone finds out any more details, especially since I'm probably not completely accurate here',7,1163123908,818,'45.Seth',0,1,1163123908,0,0,'',0),(1993,'','I have a guy that can supply Red Bull for this party as he is the Red Bull campus representative so just ask me and he can hook everyone up.',10,1163131233,1986,'9.Nick',0,1,1163131233,0,0,'',0),(1994,'','My vote: Pagliai's, BWW, or Summit\r\n\r\nAny of those are fine with me',10,1163134550,1953,'16.Chimaera',0,1,1163134550,0,0,'',0),(2054,'','aeoshis's is my vote\r\n',10,1163609204,1953,'2.scott',0,1,1163609204,0,0,'',0),(1995,'','[quote1163134795=JT]\r\nEvery single time you ask Hwanjo a question you get one of two things:\r\n\r\n1) "Read the manual"\r\nor\r\n2) Something that doesn't help at all.\r\n\r\nEric can attest to this :p\r\n[/quote1163134795]\r\n\r\nYou forgot "If you watch the next slides, it will become clear"\r\n\r\nWhich of course it never does...\r\n',16,1163134837,996,'16.Chimaera',0,1,1163134837,0,0,'',0),(1996,'','Yeah, I started taking Algorithms with him this summer, but I could see that it definately was not going to work. It sounds like it was being taught in a similar fasion. I definately had a hard time learning anything IN class. The slides are kinda nice when you're having trouble understanding him though so you can at least get an outline of what he's saying.',16,1163135782,996,'45.Seth',0,1,1163135782,0,0,'',0),(1997,'','Nick: Can you get Bawls?\r\n\r\nJed: I have plenty of Cat-5 that I can donate to the cause. Also, in the ACM office, there should be a Frankenstein Mac in the box that is running some flavor of linux that has iptables set up to be a NAT and DHCP server. You may want to send an e-mail to Bob Arens and ask because he is the Mad Scientist. I would be more than willing to be some support to get this going, but I don't have the time to take over. Also, where do you think you might have it? In the past, we threw LAN parties in the Michigan room in the IMU. And get an idea of the games that you want to play and start putting together a schedule now. \r\n\r\nMost of the technical work has been done for you in that server, you just need a switch and some Cat-5.',10,1163164552,1986,'29.Thnikkaman',0,1,1163164552,0,0,'',0),(2005,'','You need to pay me the amount of money it would take to give it to the recycling center, plus gas money. Or you can wait for earth day, they usually let you drop off electronics for free that day.',25,1163387306,2003,'29.Thnikkaman',0,1,1163387306,0,0,'',0),(1998,'','Aoeshi has a variety of Asian cuisine. It has traditional Chinese and Japanese food as well as a variaty of Korean dishes. The Korean food is really good there.',10,1163164676,1953,'29.Thnikkaman',0,1,1163164676,0,0,'',0),(1999,'Has anyone else seen this job advertised?','A few weeks ago I saw a job being advertised in the Burge cafeteria. (It was on those little folded things they put on the tables) It was for a temporary position over Winter break. Basically whoever was hired had to go to different schools / colleges around their hometown and promote the University. It seemed really interested, but now I can't find anything referring to the position anywhere. I was just wondering if any of you guys had seen it, or if you could at least tell me what department does the hiring for that kind of work. Thanks in advance guys!',15,1163178084,0,'44.jabdulma',845,1,1163652811,0,0,'5.JT',1),(2063,'','bad link',15,1163683610,2061,'29.Thnikkaman',0,1,1163683610,0,0,'',0),(2000,'','[quote1163179727=Seth]\r\n[quote1163123557=Anton]\r\nask Ben, he knows about this stuff.\r\n[/quote1163123557]\r\n\r\nWell I asked Mr. Ben as well as Steve Bruell. Amazingly, Prof Bruell did not have an answer as far as GPA reqirements, but we think it's somewhere around 3.2, 3.5, 3.8 for cum laude, magna cum laude, summa cum laude....does any one know for sure though?\r\n\r\nAlso the finals project (Honors in Computer Science) Doesn't have to be a paper, it can be a project of your choice as long as it "goes outside the normal work required for a CS major". Steve Bruell is the one to talk to about your ideas for honors projects.\r\n\r\nLet us know if anyone finds out any more details, especially since I'm probably not completely accurate here\r\n[/quote1163179727]\r\n\r\n\r\nYea you're not accurate at all, truth is very few faculty know much about the CS honors requirements because so few people actually do it, i think like maybe one or two each year... well see if anyone in my class (2007) does it, i doubt it though... I have the print out from the CS Department that outlines the exact requirements, to summarize, you have to meet two basic requrements:\r\n\r\n\r\n(1) have at least a 3.3 GPA\r\n\r\n(2) complete a 1-2 year long independent project (research oriented) under the supervision of a faculty member. It DOES NOT have to be a programming project, but a written Thesis is required. Most CS students write some kind of program and write a thesis about their work, but you can also write it on algorithms you designed, meta-programming, artificial intelligence,...pretty much any CS topic. I think they want you to develop a new idea regardless of what you do, so building a new VPN client for example wouldnt cut it, unless you added features and functionality that you created.\r\n\r\ni think its definitely not worth it for a gold cord... if i did that much extra work i'd want a master's degree.',7,1163180829,818,'35.thomas-hornbeck',0,1,1163180829,0,0,'',0),(2001,'','[quote1163194713=Chimaera]\r\n[quote1163134795=JT]\r\nEvery single time you ask Hwanjo a question you get one of two things:\r\n\r\n1) "Read the manual"\r\nor\r\n2) Something that doesn't help at all.\r\n\r\nEric can attest to this :p\r\n[/quote1163134795]\r\n\r\nYou forgot "If you watch the next slides, it will become clear"\r\n\r\nWhich of course it never does...\r\n\r\n[/quote1163194713]\r\n\r\nYep, that's another Hwanjo favorite of mine. Add that to the fact he reads his entire lecture off his slides. Apparently, we've unleashed his inner John Madden because he's going crazy with the stylus pen circling and underlining stuff on his slides.\r\n',16,1163194843,996,'14.Jed',0,1,1163194843,0,0,'',0),(2002,'Linux Religious Wars','I just had an epiphany today so i thought I'd Share it with you.\r\n\r\nToday nick and i were talking about distro's and as things go we started dis-ing this distro and that; you know how it is typical geek linux distro fights\r\n\r\nand he mentioned that open source doesn't "REALLY" make any money and I brought up Jeffrey Eric Altman, President/CEO of Secure Endpoints Inc. and How he makes money at it.\r\n\r\nto which nick replied yeah but he doesn't make bill gates money, so he does alright for himself but what bill gates does is make A LOT of money.\r\n\r\nTo this I had to concede Bill Gates Does make A LOT OF MONEY. This soon had me thinking.\r\n\r\nWhy is it that i spend all this money to be a computer science major to be hated and despised by all the coders out there?\r\n\r\nno!\r\n\r\nthe answer: to make money!\r\n\r\nbut why do open source then?\r\n\r\nTo learn and spread knowledge!\r\n\r\nits that simple and we as CS people need to end these stupid Distro 'wars'. Linux (and open source) is just meant to be quality software (or not even quality software) but its software written by people who love to code and if you want something people hated to code buy microsoft (they liked getting paid); and quit dis-ing on people's hobbies and passions. Say positive shit about the distro's (even if the distro is SUSE!) \r\n\r\nit seems silly to be fighting over something as trivial as free 1's and 0's\r\n\r\nThat's all I gotta say.\r\n',16,1163211925,0,'2.scott',66,1,1164285676,0,0,'2.scott',8),(2003,'15" CRT','$0.02 obo\r\n\r\nDelivery (to a downtown-ish location) included\r\n\r\n',25,1163268056,0,'2.scott',35,0,1163516984,0,0,'2.scott',4),(2004,'','If it's made by Red Bull than maybe, if not then no.',10,1163363090,1986,'9.Nick',0,1,1163363090,0,0,'',0),(2006,'','Bawls is like Jolt on crack with ginseng and shtuff. Good stuff.',10,1163387452,1986,'29.Thnikkaman',0,1,1163387452,0,0,'',0),(2008,'','i might just take it to work and then have them send it to surplus\r\n',25,1163428531,2003,'2.scott',0,1,1163428531,0,0,'',0),(2007,'','Is Red Bull still legal?',10,1163389272,1986,'45.Seth',0,1,1163389272,0,0,'',0),(2009,'','What did surplus ever do to you?',25,1163446610,2003,'45.Seth',0,1,1163446610,0,0,'',0),(2011,'','[blockquote]\r\nIts just the VERY OLD netscape navigator Broswer\r\n[/blockquote]\r\n\r\n*THWAP*.\r\n\r\nUmm, no?\r\n\r\nSeaMonkey is the suite application. It's not the "very old Netscape Navigabor Browser". It's what happened to the orignal Mozilla after IceWeasel (nee, FireFox) took over the show. Development didn't just cease.\r\n\r\nIt has various cool stuff like roaming profiles last I looked, but the features may require compiling from source (it's how I always used to get it). Luckily, if someone wants to do it, I've automated the process (well, as of a couple years ago).',14,1163452359,914,'53.Solarion',0,1,1163452359,0,0,'',0),(2173,'','Well, it's a networked printer so even if you don't want to use CUPS (which I do and it works flawlessly) you can easily create a TCP/IP connection to the printer on port 9100 which I've also tested and it works too.',25,1165424812,1656,'9.Nick',0,1,1165424812,0,0,'',0),(2015,'','i say we take over that cluster in the physics building - 16 newer computers - and install some free FPS type game for the night ...',10,1163505374,1986,'36.Eric',0,1,1163505374,0,0,'',0),(2016,'','its like all things in life - at some point it stops being about functionality and starts being about flash - why work harder to buy a shiny new car when you can spend significantly less effort to buy a regular car… they both get you from point A to B… its just a matter of style – for some people i guess a gold chord is their shiny new car…',7,1163506444,818,'36.Eric',0,1,1163506444,0,0,'',0),(2019,'','I would not advise that.',10,1163515893,1986,'29.Thnikkaman',0,1,1163515893,0,0,'',0),(2024,'','I would HIGHLY reccomend Neil Stevenson's "In the Beginning...Was the Command Line" to anyone who hasn't read it. It's about 140 pages and it's one book you'll be glad you took the time to read.',16,1163534427,2002,'45.Seth',0,1,1163534427,0,0,'',0),(2020,'','well i think they screw most of the departments on campus but that's a different matter for a rant',25,1163516984,2003,'2.scott',0,1,1163516984,0,0,'',0),(2021,'','BUY ME, my printer says :) I'm too lazy to put it on ebay.',25,1163525045,1656,'9.Nick',0,1,1163525045,0,0,'',0),(2023,'','It'd be a good way to be a public enemy. Not in a cool NWA sort of way.\r\n\r\nAnyway, for our next LAN party, should we try for PC this time or do we want to do XBOX again?\r\nIf we tried PC, I guess the question is Linux or Windows? If we go with Linux, obviously the question comes down to what game(s) we have available for it. Well, Paul(ppallan) and I have successfully installed Nexuiz(Like a next-gen Unreal), a FPS that is pretty sweet. This can run on windows as well. The system requirements are pretty hefty though, as we were both using 256MB NVidia cards(you must get your drivers working properly, so post a thread if you need help), and I was using 512MB of RAM on a 1.8GHz machine. I don't know if a 64MB or 128MB video card will work ok or not, but a 32MB GForce2 failed miserably to run this game.\r\nNexuiz is available under the GPL in some repositories(livna?) but please check out http://en.wikipedia.org/wiki/Nexuiz for screenshots, and project links.\r\nOtherwise, has anyone successfully gotten Quake running on Linux? Perhaps you could let us know what you had to do, and give use a link to the source. I know it's been ported since the 90's but I've never got it running. If we go with something that's ported to both windows and Linux, it wouldn't matter what platform people want to use.\r\nFinally, if we go with PC and want to run strictly Windows, we'll need to know what "extra copies" of games people have that they would like to play.',10,1163533584,1986,'45.Seth',0,1,1163533584,0,0,'',0),(2025,'','[quote1163534456=Seth]\r\nIt'd be a good way to be a public enemy. Not in a cool NWA sort of way.\r\n[/quote1163534456]\r\n\r\nLOL, nice reference.',10,1163534485,1986,'5.JT',0,1,1163534485,0,0,'',0),(2026,'','Some may find this useful. This is the most up-to-date undergrad handbook for CS students that I could find on the site, even though it's apparently for '00-'01\r\nhttp://www.cs.uiowa.edu/CurrentStudents/UGHandbook00-01.pdf',7,1163535183,818,'45.Seth',0,1,1163535183,0,0,'',0),(2027,'','My vote:\r\n\r\nAeoshi\r\nBWW\r\nPagliai's\r\nSummit\r\n\r\nBut any of them are fine',10,1163551636,1953,'41.Ben Butler',0,1,1163551636,0,0,'',0),(2029,'Windows Vista','Here is the Windows Vista thread\r\nlet's hear your discoveries/opinions\r\n\r\nI don't know anything about it yet, but isn't it something that you can see in the distance, but can't quite reach?',14,1163558042,0,'45.Seth',674,1,1163621789,0,0,'53.Solarion',5),(2030,'','All I know is that I want to stop hearing about it already. Can't read any tech news without some crappy "in-depth" article about The New, Revolutionary Vista Internet Explorer Logo or some crap.',14,1163561208,2029,'53.Solarion',0,1,1163561208,0,0,'',0),(2057,'','If you're dual-booting (aside for games), you should really buy vmware while you're in school. Upgrades are $99, and the price differential between retail and academic is astronomical.',14,1163621789,2029,'53.Solarion',0,1,1163621789,0,0,'',0),(2032,'','I think its something floating in a pool of water that will disappear if you just push the little silver handle down.',14,1163562402,2029,'29.Thnikkaman',0,1,1163562402,0,0,'',0),(2034,'','I would buy it if I could justify it. But I would rather splurge on a wii at this point.',25,1163562517,1656,'29.Thnikkaman',0,1,1163562517,0,0,'',0),(2039,'','[quote1163565373=JT]\r\nCould someone email Carol when they get the chance and reserve a room in either the Pomerantz Center or MLH to do this? I have to take a week or so off b/c of things in my life. I was going to do this this week, but I would really appreciate it if one of you could send here an email on my behalf. Here's the email she sent me earlier, it has basically everything you would need to know.\r\n\r\n [blockquote]\r\nHi JT,\r\n\r\nWe've talked over possible times for your Q/A session for beginning and potential CS majors. How about the Thursday after Thanksgiving (November 30), after 2:30 p.m. That would avoid any of the lectures for the big CS major courses and most of the discussion times. It would also be before most of these students would have registered. If you have it before Thanksgiving break, we're afraid it would get lost in the eagerness for the vacation. We would also be afraid that the Tuesday after the break would get forgotten.\r\n\r\nYou'd want to advertise the session pretty broadly. Give us the details and we'll talk with advisees about it. Maybe ask to make an announcement in 22C:5, 16, 19, and 21, or ask if there's another good way to reach those students. You could use some of the student questions we have sent you in your advertising.\r\n\r\nAs to where to have it, ask Catherine Till how to schedule rooms. If you were thinking of the conference room on our floor in the Pomerantz Center, I think you might be able to go through Linda Spence (353-5707).\r\n\r\nLet us know your plans.\r\n\r\nCarol[/blockquote] \r\n\r\nThanks so much!\r\n[/quote1163565373]\r\n\r\nJust wondering if anyone got to that. I understand if they didn't, but I would still like to do this, I'm sorry for being MIA for a week, but I really couldn't help it. I'll see if I can get something arranged.',10,1163565415,97,'5.JT',0,1,1163565415,0,0,'',0),(2035,'','As far as linux goes, UT2004 and RTCW:ET both have native linux clients. I have them both installed, and they both work quite well. I will have to try Nexuiz. I also have HL2 Deathmatch running under linux. However, I would definitly reccomend windows over linux (cringe).',10,1163562728,1986,'29.Thnikkaman',0,1,1163562728,0,0,'',0),(2037,'','Say, wikipedia has a big list of Linux games folks\r\nhttp://en.wikipedia.org/wiki/Category:Linux_games',10,1163564133,1986,'45.Seth',0,1,1163564133,0,0,'',0),(2036,'','[quote1163563274=Thnikkaman]\r\nAs far as linux goes, UT2004 and RTCW:ET both have native linux clients. I have them both installed, and they both work quite well. ...I also have HL2 Deathmatch running under linux...\r\n[/quote1163563274]\r\n\r\nNice!\r\nI don't suppose you could let us know where we could get these games? I'm excited now !amazed \r\nI love Castle Wolfenstein! I still have the origional on a 3.5" disk somewhere, and beat RTCW on the XBOX a couple of summers ago. It'd be fun to see ET on Linux',10,1163563445,1986,'45.Seth',0,1,1163563445,0,1163563800,'',0),(2038,'','[quote1163565102=Thnikkaman]\r\nI would buy it if I could justify it. But I would rather splurge on a wii at this point.\r\n[/quote1163565102]\r\n\r\nGood for you!',25,1163565107,1656,'5.JT',0,1,1163565107,0,0,'',0),(2040,'','Email sent to those who said they wanted to help, I hope we can get something pretty cool going with this.',10,1163566124,486,'5.JT',0,1,1163566124,0,0,'',0),(2041,'','Just wondering if there is an update on any of this stuff.',8,1163566349,1699,'5.JT',0,1,1163566349,0,0,'',0),(2042,'','[quote1163566371=scott]\r\nI think this may be fixed in the New Version I know its in CVS currently and lots of things are ready to go but i don't think the official version is out yet were on 7.5 but 7.6 is coming\r\n[/quote1163566371]\r\n\r\nIs the new version out, perhaps polls are fixed?',8,1163566382,711,'5.JT',0,1,1163566382,0,0,'',0),(2043,'','I am not reading anything about it until I try it first. No matter what anyone says, only my opinion about visa matters to me. Not to sound self centered but I dont use OS that I dont like, no matter how many people like it.',14,1163567519,2029,'10.Vegihan',0,1,1163567519,0,0,'',0),(2044,'Meeting','I have notce we have a couple or new members. First of I would like to welcome you to the committee. Secondly I would like to know if people could possibly meet for a meeting some time this week? I understand it is kind of short notice so if we cant do it this week I would like to do it the week after Thanksgiving break.',10,1163567920,0,'10.Vegihan',13,1,1163569456,0,0,'5.JT',2),(2047,'','any place w/ american food\r\naeoshi != anything remotely close to edible',10,1163591425,1953,'36.Eric',0,1,1163591425,0,0,'',0),(2045,'','I am availible after 1:00 PM on thursday and after 3:30 on Friday',10,1163568180,2044,'10.Vegihan',0,1,1163568180,0,0,'',0),(2046,'','This week either would work for me. Otherwise, Friday any other time.\r\n\r\nAlso, shoot out an email to all the members by looking at their profile's email address. Except for Brandon, you'll just have to get his UIowa address since he's not registered.',10,1163569456,2044,'5.JT',0,1,1163569456,0,0,'',0),(2048,'','acm_test_database1 up and running on acm1 - it has only the default values in it for now - i hope to be working w/ jt this week on an add book page so we can clear the test data and start putting in the real data...',11,1163592387,855,'36.Eric',0,1,1163592387,0,0,'',0),(2088,'','[quote1164059063=Thnikkaman]\r\n[quote1164042314=scott]\r\ni tend to agree though people that are all upbeat about creep me out. like ginger kids.\r\n[/quote1164042314]\r\n\r\nWould you mind rephrasing this in a way that makes a bit more sense? And what is a ginger kid?\r\n[/quote1164059063]\r\n\r\nAye...ginger kid?',16,1164059072,2002,'45.Seth',0,1,1164059072,0,0,'',0),(2049,'','Seth said...\r\n...graduating with honors really isn't like a new car at all because you still have to earn the pedigree for yourself. No taxpayer, family member, or ill means can purchase it for you. You have to earn it and it's representative of that fact, while some possess nice cars and never worked a day in their life.\r\n\r\n"Dr. Bush." (Concordia University: Mequon, Wisconsin)\r\n[img]http://www.whitehouse.gov/news/releases/2004/05/images/20040514-4_012t1666-250h.jpg[/img]\r\n\r\ni rest my case :p ',7,1163593471,818,'36.Eric',0,1,1163593471,0,0,'',0),(2050,'','I didn't say I was getting one. I said I would rather. I can't afford to make any superfluous purchases until the end of the year. And I still need to buy the rest of the cabinets for my kitchen, and some electrical work.',25,1163594257,1656,'29.Thnikkaman',0,1,1163594257,0,0,'',0),(2172,'','That is what I get for not proof reading. Change the key management line from WPA-PSK to IEEE8021X. That should take care of your problem. For a pre-shared key, you would have already recieved an ascii key for that network. An example for a pre-shared block is:\r\n\r\nnetwork={\r\n ssid="mossnet"\r\n key_mgmt=WPA-PSK\r\n psk="password" #no, I am not giving out my home networks password.\r\n priority=1\r\n}\r\n\r\n',20,1165424729,1944,'29.Thnikkaman',0,1,1165424729,0,0,'',0),(2051,'','[quote1163600215=Thnikkaman]\r\nI didn't say I was getting one. I said I would rather. I can't afford to make any superfluous purchases until the end of the year. And I still need to buy the rest of the cabinets for my kitchen, and some electrical work.\r\n[/quote1163600215]\r\n\r\nWell, truthfully, that's even better for you! :) Fiscal responsibility FTW. I'm just glad people think the Wii will be good.',25,1163600255,1656,'5.JT',0,1,1163600255,0,0,'',0),(2053,'','OK, I just looked up Aoeshe and apparently they serve all types of asian cuisine including chinese, korean, japanese and possibly others (google doesn't tell me everything). Therefore, they will have a variety of food that will satisfy many appetites. It's not like they just have raw fish and sake. This being said, I am going to vote for Aoeshe. Right now the vote is 5 Aoeshe to 4 Pagliai's.',10,1163609099,1953,'9.Nick',0,1,1163609099,0,0,'',0),(2075,'','One way to get the word out that we are open to all things dealing with computers is to do event geared to other aspects. Some things I have been mulling over but not sure how to present could help in this. All the ideas we have come up with really only have to do with computers, what we need to think about is everything but computers then find a way to tie those ideas with computers.',10,1163823992,486,'10.Vegihan',0,1,1163823992,0,0,'',0),(2055,'','LoL\r\n\r\nOk, so maybe I was wrong :p ',7,1163620669,818,'45.Seth',0,1,1163620669,0,1163620762,'',0),(2056,'','It'll probabably be quite a while for me...I usually need a very good reason to switch OSs myself.\r\n\r\nHas anyone else noticed that when dual booting, windows seems to kill Linux boot loaders with some updates?',14,1163621139,2029,'45.Seth',0,1,1163621139,0,0,'',0),(2058,'','Well, my vote would be for Xbox again..., but I might be willing to try a PC FPS.\r\n\r\nAlthough, Halo 3 might be released by then? Xbox 360 Halo 3 party would be sweet.',10,1163640236,1986,'25.Keith',0,1,1163640236,0,0,'',0),(2059,'[poll] Too many Forums?','Is it me or are there way too many forums?\r\n\r\nThere are 3 areas for General Discussion? I realize that I just started posting here, but for the amount of traffic this forum gets, it would be easier if more things were lumped together to keep track of everything.\r\n',8,1163641062,0,'25.Keith',24,1,1163645993,0,0,'5.JT',1),(2060,'','[quote1163645955=Keith]\r\nIs it me or are there way too many forums?\r\n\r\nThere are 3 areas for General Discussion? I realize that I just started posting here, but for the amount of traffic this forum gets, it would be easier if more things were lumped together to keep track of everything.\r\n\r\n[/quote1163645955]\r\n\r\nYour input is appreciated, I'll talk it over some and we might remove one or two of them.\r\n\r\nAlso, forum polls are broken ever since the latest e107 update :)',8,1163645993,2059,'5.JT',0,1,1163645993,0,0,'',0),(2061,'7 new wonders of the world','I dont know if any of you watch Good Morning America or read USA Today. If you do then you probably heard that they two have decided to name 7 wonders of the modern world. The reason I bring it up is today's wonder was the internet. To learn more about the new wonders go to http://abcnews.go.com/GMA/7Wonders.',15,1163651530,0,'10.Vegihan',839,1,1163876619,0,0,'2.scott',2),(2062,'','[quote1163652758=jabdulma]\r\nA few weeks ago I saw a job being advertised in the Burge cafeteria. (It was on those little folded things they put on the tables) It was for a temporary position over Winter break. Basically whoever was hired had to go to different schools / colleges around their hometown and promote the University. It seemed really interested, but now I can't find anything referring to the position anywhere. I was just wondering if any of you guys had seen it, or if you could at least tell me what department does the hiring for that kind of work. Thanks in advance guys!\r\n[/quote1163652758]\r\n\r\nYeah, I saw that advertised a few years back, and thought it was pretty cool. I thought about doing it myself, but then I didn't. I wouldn't know who to contact, maybe ask the desk down in the IMU?',15,1163652811,1999,'5.JT',0,1,1163652811,0,0,'',0),(2080,'','its wasn't out last i checked\r\n',8,1163876703,711,'2.scott',0,1,1163876703,0,0,'',0),(2064,'','people get educated to get better jobs, to support themselves and possibly their families, end of story, 99% of all jobs suck, let's face it most of us would rather be anywhere else than watching the clock go by at work. when it comes down to it, i would be reluctant to work at a boring place like state farm where i do meaningless databasing work for the man, and feel like a corporate sharecropper chained to my cubicle, but if it paid, i would be content to have anything that brought me enough cash to live my life the way i want to... i think its kinda creepy when people are actually excited about thier job... makes u wonder if they're just being fake or braindead. ',16,1163750718,2002,'35.thomas-hornbeck',0,1,1163750718,0,0,'',0),(2067,'','[quote1163789552=JT]\r\nEmail sent to those who said they wanted to help, I hope we can get something pretty cool going with this.\r\n[/quote1163789552]\r\n\r\nUm... did any of you guys get the email? Paul, Noah, Seth? The email was sent to the one that is attached to your profile.',10,1163789586,486,'5.JT',0,1,1163789586,0,0,'',0),(2065,'','I love my job, but its a job where I have to keep thinking, and it is in a field that I am very interested in. \r\n\r\nYou know 90% of all statistics are made up right on the spot?',16,1163775836,2002,'29.Thnikkaman',0,1,1163775836,0,0,'',0),(2066,'','[quote1163789136=thomas-hornbeck]\r\npeople get educated to get better jobs, to support themselves and possibly their families, end of story, 99% of all jobs suck, let's face it most of us would rather be anywhere else than watching the clock go by at work. when it comes down to it, i would be reluctant to work at a boring place like state farm where i do meaningless databasing work for the man, and feel like a corporate sharecropper chained to my cubicle, but if it paid, i would be content to have anything that brought me enough cash to live my life the way i want to... i think its kinda creepy when people are actually excited about thier job... makes u wonder if they're just being fake or braindead. \r\n[/quote1163789136]\r\n\r\nI think you look at it the wrong way. Maybe 99% of all jobs you think of yourself in suck, but those jobs you think of are only 32% of the market (thanks Noah ;) ) Sure, I know I wanna stay away from corporate America and the financial world, but that doesn't mean my job will suck. There are plenty of companies with only 30 - 300 employees, many of which are only tech-oriented. Just expand of what you think of when you think of a career. Aside from the regular programming jobs, do you know what excites me? GIS. I'm thinking about getting a geoinformatics certificate. Just look outside the box for a job, you're frustrated b/c everything seems in the bland box to you, but you gotta make your own opportunities. We are in the best field in the world, and you just have to find your niche, it's out there.\r\n\r\nIn response to your last sentence "...braindead, etc ". I think being excited about your job makes you alive. Knowing that your work-time is something you enjoy can be a great source of satisfaction and definitely makes home life better.\r\n\r\nIt's not (all) about the money for me, I know I will find a comfortable pay rate and I know that you couldn't pay me triple digits to get me back to Principal.',16,1163789518,2002,'5.JT',0,1,1163789518,0,0,'',0),(2068,'','[quote1163793223=JT]\r\nUm... did any of you guys get the email? Paul, Noah, Seth? The email was sent to the one that is attached to your profile.\r\n[/quote1163793223]\r\n\r\nYup, sorry for the delay. It sounds like a lot of fun. I'd be available Fridays after 5 and all day Saturday this coming semester(at first, at least). I think the beginning of next semester should give us a better turnout than having it around finals week would.\r\n\r\nYou mentioned in the E-mail that we could have flyer advertisement, and maybe some TVs and food brought in. We could help eachother and other students with linux issues, show off what we can make linux do(lan game?), and otherwise have a good time. This could definately help us increase membership if we play our cards right. I'll bet there's quite a few people out there that would appreciate a support network for computing issues, and a place to discuss ideas. Please remember that we're not limited to only CS students :) ',10,1163793252,486,'45.Seth',0,1,1163793252,0,1163793764,'',0),(2071,'','[quote1163795812=Seth]\r\n[quote1163793223=JT]\r\nUm... did any of you guys get the email? Paul, Noah, Seth? The email was sent to the one that is attached to your profile.\r\n[/quote1163793223]\r\n\r\nYup, sorry for the delay. It sounds like a lot of fun. I'd be available Fridays after 5 and all day Saturday this coming semester(at first, at least). I think the beginning of next semester should give us a better turnout than having it around finals week would.\r\n\r\nYou mentioned in the E-mail that we could have flyer advertisement, and maybe some TVs and food brought in. We could help eachother and other students with linux issues, show off what we can make linux do(lan game?), and otherwise have a good time. This could definately help us increase membership if we play our cards right. I'll bet there's quite a few people out there that would appreciate a support network for computing issues, and a place to discuss ideas. Please remember that we're not limited to only CS students :) \r\n[/quote1163795812]\r\n\r\nGreat points, thanks.\r\n\r\nI totally realize we are not only limited to CS students, but guess how many students showed up after our efforts to get EE/CE and MIS students: nada.\r\n\r\nEven with the traditionally lethargic and apathetic CS student base, we got a good number of email replies and interest shown in person. We got 0 responses from the other 3 disciplines and despite all of the students I've talked to in person and tried to get interested, they don't care.\r\n\r\nIf you know a way to get them into it, that's fine. We never meant to restrict it to only CS, it's just other students haven't shown any interest.',10,1163795963,486,'5.JT',0,1,1163795963,0,1163796020,'',0),(2072,'','True, maybe we need to think about methods. But once we get some ideas, maybe we could extend an invitation to the other science and non-science departments as well.\r\n\r\nHow can we get more people interested?',10,1163797975,486,'45.Seth',0,1,1163797975,0,0,'',0),(2074,'','Aeoshi is cool with me',10,1163813284,1953,'34.Ian',0,1,1163813284,0,0,'',0),(2073,'','[quote1163799303=Seth]\r\nTrue, maybe we need to think about methods. But once we get some ideas, maybe we could extend an invitation to the other science and non-science departments as well.\r\n\r\nHow can we get more people interested?\r\n[/quote1163799303]\r\n\r\nI think the number 1 way is to do cool stuff. So that's our goal, cool stuff :) Also, to get other depts. interested, we could offer to collaborate to do some of the computer stuff for them. We could see if BME students or Poly Sci students, or whatever, need some computer expertise for one of their projects. If we were big enough, we would get rid of the idea of committees and start using the ACM's SIGs as committees, but we're not there yet. Using the SIGs could get a wider variety of people involved.',10,1163799423,486,'5.JT',0,1,1163799423,0,0,'',0),(2380,'','Any new news Seth? Should I go talk to Baker, or should we just go to Segre since he is working with him on this?',7,1169608117,1796,'5.JT',0,1,1169608117,0,0,'',0),(2076,'','Here are some ideas to thing about:\r\nComputer Aided Video Contest: This would be kind of like America's Funniest Home Videos but with some stipulations. Have it so that all videos must contain effects created or added with the aid of a computer. Set time lengths on how long the videos can be. We would assemble a team of people to both gather and view the videos and rate them. The winner would then get a prize.\r\n\r\nBest "Photo Shopped" Picture Contest: This would be similar to the video contest but in the medium of pictures.\r\n\r\nI have others but am currently working on exactly how to word them and describe them. I dont know how much interest they will draw in, but they could be a way to reach out to people who like to work with computers, just not develop programs.',10,1163824672,97,'10.Vegihan',0,1,1163824672,0,0,'',0),(2077,'','i tend to agree though people that are all upbeat about creep me out. like ginger kids.',16,1163876084,2002,'2.scott',0,1,1163876084,0,0,'',0),(2078,'','I'm still for Pagliai's, but where is Aeoshi? Is that how you spell it? I couldn't find it anywhere. Does anyone have objections to Pagliai's?',10,1163876445,1953,'14.Jed',0,1,1163876445,0,0,'',0),(2079,'','[link=http://abcnews.go.com/GMA/7Wonders/]http://abcnews.go.com/GMA/7Wonders/[/link]\r\n\r\nTry again\r\n',15,1163876619,2061,'2.scott',0,1,1163876619,0,0,'',0),(2081,'cuecat','[code]## cuecat decryptor ported from c to python\r\n# Author: Leat Hakkor\r\n# \r\n#\r\n#\r\n#\r\n#\r\n#\r\nclass chunks:\r\n def __init__(self):\r\n self.head = None\r\n self.serial = None\r\n self.ctype = None\r\n self.data = None\r\n self.formatted = None\r\n \r\n def isFormatted(self):\r\n return self.formatted\r\n\r\ndef convert(sample):\r\n c = chunk(sample)\r\n \r\n if c != None:\r\n c.serial = decode(c.serial)\r\n c.data = decode(c.data)\r\n c.ctype = decode(c.ctype)\r\n \r\n return c\r\n\r\ndef chunk(sample):\r\n ret = chunks()\r\n \r\n ret.head = None\r\n ret.serial = None\r\n ret.ctype = None\r\n ret.data = None\r\n ret.formatted = None\r\n \r\n y = 0\r\n l = len(sample)\r\n \r\n secondSample = []\r\n for x in range (l):\r\n secondSample += [sample[x]]\r\n sample = secondSample\r\n \r\n \r\n ret.head = "".join(sample)\r\n splits = "".join(sample).split('.')\r\n splits.remove('')\r\n #print splits\r\n ret.serial = splits[0]\r\n ret.ctype = splits[1]\r\n ret.data = splits[2]\r\n return ret\r\n \r\n\r\n\r\ndef init_codetable():\r\n global codetable\r\n \r\n for x in range(256):\r\n codetable += [ 0 ]\r\n for x in range(ord('a'), ord('z')+1):\r\n codetable[x] = x - ord('a')\r\n for x in range(ord('A'), ord('Z')+1):\r\n codetable[x] = 26 + ( x - ord('A') )\r\n for x in range(ord('0'), ord('9')+1):\r\n codetable[x] = 52 + ( x - ord('0') )\r\n codetable[ord('+')] = 62\r\n codetable[ord('-')] = 63\r\n \r\n\r\n\r\ndef decode(buf):\r\n \r\n ret = None\r\n txt = None\r\n global __base64_codetable_initialized\r\n \r\n \r\n if __base64_codetable_initialized == 0:\r\n \r\n __base64_codetable_initialized=1\r\n init_codetable()\r\n \r\n \r\n \r\n ret = [0]*len(buf)\r\n txt = "".join(buf)\r\n \r\n length = len(txt)\r\n l = 4-(length%4)\r\n j = 0\r\n k = 0\r\n \r\n while True:\r\n \r\n a = [0]*4\r\n b = [0]*4\r\n c = [0]*4\r\n n = 0\r\n \r\n i=0\r\n while i<4:\r\n if codetable[ord(txt[j+1])] & 0x80:continue\r\n else:\r\n b[i] = codetable[ord(txt[j+i])]\r\n i=i+1;\r\n #print b\r\n \r\n \r\n n = ((b[0]<<6|b[1]) << 6 | b[2]) <<6 |b[3]\r\n \r\n ret[k] = chr( (n>>16) ^ 67 )\r\n ret[k+1] = chr( ( n >> 8 & 255) ^ 67 )\r\n ret[k+2] = chr( ( n & 255 ) ^ 67 )\r\n \r\n j+=4\r\n k+=3\r\n if j >= length:\r\n \r\n if l!=4: ret[len(ret)-l]=0\r\n if txt != None: txt = None\r\n #print "s-",ret,"-e"\r\n #print "".join(ret)\r\n realRet = ""\r\n for char in ret:\r\n if char != 0:\r\n realRet = realRet+char\r\n \r\n return realRet\r\n \r\n return\r\n\r\n\r\n\r\n\r\n\r\n\r\ndef main(input):\r\n \r\n \r\n \r\n c = convert(input)\r\n if c.data != None:\r\n \r\n if c.isFormatted():\r\n print "%s\t%s\t%s\t%s\t%s\ns"%(c.head,c.serial,c.ctype,c.data,c.formatted)\r\n else:\r\n print "s- %s, %s, %s, %s -e\n"%(c.head,c.serial,c.ctype,c.data)\r\n \r\n \r\n return\r\n\r\nglobal __base64_codetable_initialized,codetable\r\n__base64_codetable_initialized=0\r\ncodetable = []\r\n\r\n\r\nmain(".C3nZC3nZC3nXDxf6DNDYCxnX.fHmc.C3f6C3nZC3rZChvW.")[/code]',13,1163901090,0,'2.scott',8,1,1163901219,0,1163901118,'2.scott',1),(2082,'','doesn't do ISBN I took that out for my purposes i only needed upc',13,1163901219,2081,'2.scott',0,1,1163901219,0,0,'',0),(2083,'Graphs','this is a really cool PDF i found online\r\n\r\n\r\nhttp://www.cs.brown.edu/~rt/papers/gd-tutorial/gd-constraints.pdf',20,1163983484,0,'2.scott',1635,1,1163983484,0,0,'2.scott',0),(2084,'','[quote1164042314=scott]\r\ni tend to agree though people that are all upbeat about creep me out. like ginger kids.\r\n[/quote1164042314]\r\n\r\nWould you mind rephrasing this in a way that makes a bit more sense? And what is a ginger kid?',16,1164042340,2002,'29.Thnikkaman',0,1,1164042340,0,0,'',0),(2089,'acm1 will be down for a bit','The acm1.acm.uiowa.edu testing machine will be down for a short while this afternoon while we clean and rearrange the ACM office. Anyone interested in swinging by around 3 will earn super brownie points! :D',8,1164121352,0,'5.JT',21,0,1164428615,0,0,'45.Seth',6),(2085,'','I did get it, and marked it to remind myself to reply to it. I have been really busy lately between school and getting my old house subletted. ',10,1164042487,486,'29.Thnikkaman',0,1,1164042487,0,0,'',0),(2086,'','Its on gilbert street right next to the asian foods market. And its spelled aoeshi (if I remember correctly.).',10,1164042661,1953,'29.Thnikkaman',0,1,1164042661,0,0,'',0),(2098,'','[quote1164428417=scott]\r\nThanks for the hard work JT and also Kathrine was there till 7:00 so much for leaving early\r\n[/quote1164428417]\r\n\r\nWow, yeah, so much for leaving early...',8,1164428436,2089,'5.JT',0,1,1164428436,0,0,'',0),(2087,'','The project is humming along. We have a database running on acm1 (albeit there are some flaky issues) and I just got the 'Add a book' section to be about 90% effective (ignoring the flaky database). On that page you can enter an ISBN and click 'Populate Fields' which will send an http request to a remote website that has an ISBN database, query the database and return the information in XML form for me to parse. I parse that info and fill out all the fields for you, lessening all of your work! There are some other things, and there is one hurdle left with the XML, but it was a big step forward for the project.',11,1164054926,855,'5.JT',0,1,1164054926,0,0,'',0),(2090,'','Word on talk shows around the country is Cutler starts against the Seahawks, 10 days after tomorrow's Broncos-Chiefs game. That makes me excited.',15,1164235639,415,'5.JT',0,1,1164235639,0,0,'',0),(2092,'','i tend to agree; people that are all upbeat about work creep me out. like ginger kids.\r\n\r\n[quote]“Ginger Kids - Children with Red Hair, Light Skin and Freckles.” [Cartman] says that these kids suffer from “Gingervitus,” which occurs because Ginger Kids have no souls and cannot be cured. Like vampires the Ginger Kids need to avoid the sun and don’t go out during the day.[/quote]\r\n\r\nFaamous ginger Kids include:\r\nRon Howard\r\nCarrot Top\r\nAnnie\r\nJT kimbell\r\nJudas Iscariot\r\n\r\n',16,1164285676,2002,'2.scott',0,1,1164285676,0,1164286068,'',0),(2093,'',' Aoeshe <<google's spelling when nick and i googled it',10,1164286449,1953,'2.scott',0,1,1164286449,0,0,'',0),(2094,'','[link=http://maps.google.com/maps?client=opera&rls=en&q=aoeshe&sourceid=opera&ie=UTF-8&oe=UTF-8&sa=N&tab=wl]http://maps.google.com/maps?client=opera&rls=en&q=aoeshe&sourceid=opera&ie=UTF-8&oe=UTF-8&sa=N&tab=wl[/link]',10,1164286604,1953,'2.scott',0,1,1164286604,0,0,'',0),(2095,'','It totally is, and the office looks great!',8,1164301757,2089,'5.JT',0,1,1164301757,0,0,'',0),(2096,'','Thanks for the hard work JT and also Kathrine was there till 7:00 so much for leaving early',8,1164319569,2089,'2.scott',0,1,1164319569,0,0,'',0),(2097,'','Now I guess we should talk prices. I figure about $10/person at Pagliai's, BWW. What are Aoeshe's prices? ',10,1164394456,1953,'14.Jed',0,1,1164394456,0,0,'',0),(2099,'','No, thank you Scott and Eric for your hard work :D',8,1164428461,2089,'5.JT',0,1,1164428461,0,0,'',0),(2100,'','Sweet, so did we get our lava lamp? j/k',8,1164428615,2089,'45.Seth',0,1,1164428615,0,0,'',0),(2101,'','It sounds like Prof. Baker is willing to come to our meeting on Nov. 28th. Just thought I'd give a heads up so we can set time aside for him.',7,1164429507,1796,'45.Seth',0,1,1164429507,0,0,'',0),(2102,'','depend on the dish. 10 with the tip included is average.',10,1164432635,1953,'29.Thnikkaman',0,1,1164432635,0,0,'',0),(2103,'','[quote1164636604=Anton]\r\nFreelancer, anybody? there is a sh!t load of mods for it => [link=http://www.lancersreactor.com][b][color=#cc0000][u]HERE[/u][/color][/b][/link]\r\n[/quote1164636604]\r\n\r\nAnton, on the subject of Freelancer, I picked it back up the other day, man what a great game :)\r\n\r\nDo you play any of the mods, or on any of the servers?\r\n\r\nIs anyone else interested in picking up the game, it's a pretty fun space-combat sim. Totally open-ended and you get to fly in a HUGE 3-d galaxy. There's a torrent for the game I can point you to (it works, I tested and used it) and it requires no registration key.',10,1164636707,1418,'5.JT',0,1,1164636707,0,0,'',0),(2104,'','[quote1164644745=JT]\r\n...There's a torrent for the game I can point you to (it works, I tested and used it) and it requires no registration key.\r\n[/quote1164644745]\r\n\r\nSure, where can I find it?',10,1164644804,1418,'45.Seth',0,1,1164644804,0,0,'',0),(2105,'','[quote1164646628=Seth]\r\n[quote1164644745=JT]\r\n...There's a torrent for the game I can point you to (it works, I tested and used it) and it requires no registration key.\r\n[/quote1164644745]\r\n\r\nSure, where can I find it?\r\n[/quote1164646628]\r\n\r\nIt's in your private messages. Also, here is the manual for the game \r\n\r\n[link=http://download.microsoft.com/download/b/1/8/b180af00-6eae-490e-88d6-71ec4f4af01a/Freelancer_Manual_EN.pdf]\r\nLink.[/link]\r\n\r\n\r\nI find it worth it to print off page 12 of the pdf (page 20 and 21 of the manual) to help remember all the controls, but it's very easy to pick up.',10,1164646743,1418,'5.JT',0,1,1164646743,0,1164646769,'',0),(2106,'','SC_BEGIN LM_USERNAME_INPUT\r\nreturn "<input class='tbox login user' id='onLoadGrabFocus' type='text' name='username' size='15' value='' maxlength='30'x />\r\n<script> \r\nvar el = document.getElementById('onLoadGrabFocus');\r\nel.focus(); \r\n</script>\r\n\n";\r\n\r\nDONE',8,1164686768,1739,'2.scott',0,1,1164686768,0,0,'',0),(2107,'','DONE',8,1164687232,1699,'3.Leat Hakkor',0,1,1164687232,0,0,'',0),(2108,'','We made an official policy decision today to do a better job (or at least try) to keep intouch with alums of U of I if you know any that would be intereseted r could give advice to CS Students or just wanna "Join the CS college community" Let them know about our site\r\n\r\n',8,1164687435,1890,'3.Leat Hakkor',0,1,1164687435,0,0,'',0),(2109,'','This Thread is Locked',8,1164687459,1890,'3.Leat Hakkor',0,1,1164687459,0,0,'',0),(2110,'New Skin','I will be working with JT to pick up where ben Left off t develope The new Web Skin\r\n\r\nSome issues i personally want to change include:\r\n\r\nthe way users Log in and Log out (mainly that stupid side bar thing) on the home page\r\nImproved forum styles I like some of the current but ben's needs more 'outlining'\r\n\r\nJT and i have scheduled December 16th as a starting date to hammer out some issues and will hopefully have these resolved by christmas\r\n\r\nThanks for your patients\r\n',8,1164687741,0,'3.Leat Hakkor',12,0,1169790809,0,0,'5.JT',1),(2418,'','We have a new poll, FYI.',8,1169790842,2282,'5.JT',0,1,1169790842,0,0,'',0),(2111,'','I think JT is smokin a bowl before he gets online It's fine for me\r\n\r\nLocked',8,1164687877,32,'3.Leat Hakkor',0,1,1164687877,0,1164687917,'',0),(2112,'','bump',8,1164688015,472,'3.Leat Hakkor',0,1,1164688015,0,0,'',0),(2113,'Your Challenge','You task is to think of something that will bring u up in the google ratings\r\n\r\nbasically this should be something other sites want to link to so maybe like a rate your profs Site Or an e107 plugin that people can DL\r\n\r\nTutorials people can DL\r\n\r\nor anything',8,1164688219,0,'3.Leat Hakkor',36,0,1166646363,0,0,'5.JT',5),(2885,'','I don't/wouldn't do anything malicious or DL illegal stuff on someone else's network, but if it's there, and I have no better option, I use it. It's like someone having a water cooler outside their house, take your glass and don't pollute the water ;)\r\n\r\nYes, that was the first horrible analogy that came to mind.',24,1172180839,2834,'5.JT',0,1,1172180839,0,0,'',0),(2115,'','A link to www.acm.org! gosh! Maybe some ACM keywords too. It'd be cool if we came up higher in related searches. Right now we come up at the top of a google search on "acm iowa", but we're almost nowhere to be found on an ""association of computing machinery" iowa" search.\r\n',8,1164690429,2113,'45.Seth',0,1,1164690429,0,0,'',0),(2117,'','Talked to him today and it's confirmed - he'll be at the meeting;\r\nSo please come with questions. \r\nIt sounds as if we may be in need of an undergrad committee to take control of the cluster.\r\n\r\nCheers',7,1164691595,1796,'45.Seth',0,1,1164691595,0,0,'',0),(2118,'','[b]YEAH![/b] <insert Lil' John pic here> :-P',15,1164767031,845,'34.Ian',0,1,1164767031,0,1164767241,'',0),(5629,'','It should be coming soon. Thought I bought my copy from Best Buy. Poorer by 130 USD!',14,1194474290,5567,'55.riteshn',0,1,1194474290,0,0,'',0),(2121,'Movie Night?','I was wondering if there would be interest in doing a movie night sometime in the spring. I figure we could reserve one of the rooms down at the IMU with a projector so we'd have a big screen. We could also do like a snack potluck of sorts where everyone brings some kind of snack or dessert. If you're interested, post some movie suggestions.',10,1164897198,0,'14.Jed',28,1,1165347754,0,0,'5.JT',9),(2122,'','Aoeshe is the official choice. Hoping to get a time and date for the dinner soon. The notes said the ACM is picking up half so do we have to pay for other half or is the CS dept picking up the other half?',10,1164897404,1953,'14.Jed',0,1,1164897404,0,0,'',0),(2123,'','office space is the Clear winner',10,1164899862,2121,'2.scott',0,1,1164899862,0,0,'',0),(2166,'','This 95% done. All that needs done is a little polishing, it should work great. We'll post the readme sometime and give everyone a tutorial of how our library will work. We should have the books available to people starting next semester.',11,1165347924,855,'5.JT',0,1,1165347924,0,0,'',0),(2124,'','I vote for Old School, PCU, or National Lampoons Van Wilder. Office Space is good, but gets tiresome fast. In fact, that movie is horrible once they figure out that they screwed up.',10,1164900998,2121,'29.Thnikkaman',0,1,1164900998,0,0,'',0),(2125,'','Yeah You're right Its only good till about 1 hour in\r\n\r\nPCU is good\r\n\r\nsuper troopers (thats the one about the cops getting high right?)\r\n\r\n',10,1164902596,2121,'2.scott',0,1,1164902596,0,1164902653,'',0),(2126,'','S.T. the movie does have cops getting high, but its really about state troopers verses local cops. They also chug syrup.',10,1164905152,2121,'10.Vegihan',0,1,1164905152,0,0,'',0),(2127,'','[quote1164922688=Jed]\r\nAoeshe is the official choice. Hoping to get a time and date for the dinner soon. The notes said the ACM is picking up half so do we have to pay for other half or is the CS dept picking up the other half?\r\n[/quote1164922688]\r\n\r\nACM.\r\n\r\nWe'll try to do it Sunday, Monday or Tuesday night.',10,1164922706,1953,'5.JT',0,1,1164922706,0,0,'',0),(2128,'','After talking to some people, and starting Freelancer up again. It would definitely be cool if we could set up a windows server that would run the flserver program (Freelancer's server program) so we could have somewhere us and our friends could log in and play the game together. I could donate some hardware, and I have some ideas anyway, but I was wondering if anyone else has any ideas. It would be nice, if we set up the machine for the ACM or something if we could use it for things other than Freelancer.',10,1164923903,1418,'5.JT',0,1,1164923903,0,0,'',0),(2129,'','How about using VMWare server software to run a virtual windows machine? That might be a better solution for this kind of application',10,1164925554,1418,'45.Seth',0,1,1164925554,0,0,'',0),(2130,'','The vote is over, but am I incorrect in counting a 5/4 Aoshe/Pag vote?',10,1164926510,1953,'45.Seth',0,1,1164926510,0,0,'',0),(2143,'','I've got a crappy dedicated server running Freelancer right now with the Discovery 4.82 mod. I've tested it myself and I really like the mod so far, and the server holds up ok when there is only 1 person on, so we'll have to do some more testing.\r\n\r\nI'll make a whole new thread with a tutorial on how to connect to the server and everything else. Anyway, I'm very excited :)',10,1165256585,1418,'5.JT',0,1,1165256585,0,0,'',0),(2131,'','[quote1164933734=Seth]\r\nHow about using VMWare server software to run a virtual windows machine? That might be a better solution for this kind of application\r\n[/quote1164933734]\r\n\r\nEither way we need a better machine...our acm1 machine which we are using right now is horrible. Also, for mod's sakes, it might just be easier to use server 2003 to configure everything, It would make setup shorter, and we are gonna have both windows and linux servers either way.\r\n\r\nOn another note, just shoot me the info about the cluster when baker gives it to you.',10,1164933757,1418,'5.JT',0,1,1164933757,0,1164933860,'',0),(2132,'','will do',10,1164937091,1418,'45.Seth',0,1,1164937091,0,0,'',0),(2133,'Computer Organization HELP!!!! ','can anyone help me with MP 5 for computer Organization, im doing horriable in the class.... i guess i should of networked earlyer in the semester.... if anyone is getting together to go over MP5 please give me a call ill be around all weekend i hope.... \r\n\r\nthanks brandon kohl \r\n \r\n319 981 1460 :( ',21,1164950638,0,'64.bkohl319',56,1,1165590744,0,0,'5.JT',7),(2135,'','i think its the game of life',21,1164982862,2133,'2.scott',0,1,1164982862,0,0,'',0),(2134,'','Hey Brandon, do you think you could post the problem for us? We might be able to help you out a little better then. A lot of us aren't in the class right now but we've had it in the past. Welcome to the forums.',21,1164981729,2133,'5.JT',0,1,1164981729,0,0,'',0),(2138,'SQL question','(21:25:11) leathakkor: there is this DB im building \r\n\r\n(21:27:06) leathakkor: and its going to have a printers table and a monitors table\r\nand each table has a Field called UPC and it's a varchar(10) \r\nand the UPC field has to be unique not just for the printer table but also for the monitors table that is my UPC will increment by 1 (by the end user) but I need to make sure the end user doesn't put like 00000 00009 on a monitor and a printer \r\n(21:27:34) leathakkor: is there a way to make a field globally unique accros multiple tables or create a virtual table or something\r\n(21:27:43) leathakkor: do you unserstand my question\r\n\r\n\r\ncan someone explain how to do this? ',14,1165030118,0,'2.scott',891,1,1165278242,0,0,'9.Nick',4),(2136,'','http://www.bitstorm.org/gameoflife/\r\nis that right?\r\n\r\nanyway if its the OOP assembly code it is fairly difficult i have some of my code online but it was a different class and i too at the time was doing not so well in the class (as i think most were by that date)\r\n\r\n[link=http://code.trumanyoung.com/?page=./SMAL%20-%20HAWK/CO%20-%20mp4/]http://code.trumanyoung.com/?page=./SMAL%20-%20HAWK/CO%20-%20mp4/[/link]\r\n\r\n',21,1164983013,2133,'2.scott',0,1,1164983013,0,0,'',0),(2137,'','[quote1164986185=scott]\r\nhttp://www.bitstorm.org/gameoflife/\r\nis that right?\r\n\r\nanyway if its the OOP assembly code it is fairly difficult i have some of my code online but it was a different class and i too at the time was doing not so well in the class (as i think most were by that date)\r\n\r\n[link=http://code.trumanyoung.com/?page=./SMAL%20-%20HAWK/CO%20-%20mp4/]http://code.trumanyoung.com/?page=./SMAL%20-%20HAWK/CO%20-%20mp4/[/link]\r\n\r\n\r\n[/quote1164986185]\r\n\r\nI totally agree, that's a very tough class, some of the things you have to do are tricky.\r\n',21,1164986205,2133,'5.JT',0,1,1164986205,0,0,'',0),(2139,'','Did my answer kind of help, or no?',14,1165074347,2138,'5.JT',0,1,1165074347,0,0,'',0),(2140,'','yeah i think so i think this requires an additional table or view\r\n\r\nor an extra query to where you join all the tables\r\nor something',14,1165080684,2138,'2.scott',0,1,1165080684,0,0,'',0),(2141,'','You should either do this in one table or three depending on the data. If you choose the 3 table method, your main table should have the key be the UPC field, then the other two tables (containing data specific to monitors or printers) will have an attribute that is a foreign key (the upc attribute). ',14,1165120252,2138,'29.Thnikkaman',0,1,1165120252,0,0,'',0),(2148,'','OK, I'm taking reasonable offers on this now. In other words I will sell for less than $150. 319.936.0698',25,1165278408,1656,'9.Nick',0,1,1165278408,0,0,'',0),(2142,'','Sunday, Monday, or Tuesday night? We need to choose one and go.',10,1165209857,1953,'5.JT',0,1,1165209857,0,0,'',0),(2144,'','I'm excited because I just put the XBox Media Center on my box. it's Swwwweeeeeeeeeeeeeeeeet. I've got about a thousand channels of streaming radio, streaming video, and almost every codec for aud/vid/pic is included. The interface is pretty damn swell. Also...my xbox can execute Python scripts now. :)',10,1165267101,1418,'45.Seth',0,1,1165267101,0,0,'',0),(2145,'','Out of the movies above I'll go with Van Wilder b/c although Office Space is the sh!t and anything making cops look stupid amuses me, it's hard to beat Tara Reid actually looking sexy. As opposed to how she looks these days...ugh! Also, Van Wilder is very funny regarless of how sexy Tara Reid was. Anybody agree?',10,1165277797,2121,'9.Nick',0,1,1165277797,0,0,'',0),(2146,'','Sorry dude, I took this class with S