View file chat spall script/back up/kaku.sql

File size: 722.26Kb
-- MySQL dump 10.11
--
-- Host: localhost    Database: deepak_kaku
-- ------------------------------------------------------
-- Server version	5.0.91-community

/*!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 */;

--
-- Table structure for table `ibwf_acc`
--

DROP TABLE IF EXISTS `ibwf_acc`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ibwf_acc` (
  `id` int(100) NOT NULL auto_increment,
  `gid` int(100) NOT NULL default '0',
  `fid` int(100) NOT NULL default '0',
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ibwf_acc`
--

LOCK TABLES `ibwf_acc` WRITE;
/*!40000 ALTER TABLE `ibwf_acc` DISABLE KEYS */;
/*!40000 ALTER TABLE `ibwf_acc` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ibwf_announcements`
--

DROP TABLE IF EXISTS `ibwf_announcements`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ibwf_announcements` (
  `id` int(100) NOT NULL auto_increment,
  `antext` varchar(200) NOT NULL default '',
  `clid` int(100) NOT NULL default '0',
  `antime` int(100) NOT NULL default '0',
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ibwf_announcements`
--

LOCK TABLES `ibwf_announcements` WRITE;
/*!40000 ALTER TABLE `ibwf_announcements` DISABLE KEYS */;
/*!40000 ALTER TABLE `ibwf_announcements` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ibwf_blockedsite`
--

DROP TABLE IF EXISTS `ibwf_blockedsite`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ibwf_blockedsite` (
  `id` int(11) NOT NULL auto_increment,
  `site` varchar(255) NOT NULL default '',
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ibwf_blockedsite`
--

LOCK TABLES `ibwf_blockedsite` WRITE;
/*!40000 ALTER TABLE `ibwf_blockedsite` DISABLE KEYS */;
INSERT INTO `ibwf_blockedsite` (`id`, `site`) VALUES (1,'http://');
/*!40000 ALTER TABLE `ibwf_blockedsite` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ibwf_blogs`
--

DROP TABLE IF EXISTS `ibwf_blogs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ibwf_blogs` (
  `id` int(100) NOT NULL auto_increment,
  `bowner` int(100) NOT NULL default '0',
  `bname` varchar(30) NOT NULL default '',
  `btext` blob NOT NULL,
  `bgdate` int(100) NOT NULL default '0',
  PRIMARY KEY  (`id`),
  UNIQUE KEY `bname` (`bname`)
) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ibwf_blogs`
--

LOCK TABLES `ibwf_blogs` WRITE;
/*!40000 ALTER TABLE `ibwf_blogs` DISABLE KEYS */;
INSERT INTO `ibwf_blogs` (`id`, `bowner`, `bname`, `btext`, `bgdate`) VALUES (1,22,'HELLO','kl',1281608671),(2,17,'Helo dosto','Muzase dosti karoge',1281614893),(3,26,'Sex','Cum on gals',1281636761),(4,14,'Information to all the user','Im an emmotional girl so plz be carefull when u chat wid me. U all r wellcome for chat but remember i dnt like vulgar or sex chat. Its a warning otherwise u will be in my ignore list. Do respectfull chat',1281701881);
/*!40000 ALTER TABLE `ibwf_blogs` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ibwf_brate`
--

DROP TABLE IF EXISTS `ibwf_brate`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ibwf_brate` (
  `id` int(100) NOT NULL auto_increment,
  `blogid` int(100) NOT NULL default '0',
  `uid` int(100) NOT NULL default '0',
  `brate` char(1) NOT NULL default '',
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ibwf_brate`
--

LOCK TABLES `ibwf_brate` WRITE;
/*!40000 ALTER TABLE `ibwf_brate` DISABLE KEYS */;
INSERT INTO `ibwf_brate` (`id`, `blogid`, `uid`, `brate`) VALUES (1,2,17,'5');
/*!40000 ALTER TABLE `ibwf_brate` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ibwf_buddies`
--

DROP TABLE IF EXISTS `ibwf_buddies`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ibwf_buddies` (
  `id` int(100) NOT NULL auto_increment,
  `uid` int(100) NOT NULL default '0',
  `tid` int(100) NOT NULL default '0',
  `agreed` char(1) NOT NULL default '0',
  `reqdt` int(100) NOT NULL default '0',
  PRIMARY KEY  (`id`),
  KEY `uid` (`uid`)
) ENGINE=MyISAM AUTO_INCREMENT=118 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ibwf_buddies`
--

LOCK TABLES `ibwf_buddies` WRITE;
/*!40000 ALTER TABLE `ibwf_buddies` DISABLE KEYS */;
INSERT INTO `ibwf_buddies` (`id`, `uid`, `tid`, `agreed`, `reqdt`) VALUES (1,2,1,'1',1281519720),(2,2,4,'1',1281525989),(3,7,6,'0',1281529144),(4,1,4,'1',1281542800),(5,3,4,'1',1281548883),(6,16,9,'0',1281549777),(7,19,9,'0',1281572877),(38,17,49,'0',1281615359),(9,21,2,'1',1281577161),(10,22,2,'1',1281579272),(11,4,14,'1',1281580297),(12,22,4,'1',1281583938),(13,26,23,'0',1281587411),(14,27,23,'0',1281587642),(15,22,1,'1',1281587707),(16,26,22,'1',1281587891),(17,28,2,'1',1281594829),(18,32,4,'1',1281597988),(19,33,22,'1',1281598482),(33,28,22,'1',1281614197),(21,33,23,'0',1281600201),(22,33,9,'0',1281600248),(23,34,4,'1',1281603308),(24,28,4,'1',1281603312),(25,34,37,'1',1281603891),(26,32,22,'1',1281607313),(27,40,4,'1',1281607937),(28,3,40,'1',1281607948),(29,32,43,'1',1281609429),(30,28,32,'1',1281610092),(31,40,22,'1',1281611002),(32,32,25,'1',1281613129),(34,17,43,'1',1281614762),(35,17,22,'1',1281614788),(36,17,2,'1',1281614806),(37,17,14,'1',1281614820),(39,17,1,'1',1281615920),(40,51,14,'1',1281619451),(41,17,50,'1',1281619957),(42,17,7,'0',1281620253),(43,51,22,'1',1281621250),(44,3,43,'0',1281623343),(45,29,14,'1',1281628460),(46,32,23,'0',1281629200),(47,32,54,'1',1281629772),(48,3,56,'1',1281632548),(49,17,4,'1',1281633357),(50,26,14,'1',1281636355),(51,26,43,'0',1281636397),(52,26,58,'0',1281636479),(53,58,2,'1',1281636579),(54,23,4,'1',1281636901),(55,58,32,'1',1281638128),(56,58,22,'1',1281638257),(57,60,43,'0',1281638308),(107,32,84,'1',1281753930),(59,17,23,'0',1281643347),(60,58,18,'0',1281659940),(61,56,34,'1',1281668833),(62,67,2,'1',1281669295),(63,67,4,'1',1281669356),(64,51,23,'0',1281671794),(84,34,14,'1',1281700713),(66,60,22,'1',1281674568),(67,68,14,'1',1281674686),(68,68,22,'1',1281674840),(69,69,14,'1',1281675018),(70,69,23,'0',1281675394),(71,69,18,'0',1281675706),(72,56,37,'1',1281687250),(73,56,4,'1',1281687270),(74,54,72,'0',1281689488),(75,73,14,'1',1281694451),(76,74,54,'1',1281694905),(77,76,74,'0',1281695067),(78,4,75,'0',1281695084),(79,74,75,'0',1281695093),(80,32,75,'0',1281695409),(81,76,54,'1',1281695947),(82,74,73,'0',1281696349),(83,76,23,'0',1281697372),(85,40,56,'1',1281700810),(86,29,2,'1',1281710204),(87,29,79,'0',1281713055),(88,29,48,'0',1281713682),(89,32,79,'0',1281714215),(90,80,4,'1',1281716804),(91,81,4,'1',1281717053),(92,32,83,'1',1281719177),(93,67,25,'1',1281719797),(94,58,54,'1',1281722151),(95,69,54,'1',1281726243),(96,83,65,'1',1281726297),(97,81,56,'1',1281726852),(98,81,65,'1',1281726923),(99,3,81,'1',1281727241),(100,58,43,'0',1281727870),(101,58,56,'1',1281728429),(102,58,4,'1',1281728940),(103,58,65,'1',1281728969),(104,58,34,'0',1281729053),(105,58,23,'0',1281729123),(106,58,17,'1',1281729184),(108,18,2,'1',1281755841),(109,18,23,'0',1281755856),(110,18,552,'0',1281755998),(111,18,14,'0',1281756284),(112,18,54,'1',1281756296),(113,18,43,'0',1281756334),(114,18,84,'1',1281756386),(115,23,2,'1',1281757266),(116,32,18,'0',1281757381),(117,554,54,'0',1281770208);
/*!40000 ALTER TABLE `ibwf_buddies` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ibwf_cards`
--

DROP TABLE IF EXISTS `ibwf_cards`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ibwf_cards` (
  `id` int(10) NOT NULL auto_increment,
  `fntsz` int(5) NOT NULL default '0',
  `xst` int(10) NOT NULL default '0',
  `yst` int(10) NOT NULL default '0',
  `xjp` int(10) NOT NULL default '0',
  `yjp` int(10) NOT NULL default '0',
  `tcolor` varchar(20) NOT NULL default '',
  `category` varchar(20) NOT NULL default '',
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ibwf_cards`
--

LOCK TABLES `ibwf_cards` WRITE;
/*!40000 ALTER TABLE `ibwf_cards` DISABLE KEYS */;
/*!40000 ALTER TABLE `ibwf_cards` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ibwf_chat`
--

DROP TABLE IF EXISTS `ibwf_chat`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ibwf_chat` (
  `id` int(99) NOT NULL auto_increment,
  `chatter` int(100) NOT NULL default '0',
  `who` int(100) NOT NULL default '0',
  `timesent` int(50) NOT NULL default '0',
  `msgtext` varchar(255) NOT NULL default '',
  `rid` int(99) NOT NULL default '0',
  `exposed` char(1) NOT NULL default '0',
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=648 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ibwf_chat`
--

LOCK TABLES `ibwf_chat` WRITE;
/*!40000 ALTER TABLE `ibwf_chat` DISABLE KEYS */;
/*!40000 ALTER TABLE `ibwf_chat` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ibwf_chonline`
--

DROP TABLE IF EXISTS `ibwf_chonline`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ibwf_chonline` (
  `lton` int(15) NOT NULL default '0',
  `uid` int(100) NOT NULL default '0',
  `rid` int(99) NOT NULL default '0',
  PRIMARY KEY  (`lton`),
  UNIQUE KEY `username` (`uid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ibwf_chonline`
--

LOCK TABLES `ibwf_chonline` WRITE;
/*!40000 ALTER TABLE `ibwf_chonline` DISABLE KEYS */;
/*!40000 ALTER TABLE `ibwf_chonline` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ibwf_clubmembers`
--

DROP TABLE IF EXISTS `ibwf_clubmembers`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ibwf_clubmembers` (
  `id` int(100) NOT NULL auto_increment,
  `uid` int(100) NOT NULL default '0',
  `clid` int(100) NOT NULL default '0',
  `accepted` char(1) NOT NULL default '0',
  `points` int(100) NOT NULL default '0',
  `joined` int(100) NOT NULL default '0',
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=12 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ibwf_clubmembers`
--

LOCK TABLES `ibwf_clubmembers` WRITE;
/*!40000 ALTER TABLE `ibwf_clubmembers` DISABLE KEYS */;
INSERT INTO `ibwf_clubmembers` (`id`, `uid`, `clid`, `accepted`, `points`, `joined`) VALUES (6,26,3,'0',0,1281605408),(5,22,3,'1',50,1281605356),(3,17,2,'1',50,1281602864),(4,22,2,'1',0,1281604689),(7,7,3,'0',0,1281627733),(8,57,3,'0',0,1281633370),(9,81,4,'1',50,1281761113),(10,81,5,'1',50,1281761172),(11,69,6,'1',50,1281764092);
/*!40000 ALTER TABLE `ibwf_clubmembers` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ibwf_clubs`
--

DROP TABLE IF EXISTS `ibwf_clubs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ibwf_clubs` (
  `id` int(100) NOT NULL auto_increment,
  `owner` int(100) NOT NULL default '0',
  `name` varchar(30) NOT NULL default '',
  `description` varchar(200) NOT NULL default '',
  `rules` blob NOT NULL,
  `logo` varchar(200) NOT NULL default '',
  `plusses` int(100) NOT NULL default '0',
  `created` int(100) NOT NULL default '0',
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ibwf_clubs`
--

LOCK TABLES `ibwf_clubs` WRITE;
/*!40000 ALTER TABLE `ibwf_clubs` DISABLE KEYS */;
INSERT INTO `ibwf_clubs` (`id`, `owner`, `name`, `description`, `rules`, `logo`, `plusses`, `created`) VALUES (3,22,'TIGERS_CLUB','!WELCOME!','NO RULE HERE!','',0,1281605356),(4,81,'@-BEWAFA BAR-@','sirf kamine group ke user allow','no rules','',0,1281761113),(2,17,'Dipak and friends','Friendship','No rules','',0,1281602864),(5,81,'@**KAMINA GROUP**@','OLD USER','NO RULES','',0,1281761172),(6,69,'•UnKnOwN tRoOpS•','heh! d name explains evyting...','u must b hidden.... LOL','http://i147.photobucket.com/albums/r283/sassyjc/unknown.jpg',0,1281764092);
/*!40000 ALTER TABLE `ibwf_clubs` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ibwf_faqs`
--

DROP TABLE IF EXISTS `ibwf_faqs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ibwf_faqs` (
  `id` int(100) NOT NULL auto_increment,
  `category` varchar(10) NOT NULL default '',
  `question` varchar(100) NOT NULL default '',
  `answer` varchar(250) NOT NULL default '',
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ibwf_faqs`
--

LOCK TABLES `ibwf_faqs` WRITE;
/*!40000 ALTER TABLE `ibwf_faqs` DISABLE KEYS */;
/*!40000 ALTER TABLE `ibwf_faqs` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ibwf_fcats`
--

DROP TABLE IF EXISTS `ibwf_fcats`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ibwf_fcats` (
  `id` int(50) NOT NULL auto_increment,
  `name` varchar(30) NOT NULL default '',
  `position` int(50) NOT NULL default '0',
  PRIMARY KEY  (`id`),
  UNIQUE KEY `name` (`name`)
) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ibwf_fcats`
--

LOCK TABLES `ibwf_fcats` WRITE;
/*!40000 ALTER TABLE `ibwf_fcats` DISABLE KEYS */;
INSERT INTO `ibwf_fcats` (`id`, `name`, `position`) VALUES (1,'SPELL ZONE',1),(2,'ENTERTAINMENT',2),(3,'TECH ZONE',3),(4,'THIS SITE',4),(5,'LOCAL MAAL',2),(6,'KNOWLEDGE',4);
/*!40000 ALTER TABLE `ibwf_fcats` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ibwf_forums`
--

DROP TABLE IF EXISTS `ibwf_forums`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ibwf_forums` (
  `id` int(50) NOT NULL auto_increment,
  `name` varchar(20) NOT NULL default '',
  `position` int(50) NOT NULL default '0',
  `cid` int(100) NOT NULL default '0',
  `clubid` int(100) NOT NULL default '0',
  PRIMARY KEY  (`id`),
  UNIQUE KEY `name` (`name`)
) ENGINE=MyISAM AUTO_INCREMENT=31 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ibwf_forums`
--

LOCK TABLES `ibwf_forums` WRITE;
/*!40000 ALTER TABLE `ibwf_forums` DISABLE KEYS */;
INSERT INTO `ibwf_forums` (`id`, `name`, `position`, `cid`, `clubid`) VALUES (1,'Jokes',1,2,0),(4,'TIGERS_CLUB',0,0,3),(3,'',0,3,2),(5,'Chit Chat',1,1,0),(6,'New Born',2,1,0),(7,'Quiz Room',3,1,0),(8,'Technology',1,3,0),(9,'Mobiles',2,3,0),(10,'Computer',3,3,0),(11,'Wap-Web',4,3,0),(12,'Shayari',2,2,0),(13,'Music',3,2,0),(14,'Movies/Tv',4,2,0),(15,'Sports',5,2,0),(16,'Adult',6,2,0),(17,'Help Desk',1,4,0),(18,'Announcements',2,4,0),(19,'Suggestions',3,4,0),(20,'Sirf Kaminey',2,5,0),(21,'Bar @ Restaurant',2,5,0),(22,'Tips @ Tricks',4,3,0),(23,'Bakwaas Baatein',3,5,0),(24,'Class Room',1,6,0),(25,'Group Discussions',2,6,0),(26,'Health Zone',3,6,0),(27,'Beauty Tips',4,6,0),(28,'@-BEWAFA BAR-@',0,0,4),(29,'@**KAMINA GROUP**@',0,0,5),(30,'•UnKnOwN tRoOpS•',0,0,6);
/*!40000 ALTER TABLE `ibwf_forums` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ibwf_games`
--

DROP TABLE IF EXISTS `ibwf_games`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ibwf_games` (
  `id` int(100) NOT NULL auto_increment,
  `uid` int(100) NOT NULL default '0',
  `gvar1` varchar(30) NOT NULL default '',
  `gvar2` varchar(30) NOT NULL default '',
  `gvar3` varchar(30) NOT NULL default '',
  `gvar4` varchar(30) NOT NULL default '',
  `gvar5` varchar(30) NOT NULL default '',
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=121 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ibwf_games`
--

LOCK TABLES `ibwf_games` WRITE;
/*!40000 ALTER TABLE `ibwf_games` DISABLE KEYS */;
INSERT INTO `ibwf_games` (`id`, `uid`, `gvar1`, `gvar2`, `gvar3`, `gvar4`, `gvar5`) VALUES (77,34,'8','86','','',''),(22,13,'1','93','','',''),(51,129,'5','9','','',''),(56,29,'8','24','','',''),(29,86,'8','56','','',''),(32,95,'2','32','','',''),(33,105,'5','60','','',''),(57,16,'8','69','','',''),(50,89,'8','37','','',''),(43,337,'8','70','','',''),(44,357,'8','69','','',''),(47,52,'8','21','','',''),(46,354,'8','52','','',''),(55,565,'2','4','','',''),(58,719,'8','30','','',''),(60,731,'8','41','','',''),(62,802,'2','95','','',''),(63,7,'7','9','','',''),(64,19,'8','32','','',''),(66,33,'5','45','','',''),(69,8,'8','14','','',''),(74,50,'7','27','','',''),(76,106,'8','90','','',''),(83,12,'0','53','','',''),(84,114,'-1','32','','',''),(85,168,'8','62','','',''),(86,121,'7','88','','',''),(87,233,'8','32','','',''),(88,126,'1','26','','',''),(89,295,'4','69','','',''),(90,290,'0','69','','',''),(93,312,'8','33','','',''),(94,328,'7','56','','',''),(95,301,'5','45','','',''),(98,282,'1','62','','',''),(99,297,'7','96','','',''),(100,284,'8','2','','',''),(105,254,'8','49','','',''),(108,355,'2','93','','',''),(109,316,'8','25','','',''),(110,201,'3','38','','',''),(111,304,'1','37','','',''),(112,276,'2','83','','',''),(113,433,'7','23','','',''),(115,446,'8','8','','',''),(117,471,'8','67','','',''),(119,9,'0','78','','',''),(120,55,'2','17','','','');
/*!40000 ALTER TABLE `ibwf_games` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ibwf_gbook`
--

DROP TABLE IF EXISTS `ibwf_gbook`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ibwf_gbook` (
  `id` int(100) NOT NULL auto_increment,
  `gbowner` int(100) NOT NULL default '0',
  `gbsigner` int(100) NOT NULL default '0',
  `gbmsg` blob NOT NULL,
  `dtime` int(100) NOT NULL default '0',
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ibwf_gbook`
--

LOCK TABLES `ibwf_gbook` WRITE;
/*!40000 ALTER TABLE `ibwf_gbook` DISABLE KEYS */;
INSERT INTO `ibwf_gbook` (`id`, `gbowner`, `gbsigner`, `gbmsg`, `dtime`) VALUES (1,40,22,'hellow?',1281607865),(2,14,4,'Stay  allwayz  with  me...  .rose.4u..  U  0ne  best  in  my  lyf....',1281627188),(3,22,65,'[b][purple]MaY ALLAH bless yew ALwYzZ..cuddle..happyb2..[/purple][/b]',1281727483);
/*!40000 ALTER TABLE `ibwf_gbook` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ibwf_groups`
--

DROP TABLE IF EXISTS `ibwf_groups`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ibwf_groups` (
  `id` int(10) NOT NULL auto_increment,
  `name` varchar(50) NOT NULL default '',
  `autoass` char(1) NOT NULL default '1',
  `mage` int(10) NOT NULL default '0',
  `maxage` int(10) NOT NULL default '0',
  `userst` char(1) NOT NULL default '0',
  `posts` int(100) NOT NULL default '0',
  `plusses` int(100) NOT NULL default '0',
  PRIMARY KEY  (`id`),
  UNIQUE KEY `name` (`name`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ibwf_groups`
--

LOCK TABLES `ibwf_groups` WRITE;
/*!40000 ALTER TABLE `ibwf_groups` DISABLE KEYS */;
INSERT INTO `ibwf_groups` (`id`, `name`, `autoass`, `mage`, `maxage`, `userst`, `posts`, `plusses`) VALUES (1,'ANUSHA123','0',0,0,'2',0,0);
/*!40000 ALTER TABLE `ibwf_groups` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ibwf_ignore`
--

DROP TABLE IF EXISTS `ibwf_ignore`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ibwf_ignore` (
  `id` int(10) NOT NULL auto_increment,
  `name` int(99) NOT NULL default '0',
  `target` int(99) NOT NULL default '0',
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ibwf_ignore`
--

LOCK TABLES `ibwf_ignore` WRITE;
/*!40000 ALTER TABLE `ibwf_ignore` DISABLE KEYS */;
INSERT INTO `ibwf_ignore` (`id`, `name`, `target`) VALUES (1,76,74),(2,74,73),(3,14,31);
/*!40000 ALTER TABLE `ibwf_ignore` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ibwf_judges`
--

DROP TABLE IF EXISTS `ibwf_judges`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ibwf_judges` (
  `id` int(100) NOT NULL auto_increment,
  `uid` int(100) NOT NULL default '0',
  `fid` int(100) NOT NULL default '0',
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ibwf_judges`
--

LOCK TABLES `ibwf_judges` WRITE;
/*!40000 ALTER TABLE `ibwf_judges` DISABLE KEYS */;
/*!40000 ALTER TABLE `ibwf_judges` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ibwf_links`
--

DROP TABLE IF EXISTS `ibwf_links`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ibwf_links` (
  `url` varchar(255) NOT NULL default '',
  `title` varchar(255) NOT NULL default '',
  PRIMARY KEY  (`url`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ibwf_links`
--

LOCK TABLES `ibwf_links` WRITE;
/*!40000 ALTER TABLE `ibwf_links` DISABLE KEYS */;
INSERT INTO `ibwf_links` (`url`, `title`) VALUES ('http://redirect.chatspell.in/anu','Daily one click here.');
/*!40000 ALTER TABLE `ibwf_links` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ibwf_mangr`
--

DROP TABLE IF EXISTS `ibwf_mangr`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ibwf_mangr` (
  `id` int(100) NOT NULL auto_increment,
  `uid` int(100) NOT NULL default '0',
  `gid` int(100) NOT NULL default '0',
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ibwf_mangr`
--

LOCK TABLES `ibwf_mangr` WRITE;
/*!40000 ALTER TABLE `ibwf_mangr` DISABLE KEYS */;
/*!40000 ALTER TABLE `ibwf_mangr` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ibwf_mlog`
--

DROP TABLE IF EXISTS `ibwf_mlog`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ibwf_mlog` (
  `id` int(100) NOT NULL auto_increment,
  `action` varchar(10) NOT NULL default '',
  `details` text NOT NULL,
  `actdt` int(100) NOT NULL default '0',
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=67 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ibwf_mlog`
--

LOCK TABLES `ibwf_mlog` WRITE;
/*!40000 ALTER TABLE `ibwf_mlog` DISABLE KEYS */;
INSERT INTO `ibwf_mlog` (`id`, `action`, `details`, `actdt`) VALUES (1,'shouts','<b>mukesh</b> Deleted the shout <b>72</b> - luvstarz: ',1281715920),(2,'penalties','<b>mukesh</b> Updated <b>sultan</b> plusses from 30 to 1029',1281717312),(3,'penalties','<b>mukesh</b> Updated <b>don76</b> plusses from 30 to 1029',1281717408),(4,'penalties','<b>mukesh</b> Updated <b>janu76</b> plusses from 30 to 1029',1281717574),(5,'shouts','<b>mukesh</b> Deleted the shout <b>78</b> - mukesh: Kya  huwa  tuje.  Wh',1281718469),(6,'penalties','<b>mukesh</b> Updated <b>sahin</b> plusses from 30 to 1029',1281718818),(7,'shouts','<b>sahin</b> Deleted the shout <b>88</b> - mukesh: Keshav   k0  puch  j',1281721087),(8,'penalties','<b>mukesh</b> Updated <b>nehashukla</b> plusses from 30 to 1029',1281722849),(9,'penalties','<b>sahin</b> Updated <b>sahin</b> plusses from 1023 to 2022',1281723460),(10,'penalties','<b>sahin</b> Updated <b>sahin</b> plusses from 2022 to 3021',1281723463),(11,'shouts','<b>SaHiN</b> Deleted the shout <b>95</b> - SaHiN: kaise pahechana aap ',1281726238),(12,'shouts','<b>SaHiN</b> Deleted the shout <b>94</b> - sameer786: Walaikum assalam rub',1281726245),(13,'shouts','<b>SaHiN</b> Deleted the shout <b>93</b> - SaHiN: assalam alaikum same',1281726252),(14,'shouts','<b>SaHiN</b> Deleted the shout <b>109</b> - BrOkeN: hum hai na ribina...',1281743249),(15,'penalties','<b>BrOkeN</b> Updated <b>BrOkeN</b> plusses from 435 to 1335',1281745195),(16,'handling','<b>deepak</b> handled The PM 3813',1281746113),(17,'handling','<b>deepak</b> handled The PM 3729',1281746134),(18,'handling','<b>deepak</b> handled The PM 3216',1281746137),(19,'handling','<b>deepak</b> handled The PM 3217',1281746141),(20,'handling','<b>deepak</b> handled The PM 3226',1281746145),(21,'handling','<b>deepak</b> handled The PM 3232',1281746148),(22,'handling','<b>deepak</b> handled The PM 3251',1281746164),(23,'handling','<b>deepak</b> handled The PM 3253',1281746168),(24,'handling','<b>deepak</b> handled The PM 3259',1281746171),(25,'handling','<b>deepak</b> handled The PM 3162',1281746176),(26,'handling','<b>deepak</b> handled The PM 3157',1281746179),(27,'handling','<b>deepak</b> handled The PM 3126',1281746197),(28,'handling','<b>deepak</b> handled The PM 3124',1281746200),(29,'handling','<b>deepak</b> handled The PM 3120',1281746206),(30,'handling','<b>deepak</b> handled The PM 3112',1281746209),(31,'handling','<b>deepak</b> handled The PM 3111',1281746212),(32,'handling','<b>deepak</b> handled The PM 3175',1281746229),(33,'handling','<b>deepak</b> handled The PM 3176',1281746231),(34,'handling','<b>deepak</b> handled The PM 3179',1281746235),(35,'handling','<b>deepak</b> handled The PM 3109',1281746252),(36,'handling','<b>deepak</b> handled The PM 3166',1281746255),(37,'handling','<b>deepak</b> handled The PM 3168',1281746260),(38,'handling','<b>deepak</b> handled The PM 3171',1281746262),(39,'handling','<b>deepak</b> handled The PM 3146',1281746288),(40,'handling','<b>deepak</b> handled The PM 3140',1281746290),(41,'handling','<b>deepak</b> handled The PM 3136',1281746294),(42,'handling','<b>deepak</b> handled The PM 3133',1281746299),(43,'handling','<b>deepak</b> handled The PM 3131',1281746302),(44,'handling','<b>deepak</b> handled The PM 3235',1281746337),(45,'handling','<b>deepak</b> handled The PM 3237',1281746339),(46,'handling','<b>deepak</b> handled The PM 3241',1281746344),(47,'handling','<b>deepak</b> handled The PM 3242',1281746347),(48,'handling','<b>deepak</b> handled The PM 3246',1281746352),(49,'handling','<b>deepak</b> handled The PM 3173',1281746366),(50,'handling','<b>deepak</b> handled The PM 4535',1281751551),(51,'handling','<b>deepak</b> handled The PM 3988',1281751556),(52,'handling','<b>mukesh</b> handled The PM 4548',1281755764),(53,'handling','<b>mukesh</b> handled The PM 4542',1281755768),(54,'handling','<b>mukesh</b> handled The PM 4538',1281756218),(55,'penalties','<b>mukesh</b> Updated <b>payal</b> plusses from 0 to 999',1281756785),(56,'penalties','<b>mukesh</b> Updated <b>payal</b> plusses from 999 to 1998',1281756789),(57,'penalties','<b>mukesh</b> Updated <b>payal</b> plusses from 1998 to 2997',1281756793),(58,'handling','<b>deepak</b> handled The PM 3208',1281758946),(59,'handling','<b>deepak</b> handled The PM 3128',1281758948),(60,'handling','<b>deepak</b> handled The PM 3193',1281759678),(61,'handling','<b>deepak</b> handled The PM 3113',1281759680),(62,'banned','<b>BrOkeN</b> Banned The user <b>rony</b> For 3 months 6 days ',1281759736),(63,'handling','<b>mukesh</b> handled The PM 3199',1281769178),(64,'handling','<b>mukesh</b> handled The PM 3119',1281769182),(65,'handling','<b>mukesh</b> handled The PM 120',1281769188),(66,'handling','<b>mukesh</b> handled The PM 88',1281769192);
/*!40000 ALTER TABLE `ibwf_mlog` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ibwf_modr`
--

DROP TABLE IF EXISTS `ibwf_modr`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ibwf_modr` (
  `id` int(11) NOT NULL auto_increment,
  `name` int(100) NOT NULL default '0',
  `forum` varchar(99) NOT NULL default '0',
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ibwf_modr`
--

LOCK TABLES `ibwf_modr` WRITE;
/*!40000 ALTER TABLE `ibwf_modr` DISABLE KEYS */;
/*!40000 ALTER TABLE `ibwf_modr` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ibwf_moods`
--

DROP TABLE IF EXISTS `ibwf_moods`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ibwf_moods` (
  `id` int(99) NOT NULL auto_increment,
  `text` varchar(10) NOT NULL default '',
  `img` varchar(100) NOT NULL default '',
  `dscr` varchar(50) NOT NULL default '',
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=22 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ibwf_moods`
--

LOCK TABLES `ibwf_moods` WRITE;
/*!40000 ALTER TABLE `ibwf_moods` DISABLE KEYS */;
INSERT INTO `ibwf_moods` (`id`, `text`, `img`, `dscr`) VALUES (1,'[:/]','../moods/angry.gif','angry'),(2,'[:8]','../moods/blush.gif','Shy/redface/blushing'),(3,'[:/]','../moods/careless.gif','Careless/Angry/Disappointed'),(4,'[:?]','../moods/confused.gif','Confused'),(5,'[8)]','../moods/cool.gif','Cool'),(6,'[:,(]','../moods/cry.gif','Crying'),(7,'[x-(]','../moods/dead.gif','Dead'),(8,'[=P]','../moods/disgust.gif','Disgusts/like yeah whatever'),(9,'[>:)]','../moods/evil.gif','Evil'),(10,'[~:(]','../moods/grr.gif','GRRR/Angry/Mad'),(11,'[=D]','../moods/happy.gif','Happy'),(12,'loved','../moods/loved.gif','In Love'),(13,'luvya','../moods/luvya.gif','Luv Ya'),(14,'[:*]','../moods/nasty.gif','Nasty/Drools'),(15,'[:O]','../moods/retard.gif','eek/going huh'),(16,'[:(]','../moods/sad.gif','Sad'),(17,'[:/]','../moods/shy.gif','shy'),(18,'[8(,]','../moods/sick.gif','Sick/Tired/Sour'),(19,'[3(]','../moods/sleep.gif','Sleeping/Sleepy'),(20,'[:)]','../moods/smile.gif','Smiling/Happy'),(21,'[(:(]','../moods/sorry.gif','Sorry');
/*!40000 ALTER TABLE `ibwf_moods` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ibwf_mpot`
--

DROP TABLE IF EXISTS `ibwf_mpot`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ibwf_mpot` (
  `id` int(10) NOT NULL auto_increment,
  `ddt` varchar(20) NOT NULL default '',
  `dtm` varchar(20) NOT NULL default '',
  `ppl` int(20) NOT NULL default '0',
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=227 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ibwf_mpot`
--

LOCK TABLES `ibwf_mpot` WRITE;
/*!40000 ALTER TABLE `ibwf_mpot` DISABLE KEYS */;
INSERT INTO `ibwf_mpot` (`id`, `ddt`, `dtm`, `ppl`) VALUES (1,'30 09 09','23:41:56',11),(2,'01 10 09','18:09:42',11),(3,'02 10 09','18:23:01',11),(4,'03 10 09','19:56:05',13),(5,'04 10 09','15:36:15',16),(6,'05 10 09','21:18:55',20),(7,'06 10 09','19:06:13',17),(8,'07 10 09','21:17:04',20),(9,'08 10 09','20:26:56',18),(10,'09 10 09','20:12:40',15),(11,'10 10 09','22:27:50',19),(12,'11 10 09','21:53:34',19),(13,'12 10 09','15:46:26',20),(14,'13 10 09','13:48:04',31),(15,'14 10 09','00:23:00',25),(16,'15 10 09','14:30:23',17),(17,'16 10 09','15:44:08',15),(18,'17 10 09','23:13:17',17),(19,'18 10 09','12:54:11',20),(20,'19 10 09','00:34:22',13),(21,'20 10 09','14:06:22',13),(22,'21 10 09','22:41:46',14),(23,'22 10 09','18:47:14',15),(24,'23 10 09','21:10:37',15),(25,'24 10 09','23:04:59',14),(26,'25 10 09','19:42:04',15),(27,'26 10 09','12:05:36',13),(28,'27 10 09','20:41:35',12),(29,'28 10 09','23:02:11',13),(30,'29 10 09','23:19:40',18),(31,'30 10 09','14:53:22',16),(32,'31 10 09','21:49:14',15),(33,'01 11 09','15:26:15',12),(34,'02 11 09','22:20:10',14),(35,'03 11 09','23:59:54',12),(36,'04 11 09','00:15:08',13),(37,'05 11 09','20:11:17',12),(38,'06 11 09','17:23:05',11),(39,'07 11 09','23:59:46',12),(40,'08 11 09','00:01:07',12),(41,'09 11 09','22:00:11',9),(42,'10 11 09','21:19:58',9),(43,'11 11 09','22:02:09',9),(44,'12 11 09','22:48:10',10),(45,'13 11 09','21:03:34',7),(46,'14 11 09','23:59:58',9),(47,'15 11 09','22:31:27',12),(48,'16 11 09','19:41:08',10),(49,'17 11 09','23:04:47',12),(50,'18 11 09','21:29:24',13),(51,'19 11 09','15:17:06',11),(52,'20 11 09','21:38:31',15),(53,'21 11 09','00:32:46',11),(54,'22 11 09','18:51:58',12),(55,'23 11 09','23:33:46',11),(56,'24 11 09','18:09:50',12),(57,'25 11 09','22:41:08',18),(58,'26 11 09','21:07:20',13),(59,'27 11 09','21:31:39',11),(60,'28 11 09','14:16:13',13),(61,'29 11 09','23:45:42',11),(62,'30 11 09','00:02:45',9),(63,'01 12 09','18:55:41',10),(64,'02 12 09','23:25:56',6),(65,'03 12 09','23:44:21',7),(66,'04 12 09','15:56:27',8),(67,'05 12 09','23:59:57',7),(68,'06 12 09','11:47:54',8),(69,'07 12 09','23:55:42',7),(70,'08 12 09','23:30:06',15),(71,'09 12 09','23:59:58',14),(72,'10 12 09','00:02:41',14),(73,'11 12 09','11:51:57',10),(74,'12 12 09','23:08:00',11),(75,'13 12 09','13:50:06',9),(76,'14 12 09','22:47:15',9),(77,'15 12 09','01:25:02',7),(78,'16 12 09','03:03:28',6),(79,'17 12 09','08:08:45',5),(80,'18 12 09','21:54:09',6),(81,'19 12 09','23:44:51',6),(82,'20 12 09','00:37:10',7),(83,'21 12 09','22:46:38',7),(84,'22 12 09','22:32:33',5),(85,'23 12 09','16:30:46',6),(86,'24 12 09','02:09:33',8),(87,'25 12 09','18:45:00',6),(88,'26 12 09','23:15:10',7),(89,'27 12 09','17:12:51',7),(90,'28 12 09','12:17:32',6),(91,'29 12 09','19:23:41',11),(92,'30 12 09','23:38:36',9),(93,'31 12 09','17:08:13',6),(94,'01 01 10','23:59:22',6),(95,'02 01 10','22:34:53',6),(96,'03 01 10','23:45:39',6),(97,'04 01 10','23:04:05',9),(98,'05 01 10','23:47:32',7),(99,'06 01 10','01:24:26',7),(100,'07 01 10','18:27:33',7),(101,'08 01 10','11:58:05',6),(102,'09 01 10','21:08:20',9),(103,'10 01 10','15:00:10',7),(104,'11 01 10','01:13:47',8),(105,'12 01 10','14:04:53',6),(106,'13 01 10','23:59:24',7),(107,'14 01 10','19:54:22',7),(108,'15 01 10','18:59:59',4),(109,'16 01 10','23:34:07',5),(110,'17 01 10','01:23:04',7),(111,'18 01 10','23:24:40',8),(112,'19 01 10','21:52:07',13),(113,'20 01 10','22:01:37',14),(114,'21 01 10','00:21:41',10),(115,'22 01 10','17:42:14',10),(116,'23 01 10','15:32:19',10),(117,'24 01 10','14:32:23',9),(118,'25 01 10','20:11:56',8),(119,'26 01 10','15:01:24',11),(120,'27 01 10','19:51:46',10),(121,'28 01 10','23:57:37',11),(122,'29 01 10','00:49:41',13),(123,'30 01 10','21:15:10',12),(124,'31 01 10','23:59:47',17),(125,'01 02 10','23:27:43',17),(126,'02 02 10','23:59:59',21),(127,'03 02 10','21:05:29',21),(128,'04 02 10','23:59:48',22),(129,'05 02 10','22:57:11',22),(130,'06 02 10','23:41:02',17),(131,'07 02 10','19:55:21',17),(132,'08 02 10','21:21:14',19),(133,'09 02 10','01:07:50',10),(134,'10 02 10','22:00:11',9),(135,'11 02 10','21:14:13',11),(136,'12 02 10','22:41:30',13),(137,'13 02 10','23:59:55',14),(138,'14 02 10','15:07:36',18),(139,'15 02 10','00:33:50',17),(140,'27 02 10','21:27:34',2),(141,'28 02 10','20:39:53',1),(142,'01 03 10','19:43:27',1),(143,'02 03 10','20:05:31',1),(144,'03 03 10','21:24:50',1),(145,'04 03 10','18:49:00',1),(146,'13 03 10','16:13:28',1),(147,'14 03 10','16:34:42',3),(148,'15 03 10','21:54:23',2),(149,'16 03 10','23:05:26',5),(150,'17 03 10','11:38:04',6),(151,'21 03 10','19:09:21',3),(152,'22 03 10','23:49:28',11),(153,'23 03 10','14:23:49',11),(154,'24 03 10','23:59:51',10),(155,'25 03 10','14:14:42',12),(156,'26 03 10','11:44:48',11),(157,'27 03 10','17:56:48',12),(158,'28 03 10','00:24:27',12),(159,'29 03 10','17:54:51',10),(160,'30 03 10','12:09:41',8),(161,'31 03 10','15:09:28',10),(162,'01 04 10','13:24:19',9),(163,'02 04 10','05:25:00',12),(164,'03 04 10','16:11:16',15),(165,'04 04 10','00:01:48',12),(166,'05 04 10','19:50:47',12),(167,'06 04 10','09:30:50',13),(168,'07 04 10','21:29:51',11),(169,'08 04 10','15:32:02',13),(170,'09 04 10','23:25:28',9),(171,'10 04 10','10:24:58',15),(172,'11 04 10','22:23:49',9),(173,'12 04 10','22:57:40',13),(174,'13 04 10','22:27:51',11),(175,'14 04 10','17:06:21',9),(176,'15 04 10','23:32:42',11),(177,'16 04 10','23:42:16',8),(178,'17 04 10','22:38:10',13),(179,'18 04 10','23:02:02',11),(180,'19 04 10','23:59:49',10),(181,'20 04 10','22:42:25',12),(182,'21 04 10','12:00:32',11),(183,'22 04 10','18:36:48',10),(184,'23 04 10','22:36:37',11),(185,'24 04 10','16:42:46',12),(186,'25 04 10','23:45:15',13),(187,'26 04 10','00:08:34',13),(188,'27 04 10','23:58:36',15),(189,'28 04 10','23:52:31',16),(190,'29 04 10','23:18:52',19),(191,'30 04 10','23:58:20',20),(192,'01 05 10','23:08:57',23),(193,'02 05 10','23:41:56',21),(194,'03 05 10','00:39:07',16),(195,'04 05 10','20:09:37',15),(196,'05 05 10','22:52:59',13),(197,'06 05 10','23:09:17',14),(198,'07 05 10','23:19:29',12),(199,'08 05 10','23:15:50',16),(200,'09 05 10','20:40:10',15),(201,'10 05 10','23:09:36',19),(202,'11 05 10','20:26:35',16),(203,'12 05 10','22:40:32',14),(204,'13 05 10','20:36:22',13),(205,'14 05 10','15:57:47',14),(206,'15 05 10','23:26:59',17),(207,'16 05 10','23:11:38',15),(208,'17 05 10','22:11:40',20),(209,'18 05 10','23:39:01',21),(210,'19 05 10','22:47:56',20),(211,'20 05 10','23:49:33',14),(212,'21 05 10','22:08:30',14),(213,'22 05 10','14:59:48',16),(214,'23 05 10','23:48:22',17),(215,'24 05 10','00:08:04',15),(216,'25 05 10','23:11:35',18),(217,'26 05 10','22:43:03',17),(218,'27 05 10','23:06:10',16),(219,'28 05 10','16:00:03',17),(220,'29 05 10','23:59:49',19),(221,'30 05 10','00:03:08',19),(222,'31 05 10','09:55:06',10),(223,'11 08 10','22:50:37',10),(224,'12 08 10','18:51:25',30),(225,'13 08 10','19:28:02',30),(226,'14 08 10','12:33:44',27);
/*!40000 ALTER TABLE `ibwf_mpot` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ibwf_mypage`
--

DROP TABLE IF EXISTS `ibwf_mypage`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ibwf_mypage` (
  `id` int(100) NOT NULL auto_increment,
  `uid` int(100) NOT NULL default '0',
  `mimg` varchar(200) NOT NULL default '',
  `thid` int(100) NOT NULL default '1',
  `msg` varchar(250) NOT NULL default '',
  PRIMARY KEY  (`id`),
  UNIQUE KEY `uid` (`uid`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ibwf_mypage`
--

LOCK TABLES `ibwf_mypage` WRITE;
/*!40000 ALTER TABLE `ibwf_mypage` DISABLE KEYS */;
INSERT INTO `ibwf_mypage` (`id`, `uid`, `mimg`, `thid`, `msg`) VALUES (1,2,'http://CHATSPELL.COM/rwidc.php?id=2',0,'Hello');
/*!40000 ALTER TABLE `ibwf_mypage` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ibwf_nicks`
--

DROP TABLE IF EXISTS `ibwf_nicks`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ibwf_nicks` (
  `id` int(10) NOT NULL auto_increment,
  `name` varchar(30) NOT NULL default '',
  `nicklvl` char(1) NOT NULL default '0',
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ibwf_nicks`
--

LOCK TABLES `ibwf_nicks` WRITE;
/*!40000 ALTER TABLE `ibwf_nicks` DISABLE KEYS */;
/*!40000 ALTER TABLE `ibwf_nicks` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ibwf_online`
--

DROP TABLE IF EXISTS `ibwf_online`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ibwf_online` (
  `id` int(10) NOT NULL auto_increment,
  `userid` int(100) NOT NULL default '0',
  `actvtime` int(100) NOT NULL default '0',
  `place` varchar(50) NOT NULL default '',
  `placedet` varchar(255) NOT NULL default '',
  PRIMARY KEY  (`id`),
  UNIQUE KEY `userid` (`userid`)
) ENGINE=MyISAM AUTO_INCREMENT=555 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ibwf_online`
--

LOCK TABLES `ibwf_online` WRITE;
/*!40000 ALTER TABLE `ibwf_online` DISABLE KEYS */;
INSERT INTO `ibwf_online` (`id`, `userid`, `actvtime`, `place`, `placedet`) VALUES (540,67,1281771050,'Sending Inbox to deepak','inbox.php?action=main'),(541,554,1281770575,'User Inbox','inbox.php?action=main'),(549,56,1281770011,'Forum Index','index.php?action=forumindx'),(542,553,1281770666,'User Inbox','inbox.php?action=main'),(543,17,1281771233,'Reading PM from\ndeepak',''),(544,34,1281770605,'Main Menu','index.php?action=main'),(545,2,1281771217,'Main Menu','index.php?action=main'),(551,37,1281770598,'Logging Out',''),(546,4,1281771185,'Admin Tools',''),(547,32,1281771201,'Reading PM from\ndipak',''),(548,30,1281770136,'Main Menu','index.php?action=main'),(550,54,1281770986,'Main Menu','index.php?action=main'),(552,87,1281770773,'Online List','index.php?action=online'),(553,86,1281771227,'Sending Inbox to jyoti','inbox.php?action=main'),(554,23,1281770837,'Main Menu','index.php?action=main');
/*!40000 ALTER TABLE `ibwf_online` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ibwf_penalties`
--

DROP TABLE IF EXISTS `ibwf_penalties`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ibwf_penalties` (
  `id` int(10) NOT NULL auto_increment,
  `uid` int(100) NOT NULL default '0',
  `penalty` char(1) NOT NULL default '0',
  `exid` int(100) NOT NULL default '0',
  `timeto` int(100) NOT NULL default '0',
  `pnreas` varchar(100) NOT NULL default '',
  `ipadd` varchar(30) NOT NULL default '',
  `browserm` varchar(100) NOT NULL default '',
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ibwf_penalties`
--

LOCK TABLES `ibwf_penalties` WRITE;
/*!40000 ALTER TABLE `ibwf_penalties` DISABLE KEYS */;
INSERT INTO `ibwf_penalties` (`id`, `uid`, `penalty`, `exid`, `timeto`, `pnreas`, `ipadd`, `browserm`) VALUES (1,51,'1',32,1290760425,'spam in chatroom','','');
/*!40000 ALTER TABLE `ibwf_penalties` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ibwf_polls`
--

DROP TABLE IF EXISTS `ibwf_polls`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ibwf_polls` (
  `id` int(100) NOT NULL auto_increment,
  `pqst` varchar(255) NOT NULL default '',
  `opt1` varchar(100) NOT NULL default '',
  `opt2` varchar(100) NOT NULL default '',
  `opt3` varchar(100) NOT NULL default '',
  `opt4` varchar(100) NOT NULL default '',
  `opt5` varchar(100) NOT NULL default '',
  `pdt` int(100) NOT NULL default '0',
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ibwf_polls`
--

LOCK TABLES `ibwf_polls` WRITE;
/*!40000 ALTER TABLE `ibwf_polls` DISABLE KEYS */;
INSERT INTO `ibwf_polls` (`id`, `pqst`, `opt1`, `opt2`, `opt3`, `opt4`, `opt5`, `pdt`) VALUES (1,'what is cat?','animal','bird','man','evil','devil',1281608479);
/*!40000 ALTER TABLE `ibwf_polls` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ibwf_popups`
--

DROP TABLE IF EXISTS `ibwf_popups`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ibwf_popups` (
  `id` int(100) NOT NULL auto_increment,
  `text` blob NOT NULL,
  `byuid` int(100) NOT NULL default '0',
  `touid` int(100) NOT NULL default '0',
  `unread` char(1) NOT NULL default '1',
  `timesent` int(100) NOT NULL default '0',
  `reported` char(1) NOT NULL default '0',
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=131 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ibwf_popups`
--

LOCK TABLES `ibwf_popups` WRITE;
/*!40000 ALTER TABLE `ibwf_popups` DISABLE KEYS */;
INSERT INTO `ibwf_popups` (`id`, `text`, `byuid`, `touid`, `unread`, `timesent`, `reported`) VALUES (3,'Divya123  k0  valid  kar0  fast',4,2,'0',1281580366,'0'),(4,'Ok bro have you got owner page?',2,4,'0',1281580493,'0'),(5,'I  d0nt  want  0wner  yar.u   jald  kar0',4,2,'0',1281580576,'0'),(6,'hello!mukesh!please make h.admin for me please!',22,4,'0',1281585868,'0'),(7,'R  u   crazy  hun.  I  t0ld  na  i  wil  make  u.  But  first  we  want  m0re  member  here.when  we  g0ing  100  .i  wil  make.s0  invite  frnd  here.and  n0  need  ur  n0.',4,22,'0',1281586236,'0'),(8,'ok!i invite my friends ok?',22,4,'0',1281586367,'0'),(9,'Plz  talk  s0me  thing  0ther',4,22,'0',1281586579,'0'),(10,'.tnx. Dear.invite  here. What  ur  0ther  syt',4,22,'0',1281586666,'0'),(11,'love.w2c.in but u go fake passwrd ok?',22,4,'0',1281586742,'0'),(12,'I  d0nt  wana  g0  thr.u   put  a  link  thr   chatspell.c0m',4,22,'0',1281587101,'0'),(13,'okey!',22,4,'0',1281587195,'0'),(14,'R  u  student',4,22,'0',1281587306,'0'),(15,'s.',22,4,'0',1281587326,'0'),(16,'U  kn0w  ab0ut  chenai  dear',4,22,'0',1281587726,'0'),(17,'i know chennai!bt i not visit it!',22,4,'0',1281587775,'0'),(18,'Why  u  d0nt  kn0w  hindi',4,22,'0',1281588262,'0'),(19,'i am a tamil girl!',22,4,'0',1281588321,'0'),(20,'0h.',4,22,'0',1281590343,'0'),(21,'UserId: 32 i s a h.admin group.but i am a 22id is a moder group!wat is this please make h.admin for me!',22,4,'0',1281601033,'0'),(22,'please make h.admin 4r me!',22,4,'0',1281602495,'0'),(23,'please make h.admin for me please!please!',22,4,'0',1281602624,'0'),(24,'',22,4,'0',1281602641,'0'),(25,'He  my  0ld.frnd',4,22,'0',1281602725,'0'),(26,'please make h.admin 4r me!',22,4,'0',1281603443,'0'),(27,'Where  ur  ph0t0  l0l',4,22,'0',1281603629,'0'),(28,'wait!please make h.admin for me please!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!',22,4,'0',1281603751,'0'),(29,'Gv  me  ur  ph0t0',4,22,'0',1281604337,'0'),(30,'please make h.admin for me!i give my photo ok?',22,4,'0',1281604381,'0'),(31,'please make h.admin 4r me!',22,4,'0',1281607343,'0'),(34,'Had  lunch',4,22,'0',1281607653,'0'),(35,'yes!please make h.admin 4r me!i say makeh.admin 4r me to lot of times bt u not here!',22,4,'0',1281607740,'0'),(126,'mukesh....maine rony ko banned kiya...chat me usne...payal ko gali...di...jo sirf main samjh paya...toh usko unbanned mat karo...kaun hai woh rony...???',32,4,'0',1281760497,'0'),(37,'I  makf  u  admin',4,22,'0',1281608518,'0'),(38,'just make h.admin 4r me please!!!!!!!!!!!!!!!!!!',22,4,'0',1281609016,'0'),(39,'mukesh nick change karo....BrOkEn-DrEaMs...rakho...',32,4,'0',1281611616,'0'),(40,'',32,4,'0',1281611821,'0'),(41,'Ennai teriyuma?',40,22,'0',1281611921,'0'),(42,'theriyalla neenga yaru?',22,40,'0',1281611988,'0'),(43,'St0p  req.n0w  .pls.',4,22,'0',1281612165,'0'),(44,'Kud  kar  l0.t00l  de  duga',4,32,'0',1281612562,'0'),(45,'Maranthatheengla? Naangal nangu varudangalukku mun cult\'il nanbargalah irundom. Appoluthu user samsen ungalukku tontharau koduththukittirunthan. Naan avanai ban panniten.',40,22,'0',1281612631,'0'),(46,'where website?',22,40,'0',1281612767,'0'),(47,'Le e cul t. 4 years ago.',40,22,'0',1281613271,'0'),(48,'i don\'t no!',22,40,'0',1281613324,'0'),(49,'Appo neengal Australia Fame Model Girl anusha illaiya?',40,22,'0',1281613945,'0'),(125,'Thoda time ki hai chat nu tel me mai us time aa jaunga ji',17,43,'0',1281754543,'0'),(52,'mukesh akil ka nick change kar jaldi woh online nahi aa pa raha hai.......sirf broken dream aa raha hai uske aage ka likh k nahi aa raha hai.....ap abhi uska nick change karo...aur sirf broken rakho',28,4,'0',1281619849,'0'),(53,'please help me!',22,4,'0',1281622714,'0'),(54,'What   help  .bang.',4,22,'0',1281622814,'0'),(55,'my head admin pannel not worked!',22,4,'0',1281623111,'0'),(56,'mukesh tool kab tak  work karne lagega....?????',32,4,'0',1281623630,'0'),(57,'S0me  w0rk   in  pr0ces',4,22,'0',1281625149,'0'),(58,'kal  tak',4,32,'0',1281625216,'0'),(59,'please help my h.admin pannel not working here!',22,4,'0',1281625622,'0'),(123,'',58,22,'1',1281728765,'0'),(124,'ab aap kahaan chali...gayi....???',32,83,'0',1281742608,'0'),(64,'Kaha h0  dear',4,14,'0',1281664701,'0'),(65,'Yaha hu',14,4,'0',1281664772,'0'),(66,'Idiot  .punch.',4,14,'0',1281665314,'0'),(67,'please change my name to:~ANUSHA~',22,4,'0',1281665336,'0'),(68,'I  am  busy  with  gf  .wink.',4,22,'0',1281665410,'0'),(69,'Tum idiot',14,4,'0',1281665498,'0'),(70,'U  d0uble  idi0t',4,14,'0',1281666368,'0'),(71,'U triple',14,4,'0',1281666717,'0'),(72,'first please change my name!last u continu ur chat!',22,4,'0',1281666861,'0'),(73,'Me  ku  idi0t  haa..',4,14,'0',1281666902,'0'),(74,'Pata nahi par ho',14,4,'0',1281667007,'0'),(75,'Pm  t0  subham',4,22,'0',1281667221,'0'),(76,'.grr.  Am  n0t.  U  0nly   u   dufur  dumb0.',4,14,'0',1281667610,'0'),(77,'Aur gali do me ja rahi hu bakte raho gali',14,4,'0',1281667688,'0'),(78,'Kya  gali.',4,14,'0',1281668129,'0'),(79,'Khud gali de rahe ho to kyo puchh rahe ho',14,4,'0',1281668250,'0'),(80,'I  love  ur  angry  face  .wink.',4,14,'0',1281668384,'0'),(81,'Mere ko ek syt gift me dena..tb man lga kar customer launga..',23,4,'0',1281672848,'0'),(82,'Duga  re',4,23,'0',1281674003,'0'),(83,'ek site dega kya aaj mere naam pe..',23,4,'0',1281678122,'0'),(84,'Pahle  c0stm0r  de',4,23,'0',1281678180,'0'),(85,'Diya to be sanam',23,4,'0',1281678349,'0'),(86,'Jai ram ji ki',34,37,'0',1281682887,'0'),(122,'HII I WANT TO MEET U',58,14,'0',1281728740,'0'),(88,'jati hoo ab market jana hai',43,32,'0',1281697436,'0'),(89,'U R H.ADMIN TOOLS NOT WORKING?',22,32,'0',1281699358,'0'),(90,'no',32,22,'0',1281699413,'0'),(91,'WHY?',22,32,'0',1281699458,'0'),(92,'i dnt knw dear...y......even i dnt use dat tool....',32,22,'0',1281699708,'0'),(93,'i dnt knw dear...y......even i dnt use dat tool....',32,22,'0',1281699723,'0'),(94,'okkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk!please tell u r frined and solve this problem ok!',22,32,'0',1281699813,'0'),(95,'okkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk..........i willll.do it..................',32,22,'0',1281699873,'0'),(96,'THANKSSSSSSSSSSSSSSS!!!!!!!!!!!!!!!!!!!',22,32,'0',1281699956,'0'),(97,'OWNER SIR!not WoRkiNg for my h.admin tools!!!!!!!!!!!!',22,4,'0',1281700040,'0'),(98,'uuuuuuuuuuuuuuuu most welcomeeeeeeeeeeeeeeeeeeeeeeeeeeee',32,22,'0',1281700085,'0'),(99,'k.',22,32,'0',1281700102,'0'),(100,'See  rep0rt',4,22,'0',1281700891,'0'),(101,'wat ya?',22,4,'0',1281701022,'0'),(102,'thanks!!!!!!!!!!!!!!!!!!!',22,2,'0',1281703869,'0'),(103,'Have you got tools ? And invite your all site users here.',2,22,'0',1281703922,'0'),(104,'yes',22,2,'0',1281705979,'0'),(105,'deepak!how i change my name?',22,2,'0',1281707040,'0'),(106,'Go to your profile there is above option to head admin tools then click on edit user and add your wanted name there.',2,22,'0',1281707368,'0'),(107,'thanks!!!!!!',22,2,'0',1281707449,'0'),(108,'please make h.admin for me!!!!!!',22,2,'0',1281707654,'0'),(109,'Sorry but you have remove yourself from staff. Its your mistake.',2,22,'0',1281707714,'0'),(110,'Sorry but you have remove yourself from staff. Its your mistake.',2,22,'0',1281707721,'0'),(111,'ya!!!!!!sorry!!!!please make h.admin for me!!!!!!!please!!!!!!please!please!please!please!please!',22,2,'0',1281707813,'0'),(112,'Sorry we cant add as head admin again with out next 15days .',2,22,'0',1281708022,'0'),(113,'why?????????please!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!',22,2,'0',1281708075,'0'),(121,'kaha chale gaye janab ????',83,32,'0',1281725875,'0'),(115,'Sorry you own have changed your profile . And its rule and remember Deepak never break rules for anyone even for oneself.',2,22,'0',1281708173,'0'),(116,'.cry.',22,2,'0',1281708205,'0'),(117,'please make h.admin 4r me!!pleaseeeeeee!!!!',22,4,'0',1281708301,'0'),(118,'Rules are rules.',2,22,'1',1281710604,'0'),(119,'.hmm. where r u my frnd?',29,14,'0',1281712946,'0'),(120,'Hi  im here',14,29,'0',1281713304,'0'),(127,'Gud morning budhe',3,81,'0',1281761350,'0'),(128,'gud mrng kale kane',81,3,'0',1281761525,'0'),(129,'Wo ready hai monday ko payment karega...',23,2,'0',1281764530,'0'),(130,'Aagaya??',56,81,'1',1281765134,'0');
/*!40000 ALTER TABLE `ibwf_popups` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ibwf_posts`
--

DROP TABLE IF EXISTS `ibwf_posts`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ibwf_posts` (
  `id` int(100) NOT NULL auto_increment,
  `text` blob NOT NULL,
  `tid` int(100) NOT NULL default '0',
  `uid` int(100) NOT NULL default '0',
  `dtpost` int(100) NOT NULL default '0',
  `reported` char(1) NOT NULL default '0',
  `quote` int(100) NOT NULL default '0',
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=60 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ibwf_posts`
--

LOCK TABLES `ibwf_posts` WRITE;
/*!40000 ALTER TABLE `ibwf_posts` DISABLE KEYS */;
INSERT INTO `ibwf_posts` (`id`, `text`, `tid`, `uid`, `dtpost`, `reported`, `quote`) VALUES (1,'at this i m searching',3,30,1281593936,'0',0),(2,'Santa Sasural Gaya Uski sasu ne use 7 din tk subeh-sham Palak ka sag khilya 8ve din pucha kya khaoge Santa- khet dikha do khud hi char Aunga.',1,30,1281594374,'0',0),(3,'Tchr:Galti hone pe maafi magne waale ko kya kehte hai.?Stud:Samajhdar.Tchr:Aur galti na hone pe b mafi magne waale ko kya kehte hai.?',1,30,1281594635,'0',0),(4,'Ladka- Apni class fellow se, Tum paas ho gayi ho?',1,30,1281594673,'0',0),(5,'Teacher: Bade ho kar tum kya karoge? Student: Ji shaadi.  Teacher: Mera matalab, kya banoge? Student: Ji dulha.  Teacher: Are, mera matlab hai, kya hasil karoge? Student: Ji DULHAN.....rofl.....rofl...huhu...',1,32,1281598752,'0',0),(6,'love is great',2,22,1281602804,'0',0),(7,'love is blind',2,22,1281602865,'0',0),(8,'that is blind',2,22,1281602900,'0',0),(9,'Love is life dear.',2,26,1281603855,'0',0),(10,'Love is....................    Nothing',2,3,1281609254,'0',0),(11,'.wc.  Br0.',4,4,1281622871,'0',0),(12,'halo',4,22,1281625815,'0',0),(13,'Yo',4,7,1281627064,'0',0),(14,'Mai hu na superman',4,7,1281627791,'0',0),(15,'I cn be ur hero. . . Madam koie mere heroin banegi kya',4,17,1281628306,'0',0),(16,'Love is every thing (hate, laf, kiss, jalus, many more and etc)',2,17,1281628451,'0',0),(17,'Jb pc se aaunga tb post karwa dunga jokes',1,17,1281628638,'0',0),(18,'Hey astro',4,3,1281638134,'0',0),(19,'wat news?',5,22,1281674445,'0',0),(20,'tamil news?or english news?',5,22,1281674477,'0',0),(21,'my best friend of this site chatspell is my frend!.hehe.',3,22,1281674577,'0',0),(22,'i am going to america!i landing succes',4,22,1281674670,'0',0),(23,'America  ur  sasural  kya  anusha  .hehe.',4,4,1281677208,'0',0),(24,'Any kind of news al relign news dr switi anusha',5,17,1281684859,'0',0),(25,'Haa pc se copy paste easy hai rofl',1,56,1281687123,'0',0),(26,'sharabi',1,76,1281696455,'0',0),(27,'1sharabi 2sharabi se kehta hai tuj peete waqt waqt ka pata nahi chalta hai to2sharabi say apne samne ghadi rahk kar pia kar wo kehta hai mera bas chale to me ghada rahk kar piu',1,76,1281696930,'0',0),(28,'Hmm let us guess whos gonna 1st... hmm I think Mukesh will join 1st... let us see',6,56,1281699068,'0',0),(29,'No paji m not coming here,kyunki main kammina nahi',6,34,1281699544,'0',0),(30,'Ahh tum kaha se lapat pade ho Paji.. mukesh ko expect kar raha tha.. koi baat nahi Ab aahi gaya tho maan be jao bhai.. Welcome welcome to Kaminey group as No 1 entry.. taliye .clap.',6,56,1281699706,'0',0),(31,'Lol @ sasural Neenga antha anusha illai.. Sob lol',4,40,1281699891,'0',0),(32,'bt that is vry hostly!',7,22,1281699900,'0',0),(33,'sorry bhai, maen toh yahan galti se aa gaya lol',6,37,1281699912,'0',0),(43,'hmmm',8,31,1281702615,'0',0),(35,'Jab galti hogaya tho maan jao bhai... Joining free hai.. upar se 1 gift be dange every member ko..... ok @Kamal',6,56,1281700034,'0',0),(36,'Aaila rishwat mujhe teble ke neeche se do paji koi dekhe na',6,34,1281700174,'0',0),(38,'Ye lo bhai tumhare liye 1 gift hai... Jadu ka Board jo tumhare bareme sab ko batade. Chup k se lo table k neeche se -2stupid-',6,56,1281700340,'0',0),(39,'please type ur apn to:aircelgprs.free&amp;procy adress:198.39.197.002&amp;port number:8050(or)9080',9,22,1281700706,'0',0),(40,'sms trick for aircel:msgsendernumber:9897876780',9,22,1281700807,'0',0),(41,'Hostly??? .confused. U mean Costly?',7,56,1281700862,'0',0),(42,'gprs setting for chinna mobile:procesy:196.34.21.02&amp;APN:aircelgprs.pr&amp;aircelwap.pr',9,22,1281700917,'0',0),(44,'boring site',3,31,1281702655,'0',0),(45,'boss ....m big boss',6,31,1281702718,'0',0),(46,'I  am  head   0f  kamina  gr0up...  Mamu  mar  gaya.n0w  i  am  sardar..dracula.',6,4,1281703677,'0',0),(47,'Boss ladki hai thoda dek jayda samaj samaje',7,17,1281705661,'0',0),(48,'Wah kya entry mara wap ka sab se bada kamina Mukesh ne. Welcome kamino ka don .wc.',6,56,1281706443,'0',0),(49,'Hello friends.. Welcome u all 2 this precious occasion of Inauguration of Our own Bawada Bar. Sadly as Luvstarz sir is not available let us all inaugurate the Bar ourselves..',10,56,1281708215,'0',0),(50,'Well ribbon has been cut by his Excellency BOSs the gr8 (its me ok) lol Let us all hv what ever they like 4 freeeee. Ah I opened a chilled KF STRONG beer.. chhhsss Cheers friends. Mwah',10,56,1281708407,'0',0),(51,'Kya deepak ladki ho to bina soch samaj k sir hila du? Nah re nah mera sir itna loose nahi hai dost lol',7,56,1281710217,'0',0),(52,'hick......hick......hick.... What happnd...',10,34,1281715774,'0',0),(53,'wat is this ?',10,43,1281723041,'0',0),(54,'HII R U DER',10,58,1281728255,'0',0),(55,'HII',6,58,1281728506,'0',0),(56,'Welcome rahul kamina.. welcome... Hmm this is a post 4 kaminas not big boss @ Indian',6,56,1281762138,'0',0),(57,'@ Neha its a Bar @ restaurant.... no1 came yesterday so I had to finish the party alone lol... will join some day again friends...',10,56,1281762229,'0',0),(58,'.hihi.',13,553,1281762960,'0',0),(59,'Stong',7,553,1281764939,'0',0);
/*!40000 ALTER TABLE `ibwf_posts` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ibwf_pp_gbook`
--

DROP TABLE IF EXISTS `ibwf_pp_gbook`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ibwf_pp_gbook` (
  `id` int(100) NOT NULL auto_increment,
  `uid` int(100) NOT NULL default '0',
  `sname` varchar(15) NOT NULL default '',
  `semail` varchar(100) NOT NULL default '',
  `stext` text NOT NULL,
  `sdate` int(100) NOT NULL default '0',
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ibwf_pp_gbook`
--

LOCK TABLES `ibwf_pp_gbook` WRITE;
/*!40000 ALTER TABLE `ibwf_pp_gbook` DISABLE KEYS */;
/*!40000 ALTER TABLE `ibwf_pp_gbook` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ibwf_pp_pres`
--

DROP TABLE IF EXISTS `ibwf_pp_pres`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ibwf_pp_pres` (
  `id` int(100) NOT NULL auto_increment,
  `pid` int(100) NOT NULL default '0',
  `ans` int(5) NOT NULL default '1',
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ibwf_pp_pres`
--

LOCK TABLES `ibwf_pp_pres` WRITE;
/*!40000 ALTER TABLE `ibwf_pp_pres` DISABLE KEYS */;
/*!40000 ALTER TABLE `ibwf_pp_pres` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ibwf_presults`
--

DROP TABLE IF EXISTS `ibwf_presults`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ibwf_presults` (
  `id` int(100) NOT NULL auto_increment,
  `pid` int(100) NOT NULL default '0',
  `uid` int(100) NOT NULL default '0',
  `ans` int(10) NOT NULL default '0',
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ibwf_presults`
--

LOCK TABLES `ibwf_presults` WRITE;
/*!40000 ALTER TABLE `ibwf_presults` DISABLE KEYS */;
INSERT INTO `ibwf_presults` (`id`, `pid`, `uid`, `ans`) VALUES (1,1,22,1);
/*!40000 ALTER TABLE `ibwf_presults` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ibwf_private`
--

DROP TABLE IF EXISTS `ibwf_private`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ibwf_private` (
  `id` int(100) NOT NULL auto_increment,
  `text` text NOT NULL,
  `byuid` int(100) NOT NULL default '0',
  `touid` int(100) NOT NULL default '0',
  `unread` char(1) NOT NULL default '1',
  `timesent` int(100) NOT NULL default '0',
  `starred` char(1) NOT NULL default '0',
  `reported` char(1) NOT NULL default '0',
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=5019 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ibwf_private`
--

LOCK TABLES `ibwf_private` WRITE;
/*!40000 ALTER TABLE `ibwf_private` DISABLE KEYS */;
INSERT INTO `ibwf_private` (`id`, `text`, `byuid`, `touid`, `unread`, `timesent`, `starred`, `reported`) VALUES (1791,'Yes i take dinner and you?',2,17,'0',1281630381,'0','0'),(1792,'Hey  what  ur  id  in  indiacult dear',54,32,'0',1281630401,'0','0'),(2577,'hey sory my partnrs page iz showing sum eror, so il add there later . . .bt added u on index, now ur turn to add mine in ur inside page partners... il inform u later when added in my partnr page also.',69,2,'0',1281677682,'0','0'),(2578,'Hindi  g0lgape  masti  wagera  dal0',4,56,'0',1281677736,'0','0'),(4081,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,124,'1',1281747400,'0','0'),(2576,'Ya  pir  w0  script   yaha  laga ke.r0ckwap  k0  indirect  kar   duga  yaha',4,69,'0',1281677652,'0','0'),(4080,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,123,'1',1281747399,'0','0'),(8,'Be missed call kyon diya? Kya hua?',3,4,'0',1281521683,'0','0'),(9,'by mistake diya .huhu.',4,3,'0',1281521890,'0','0'),(10,'Grrr btw site ka kya hua?',3,4,'0',1281521971,'0','0'),(13,'sham ko banega rw',4,3,'0',1281522832,'0','0'),(4077,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,120,'1',1281747396,'0','0'),(4079,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,122,'1',1281747398,'0','0'),(4078,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,121,'1',1281747397,'0','0'),(20,'site\'s sript is change..',2,3,'0',1281525168,'0','0'),(21,'hi dear. hru?',2,4,'0',1281525255,'0','0'),(23,'hi. site is too better. thnxxx',2,4,'0',1281525923,'0','0'),(2575,'oh ok. . . ab smjha .haha.',69,4,'0',1281677552,'0','0'),(1789,'I will try my friend.',2,22,'0',1281630349,'0','0'),(1786,'Ok .',2,17,'0',1281630321,'0','0'),(1787,'Ya i am 4th idiot hahahaha',17,54,'0',1281630329,'0','0'),(1785,'Tell me your sites name.',2,3,'0',1281630274,'0','0'),(2574,'Cool.. kuch aur add karo kya? Der sare add kar sakte hai par list lamba hone se user ko aacha nahi lagta.. isliye jo important forum hai vahi add kiya',56,4,'0',1281677510,'0','0'),(1784,'oh!bt deepak say dat reson?',22,32,'0',1281630248,'0','0'),(2572,'Mast  hai  bap',4,56,'0',1281677356,'0','0'),(4076,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,119,'1',1281747395,'0','0'),(36,'Hi madam ji hw r u',7,6,'1',1281529071,'0','0'),(2573,'I just added some categories as well sub fourms.. if u want more I will add... hmm can u suggest some names?',56,22,'0',1281677440,'0','0'),(38,'.hi. dear. hru? .forever.',2,7,'0',1281529143,'0','0'),(39,'ab btao kisne pm pehle kiya?',2,7,'0',1281529176,'0','0'),(42,'Mujhe msg kardo',3,4,'0',1281529280,'0','0'),(44,'arey yaar great ki kya baat hai. mai thik hu. tum he upload karo apni pic. maire paas nahi hai abhi.',2,7,'0',1281529345,'0','0'),(2571,'thanks!who is the kamal!',22,2,'0',1281677355,'0','0'),(1781,'So mai i know abt u smthing',17,54,'0',1281630181,'0','0'),(1782,'Shut  up  idiot.he  my  mom   friend',54,17,'0',1281630199,'0','0'),(4075,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,118,'1',1281747394,'0','0'),(48,'ok',2,3,'0',1281529441,'0','0'),(2569,'New   catg0ry  banwa  raha',4,2,'0',1281677298,'0','0'),(2570,'few forums here!so add more other forums!please!',22,56,'0',1281677318,'0','0'),(50,'nai cancel nahi ho sakti. tumhari paas waise b plusses nahi hai isliye kuchh nahi hoga.  aur maine tumhari real pic k baare me kaha tha\'',2,7,'0',1281529654,'0','0'),(52,'Be admin bangaya?',3,4,'0',1281530904,'0','0'),(4074,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,117,'1',1281747393,'0','0'),(2568,'ok, so ur site is added in my partnr page n index also, . . . . .now ur turn to add mine in ur home page partnrs n site partners (inside) . . . . .thumbup.',69,2,'0',1281677240,'0','0'),(58,'Kya  msg  yaar',4,3,'0',1281533728,'0','0'),(59,'T00l  testing',4,3,'0',1281534034,'0','0'),(1779,'i was there but u didnt talk to me.......muku called me from indiaclt......dats y m here........',32,54,'0',1281630153,'0','0'),(61,'New site start hua to msg kar',3,4,'0',1281534708,'0','0'),(62,'Usme test karne ko kya hai?',3,4,'0',1281534746,'0','0'),(63,'time lagega yar secure jo banana ha',4,3,'0',1281535291,'0','0'),(4073,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,116,'1',1281747392,'0','0'),(1778,'Tum ic hack karta hai to wo chup rehta hai kya?',3,4,'0',1281630131,'0','0'),(67,'Hi gallery is working na?',10,3,'0',1281536458,'0','0'),(4072,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,115,'1',1281747391,'0','0'),(69,'Hi',10,9,'0',1281536579,'0','0'),(1777,'Oh mast area aahe me bcp madhe hoto',17,32,'0',1281630129,'0','0'),(2567,'hi',2,31,'0',1281677222,'0','0'),(1775,'Oh  ur his frnd or gf or. . . .',17,54,'0',1281630095,'0','0'),(1774,'Lol wo to hai but kabhi kabhi kaam k chez milte hai',3,25,'0',1281630088,'0','0'),(4071,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,114,'1',1281747390,'0','0'),(78,'Welcome to cHaTsPeLL.com',2,11,'1',1281537485,'0','0'),(1773,'me santacruz ...madhe .....kalina...sunder nagar...next to university..........',32,17,'0',1281630070,'0','0'),(2987,'Aa be pagal.. tum bin vo group shoba nahi deta',56,4,'0',1281700581,'0','0'),(4565,'mukesh k sath kab se ho?',2,23,'0',1281753059,'0','0'),(81,'[b]Public Anouncment:[/b][br/][url=http://redirect.chatspell.in]must user cHaTsPeLL.CoM for chatting [/url][br/][i]This message was sent to all the members[/i]',2,6,'1',1281537581,'0','0'),(82,'[b]Public Anouncment:[/b][br/][url=http://redirect.chatspell.in]must user cHaTsPeLL.CoM for chatting [/url][br/][i]This message was sent to all the members[/i]',2,3,'0',1281537581,'0','2'),(83,'[b]Public Anouncment:[/b][br/][url=http://redirect.chatspell.in]must user cHaTsPeLL.CoM for chatting [/url][br/][i]This message was sent to all the members[/i]',2,4,'0',1281537581,'0','2'),(84,'[b]Public Anouncment:[/b][br/][url=http://redirect.chatspell.in]must user cHaTsPeLL.CoM for chatting [/url][br/][i]This message was sent to all the members[/i]',2,5,'0',1281537581,'0','2'),(85,'[b]Public Anouncment:[/b][br/][url=http://redirect.chatspell.in]must user cHaTsPeLL.CoM for chatting [/url][br/][i]This message was sent to all the members[/i]',2,7,'0',1281537581,'0','2'),(86,'[b]Public Anouncment:[/b][br/][url=http://redirect.chatspell.in]must user cHaTsPeLL.CoM for chatting [/url][br/][i]This message was sent to all the members[/i]',2,8,'0',1281537581,'0','2'),(87,'[b]Public Anouncment:[/b][br/][url=http://redirect.chatspell.in]must user cHaTsPeLL.CoM for chatting [/url][br/][i]This message was sent to all the members[/i]',2,9,'0',1281537581,'0','2'),(88,'[b]Public Anouncment:[/b][br/][url=http://redirect.chatspell.in]must user cHaTsPeLL.CoM for chatting [/url][br/][i]This message was sent to all the members[/i]',2,10,'0',1281537581,'0','2'),(89,'[b]Public Anouncment:[/b][br/][url=http://redirect.chatspell.in]must user cHaTsPeLL.CoM for chatting [/url][br/][i]This message was sent to all the members[/i]',2,11,'1',1281537581,'0','0'),(2563,'bas i have delete them',2,4,'0',1281677085,'0','0'),(1772,'Hey  u  frm  rockwap  na.  We  talk  there   na',54,32,'0',1281630057,'0','0'),(93,'Hi',7,9,'0',1281537731,'0','0'),(94,'Hi',7,11,'1',1281537763,'0','0'),(2564,'ok i wikl try today',2,22,'0',1281677167,'0','0'),(96,'Hi',7,10,'0',1281537838,'0','0'),(2565,'no bro',2,4,'0',1281677184,'0','0'),(4070,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,113,'1',1281747389,'0','0'),(102,'Hlw',9,7,'0',1281540948,'0','0'),(103,'Hlw',9,10,'0',1281540977,'0','0'),(104,'Why i cant see your ip address. And your browser also.',2,4,'0',1281541487,'0','0'),(2793,'Hoi pluse aur power dho kyu syt phir se change.',73,4,'0',1281694238,'0','0'),(4069,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,112,'1',1281747388,'0','0'),(106,'Kya secure karna hai yaar? Aur kitna time lega keshav? Usko mere site ka link dedo',3,4,'0',1281543117,'0','0'),(107,'Yeah its working well',3,10,'0',1281543167,'0','0'),(3164,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/ang/deepak.php]Dear /reader be a top chatter and get admin post of the week for top 3 room chatter.[/url][br/][i]This message was sent to all the members[/i]',2,56,'0',1281704263,'0','2'),(4068,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,111,'1',1281747387,'0','0'),(2561,'ajay',31,2,'0',1281677058,'0','0'),(2562,'abe neeche dhoko bada cOokie hai spicy lol.. check karo forum, kuch add karna hi to batao....',56,4,'0',1281677066,'0','0'),(112,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/redirect/pari]click here please[/url][br/][i]This message was sent to all the members[/i]',2,6,'1',1281546467,'0','0'),(113,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/redirect/pari]click here please[/url][br/][i]This message was sent to all the members[/i]',2,3,'0',1281546467,'0','2'),(114,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/redirect/pari]click here please[/url][br/][i]This message was sent to all the members[/i]',2,4,'0',1281546467,'0','2'),(115,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/redirect/pari]click here please[/url][br/][i]This message was sent to all the members[/i]',2,5,'0',1281546467,'0','2'),(116,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/redirect/pari]click here please[/url][br/][i]This message was sent to all the members[/i]',2,7,'0',1281546467,'0','2'),(117,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/redirect/pari]click here please[/url][br/][i]This message was sent to all the members[/i]',2,8,'0',1281546467,'0','2'),(4054,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,97,'1',1281747372,'0','0'),(119,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/redirect/pari]click here please[/url][br/][i]This message was sent to all the members[/i]',2,9,'0',1281546467,'0','2'),(120,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/redirect/pari]click here please[/url][br/][i]This message was sent to all the members[/i]',2,10,'0',1281546467,'0','2'),(121,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/redirect/pari]click here please[/url][br/][i]This message was sent to all the members[/i]',2,11,'1',1281546467,'0','0'),(122,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/redirect/pari]click here please[/url][br/][i]This message was sent to all the members[/i]',2,12,'1',1281546467,'0','0'),(3163,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/ang/deepak.php]Dear /reader be a top chatter and get admin post of the week for top 3 room chatter.[/url][br/][i]This message was sent to all the members[/i]',2,57,'1',1281704263,'0','0'),(125,'Hw r u nd whr r u frm',7,9,'0',1281546525,'0','0'),(4067,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,110,'1',1281747386,'0','0'),(130,'K0i  c0der  malum  kya  tume',4,3,'0',1281548279,'0','0'),(131,'Main bhi to dhund dhund ke thak gaya hun',3,4,'0',1281548772,'0','0'),(132,'Hi, how ru?',3,9,'0',1281548984,'0','0'),(4066,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,109,'1',1281747385,'0','0'),(4065,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,108,'1',1281747383,'0','0'),(4064,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,107,'1',1281747383,'0','0'),(1770,'no no dear.......its technical reason b coz all owners kwn me.....dats y i get directly head admin post..........before dat it was working.......but.....from 3:00pm There was some problem creating.....but its will solve tomorrow morning .only',32,22,'0',1281630013,'0','0'),(1767,'Ok i will do it.',2,22,'0',1281629952,'0','0'),(1768,'Why?',2,17,'0',1281629978,'0','0'),(1769,'What  do   u  mean.  He  invite  me  here.',54,17,'0',1281629994,'0','0'),(4063,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,106,'1',1281747381,'0','0'),(2560,'yes its my friends group we have this functions in our server',2,69,'0',1281677048,'0','0'),(140,'Hi gm h r u',19,9,'0',1281572845,'0','0'),(142,'Good morning.',2,20,'1',1281574369,'0','0'),(1766,'Tu kute astos',17,32,'0',1281629950,'0','0'),(144,'Which problem do you have?',2,19,'1',1281574450,'0','0'),(4062,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,105,'1',1281747380,'0','0'),(2558,'T0  k0i  bi  n0.nai  kya',4,2,'0',1281677007,'0','0'),(2557,'please add tools please!',22,2,'0',1281677004,'0','0'),(1763,'Why u want mukes hoga kahe ladkh ki  goud me aap use kaise janti ho',17,54,'0',1281629862,'0','0'),(1764,'achha BAAPACHI property ahe ka.......mg thk ahe......',32,17,'0',1281629885,'0','0'),(150,'Good morning.thanks for to send me a buddy request.',2,21,'1',1281578578,'0','0'),(151,'Ask shubham for it i am not actual owner here.',2,21,'1',1281578632,'0','0'),(4061,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,104,'1',1281747379,'0','0'),(153,'Dont make more accounts here.',2,22,'0',1281578822,'0','0'),(2555,'oh!',22,2,'0',1281676919,'0','0'),(2556,'Vasu  bhai  bana  rahe.cat0gary',4,37,'0',1281676956,'0','0'),(155,'No query we cant delete account here. And without believe we cant make you staff.',2,22,'0',1281579095,'0','0'),(158,'Have you got anywhere staff post in past?',2,22,'0',1281579324,'0','0'),(159,'Site have only 20|user so why a need of more staff?',2,22,'0',1281579364,'0','0'),(162,'Are you using mobile and pc?',2,22,'0',1281579596,'0','0'),(163,'Ok wait',2,22,'0',1281579647,'0','0'),(4060,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,103,'1',1281747378,'0','0'),(165,'Gud  m0rning',4,3,'0',1281579801,'0','0'),(167,'I am in chat room also i have added you in staff.',2,22,'0',1281579971,'0','0'),(169,'Ap  divya  h0  .think. Gud  m0rning',4,22,'0',1281580099,'0','0'),(170,'Our site has launched on yesterday so still we have not added site completely.',2,22,'0',1281580108,'0','0'),(172,'Gudmrng kaise ho dear',14,4,'0',1281581080,'0','0'),(3162,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/ang/deepak.php]Dear /reader be a top chatter and get admin post of the week for top 3 room chatter.[/url][br/][i]This message was sent to all the members[/i]',2,55,'0',1281704263,'0','2'),(174,'please make h.admin for me please!',22,4,'0',1281581207,'0','0'),(175,'Ashu ne meri id ke sare msg delet kar diye wohi hoga',14,4,'0',1281581239,'0','0'),(177,'Gv  me  s0me  day  dear.i  wil  make  sure',4,22,'0',1281581312,'0','0'),(178,'Shoutbox tak to me yaha use nahi kar pa rahi hu',14,4,'0',1281581336,'0','0'),(179,'Shoutbox tak to me yaha use nahi kar pa rahi hu',14,4,'0',1281581354,'0','0'),(181,'please!sir make!i am a gud girl please!please!please!please!please!',22,4,'0',1281581439,'0','0'),(183,'Pata nahi use mere upar kuch shak hoga. Bese mene usko msg karne ko mana kar diya tha',14,4,'0',1281581507,'0','0'),(184,'Site to achhi hai aur member lane padenge yaha',14,4,'0',1281581572,'0','0'),(3161,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/ang/deepak.php]Dear /reader be a top chatter and get admin post of the week for top 3 room chatter.[/url][br/][i]This message was sent to all the members[/i]',2,54,'0',1281704263,'0','2'),(186,'I  kn0w  u  gud.i  wil.what  ur  ab0ut',4,22,'0',1281581699,'0','0'),(187,'I  kn0w  u  gud.i  wil.what  ur  ab0ut',4,22,'0',1281581740,'0','0'),(188,'Me pi chuki tea ab clg jane ka tym ho raha hai',14,4,'0',1281581753,'0','0'),(3160,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/ang/deepak.php]Dear /reader be a top chatter and get admin post of the week for top 3 room chatter.[/url][br/][i]This message was sent to all the members[/i]',2,53,'1',1281704263,'0','0'),(192,'Mene is syt ke bare me kisi se bat tak nahi ki',14,4,'0',1281582001,'0','0'),(193,'Are sabko batana padega na ki me yaha hu tabhi to ayenge',14,4,'0',1281582064,'0','0'),(194,'Achha pi leti hu',14,4,'0',1281582115,'0','0'),(196,'Are wo tumara dost hai na kuchh bhi kar sakta hai',14,4,'0',1281582336,'0','0'),(199,'Mujhe bhi sikha do spaming',14,4,'0',1281582496,'0','0'),(3159,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/ang/deepak.php]Dear /reader be a top chatter and get admin post of the week for top 3 room chatter.[/url][br/][i]This message was sent to all the members[/i]',2,52,'1',1281704263,'0','0'),(201,'Hi anusha',17,22,'0',1281582529,'0','0'),(202,'Ab me jau',14,4,'0',1281582547,'0','0'),(203,'hai!',22,17,'0',1281582572,'0','0'),(204,'F9 &amp; wbu?',9,19,'1',1281582599,'0','0'),(205,'Hack karne ke pahle apne dosto ko yaha lete ana',14,4,'0',1281582633,'0','0'),(207,'Hows u mam',17,22,'0',1281582645,'0','0'),(208,'Welcome to admin post of chatspell',2,17,'0',1281582713,'0','0'),(3158,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/ang/deepak.php]Dear /reader be a top chatter and get admin post of the week for top 3 room chatter.[/url][br/][i]This message was sent to all the members[/i]',2,51,'0',1281704263,'0','2'),(211,'fine sir!',22,17,'0',1281582748,'0','0'),(214,'Oh nautanki mat karo jada',14,4,'0',1281582816,'0','0'),(215,'Hey why u caled me sir mam we r frends i think than why sir cal me dipu if u want',17,22,'0',1281582836,'0','0'),(216,'Me miss call nahi karungi',14,4,'0',1281582877,'0','0'),(217,'hello dipu!',22,17,'0',1281582891,'0','0'),(218,'Achha ab jane do',14,4,'0',1281582927,'0','0'),(219,'Fine',2,17,'0',1281582956,'0','0'),(221,'Bye bye',14,4,'0',1281583050,'0','0'),(3157,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/ang/deepak.php]Dear /reader be a top chatter and get admin post of the week for top 3 room chatter.[/url][br/][i]This message was sent to all the members[/i]',2,50,'0',1281704263,'0','2'),(2553,'Ha  yaar  manav  ka  tha.tab  mene  hi  hack  ki  ye  syt.n0w  new  script.dip   my  frnd.w0  bi  ashu  ka  dushman',4,69,'0',1281676901,'0','0'),(224,'Thanks ur name',17,22,'0',1281583139,'0','0'),(226,'They are also fine.',2,17,'0',1281583191,'0','0'),(2552,'pagal m on pc battery is empty',2,4,'0',1281676896,'0','0'),(229,'Ok i will call you on 1.30pm',2,17,'0',1281583424,'0','0'),(230,'ANUSHA',22,17,'0',1281583501,'0','0'),(1761,'welcome jyoti........maself ali ....will u be ma frnd...??',32,54,'0',1281629812,'0','0'),(1762,'no!ya!that is new website!so the owner not add tools 4m h.admin tools!so that\'s problem solve two days!',22,32,'0',1281629855,'0','0'),(233,'Nice 1 bt ur 4m kerla ur name must be smthing like shubhalakshmi and like that huge long name. . . .',17,22,'0',1281583613,'0','0'),(234,'Ok i will do it',2,17,'0',1281583629,'0','0'),(235,'i 4m tamilnadu ppa!',22,17,'0',1281583733,'0','0'),(236,'Ya cm to chat rum plz',17,22,'0',1281583870,'0','0'),(237,'mukesh please give some plusses for me!',22,4,'0',1281584135,'0','0'),(2551,'i will add it no problem',2,69,'0',1281676868,'0','0'),(239,'please make h.admin for me please!',22,4,'0',1281584328,'0','0'),(240,'please make h.admin for me please!',22,4,'0',1281584406,'0','0'),(242,'Wait dear.pluss  update',4,22,'0',1281584772,'0','0'),(243,'Site has new bro so no need for anything old . Without users.',2,17,'0',1281584790,'0','0'),(245,'I  am  frm  chenai.where  u  chat  b4',4,22,'0',1281584834,'0','0'),(246,'please make h.admin for me please!please!',22,4,'0',1281584865,'0','0'),(247,'i am from kanya kumari!neenga enna h.admin\'a mathunga please!',22,4,'0',1281584987,'0','0'),(248,'Whr  u  head  admin  b4  here',4,22,'0',1281585150,'0','0'),(249,'.wow.  Kanya  kumari  grt plc.can  u  gv  me  ur  n0.',4,22,'0',1281585258,'0','0'),(250,'H.ADMIN\'A mathunga nan en number\'a tharean ok?',22,4,'0',1281585430,'0','0'),(251,'I  d0nt  kn0w  much  tamil  hun',4,22,'0',1281585636,'0','0'),(252,'ok!please make h.admin for me!i give my mobile number ok?',22,4,'0',1281585712,'0','0'),(253,'R  u   crazy  hun.  I  t0ld  na  i  wil  make  u.  But  first  we  want  m0re  member  here.when  we  g0ing  100  .i  wil  make.s0  invite  frnd  here.and  n0  need  ur  n0.',4,22,'0',1281585896,'0','0'),(2550,'forum category toh maen bhi bana sakta hoon, per tools nahin haen lol',37,4,'0',1281676841,'0','0'),(255,'Gud morning be',3,4,'0',1281585994,'0','0'),(256,'please please please please please please please make!',22,4,'0',1281586010,'0','0'),(4059,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,102,'1',1281747377,'0','0'),(258,'Hi darling..i m here..',23,4,'0',1281586294,'0','0'),(1760,'Pakawayla tu jewan nahes.  Are he sagali bapache property mazi me banwin',17,32,'0',1281629812,'0','0'),(260,'Realy  u  mad  anusha',4,22,'0',1281586374,'0','0'),(261,'2m0nth  lagega.secure  syt  banwayega',4,3,'0',1281586438,'0','0'),(262,'Wait  admin  banata  hu.user  lana  i.c  ke.waha  b0lna.mukesh  invite  u',4,23,'0',1281586516,'0','0'),(4058,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,101,'1',1281747376,'0','0'),(264,'Laura owner bnao na...bhosri...',23,4,'0',1281586564,'0','0'),(265,'annu welcome!',22,24,'0',1281586621,'0','0'),(266,'thnx',24,22,'0',1281586844,'0','0'),(267,'Kamini  gali  mat  de.. Ye  muj  akele  ki  syt  nai.user  la  i.c  ke  sare  jald  kar.ashu  ki  maa  ch0dana  ha',4,23,'0',1281586926,'0','0'),(4057,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,100,'1',1281747375,'0','0'),(269,'ok!u invite u r friends here!',22,24,'0',1281586959,'0','0'),(270,'Ok....head bna...teri ip ban hai kya waha...',23,4,'0',1281587011,'0','0'),(271,'Lolz vo inbox nahi kiya yaar tune',25,4,'0',1281587021,'0','0'),(1759,'.tnx. Where  mukes',54,17,'0',1281629803,'0','0'),(4056,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,99,'1',1281747374,'0','0'),(1756,'Welcome joyti welcome to cs',17,54,'0',1281629717,'0','0'),(1757,'pakau nako deepya.......jewlas. ka..??',32,17,'0',1281629725,'0','0'),(275,'Hai im here.',26,23,'0',1281587158,'0','0'),(276,'Where is my posting?',26,23,'0',1281587246,'0','0'),(277,'Mukesh lolz vo diya nahi yaar tune',25,4,'0',1281587255,'0','0'),(278,'Hai nenga tamila?',26,22,'0',1281587302,'0','0'),(1754,'Thamb puneyala no lawin tewaha sangen me',17,32,'0',1281629658,'0','0'),(1755,'no its nt working....it wud be start by tomorrow only...bcoz there is some technical problems...',32,22,'0',1281629679,'0','0'),(280,'Wait i am calling you.',2,22,'0',1281587364,'0','0'),(281,'yes!neenga?',22,26,'0',1281587372,'0','0'),(282,'Br0.  12  baje  ph.karuga',4,25,'0',1281587385,'0','0'),(3370,'How r u?',48,22,'0',1281707862,'0','0'),(3371,'Hey no problem you may carry on this post. We have believe you now its your duty to preserve it or to break it.',2,56,'0',1281707931,'0','0'),(3372,'fine!!!!!!!!!!!!!!!',22,48,'0',1281707935,'0','0'),(3373,'Ch0r  re.  Rw  ka  kya  karna.w0  b0l',4,67,'0',1281707980,'0','0'),(285,'Ha  mere  all  ip  ban  hai.and  head  bad  me.pahle  member  aane  d0  yaha',4,23,'0',1281587463,'0','0'),(286,'Vo code to de me free hu avi to me uska kuch karta hu security karna ho to cpanel ka pasword bhej de avi code de khali vo',25,4,'0',1281587507,'0','0'),(287,'Br0.  W0  bendit  ne  pswd  badal  diya  mail  ka.d0main  wala  bi  usi  me  tha.ashu  ki  maa  ki  chut',4,25,'0',1281587557,'0','0'),(289,'Bendit  ka  ph.switch  0ff  hai.w0  sch00l  h0ga.ashu  dara  diya  usk0',4,25,'0',1281587644,'0','0'),(290,'Reply pana matiya?',26,22,'0',1281587674,'0','0'),(291,'Nanum tamil than. Nenga entha area?',26,22,'0',1281587713,'0','0'),(293,'pannu nean!ungalukku entha aeriya?',22,26,'0',1281587737,'0','0'),(294,'Nan chennai. Nenga ena panringa? Intha site owner tamila?',26,22,'0',1281587772,'0','0'),(295,'Entha area?',26,22,'0',1281587801,'0','0'),(296,'Re beta 3-4 wait u se aa bhi gaye..',23,4,'0',1281587827,'0','0'),(297,'Solunga.',26,22,'0',1281587873,'0','0'),(298,'hi karina , i m here',27,23,'0',1281587918,'0','0'),(299,'3/4  se  kya  h0ga  jaan  .mwah.  .kiss.',4,23,'0',1281587922,'0','0'),(301,'no!avara paththi theriyalla!',22,26,'0',1281588039,'0','0'),(302,'ar vo code',25,4,'0',1281588091,'0','0'),(303,'Nenga entha area? Ena panringa?',26,22,'0',1281588103,'0','0'),(4055,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,98,'1',1281747373,'0','0'),(306,'dhire dhire na ayenge..aur head bna jaldi...ok..janu.',23,4,'0',1281588120,'0','0'),(307,'Vo code to de de yaar',25,4,'0',1281588124,'0','0'),(309,'dhire dhire na ayenge..aur head bna jaldi...ok..janu.',23,4,'0',1281588148,'0','0'),(310,'Hi',23,26,'0',1281588176,'0','0'),(311,'nan eee padikurean enakku kanya kumari',22,26,'0',1281588178,'0','0'),(312,'Ur name?',26,22,'0',1281588236,'0','0'),(313,'',2,22,'0',1281588237,'0','0'),(314,'Hai. R u 4m?',26,23,'0',1281588258,'0','0'),(3368,'Bro i dont have server password Aditya hided it from me also still make secure script.',2,67,'0',1281707803,'0','0'),(3369,'Both are on work. Asad making Kashwi.com',2,67,'0',1281707847,'0','0'),(316,'Kolkata,darling..n u janu..',23,26,'0',1281588323,'0','0'),(317,'Ok nice to talk you your voice is sweet. Have you got anywhere head admin post? Before it?',2,22,'0',1281588352,'0','0'),(318,'Plz cum to tamilan pvt rum. Unga kuda pesanum.',26,22,'0',1281588353,'0','0'),(319,'ANUSHA',22,26,'0',1281588354,'0','0'),(320,'Tamilnadu. Dear. Hw u? Cn v do chat ?',26,23,'0',1281588399,'0','0'),(2549,'abe ye domain pehle kisi aur script pe tha, manav ki . . . .to mujhe lga m already joined here. . . . .n ek hi msg mila abi tk bs',69,4,'0',1281676739,'0','0'),(322,'Ya.',23,26,'0',1281588504,'0','0'),(323,'Sham  k0  c0nfrens  karawu  uske  sath',4,25,'0',1281588505,'0','0'),(324,'Bt where?',26,23,'0',1281588546,'0','0'),(325,'K0i  syt  banawane  wale  murge  dund.tere  k0  kamai   karwa  duga',4,23,'0',1281588585,'0','0'),(326,'First tell me have you got anywhere head admin post before it?',2,22,'0',1281588602,'0','0'),(327,'Ok...pakka..thora samjhao na..tb to...',23,4,'0',1281588661,'0','0'),(328,'Here..',23,26,'0',1281588694,'0','0'),(330,'Ok karvade bhai ar vo owner vala code de muje yaar mail chack kar k de jaldi',25,4,'0',1281588756,'0','0'),(331,'K. Wt kind of chat? Wt to do u? Asl?',26,23,'0',1281588757,'0','0'),(332,'Tell me your web site name.',2,22,'0',1281588856,'0','0'),(333,'Code to de mail chack kar k',25,4,'0',1281588899,'0','0'),(334,'Hi dear m asad 4m gujrat n muje log m4u se jante he',25,23,'0',1281588968,'0','0'),(335,'Wher is my staf posting?',26,23,'0',1281588975,'0','0'),(4052,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,95,'1',1281747370,'0','0'),(2547,'cat0gary  ka kya   kara',4,2,'0',1281676584,'0','0'),(2548,'.hehe.  Kamine  dus   msg  diya  t0  aaya  tu.. Me  r0ckwap  k0  banwa  raha  yaar.secure',4,69,'0',1281676661,'0','0'),(338,'[b]Public Anouncment:[/b][br/]All users please come to general chat room.[br/][i]This message was sent to all the members[/i]',2,6,'1',1281589071,'0','0'),(339,'[b]Public Anouncment:[/b][br/]All users please come to general chat room.[br/][i]This message was sent to all the members[/i]',2,3,'0',1281589071,'0','0'),(340,'[b]Public Anouncment:[/b][br/]All users please come to general chat room.[br/][i]This message was sent to all the members[/i]',2,4,'0',1281589071,'0','0'),(341,'[b]Public Anouncment:[/b][br/]All users please come to general chat room.[br/][i]This message was sent to all the members[/i]',2,5,'0',1281589071,'0','0'),(342,'[b]Public Anouncment:[/b][br/]All users please come to general chat room.[br/][i]This message was sent to all the members[/i]',2,7,'0',1281589071,'0','0'),(343,'[b]Public Anouncment:[/b][br/]All users please come to general chat room.[br/][i]This message was sent to all the members[/i]',2,8,'0',1281589071,'0','0'),(345,'[b]Public Anouncment:[/b][br/]All users please come to general chat room.[br/][i]This message was sent to all the members[/i]',2,9,'0',1281589071,'0','0'),(346,'[b]Public Anouncment:[/b][br/]All users please come to general chat room.[br/][i]This message was sent to all the members[/i]',2,10,'0',1281589071,'0','0'),(347,'[b]Public Anouncment:[/b][br/]All users please come to general chat room.[br/][i]This message was sent to all the members[/i]',2,11,'1',1281589071,'0','0'),(348,'[b]Public Anouncment:[/b][br/]All users please come to general chat room.[br/][i]This message was sent to all the members[/i]',2,12,'1',1281589071,'0','0'),(350,'[b]Public Anouncment:[/b][br/]All users please come to general chat room.[br/][i]This message was sent to all the members[/i]',2,15,'1',1281589071,'0','0'),(351,'[b]Public Anouncment:[/b][br/]All users please come to general chat room.[br/][i]This message was sent to all the members[/i]',2,17,'0',1281589071,'0','0'),(352,'[b]Public Anouncment:[/b][br/]All users please come to general chat room.[br/][i]This message was sent to all the members[/i]',2,16,'1',1281589071,'0','0'),(353,'[b]Public Anouncment:[/b][br/]All users please come to general chat room.[br/][i]This message was sent to all the members[/i]',2,18,'0',1281589071,'0','0'),(354,'[b]Public Anouncment:[/b][br/]All users please come to general chat room.[br/][i]This message was sent to all the members[/i]',2,19,'1',1281589071,'0','0'),(355,'[b]Public Anouncment:[/b][br/]All users please come to general chat room.[br/][i]This message was sent to all the members[/i]',2,20,'1',1281589071,'0','0'),(356,'[b]Public Anouncment:[/b][br/]All users please come to general chat room.[br/][i]This message was sent to all the members[/i]',2,22,'0',1281589071,'0','0'),(357,'[b]Public Anouncment:[/b][br/]All users please come to general chat room.[br/][i]This message was sent to all the members[/i]',2,21,'1',1281589071,'0','0'),(358,'[b]Public Anouncment:[/b][br/]All users please come to general chat room.[br/][i]This message was sent to all the members[/i]',2,23,'0',1281589071,'0','0'),(359,'[b]Public Anouncment:[/b][br/]All users please come to general chat room.[br/][i]This message was sent to all the members[/i]',2,24,'1',1281589071,'0','0'),(360,'[b]Public Anouncment:[/b][br/]All users please come to general chat room.[br/][i]This message was sent to all the members[/i]',2,26,'0',1281589071,'0','0'),(361,'[b]Public Anouncment:[/b][br/]All users please come to general chat room.[br/][i]This message was sent to all the members[/i]',2,25,'0',1281589071,'0','0'),(362,'[b]Public Anouncment:[/b][br/]All users please come to general chat room.[br/][i]This message was sent to all the members[/i]',2,27,'1',1281589071,'0','0'),(363,'[b]Public Anouncment:[/b][br/]All users please come to general chat room.[br/][i]This message was sent to all the members[/i]',2,28,'0',1281589071,'0','0'),(2546,'n there waz d postmaster service also on that script.',69,2,'0',1281676570,'0','0'),(2545,'0ye  ph.ku  0ff  kar  rakha.n0.d0',4,2,'0',1281676531,'0','0'),(367,'Asad bhai how are you ? Apka bahut naam suna he mene.',2,25,'0',1281589214,'0','0'),(2544,'tera dushman. . . .sid .hehe.',69,4,'0',1281676518,'0','0'),(2543,'YA IT WAS USED BY MY FRND MANAV N HE IS PUNJABI',2,69,'0',1281676501,'0','0'),(370,'Hmmm we can be friend?',2,25,'0',1281589455,'0','0'),(371,'Ham  1000  me  syt  bana  ke  dege.tum  2000  me  bech0',4,23,'0',1281589818,'0','0'),(372,'Ok...',23,4,'0',1281589865,'0','0'),(373,'Bhai  b0la  na  w0  0wner  wale  c0de  and  d0main  wale  email  ka  pswd  badal  diya  bendit',4,25,'0',1281589912,'0','0'),(374,'Where is my staf post. K. Bye . I shal go janu.',26,23,'0',1281589939,'0','0'),(375,'Hmmm its ok.  But tell me full site name without http://',2,26,'0',1281589981,'0','2'),(2542,'wat abt index partnrship?',69,2,'0',1281676490,'0','0'),(378,'Ok . . Bro come in chat room.',2,4,'0',1281590108,'0','0'),(2541,'.hehe. But  muje  mang0  nai  c00ckys  chaiye',4,56,'0',1281676485,'0','0'),(380,'User  law0  jaan',4,23,'0',1281590148,'0','0'),(381,'I want to know it for my staff preference.',2,26,'0',1281590152,'0','0'),(382,'Shal i go?',26,23,'0',1281590156,'0','0'),(384,'To 2000 dene ke baad.phir usko kitna dena hoga har saal mein...',23,4,'0',1281590260,'0','0'),(4053,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,96,'1',1281747371,'0','0'),(386,'No need for it are your from love or from indiabulls?',2,26,'0',1281590342,'0','0'),(2540,'OK ADD ME IN UR PARTNER AND TELL ME I WILL ADD U',2,69,'0',1281676457,'0','0'),(388,'To 2000 dene ke baad.phir usko kitna dena hoga har saal mein...',23,4,'0',1281590424,'0','0'),(389,'No janu..pls..u pm karo mukesh ko ki tmko mod. Bnaye..janu',23,26,'0',1281590478,'0','0'),(390,'I cant make you staff without believe on you .',2,26,'0',1281590562,'0','0'),(391,'I want u. R staf post.',26,23,'0',1281590571,'0','0'),(2539,'OK BRO SEE OUR MAIN PAGE CHATSPELL.COM',2,4,'0',1281676420,'0','0'),(393,'Matlab...uske liye recharge karwana parta hai janu mere no. Par 100 ka...',23,26,'0',1281590678,'0','0'),(394,'Plz english.',26,23,'0',1281590731,'0','0'),(395,'Matlab...uske liye recharge karwana parta hai janu mere no. Par 100 ka...',23,26,'0',1281590748,'0','0'),(3156,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/ang/deepak.php]Dear /reader be a top chatter and get admin post of the week for top 3 room chatter.[/url][br/][i]This message was sent to all the members[/i]',2,49,'1',1281704263,'0','0'),(397,'Cn u cme to my syte? I gve u owner.',26,23,'0',1281590800,'0','0'),(398,'U wl hv 2 recharge my airtel no. With 100 janu...for becoming admin janu...',23,26,'0',1281590807,'0','0'),(399,'Which site..is urs...',23,26,'0',1281590854,'0','0'),(400,'Har  saal  ek  hajar',4,23,'0',1281590983,'0','0'),(401,'Tamilvelan.w4c.in',26,23,'0',1281590996,'0','0'),(402,'Hahaha',26,23,'0',1281591022,'0','0'),(403,'Vo kaise badla',25,4,'0',1281591030,'0','0'),(404,'Yad to hoga tere ko thoda bahot',25,4,'0',1281591105,'0','0'),(405,'Ok.',23,4,'0',1281591147,'0','0'),(1751,'u r h.admin pannel working here?????',22,32,'0',1281629583,'0','0'),(1752,'Sorry for it.',2,22,'0',1281629587,'0','0'),(407,'Bro perm ka name me change kar dunga k koi owner panel na le sake ok? Tell me some tips for site security.',2,25,'0',1281591749,'0','0'),(4564,'I think our staff must be loyal then we can require loyal from users am i right?',2,23,'0',1281752848,'0','0'),(409,'No bro i dont have it but ashu ya bandit k pass he i want to ask you something. Kya all user password same trick tumne ashu ko di thi?',2,25,'0',1281592058,'0','0'),(410,'Tu  t9.se  ip  badal ke  ja',4,23,'0',1281592124,'0','0'),(2537,'Abe  hai  k0n.t0  batawu   na',4,69,'0',1281676365,'0','0'),(412,'2month? Abe tum aur tumhara group chal mere site me kisko tools dena hai bol deta hun, free sms ka bhi intezam horahi hai',3,4,'0',1281592275,'0','0'),(2536,'GALTI HUI THI 4500',2,4,'0',1281676358,'0','0'),(2535,'VICKY IS MY BEROTHER',2,22,'0',1281676329,'0','0'),(415,'To kya aap usse hume de sakte ho?',2,25,'0',1281592321,'0','0'),(416,'Please stay here i promise i will give you owner post if you will be active here.',2,22,'0',1281592421,'0','0'),(2532,'NO ITS NOT POSSIBLE',2,69,'0',1281676212,'0','0'),(2533,'aam yaar Mangos... har ladki k paas do do mangos hote hai choosne vale lol',56,4,'0',1281676250,'0','0'),(2534,'wats nt posible?',69,2,'0',1281676282,'0','0'),(418,'Bro i dont have this code.',2,25,'0',1281592797,'0','0'),(4051,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,94,'1',1281747369,'0','0'),(2531,'I think he is online',34,4,'0',1281676194,'0','0'),(4050,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,93,'1',1281747368,'0','0'),(422,'Bro i have written this coding which is in your info i will provide it but on one condition you always have to support us.',2,25,'0',1281593044,'0','0'),(424,'aa gaya bhai bolo kaise site ka standerd barhaun',30,4,'0',1281593264,'0','0'),(425,'welcm to kar bhai',30,4,'0',1281593289,'0','0'),(426,'tumse ek sikayat hai divya ki pic galary me kyoun daal rakhi hai use hatao',30,4,'0',1281593341,'0','0'),(427,'brother site slow hai server theek nahi hai kya tumhara',30,4,'0',1281593369,'0','0'),(428,'hi frnd yahan agar mai tumse dosti karna chahun to kya karoge mujhse',30,22,'0',1281593437,'0','0'),(429,'hi priyanka hw r u .yahan to baat karoge na mujhse',30,23,'0',1281593519,'0','0'),(430,'mukesh bahi kahan hai reply nahi kar raha hai',30,23,'0',1281593546,'0','0'),(2529,'tu bta na pehle, permanent kidhr rukega?',69,4,'0',1281676134,'0','0'),(2530,'Aam  se  matlab.wink.',4,56,'0',1281676150,'0','0'),(433,'Cpanel is kashwi.com/capnel username is kashwi and password is aditya.',2,25,'0',1281594100,'0','0'),(2528,'Wh0  r  u',4,69,'0',1281676101,'0','0'),(437,'Yes i did.n\'t',2,25,'0',1281594243,'0','0'),(438,'Ok change password before start work.',2,25,'0',1281594343,'0','0'),(440,'Yes bro it must be full secure.',2,25,'0',1281594382,'0','0'),(2527,'heyi . . .if u av xhm3 in ua partners then i think u can also add mine in ua partners . . . .check if intersted @ ROCKONCLUB.TK',69,2,'0',1281676086,'0','0'),(2526,'Ok waiting... aur suno kaam khatam hote hi tools nikalna ok...',56,4,'0',1281676067,'0','0'),(2525,'F0rum  catg0ry  banana  ha',4,37,'0',1281676040,'0','0'),(4049,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,92,'1',1281747367,'0','0'),(447,'Ok bro . Do it and tell me.',2,25,'0',1281594715,'0','0'),(448,'Tum bolo kya chahiye?',2,25,'0',1281594757,'0','0'),(449,'.wc.  Bhai  divya  bi  yahi  aayegi  ab',4,30,'0',1281594874,'0','0'),(2523,'Arre bhai jaha ladkiya hai vo aam ki kya kami hai ...',56,4,'0',1281676022,'0','0'),(2524,'ockay',37,4,'0',1281676027,'0','0'),(2522,'permanent kahan rahega? aise to teri permanent syt k liye user na bchenge. . .bikhr jayenge sb',69,4,'0',1281676019,'0','0'),(453,'divya aaegi nahi wo yahan hai',30,4,'0',1281594975,'0','0'),(454,'Muze isme jada knowledge nahi mukesh bro ko ye deal karne bol deta hu do work prove it and tell me your requirement.',2,25,'0',1281595024,'0','0'),(455,'divya ki pic tumne lagayi na yahan hata do yaar tum to best  frind ho na uske tab aisa kyunn kiye .kya usne bola hai lagane ke liye',30,4,'0',1281595057,'0','0'),(456,'r u muslim asad bhai where r u from',28,25,'0',1281595118,'0','0'),(457,'Yes bro you deserve it currently our programmer on panel after working it i will add you.',2,28,'0',1281595126,'0','0'),(458,'kya mujhe jaanta hai mai kaun hun .hotheartkiller ya crime  ko jaanta hai',30,4,'0',1281595129,'0','0'),(459,'Ok i will find it in directory. I have written it.',2,25,'0',1281595176,'0','0'),(2521,'Url  sham  k0  duga  bhai.w0rk  chal  raha',4,37,'0',1281675986,'0','0'),(461,'Bhai  krishna  bi  syt  banwayega',4,25,'0',1281595205,'0','0'),(462,'jara forum sahi karwao tab dekho mai kya karta hun yahan mast kar dunga tujhe .tune bhai jo bola hai to mera bhi kuch ferj banta hai na',30,4,'0',1281595217,'0','0'),(463,'Id  du  kya  i.c  ke',4,23,'0',1281595308,'0','0'),(464,'Yes bro m muslim m 4m gujrat n u',25,28,'0',1281595333,'0','0'),(2520,'NO ITS NT POSSIBLE NW I WILL DO IT LATTER',2,22,'0',1281675957,'0','0'),(466,'Tell me your requirement.',2,25,'0',1281595417,'0','0'),(467,'Asad  k0  pm  kar.w0  expert  c0der',4,3,'0',1281595450,'0','0'),(468,'Ok but you should come online here. And stay here for much time. And i never break my promise.',2,22,'0',1281595469,'0','0'),(470,'Krishna kon bhai',25,4,'0',1281595523,'0','0'),(471,'Bhai  staff  banawuga.yaha  d0st0  k0  law0',4,30,'0',1281595549,'0','0'),(474,'Yes promise.',2,22,'0',1281595689,'0','0'),(2518,'Ku  ki  temp.me  yaha  hu.tu  k0n',4,69,'0',1281675934,'0','0'),(2519,'i know bro, per yeh haraami wap ke baahar bhi bakwaas kiya, any ways forums per click kerne se forums ka list nahin dikh raha..........',37,4,'0',1281675948,'0','0'),(476,'assalam waleikum asad bhai mere naam parvez hai aur mein mumbai se hoon job kya karte ho bhai',28,25,'0',1281595725,'0','0'),(477,'Krishna kon bhai server kiska rahe ga bhai',25,4,'0',1281595740,'0','0'),(478,'I dont have knowledge first tell me your requirement then i will able to tell you my cost.',2,25,'0',1281595756,'0','0'),(2517,'Wap  me  k0i  dusman  nai  h0ta  br0.  C00l',4,37,'0',1281675883,'0','0'),(480,'Wa alaykumus salam Bro me coder kam hacker jyada hu',25,28,'0',1281595791,'0','0'),(481,'Shell chhupa deta he means?',2,25,'0',1281595816,'0','0'),(482,'kar di na choti baat .mujhe staaf nahi banna mai kahin staf me kaam nahi karta .baki kuch bol kar dunga .w c,y b jab chahun tab kuch bhi ban sakta hun aur tu mujhe bol raha staf banaunga .bhai bolta hai to dobara ye sab mat bolna hamesha bhai ki tarah bolna theek ab bata kya karun dost ko lana wo kaam mera hai tension mat lo ,',30,4,'0',1281595843,'0','0'),(484,'Its depend on your online timing.',2,22,'0',1281595860,'0','0'),(2516,'1500  ya  2000  b0l0.mene  b0l  diya  ha',4,2,'0',1281675821,'0','0'),(2514,'45000  hahahaha',4,2,'0',1281675766,'0','0'),(2515,'tools use karne ke liye koi dusra url hae kya?',37,4,'0',1281675809,'0','0'),(488,'accha hai bhai gujarat mein kaha par rehte ho bhai',28,25,'0',1281596041,'0','0'),(489,'accha hai bhai gujarat mein kaha par rehte ho bhai ramzan pak ka pehla roza mubarak ho',28,25,'0',1281596083,'0','0'),(490,'Ok bro i will discuss for it with mukes and i will confirm you.',2,25,'0',1281596102,'0','0'),(491,'Palanpur me',25,28,'0',1281596117,'0','0'),(492,'0k  divya  ayegi  t0  hatwa  duga  ph0t0  br0.',4,30,'0',1281596157,'0','0'),(2513,'to? iski spam kyo kr raha hai fir?',69,4,'0',1281675744,'0','0'),(494,'Anytime.',2,22,'0',1281596206,'0','0'),(495,'Site  me  w0rk  chal  raha  bhai.s0   d0wn',4,30,'0',1281596220,'0','0'),(496,'Which you want?',2,28,'0',1281596283,'0','0'),(498,'I  kn0w  u  br0.tanvi  ka  diwana  .hehe.',4,30,'0',1281596312,'0','0'),(499,'wo bhi ajeeb hai aayegi to pehle mai usse larai karunga bata de raha hun bhai .maine jab pic nikali to usne kaha jiska dar tha wahi hua to maine del kar di to wo dobara kyoun lagai',30,4,'0',1281596347,'0','0'),(500,'theek hai bhai roza hai aapka',28,25,'0',1281596364,'0','0'),(503,'Krishna  mera  d0st  hai  br0.',4,25,'0',1281596428,'0','0'),(505,'Ha bro',25,28,'0',1281596449,'0','0'),(506,'kisi ko bolna mat mai tanvi diwana nahi uska dewar yani hot ka bhai hun .ab samjhe dear pyare',30,4,'0',1281596451,'0','0'),(507,'Ok bro bana dete he uska v',25,4,'0',1281596481,'0','0'),(508,'Unlimited  h0stinh  ha  dip  ke  pas',4,25,'0',1281596491,'0','0'),(509,'Ok . Bro.',2,25,'0',1281596564,'0','0'),(510,'.tnx.br0.u  realy  a  frnd.baki  sab  swarty  selfish  staff  banane   k0  ye  sab  karte  ha.realy  i  am pr0ud  0f  u',4,30,'0',1281596618,'0','0'),(511,'please give some plusses for me!',22,4,'0',1281596629,'0','0'),(512,'theek hai',28,25,'0',1281596637,'0','0'),(513,'Unlimited hosting nahi dekhte bro 2000 me v milti he unlimitd hosting bro meri unlimited nahi he par fir v 34950 rs per year ka de raha hu',25,4,'0',1281596670,'0','0'),(515,'.huhu.  But  tanvi  sabk0  0wl  banati  br0.',4,30,'0',1281596750,'0','0'),(516,'Ok . Bro.',2,25,'0',1281596789,'0','0'),(517,'mujhe pata hai dear sab',30,4,'0',1281596829,'0','0'),(2512,'nahin bhai, issne jo kiya hae maaf karne laayak nahin hae, her purani site se isko dhakke maar ker nikala gaya hae,  tum parkash se pooch lo, yeh maafi laayak hae ki nahin!!',37,4,'0',1281675735,'0','0'),(519,'I will ask to mukesh last time i paid someone and i got one unsecure script . After it i forgot to get secure site.',2,25,'0',1281596869,'0','0'),(520,'tu ye bata staf ban ke kya karunga koi fayda ho to bata .jo bhi staf ke liye yahi sawal kiya kar bhai bas khud cheater pakre jaenge',30,4,'0',1281596922,'0','0'),(521,'No first be online here then you will be promote by us.',2,22,'0',1281596928,'0','0'),(522,'But  br0.sabk0  fast  kam   chaiye.pesa j0  b0l0ge  dega',4,25,'0',1281596974,'0','0'),(523,'No its in my dictionary i cant read it without pc',2,25,'0',1281596983,'0','0'),(524,'U  have  already  pluss  hun',4,22,'0',1281597036,'0','0'),(525,'First position its our rule we cant make admin , head admin to any new user.',2,28,'0',1281597060,'0','0'),(526,'Baap  re  35000. Itna  kama  lete  h0?',4,25,'0',1281597108,'0','0'),(527,'No this code was different wait i will tell you latter.',2,25,'0',1281597144,'0','0'),(528,'i.c   pe  id  chaiye  t0  b0lna',4,30,'0',1281597169,'0','0'),(529,'Wait i will call you.',2,25,'0',1281597191,'0','0'),(530,'Ur  thinking  jara  hat  ke   bhai',4,30,'0',1281597256,'0','0'),(531,'Bro fast kam karunga meri tarf se pura',25,4,'0',1281597279,'0','0'),(2511,'hi',69,18,'0',1281675716,'0','0'),(2509,'0ye  mera  syt  nahi  ye',4,69,'0',1281675701,'0','0'),(2510,'bana raha he 4500 bol raha he',2,4,'0',1281675705,'0','0'),(534,'bhai mai aise hi hun',30,4,'0',1281597550,'0','0'),(535,'But   usk0  ibib0   typ  syt  chaiye',4,25,'0',1281597562,'0','0'),(536,'i.c pe meri 10 id hai he he he he he .bataun kya dear',30,4,'0',1281597592,'0','0'),(537,'Wh0  ur  g.f  .wink.',4,30,'0',1281597614,'0','0'),(538,'Ha bro kama leta hu me add se',25,4,'0',1281597624,'0','0'),(539,'Ibibo bahot badi site he bhai vo',25,4,'0',1281597671,'0','0'),(540,'And  meri  i.c  pe  100  id  hai  .blum.',4,30,'0',1281597678,'0','0'),(541,'vo utna paisa invest ni kar payega bro',25,4,'0',1281597697,'0','0'),(542,'Kar payega kya vo kitna bajet he uska batao',25,4,'0',1281597728,'0','0'),(4048,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,91,'1',1281747366,'0','0'),(1750,'ichya gawat ani barachya bhawat......evdi ghar .......mala pn ek de na tyatla...',32,17,'0',1281629538,'0','0'),(545,'Ashu  ne  i.c  ka  wml  dlt  mar  diya.and  reg.disable  .hehe.  Fat  gai  sale  ki',4,25,'0',1281597813,'0','0'),(546,'W0  pesa  ful  dega.br0.',4,25,'0',1281597956,'0','0'),(547,'mukesh yaar ..bus...ab esehi karega tu....new site bana li aur mujhe bataya bhi nahi.........akil',32,4,'0',1281598020,'0','0'),(548,'W0  pesa  ful  dega.br0.',4,25,'0',1281598025,'0','0'),(549,'Hahaha',25,4,'0',1281598033,'0','0'),(550,'.hi. anusha.....',32,22,'0',1281598055,'0','0'),(551,'Asad kaun? Astro mast kaam kar raha hai dusre coder k zarurat nahi yaar',3,4,'0',1281598091,'0','0'),(552,'Yen anga varala?',26,22,'0',1281598135,'0','0'),(553,'Kitana  lagega',4,25,'0',1281598143,'0','0'),(554,'Ru coder?',3,25,'0',1281598203,'0','0'),(555,'haiiiiiiiiiiiiiiiiiiii!',22,32,'0',1281598212,'0','0'),(556,'Br0.  Aj  e  t0  banaya  .wc.  T00l  k0nsi  id   me  du',4,32,'0',1281598246,'0','0'),(557,'varean irunga!',22,26,'0',1281598260,'0','0'),(558,'Pidikalaya? Its k. Bye.',26,22,'0',1281598274,'0','0'),(559,'Ap  b0l0  br0.me  bat  karuga.  Same  ibib0  type',4,25,'0',1281598311,'0','0'),(560,'issi me do bro....',32,4,'0',1281598350,'0','0'),(4047,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,90,'1',1281747365,'0','0'),(562,'whats ua good name ....??????n where u frm ..?',32,22,'0',1281598369,'0','0'),(563,'Asad  tuje  advertise  inc0me  bi  karwayega',4,3,'0',1281598375,'0','0'),(564,'ennathu?',22,26,'0',1281598379,'0','0'),(565,'tamilnadu,anusha',22,32,'0',1281598440,'0','0'),(566,'.tnx.bhai.  And  ab  sab  d0st0  k0  lana  ur  kam.my  ip  ban  thr.but   staff  wali  id   mat  b0lna  d0st0  k0',4,32,'0',1281598476,'0','0'),(567,'oohh nice to meet u anusha.....m frm mumbai.....',32,22,'0',1281598487,'0','0'),(568,'hiiii',33,22,'0',1281598516,'0','0'),(569,'ok bro.......wapas.....sabhi ajayenge yahaa ....dnt worry',32,4,'0',1281598546,'0','0'),(570,'chal bahi theek hai id se kya karna hai .dhyan do yahan theek hai na',30,4,'0',1281598550,'0','0'),(571,'what u do anusha......?',32,22,'0',1281598566,'0','0'),(1506,'I always carefull but u',14,4,'0',1281621873,'0','0'),(1749,'.guns2. Oe me marati aahe pan manse aamcheya iethe bekar aahe',17,32,'0',1281629530,'0','0'),(2508,'bana raha he 45000 bol raha he',2,4,'0',1281675684,'0','0'),(573,'ok!',22,32,'0',1281598612,'0','0'),(574,'mukesk hd admin bane rahe hona',28,4,'0',1281598627,'0','0'),(575,'abhi to uski talash hai dekho kab milti hai wap world me sab dhoka dete hai.waise y b jahan ka mai permanent user hun wahan 2 se seting chala rakhi hai tu bata sab mera hi puchega kya bhai tu bhi bata na',30,4,'0',1281598647,'0','0'),(577,'hai',22,33,'0',1281598827,'0','0'),(578,'sturding EEE',22,32,'0',1281598844,'0','0'),(3155,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/ang/deepak.php]Dear /reader be a top chatter and get admin post of the week for top 3 room chatter.[/url][br/][i]This message was sent to all the members[/i]',2,48,'0',1281704263,'0','2'),(580,'oohh in which class',32,22,'0',1281598873,'0','0'),(581,'r u ankita',33,22,'0',1281598935,'0','0'),(582,'Bro pura url smas karo',25,4,'0',1281599030,'0','0'),(583,'EEE 2year',22,32,'0',1281599095,'0','0'),(584,'Jai ram ji ki',34,4,'0',1281599112,'0','0'),(585,'no',22,33,'0',1281599217,'0','0'),(586,'kya be mukesh ko hd admin banane kaha toh woh gayab ho gaya',28,32,'0',1281599344,'0','0'),(587,'ok,,,, where do u live',33,22,'0',1281599382,'0','0'),(588,'tamilnadu',22,33,'0',1281600108,'0','0'),(589,'hiiiiiiii',33,23,'0',1281600214,'0','0'),(590,'hiiii',33,9,'0',1281600260,'0','0'),(591,'what r u doing in ur life,,,,',33,22,'0',1281600357,'0','0'),(4046,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,89,'1',1281747364,'0','0'),(593,'y?',22,33,'1',1281600816,'0','0'),(594,'hi whats ur name',31,32,'0',1281601166,'0','0'),(4045,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,88,'1',1281747363,'0','0'),(596,'Lekin  apni  staf wali  id  waha  safe  rakh0',4,32,'0',1281602116,'0','0'),(597,'Yaha  ful  securty  bhai',4,30,'0',1281602223,'0','0'),(598,'Br0.akil  k0  bana  diya  na.',4,28,'0',1281602315,'0','0'),(599,'haan woh toh main krunga',32,4,'0',1281602353,'0','0'),(600,'ma name is ali...n urs?????/',32,31,'0',1281602388,'0','0'),(601,'Meri  t0  15/20  gf  hai.hehe.kiska  batawu',4,30,'0',1281602403,'0','0'),(602,'I.c   hack  ka  kitna   l0ge  bhai',4,25,'0',1281602480,'0','0'),(2507,'Maaf  kar  d0  .hehe.',4,37,'0',1281675648,'0','0'),(605,'Sameer  raj  jak0  wagera  k0  law0',4,32,'0',1281602640,'0','0'),(606,'Hi',17,22,'0',1281602693,'0','0'),(607,'abhi lata hun ...bhai.....wait',32,4,'0',1281602695,'0','0'),(608,'please make h.admin 4r me!',22,32,'0',1281602723,'0','0'),(609,'yeh baar baar EEE kyun?',32,22,'0',1281602735,'0','0'),(610,'haiiiiiiiiii',22,17,'0',1281602757,'0','0'),(4044,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,87,'0',1281747362,'0','0'),(612,'say english!EEE means electron course in diplomo!',22,32,'0',1281602852,'0','0'),(614,'Jaisa aapko theek lage,kamal ji ko phone karta hu',34,4,'0',1281602867,'0','0'),(616,'but main apko jaanta tak nahi...abhi pehli baar aapse baat kr raha hun....toh directly kese head banau..?',32,22,'0',1281602911,'0','0'),(617,'Hows u doing mam',17,22,'0',1281602938,'0','0'),(618,'say english!',22,32,'0',1281603002,'0','0'),(619,'sturding!',22,17,'0',1281603032,'0','0'),(620,'If u dont mind. I love u.',26,22,'0',1281603105,'0','0'),(621,'ajay .....kaha se ho',31,32,'0',1281603142,'0','0'),(622,'toh ek hi hd admin ki jarurat thee kya',28,4,'0',1281603203,'0','0'),(623,'Im singaravelan 4m chennai. 26 yr old. Sub-inspector of police. U cn love me 4 marage.',26,22,'0',1281603278,'0','0'),(624,'Me 2 wat u study',17,22,'0',1281603301,'0','0'),(625,'hmmmmmmmmmmmmmmmm!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!',22,26,'0',1281603305,'0','0'),(626,'no',22,26,'0',1281603366,'0','0'),(4043,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,86,'0',1281747361,'0','0'),(628,'EEE 2year',22,17,'0',1281603394,'0','0'),(629,'Y?',26,22,'0',1281603407,'0','0'),(630,'Wt pblm?',26,22,'0',1281603434,'0','0'),(631,'NO',22,26,'0',1281603463,'0','0'),(632,'Bhai  yaha  3  partner  hai.staff  seat  lmtd  d0nt  mind.ek   head  bana  deta  hu.u  k0  ya  musa  k0.u  samjaw0  usk0',4,32,'0',1281603466,'0','0'),(633,'Me doing btech 3rd yr eltc. So wat ur like dis like mam',17,22,'0',1281603486,'0','0'),(634,'Br0.apna  gr0up  b0t  bada  hai.abi  b0t  k0  p0st  dena  ha',4,28,'0',1281603553,'0','0'),(635,'Wts the reson? Nan cheat panala. Its true ma.',26,22,'0',1281603583,'0','0'),(636,'i like nature!dislike lie!',22,17,'0',1281603602,'0','0'),(637,'noooo!',22,26,'0',1281603638,'0','0'),(638,'toh hd admin ki post milege kya nahi bro',28,4,'0',1281603680,'0','0'),(639,'ungalukku 25 age aguthu!enakku 19 than aguthu!',22,26,'0',1281603708,'0','0'),(640,'Reson solunga. Plz. Nan asingama irupenu ninaikiringala?',26,22,'0',1281603735,'0','0'),(641,'Nature bt wat specific',17,22,'0',1281603760,'0','0'),(642,'Ok kamal ji ko bana dena mukki bhai',34,4,'0',1281603795,'0','0'),(4042,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,85,'1',1281747351,'0','0'),(644,'Enoda real age 23 than. Nan colege mudicha udane velai kidaichiduchu.',26,22,'0',1281603798,'0','0'),(645,'specific means?',22,17,'0',1281603847,'0','0'),(647,'r u lier!so i not like u!',22,26,'0',1281603939,'0','0'),(648,'Solunga dear.',26,22,'0',1281603946,'0','0'),(649,'God promise nan solrathu unmai. Plz bleive me.',26,22,'0',1281603992,'0','0'),(650,'Or sunao kaisa chal raha he,sam se baat hui ya nahi',34,4,'0',1281604017,'0','0'),(651,'Wats in nature like flawer sun tree etc',17,22,'0',1281604018,'0','0'),(652,'i like all nature!',22,17,'0',1281604071,'0','0'),(653,'Akil  se  bat  kar0  br0.',4,28,'0',1281604100,'0','0'),(654,'Love calculatore wow thats cool keep it up nu soluthu.',26,22,'0',1281604105,'0','0'),(655,'Mukki bhai plusses do na shout karne ke liye',34,4,'0',1281604107,'0','0'),(656,'Advert income ke liye coding-talk par ek seprate thread hai waha sab milta hai',3,4,'0',1281604117,'0','0'),(657,'hey!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!',22,26,'0',1281604130,'0','0'),(659,'ponga please!',22,26,'0',1281604178,'0','0'),(660,'K u had lunch or wana join me',17,22,'0',1281604187,'0','0'),(661,'What?',26,22,'0',1281604199,'0','0'),(662,'i finish my lunch u?',22,17,'0',1281604243,'0','0'),(663,'I love u. Its true. Pakamale love pana kudatha?',26,22,'0',1281604245,'0','0'),(664,'thayavu seithu...............................................................!out!',22,26,'0',1281604292,'0','0'),(665,'God promise nan solrathu true.',26,22,'0',1281604312,'0','0'),(666,'usse kya baat karu bro',28,4,'0',1281604395,'0','0'),(667,'Kafi din ho gaye mujhe bhi nahi mili',34,4,'0',1281604396,'0','0'),(668,'Apdiya? Oru nalla life thedi varum pothu get out solriya? Oru nal kandipa feel panuva. Bt apo nan iruka maten. Tx',26,22,'0',1281604405,'0','0'),(669,'No m in hotel i jst order my lunch. So u know cooking',17,22,'0',1281604414,'0','0'),(670,'haiyo!vera yarayavathu pathukkonga!enna vitturunga!',22,26,'0',1281604442,'0','0'),(671,'I love u. I love u. My love is true. I love u.',26,22,'0',1281604501,'0','0'),(672,'ok!',22,26,'0',1281604518,'0','0'),(673,'yes!',22,17,'0',1281604542,'0','0'),(674,'Enaku unaithan pidichuruku d. I love u.',26,22,'0',1281604571,'0','0'),(675,'i hate uuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuu',22,26,'0',1281604598,'0','0'),(676,'kisi ek ka naam to bata',30,4,'0',1281604604,'0','0'),(4041,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,84,'0',1281747014,'0','0'),(678,'i will .banned.with u!',22,26,'0',1281604653,'0','0'),(679,'Yyyyyyyyyyy?',26,22,'0',1281604659,'0','0'),(680,'Tx. Love pana ban panvingala? Tx',26,22,'0',1281604694,'0','0'),(681,'Hii.....!anusha can we chat',38,22,'0',1281604703,'0','0'),(682,'u r name?',22,38,'0',1281604731,'0','0'),(683,'K. Ban panidunga. En tholai irukathu. Bt apavum i love u than.',26,22,'0',1281604763,'0','0'),(684,'Hiii....!priyanka can we chat',38,23,'0',1281604798,'0','0'),(685,'Oh thats good',17,22,'0',1281604799,'0','0'),(686,'Sajid',38,22,'0',1281604814,'0','0'),(687,'En kathale enai ban panukirathu. Ban panidu chelam.',26,22,'0',1281604831,'0','0'),(688,'Astr0  hacking  janta  kya',4,3,'0',1281604833,'0','0'),(689,'frm?',22,38,'0',1281604884,'0','0'),(690,'Hii.can we chat',38,9,'0',1281604893,'0','0'),(691,'En aluku ethukuda msg anupura punda?',26,17,'0',1281604905,'0','0'),(692,'Mumbai',38,22,'0',1281604911,'0','0'),(693,'Englshkaran kuda pesuva. Bt tamilan ku pesamatinga. Apdithane?',26,22,'0',1281604986,'0','0'),(694,'W0  b0lta  ha  ap  sks  pe  head  h0',4,28,'0',1281604994,'0','0'),(695,'Matlb',17,26,'0',1281605015,'0','0'),(696,'Sory muze na tamil aati hai na telgu na kannada',17,26,'0',1281605055,'0','0'),(697,'Nthng yar. Hw u? Oka pakuriya avala?',26,17,'0',1281605079,'0','0'),(698,'ammma!get out!',22,26,'0',1281605080,'0','0'),(699,'Ban panidu plz.',26,22,'0',1281605115,'0','0'),(700,'ha hoon toh kya hua phir kuch problem hai bhai',28,4,'0',1281605153,'0','0'),(4037,'Its ok your normal user now.',2,3,'0',1281746033,'0','0'),(4038,'Is today your birthday?',2,22,'1',1281746536,'0','0'),(4039,'Friend dont share head admin page to anyone because we have seperate page for each staff.',2,32,'0',1281746650,'0','0'),(4040,'Good morning friend.',2,56,'0',1281746817,'0','0'),(702,'Yar hindi plz me 5n thanks',17,26,'0',1281605258,'0','0'),(703,'Wo sab janta hai, ab hamare site me koi SQL injection se hack nahi kar sakta hai utna safe hua hai',3,4,'0',1281605288,'0','0'),(3154,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/ang/deepak.php]Dear /reader be a top chatter and get admin post of the week for top 3 room chatter.[/url][br/][i]This message was sent to all the members[/i]',2,47,'1',1281704263,'0','0'),(706,'Kya chal raha he forum me mukki',34,4,'0',1281605404,'0','0'),(707,'Mainly main kisi coder par trust karna nahi chahta hun, main aur astro ek understanding me wo site banarahe hai jab main wap me aana band karunga ya wo aana band kardega tab tak wo site chalta hai. Wo kisi us server dhundraha hai waha shift hote hi official launch karenge',3,4,'0',1281605467,'0','0'),(2506,'aur no. 4 id ka tujhe kya fayda hua?',69,4,'0',1281675637,'0','0'),(709,'Hi, ru same anusha  some years back using leecult?',3,22,'0',1281605606,'0','0'),(710,'no!',22,3,'0',1281605712,'0','0'),(711,'Ru samsen?',3,26,'0',1281605747,'0','0'),(712,'R0shni  ashna',4,30,'0',1281605748,'0','0'),(713,'Oh ok',3,22,'0',1281605794,'0','0'),(714,'N0  pr0blem  bhai.and  u  akil  ka  id bi  use  karte  0',4,28,'0',1281605834,'0','0'),(715,'Yaha  secure  script  laga  ke  dega  kya',4,3,'0',1281605938,'0','0'),(716,'k.',22,3,'0',1281605944,'0','0'),(717,'Be forum index dekho koi gali deraha hai tumhe',3,4,'0',1281605969,'0','0'),(719,'mein akhil ka id use karta hoon kaun bola aapko mein uska id use karta hoon',28,4,'0',1281606047,'0','0'),(720,'Wo shayad nahi karega yaar coz main disha k site par ye script lagane ko kaha to usne kaha kyon dusron k hosting me fasna hai phir mujhe kisi ne pucha k wo script sale ke liye milta hai tab bhi usne inkar kardiya sale karne ke liye script nahi banana hai kaha',3,4,'0',1281606139,'0','0'),(721,'Main menu mein forum par click kar ke dekhna jara',34,4,'0',1281606179,'0','0'),(1745,'Kya re bhau kha raha hah,.thik hai abhi kha le tmhara samay hai.',23,4,'0',1281629472,'0','0'),(1746,'Ghatkapor thane dadar la ghar aahet maze',17,32,'0',1281629477,'0','0'),(1743,'Because site is new so we have not added tools for head admin yet i will add it in next 3 days.',2,22,'0',1281629337,'0','0'),(1744,'jaminiwr tr saglech rahtat .....vedya..........mumbait kuthe ahe tu rahayla...?',32,17,'0',1281629341,'0','0'),(2505,'hmhmhm. . . .few days ago i visited a syt wid same domain, n i think it waz ur name there as script provider . . .some punjabi words r also used. . . .',69,2,'0',1281675601,'0','0'),(727,'[b]Public Anouncment:[/b][br/]D0nt  put  same  pswd  here  frnd.be  alert...  Kisi  ka  baap  bi  hack  nai  kar  sakta  syt.t0day  7p.m  staff  meeting  in  chatrum  .tnx.[br/][i]This message was sent to all staff[/i]',4,4,'0',1281606970,'0','0'),(728,'[b]Public Anouncment:[/b][br/]D0nt  put  same  pswd  here  frnd.be  alert...  Kisi  ka  baap  bi  hack  nai  kar  sakta  syt.t0day  7p.m  staff  meeting  in  chatrum  .tnx.[br/][i]This message was sent to all staff[/i]',4,17,'0',1281606970,'0','0'),(729,'[b]Public Anouncment:[/b][br/]D0nt  put  same  pswd  here  frnd.be  alert...  Kisi  ka  baap  bi  hack  nai  kar  sakta  syt.t0day  7p.m  staff  meeting  in  chatrum  .tnx.[br/][i]This message was sent to all staff[/i]',4,22,'0',1281606970,'0','0'),(730,'[b]Public Anouncment:[/b][br/]D0nt  put  same  pswd  here  frnd.be  alert...  Kisi  ka  baap  bi  hack  nai  kar  sakta  syt.t0day  7p.m  staff  meeting  in  chatrum  .tnx.[br/][i]This message was sent to all staff[/i]',4,23,'0',1281606970,'0','0'),(731,'[b]Public Anouncment:[/b][br/]D0nt  put  same  pswd  here  frnd.be  alert...  Kisi  ka  baap  bi  hack  nai  kar  sakta  syt.t0day  7p.m  staff  meeting  in  chatrum  .tnx.[br/][i]This message was sent to all staff[/i]',4,32,'0',1281606970,'0','0'),(4036,'Bro us script me shell lage hue he.',2,50,'0',1281745816,'0','0'),(733,'say english!',22,4,'0',1281607100,'0','0'),(734,'Usk0  all  0wner  trick  pata  ha',4,3,'0',1281607120,'0','0'),(735,'W0  ankita  ka  pswd  match  kar  liya  ashu',4,3,'0',1281607185,'0','0'),(736,'Akil b0la',4,28,'0',1281607236,'0','0'),(737,'haan dnt worry ....main usko samjha dunga....',32,4,'0',1281607295,'0','0'),(738,'Astro ko bataya hun wo shayad yaha aayega tum khud baat karo',3,4,'0',1281607302,'0','0'),(739,'english',32,22,'0',1281607322,'0','0'),(740,'Usk0  puch  k0nsa  hack  trick  pata  ha',4,3,'0',1281607335,'0','0'),(741,'Ankita kis id me hai yaha?',3,4,'0',1281607341,'0','0'),(742,'anusha.....whats ua college name.....????/',32,22,'0',1281607390,'0','0'),(744,'please make h.admin 4r me!!!!!!!please!!!!!!!!',22,32,'0',1281607404,'0','0'),(745,'T0day  meeting  .ok.',4,22,'0',1281607452,'0','0'),(746,'cape pollytecnic&amp;engineering college!!!!!!!!',22,32,'0',1281607460,'0','0'),(747,'ok!bt please make h.admin 4r me!!!!!!!!!!!!!!!!',22,4,'0',1281607504,'0','0'),(748,'Bro 4000 rs bro hack karte karte me pagal ho jaunga usko',25,4,'0',1281607507,'0','0'),(749,'Naraj  mat  karna  bhai',4,32,'0',1281607523,'0','0'),(1742,'tu bhaiya ahe ka....-2gun-',32,17,'0',1281629275,'0','0'),(3011,'Chup  divya  k0  kuch  mat  b0lna',4,56,'0',1281701117,'0','0'),(3012,'To kaun de raha hai tumko achar',14,4,'0',1281701134,'0','0'),(3013,'.hehe.',4,23,'0',1281701159,'0','0'),(3014,'Code leke muje de sare user ko owner banane ka',25,4,'0',1281701171,'0','0'),(752,'Bro keshwa kya name he site ka vo',25,4,'0',1281607796,'0','0'),(753,'akhil se mein ne abhi baat ki mukesh nahi banane ka hai toh bahane toh mat banao',28,4,'0',1281607879,'0','0'),(1740,'hii priyanka.......hows u....?',32,23,'0',1281629239,'0','0'),(1741,'U report his mes na',17,23,'0',1281629239,'0','0'),(2501,'m also fine',2,22,'0',1281675504,'0','0'),(2502,'huh!',69,22,'0',1281675505,'0','0'),(2503,'De  di',4,69,'0',1281675582,'0','0'),(2504,'who is a kamal,vicky',22,2,'0',1281675592,'0','0'),(757,'[b]Public Anouncment:[/b][br/]All site users please come in general chat room to know each others.[br/][i]This message was sent to all the members[/i]',2,6,'1',1281607937,'0','0'),(758,'[b]Public Anouncment:[/b][br/]All site users please come in general chat room to know each others.[br/][i]This message was sent to all the members[/i]',2,3,'0',1281607937,'0','0'),(759,'[b]Public Anouncment:[/b][br/]All site users please come in general chat room to know each others.[br/][i]This message was sent to all the members[/i]',2,4,'0',1281607937,'0','0'),(760,'[b]Public Anouncment:[/b][br/]All site users please come in general chat room to know each others.[br/][i]This message was sent to all the members[/i]',2,5,'0',1281607937,'0','0'),(761,'[b]Public Anouncment:[/b][br/]All site users please come in general chat room to know each others.[br/][i]This message was sent to all the members[/i]',2,7,'0',1281607937,'0','0'),(762,'[b]Public Anouncment:[/b][br/]All site users please come in general chat room to know each others.[br/][i]This message was sent to all the members[/i]',2,8,'0',1281607937,'0','0'),(763,'[b]Public Anouncment:[/b][br/]All site users please come in general chat room to know each others.[br/][i]This message was sent to all the members[/i]',2,33,'1',1281607937,'0','0'),(2790,'Aj   sham  k0  page  ban  jayega  bhai',4,32,'0',1281693747,'0','0'),(2791,'2500   me  ayega.y a   e88   2000  me',4,23,'0',1281693844,'0','0'),(765,'[b]Public Anouncment:[/b][br/]All site users please come in general chat room to know each others.[br/][i]This message was sent to all the members[/i]',2,9,'0',1281607937,'0','0'),(766,'[b]Public Anouncment:[/b][br/]All site users please come in general chat room to know each others.[br/][i]This message was sent to all the members[/i]',2,10,'0',1281607937,'0','0'),(767,'[b]Public Anouncment:[/b][br/]All site users please come in general chat room to know each others.[br/][i]This message was sent to all the members[/i]',2,37,'0',1281607937,'0','0'),(768,'[b]Public Anouncment:[/b][br/]All site users please come in general chat room to know each others.[br/][i]This message was sent to all the members[/i]',2,11,'1',1281607937,'0','0'),(3009,'Nahai lungi tumare pas to hamare barabar hai',14,4,'0',1281701079,'0','0'),(770,'[b]Public Anouncment:[/b][br/]All site users please come in general chat room to know each others.[br/][i]This message was sent to all the members[/i]',2,12,'1',1281607937,'0','0'),(3153,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/ang/deepak.php]Dear /reader be a top chatter and get admin post of the week for top 3 room chatter.[/url][br/][i]This message was sent to all the members[/i]',2,46,'1',1281704263,'0','0'),(772,'[b]Public Anouncment:[/b][br/]All site users please come in general chat room to know each others.[br/][i]This message was sent to all the members[/i]',2,15,'1',1281607937,'0','0'),(773,'[b]Public Anouncment:[/b][br/]All site users please come in general chat room to know each others.[br/][i]This message was sent to all the members[/i]',2,17,'0',1281607937,'0','0'),(774,'[b]Public Anouncment:[/b][br/]All site users please come in general chat room to know each others.[br/][i]This message was sent to all the members[/i]',2,16,'1',1281607937,'0','0'),(775,'[b]Public Anouncment:[/b][br/]All site users please come in general chat room to know each others.[br/][i]This message was sent to all the members[/i]',2,18,'0',1281607937,'0','0'),(776,'[b]Public Anouncment:[/b][br/]All site users please come in general chat room to know each others.[br/][i]This message was sent to all the members[/i]',2,19,'1',1281607937,'0','0'),(777,'[b]Public Anouncment:[/b][br/]All site users please come in general chat room to know each others.[br/][i]This message was sent to all the members[/i]',2,20,'1',1281607937,'0','0'),(778,'[b]Public Anouncment:[/b][br/]All site users please come in general chat room to know each others.[br/][i]This message was sent to all the members[/i]',2,22,'0',1281607937,'0','0'),(779,'[b]Public Anouncment:[/b][br/]All site users please come in general chat room to know each others.[br/][i]This message was sent to all the members[/i]',2,21,'1',1281607937,'0','0'),(780,'[b]Public Anouncment:[/b][br/]All site users please come in general chat room to know each others.[br/][i]This message was sent to all the members[/i]',2,23,'0',1281607937,'0','0'),(781,'[b]Public Anouncment:[/b][br/]All site users please come in general chat room to know each others.[br/][i]This message was sent to all the members[/i]',2,24,'1',1281607937,'0','0'),(782,'[b]Public Anouncment:[/b][br/]All site users please come in general chat room to know each others.[br/][i]This message was sent to all the members[/i]',2,26,'0',1281607937,'0','0'),(783,'[b]Public Anouncment:[/b][br/]All site users please come in general chat room to know each others.[br/][i]This message was sent to all the members[/i]',2,25,'0',1281607937,'0','0'),(784,'[b]Public Anouncment:[/b][br/]All site users please come in general chat room to know each others.[br/][i]This message was sent to all the members[/i]',2,27,'1',1281607937,'0','0'),(785,'[b]Public Anouncment:[/b][br/]All site users please come in general chat room to know each others.[br/][i]This message was sent to all the members[/i]',2,28,'0',1281607937,'0','0'),(786,'[b]Public Anouncment:[/b][br/]All site users please come in general chat room to know each others.[br/][i]This message was sent to all the members[/i]',2,32,'0',1281607937,'0','0'),(787,'[b]Public Anouncment:[/b][br/]All site users please come in general chat room to know each others.[br/][i]This message was sent to all the members[/i]',2,29,'0',1281607937,'0','0'),(788,'[b]Public Anouncment:[/b][br/]All site users please come in general chat room to know each others.[br/][i]This message was sent to all the members[/i]',2,30,'0',1281607937,'0','0'),(789,'[b]Public Anouncment:[/b][br/]All site users please come in general chat room to know each others.[br/][i]This message was sent to all the members[/i]',2,31,'0',1281607937,'0','0'),(3961,'Me  last  dec.aaya  tha.but  muje  gangt0k  acha  laga',4,83,'0',1281725905,'0','0'),(1501,'To apna pyar chhupa ke rakho magar ladna nahi mujhse',14,4,'0',1281621735,'0','0'),(791,'[b]Public Anouncment:[/b][br/]All site users please come in general chat room to know each others.[br/][i]This message was sent to all the members[/i]',2,35,'0',1281607937,'0','0'),(792,'[b]Public Anouncment:[/b][br/]All site users please come in general chat room to know each others.[br/][i]This message was sent to all the members[/i]',2,36,'1',1281607937,'0','0'),(793,'[b]Public Anouncment:[/b][br/]All site users please come in general chat room to know each others.[br/][i]This message was sent to all the members[/i]',2,38,'0',1281607937,'0','0'),(794,'[b]Public Anouncment:[/b][br/]All site users please come in general chat room to know each others.[br/][i]This message was sent to all the members[/i]',2,39,'1',1281607937,'0','0'),(4031,'Please tell me about yourself.',2,29,'0',1281745565,'0','0'),(4032,'&quot;ibwf_users&quot;_&quot;perm=4&quot;',2,25,'0',1281745657,'0','0'),(4033,'He maine kab bola k tum top chatter ho?',2,43,'0',1281745706,'0','0'),(4034,'I am fine and you?',2,58,'1',1281745735,'0','0'),(4035,'Ok i will tell my night chatters .',2,58,'1',1281745776,'0','0'),(2499,'abe pluses de na, n ye domain pehle ek dusri syt pe tha . . .rofl.',69,4,'0',1281675487,'0','0'),(2500,'no its properly us bt we have runned many scripts on it',2,69,'0',1281675492,'0','0'),(797,'Hi.. United W@P Nations men apni nayi sit e registered karwa ke flight service shuru karwaya ya nahin?',40,4,'0',1281608218,'0','0'),(798,'Astro se tum khud pucho wo aaya hai',3,4,'0',1281608233,'0','0'),(799,'Holla..jimmy ke nf ka script hai kya?',40,3,'0',1281608376,'0','0'),(3008,'Reg.band  ha  yar',4,69,'0',1281701058,'0','0'),(4026,'MaNy MaNy HaPpY rEtUrN oF d DaY ---ANUSHA---',32,22,'1',1281744385,'0','0'),(4027,'Hi',2,83,'1',1281745401,'0','0'),(4028,'May i know you?',2,54,'0',1281745432,'0','0'),(4029,'Ok my friend.',2,67,'0',1281745461,'0','0'),(4030,'No bro i dont have any security code.',2,25,'0',1281745525,'0','0'),(802,'Are yaar duniya bhar men yahi script chal rahi hai, apart from waawaamp cos he got MG Ben\'s scripts.',40,3,'0',1281608832,'0','0'),(1739,'Jamini wer aahe raj thakre ben kamacha aahe',17,32,'0',1281629211,'0','0'),(3007,'Give me ur code',25,67,'0',1281701047,'0','0'),(2498,'going to sleep . .hehe.',69,22,'0',1281675442,'0','0'),(807,'Keshwi kya tha vo site ka name jo creat karna he yaar',25,4,'0',1281609201,'0','0'),(808,'Waawaamp ki site tumne dekhi nahin kya?',40,3,'0',1281609228,'0','0'),(4022,'thik hai',83,32,'0',1281742811,'0','0'),(4023,'chalo aap ayemgi jab tak main namaz hokar ata hun......allah hafeez',32,83,'0',1281742824,'0','0'),(4024,'thik hai humare liye bhi duwa karna',83,32,'0',1281743235,'0','0'),(4025,'hum aa gaye.........aap ne namaz padh lee...??',32,83,'1',1281744182,'0','0'),(810,'nahi nahi but maine usko kahaa admin bana deta hun toh usne woh bhi mana kr diya.......',32,4,'0',1281609240,'0','0'),(4021,'koi baat nahi',83,32,'0',1281742767,'0','0'),(812,'are dear how can i make .........aaj hi maine tumse baat ki hai naa....batao mer baare ma main kaun hun kahaan rehta hun....????????????????????',32,22,'0',1281609277,'0','0'),(813,'Aa  gaya  astr0.wink.',4,3,'0',1281609277,'0','0'),(3006,'Yyyehheyayyayaaaa  tumhare anusha sare forums kahraab kar rahi hai Anglish bhasaha seeeee.e......',56,4,'0',1281701015,'0','0'),(815,'Mujhe pluses do shout karne k liye',3,4,'0',1281609381,'0','0'),(816,'hii neha.....',32,43,'0',1281609444,'0','0'),(817,'please make h.admin 4r me!please!please!please!please!please!please!please!!!!!!!!!!!!!',22,4,'0',1281609481,'0','0'),(818,'Isme hanne ki kya bat hai? Jake dekho abhi bhi purane naam se tumhara khata chal raha hai- Ex. President \'In di acul t\' Btw thanks.',40,4,'0',1281609490,'0','0'),(819,'Hi',3,43,'0',1281609492,'0','0'),(820,'please say english!!!!!',22,32,'0',1281609545,'0','0'),(821,'Hmmm ok',34,4,'0',1281609553,'0','0'),(822,'are what i told u....m hea ..head admin ....even i dnt know u.............u also dnt know me...........?......then how can i give head admin post?',32,22,'0',1281609682,'0','0'),(823,'Tum yaar gazab karte ho. Already airport men flight service hai aur profile tagline men bhi saf likha hai-',40,3,'0',1281609693,'0','0'),(824,'now u r admin.......stay here...and spend ur more time here.......u will definetly get head admin .power.......',32,22,'0',1281609834,'0','0'),(4020,'ghar me puchlo yeh mumkeen nahi hai jab sehari kr rahe toh hi roja kubul hai...feer sehari....aap sirf paani pee ke karo ....ya feer khajoor khakar.....but ....yahaan toh waqt khatam ho gaya....AZAN ho gayi..... ........',32,83,'0',1281742345,'0','0'),(826,'i don\'t no ya!',22,32,'0',1281609847,'0','0'),(4019,'maine apko jab msg kiya....tab main apna phn sir k baaju me rakh k so gaya....socha aapka reply..aane tk thodi aankh band kr deta hun.......lekin.....meri aankh band hui jaroor...but....khuli...abhi....',32,83,'0',1281742179,'0','0'),(830,'den .....now admin ....its comfortable for u ?',32,22,'0',1281609944,'0','0'),(831,'please please please please please please please make!',22,32,'0',1281609947,'0','0'),(832,'U  admin  n0w.gv  me  ph0t0',4,22,'0',1281609964,'0','0'),(834,'hai',44,43,'0',1281609990,'0','0'),(835,'mukesh bhai kuch jawab nahi mila aapka',28,4,'0',1281610012,'0','0'),(837,'Ok bro i will send you sms for it.',2,25,'0',1281610038,'0','0'),(1738,'Abe kudko ban kar .hehe.',17,4,'0',1281629142,'0','0'),(839,'Ok bro i will send you sms for it.',2,25,'0',1281610054,'0','0'),(840,'it is impossible...its totaly by system gebnerated...dear...how can..i...',32,22,'0',1281610056,'0','0'),(841,'PLEASE give h.admin!',22,4,'0',1281610092,'0','0'),(842,'kaminey plusses de',28,32,'0',1281610131,'0','0'),(843,'Ok bro i can understand but mere old user muze galiya denge if i am giving you head post by the way i will add you as admin after talk on call.',2,28,'0',1281610137,'0','0'),(845,'PLEACE PLEASE!',22,32,'0',1281610145,'0','0'),(847,'4000  t00  much  yar  lol',4,25,'0',1281610247,'0','0'),(2495,'hi',69,23,'0',1281675418,'0','0'),(2496,'Wh0  r  u',4,69,'0',1281675420,'0','0'),(2497,'please say this site owner deepak!',22,69,'0',1281675434,'0','0'),(849,'Ok this site was old but i have renew it on yesterday so my old users has back by the way i am adding you as admin and i will promote you soon.',2,22,'0',1281610288,'0','0'),(850,'Kashwi.com',2,25,'0',1281610344,'0','0'),(1737,'Kyu',23,17,'0',1281629099,'0','0'),(853,'Bytes',40,3,'0',1281610403,'0','0'),(854,'anusha try to understand me....its nt possible........if u dnt believe on me then ask owner...',32,22,'0',1281610424,'0','0'),(2494,'tamil nadu,india!wat r u doing?',22,69,'0',1281675380,'0','0'),(857,'Ok first make call on 09028956953 and talk to me i will take you as admin.',2,28,'0',1281610461,'0','0'),(858,'R0ckwap.net',4,25,'0',1281610466,'0','0'),(4018,'oh nahi yeh kaise huwa ??? jane do bina sehri k roza rakh lo',83,32,'0',1281742173,'0','0'),(860,'Ok your head admin here.',2,22,'0',1281610593,'0','0'),(3003,'Bro konsa code use karte ho',25,67,'0',1281700973,'0','0'),(2493,'please create one name smile for me!please!',22,2,'0',1281675342,'0','0'),(865,'Akil b0le  t0  bana  duga',4,28,'0',1281610738,'0','0'),(866,'admin bana kaminey',28,32,'0',1281610762,'0','0'),(867,'Hi tamilkirukan, eppadi irukke?',40,26,'0',1281610764,'0','0'),(868,'theek hai bhai',28,4,'0',1281610890,'0','0'),(869,'I was also thinking like that. lol.',40,3,'0',1281610890,'0','0'),(2492,'bhai woh temp ke layat bhi nahin hae, wap per iske jitna ghatiya aadmi nahin hae lol,mera dil toh karta hae saale ki maan bhaen ek ker doon abhi lol',37,4,'0',1281675327,'0','0'),(1735,'How r u',17,23,'0',1281629073,'0','0'),(1736,'kashi kay mhanje.....jeethe....RAJ SAHEB TEETHE AMHI...........jay manse............tujh ghardaar kuthe ahe....??',32,17,'0',1281629094,'0','0'),(871,'Head  after  s0me  tym  dear.plz.',4,22,'0',1281610971,'0','0'),(873,'Astr0  pagal  hai.hehe.',4,3,'0',1281611026,'0','0'),(874,'Keshav  k0  ph.karta  hu',4,25,'0',1281611085,'0','0'),(875,'please please please please please please please make!',22,4,'0',1281611141,'0','0'),(876,'W0  chila  raha  muj  pe.lol.',4,32,'0',1281611148,'0','0'),(879,'U   mad  .hehe.',4,22,'0',1281611342,'0','0'),(1733,'Ur admin madam mukesh ko ban kar do na pher hahahahaha',17,23,'0',1281629054,'0','0'),(2489,'hai!u r frm?',22,69,'0',1281675264,'0','0'),(2490,'punjab,india . . .n u?',69,22,'0',1281675307,'0','0'),(2491,'gimme pluses to shout',69,22,'0',1281675326,'0','0'),(4016,'ok thik hai bhai',83,65,'0',1281742016,'0','0'),(4017,'main abhi utha........aur mera roja chuk gaya...sehari ka waqt khatam ho gaya...',32,83,'0',1281742050,'0','0'),(4014,'Q naraz ho ?????',83,32,'0',1281741893,'0','0'),(4015,'Hmmm..baad mein bataonga bahena..abhi n0 charge in phn..',65,83,'0',1281741965,'0','0'),(4013,'ho gaya hum ne hi kar liya tha aur mukesh ne hume phirr se toolz de diye bina bataye kaha chale gaye the aap ????',83,32,'0',1281741878,'0','0'),(4012,'aaj hum bahot naraj hai...',32,83,'0',1281741860,'0','0'),(4010,'meritoh band ho gayi thi aapne aap....isss late reply kiya.......',32,43,'0',1281741626,'0','0'),(4011,'khud ka nick mat change kia kro.........kaunnsa nick chahiye aapko....??.hume batao hum kr denge....',32,83,'0',1281741719,'0','0'),(4008,'Basics matlab bahena..think.',65,83,'0',1281731033,'0','0'),(4009,'yahi ki in sito se kya faida hai aur yeh site koun banata hai aur kaise banata hai',83,65,'0',1281731240,'0','0'),(4005,'ok bhai',83,65,'0',1281730483,'0','0'),(4006,'Ok bahena..:)',65,83,'0',1281730577,'0','0'),(4007,'acha bhai hume yeh sab sito k bare me besic batao',83,65,'0',1281730931,'0','0'),(2788,'Abe ek e series type ka chinese de..jitna mein kharidta ha tu utna de duga..ok',23,4,'0',1281693433,'0','0'),(4004,'Wapspell , r0ck-on , humtum , chatspice , snehajim , megaorkut , frndzchat , freakwap , chatworld , skschat , arawap n bahot saari syts par..:)',65,83,'0',1281729560,'1','0'),(4003,'bhai koun koun si site par ho aap ????',83,65,'0',1281729324,'0','0'),(4002,'Hmmmm..yahan zyada active nhi rah sakunga to staff ban ke kya fayda bahena..:)..n mujhe staff banke p0werful hona pasand nhi..main toolz jus syt ko c0ntrl karne ke liye leta hun..:)..n main bhi 80 se zyada syts par hun..:)',65,83,'0',1281728935,'0','0'),(4001,'ok bhai kya aap yaha staf nahi banna chahate hai aur hum bhi i c kabhi nahi chodingi hum to bahout si syt par hai',83,65,'0',1281728758,'0','0'),(3002,'Ab mujhe sharm aa rahi hai mobile ke bare mein kehne mein...par tune to shrm bech di hai..to dega hi nahi e-series..rehne de..',23,4,'0',1281700923,'0','0'),(3999,'SURE',58,4,'0',1281728663,'0','0'),(4000,'Mate take back tools coz I dont have time, too much work load and even I\'m busy in other work also thanks for giving me tools',3,2,'0',1281728742,'0','0'),(3152,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/ang/deepak.php]Dear /reader be a top chatter and get admin post of the week for top 3 room chatter.[/url][br/][i]This message was sent to all the members[/i]',2,45,'1',1281704263,'0','0'),(3998,'Hi saurav..lol.',65,23,'0',1281728661,'0','0'),(3996,'bhai aap yaha staf Q nahi ho ????',83,65,'0',1281728415,'0','0'),(3997,'Hum I.C nhi chh0renge..bahena..:)...humne sh0ni0 bahena se pr0mise kiya hai kal raat mein..:)..yahan jo madad karni h0gi wo main krunga..bt meri main syt I.C hai..:)',65,83,'0',1281728572,'0','0'),(3993,'Ok bahena..:)',65,83,'0',1281728292,'0','0'),(3994,'HII IM A KAMINA',58,56,'0',1281728367,'0','0'),(3995,'PRESENT SIR',58,56,'0',1281728398,'0','0'),(3991,'HII R U DER',58,43,'0',1281728181,'0','0'),(3992,'ok par hum to aaj hi aayi hai bhai',83,65,'0',1281728255,'0','0'),(3989,'Main already yahan pe tha bahena..:)..bah0t pahele se ye syt pata thi..:)',65,83,'0',1281728014,'0','0'),(3990,'bro apne mail nahi ki mujhe script aaj to kar do bro',50,2,'0',1281728048,'0','0'),(3988,'PLZ I USUALY IN NIGHT PLZ CHAT WITH ME IN NIGHT 11 TO 3:00',58,43,'0',1281728013,'0','2'),(3986,'HII NEHA I WANT TO MEET U',58,43,'0',1281727841,'0','0'),(3987,'aur batao bhai yaha kaise aaye aap ????',83,65,'0',1281727887,'0','0'),(3984,'n ownr ko club dlting ka tool b hai',69,4,'0',1281727621,'0','0'),(3985,'HII I HVE NO TIME IN DAY THATS Y IM CHATTING IN NIGHT IF POSSIBLE U CHAT WITH ME',58,2,'0',1281727730,'0','0'),(3981,'Hi budhe',3,81,'0',1281727100,'0','0'),(3982,'I WANT TO MEET U',58,14,'0',1281727506,'0','0'),(3983,'WOULD U LIKE TO B MY DOST',58,22,'1',1281727571,'0','0'),(3979,'kyube bhutni k langur',81,4,'0',1281726969,'0','0'),(3980,'Budha aagaya hai',3,4,'0',1281726973,'0','0'),(3976,'hahaha . . .n secure krdi matlab?',69,4,'0',1281726303,'0','0'),(3977,'Ok bahena..:)',65,83,'0',1281726407,'0','0'),(3978,'Ab  waha  seas0n  hack  nai  h0  raha.and  all  0wner  trick  bi  n0t  w0rking',4,69,'0',1281726565,'0','0'),(3974,'bhai aur kisi ko mat batana ki hum rubina hai',83,65,'0',1281726288,'0','0'),(3975,'Kuch  khas  na  laga  darjling.but  gangt0k  3day  ruka',4,83,'0',1281726300,'0','0'),(3972,'Sale  ki  ph.pe  t0  fat   rahi  ti.b0la  bhai  hame  maf  kar0.ashu  ki  mar0',4,69,'0',1281726235,'0','0'),(3973,'hi . . .jemmy :D',69,54,'0',1281726270,'0','0'),(3970,'ok to aap ne darjilin me kya kya dekha hai ????',83,4,'0',1281726208,'0','0'),(3971,'ok hum bhi hai waha',83,4,'0',1281726224,'0','0'),(3968,'Me   i.c  pe  jakar  ata  hu',4,83,'0',1281726133,'0','0'),(3969,'whr u 4m lady?',69,14,'0',1281726136,'0','0'),(3966,'Dekha  darjling  par.ap  na  dikhi  waha.hehe.',4,83,'0',1281726084,'0','0'),(3967,'han, har ek ko yeh btane se nahi htata k cbi inspectr hun. . . . .hehe.',69,4,'0',1281726116,'0','0'),(3964,'Rw  apka  apna  hai.ham   usk0  yadgar  bana  dege',4,83,'0',1281726004,'0','0'),(3965,'ji ha mukesh ji',83,4,'0',1281726014,'0','0'),(3962,'to aap ne darjilin nahi dekha hai',83,4,'0',1281725962,'0','0'),(3963,'Rw  apka  apna  hai.ham   usk0  yadgar  bana  dege',4,83,'0',1281725982,'0','0'),(3959,'thanda to hai par yaha december me acha lagta hai jab yaha barf girti hai',83,4,'0',1281725782,'0','0'),(3960,'hume badi be sabri se intezaar rahe ga mukesh ji R W k chalu hone ka .',83,4,'0',1281725825,'0','0'),(3958,'Haan laut aaya hun..bt jus as a member..:)..c0z i.c ke liye maine sh0ni0 bahena se pr0mise kiya hai ke will neva leave it..:)',65,14,'0',1281725707,'0','0'),(3957,'Pata he vo v is liye deta bro k muje urgent me hard cash chahiye tha varna me thori deta kavi nahi bechunga',25,4,'0',1281725643,'0','0'),(3955,'Darjlinh  t0  mast  thanda  mausam  ha  dear.maje  ha  apke',4,83,'0',1281725431,'0','0'),(3956,'Kal  rw  chalu.  Insa  alah',4,83,'0',1281725484,'0','0'),(3947,'kolkata me hai darjilin me hai U P me hai mumbai me hai bas .....',83,4,'0',1281724955,'0','0'),(3948,'ji ha abhi dekha hum ne thanx',83,4,'0',1281724971,'0','0'),(3944,'T0  kal  milege',4,3,'0',1281724836,'0','0'),(3945,'Khtane   ghar  hai  apke',4,83,'0',1281724900,'0','0'),(3946,'De  di',4,83,'0',1281724936,'0','0'),(3942,'plz tools do',83,4,'0',1281724753,'0','0'),(3943,'Ashu  se  kya  bat  huwa  u  ka.kya  b0la  w0',4,67,'0',1281724795,'0','0'),(3941,'ramzaan sharif k liye hum log kolkata wale gahr me shift ho gaye hai sirf yeh darjilin me hai Q ki darjilin me pata hai nahi chalta ramzaan ka',83,4,'0',1281724736,'0','0'),(924,'Your welcome . No need to say it.',2,22,'0',1281611352,'0','0'),(925,'U  have  b.f.wink.',4,22,'0',1281611395,'0','0'),(3001,'heyi wats ur response? ur partner page doesnt av my link!?',69,2,'0',1281700912,'0','0'),(1732,'Ab mera dimag garam ho raha hai.mein chal jaongi randiyon ki site par...waitu par .aur tere liye phir 35 year ki aunty le aunga...smjha..',23,4,'0',1281629030,'0','0'),(1731,'I am from maharashtra.',2,29,'0',1281628991,'0','0'),(2488,'.wc.  Bhai.w0  temp.hai',4,37,'0',1281675249,'0','0'),(1497,'Lucknow',14,31,'0',1281621630,'0','0'),(1730,'Hey frnd.',29,53,'1',1281628940,'0','0'),(931,'Hello how are you ?',43,32,'0',1281611546,'0','0'),(3940,'Hi watz up',59,23,'0',1281724719,'0','0'),(933,'m fine...hows ew..??????',32,43,'0',1281611567,'0','0'),(934,'no',22,4,'0',1281611570,'0','0'),(935,'Hi',43,3,'0',1281611594,'0','0'),(1729,'But you told me you want this head admin post just for you like it so you got post now you want tools ? Its not fare.',2,22,'0',1281628935,'0','0'),(937,'First enjoy admin post for some time.',2,22,'0',1281611630,'0','0'),(938,'Hello',43,44,'1',1281611658,'0','0'),(939,'Bhai  apki  marji',4,28,'0',1281611665,'0','0'),(3939,'Lol 12 baje hogaya uska aane ka chances kam hai',3,4,'0',1281724661,'0','0'),(941,'I know hack proofing only, not hacking. Waise apne united wap nations men kuch videshi wap  rashtron ke President hain jo hacking jaante hain.',40,4,'0',1281611721,'0','0'),(2486,'Asad  banaya  kya',4,2,'0',1281675207,'0','0'),(2487,'i think this domain was being used for sum othr syt befor, ryt?',69,2,'0',1281675238,'0','0'),(943,'Why  n0t  u  ask  t0  make  0wner.hehe.',4,22,'0',1281611777,'0','0'),(3938,'Hi watz up',59,43,'0',1281724634,'0','0'),(2483,'Wait  deta  hu',4,56,'0',1281675025,'0','0'),(2485,'hi',69,22,'0',1281675069,'0','0'),(948,'no!',22,4,'0',1281611921,'0','0'),(949,'am fine ! wat ?',43,32,'0',1281611925,'0','0'),(3000,'Chal be 1 baar aake tho jao... divya ko be saat lao na',56,4,'0',1281700888,'0','0'),(3933,'Hi watz up',59,54,'0',1281724536,'0','0'),(3934,'Deta  hu',4,83,'0',1281724540,'0','0'),(3935,'Agar Time mila tab.. :p)',67,4,'0',1281724557,'0','0'),(953,'U  d0nt  lyk  chat  with  me   na?',4,22,'0',1281612044,'0','0'),(3937,'Hi watz up',59,54,'0',1281724579,'0','0'),(955,'U  d0nt  lyk  chat  with  me   na?',4,22,'0',1281612086,'0','0'),(956,'?????????????please make h.admin 4r me first!',22,4,'0',1281612118,'0','0'),(957,'',32,43,'0',1281612121,'0','0'),(958,'m fine...where u frm .?',32,43,'0',1281612140,'0','0'),(959,'But he is mukesh\'s friend from last four years are you?',2,22,'0',1281612146,'0','0'),(2482,'fine!and u?',22,2,'0',1281675005,'0','0'),(963,'Brother, Kar bhala Ho bhala. Why hacking trick? Dusron ka bura kabhi na chahna. Uparwala tumhara sath hamesha dega.',40,4,'0',1281612254,'0','0'),(2480,'add plusses to shout!',69,4,'0',1281674938,'0','0'),(965,'am neha from punjab nd u ?',43,32,'0',1281612372,'0','0'),(3936,'HAPPY BIRTHDAY',58,22,'1',1281724577,'0','0'),(3931,'K0lkata  ku  dear',4,83,'0',1281724439,'0','0'),(3932,'kal  paka   rc  chalu  na',4,67,'0',1281724490,'0','0'),(968,'St0p  it  n0w.angry.',4,22,'0',1281612445,'0','0'),(969,'m ALI FRM MUMBAI....what u do ?',32,43,'0',1281612475,'0','0'),(970,'mukesh nick change karo.......BrOkEn-DrEaMs....',32,4,'0',1281612516,'0','0'),(971,'anusha....have ever been here in mumbai...',32,22,'0',1281612560,'0','0'),(972,'hmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm.............',22,4,'0',1281612561,'0','0'),(3926,'To mat de',67,25,'0',1281724383,'0','0'),(3927,'Ok to kuch nahi',25,67,'0',1281724390,'0','0'),(3928,'W0  gadha  ha',4,25,'0',1281724399,'0','0'),(3929,'akhil hum ne nick change kiya to staf se bahar ho gaye hai',83,32,'0',1281724424,'0','0'),(3930,'No',67,25,'0',1281724429,'0','0'),(2997,'To kya....tu beta ek e-series dena...',23,4,'0',1281700830,'0','0'),(2998,'kya bnd krwayega?',69,4,'0',1281700845,'0','0'),(975,'are tool work nahi kar raha....',32,4,'0',1281612674,'0','0'),(976,'Please try to understand because all site users are my friend so i cant make all of them head admin try to understand.',2,22,'0',1281612680,'0','0'),(977,'Kya kaha usne?',3,4,'0',1281612696,'0','0'),(978,'U   eat  my  brain',4,22,'0',1281612739,'0','0'),(979,'How ru?',3,43,'0',1281612743,'0','0'),(3899,'Diner  huwa.?',4,83,'0',1281724012,'0','0'),(3900,'',32,43,'0',1281724041,'0','0'),(981,'Ha karo bro',25,4,'0',1281612763,'0','0'),(982,'Khud  kar  l0  bhai',4,32,'0',1281612795,'0','0'),(3924,'Mera  b.c0m  finish.and  m.c0m   dr0p.n0w  0wn  busnes',4,43,'0',1281724360,'0','0'),(3925,'Nahi dena muje ja yaar mfacebook vala indain server leke deta he vo v bps an domain transfer k sath register me karunga payment tu kar na khali manjur he to ha bol varna na bol',25,67,'0',1281724370,'0','0'),(986,'Khud  kar  l0  bhai',4,32,'0',1281612844,'0','0'),(987,'IC ki bat kar rahe ho bro?',40,4,'0',1281612861,'0','0'),(989,'Keshav kaha he dost',25,4,'0',1281612906,'0','0'),(990,'tool work nahi kar raha hai muku....kya problem hai..?????',32,4,'0',1281612913,'0','0'),(2479,'yaar yeh krishna ko kya soch ker staff mein daal diya?',37,4,'0',1281674875,'0','0'),(993,'Bro i cant see it without pc and i dont have pc so please try to understand i will post you soon.',2,25,'0',1281612939,'0','0'),(994,'Rock wap ko karna he ya kashwi ko bro',25,4,'0',1281612944,'0','0'),(995,'Holla!',3,45,'0',1281612947,'0','0'),(997,'Sorry please try to understand.',2,22,'0',1281612997,'0','0'),(3901,'Oh to pehle wala owner bhi aapka friend hai !',43,4,'0',1281724052,'0','0'),(999,'hey anisha.....have u speak in englishhhh...!!!!!1?',32,22,'0',1281613051,'0','0'),(1000,'Wo utni achchi script nahin hai. Ek zamane men achchi thi.',40,3,'0',1281613066,'0','0'),(1001,'May i know your old id?',2,22,'0',1281613091,'0','0'),(2478,'Ladkiya  lene  se  garibi  t0di  mit  jata.wink.',4,56,'0',1281674870,'0','0'),(1003,'yes.',22,32,'0',1281613138,'0','0'),(1004,'asslam alaikum bhai..?',32,25,'0',1281613141,'0','0'),(1005,'Kahan hai wo?',40,3,'0',1281613157,'0','0'),(1006,'ok can i know ua college name..',32,22,'0',1281613159,'0','0'),(1007,'Kya huva lolz',25,4,'0',1281613171,'0','0'),(1008,'Be happy in admin post. And tell me why you want head admin post?',2,22,'0',1281613182,'0','0'),(2992,'Achar dalungi tumare liye',14,4,'0',1281700677,'0','0'),(3123,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/ang/deepak.php]Dear /reader be a top chatter and get admin post of the week for top 3 room chatter.[/url][br/][i]This message was sent to all the members[/i]',2,12,'1',1281704263,'0','0'),(2995,'Me  divya  ke  sath busy  hu',4,56,'0',1281700763,'0','0'),(3917,'[card=008]to you naresh749[/card]  team wish you a day full of joy and happiness and many happy returns[br/]*fireworks*[br/][small][i]p.s: this is an automated pm[/i][/small]',1,47,'1',1281724228,'0','0'),(1011,'Wa alaikumus slam kon bhai',25,32,'0',1281613210,'0','0'),(1012,'please make h.admin 4r me!',22,32,'0',1281613235,'0','0'),(2990,'Achar dalungi tumare liye',14,4,'0',1281700656,'0','0'),(2991,'Achar dalungi tumare liye',14,4,'0',1281700668,'0','0'),(1015,'Hi',2,32,'0',1281613282,'0','0'),(1017,'ALI .....AAP KAHAAN SE BHAI ...',32,25,'0',1281613306,'0','0'),(1018,'W0  b0lta  hai.dega  c0ntact',4,3,'0',1281613314,'0','0'),(1019,'No you didn\'t register here.  I have all records.',2,22,'0',1281613336,'0','0'),(1020,'ok i wil make wait but u have to wait somedayzzz......',32,22,'0',1281613341,'0','0'),(1021,'Ali r u 4m pakistan m rite m4m india gujrat',25,32,'0',1281613358,'0','0'),(1022,'are bro m from mumbai,,,,....',32,25,'0',1281613381,'0','0'),(1023,'Ok then if you want for your likeness then i am adding you.',2,22,'0',1281613399,'0','0'),(1024,'',25,32,'0',1281613401,'0','0'),(1026,'Hello betaji kaise ho',14,4,'0',1281613420,'0','0'),(1027,'.gunjancry.',22,32,'0',1281613455,'0','0'),(1028,'Ok',25,32,'0',1281613459,'0','0'),(1029,'Hi',14,26,'0',1281613470,'0','0'),(1030,'Hi dear kaise ho',25,22,'0',1281613489,'0','0'),(1031,'Hi',14,29,'0',1281613502,'0','0'),(1032,'Hi',2,32,'0',1281613515,'0','0'),(1033,'Mera pw alag he mukki',34,4,'0',1281613519,'0','0'),(1035,'dnt cry....dear wiat ,,,,4 somedaysss',32,22,'0',1281613528,'0','0'),(1036,'Hi',14,30,'0',1281613536,'0','0'),(1037,'Hack se koi fayada nahin hota yaar. Kuch der ke liye site disturb rahti hai aur fir thik kar di jaati hai.',40,4,'0',1281613545,'0','0'),(3920,'Nahi dena muje ja yaar mfacebook vala',25,67,'0',1281724265,'0','0'),(3921,'Manav  mera  dushman  tha  lol.me  wap  pe  8  year  se  hu.aur  ap',4,43,'0',1281724279,'0','0'),(3922,'Kashwi vala script nai chahiye bro',67,25,'0',1281724350,'0','0'),(3923,'mukesh ji hum ne nick change kiya to tools gayab ho gaye hai plz wapes do',83,4,'0',1281724352,'0','0'),(1039,'.gunjancry.please!',22,32,'0',1281613588,'0','0'),(1040,'Your email address is invalid. So i cant promote you.',2,22,'0',1281613591,'0','0'),(3918,'kya sunaye ab to aankhe band hone lagi h',43,32,'0',1281724235,'0','0'),(3919,'Huwa tha',67,4,'0',1281724248,'0','0'),(1043,'are its system generated....how can i change........',32,22,'0',1281613654,'0','0'),(1044,'Wait  bhai  10  min.',4,25,'0',1281613688,'0','0'),(1045,'Anusha',25,22,'0',1281613704,'0','0'),(1046,'Ok m wait',25,4,'0',1281613721,'0','0'),(1048,'Kar  diya',4,32,'0',1281613742,'0','0'),(1049,'Ye Rey ko kahan se pakad laye idhar? Wo akela kafi hai. Hack specialist hai.',40,4,'0',1281613744,'0','0'),(1050,'have u ask owner...???????????',32,22,'0',1281613754,'0','0'),(1051,'Payment i will pay you but discuss with mukes for prizing.',2,25,'0',1281613773,'0','0'),(1052,'.cray.',22,32,'0',1281613781,'0','0'),(1053,'.tnx...tool work kyun nahi kar raha hai..??????',32,4,'0',1281613784,'0','0'),(1054,'have u 1st time online here ...??????,,..before that./..where u was online..?',32,22,'0',1281613831,'0','0'),(1055,'R0kwap  k0',4,25,'0',1281613840,'0','0'),(1056,'.cray.',22,32,'0',1281613862,'0','0'),(1057,'Dear apne v reply nahi kiya',25,23,'0',1281613866,'0','0'),(1058,'.cray.',22,32,'0',1281613914,'0','0'),(1059,'Ok bro jisko kar na he bolo me kam start kardu fir',25,4,'0',1281613944,'0','0'),(2475,'hw r u?',2,22,'0',1281674798,'0','0'),(2473,'i am sturding EEE',22,60,'0',1281674754,'0','0'),(1062,'now khush.....',32,22,'0',1281614045,'0','0'),(1063,'Lolz',25,25,'0',1281614055,'0','0'),(1064,'Ltl  busy',4,25,'0',1281614079,'0','0'),(1065,'.happy.',22,32,'0',1281614091,'0','0'),(1066,'mukesh yeh dusri head admin kaun banaya...??????????????',32,4,'0',1281614117,'0','0'),(1067,'Kya bro kon busy he',25,4,'0',1281614132,'0','0'),(1069,'Payment ka kaise rahega bro',25,4,'0',1281614152,'0','0'),(1496,'B tech',14,3,'0',1281621605,'0','0'),(1071,'Why not reply me',25,22,'0',1281614208,'0','0'),(1072,'Gud enjoy chat',14,4,'0',1281614219,'0','0'),(1073,'Kashwi ko karo we will install there same script on rockwap.',2,25,'0',1281614238,'0','0'),(1074,'y?',22,25,'0',1281614242,'0','0'),(1076,'Kya huva bro',25,4,'0',1281614290,'0','0'),(3915,'Kashwi wala du to',25,67,'0',1281724226,'0','0'),(3916,'[card=008]to you ~ANUSHA~[/card]  team wish you a day full of joy and happiness and many happy returns[br/]*fireworks*[br/][small][i]p.s: this is an automated pm[/i][/small]',1,22,'1',1281724228,'0','0'),(1079,'Oh bas aise hi kaha se ho dear ap',25,22,'0',1281614337,'0','0'),(3912,'aur batao',83,32,'0',1281724187,'0','0'),(3913,'Ashu  se  kya  bat  huwa  u  ka',4,67,'0',1281724209,'0','0'),(1082,'T00l  page alag  ha',4,32,'0',1281614392,'0','0'),(1083,'now what u want ?',32,22,'0',1281614399,'0','0'),(1084,'haan toh woh bataona bhai...mera tool operate nahi ho raha hai....',32,4,'0',1281614435,'0','0'),(1085,'Kamine  ka  ph.band  ha',4,25,'0',1281614454,'0','0'),(3914,'Kashwi vala nai jahiye only mfacebook i am a poor guy but u are forcing me to pay.pls understand me',67,25,'0',1281724221,'0','0'),(1087,'Ok jane do ayega jab bat karenge',25,4,'0',1281614532,'0','0'),(1088,'Bank  me  dal  duga',4,25,'0',1281614649,'0','0'),(1089,'Bro payment ka kaise rahega',25,4,'0',1281614658,'0','0'),(1091,'Kitna daloge avi',25,4,'0',1281614682,'0','0'),(1093,'Acount number du kya bro',25,4,'0',1281614707,'0','0'),(1094,'Hi kaise ho dost',17,43,'0',1281614726,'0','0'),(3908,'achhi baat hai....allah ka shukr hai.......',32,83,'0',1281724152,'0','0'),(3909,'Samja yar usko',25,4,'0',1281724159,'0','0'),(3910,'Abi  w0  nai  na  waha',4,3,'0',1281724161,'0','0'),(3911,'ji ha ho gaya hai mukesh ji hum kolkata me hai',83,4,'0',1281724170,'0','0'),(3151,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/ang/deepak.php]Dear /reader be a top chatter and get admin post of the week for top 3 room chatter.[/url][br/][i]This message was sent to all the members[/i]',2,44,'1',1281704263,'0','0'),(1098,'Hi',14,17,'0',1281614857,'0','0'),(1101,'I dnt have mind so dnt wory',14,4,'0',1281614894,'0','0'),(1103,'Ok thanx',14,25,'0',1281614935,'0','0'),(1104,'Sham  k0  bataw0ga',4,32,'0',1281614942,'0','0'),(1105,'Me naraj kyo houngi',14,4,'0',1281614975,'0','0'),(1106,'Replay diya nahi bro',25,4,'0',1281614988,'0','0'),(1108,'Hi im f9 nd u',14,17,'0',1281615031,'0','0'),(1109,'You told me you want to be head admin for you like it so your head admin your tools will be automatically worked in next one month. Its for our site\'s old user only.',2,22,'0',1281615033,'0','0'),(3150,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/ang/deepak.php]Dear /reader be a top chatter and get admin post of the week for top 3 room chatter.[/url][br/][i]This message was sent to all the members[/i]',2,42,'1',1281704263,'0','0'),(1112,'Not yet i will call him after recharge.',2,25,'0',1281615080,'0','0'),(1113,'Pahle  b0l0  t0tel  kitna  am0unt  h0ga',4,25,'0',1281615087,'0','0'),(1114,'Thik hai',14,25,'0',1281615138,'0','0'),(3902,'aur sunao.....???',32,43,'0',1281724061,'0','0'),(3903,'Agar me tuje kahta ha deta hu par me kisi k sath dhoka ni karta dost dusra hota to de deta ar tere se server le leta',25,67,'0',1281724064,'0','0'),(3149,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/ang/deepak.php]Dear /reader be a top chatter and get admin post of the week for top 3 room chatter.[/url][br/][i]This message was sent to all the members[/i]',2,41,'1',1281704263,'0','0'),(1121,'But dont forgot to give us that auto nick and auto id trick.',2,25,'0',1281615210,'0','0'),(3905,'Holl wala script pakda deta',25,67,'0',1281724096,'0','0'),(1124,'Me to aur photo load karungi jise jo karna hai kare',14,4,'0',1281615249,'0','0'),(3906,'Me server aur domain ke sivah kuch nai de sakta.me ek garib ladka hu.par server and domain only mfacebook ka script ke liye duga bro.one last time i am teling u pls acept.thank u',67,25,'0',1281724099,'0','0'),(2989,'Usk0  kese  karte  hai  nai  malum.  Sperm    wala  c0de  bata',4,67,'0',1281700601,'0','0'),(1127,'Im frm u p nd u',14,17,'0',1281615274,'0','0'),(1128,'50parcent  pahle  duga',4,25,'0',1281615278,'0','0'),(1130,'To kya problem hai apko bolo',14,25,'0',1281615312,'0','0'),(3907,'am doing b.com finel year Frm MKP college',43,4,'0',1281724133,'0','0'),(1133,'Ok pehle muje ye batao k kya kya karna he usme free sms vala v karna he kya usme',25,4,'0',1281615343,'0','0'),(3148,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/ang/deepak.php]Dear /reader be a top chatter and get admin post of the week for top 3 room chatter.[/url][br/][i]This message was sent to all the members[/i]',2,39,'1',1281704263,'0','0'),(1136,'Mere pas bhi pm aa rahe hai bor nahi hu',14,4,'0',1281615365,'0','0'),(1137,'Hi',17,49,'0',1281615371,'0','0'),(1138,'Wat do u do',14,17,'0',1281615387,'0','0'),(1140,'Free  sms  ka  kya  extra  h0ga',4,25,'0',1281615407,'0','0'),(3904,'.selfish.  .hehe.',4,25,'0',1281724091,'0','0'),(1142,'Me ladne nahi ayee hu',14,4,'0',1281615421,'0','0'),(3147,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/ang/deepak.php]Dear /reader be a top chatter and get admin post of the week for top 3 room chatter.[/url][br/][i]This message was sent to all the members[/i]',2,38,'1',1281704263,'0','0'),(1145,'Ok.',2,25,'0',1281615459,'0','0'),(3896,'Ok dost par muje kya dega bol',25,67,'0',1281723929,'0','0'),(1721,'Hi',23,17,'0',1281628791,'0','0'),(1150,'Bro uski coding thodi heard he uska ar uska jo registration charge he vo',25,4,'0',1281615496,'0','0'),(1151,'Tera dream boken hai why ur showing broken heart',17,32,'0',1281615514,'0','0'),(1153,'Vo sms k plan k uper he',25,4,'0',1281615542,'0','0'),(1155,'Free sms . How it will work? Kya hume kharidne padenge?',2,25,'0',1281615562,'0','0'),(3146,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/ang/deepak.php]Dear /reader be a top chatter and get admin post of the week for top 3 room chatter.[/url][br/][i]This message was sent to all the members[/i]',2,43,'0',1281704263,'0','2'),(1157,'To deepak se bat karo mukesh bhi apki help kar sakta hai',14,25,'0',1281615585,'0','0'),(1158,'T0  sms  rahne  d0  bhai',4,25,'0',1281615595,'0','0'),(3897,'.wow.  Punjabi...  Karti  kya  h0',4,43,'0',1281723971,'0','0'),(1161,'Ok so come with your old id on tomorrow i cant change users password.',2,49,'0',1281615646,'0','0'),(1162,'Im also b tech student',14,17,'0',1281615669,'0','0'),(1164,'Br0.final  am0unt  b0l0  na',4,25,'0',1281615718,'0','0'),(1165,'Ok bro sab jagah sms vala lag chuka he is liye mene pucha bhai',25,4,'0',1281615722,'0','0'),(1166,'Lat mar ke bhagaugi jisne jhagda kiya mujhse',14,4,'0',1281615723,'0','0'),(1168,'Br0.final  am0unt  b0l0  na',4,25,'0',1281615746,'0','0'),(1169,'Pyar kya hota hai me nahi janti',14,4,'0',1281615763,'0','0'),(1170,'Final matlab bro aplog kitna doge bolo to sahi kitna bajet he bro',25,4,'0',1281615779,'0','0'),(1173,'Im f9 nd u',14,29,'0',1281615811,'0','0'),(1174,'Bro kaisa creat karvate ho bro ap log',25,4,'0',1281615831,'0','0'),(1720,'Hi is krishna your id?',2,7,'1',1281628784,'0','0'),(3898,'Kashwi wala is se jayada secure he',25,67,'0',1281723981,'0','0'),(1178,'Yar tera lafda sitepe pe kyu nekalta hai',17,4,'0',1281615903,'0','0'),(1179,'Site achhi hai par kuch function kam nahi kar rahe hai',14,25,'0',1281615918,'0','0'),(1719,'Bna na darling...',23,4,'0',1281628752,'0','0'),(1181,'Oh thanx',14,17,'0',1281615947,'0','0'),(3145,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/ang/deepak.php]Dear /reader be a top chatter and get admin post of the week for top 3 room chatter.[/url][br/][i]This message was sent to all the members[/i]',2,36,'1',1281704263,'0','0'),(1718,'Hiii',17,23,'0',1281628730,'0','0'),(1186,'Unka pw bhi alag hi hota he mukki',34,4,'0',1281615988,'0','0'),(1187,'Don\'t you know me? Im International Wap Fame astronaut who travels in cyberspaceship. Har site ke opening ceremony men pahunchta hun. Ab to itna famous ho gaya hun ki videsh se bhi site owner bulane aate hain.',40,17,'0',1281615991,'0','0'),(1188,'Kuch nahi hua. Batao koi kyo ladega mujhse',14,4,'0',1281616038,'0','0'),(3144,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/ang/deepak.php]Dear /reader be a top chatter and get admin post of the week for top 3 room chatter.[/url][br/][i]This message was sent to all the members[/i]',2,35,'1',1281704263,'0','0'),(1717,'Hi may i know you?',2,29,'0',1281628726,'0','0'),(2986,'Yad hai na mene kaha tha ki me bhikari nahi hu',14,4,'0',1281700544,'0','0'),(1194,'Bhai  ham  jyada  nai  de  sakte.ap  b0l0',4,25,'0',1281616119,'0','0'),(1716,'0ye  aisa  mat  b0l.u  my  darling   .kiss1.',4,23,'0',1281628698,'0','2'),(1714,'Ok i will accept  it on my another id.',2,22,'0',1281628685,'0','0'),(1715,'K bye mera kal subhe paper hai gana nahe likhana muze',17,7,'1',1281628691,'0','0'),(4562,'Ok..sorry dear..',23,2,'0',1281752728,'0','0'),(1198,'Oh thanx',14,17,'0',1281616160,'0','0'),(1200,'Hame  secure  chaiye.script  k0i  bi  chalega',4,25,'0',1281616191,'0','0'),(1201,'Aisa karo fursat mile to UWN par aa jaao. Aj rat men.',40,4,'0',1281616198,'0','0'),(1202,'Apse esi ummeed hai.',14,25,'0',1281616202,'0','0'),(1203,'Daro mat isme darne ki kya bat hai',14,4,'0',1281616243,'0','0'),(1204,'Kya  huwa',4,17,'0',1281616244,'0','0'),(4561,'Ok and please dont use fake sexual origin.',2,23,'0',1281752657,'0','0'),(3885,'very good.......kisme se open kiya...??',32,83,'0',1281723794,'0','0'),(1209,'Ok bro then do it . Also but start your work after my confirmation.',2,25,'0',1281616319,'0','0'),(1210,'Are IFun wala Rey. Bahut khanarnak hai.',40,4,'0',1281616320,'0','0'),(3895,'Ye  syt  mene  khud  ne  hack  ki  ti  pahle.hehe.but  n0w  dip  my  frnd',4,43,'0',1281723914,'0','0'),(3892,'Ab kya dopehar hai?',3,4,'0',1281723895,'0','0'),(3893,'oh gud best of luck',43,32,'0',1281723907,'0','0'),(3894,'Kal duga..bye gud ni8',67,4,'0',1281723914,'0','0'),(1213,'Tere nam ki rum aur forum kyu pori log puch rahe the',17,4,'0',1281616344,'0','0'),(4563,'Kch bhi kaho..in simple words u nd mukesh r realy lovable people..hats off to u people..u both r realy great....',23,2,'0',1281752805,'0','0'),(1216,'Its on now. Its 09028956953',2,49,'1',1281616376,'0','0'),(2985,'Na.',4,56,'0',1281700534,'0','0'),(1219,'No thanks.',2,17,'0',1281616404,'0','0'),(3886,'am neha frm punjab !',43,4,'0',1281723805,'0','0'),(3887,'W2.c  me  w0  c0de  nai  .cryl.',4,67,'0',1281723823,'0','0'),(3888,'ha hum ne alag hi rakha hai pswd',83,4,'0',1281723851,'0','0'),(3889,'pc se open kiya hai ab',83,32,'0',1281723869,'0','0'),(3890,'Muje tere bare me jana bi nai..tu chatspel ka script bi dene me selfish karta hai.nai jahiye tera script..tera script tuje mubarak.',67,25,'0',1281723886,'0','0'),(1225,'Im absolute fit n fine wid ur blessings',14,4,'0',1281616458,'0','0'),(1226,'Yes bro i will send it after secure it . If you have problem with it then tell me i will remove it.',2,50,'0',1281616469,'0','0'),(1227,'Just chating',14,17,'0',1281616488,'0','0'),(2984,'Kamini.  Aiyasy',4,23,'0',1281700477,'0','0'),(1230,'Ok i will invite all wait.',2,17,'0',1281616516,'0','0'),(3891,'Fokat me mangta he vo sab agar mere ko vo jo dera tha server me dhokese usko hackeble script pakdata to kya karta vo par me paisa leta hu par apna kam ek dam saf he bro salfish kahta he muje',25,4,'0',1281723889,'0','0'),(3883,'wese kal meri meeting hai.....ek pvt ltd company k director k saath......',32,43,'0',1281723760,'0','0'),(2467,'Iam 4m india,mumbai city.so wht do u do dear.',60,22,'0',1281674455,'0','0'),(1234,'I  d0nt  care  yaar.i.c  pe  ashu  ke  name  ki  banawuga.aj  hi',4,17,'0',1281616574,'0','0'),(1235,'Kya change lag rahi hu thoda agresive chat kar rahi hu na. New site hai new user hai to thoda atitude dikha rahi hu',14,4,'0',1281616588,'0','0'),(3884,'.hehe.  Ashu  k0  t0  me  ch0ruga  nai.ap  yaha  pswd  alag  rakhna',4,83,'0',1281723770,'0','0'),(3142,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/ang/deepak.php]Dear /reader be a top chatter and get admin post of the week for top 3 room chatter.[/url][br/][i]This message was sent to all the members[/i]',2,31,'0',1281704263,'0','2'),(1711,'Ok bro also you have to give me page for autonick and autosays have you remind it?',2,25,'0',1281628622,'0','0'),(2462,'Aaj aayega wo',34,4,'0',1281674337,'0','0'),(2463,'Ok',34,56,'0',1281674361,'0','0'),(1242,'[b]Public Anouncment:[/b][br/]All site users and staff come in first chat room i have to discuss with you all.[br/][i]This message was sent to all the members[/i]',2,6,'1',1281616648,'0','0'),(1243,'[b]Public Anouncment:[/b][br/]All site users and staff come in first chat room i have to discuss with you all.[br/][i]This message was sent to all the members[/i]',2,3,'0',1281616648,'0','0'),(1244,'[b]Public Anouncment:[/b][br/]All site users and staff come in first chat room i have to discuss with you all.[br/][i]This message was sent to all the members[/i]',2,4,'0',1281616648,'0','0'),(1245,'[b]Public Anouncment:[/b][br/]All site users and staff come in first chat room i have to discuss with you all.[br/][i]This message was sent to all the members[/i]',2,5,'0',1281616648,'0','0'),(1246,'[b]Public Anouncment:[/b][br/]All site users and staff come in first chat room i have to discuss with you all.[br/][i]This message was sent to all the members[/i]',2,7,'0',1281616648,'0','0'),(1247,'[b]Public Anouncment:[/b][br/]All site users and staff come in first chat room i have to discuss with you all.[br/][i]This message was sent to all the members[/i]',2,8,'0',1281616648,'0','0'),(1248,'[b]Public Anouncment:[/b][br/]All site users and staff come in first chat room i have to discuss with you all.[br/][i]This message was sent to all the members[/i]',2,33,'1',1281616648,'0','0'),(3881,'Ok bye dear salfish nahi hu me paise leta hu par script takatak deta hu samje lolz puch lo mukesh ko mere bare me',25,67,'0',1281723709,'0','0'),(2787,'mukesh yaar tool work nahi kr raha hai......',32,4,'0',1281693381,'0','0'),(1250,'[b]Public Anouncment:[/b][br/]All site users and staff come in first chat room i have to discuss with you all.[br/][i]This message was sent to all the members[/i]',2,9,'0',1281616648,'0','0'),(1251,'[b]Public Anouncment:[/b][br/]All site users and staff come in first chat room i have to discuss with you all.[br/][i]This message was sent to all the members[/i]',2,10,'0',1281616648,'0','0'),(1252,'[b]Public Anouncment:[/b][br/]All site users and staff come in first chat room i have to discuss with you all.[br/][i]This message was sent to all the members[/i]',2,37,'0',1281616648,'0','0'),(1253,'[b]Public Anouncment:[/b][br/]All site users and staff come in first chat room i have to discuss with you all.[br/][i]This message was sent to all the members[/i]',2,11,'1',1281616648,'0','0'),(2982,'Trust hai baap par tu bola asad hackr hai...phir use malum nai ?',67,4,'0',1281700432,'0','0'),(1255,'[b]Public Anouncment:[/b][br/]All site users and staff come in first chat room i have to discuss with you all.[br/][i]This message was sent to all the members[/i]',2,12,'1',1281616648,'0','0'),(3141,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/ang/deepak.php]Dear /reader be a top chatter and get admin post of the week for top 3 room chatter.[/url][br/][i]This message was sent to all the members[/i]',2,30,'0',1281704263,'0','2'),(1257,'[b]Public Anouncment:[/b][br/]All site users and staff come in first chat room i have to discuss with you all.[br/][i]This message was sent to all the members[/i]',2,15,'1',1281616648,'0','0'),(1258,'[b]Public Anouncment:[/b][br/]All site users and staff come in first chat room i have to discuss with you all.[br/][i]This message was sent to all the members[/i]',2,17,'0',1281616648,'0','0'),(1259,'[b]Public Anouncment:[/b][br/]All site users and staff come in first chat room i have to discuss with you all.[br/][i]This message was sent to all the members[/i]',2,16,'1',1281616648,'0','0'),(1260,'[b]Public Anouncment:[/b][br/]All site users and staff come in first chat room i have to discuss with you all.[br/][i]This message was sent to all the members[/i]',2,18,'0',1281616648,'0','0'),(1261,'[b]Public Anouncment:[/b][br/]All site users and staff come in first chat room i have to discuss with you all.[br/][i]This message was sent to all the members[/i]',2,19,'1',1281616648,'0','0'),(1262,'[b]Public Anouncment:[/b][br/]All site users and staff come in first chat room i have to discuss with you all.[br/][i]This message was sent to all the members[/i]',2,20,'1',1281616648,'0','0'),(1263,'[b]Public Anouncment:[/b][br/]All site users and staff come in first chat room i have to discuss with you all.[br/][i]This message was sent to all the members[/i]',2,22,'0',1281616648,'0','0'),(1264,'[b]Public Anouncment:[/b][br/]All site users and staff come in first chat room i have to discuss with you all.[br/][i]This message was sent to all the members[/i]',2,21,'1',1281616648,'0','0'),(1265,'[b]Public Anouncment:[/b][br/]All site users and staff come in first chat room i have to discuss with you all.[br/][i]This message was sent to all the members[/i]',2,23,'0',1281616648,'0','0'),(1266,'[b]Public Anouncment:[/b][br/]All site users and staff come in first chat room i have to discuss with you all.[br/][i]This message was sent to all the members[/i]',2,24,'1',1281616648,'0','0'),(1267,'[b]Public Anouncment:[/b][br/]All site users and staff come in first chat room i have to discuss with you all.[br/][i]This message was sent to all the members[/i]',2,26,'0',1281616648,'0','0'),(1268,'[b]Public Anouncment:[/b][br/]All site users and staff come in first chat room i have to discuss with you all.[br/][i]This message was sent to all the members[/i]',2,25,'0',1281616648,'0','0'),(1269,'[b]Public Anouncment:[/b][br/]All site users and staff come in first chat room i have to discuss with you all.[br/][i]This message was sent to all the members[/i]',2,27,'1',1281616648,'0','0'),(1270,'[b]Public Anouncment:[/b][br/]All site users and staff come in first chat room i have to discuss with you all.[br/][i]This message was sent to all the members[/i]',2,28,'0',1281616648,'0','0'),(1271,'[b]Public Anouncment:[/b][br/]All site users and staff come in first chat room i have to discuss with you all.[br/][i]This message was sent to all the members[/i]',2,32,'0',1281616648,'0','0'),(1272,'[b]Public Anouncment:[/b][br/]All site users and staff come in first chat room i have to discuss with you all.[br/][i]This message was sent to all the members[/i]',2,29,'0',1281616648,'0','0'),(1273,'[b]Public Anouncment:[/b][br/]All site users and staff come in first chat room i have to discuss with you all.[br/][i]This message was sent to all the members[/i]',2,30,'0',1281616648,'0','0'),(1274,'[b]Public Anouncment:[/b][br/]All site users and staff come in first chat room i have to discuss with you all.[br/][i]This message was sent to all the members[/i]',2,31,'0',1281616648,'0','0'),(1276,'[b]Public Anouncment:[/b][br/]All site users and staff come in first chat room i have to discuss with you all.[br/][i]This message was sent to all the members[/i]',2,35,'0',1281616648,'0','0'),(1277,'[b]Public Anouncment:[/b][br/]All site users and staff come in first chat room i have to discuss with you all.[br/][i]This message was sent to all the members[/i]',2,36,'1',1281616648,'0','0'),(1278,'[b]Public Anouncment:[/b][br/]All site users and staff come in first chat room i have to discuss with you all.[br/][i]This message was sent to all the members[/i]',2,43,'0',1281616648,'0','0'),(1279,'[b]Public Anouncment:[/b][br/]All site users and staff come in first chat room i have to discuss with you all.[br/][i]This message was sent to all the members[/i]',2,38,'0',1281616648,'0','0'),(1280,'[b]Public Anouncment:[/b][br/]All site users and staff come in first chat room i have to discuss with you all.[br/][i]This message was sent to all the members[/i]',2,39,'1',1281616648,'0','0'),(1281,'[b]Public Anouncment:[/b][br/]All site users and staff come in first chat room i have to discuss with you all.[br/][i]This message was sent to all the members[/i]',2,41,'1',1281616648,'0','0'),(1282,'[b]Public Anouncment:[/b][br/]All site users and staff come in first chat room i have to discuss with you all.[br/][i]This message was sent to all the members[/i]',2,42,'1',1281616648,'0','0'),(1283,'[b]Public Anouncment:[/b][br/]All site users and staff come in first chat room i have to discuss with you all.[br/][i]This message was sent to all the members[/i]',2,44,'1',1281616648,'0','0'),(1284,'[b]Public Anouncment:[/b][br/]All site users and staff come in first chat room i have to discuss with you all.[br/][i]This message was sent to all the members[/i]',2,45,'0',1281616648,'0','0'),(1285,'[b]Public Anouncment:[/b][br/]All site users and staff come in first chat room i have to discuss with you all.[br/][i]This message was sent to all the members[/i]',2,46,'0',1281616648,'0','0'),(1286,'[b]Public Anouncment:[/b][br/]All site users and staff come in first chat room i have to discuss with you all.[br/][i]This message was sent to all the members[/i]',2,47,'0',1281616648,'0','0'),(1287,'[b]Public Anouncment:[/b][br/]All site users and staff come in first chat room i have to discuss with you all.[br/][i]This message was sent to all the members[/i]',2,48,'0',1281616648,'0','0'),(1288,'[b]Public Anouncment:[/b][br/]All site users and staff come in first chat room i have to discuss with you all.[br/][i]This message was sent to all the members[/i]',2,49,'1',1281616648,'0','0'),(1289,'[b]Public Anouncment:[/b][br/]All site users and staff come in first chat room i have to discuss with you all.[br/][i]This message was sent to all the members[/i]',2,50,'0',1281616648,'0','0'),(1290,'10 sal pahle angrejon ki s ite hi to chalti thi. Jabhi to Sit e Owners ke use ke liye alag se site banai ja chuki hai aur kaafi w@p rashtron ke President uske member hain.',40,17,'0',1281616659,'0','0'),(1291,'No thanx i already taken tea',14,17,'0',1281616683,'0','0'),(2461,'india,tamil nadu and u?',22,60,'0',1281674330,'0','0'),(1293,'Ashu hmmmm sb ladki k nam ki he bana kamine beter her state k nam ki rum bana jyada beter hai',17,4,'0',1281616739,'0','0'),(3140,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/ang/deepak.php]Dear /reader be a top chatter and get admin post of the week for top 3 room chatter.[/url][br/][i]This message was sent to all the members[/i]',2,29,'0',1281704263,'0','2'),(1295,'',40,4,'0',1281616751,'0','0'),(1296,'Paka pata kar liya',34,4,'0',1281616775,'0','0'),(2459,'Whr r u 4m',60,22,'0',1281674280,'0','0'),(2460,'.hi.',4,5,'0',1281674307,'0','0'),(1298,'No bro i will add here more 60themes. And surely i will give you it even your owner of this script.',2,50,'0',1281616803,'0','0'),(1300,'United Wap Nations.. Jahan ke member ho bhai aur wo bhi do-do id liye baithe ho. lol',40,4,'0',1281616841,'0','0'),(1301,'Yes bro i have changed all old advertise.',2,50,'0',1281616865,'0','0'),(4753,'Kab  kiya',4,2,'0',1281757096,'0','0'),(2458,'Dip  wali  hui  kya  ready',4,25,'0',1281674238,'0','0'),(1305,'0k  w0  bi  karuga',4,17,'0',1281616904,'0','0'),(3882,'ha kuchh hi time pehle join kiya tha but sarver theek nhi tha kafi dino se',43,4,'0',1281723753,'0','0'),(2456,'Hi dear gud moring 2 u.',60,23,'0',1281674190,'0','0'),(1708,'.hi.',29,25,'0',1281628582,'0','0'),(1309,'Chal chat rum me',17,4,'0',1281616955,'0','0'),(4560,'Call me when u r free',23,2,'0',1281752559,'0','0'),(1312,'Max619 Rey ho sakta hai aur yogi Prab.',40,4,'0',1281617010,'0','0'),(3139,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/ang/deepak.php]Dear /reader be a top chatter and get admin post of the week for top 3 room chatter.[/url][br/][i]This message was sent to all the members[/i]',2,32,'0',1281704263,'0','2'),(2454,'Tu  t0  w0  sanam  ke  syt  me  0wner  ban  e   jayegi',4,23,'0',1281674157,'0','0'),(2455,'what tell?',22,2,'0',1281674158,'0','0'),(1316,'Ok i will provide you while i will be online ok?',2,50,'0',1281617065,'0','0'),(1317,'Kiska contact?',3,4,'0',1281617077,'0','0'),(1318,'Apko lat marne ko nahi bola yar apne kaha tha alld mujhse jhagda karega uske liye bola tha',14,4,'0',1281617098,'0','0'),(2453,'same to u!',22,60,'0',1281674131,'0','0'),(1320,'Yar plz bat ko samjho mene apko wo nahi bola tha. Ap galat samjhe',14,4,'0',1281617160,'0','0'),(1323,'I just take tea next time im wid u promise',14,17,'0',1281617213,'0','0'),(3138,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/ang/deepak.php]Dear /reader be a top chatter and get admin post of the week for top 3 room chatter.[/url][br/][i]This message was sent to all the members[/i]',2,28,'1',1281704263,'0','0'),(2451,'tell',2,22,'0',1281674087,'0','0'),(4754,'Home me leve karti hu chat rum me aao sbko leke',18,4,'0',1281757125,'0','0'),(1327,'Yaar UWN ko site na kaha karo. United Nations Koi desh ka naam nahin hai. India desh ka nam hai. UK desh ka naam hai.',40,4,'0',1281617318,'0','0'),(1328,'Ok thanx',14,17,'0',1281617324,'0','0'),(1706,'Pyar to hona hi tha',7,17,'0',1281628558,'0','0'),(2449,'Hi dear gud morning 2 u .',60,22,'0',1281674046,'0','0'),(2450,'no m proper frm chatspell n dont try to use spam  our staff also get ban after spam',2,23,'0',1281674075,'0','0'),(1331,'[b]Public Anouncment:[/b][br/]Users sorry but come in second room (friends  world) room come there we are waiting.[br/][i]This message was sent to all the members[/i]',2,6,'1',1281617326,'0','0'),(1332,'[b]Public Anouncment:[/b][br/]Users sorry but come in second room (friends  world) room come there we are waiting.[br/][i]This message was sent to all the members[/i]',2,3,'0',1281617326,'0','0'),(1333,'[b]Public Anouncment:[/b][br/]Users sorry but come in second room (friends  world) room come there we are waiting.[br/][i]This message was sent to all the members[/i]',2,4,'0',1281617326,'0','0'),(1334,'[b]Public Anouncment:[/b][br/]Users sorry but come in second room (friends  world) room come there we are waiting.[br/][i]This message was sent to all the members[/i]',2,5,'0',1281617326,'0','0'),(1335,'[b]Public Anouncment:[/b][br/]Users sorry but come in second room (friends  world) room come there we are waiting.[br/][i]This message was sent to all the members[/i]',2,7,'0',1281617326,'0','0'),(1336,'[b]Public Anouncment:[/b][br/]Users sorry but come in second room (friends  world) room come there we are waiting.[br/][i]This message was sent to all the members[/i]',2,8,'0',1281617326,'0','0'),(1337,'[b]Public Anouncment:[/b][br/]Users sorry but come in second room (friends  world) room come there we are waiting.[br/][i]This message was sent to all the members[/i]',2,33,'1',1281617326,'0','0'),(2784,'id batao.....',32,54,'0',1281692968,'0','0'),(1339,'[b]Public Anouncment:[/b][br/]Users sorry but come in second room (friends  world) room come there we are waiting.[br/][i]This message was sent to all the members[/i]',2,9,'0',1281617326,'0','0'),(1340,'[b]Public Anouncment:[/b][br/]Users sorry but come in second room (friends  world) room come there we are waiting.[br/][i]This message was sent to all the members[/i]',2,10,'0',1281617326,'0','0'),(1341,'[b]Public Anouncment:[/b][br/]Users sorry but come in second room (friends  world) room come there we are waiting.[br/][i]This message was sent to all the members[/i]',2,37,'0',1281617326,'0','0'),(1342,'[b]Public Anouncment:[/b][br/]Users sorry but come in second room (friends  world) room come there we are waiting.[br/][i]This message was sent to all the members[/i]',2,11,'1',1281617326,'0','0'),(2978,'',32,43,'0',1281700318,'0','0'),(2979,'Nai  dekhna',4,56,'0',1281700327,'0','0'),(2980,'dhek chuke ho.... hehe',56,4,'0',1281700369,'0','0'),(2981,'helloooo....sabji...kharidne itna time.......????',32,43,'0',1281700390,'0','0'),(1344,'[b]Public Anouncment:[/b][br/]Users sorry but come in second room (friends  world) room come there we are waiting.[br/][i]This message was sent to all the members[/i]',2,12,'1',1281617326,'0','0'),(1346,'[b]Public Anouncment:[/b][br/]Users sorry but come in second room (friends  world) room come there we are waiting.[br/][i]This message was sent to all the members[/i]',2,15,'1',1281617326,'0','0'),(1347,'[b]Public Anouncment:[/b][br/]Users sorry but come in second room (friends  world) room come there we are waiting.[br/][i]This message was sent to all the members[/i]',2,17,'0',1281617326,'0','0'),(1348,'[b]Public Anouncment:[/b][br/]Users sorry but come in second room (friends  world) room come there we are waiting.[br/][i]This message was sent to all the members[/i]',2,16,'1',1281617326,'0','0'),(1349,'[b]Public Anouncment:[/b][br/]Users sorry but come in second room (friends  world) room come there we are waiting.[br/][i]This message was sent to all the members[/i]',2,18,'0',1281617326,'0','0'),(1350,'[b]Public Anouncment:[/b][br/]Users sorry but come in second room (friends  world) room come there we are waiting.[br/][i]This message was sent to all the members[/i]',2,19,'1',1281617326,'0','0'),(1351,'[b]Public Anouncment:[/b][br/]Users sorry but come in second room (friends  world) room come there we are waiting.[br/][i]This message was sent to all the members[/i]',2,20,'1',1281617326,'0','0'),(1352,'[b]Public Anouncment:[/b][br/]Users sorry but come in second room (friends  world) room come there we are waiting.[br/][i]This message was sent to all the members[/i]',2,22,'0',1281617326,'0','0'),(1353,'[b]Public Anouncment:[/b][br/]Users sorry but come in second room (friends  world) room come there we are waiting.[br/][i]This message was sent to all the members[/i]',2,21,'1',1281617326,'0','0'),(1354,'[b]Public Anouncment:[/b][br/]Users sorry but come in second room (friends  world) room come there we are waiting.[br/][i]This message was sent to all the members[/i]',2,23,'0',1281617326,'0','0'),(1355,'[b]Public Anouncment:[/b][br/]Users sorry but come in second room (friends  world) room come there we are waiting.[br/][i]This message was sent to all the members[/i]',2,24,'1',1281617326,'0','0'),(1356,'[b]Public Anouncment:[/b][br/]Users sorry but come in second room (friends  world) room come there we are waiting.[br/][i]This message was sent to all the members[/i]',2,26,'0',1281617326,'0','0'),(1357,'[b]Public Anouncment:[/b][br/]Users sorry but come in second room (friends  world) room come there we are waiting.[br/][i]This message was sent to all the members[/i]',2,25,'0',1281617326,'0','0'),(1358,'[b]Public Anouncment:[/b][br/]Users sorry but come in second room (friends  world) room come there we are waiting.[br/][i]This message was sent to all the members[/i]',2,27,'1',1281617326,'0','0'),(1359,'[b]Public Anouncment:[/b][br/]Users sorry but come in second room (friends  world) room come there we are waiting.[br/][i]This message was sent to all the members[/i]',2,28,'0',1281617326,'0','0'),(1360,'[b]Public Anouncment:[/b][br/]Users sorry but come in second room (friends  world) room come there we are waiting.[br/][i]This message was sent to all the members[/i]',2,32,'0',1281617326,'0','0'),(1361,'[b]Public Anouncment:[/b][br/]Users sorry but come in second room (friends  world) room come there we are waiting.[br/][i]This message was sent to all the members[/i]',2,29,'0',1281617326,'0','0'),(1362,'[b]Public Anouncment:[/b][br/]Users sorry but come in second room (friends  world) room come there we are waiting.[br/][i]This message was sent to all the members[/i]',2,30,'0',1281617326,'0','0'),(1363,'[b]Public Anouncment:[/b][br/]Users sorry but come in second room (friends  world) room come there we are waiting.[br/][i]This message was sent to all the members[/i]',2,31,'0',1281617326,'0','0'),(1705,'Ok bro . Mukesh ne kaha usse jada me pay nahi kar sakta brother after all i am just student.',2,25,'0',1281628542,'0','0'),(1491,'Ha  ic  udana  ha',4,3,'0',1281621540,'0','0'),(1493,'Wo bola tha ki me esi site banana chahta hu aur is site ka coder hu. Mujhe ladga wo apka dost ashu hai mene report kar diya',14,4,'0',1281621584,'0','0'),(1365,'[b]Public Anouncment:[/b][br/]Users sorry but come in second room (friends  world) room come there we are waiting.[br/][i]This message was sent to all the members[/i]',2,35,'0',1281617326,'0','0'),(1366,'[b]Public Anouncment:[/b][br/]Users sorry but come in second room (friends  world) room come there we are waiting.[br/][i]This message was sent to all the members[/i]',2,36,'1',1281617326,'0','0'),(1367,'[b]Public Anouncment:[/b][br/]Users sorry but come in second room (friends  world) room come there we are waiting.[br/][i]This message was sent to all the members[/i]',2,43,'0',1281617326,'0','0'),(1368,'[b]Public Anouncment:[/b][br/]Users sorry but come in second room (friends  world) room come there we are waiting.[br/][i]This message was sent to all the members[/i]',2,38,'0',1281617326,'0','0'),(1369,'[b]Public Anouncment:[/b][br/]Users sorry but come in second room (friends  world) room come there we are waiting.[br/][i]This message was sent to all the members[/i]',2,39,'1',1281617326,'0','0'),(1370,'[b]Public Anouncment:[/b][br/]Users sorry but come in second room (friends  world) room come there we are waiting.[br/][i]This message was sent to all the members[/i]',2,41,'1',1281617326,'0','0'),(1371,'[b]Public Anouncment:[/b][br/]Users sorry but come in second room (friends  world) room come there we are waiting.[br/][i]This message was sent to all the members[/i]',2,42,'1',1281617326,'0','0'),(1372,'[b]Public Anouncment:[/b][br/]Users sorry but come in second room (friends  world) room come there we are waiting.[br/][i]This message was sent to all the members[/i]',2,44,'1',1281617326,'0','0'),(1373,'[b]Public Anouncment:[/b][br/]Users sorry but come in second room (friends  world) room come there we are waiting.[br/][i]This message was sent to all the members[/i]',2,45,'1',1281617326,'0','0'),(1374,'[b]Public Anouncment:[/b][br/]Users sorry but come in second room (friends  world) room come there we are waiting.[br/][i]This message was sent to all the members[/i]',2,46,'0',1281617326,'0','0'),(1375,'[b]Public Anouncment:[/b][br/]Users sorry but come in second room (friends  world) room come there we are waiting.[br/][i]This message was sent to all the members[/i]',2,47,'0',1281617326,'0','0'),(1376,'[b]Public Anouncment:[/b][br/]Users sorry but come in second room (friends  world) room come there we are waiting.[br/][i]This message was sent to all the members[/i]',2,48,'0',1281617326,'0','0'),(1377,'[b]Public Anouncment:[/b][br/]Users sorry but come in second room (friends  world) room come there we are waiting.[br/][i]This message was sent to all the members[/i]',2,49,'1',1281617326,'0','0'),(1378,'[b]Public Anouncment:[/b][br/]Users sorry but come in second room (friends  world) room come there we are waiting.[br/][i]This message was sent to all the members[/i]',2,50,'0',1281617326,'0','0'),(1379,'Hi',14,3,'0',1281617343,'0','0'),(2977,'Tu  bhaw  ku  kha  raha  hai.u  n0t  trust  0n  me  na',4,67,'0',1281700280,'0','0'),(1383,'Astr0  k0  pata  liya  hu',4,3,'0',1281617460,'0','0'),(3137,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/ang/deepak.php]Dear /reader be a top chatter and get admin post of the week for top 3 room chatter.[/url][br/][i]This message was sent to all the members[/i]',2,27,'1',1281704263,'0','0'),(1386,'Ye meri site hai mera jo man hoga wo karungi kisi ko kya problem hai bolo',14,4,'0',1281617500,'0','0'),(1387,'Kya kaha?',3,4,'0',1281617508,'0','0'),(1389,'Ok thanx',14,17,'0',1281617531,'0','0'),(1391,'Fir aap hi bat ko bina samjhe',14,4,'0',1281617602,'0','0'),(1392,'Lucknow',14,3,'0',1281617622,'0','0'),(1395,'Ok i will',14,17,'0',1281617662,'0','0'),(1396,'Waha  bulaya.rat  k0',4,3,'0',1281617689,'0','0'),(1397,'Deepak chat rum me bula raha hai me waha ja rahi hu',14,4,'0',1281617717,'0','0'),(3136,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/ang/deepak.php]Dear /reader be a top chatter and get admin post of the week for top 3 room chatter.[/url][br/][i]This message was sent to all the members[/i]',2,25,'0',1281704263,'0','2'),(2448,'s.he is my favorite tamil actor and actross',22,23,'0',1281674041,'0','0'),(1401,'Hmmm k',34,4,'0',1281617966,'0','0'),(1402,'Achcha. Raat me dono kya karte ho rotfl',3,4,'0',1281617980,'0','0'),(1704,'Thik hai..tm bhi sala bhut hosiyar ho gaya h....majak ura raha h na mera..ura le..bara admi hai.',23,4,'0',1281628520,'0','0'),(1406,'Ok bol diye he lol',34,4,'0',1281618244,'0','0'),(2447,'okkkk bro',2,50,'0',1281674010,'0','0'),(2446,'okkkk',2,4,'0',1281673983,'0','0'),(1410,'Friends4m d o t c o m /forum check karo wo chipmunk script hai',3,25,'0',1281618938,'0','0'),(1411,'Bolo bro batao',25,3,'0',1281618967,'0','0'),(3878,'Me  mukesh  jain  frm  rajsthan.0ld  0wner  0f  indiacult  aur  ap',4,43,'0',1281723668,'0','0'),(3879,'Ok bro',67,4,'0',1281723692,'0','0'),(3880,'are wohi toh nahi hai mujhme....pata nahi bike haath me ate hi mujhe kya ho jaata hai........kamar me aur ....ghutne me jor laga hai.....soch raha hun kal office kese jaun....',32,43,'0',1281723693,'0','0'),(1413,'Ok chak karta hu',25,3,'0',1281619011,'0','0'),(1414,'Chay pilao na',14,4,'0',1281619118,'0','0'),(1415,'Payal ladka hai',14,4,'0',1281619150,'0','0'),(1416,'Im student',14,3,'0',1281619174,'0','0'),(1418,'mukesh akil ka nick name chota kar do woh online nahi ho paa raha hai....uska nick name....SIRF BROKEN...RAKHO....JALDI....',28,4,'0',1281619323,'0','0'),(3135,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/ang/deepak.php]Dear /reader be a top chatter and get admin post of the week for top 3 room chatter.[/url][br/][i]This message was sent to all the members[/i]',2,26,'1',1281704263,'0','0'),(2445,'They r ur favourite kya...?',23,22,'0',1281673942,'0','0'),(1421,'Neha kaha ki rahnewali ho dear',14,43,'0',1281619416,'0','0'),(1423,'Deepak ne bulaya tha',14,4,'0',1281619453,'0','0'),(1424,'Wo kah rahi hai ki wo apki diwani hai',14,4,'0',1281619506,'0','0'),(1426,'Rat  me  waha  hack  trik  dega  w0',4,3,'0',1281619566,'0','0'),(1427,'To me bhi to member hu',14,4,'0',1281619579,'0','0'),(1429,'Karta  hu  bhai',4,28,'0',1281619638,'0','0'),(3134,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/ang/deepak.php]Dear /reader be a top chatter and get admin post of the week for top 3 room chatter.[/url][br/][i]This message was sent to all the members[/i]',2,24,'1',1281704263,'0','0'),(1432,'U can chat wid me',14,51,'0',1281619698,'0','0'),(1433,'To bhai kahne se bhadakte kyo ho',14,4,'0',1281619753,'0','0'),(1435,'hi bro ye bhi tumhara id he kya',50,17,'0',1281619834,'0','0'),(3133,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/ang/deepak.php]Dear /reader be a top chatter and get admin post of the week for top 3 room chatter.[/url][br/][i]This message was sent to all the members[/i]',2,23,'0',1281704263,'0','2'),(1437,'Deepak ne bola hai wo kal mujhe super owner bana dega',14,4,'0',1281619852,'0','0'),(1438,'Oh ho',14,4,'0',1281619892,'0','0'),(1439,'Kiski bat kar rahe ho aur konsi mere id hai jara bataoge',17,50,'0',1281619906,'0','0'),(1442,'First chat than i will decid',14,51,'0',1281620038,'0','0'),(1443,'Hi',14,31,'0',1281620059,'0','0'),(3132,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/ang/deepak.php]Dear /reader be a top chatter and get admin post of the week for top 3 room chatter.[/url][br/][i]This message was sent to all the members[/i]',2,21,'1',1281704263,'0','0'),(3877,'Root acces k throw me karta hu pasword change',25,67,'0',1281723619,'0','0'),(1448,'Hi',17,7,'0',1281620268,'0','0'),(3131,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/ang/deepak.php]Dear /reader be a top chatter and get admin post of the week for top 3 room chatter.[/url][br/][i]This message was sent to all the members[/i]',2,22,'0',1281704263,'0','2'),(1452,'Aap owner banate deepak super owner banayega mujhe',14,4,'0',1281620373,'0','0'),(1454,'Photo kal lagaungi ek new',14,4,'0',1281620414,'0','0'),(1455,'P m',14,51,'0',1281620436,'0','0'),(3876,'Acha hai... Me selfish logo ki moun nai lagta',67,25,'0',1281723617,'0','0'),(1703,'? Oe tereko kya huwa? Helo jag ja mai dipak hu tere gf nahe oe',17,7,'0',1281628513,'0','0'),(3130,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/ang/deepak.php]Dear /reader be a top chatter and get admin post of the week for top 3 room chatter.[/url][br/][i]This message was sent to all the members[/i]',2,20,'1',1281704263,'0','0'),(1464,'Pagal mujhe itna bhi nahi jan paye jab me waha owner nahi bani ashu kahta rah gya apne kitna kaha to me yaha kyo banugi. Me to majak kar rahi thi',14,4,'0',1281620633,'0','0'),(1701,'Which help do you want?',2,22,'0',1281628470,'0','0'),(3875,'U  start  kar  d0  0nly.baki  me  dekh  luga',4,67,'0',1281723596,'0','0'),(3874,'mein bike chalne se manah nhi kiya bas tameez se chalane ko kaha hai',43,32,'0',1281723569,'0','0'),(1471,'Nahi kuch galat nahi bola',14,4,'0',1281620757,'0','0'),(3129,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/ang/deepak.php]Dear /reader be a top chatter and get admin post of the week for top 3 room chatter.[/url][br/][i]This message was sent to all the members[/i]',2,19,'1',1281704263,'0','0'),(3872,'ha chal raha hai',83,32,'0',1281723561,'0','0'),(3873,'Hahahahaha lolz nahi chahiye muje',25,67,'0',1281723566,'0','0'),(1699,'Tjhe dekha to yeh jana sanam',7,17,'0',1281628440,'0','0'),(3871,'ji par hume yah nahi pata chala ki woh aap ho aur acha huwa aap ne hume bataya bhi nahi Q ki waha humare p m ashu dekhta tha',83,4,'0',1281723540,'0','0'),(1479,'Check karke batao',3,25,'0',1281621270,'0','0'),(1480,'Im frm lucknow nd student',14,51,'0',1281621302,'0','0'),(1483,'Im f9 nd u',14,31,'0',1281621330,'0','0'),(3870,'N0  need  tnx.need  ur  frndship.ap  yaha   0ld   h0  na',4,43,'0',1281723529,'0','0'),(1485,'Lol achcha tum ic par chalaoge wo trick',3,4,'0',1281621364,'0','0'),(4085,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,128,'1',1281747404,'0','0'),(1697,'Nai  re. Wait  kar',4,23,'0',1281628434,'0','0'),(1487,'Iske bad bhi me apke sath hu iska matlab samjha karo jab dekho tab ladne lagte ho',14,4,'0',1281621449,'0','0'),(1747,'anusha u never reply me......y?',32,22,'0',1281629486,'0','0'),(1512,'To isliye ashu se jhagda kar liya tha ki pyar aur bad jaye',14,4,'0',1281622030,'0','0'),(3128,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/ang/deepak.php]Dear /reader be a top chatter and get admin post of the week for top 3 room chatter.[/url][br/][i]This message was sent to all the members[/i]',2,18,'0',1281704263,'0','2'),(1514,'Chat karo bas dosti bad me karna',14,31,'0',1281622074,'0','0'),(3869,'tool toh diya hai aapko already dekhlo....',32,83,'0',1281723492,'0','0'),(1517,'B tech',14,51,'0',1281622095,'0','0'),(1518,'Me chalu mujhe ab jana hai',14,4,'0',1281622139,'0','0'),(3127,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/ang/deepak.php]Dear /reader be a top chatter and get admin post of the week for top 3 room chatter.[/url][br/][i]This message was sent to all the members[/i]',2,16,'1',1281704263,'0','0'),(1522,'2nd year I T',14,51,'0',1281622186,'0','0'),(1523,'Student hu',14,31,'0',1281622220,'0','0'),(3126,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/ang/deepak.php]Dear /reader be a top chatter and get admin post of the week for top 3 room chatter.[/url][br/][i]This message was sent to all the members[/i]',2,17,'0',1281704263,'0','2'),(1528,'Yaar ek baat batadu? Ic ko rehne do dekho yaar wap me koi dost nahi,koi dushman nahi usne cheat kiya hai to aage usko koi cheat karega so waha jo hua bhool jao',3,4,'0',1281622398,'0','0'),(3868,'Me bi fokat me kuch nai btaounga',67,25,'0',1281723488,'0','0'),(3867,'ok ha chal raha hai akil',83,32,'0',1281723481,'0','0'),(3804,'Avi de rahe ho kya kharid k muje',25,67,'0',1281722333,'0','0'),(3125,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/ang/deepak.php]Dear /reader be a top chatter and get admin post of the week for top 3 room chatter.[/url][br/][i]This message was sent to all the members[/i]',2,15,'1',1281704263,'0','0'),(1695,'Me  pm  kiya  hu',4,25,'0',1281628366,'0','0'),(1539,'Bro muje use read kar k dekhna parega',25,3,'0',1281623026,'0','0'),(1694,'Re bhosri head bnaya tu..janu jaldi bnao na...',23,4,'0',1281628342,'0','0'),(1541,'am fine',43,32,'0',1281623103,'0','0'),(3866,'wats ur name ? nd whrere r u from ? pehle dekha nhi aapko kabhi ?',43,4,'0',1281723466,'0','0'),(1543,'Bro',25,4,'0',1281623118,'0','0'),(1544,'bcoz m lonely....now.....dats y.......but  tumkaun hoaur kahaa se ho ?',32,17,'0',1281623120,'0','0'),(1545,'Bro javab do muje yaar kam he mere pas avi dusra',25,4,'0',1281623154,'0','0'),(3863,'Kaise karte he bata code konsa he ar kaha se use kar krte he use',25,67,'0',1281723417,'0','0'),(1693,'Oh ashwati hmmm',17,7,'0',1281628342,'0','0'),(1547,'am fine nd u ?',43,3,'0',1281623156,'0','0'),(1548,'where u fromneha...?',32,43,'0',1281623165,'0','0'),(1549,'theek hoo tum kaise ho ?',43,17,'0',1281623180,'0','0'),(3124,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/ang/deepak.php]Dear /reader be a top chatter and get admin post of the week for top 3 room chatter.[/url][br/][i]This message was sent to all the members[/i]',2,14,'0',1281704263,'0','2'),(1553,'Main sunday raw script bhejdunga tumhara email dedo',3,25,'0',1281623204,'0','0'),(1555,'anusha u have ua id on facebook and orkut  ?????????',32,22,'0',1281623217,'0','0'),(1556,'am frm punjab nd u ?',43,32,'0',1281623230,'0','0'),(3865,'Mene  sh0ut  me  salam  ki  apk0.par  ap  anjaan  maar  di',4,83,'0',1281723465,'0','0'),(1558,'Im also fine btw what ur hobbies?',3,43,'0',1281623252,'0','0'),(1559,'am frm punjab nd u ?',43,32,'0',1281623255,'0','0'),(1560,'Ph.hi  nai  lag  raha.sala  mar  gaya   kya',4,25,'0',1281623276,'0','0'),(1561,'Bro me bhejne ki jarurat nahi me dekh lunga vo',25,3,'0',1281623288,'0','0'),(1562,'i like mussic reading nd travling',43,3,'0',1281623293,'0','0'),(1563,'mfrommumbai......what u do ????????',32,43,'0',1281623295,'0','0'),(1564,'Site tera banana he ya keshav ka',25,4,'0',1281623316,'0','0'),(1565,'am doing b.com finele',43,32,'0',1281623334,'0','0'),(1566,'am doing b.com finele',43,32,'0',1281623352,'0','0'),(1567,'Kam start karu k nahi',25,4,'0',1281623363,'0','0'),(1568,'Nai yaar  u  kn0w  me.dusman0  k0  me  nai ch0rata',4,3,'0',1281623368,'0','0'),(1569,'Try  tz  n0. 002309728523',4,25,'0',1281623435,'0','0'),(1570,'Theek hai jab time mile dekhke batana btw coding-talk par member ho?',3,25,'0',1281623448,'0','0'),(1571,'oohh dats great....from which college ?????/',32,43,'0',1281623455,'0','0'),(1572,'Gud hobbies',3,43,'0',1281623488,'0','0'),(1573,'Bhai  cpanel  uske  pas  hai.and  mere  mail  ka  pswd  bi',4,25,'0',1281623507,'0','0'),(1574,'m doin D.B.A. in finance management...n nw m working with  citi bank business loan  department...',32,43,'0',1281623516,'0','0'),(1575,'Janta hun ab change hone ko bolraha hun',3,4,'0',1281623530,'0','0'),(1576,'No bro me nahi jata vaha sadi hui cheez he vaha',25,3,'0',1281623546,'0','0'),(1577,'0k  br0.  Dip  wali syt  k0  start  kar0',4,25,'0',1281623568,'0','0'),(1578,'Cpanel mere pas he yaar avi kashwi ka',25,4,'0',1281623610,'0','0'),(1580,'W0  pir  chatspel  hack  karega',4,3,'0',1281623628,'0','0'),(1581,'Kitna pay karoge ye ni bataya yaar saf saf bol do yar jo bolna he',25,4,'0',1281623673,'0','0'),(1582,'0k  t0  suru  kar0',4,25,'0',1281623680,'0','0'),(1583,'no ya!',22,32,'0',1281623699,'0','0'),(1585,'Theek he bro kar raha hu aj',25,4,'0',1281623722,'0','0'),(1586,'okay....r u  cathelic..?',32,22,'0',1281623761,'0','0'),(3864,'Ha bro janta hu par time nai milta ajkal',67,4,'0',1281723440,'0','0'),(1588,'Kya karna he kaise karna he kuch to bologe yaar',25,4,'0',1281623862,'0','0'),(1589,'Bhai  ye  dip  ka  hai.w0  pay  karega.w0  jyada  pay  nai  kar   payega',4,25,'0',1281623872,'0','0'),(1590,'Me online ni milunga jo v kam ho cal kar dena',25,4,'0',1281623890,'0','0'),(1591,'Bhai  ye  dip  ka  hai.w0  pay  karega.w0  jyada  pay  nai  kar   payega',4,25,'0',1281623982,'0','0'),(1592,'Kya karu me bol avi pura secure script bana ke dunga yaar kisi dusre ko pucho dost fir muje kahna',25,4,'0',1281623986,'0','0'),(1593,'Mai changa hu ji kethe gai thi dinber',17,43,'0',1281624111,'0','0'),(1594,'Mai dipak hu 4 aamchi mumbai',17,32,'0',1281624163,'0','0'),(1595,'To me chalta hu mukesh avi me kuch ni karta fir',25,4,'0',1281624198,'0','0'),(1596,'mumbai tumchi nahi  amchi pan ahe...',32,17,'0',1281624291,'0','0'),(1597,'Bhai  ye  dip  ka  hai.w0  pay  karega.w0  jyada  pay  nai  kar   payega',4,25,'0',1281624352,'0','0'),(1598,'0k  br0.i  wil  call  u',4,25,'0',1281624476,'0','0'),(3860,'Kaise karte he bata',25,67,'0',1281723360,'0','0'),(3861,'oh point ! thanx u so much',43,4,'0',1281723402,'0','0'),(3862,'Kal  rw   chalu  kar   har  haal  me.0ld  script',4,67,'0',1281723403,'0','0'),(1601,'Shukla aur punjab me',14,43,'0',1281625823,'0','0'),(1602,'2nd year',14,51,'0',1281625860,'0','0'),(1603,'Ok me special hu na',14,4,'0',1281625927,'0','0'),(1605,'Hi',14,3,'0',1281626081,'0','0'),(1607,'Kya',14,31,'0',1281626111,'0','0'),(1691,'.hi. Payal.hw r u?.smile.',29,18,'0',1281628297,'0','0'),(1610,'Apki yad ayee to aa gayee',14,4,'0',1281626275,'0','0'),(1612,'Kashi kai',17,32,'0',1281626576,'0','0'),(1613,'Hi',17,9,'0',1281626676,'0','0'),(1614,'Hey piu hi wats up',7,18,'0',1281626696,'0','0'),(1615,'Helo bro',7,17,'0',1281626746,'0','0'),(3859,'Dekh  yaha  2day  me  90  user  la   diya  me. Rw  h0ta  t0  ab  tak  kaha  pahuch  jata',4,67,'0',1281723346,'0','0'),(1619,'Hi hw r u',7,22,'0',1281626853,'0','0'),(3122,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/ang/deepak.php]Dear /reader be a top chatter and get admin post of the week for top 3 room chatter.[/url][br/][i]This message was sent to all the members[/i]',2,40,'1',1281704263,'0','0'),(1621,'fine!',22,7,'0',1281626901,'0','0'),(1622,'Whr r u frm frnd',7,22,'0',1281626938,'0','0'),(1623,'Hi hows u',17,7,'0',1281626990,'0','0'),(1624,'Im f9',14,7,'0',1281626991,'0','0'),(1626,'tamilnadu!!!!!!',22,7,'0',1281627042,'0','0'),(3858,'Hahaha fokat me nahi milega',25,67,'0',1281723337,'0','0'),(1629,'F9 nd u',7,17,'0',1281627109,'0','0'),(1689,'Dil to pagal hai dil deewana hai',7,17,'0',1281628266,'0','0'),(1631,'Hi so gai kya',17,22,'0',1281627116,'0','0'),(1633,'No aj bemar nahe hu per tence me hu exam chal rahe hai',17,7,'0',1281627160,'0','0'),(1634,'Wow great ok wat do u do',7,22,'0',1281627160,'0','0'),(1635,'Nahi allahabad mat aao',14,4,'0',1281627182,'0','0'),(1636,'Exam baap re baap bht khatarnak samay chal raha hai apka huhuhuhu',7,17,'0',1281627212,'0','0'),(1637,'please say english!!!!!',22,17,'0',1281627213,'0','0'),(1638,'Im frm india',14,7,'0',1281627215,'0','0'),(1640,'i am sturding EEE',22,7,'0',1281627266,'0','0'),(1643,'Great ok wat r u dng nw',7,22,'0',1281627362,'0','0'),(1644,'K k i thought u got slip so hows ur day',17,22,'0',1281627392,'0','0'),(1645,'Lucknow u p',14,7,'0',1281627412,'0','0'),(1646,'Han upar se aj mere cnpy pakadi yar',17,7,'0',1281627428,'0','0'),(3121,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/ang/deepak.php]Dear /reader be a top chatter and get admin post of the week for top 3 room chatter.[/url][br/][i]This message was sent to all the members[/i]',2,11,'1',1281704263,'0','0'),(1648,'Hehehehe',7,17,'0',1281627471,'0','0'),(1649,'i am sturding EEE',22,7,'0',1281627476,'0','0'),(1651,'May i know you?',2,31,'0',1281627498,'0','0'),(1653,'did u hav dinner',7,22,'0',1281627526,'0','0'),(1655,'Yes bro no need i have to ask you . After all your my friend.',2,3,'0',1281627559,'0','0'),(2442,'Good morng mukki,kaise ho.kamal ji ko tool de do',34,4,'0',1281673732,'0','0'),(1658,'yes',22,7,'0',1281627586,'0','0'),(2441,'Abhi raaste mein hu paji,he shankar mama kahan he aajkal',34,56,'0',1281673625,'0','0'),(1660,'B tech',14,7,'0',1281627602,'0','0'),(1661,'Hi hw r u neha ji',7,43,'0',1281627637,'0','0'),(1662,'Ok wats ur aim',7,22,'0',1281627657,'0','0'),(1668,'Hamesha sad mat raha karo',14,4,'0',1281627781,'0','0'),(3856,'Ha ata hai paswrd change',67,25,'0',1281723296,'0','0'),(3857,'humara bhi nahi kaam kar raha hai ok hum check karti hai ek mint ruko',83,32,'0',1281723327,'0','0'),(2440,'Ok tools do.. category banata hu aacha sa...',56,4,'0',1281673541,'0','0'),(2439,'actor and actores photo!',22,23,'0',1281673534,'0','0'),(1673,'Are kya huwa hasneko',17,7,'0',1281627872,'0','0'),(3120,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/ang/deepak.php]Dear /reader be a top chatter and get admin post of the week for top 3 room chatter.[/url][br/][i]This message was sent to all the members[/i]',2,37,'0',1281704263,'0','2'),(1676,'Not now just im going for my dinner',14,7,'0',1281627945,'0','0'),(3855,'par aap ne hum se kabhi baat nahi ki waha',83,4,'0',1281723295,'0','0'),(1678,'Kuch kuch hota hai',7,17,'0',1281627960,'0','0'),(1680,'Kisk sat .hmmmmm.',17,7,'0',1281628016,'0','0'),(1687,'Hey why ur not talking to me ki hoya maine kuch ulta pulta kaha kya',17,43,'0',1281628211,'0','0'),(1682,'Dil to bacha hai ji',7,17,'0',1281628065,'0','0'),(1684,'Hmm kisk sat chakar hai. Lagata hai site wapas gadbad hoga',17,7,'0',1281628110,'0','0'),(2438,'Fan photo means...',23,22,'0',1281673480,'0','0'),(1686,'Online tha vo bhi chala gaya',25,4,'0',1281628200,'0','0'),(1793,'I  am   20 f  from  faridabad  b.a  final.and   u',54,17,'0',1281630467,'0','0'),(1794,'Why  u  laugh   huh',54,17,'0',1281630517,'0','0'),(2436,'hey!priya!that is my fan photo!my real photo in gallary!',22,23,'0',1281673303,'0','0'),(2437,'Fan photo means...',23,22,'0',1281673407,'0','0'),(1796,'Ma id was arsenal.',32,54,'0',1281630521,'0','0'),(1798,'Ho te mala mahiti ahe vedya.\nTu kay karto?',32,17,'0',1281630578,'0','0'),(1800,'Hi dont spam like last time ok?',2,55,'0',1281630587,'0','0'),(1801,'Me 28 4m mumbai co ordinator 4 mumbai and gujrat reason working wit telecom company and doing btech 3rd year',17,54,'0',1281630605,'0','0'),(1802,'I dnt knw y he say like dat. But any way. It wil fine. Mukesh told me dat reason.',32,22,'0',1281630650,'0','0'),(1803,'Oh.  My  id  same  there.but  i  cant  enter  there.showing  ip  ban',54,32,'0',1281630668,'0','0'),(1804,'Coz u said me idiot hahahaha. Girls always use to say idiot even my all cousins say that m idiot hahahaha',17,54,'0',1281630673,'0','0'),(1805,'Oh.  My  id  same  there.but  i  cant  enter  there.showing  ip  ban',54,32,'0',1281630694,'0','0'),(1806,'Co ordinator in telecom company',17,32,'0',1281630707,'0','0'),(1807,'Hi',55,9,'0',1281630743,'0','0'),(1808,'Good..r  u   marid',54,17,'0',1281630768,'0','0'),(1809,'OH1.bye.',22,32,'0',1281630778,'0','0'),(1810,'Ohh great yaar konti cmpny?',32,17,'0',1281630791,'0','0'),(1811,'No m single searching 4 a bride and u man',17,54,'0',1281630843,'0','0'),(1812,'Aircel',17,32,'0',1281630864,'0','0'),(1813,'So  u  like  idiot  .huhu.  U  have  any  id  in  indiacult',54,17,'0',1281630875,'0','0'),(1814,'At indiaclt ma id is khan.\nAnd rochwap ma id is arsenal.',32,54,'0',1281630876,'0','0'),(1815,'Wat was that india... No bt m in fb',17,54,'0',1281630944,'0','0'),(1816,'Just chatting you bro.',2,17,'0',1281630947,'0','0'),(1817,'U  have  g.f   .huhu.',54,17,'0',1281630948,'0','0'),(1818,'I wil unbanned u there . Try after 11 pm',32,54,'0',1281630953,'0','0'),(1819,'No gf mam r u interested hahahahahahahaha',17,54,'0',1281631011,'0','0'),(1820,'I  think.u  r  new  in  indiacult.can  u   tell  me  why  rockwap  sign  up  not  done.i  forget  my  pswd  there',54,32,'0',1281631078,'0','0'),(2434,'Koun harib re lol.. tumhara ship mein der sare jawab ladkiya hai na lol',56,4,'0',1281673266,'0','0'),(1822,'Mala ek aircel ch fancy numbr gheun deshil ka. Prepaid madhe?',32,17,'0',1281631146,'0','0'),(1823,'Dont get angry madam jst kiding bt seriously i dont hv any gf all girls hate me why i dont know',17,54,'0',1281631166,'0','0'),(1824,'Indiacult  is  muku  site.  But  now  he  in  rockwap.net.',54,17,'0',1281631170,'0','0'),(1825,'Are dear rockwap is hckd by ashu. Thats y no one sign up there.',32,54,'0',1281631227,'0','0'),(1826,'Fancy mala koni dila nahe tula kutun deu aamhe airtel ne tata waperto',17,32,'0',1281631232,'0','0'),(1827,'U  staff  there?',54,32,'0',1281631239,'0','0'),(1828,'Lol  but  i   am  ugly  .huhu.',54,17,'0',1281631302,'0','0'),(1829,'K k i alreay in so many chat madam i dont even remember site name my id and all',17,54,'0',1281631303,'0','0'),(1830,'All  hate  u   coz  u  idiot  .huhu.',54,17,'0',1281631357,'0','0'),(1831,'Dosent mater madam hahahahaha ur good and sexy harted thats enough if my cosins agry 4 u than i dont have any objection. Hahahaha',17,54,'0',1281631406,'0','0'),(1832,'What.but  my  id  in  rockwap.i  cant  enter.',54,32,'0',1281631432,'0','0'),(1833,'Dnt worry its secret . But m sure about dat . U will definetly unbanned ther wait 4 only til 11 n stay here m goin to dinner . I wil be here after i finishe ma dinner. Uske baad puri baat samjhata hun.\nNw bye. T.c.',32,54,'0',1281631441,'0','0'),(1834,'Than make me such that all girls lv me its ur asinement .lol.',17,54,'0',1281631455,'0','0'),(1835,'Oi  u  are  owner  or  admin  here',54,17,'0',1281631512,'0','0'),(2433,'M fine paji,tum kaise ho',34,56,'0',1281673226,'0','0'),(1837,'Jst admin  owner is deepak my id is dipak',17,54,'0',1281631569,'0','0'),(1838,'Are dear rockwap is finished . Khatam ho gaya sb kuch.\nNw ths site is goin on.',32,54,'0',1281631612,'0','0'),(1839,'Idiot  dont  try  flert.u  dont  know  me.ask  2  mukes.i  am  very  danzor',54,17,'0',1281631614,'0','0'),(1840,'If u insist than i wil be the owner 4 u',17,54,'0',1281631616,'0','0'),(1841,'I know about mobikama',2,55,'0',1281631643,'0','0'),(1842,'Danger i lv danger lol why u get angry lol enjoy chat',17,54,'0',1281631665,'0','0'),(1843,'Me  apka   intzar  karugi.bye  ali',54,32,'0',1281631704,'0','0'),(1844,'Ok bro when your exam will start?',2,17,'0',1281631748,'0','0'),(2431,'Fine hu paji,tum sunao',34,56,'0',1281673096,'0','0'),(1847,'Oh  deepak  dipak.i  got  cofused.and  who  ur  cousin',54,17,'0',1281631818,'0','0'),(1848,'Cn i send u budy request if u like than else ur wish',17,54,'0',1281631839,'0','0'),(1849,'Ye  site  to  koi  subham  ka ha   na.where   mukes',54,32,'0',1281631892,'0','0'),(1850,'Praju dimple aboli rani pradhnya all r my cosins sisters they r not here',17,54,'0',1281631925,'0','0'),(1851,'What  owner?  Where',54,17,'0',1281631952,'0','0'),(3851,'0k hum koshiss karti hai aur tools ka kya huwa ???',83,32,'0',1281723250,'0','0'),(3852,'Me   waha  dusare  id  se  tha.',4,83,'0',1281723253,'0','0'),(3853,'baaki staff ke tool kaam nahi kar rahe ....sirf aapka aur humara tool work kar raha hai.....',32,83,'0',1281723259,'0','0'),(3854,'Then i dont want mfacebook..gve me of chatspel pls',67,25,'0',1281723263,'0','0'),(1853,'I said if u want than i wil be the ower of this site',17,54,'0',1281632046,'0','0'),(1854,'Tell  me  something  about  site.why  not  much  member  here',54,17,'0',1281632064,'0','0'),(1856,'No  i  dont  like  u  as  buddy  .lolo.',54,17,'0',1281632198,'0','0'),(1857,'Due to sm fite wit other chat ower they both hake each other sites so we made new site and new server and security today only we open the site so not much member hey bt m here na',17,54,'0',1281632252,'0','0'),(1858,'.huhu. Do  u  lyk make  sis.',54,17,'0',1281632267,'0','0'),(1859,'As u wish madam',17,54,'0',1281632277,'0','0'),(1861,'Yes ofcorce',17,54,'0',1281632301,'0','0'),(1862,'Yes its spam.',2,55,'0',1281632367,'0','0'),(1863,'Hello bhai lol',3,56,'0',1281632381,'0','0'),(1864,'Ok then i you can ban yourself.',2,17,'0',1281632463,'0','0'),(1865,'Mera site check karo indipub.pinghoster.net testing par hai',3,25,'0',1281632473,'0','0'),(1866,'Asad  k0  b0lna  1500  se  jyada  na  duga',4,17,'0',1281632524,'0','0'),(1867,'Hello krishna bhai.. Ye kis ki site hai lol',56,3,'0',1281632529,'0','0'),(1868,'Jald  la  jaan.w8u  wali mast  sexy  h0ti  ha',4,23,'0',1281632617,'0','0'),(1870,'Ok bt kya nahe doge',17,4,'0',1281632668,'0','0'),(1871,'Yaar koi deepak and shubham k site hai,mukesh co-owner hai nd deepak ne mujhe dosti k hisab se mod banadiya lol',3,56,'0',1281632692,'0','0'),(1873,'Muje  mere  user  chaiye',4,3,'0',1281632704,'0','0'),(1874,'Ye joyti ko jante ho kay',17,4,'0',1281632767,'0','0'),(1875,'Site  ready  huwa  kya  w0',4,17,'0',1281632773,'0','0'),(1876,'Lol kaha ka owner yeha aake co bangaya lol',56,3,'0',1281632813,'0','0'),(1877,'To spam karke lekar aao btw budhe ko bulaya?',3,4,'0',1281632841,'0','0'),(1878,'Jy0ti  my  best  frnd  yaar.but  ladaku   ha.aa  gai  kya',4,17,'0',1281632852,'0','0'),(1879,'Konsa site yar muze nahe pata ur wit wrong dipak by the way site muze bhi banani hai bt like sharemarket tere coder ko puch',17,4,'0',1281632857,'0','0'),(1881,'Nai yaar.bude k0  link  d0',4,3,'0',1281632911,'0','0'),(1882,'Han maine thoda flirt kiya to boli mai danger hu tereko puchne boli wo use bol mai loving persn hu use lv karunga hahahahahaha',17,4,'0',1281632935,'0','0'),(1883,'Lol btw bhai jab main if par tha tab itne sare friends hi nahi the ab kaha kaha se friends ban rahe hai! If ko utna badnam hai wap me?',3,56,'0',1281632940,'0','0'),(3847,'nahi mukesh ji hum aap ko kaise bhulengi',83,4,'0',1281723158,'0','0'),(3848,'Info pe lagao',67,4,'0',1281723170,'0','0'),(3849,'Sare user ka pasword change karna ata he kya tuje',25,67,'0',1281723190,'0','0'),(3850,'pc me yahaa jaise likha hai wese hi type kro...ho jayenga....nahi toh mozilla....download karo.......',32,83,'0',1281723193,'0','0'),(1885,'.hehe.',2,17,'0',1281632953,'0','0'),(1886,'0ye  u   dip  nai  kya',4,17,'0',1281632976,'0','0'),(1887,'Abe kaha se kaha aake gir gaya re lol btw age itna kam be mat likho yaar. Suit nahi hota',56,4,'0',1281632998,'0','0'),(1888,'Hey joyti plz add me in ur budy i promice i wil always do flirt wit u',17,54,'0',1281632998,'0','0'),(1889,'Btw wo sameer,rubina etc..etc.. Waha admin bangaye hai',3,4,'0',1281633012,'0','0'),(2430,'Is that u r real photo.? If yes then who is dat guy wid u...?.',23,22,'0',1281673043,'0','0'),(1891,'Uske  b0t  diwane  hai  pyare.w0  kuch  nikal  ke  nai  degi',4,17,'0',1281633067,'0','0'),(1892,'Head bna na jaan..ab tmko bolna parega kya..',23,4,'0',1281633085,'0','0'),(1893,'Hahahahaha dip ki id deepak hai mere dipak he know me wel',17,4,'0',1281633098,'0','0'),(1894,'.hehe.  .wc.  Bhai.  Me  t0   bacha  hu',4,56,'0',1281633141,'0','0'),(1895,'Bhai if top mein tha par ab badnaam hogaya. Sab k sab staff user ka mazak udate hai vo har waqt.',56,3,'0',1281633158,'0','0'),(1896,'Time pas k liye chalegi na wo hahaha. Agar owner hota to abtk . . . .',17,4,'0',1281633158,'0','0'),(1897,'W0  sab  t0  yaha  aa  jayege.yaar',4,3,'0',1281633215,'0','0'),(1898,'lol chal re kuch tho increase karo, 18 suit nahi karta tumhe',56,4,'0',1281633267,'0','0'),(1899,'0ye  bana  duga  head.t00l  n0t  w0rking',4,23,'0',1281633276,'0','0'),(1900,'lol chal re kuch tho increase karo, 18 suit nahi karta tumhe. Btw jaldi se boss ko BOSs dalo',56,4,'0',1281633303,'0','0'),(1901,'0ye  nick  badal0.u  l0g.c0nfuse  kar0ge  nai  t0',4,17,'0',1281633348,'0','0'),(1902,'Agar astro saath diya to main indipub ko top me lejata hun,pata nahi wo kya sochta hai btw kingsrk ko indipub me bulaya hun ab wo dekhke waha msg karega dekhte hai wo log kya karte hai',3,56,'0',1281633374,'0','0'),(1903,'Ok you will get girlfriend here dont worry i will fully support you.',2,17,'0',1281633397,'0','0'),(1904,'Free vali he vo to',25,3,'0',1281633405,'0','0'),(1905,'W0  nai  pategi  pyare.me  try  kar  chuka.wink.',4,17,'0',1281633416,'0','0'),(1906,'To uske haath se hi waha spam kardo',3,4,'0',1281633417,'0','0'),(1907,'Are nahe rahane do yar nik thoda advantage rahane do na',17,4,'0',1281633421,'0','0'),(2429,'halo',22,2,'0',1281672932,'0','0'),(1909,'T0  15  kar  deta  hu  .hehe.',4,56,'0',1281633484,'0','0'),(1910,'Are ham ham hai baki sb pani kam hai',17,4,'0',1281633489,'0','0'),(1911,'Haan testing kar rahe hai sirf khas logon ko bulaya jata hai waha, paid hosting me shift hote hai jaldi',3,25,'0',1281633493,'0','0'),(1912,'owner list me dekho toh pata chal jaynga....',32,54,'0',1281633527,'0','0'),(1913,'2  id  ku  banaye.b0ss  isk0  karu  kya',4,56,'0',1281633566,'0','0'),(1915,'yaar astro pe barosa nahi hai lol vo kuch jyada hi tension le raha hai site safety keliye. 100% safety tho koi be bana nahi sakta na. Ok srk tho if ka result milte hi batao mujhe lol',56,3,'0',1281633577,'0','0'),(1916,'Usne  wml  dlt  mar  diya.and  all  fake  br0wser  ban',4,3,'0',1281633645,'0','0'),(1917,'kam se kam 25 tho set karo lol. Hmm BOSs banaya ki nahi? Jaldi karo boss style yuk lagta hai',56,4,'0',1281633655,'0','0'),(1919,'User  c0nfusf  h0ge bhai',4,17,'0',1281633711,'0','0'),(1920,'See shouts. Chal mai kalti leta hu joyti mele to thoda mere bareme gulabjanun khelana pat jayegi wo. Kal paper hai subhe tc gn',17,4,'0',1281633748,'0','0'),(1921,'Ye dusra b0ss koun hai mein nahi jaanta. Btw shayad o nahi 0 (zero) hai. Mera boss ko BOSs banao',56,4,'0',1281633770,'0','0'),(1922,'Ok bro i will visit it shortly. I am going there.',2,25,'0',1281633804,'0','0'),(1923,'Aut0  b0ss  ban  gaya  .hehe. 25  nai  0   kar   deta  hu',4,56,'0',1281633821,'0','0'),(1924,'Nahe honge dost profile me sb hai ya pher id colour change karo thats beter option yara',17,4,'0',1281633823,'0','0'),(1925,'Ok bro i will visit it shortly. I am going there.',2,25,'0',1281633849,'0','0'),(1927,'swt  and  sexy  drm',4,17,'0',1281633898,'0','0'),(1928,'auto bOss kya re',56,4,'0',1281633904,'0','0'),(1929,'I dont know but i will support you now good night bye.',2,17,'0',1281633947,'0','0'),(1930,'auto bOss kya re? Thik tumhara age k bareme post banaunga hehe',56,4,'0',1281633954,'0','0'),(2428,'Hello :) :)',5,4,'0',1281672696,'0','0'),(1932,'Dusara  b0ss1  bi  u  h0.capital  kar   diya',4,56,'0',1281633981,'0','0'),(1933,'Oe mai rater nahe sounga 3000 pages padne hai',17,4,'0',1281634015,'0','0'),(1934,'K0nsa  c0l0ur   bhai',4,17,'0',1281634048,'0','0'),(1935,'Lol haan over saftey hogaya site ka',3,56,'0',1281634065,'0','0'),(1937,'boss1? Are itne sare boss kaha re aagaya re lol',56,4,'0',1281634073,'0','0'),(1938,'Haan janta hun',3,4,'0',1281634096,'0','0'),(1939,'Apna  nick  dekh  bewade',4,56,'0',1281634111,'0','0'),(1940,'mukesh mera achha dost hai .......uske liye apun kuch bhi kr sakta hai.......but ...ashu also ma frnd....so i cnt tell frm both of sode.....dats. y.........jahaan mukesh....wahaan main....',32,54,'0',1281634167,'0','0'),(1941,'Bhai safety k chakkar me site hi launch karta vo lol Ok chat later bhai. Good night',56,3,'0',1281634177,'0','0'),(1942,'Jy0ti  dikhegi  b00k  me.pad0ge  kya  ghanta.hehe.',4,17,'0',1281634207,'0','0'),(1943,'aur ek baat batata hun.....aapke jeetne bhi frnds hai unhe yahaan le aao.......tumhari id unbanned ho chuki hai wahaan',32,54,'0',1281634233,'0','0'),(1944,'Kitna dega vo',25,4,'0',1281634258,'0','0'),(1945,'Gud night bhai',3,56,'0',1281634262,'0','0'),(1946,'Bana  p0st',4,56,'0',1281634271,'0','0'),(1947,'Rofl abe auto Boss nahi shabnam ko be msg kiya id change keliye. Ussi ne change kiya hoga',56,4,'0',1281634318,'0','0'),(1949,'Abi nahi kal coz forums khul nahi raha right now lol bye good night',56,4,'0',1281634387,'0','0'),(1950,'Mamu  mila  kya  waha',4,3,'0',1281634392,'0','0'),(1951,'Bhai  ye  dipak  dusara   hai  0nlinf',4,25,'0',1281634452,'0','0'),(1952,'mkp college',43,32,'0',1281634505,'0','0'),(1953,'Shubham  k0   jante  h0',4,56,'0',1281634515,'0','0'),(1954,'mkp college',43,32,'0',1281634525,'0','0'),(1955,'Swt  and  wet  dream  .hehe.',4,56,'0',1281634575,'0','0'),(1956,'thats great !which branch ? nd wats ur name ?',43,32,'0',1281634690,'0','0'),(1957,'asi to ethy hai ! tudi dasho ?',43,17,'0',1281634784,'0','0'),(1958,'oohhoo...aap kabhi mumbai ayi ho?',32,43,'0',1281634843,'0','0'),(1960,'at mumbai....ma name is ALI....',32,43,'0',1281634944,'0','0'),(1961,'Am fine nd u ?',43,7,'1',1281634975,'0','0'),(1962,'Bro i cant pay more than 1500-2000 range and if i get i promise i will pay you at least 4000/- give me owners id there i cant register there. Because register page have error.',2,25,'0',1281634982,'0','0'),(1963,'Bro i cant pay more than 1500-2000 range and if i get i promise i will pay you at least 4000/- give me owners id there i cant register there. Because register page have error.',2,25,'0',1281635009,'0','0'),(1964,'But i am on mobile . I have to ask manav dont worry i will send you it.',2,50,'0',1281635078,'0','0'),(1965,'ary ethy ine pm pade hai ki open karte karte time lg janda c',43,17,'0',1281635088,'0','0'),(1966,'ary ethy ine pm pade hai ki open karte karte time lg janda c',43,17,'0',1281635104,'0','0'),(1967,'Budhe waha nahi tha',3,4,'0',1281635194,'0','0'),(1968,'nahi abhi tak to nahi',43,32,'0',1281635204,'0','0'),(1969,'ya ali ! i ask u which branch in mumbai ?',43,32,'0',1281635346,'0','0'),(1970,'punjab me kahaan rehti ho..???',32,43,'0',1281635427,'0','0'),(2427,'Owner ki plusses urane mein bhut maza hai.....teri plusses ura ke bhut maza aaya',23,4,'0',1281672296,'0','0'),(1972,'lower parel....and santacruz .....sunder nagar.....we have many branches but mawork is diffrnt....we provide loan....upto...75 crores..',32,43,'0',1281635581,'0','0'),(2426,'Bro baat hui kya teri kya karna he teri site ka',25,4,'0',1281671889,'0','0'),(1974,'Kaha  mar  gaya  w0',4,3,'0',1281635700,'0','0'),(1975,'Usne bataya muje k mukesh ko bataya he me',25,4,'0',1281635700,'0','0'),(1976,'Are wo sanam bhosrika puch raha hai ki kitna kamai hoga site bnane mein..agar puche to bolna bhut kamai hoga..par paisa kaise lega usse 2000.aur+mere ko 1000 kaise milega..',23,4,'0',1281635731,'0','0'),(1977,'sohnpur',43,32,'0',1281635845,'0','0'),(1978,'Bank  acc0unt me  pesa  lege.and  kamai  kesa.b0lna  t00l  bechega',4,23,'0',1281635871,'0','0'),(1979,'Paisa kaise lega 1000 usse.,',23,4,'0',1281635896,'0','0'),(1980,'oh great wats ur full name ?',43,32,'0',1281635966,'0','0'),(1981,'Lol  usk0  hi  puch0  br0.',4,25,'0',1281635984,'0','0'),(1982,'Mera paisa kaise milega..',23,4,'0',1281635997,'0','0'),(1983,'Tu hi bata de bhai',25,4,'0',1281636012,'0','0'),(1984,'M0bile  recharg',4,23,'0',1281636055,'0','0'),(1985,'ALI AHMED n urs....???',32,43,'0',1281636092,'0','0'),(3805,'sab aise hi kehte hai mere points or form sab delete kr diy hai pehle bhi',43,4,'0',1281722343,'0','0'),(1987,'sohnpur..se mohali kitni door hai...???',32,43,'0',1281636114,'0','0'),(1988,'Tu b0l',4,23,'0',1281636127,'0','0'),(1990,'Nhi bhai mujhe thora cash 1000 ka jarurat hai bhai..',23,4,'0',1281636153,'0','0'),(1991,'2000',4,25,'0',1281636195,'0','0'),(1992,'Hai',26,22,'0',1281636224,'0','0'),(1993,'neha shukla',43,32,'0',1281636271,'0','0'),(1994,'Apna  ac0unt  n0.de  dena',4,23,'0',1281636279,'0','0'),(3843,'kya maza ????',83,32,'0',1281723122,'0','0'),(3844,'Me  rat  k0  awuga  waha',4,3,'0',1281723123,'0','0'),(3845,'achha babba...bike hi nahi lekar jaunga....bus se hi travel karunga.........NA RAHEGA BAAS ..NA BAJEGI BAASURI...',32,43,'0',1281723124,'0','0'),(3846,'Yar ye asad ko only money chahiye tang aagaya use',67,4,'0',1281723145,'0','0'),(1996,'bahut door hai tum aaye ho kya kabi punjab ?',43,32,'0',1281636375,'0','0'),(1997,'Kisko..bhai dekh tumko mein apne bhaiya ki tarah manta hun...nd i trust on u really a lot...bs yaad rakhna bharosa mat torna..nhi toh yaar mere nazar mein tmhare image khrab ho jayega..',23,4,'0',1281636399,'0','0'),(1998,'nahi aya but sapne me jaroor gaya tha....',32,43,'0',1281636524,'0','0'),(1999,'apki family mekaun kaun hai...???',32,43,'0',1281636561,'0','0'),(2000,'achha majak karte ho !',43,32,'0',1281636747,'0','0'),(2001,'',43,32,'0',1281636776,'0','0'),(2002,'Dekh bhai na tere liye 1000 jyada value rakhte h na mere liya..kyuki tmne aur hmne aise kahi paise uraye honge..par apni boli hui baat ka value karna ..pls..bhai i trust u...',23,4,'0',1281636803,'0','0'),(2003,'mummy papa bhai or mien ! nd ur ?',43,32,'0',1281636973,'0','0'),(2004,'wese majak toh tab hua tha jub main paida hua tha.......apko maloom hai....jub main 7 saala ka tha tb mere daddy ne mujhe season ball lekr diya tha....aur maine usse ek car ki kach tod di thi...galti se......uske baaad se aaj tak season ball haath me nahi liya......',32,43,'0',1281636988,'0','0'),(2005,'.wow....maintoh mere mummy daddy ko only one hun....na koi nehen na koi bhai....tention hi nahi life me....jo cheez mango woh fatse meel jaati hai...',32,43,'0',1281637096,'0','0'),(2006,'oh bachpan se hi shaitan ho !',43,32,'0',1281637174,'0','0'),(2007,'gud lucky ho !',43,32,'0',1281637297,'0','0'),(3839,'Ok akil ji hume toolz do aur ha yeh site p c se open nahi ho rahi hai .',83,32,'0',1281722988,'0','0'),(3840,'Arey  w0  c0de  put  kese  kare',4,67,'0',1281723015,'0','0'),(3841,'Vaha pe puch lena bank valo ko to bata denge',25,67,'0',1281723030,'0','0'),(3842,'.hehe.apk0  pluss  diya  hu  dear.saja  ku.?',4,43,'0',1281723073,'0','0'),(2009,'Sanam ki syt ke baad bhi 2 syt ke offer hai...kya tm 2 site aur bna skte ho....',23,4,'0',1281637366,'0','0'),(2010,'haaan but uske baad ....maine football khelna shuru kiya....but usme maine kuch ulta seedha nahi kiya.....aur aaj main ....ek best football player hun...',32,43,'0',1281637422,'0','0'),(2011,'Cn i fuck u nw?',26,23,'0',1281637513,'0','0'),(2012,'hi r u ankita na .4m ic',46,23,'0',1281637526,'0','0'),(2013,'haan lucky toh hun.....aur....rahi baat meri shaitani ki......tih woh aapko kya batau........last week ki baat hai........maine daddy ki nike chupa di......3 ghante baad ....maine hi unko bataya apki bike mere paas hai......',32,43,'0',1281637573,'0','0'),(2014,'oh good ! so college kidher se kiya tumne ?',43,32,'0',1281637625,'0','0'),(3835,'kya dete ho ? plz mujhe koi saza mat dena',43,4,'0',1281722903,'0','0'),(3836,'Ab offline hai, waha jakar ek msg karo shayad aayega',3,4,'0',1281722942,'0','0'),(3837,'Apk0  b0t  miss  kiya.ap  t0  bul  gai  na',4,83,'0',1281722959,'0','0'),(3838,'Nai vo khud go dady se liya he lolz',25,67,'0',1281722986,'0','0'),(2016,'so howz ur roza ?',43,32,'0',1281637750,'0','0'),(2017,'so howz uR RAMZAN ?',43,32,'0',1281637774,'0','0'),(3834,'indian bank acount me kaise daluga ? Only mauritius i can isliye oz-au best hai yar',67,25,'0',1281722891,'0','0'),(2019,'maine college kolhapur se kiya......mere mummy daddy wohi rethe hai na........main mumbai...me aunty k saath rehta hun.........2 din hue mujhe kolhapur se aye....',32,43,'0',1281637814,'0','0'),(3119,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/ang/deepak.php]Dear /reader be a top chatter and get admin post of the week for top 3 room chatter.[/url][br/][i]This message was sent to all the members[/i]',2,10,'0',1281704263,'0','2'),(2021,'Pata nahi jimmy k site me bhi nahi',3,4,'0',1281637875,'0','0'),(2022,'excelent....but....aaj bahoot bhook lagi thi.....iss liye office me hi so gaya tha....hehe.',32,43,'0',1281637904,'0','0'),(2023,'One day you will ask me what   is more important to u ?  ur life or me ?  I will say my life and you   will walk away not even   knowing dat frnds lik u   r my life ....wod u lik 2 be my frnd dear',60,43,'0',1281637921,'0','0'),(2024,'ye kohlapur kidher padta hai ?',43,32,'0',1281637959,'0','0'),(2025,'One day you will ask me what   is more important to u ?  ur life or me ?  I will say my life and you   will walk away not even   knowing dat frnds lik u   r my life ....wod u like 2 bemy frnd dear.',60,23,'0',1281637964,'0','0'),(2026,'hi neha',46,43,'0',1281638008,'0','0'),(2027,'One day you will ask me what   is more important to u ?  ur life or me ?  I will say my life and you   will walk away not even   knowing dat frnds lik u   r my life ....wod u like 2be my frnd dear.',60,9,'0',1281638012,'0','0'),(2425,'Pagal to hm kyu lenge 1000..apne acc. Mein .',23,4,'0',1281671877,'0','0'),(2029,'mumbai se 390km....hai....it will take 7 hours frm hea....',32,43,'0',1281638074,'0','0'),(2030,'mai bhi iethe he hu',17,43,'0',1281638087,'0','0'),(3832,'Ok hum akil se bolti hai .',83,4,'0',1281722806,'0','0'),(3833,'Dekho i am not joking...pay me kar rha.aur me indian servr pay nai kar paounga..deko oz-au se loge or nai ?',67,25,'0',1281722820,'0','0'),(2032,'Hi',43,60,'0',1281638184,'0','0'),(2033,'HI....',58,32,'0',1281638186,'0','0'),(2034,'hi...',32,58,'0',1281638272,'0','0'),(2035,'hi dear whr r u 4m',60,43,'0',1281638294,'0','0'),(2036,'ok ! which state in kolapur ?',43,32,'0',1281638318,'0','0'),(2037,'same ...in maharashtra only......',32,43,'0',1281638380,'0','0'),(2038,'ki haal hai ?',43,17,'0',1281638383,'0','0'),(2039,'am frm punjab nd u ?',43,60,'0',1281638452,'0','0'),(2040,'ok i hve to go gud night',43,32,'0',1281638518,'0','0'),(2041,'iam 4m mumbai so what do u do dear',60,43,'0',1281638548,'0','0'),(2042,'Before I got in touch with U, I used to gaze at stars as they were only my friends. But after I met U, I started believing that stars do fall on earth Like u...',60,43,'0',1281638658,'0','0'),(2043,'owner ko red color me id dikhao normal user ki blue me boys and gls ki pink me admin ko socho koie colour',17,4,'0',1281638718,'0','0'),(2044,'Before I got in touch with U, I used to gaze at stars as they were only my friends. But after I met U, I started believing that stars do fall on earth Like u...wod u like 2 be my frnd dear',60,25,'0',1281638725,'0','0'),(2045,'HI R U DER',58,22,'0',1281638756,'0','0'),(2046,'hahahahaga sb dimag me hai',17,4,'0',1281638802,'0','0'),(2048,'hahahahaga sb dimag me hai',17,4,'0',1281638834,'0','0'),(2049,'HI',58,32,'0',1281638847,'0','0'),(2050,'han so to hai ur girl sb boys tumpe line to marenge he hahahaahahaha mai nahe marta but',17,43,'0',1281638909,'0','0'),(2051,'RPY',58,22,'0',1281638941,'0','0'),(2052,'tik hu busy hu jara',17,43,'0',1281639027,'0','0'),(2053,'Wat..',23,26,'0',1281639118,'0','0'),(2054,'Ya..',23,46,'1',1281639157,'0','0'),(2056,'Budha saif k site me fit hua hai',3,4,'0',1281644191,'0','0'),(3828,'haan ab ayega maja....hehe..',32,83,'0',1281722758,'0','0'),(3829,'Bank acount me dal sakte ho na bro',25,67,'0',1281722770,'0','0'),(3830,'Wait  apk0  deta   hu',4,43,'0',1281722780,'0','0'),(3831,'achha hai ! ainda se aise bike mat chalana',43,32,'0',1281722796,'0','0'),(3824,'theek hai ! but mei sout mesg nahi kr pa rahi hoo',43,4,'0',1281722683,'0','0'),(3825,'Baap w2C ke inbox pe pada hai parlo',67,4,'0',1281722723,'0','0'),(3826,'Nahi chaiye muje oz-au.net vo khud godady se liya he lolz apne ko kya dega vo hahahahahaha',25,67,'0',1281722726,'0','0'),(3827,'0k  br0.dip  k0  b0luga',4,25,'0',1281722736,'0','0'),(2060,'Hi me 5n wbu',18,7,'1',1281657139,'0','0'),(2061,'Me 5n who r u',18,29,'0',1281657186,'0','0'),(2062,'Kuchh time do. Tumne kaha tha jada din lagenge so maine socha i will adjust but you made it in few hours.',2,25,'0',1281657190,'0','0'),(2063,'Hi seema',18,61,'1',1281657237,'0','0'),(2064,'Hi bird',18,9,'1',1281657258,'0','0'),(2065,'Ok bro.',2,50,'0',1281657271,'0','0'),(2066,'Hello',2,58,'0',1281657297,'0','0'),(2067,'Hi thank you for what?',2,62,'1',1281657349,'0','0'),(2068,'Ok dear m ur frnd',25,60,'0',1281657782,'0','0'),(2423,'Thik hah sham ko baat karaunga...',23,4,'0',1281671780,'0','0'),(2424,'Kamine  plan  kesa.syt  ka  paisa  le  rahe.k0i  haram  th0di  ha',4,23,'0',1281671820,'0','0'),(2422,'R u frm india ,mas,ti kya..',23,2,'0',1281671740,'0','0'),(2421,'0k  50/50  d0ne',4,23,'0',1281671735,'0','0'),(2073,'Bro but i cant pay you before 15days and really i am in not situation to pay you 4500',2,25,'0',1281658096,'0','0'),(2075,'Ok no problem. Put all thing safe at you and act after my payment i will do it soon.',2,25,'0',1281658172,'0','0'),(2077,'To aap ab kitna half payment loge?',2,25,'0',1281658230,'0','0'),(2420,'Nhi yar tu dal dena..i hv blind faith in u...tu dal dena .nahi to wo samajh jayega..ki its a plan..',23,4,'0',1281671659,'0','0'),(2419,'Tu  tere  ac0unt  me  dalwa  le  0ne  th0sand',4,23,'0',1281671569,'0','0'),(2080,'I will give you it today i dont have net connection to pc',2,25,'0',1281658364,'0','0'),(2081,'Ok let me manage bro.',2,25,'0',1281658414,'0','0'),(2082,'Payal kis k dil ki payal ho dear i mean apka dil kis k liye dhadak raha he',25,18,'0',1281658424,'0','0'),(2085,'Money bro.',2,25,'0',1281658552,'0','0'),(2086,'Registration is closed so how can any one will able to attack on it?',2,25,'0',1281658600,'0','0'),(2418,'Baat karaun kya dusre customer se..wo 2500 dene ke liye taiyar hai...1250 tera nd 1250 mera..deal done...hai na..',23,4,'0',1281671373,'0','0'),(2416,'Mera 1 hazar mil jayega na cash.,',23,4,'0',1281671186,'0','0'),(2417,'nice aaj birth day he mera kal birth day he bro',50,2,'0',1281671222,'0','0'),(2089,'Bro too soon i will start to manage from today and i promise i will give you at the my complete moment of managing it.',2,25,'0',1281658760,'0','0'),(2415,'Bye',4,17,'0',1281670934,'0','0'),(2414,'K tc',17,2,'0',1281670821,'0','0'),(2092,'Ok put admob.php and mkhoj.php and ad.php on each place i will add there my advertising codes bro have you added autonick?',2,25,'0',1281658847,'0','0'),(2093,'Ok bro i will call you.',2,25,'0',1281658887,'0','0'),(2094,'Ok bro but ap to rat ko autonick and auto k kuch functions dene wale the na?',2,25,'0',1281658959,'0','0'),(2095,'HI PAYAL',58,18,'0',1281659982,'0','0'),(2096,'Nah kyun hai Shubnam?',56,4,'0',1281660484,'0','0'),(2097,'Chal be wet dreams keliye mein tum kaise 18 years baccha nahi hu lol',56,4,'0',1281660572,'0','0'),(2098,'Gud m0rning',4,23,'0',1281660709,'0','0'),(2099,'Me  50  syt  bi  bana  duga  baap',4,23,'0',1281660808,'0','0'),(2100,'Mujhe forum dhikaya nahi date.. Blank aata hai',56,4,'0',1281660822,'0','0'),(2101,'W0  yah00  pe  pada  h0ga',4,3,'0',1281660872,'0','0'),(2102,'.hand.exam  acha  likhna',4,17,'0',1281660933,'0','0'),(2103,'Saif  ka  k0nsa  syt',4,3,'0',1281661010,'0','0'),(2104,'.gudm0rning.  .hand.',4,56,'0',1281661067,'0','0'),(2105,'Itni  jald  uth  jate  h0',4,56,'0',1281661133,'0','0'),(2106,'Cat0gary  banana  hai  abi  bhai',4,56,'0',1281661193,'0','0'),(3118,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/ang/deepak.php]Dear /reader be a top chatter and get admin post of the week for top 3 room chatter.[/url][br/][i]This message was sent to all the members[/i]',2,9,'1',1281704263,'0','0'),(3821,'Indian server pe pay nai kar paounga..isliye mauritian server lo bro',67,25,'0',1281722647,'0','0'),(3822,'Ha bro editin mehi karunga',25,4,'0',1281722655,'0','0'),(3823,'are maine aaj roja nahi rakha tha....aur isme sharm ki kaun c baat hai....abhi roja khatam hua....abhi direct subah 4 bajr...',32,43,'0',1281722668,'0','0'),(2413,'W0  aa  gaya.me  bat  kar  raha  hu',4,2,'0',1281670819,'0','0'),(2110,'hai',22,26,'1',1281662333,'0','0'),(2111,'no',22,58,'0',1281662359,'0','0'),(2112,'',22,58,'0',1281662377,'0','0'),(2113,'Can u plz ip ban of me?',35,22,'0',1281662425,'0','0'),(2114,'happy birth day nareash!!!!!!!!!!!!',22,47,'1',1281662433,'0','0'),(3818,'usne mujhe pehchan liya....woh khud mujhe kehti hai....aap akil ho  na.....toh main kya bol deta......hehe...',32,4,'0',1281722609,'0','0'),(3819,'Aur hum bhi yaha head admin hai',83,32,'0',1281722622,'0','0'),(3820,'Karte  kese  ha.all  0wner',4,67,'0',1281722634,'0','0'),(2116,'why?',22,35,'0',1281662482,'0','0'),(2117,'Mai DeEp n Kisi ka nick DeEp na rakhio n plauses wagarh de',64,4,'0',1281662540,'0','0'),(2118,'Coz i want plz its mah hardly request to u',35,22,'0',1281662549,'0','0'),(2119,'I want to get ip ban.plz',35,22,'0',1281662608,'0','0'),(2120,'0k  bhai.t00l  ban  raha.sham  tak  deta  hu',4,64,'0',1281662663,'0','0'),(2121,'Plz ip ban me.plz',35,4,'0',1281662671,'0','0'),(2122,'Thk h yaar',64,4,'0',1281662721,'0','0'),(2123,'hey!',22,35,'0',1281662866,'0','0'),(2124,'No i am always with you.',2,35,'0',1281662884,'0','0'),(2125,'Ku  kya  huwa  yaar',4,35,'0',1281662892,'0','0'),(2126,'Aur  suna  kese  h0  sab  l0g.ye  syt  kesa  laga',4,64,'0',1281662955,'0','0'),(2127,'Im here',14,4,'0',1281663232,'0','0'),(2129,'Chalo thik hai. Me divya tewari frm lucknow',14,43,'0',1281663365,'0','0'),(2130,'Lucknow',14,26,'1',1281663399,'0','0'),(2131,'U can chat',14,60,'0',1281663446,'0','0'),(2132,'Hi',14,58,'0',1281663465,'0','0'),(2135,'Same to you.',2,22,'0',1281663681,'0','0'),(2136,'Me sirf ye dekhne gayee thi ki meri profile  me kisi ne kuch kiya to nahi',14,4,'0',1281663809,'0','0'),(3117,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/ang/deepak.php]Dear /reader be a top chatter and get admin post of the week for top 3 room chatter.[/url][br/][i]This message was sent to all the members[/i]',2,13,'1',1281704263,'0','0'),(2138,'Me waha ruki nahi turant chali ayee',14,4,'0',1281663857,'0','0'),(2411,'Thanks m in coleg chal bye',17,4,'0',1281670790,'0','0'),(2140,'So jao',14,4,'0',1281663884,'0','0'),(2143,'Thik hai nahi jaungi',14,4,'0',1281664037,'0','0'),(2145,'Wohi dekhne gayee thi',14,4,'0',1281664088,'0','0'),(2147,'So jao me bhi jati hu gudnyt',14,4,'0',1281664135,'0','0'),(2148,'Kya karoge paw ka',14,4,'0',1281664169,'0','0'),(2149,'Kya karoge paw ka',14,4,'0',1281664181,'0','0'),(2150,'Kya karoge paw ka',14,4,'0',1281664193,'0','0'),(3116,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/ang/deepak.php]Dear /reader be a top chatter and get admin post of the week for top 3 room chatter.[/url][br/][i]This message was sent to all the members[/i]',2,33,'1',1281704263,'0','0'),(2153,'Ha waha mere kai diwane hai wo mujhe miss karte honge',14,4,'0',1281664283,'0','0'),(2154,'Jana hai',14,4,'0',1281664308,'0','0'),(3115,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/ang/deepak.php]Dear /reader be a top chatter and get admin post of the week for top 3 room chatter.[/url][br/][i]This message was sent to all the members[/i]',2,8,'1',1281704263,'0','0'),(2157,'I cant add it from my mobile . I want pc for it i will do it latter ok? How are you?',2,22,'0',1281664479,'0','0'),(2159,'Paw ma pakado tumara irada thik nahi lagta',14,4,'0',1281664877,'0','0'),(2161,'Im here dnt worry',14,4,'0',1281664978,'0','0'),(3817,'Ha  page  link  d0.sahin  k0',4,32,'0',1281722587,'0','0'),(3114,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/ang/deepak.php]Dear /reader be a top chatter and get admin post of the week for top 3 room chatter.[/url][br/][i]This message was sent to all the members[/i]',2,7,'1',1281704263,'0','0'),(2165,'Photo me jo dithta hai wo kafi nahi apke liye',14,4,'0',1281665086,'0','0'),(2167,'Ha toilet gayee thi',14,4,'0',1281665121,'0','0'),(3113,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/ang/deepak.php]Dear /reader be a top chatter and get admin post of the week for top 3 room chatter.[/url][br/][i]This message was sent to all the members[/i]',2,5,'0',1281704263,'0','2'),(2172,'Jo dikhta hai utna hi dekho',14,4,'0',1281665353,'0','0'),(2173,'Kya kya yaha banwaoge mere liye',14,4,'0',1281665408,'0','0'),(3815,'haan lekin bike ko kuch nahi hua.....',32,43,'0',1281722550,'0','0'),(3816,'I already reg yar...bas set the dns... U can add unlimited domains.i already reg to oz-au .tomorow morning i wil pay .wink...ab script do na yar',67,25,'0',1281722553,'0','0'),(2176,'Jada to sapne me dekh paoge',14,4,'0',1281665550,'0','0'),(2178,'Me kyo maru',14,4,'0',1281665626,'0','0'),(3112,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/ang/deepak.php]Dear /reader be a top chatter and get admin post of the week for top 3 room chatter.[/url][br/][i]This message was sent to all the members[/i]',2,4,'0',1281704263,'0','2'),(2180,'Sb mast hain syt thodi c easy kar hard hai bht n0rmal kro yaar',64,4,'0',1281665659,'0','0'),(2182,'Gandi harkat karoge to mar khaoge hi',14,4,'0',1281665780,'0','0'),(2183,'Matlab to wohi tha',14,4,'0',1281665820,'0','0'),(2184,'Par  secure  karna  jaruri  ha  yar.b0l0  kya  change  karawu',4,64,'0',1281665825,'0','0'),(2186,'Onl9 list,membrz l0gin,pr0file viewing,staf list in sbko ek order me lagwa',64,4,'0',1281665903,'0','0'),(3111,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/ang/deepak.php]Dear /reader be a top chatter and get admin post of the week for top 3 room chatter.[/url][br/][i]This message was sent to all the members[/i]',2,3,'0',1281704263,'0','2'),(2188,'Sadhu to badmas hote hai',14,4,'0',1281665995,'0','0'),(2189,'I.c  jese kya',4,64,'0',1281666045,'0','0'),(2190,'Me apka paisa kharch nahi karna chahti',14,4,'0',1281666080,'0','0'),(2192,'Haan waisa hi kra do',64,4,'0',1281666139,'0','0'),(2194,'Rw  wala  script  kesa  ta',4,64,'0',1281666298,'0','0'),(2195,'Mujhe to sabhi chhedte hai',14,4,'0',1281666350,'0','0'),(2196,'Wo abv avg tha 73 ya ic wala laga de best n simple h',64,4,'0',1281666367,'0','0'),(3110,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/ang/deepak.php]Dear /reader be a top chatter and get admin post of the week for top 3 room chatter.[/url][br/][i]This message was sent to all the members[/i]',2,6,'1',1281704263,'0','0'),(2198,'Me bhikari nahi hu jo mangti firu',14,4,'0',1281666456,'0','0'),(2199,'gooood morning....have a nice day....neha....',32,43,'0',1281666493,'0','0'),(2200,'73  wala  0ld  vers0n  hai. Ye  dekh  ke  aw0.  M0rkut.net',4,64,'0',1281666529,'0','0'),(2202,'Chal btata hun',64,4,'0',1281666613,'0','0'),(2203,'Ha me to ek ladki hu duniya me',14,4,'0',1281666613,'0','0'),(2204,'To kisi se kuch mangti nahi dear',14,4,'0',1281666666,'0','0'),(2206,'Jald',4,64,'0',1281666783,'0','0'),(2208,'Hello sameer',14,65,'0',1281666842,'0','0'),(2209,'Sameer bhi aa gya yaha',14,4,'0',1281666908,'0','0'),(2210,'Ha to koi pyar se deta hai to le leti hu',14,4,'0',1281666963,'0','0'),(3109,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/ang/deepak.php]Dear /reader be a top chatter and get admin post of the week for top 3 room chatter.[/url][br/][i]This message was sent to all the members[/i]',2,2,'0',1281704263,'0','2'),(2212,'Rubina ko bhi bulao, chirag ko nahi bulaya',14,4,'0',1281667089,'0','0'),(3809,'sharm kro roza mein bhi khane ki baat kr rahe ho ?',43,32,'0',1281722420,'0','0'),(2214,'Hello',2,22,'0',1281667158,'0','0'),(3810,'Indian server chahiye muje',25,67,'0',1281722420,'0','0'),(2216,'Ye pyar hai ki mera tajmahal banwaoge',14,4,'0',1281667189,'0','0'),(3812,'Par  mene  t0  pahli  bar   kaha  na  apk0.trust  me',4,43,'0',1281722477,'0','0'),(3813,'rubina G yeh link kisiko mat batana....aur isko ap apne bookmark me save kr lena..........http://www.chatspell.com/flags/smdhead52/index.php....aur yaheen se online hona......',32,83,'0',1281722491,'1','2'),(3814,'N0  pr0blem  editin g  u  hi  karna   br0.',4,25,'0',1281722533,'0','0'),(2218,'Mera koi dusman nahi hai.',14,4,'0',1281667266,'0','0'),(3106,'Hey why u left the rum',17,14,'0',1281704248,'0','0'),(3107,'Vo rat ko dal dunga me vaha mere number pe sms kar dena',25,2,'0',1281704253,'0','0'),(3811,'Me check karta hu pehle oz-au.net',25,67,'0',1281722454,'0','0'),(2220,'Han agar aayega to jarur likhunga agar pakada nahe gaya to :-D:-D:-D',17,4,'0',1281667403,'0','0'),(2222,'0ye  rat  bhar  kya  bhangada  kiya',4,17,'0',1281667530,'0','0'),(2224,'Kahani mat banao mujhe tajmahal nahi banwana hai',14,4,'0',1281667548,'0','0'),(2225,'Chet banaya hahahahahaha',17,4,'0',1281667567,'0','0'),(2226,'Gm madam hows u',17,22,'0',1281667597,'0','0'),(2227,'Lyk nahi karti iska matlab ye to nahi ki wo meri dusman hai',14,4,'0',1281667608,'0','0'),(2229,'Gudmrng',14,17,'0',1281667628,'0','0'),(4084,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,127,'1',1281747403,'0','0'),(3105,'Jail  ki  jarurat  nai.khud  bi  mar  jawuga',4,14,'0',1281704240,'0','0'),(3104,'Me CHALTA HU',25,4,'0',1281704193,'0','0'),(2233,'All is well',14,17,'0',1281667747,'0','0'),(2234,'All is well',14,17,'0',1281667756,'0','0'),(2235,'T0  maje  kar0.ande  milege',4,17,'0',1281667784,'0','0'),(3103,'Apse  umid  t0  nai  hai  ke  break  kar0gi  .broken.',4,14,'0',1281704182,'0','0'),(2238,'Gali do aur me kuch bolungi nahi dete raho gali jitna man ho',14,4,'0',1281667832,'0','0'),(2240,'So wat abt u',14,17,'0',1281667867,'0','0'),(2241,'Abe kaiko panwati lagata hah be',17,4,'0',1281667871,'0','0'),(3102,'Ok on 8pm i will send you it when you will give me auto nick file?',2,25,'0',1281704171,'0','0'),(2243,'I have to go colg',14,17,'0',1281667897,'0','0'),(2244,'Lage raho munna bhai',14,4,'0',1281667936,'0','0'),(3101,'Ek 5 ki kami puri nahi kar sakta',14,4,'0',1281704144,'0','0'),(3100,'0k',4,25,'0',1281704130,'0','0'),(2247,'Wow dear concentrat on ur exam dear',14,17,'0',1281667991,'0','0'),(2248,'Kaha  se  h0  yar',4,17,'0',1281667991,'0','0'),(3099,'Murder kar doge jail ho jayegi',14,4,'0',1281704091,'0','0'),(2251,'Sure sure i will pray for u',14,17,'0',1281668063,'0','0'),(2252,'Mumbai',17,4,'0',1281668080,'0','0'),(2253,'Mujhe gali dene me lage raho',14,4,'0',1281668102,'0','0'),(3098,'Ek  bar  mujse  shadi  kar  l0.5  ki  kami  mahs0s  na  h0ne  duga.shy.',4,14,'0',1281704086,'0','0'),(2255,'Ok dnt worry try hard',14,17,'0',1281668152,'0','0'),(2256,'Lage raho munna bhai',14,17,'0',1281668185,'0','0'),(3097,'Bro vo code dena muje ar kaha input karna he vo b bolna to me us se kuch naya banavu bhulna mat',25,2,'0',1281704051,'0','0'),(2259,'Me  marwadi.wink.',4,17,'0',1281668315,'0','0'),(2260,'Aur jada gali do to aur sweet lagungi',14,4,'0',1281668381,'0','0'),(2261,'Waise to mai marati manas hu',17,4,'0',1281668422,'0','0'),(2262,'Joke kiya tha dear',14,17,'0',1281668424,'0','0'),(2263,'Joke kiya tha dear',14,17,'0',1281668439,'0','0'),(3096,'H0na  bi  nai  chaiye  flirty..  Warna  murdur kar  duga  .gun.',4,14,'0',1281704020,'0','0'),(2265,'Kya  karte  o',4,17,'0',1281668526,'0','0'),(2267,'Nahi do jitni gali deni ho',14,4,'0',1281668621,'0','0'),(2268,'Nahi do jitni gali deni ho',14,4,'0',1281668631,'0','0'),(2269,'Haa 6 baje uth jaata hu. Tum itni jaldi online? Oops kai raat bhar yahi par reh gaya kya',56,4,'0',1281668654,'0','0'),(3806,'Tera id par...tension mat le..set ur dns to ns1.OZ-AU.NEt and ns2.oz-au.NEt.. Bro now u wil gve me the script na ? Pls jald do i cant wait',67,25,'0',1281722362,'0','0'),(3807,'Sahin  rubina  hai.par  b0l0 mat  ki  u  k0  malum  chal  gaya',4,32,'0',1281722366,'0','0'),(3808,'Reg me kar leta hu server payment kar do khali tum',25,67,'0',1281722374,'0','0'),(3095,'Heart break ho jayega',14,4,'0',1281703966,'0','0'),(2272,'Wo to me hu hi',14,17,'0',1281668667,'0','0'),(2273,'Job and study both',17,4,'0',1281668707,'0','0'),(2274,'Msg in english i cant understand u',14,17,'0',1281668744,'0','0'),(2275,'Chal be jaldi banao forum. Forum bina site chut bina Katrina kaif lagta hai rofl',56,4,'0',1281668747,'0','0'),(2276,'Msg in english i cant understand u',14,17,'0',1281668759,'0','0'),(3094,'Syt  secure  hai  br0.unka  kya  kare',4,32,'0',1281703955,'0','0'),(2409,'0ye  ku  garib  ka  lutiya  dub0te  h0',4,56,'0',1281670706,'0','0'),(3092,'Mujhe 5 huby chahiye na isliye',14,4,'0',1281703919,'0','0'),(3093,'Kal kar dena bro payment aj rat ko khatam kar dunga kam',25,4,'0',1281703929,'0','0'),(2408,'All  busy  with  g.f',4,56,'0',1281670612,'0','0'),(3091,'Mera  heart  bi  week  hai.hehe.',4,14,'0',1281703887,'0','0'),(2282,'Mu hu keshav..kya chal raha hai?',67,4,'0',1281668849,'0','0'),(2283,'Mu hu keshav..kya chal raha hai?',67,4,'0',1281668861,'0','0'),(2286,'.hehe.  Mera  k0i  tym  fix  nai  janu',4,56,'0',1281668908,'0','0'),(4083,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,126,'1',1281747402,'0','0'),(2406,'Aacha kounsi bhabhi? Ok ok mere paas 1 dost hai jo ye kaam kar sakta hai mera lol.. Ab dhek tumhara bistar kal se road pe rofl',56,4,'0',1281670150,'0','0'),(2407,'Hi how are you ? Tell bandit to make secure script on. Rw if he is able to make fully secure script then we will launch it here.',2,4,'0',1281670151,'0','0'),(2289,'[b]Public Anouncment:[/b][br/]Friends today is birthday of my best friend [color=red]vicky[/color] (one of the chatspell owner) you can wish him by call or sms on [color=red]+919867186620 [/color](dont forgot to send your username or your name)[br/][i]This message was sent to all the members[/i]',2,6,'1',1281668917,'0','0'),(2290,'[b]Public Anouncment:[/b][br/]Friends today is birthday of my best friend [color=red]vicky[/color] (one of the chatspell owner) you can wish him by call or sms on [color=red]+919867186620 [/color](dont forgot to send your username or your name)[br/][i]This message was sent to all the members[/i]',2,3,'0',1281668917,'0','0'),(2291,'[b]Public Anouncment:[/b][br/]Friends today is birthday of my best friend [color=red]vicky[/color] (one of the chatspell owner) you can wish him by call or sms on [color=red]+919867186620 [/color](dont forgot to send your username or your name)[br/][i]This message was sent to all the members[/i]',2,4,'0',1281668917,'0','0'),(2292,'[b]Public Anouncment:[/b][br/]Friends today is birthday of my best friend [color=red]vicky[/color] (one of the chatspell owner) you can wish him by call or sms on [color=red]+919867186620 [/color](dont forgot to send your username or your name)[br/][i]This message was sent to all the members[/i]',2,5,'0',1281668917,'0','0'),(2293,'[b]Public Anouncment:[/b][br/]Friends today is birthday of my best friend [color=red]vicky[/color] (one of the chatspell owner) you can wish him by call or sms on [color=red]+919867186620 [/color](dont forgot to send your username or your name)[br/][i]This message was sent to all the members[/i]',2,7,'1',1281668917,'0','0'),(2294,'[b]Public Anouncment:[/b][br/]Friends today is birthday of my best friend [color=red]vicky[/color] (one of the chatspell owner) you can wish him by call or sms on [color=red]+919867186620 [/color](dont forgot to send your username or your name)[br/][i]This message was sent to all the members[/i]',2,8,'0',1281668917,'0','0'),(2295,'[b]Public Anouncment:[/b][br/]Friends today is birthday of my best friend [color=red]vicky[/color] (one of the chatspell owner) you can wish him by call or sms on [color=red]+919867186620 [/color](dont forgot to send your username or your name)[br/][i]This message was sent to all the members[/i]',2,33,'1',1281668917,'0','0'),(2780,'Mast   hai',4,23,'0',1281692555,'0','0'),(2781,'Ap  fast  nai  karte  dear.apka  ramjan  na',54,32,'0',1281692644,'0','0'),(2782,'Mera   ip  reliance  t9space   ha',54,32,'0',1281692715,'0','0'),(2783,'haaan aaj mujhe bahar jaana tha appintment per iss liye nahi rakha...hehe...',32,54,'0',1281692870,'0','0'),(2297,'[b]Public Anouncment:[/b][br/]Friends today is birthday of my best friend [color=red]vicky[/color] (one of the chatspell owner) you can wish him by call or sms on [color=red]+919867186620 [/color](dont forgot to send your username or your name)[br/][i]This message was sent to all the members[/i]',2,9,'1',1281668917,'0','0'),(2298,'[b]Public Anouncment:[/b][br/]Friends today is birthday of my best friend [color=red]vicky[/color] (one of the chatspell owner) you can wish him by call or sms on [color=red]+919867186620 [/color](dont forgot to send your username or your name)[br/][i]This message was sent to all the members[/i]',2,10,'0',1281668917,'0','0'),(2299,'[b]Public Anouncment:[/b][br/]Friends today is birthday of my best friend [color=red]vicky[/color] (one of the chatspell owner) you can wish him by call or sms on [color=red]+919867186620 [/color](dont forgot to send your username or your name)[br/][i]This message was sent to all the members[/i]',2,37,'0',1281668917,'0','0'),(2300,'[b]Public Anouncment:[/b][br/]Friends today is birthday of my best friend [color=red]vicky[/color] (one of the chatspell owner) you can wish him by call or sms on [color=red]+919867186620 [/color](dont forgot to send your username or your name)[br/][i]This message was sent to all the members[/i]',2,11,'1',1281668917,'0','0'),(4558,'I tell you all true because your in staff it means your nice person for mukesh or for shubham agar koi aur hota he to me 4000/ me deal karta hu.',2,23,'0',1281752455,'0','0'),(2972,'Itna bata diya is se jada nahi bataungi',14,31,'0',1281700107,'0','0'),(2973,'Laura i dnt wear all dat..undrstood...',23,4,'0',1281700134,'0','0'),(2302,'[b]Public Anouncment:[/b][br/]Friends today is birthday of my best friend [color=red]vicky[/color] (one of the chatspell owner) you can wish him by call or sms on [color=red]+919867186620 [/color](dont forgot to send your username or your name)[br/][i]This message was sent to all the members[/i]',2,12,'1',1281668917,'0','0'),(3087,'Gharwali nahi baharwali',14,4,'0',1281703587,'0','0'),(3088,'Me flirty nahi hu',14,4,'0',1281703651,'0','0'),(3802,'WHAT NO I DIDNT UNDERSTAND DEAR',58,22,'1',1281722269,'0','0'),(3803,'W0   pr0fesnal  ha.bina  pesa  kuch  nai  karta',4,67,'0',1281722293,'0','0'),(3090,'Baharwali  kyu.wink.',4,14,'0',1281703776,'0','0'),(2304,'[b]Public Anouncment:[/b][br/]Friends today is birthday of my best friend [color=red]vicky[/color] (one of the chatspell owner) you can wish him by call or sms on [color=red]+919867186620 [/color](dont forgot to send your username or your name)[br/][i]This message was sent to all the members[/i]',2,15,'1',1281668917,'0','0'),(2305,'[b]Public Anouncment:[/b][br/]Friends today is birthday of my best friend [color=red]vicky[/color] (one of the chatspell owner) you can wish him by call or sms on [color=red]+919867186620 [/color](dont forgot to send your username or your name)[br/][i]This message was sent to all the members[/i]',2,17,'0',1281668917,'0','0'),(2306,'[b]Public Anouncment:[/b][br/]Friends today is birthday of my best friend [color=red]vicky[/color] (one of the chatspell owner) you can wish him by call or sms on [color=red]+919867186620 [/color](dont forgot to send your username or your name)[br/][i]This message was sent to all the members[/i]',2,16,'1',1281668917,'0','0'),(2307,'[b]Public Anouncment:[/b][br/]Friends today is birthday of my best friend [color=red]vicky[/color] (one of the chatspell owner) you can wish him by call or sms on [color=red]+919867186620 [/color](dont forgot to send your username or your name)[br/][i]This message was sent to all the members[/i]',2,18,'0',1281668917,'0','0'),(2308,'[b]Public Anouncment:[/b][br/]Friends today is birthday of my best friend [color=red]vicky[/color] (one of the chatspell owner) you can wish him by call or sms on [color=red]+919867186620 [/color](dont forgot to send your username or your name)[br/][i]This message was sent to all the members[/i]',2,19,'1',1281668917,'0','0'),(2309,'[b]Public Anouncment:[/b][br/]Friends today is birthday of my best friend [color=red]vicky[/color] (one of the chatspell owner) you can wish him by call or sms on [color=red]+919867186620 [/color](dont forgot to send your username or your name)[br/][i]This message was sent to all the members[/i]',2,20,'1',1281668917,'0','0'),(2310,'[b]Public Anouncment:[/b][br/]Friends today is birthday of my best friend [color=red]vicky[/color] (one of the chatspell owner) you can wish him by call or sms on [color=red]+919867186620 [/color](dont forgot to send your username or your name)[br/][i]This message was sent to all the members[/i]',2,22,'0',1281668917,'0','0'),(2311,'[b]Public Anouncment:[/b][br/]Friends today is birthday of my best friend [color=red]vicky[/color] (one of the chatspell owner) you can wish him by call or sms on [color=red]+919867186620 [/color](dont forgot to send your username or your name)[br/][i]This message was sent to all the members[/i]',2,21,'1',1281668917,'0','0'),(2312,'[b]Public Anouncment:[/b][br/]Friends today is birthday of my best friend [color=red]vicky[/color] (one of the chatspell owner) you can wish him by call or sms on [color=red]+919867186620 [/color](dont forgot to send your username or your name)[br/][i]This message was sent to all the members[/i]',2,23,'0',1281668917,'0','0'),(2313,'[b]Public Anouncment:[/b][br/]Friends today is birthday of my best friend [color=red]vicky[/color] (one of the chatspell owner) you can wish him by call or sms on [color=red]+919867186620 [/color](dont forgot to send your username or your name)[br/][i]This message was sent to all the members[/i]',2,24,'1',1281668917,'0','0'),(2314,'[b]Public Anouncment:[/b][br/]Friends today is birthday of my best friend [color=red]vicky[/color] (one of the chatspell owner) you can wish him by call or sms on [color=red]+919867186620 [/color](dont forgot to send your username or your name)[br/][i]This message was sent to all the members[/i]',2,26,'1',1281668917,'0','0'),(2315,'[b]Public Anouncment:[/b][br/]Friends today is birthday of my best friend [color=red]vicky[/color] (one of the chatspell owner) you can wish him by call or sms on [color=red]+919867186620 [/color](dont forgot to send your username or your name)[br/][i]This message was sent to all the members[/i]',2,25,'0',1281668917,'0','0'),(2316,'[b]Public Anouncment:[/b][br/]Friends today is birthday of my best friend [color=red]vicky[/color] (one of the chatspell owner) you can wish him by call or sms on [color=red]+919867186620 [/color](dont forgot to send your username or your name)[br/][i]This message was sent to all the members[/i]',2,27,'1',1281668917,'0','0'),(2317,'[b]Public Anouncment:[/b][br/]Friends today is birthday of my best friend [color=red]vicky[/color] (one of the chatspell owner) you can wish him by call or sms on [color=red]+919867186620 [/color](dont forgot to send your username or your name)[br/][i]This message was sent to all the members[/i]',2,28,'0',1281668917,'0','0'),(2318,'[b]Public Anouncment:[/b][br/]Friends today is birthday of my best friend [color=red]vicky[/color] (one of the chatspell owner) you can wish him by call or sms on [color=red]+919867186620 [/color](dont forgot to send your username or your name)[br/][i]This message was sent to all the members[/i]',2,32,'0',1281668917,'0','0'),(2319,'[b]Public Anouncment:[/b][br/]Friends today is birthday of my best friend [color=red]vicky[/color] (one of the chatspell owner) you can wish him by call or sms on [color=red]+919867186620 [/color](dont forgot to send your username or your name)[br/][i]This message was sent to all the members[/i]',2,29,'0',1281668917,'0','0'),(2320,'[b]Public Anouncment:[/b][br/]Friends today is birthday of my best friend [color=red]vicky[/color] (one of the chatspell owner) you can wish him by call or sms on [color=red]+919867186620 [/color](dont forgot to send your username or your name)[br/][i]This message was sent to all the members[/i]',2,30,'0',1281668917,'0','0'),(2321,'[b]Public Anouncment:[/b][br/]Friends today is birthday of my best friend [color=red]vicky[/color] (one of the chatspell owner) you can wish him by call or sms on [color=red]+919867186620 [/color](dont forgot to send your username or your name)[br/][i]This message was sent to all the members[/i]',2,31,'0',1281668917,'0','0'),(4752,'De  di  plus.and  nyc.whr  u  live',4,18,'0',1281757042,'0','0'),(4555,'Priyanka ke tool wapas lo bro,agar site  sahi tarah se chalani he to baki aage aapki marzi',34,2,'0',1281752306,'0','0'),(4556,'Katora haath mein le kar aa',34,23,'0',1281752361,'0','0'),(2323,'[b]Public Anouncment:[/b][br/]Friends today is birthday of my best friend [color=red]vicky[/color] (one of the chatspell owner) you can wish him by call or sms on [color=red]+919867186620 [/color](dont forgot to send your username or your name)[br/][i]This message was sent to all the members[/i]',2,35,'1',1281668917,'0','0'),(2324,'[b]Public Anouncment:[/b][br/]Friends today is birthday of my best friend [color=red]vicky[/color] (one of the chatspell owner) you can wish him by call or sms on [color=red]+919867186620 [/color](dont forgot to send your username or your name)[br/][i]This message was sent to all the members[/i]',2,36,'1',1281668917,'0','0'),(2325,'[b]Public Anouncment:[/b][br/]Friends today is birthday of my best friend [color=red]vicky[/color] (one of the chatspell owner) you can wish him by call or sms on [color=red]+919867186620 [/color](dont forgot to send your username or your name)[br/][i]This message was sent to all the members[/i]',2,43,'0',1281668917,'0','0'),(2326,'[b]Public Anouncment:[/b][br/]Friends today is birthday of my best friend [color=red]vicky[/color] (one of the chatspell owner) you can wish him by call or sms on [color=red]+919867186620 [/color](dont forgot to send your username or your name)[br/][i]This message was sent to all the members[/i]',2,38,'1',1281668917,'0','0'),(2327,'[b]Public Anouncment:[/b][br/]Friends today is birthday of my best friend [color=red]vicky[/color] (one of the chatspell owner) you can wish him by call or sms on [color=red]+919867186620 [/color](dont forgot to send your username or your name)[br/][i]This message was sent to all the members[/i]',2,39,'1',1281668917,'0','0'),(2328,'[b]Public Anouncment:[/b][br/]Friends today is birthday of my best friend [color=red]vicky[/color] (one of the chatspell owner) you can wish him by call or sms on [color=red]+919867186620 [/color](dont forgot to send your username or your name)[br/][i]This message was sent to all the members[/i]',2,41,'1',1281668917,'0','0'),(2329,'[b]Public Anouncment:[/b][br/]Friends today is birthday of my best friend [color=red]vicky[/color] (one of the chatspell owner) you can wish him by call or sms on [color=red]+919867186620 [/color](dont forgot to send your username or your name)[br/][i]This message was sent to all the members[/i]',2,42,'1',1281668917,'0','0'),(2330,'[b]Public Anouncment:[/b][br/]Friends today is birthday of my best friend [color=red]vicky[/color] (one of the chatspell owner) you can wish him by call or sms on [color=red]+919867186620 [/color](dont forgot to send your username or your name)[br/][i]This message was sent to all the members[/i]',2,44,'1',1281668917,'0','0'),(2331,'[b]Public Anouncment:[/b][br/]Friends today is birthday of my best friend [color=red]vicky[/color] (one of the chatspell owner) you can wish him by call or sms on [color=red]+919867186620 [/color](dont forgot to send your username or your name)[br/][i]This message was sent to all the members[/i]',2,45,'1',1281668917,'0','0'),(2332,'[b]Public Anouncment:[/b][br/]Friends today is birthday of my best friend [color=red]vicky[/color] (one of the chatspell owner) you can wish him by call or sms on [color=red]+919867186620 [/color](dont forgot to send your username or your name)[br/][i]This message was sent to all the members[/i]',2,46,'1',1281668917,'0','0'),(2333,'[b]Public Anouncment:[/b][br/]Friends today is birthday of my best friend [color=red]vicky[/color] (one of the chatspell owner) you can wish him by call or sms on [color=red]+919867186620 [/color](dont forgot to send your username or your name)[br/][i]This message was sent to all the members[/i]',2,47,'1',1281668917,'0','0'),(2334,'[b]Public Anouncment:[/b][br/]Friends today is birthday of my best friend [color=red]vicky[/color] (one of the chatspell owner) you can wish him by call or sms on [color=red]+919867186620 [/color](dont forgot to send your username or your name)[br/][i]This message was sent to all the members[/i]',2,48,'0',1281668917,'0','0'),(2335,'[b]Public Anouncment:[/b][br/]Friends today is birthday of my best friend [color=red]vicky[/color] (one of the chatspell owner) you can wish him by call or sms on [color=red]+919867186620 [/color](dont forgot to send your username or your name)[br/][i]This message was sent to all the members[/i]',2,49,'1',1281668917,'0','0'),(2336,'[b]Public Anouncment:[/b][br/]Friends today is birthday of my best friend [color=red]vicky[/color] (one of the chatspell owner) you can wish him by call or sms on [color=red]+919867186620 [/color](dont forgot to send your username or your name)[br/][i]This message was sent to all the members[/i]',2,50,'0',1281668917,'0','0'),(2337,'[b]Public Anouncment:[/b][br/]Friends today is birthday of my best friend [color=red]vicky[/color] (one of the chatspell owner) you can wish him by call or sms on [color=red]+919867186620 [/color](dont forgot to send your username or your name)[br/][i]This message was sent to all the members[/i]',2,51,'0',1281668917,'0','0'),(2338,'[b]Public Anouncment:[/b][br/]Friends today is birthday of my best friend [color=red]vicky[/color] (one of the chatspell owner) you can wish him by call or sms on [color=red]+919867186620 [/color](dont forgot to send your username or your name)[br/][i]This message was sent to all the members[/i]',2,52,'1',1281668917,'0','0'),(2339,'[b]Public Anouncment:[/b][br/]Friends today is birthday of my best friend [color=red]vicky[/color] (one of the chatspell owner) you can wish him by call or sms on [color=red]+919867186620 [/color](dont forgot to send your username or your name)[br/][i]This message was sent to all the members[/i]',2,53,'1',1281668917,'0','0'),(2340,'[b]Public Anouncment:[/b][br/]Friends today is birthday of my best friend [color=red]vicky[/color] (one of the chatspell owner) you can wish him by call or sms on [color=red]+919867186620 [/color](dont forgot to send your username or your name)[br/][i]This message was sent to all the members[/i]',2,54,'0',1281668917,'0','0'),(2341,'[b]Public Anouncment:[/b][br/]Friends today is birthday of my best friend [color=red]vicky[/color] (one of the chatspell owner) you can wish him by call or sms on [color=red]+919867186620 [/color](dont forgot to send your username or your name)[br/][i]This message was sent to all the members[/i]',2,55,'0',1281668917,'0','0'),(2342,'[b]Public Anouncment:[/b][br/]Friends today is birthday of my best friend [color=red]vicky[/color] (one of the chatspell owner) you can wish him by call or sms on [color=red]+919867186620 [/color](dont forgot to send your username or your name)[br/][i]This message was sent to all the members[/i]',2,57,'1',1281668917,'0','0'),(2343,'[b]Public Anouncment:[/b][br/]Friends today is birthday of my best friend [color=red]vicky[/color] (one of the chatspell owner) you can wish him by call or sms on [color=red]+919867186620 [/color](dont forgot to send your username or your name)[br/][i]This message was sent to all the members[/i]',2,56,'0',1281668917,'0','0'),(2344,'[b]Public Anouncment:[/b][br/]Friends today is birthday of my best friend [color=red]vicky[/color] (one of the chatspell owner) you can wish him by call or sms on [color=red]+919867186620 [/color](dont forgot to send your username or your name)[br/][i]This message was sent to all the members[/i]',2,58,'0',1281668917,'0','0'),(3952,'ha lag jata hai par hum zyada kar darjilin me hi rahi hai',83,4,'0',1281725360,'0','0'),(3953,'1800   bi  na  dega  w0',4,25,'0',1281725370,'0','0'),(3954,'ji hume bhi pata hai hum kuch karti hai par R W kab chalu ho rahi hai',83,4,'0',1281725409,'0','0'),(2346,'[b]Public Anouncment:[/b][br/]Friends today is birthday of my best friend [color=red]vicky[/color] (one of the chatspell owner) you can wish him by call or sms on [color=red]+919867186620 [/color](dont forgot to send your username or your name)[br/][i]This message was sent to all the members[/i]',2,60,'0',1281668917,'0','0'),(2347,'[b]Public Anouncment:[/b][br/]Friends today is birthday of my best friend [color=red]vicky[/color] (one of the chatspell owner) you can wish him by call or sms on [color=red]+919867186620 [/color](dont forgot to send your username or your name)[br/][i]This message was sent to all the members[/i]',2,63,'0',1281668917,'0','0'),(2348,'[b]Public Anouncment:[/b][br/]Friends today is birthday of my best friend [color=red]vicky[/color] (one of the chatspell owner) you can wish him by call or sms on [color=red]+919867186620 [/color](dont forgot to send your username or your name)[br/][i]This message was sent to all the members[/i]',2,61,'1',1281668917,'0','0'),(2349,'[b]Public Anouncment:[/b][br/]Friends today is birthday of my best friend [color=red]vicky[/color] (one of the chatspell owner) you can wish him by call or sms on [color=red]+919867186620 [/color](dont forgot to send your username or your name)[br/][i]This message was sent to all the members[/i]',2,62,'1',1281668917,'0','0'),(2350,'[b]Public Anouncment:[/b][br/]Friends today is birthday of my best friend [color=red]vicky[/color] (one of the chatspell owner) you can wish him by call or sms on [color=red]+919867186620 [/color](dont forgot to send your username or your name)[br/][i]This message was sent to all the members[/i]',2,64,'0',1281668917,'0','0'),(2351,'[b]Public Anouncment:[/b][br/]Friends today is birthday of my best friend [color=red]vicky[/color] (one of the chatspell owner) you can wish him by call or sms on [color=red]+919867186620 [/color](dont forgot to send your username or your name)[br/][i]This message was sent to all the members[/i]',2,65,'0',1281668917,'0','0'),(2352,'[b]Public Anouncment:[/b][br/]Friends today is birthday of my best friend [color=red]vicky[/color] (one of the chatspell owner) you can wish him by call or sms on [color=red]+919867186620 [/color](dont forgot to send your username or your name)[br/][i]This message was sent to all the members[/i]',2,66,'0',1281668917,'0','0'),(2353,'[b]Public Anouncment:[/b][br/]Friends today is birthday of my best friend [color=red]vicky[/color] (one of the chatspell owner) you can wish him by call or sms on [color=red]+919867186620 [/color](dont forgot to send your username or your name)[br/][i]This message was sent to all the members[/i]',2,67,'0',1281668917,'0','0'),(4750,'Telecom sector',18,4,'0',1281756900,'0','0'),(2355,'What   j0b',4,17,'0',1281668951,'0','0'),(2357,'Which code?',2,67,'0',1281669012,'0','0'),(2358,'U  bana  d0ge  kya  cat0gary',4,56,'0',1281669013,'0','0'),(2359,'ghar mein koi nahi rehta kya? Tumhara ye chat timing dhek k bhabhi maike chali jayagi take care lol',56,4,'0',1281669050,'0','0'),(2360,'Ph.ku  0ff  kiya  pagal..  And  rw  kya  huwa',4,67,'0',1281669070,'0','0'),(2361,'Co ordinator in telecom comp',17,4,'0',1281669077,'0','0'),(2405,'Nahi re apna baki owners koi kaam ka nahi hai kya., forum b bana nahi sakte? Hehe haha',56,4,'0',1281670015,'0','0'),(2363,'To jo gali jante ho wo bhi de lo na',14,4,'0',1281669094,'0','0'),(2364,'No you can do . I have inform i have done my job against your wish to wish him or not.',2,17,'0',1281669110,'0','0'),(2365,'Mene  ek  c0der  hacker  k0  hire  kiya  ha',4,67,'0',1281669128,'0','0'),(2366,'It has created by aditya if any problem there have then tell me or him.',2,67,'0',1281669162,'0','0'),(2367,'Bola na colege jata hu re...kis ka script hai ?',67,4,'0',1281669174,'0','0'),(2368,'Munna bhai aap ghar me raho me exam de dungi tumari jagah hehehe',14,17,'0',1281669184,'0','0'),(2369,'Jati hu me',14,4,'0',1281669213,'0','0'),(2370,'Kaun hacker bro ?',67,4,'0',1281669217,'0','0'),(2371,'Its ok',14,17,'0',1281669236,'0','0'),(2372,'K0n  bhabi  re.am  15  year  0ld  .hehe.',4,56,'0',1281669251,'0','0'),(2374,'Gud  yaar',4,17,'0',1281669299,'0','0'),(2376,'He is my friend . He is a programmer and also he is best friend of Aniket who is cHaTsPeLL.CoM\'s real owner.',2,67,'0',1281669361,'0','0'),(2378,'U nahi tho category banane keliye Bin laden ko lana padta hai kya ya kisi programmer ko America se import karna padega? Eh bolo',56,4,'0',1281669431,'0','0'),(2380,'Tuje  ashu  ne  dara  diy.a.teri  wajah  se  mene  i.c  ch0ra.and  tu  muje  dh0ka  diya',4,67,'0',1281669442,'0','0'),(3086,'dekhte hai kitna time woh yahaan spend karte hai.....aur ek kaam kr......site secure hai na properly...?',32,4,'0',1281703564,'0','0'),(2403,'K0nse  wali  bhabi  ka  n0.wink.',4,56,'0',1281669959,'0','0'),(3085,'Hi',14,78,'1',1281703533,'0','0'),(2384,'Jati hu par plz mujhe gali dete rahna ok',14,4,'0',1281669506,'0','0'),(2385,'Kya dhoka ? Natak band kar me ne kya kiya hai',67,4,'0',1281669512,'0','0'),(3084,'Tumara math week hai kya',14,4,'0',1281703513,'0','0'),(2387,'No dont try now i will tell you latter currently site must be run properly.',2,67,'0',1281669536,'0','0'),(2388,'Asad  id  me  hai  w0.ashu  ki  marega',4,67,'0',1281669545,'0','0'),(2389,'Invisible ho ke exam de dungi aane ki jarurat nahi hai',14,17,'0',1281669572,'0','0'),(3083,'Auto pm dal sbko chat rum me bulao',17,4,'0',1281703442,'0','0'),(2391,'Wc',3,4,'0',1281669588,'0','0'),(2393,'I luv ur gali',14,4,'0',1281669608,'0','0'),(2394,'Tum  banaw0   f0rum.t00l  deta  hu',4,56,'0',1281669619,'0','0'),(2395,'Ok bye t c',14,17,'0',1281669635,'0','0'),(2396,'Ok no problem.',2,17,'0',1281669637,'0','0'),(2397,'Chal be profile me 15 rakhne se age kam nahi hota. Ghar ka phone number do bhabhi ko bataunga k tum 18 ka profile se teen ladkion ko pata rahe ho',56,4,'0',1281669644,'0','0'),(3082,'Me  subah  bulaya  t0  yaha  id  banaya  sameer786',4,32,'0',1281703395,'0','0'),(2399,'Ok bye t c',14,4,'0',1281669764,'0','0'),(2400,'Rw  band  kar  diya.i.c  pe  me  ban.ab  user  k0  kya  muh  dikhawu..  Rw  tu  suru  nai  karta.tu  darta  ha',4,67,'0',1281669789,'0','0'),(2401,'Nahi re apna baki owners koi kaam ka nahi hai kya., forum b bana nahi sakte? Hehe haha',56,4,'0',1281669797,'0','0'),(2579,'yeh syt ka homepage fuddu hai re... rokwap alg chal jayegi',69,4,'0',1281677739,'0','0'),(2580,'hahaha Vasu? chalo phir toh gud luck',37,4,'0',1281677750,'0','0'),(2581,'give me plusses to shout bro',37,4,'0',1281677789,'0','0'),(2582,'mama',37,56,'0',1281677829,'0','0'),(2583,'tricks and tips,requests,web and wap',22,56,'0',1281677961,'0','0'),(2584,'H0mepage  kya  sab  kuch  r.w  wale  script  ka  laga  dege  yaha.w0  ashu  ka  ba p   bi  hack  na  kar  payega',4,69,'0',1281677984,'0','0'),(2585,'Check  f0rum  n0w',4,37,'0',1281678025,'0','0'),(2586,'hi ...coins do kal se mang raha hu....',31,2,'0',1281678069,'0','0'),(2587,'fir to better . . . .imw k sath warpage khelna fir .hehe.',69,4,'0',1281678094,'0','0'),(2588,'i am a h.admin',22,22,'0',1281678119,'0','0'),(2589,'now working bro',37,4,'0',1281678153,'0','0'),(2590,'ok!wat r u doing now?',22,22,'0',1281678173,'0','0'),(2591,'some jobs',22,22,'0',1281678203,'0','0'),(2592,'tu mera janu ke par ke',22,22,'0',1281678234,'0','0'),(2593,'Nahi be mujhe apna site chahiye..pls bhai...koi problem hai to bol',23,4,'0',1281678236,'0','0'),(2594,'ok',22,22,'0',1281678259,'0','0'),(2595,'il visit in evening to check inside partners . . . .byeo dear . . .hav a nyc day!',69,2,'0',1281678267,'0','0'),(2596,'Well or kya chal raha he life mein',34,4,'0',1281678272,'0','0'),(2597,'',22,22,'0',1281678280,'0','0'),(2598,'',22,22,'0',1281678297,'0','0'),(2599,'Yaar mere paas FOrum category edit/ delete option nahi hai??',56,4,'0',1281678516,'0','0'),(2600,'Hellooooo mama.. kaise ho.. Yaar ye kya chakkar hai.. daily ithar uther bhagna pad raha hai lol',56,37,'0',1281678551,'0','0'),(2601,'Ok keep checking will add more spice to forums... ok',56,22,'0',1281678573,'0','0'),(2602,'Unki  t0  baji  padi  hai.gand  fat  gai  sale  ki.wml  dlt.and  reg.diseble.  T9  wagera   bl0ck',4,69,'0',1281678648,'0','0'),(2603,'Kya  w0rking.hehe.',4,37,'0',1281678691,'0','0'),(2604,'W0  chutiye   ka  ph.aya   ta',4,23,'0',1281678754,'0','0'),(4751,'Hi+darling..deepak se bat ho gayi hai...i said ki mukesh ke thru site le raha hun...tu bat kr le...janu',23,4,'0',1281756968,'0','0'),(2606,'Mere  pas  bi  nai  edit  dlt',4,56,'0',1281678879,'0','0'),(2607,'Aaj aya tha kya...',23,4,'0',1281678898,'0','0'),(2608,'So cant u delete of edit a forum category??? Check karo tho?',56,4,'0',1281678941,'0','0'),(2609,'Mere  pas  bi  nai  edit  dlt  t00l.  I  cant.0ur  t00l  same  in  add  f0rum',4,56,'0',1281679054,'0','0'),(2610,'Huh fourm edit ka tool hai par forum category edit nahi hai.. ye kounsi coding hai re? lol',56,4,'0',1281679127,'0','0'),(2611,'Just  aya.w0  b0l  raha  chat spice  jesa  chaiye. 3500  dega',4,23,'0',1281679138,'0','0'),(2612,'Sup0s  hack  bi  h0  gai  syt t0  hamari  catg0ry  safe. I.c  me  bi  same  t00l',4,56,'0',1281679235,'0','0'),(2613,'Lol LOCAL MAAL forum dheka?? Jaake dhek, kaisa hai batao... Mein chahta hu k LOCAL MAAL forum category 2nd Place mein rahe aur ENTERTAINMENT 3rd place mein.. database se ye ho sakta hai, Programmer se baat karo ok... mwah',56,4,'0',1281679368,'0','0'),(2614,'To mera kitna banta hai...',23,4,'0',1281679469,'0','0'),(2615,'H0  jayega.br0.',4,56,'0',1281679635,'0','0'),(2616,'Tera  1000  d0ne  meri  jaan',4,23,'0',1281679685,'0','0'),(2617,'Anu check forums now, want any changes tell me... Is there any 1 with ya staff who can add plenty of downloads?? I mean If I add REQUEST stuff forum, users might request for songs, videos or softwares.. some 1 must be there to full fill requests',56,22,'0',1281679717,'0','0'),(2618,'Cool.. ab check forums... want more?? Inbox ok',56,4,'0',1281679741,'0','0'),(2619,'Pls jaan 1500 kar na..ek lee ka jeans lena hai...forum  maal mein dekha hai...are beta hm hai to tnsn mat le line lga dunga customer ki..aaj shaam mein bhi ek 2500 wala tere ko call karega..',23,4,'0',1281679799,'0','0'),(2620,'Wait',4,56,'0',1281679840,'0','0'),(2621,'Us  gandu  k0  b0l  2000  wali  le  lega.  3500  wali  me  hame  kuch  na  milega',4,23,'0',1281680011,'0','0'),(2622,'hi sorry for late wait first telll me your web site name with out http://',2,69,'0',1281680158,'0','2'),(2623,'Kaise be...?',23,4,'0',1281680185,'0','0'),(2624,'he is mukes\'s frnd',2,22,'0',1281680188,'0','0'),(2625,'tell me ur site',2,69,'0',1281680240,'0','0'),(2626,'deepak call or miss call me plz',35,2,'0',1281680716,'0','0'),(2627,'hqhahahahahhahahahaha',35,22,'0',1281680769,'0','0'),(2628,'ok sweatheart...call me plz',35,2,'0',1281680804,'0','0'),(2629,'kuch nahi...tu ik pappy nahi de raha to ban kar mujhe...hahhahaha ya lip kiss kar...hahahhahaha',35,4,'0',1281680850,'0','0'),(3800,'ye achhi baat nahi hoti ! aise karne se aap log khud ka to nuksaan karte ho or logo ko bhi nuksan pahuchate ho',43,32,'0',1281722259,'0','0'),(3801,'Ok bro kal final jo b ho bata dena ha ya na ar deepak ko v bol dena yaar bhej deve',25,4,'0',1281722265,'0','0'),(2631,'Bhai forum category iss order se hogi to aacha lagta hai.... 1) SPELL ZONE, 2)LOCAL MAAL, 3)TECH ZONE, 4)KNOWLEDGE, 5)THIS SITE',56,4,'0',1281681311,'0','2'),(2632,'Yaar yeha ka gallery mein log nazane kya kya pic dal diya lol.. vo gallery ka sub category MALE or FEMALE hai, matlub Original Photos keliye hai ye gallery rofl',56,4,'0',1281681414,'0','0'),(2633,'plushesh do .tongue. zaki ea',71,4,'0',1281681448,'0','0'),(2634,'Mukesh ne admin banaya mujhe lol FORUM CATEGORIES add karne lol....',56,3,'0',1281681504,'0','0'),(2635,'Call me on my docomo its on now.',2,35,'1',1281681627,'0','0'),(2636,'Wait.',2,31,'0',1281681653,'0','0'),(2637,'Hey first give me your site url.',2,69,'0',1281681699,'0','0'),(2638,'Please you call on my docomo.',2,35,'1',1281681734,'0','0'),(2639,'Wait  .wc.',4,71,'0',1281681756,'0','0'),(2640,'ok waitnig',31,2,'0',1281681953,'0','0'),(2641,'Ye  le  pappy  .muwah.sali  smily  nai  chalti. .hru.',4,35,'1',1281681965,'0','0'),(2642,'W0  syt  me  b0t  kharcha  padega',4,23,'0',1281682022,'0','0'),(2643,'.huhu.  Ye  anusha  pagal  hai  yar.tamil  wali  hai.paka  di  pm  p0p  se',4,56,'0',1281682179,'0','0'),(2644,'first tell me hw much coins u want?',2,31,'0',1281682247,'0','0'),(2645,'yeh chakkar mujhe bhisamajh nahin aaya lol',37,56,'0',1281682739,'0','0'),(2646,'forums working yaar',37,4,'0',1281682759,'0','0'),(2647,'mai kahu carore 2 carore do kya doge .huhu.',31,2,'0',1281683851,'0','0'),(2648,'1000 de do',31,2,'0',1281683867,'0','0'),(2649,'ok wait',2,31,'0',1281684330,'0','0'),(2650,'Vasu  bhai  ka  w0rk  ha',4,37,'0',1281684519,'0','0'),(2651,'Mukes  also  my  old  frnd.  I  love  him  as  frnd',54,32,'0',1281684647,'0','0'),(2652,'Lol  then  make  me  owner',54,17,'0',1281684708,'0','0'),(2653,'Hapy bday yara',17,12,'1',1281684736,'0','0'),(2654,'Yar mud of hai mera paper bekar gaya',17,4,'0',1281684760,'0','0'),(2655,'U  also owner  deepak  na',54,17,'0',1281684778,'0','0'),(2656,'No  need  flerter  in  buddy  .gorila.',54,17,'0',1281684895,'0','0'),(2657,'Ya',17,54,'0',1281684925,'0','0'),(2659,'Mera  ip  ban  show  ho  raha  av  bi  waha  dear',54,32,'0',1281684986,'0','0'),(2660,'Joyti its not posibl to make every 1 ower bt u cn jst talk to me over phn if u want regarding site or as good frnd as per your wish',17,54,'0',1281685040,'0','0'),(2661,'Oi  gv  me  pluss',54,17,'0',1281685047,'0','0'),(2662,'Nh me crying lol',17,54,'0',1281685083,'0','0'),(2663,'Ok i wil owe u 200 pulses',17,54,'0',1281685130,'0','0'),(2664,'Lol  dont  be  smart.i  nevar  give  u  no.no  need   owner  tool',54,17,'0',1281685137,'0','0'),(2665,'am doing b.com nd u ?',43,60,'1',1281685176,'0','0'),(2669,'Chat me',66,22,'0',1281685285,'0','0'),(2671,'Hi gud afternoon',43,17,'0',1281685332,'0','0'),(3794,'Kal  final  b0l  duga',4,25,'0',1281722166,'0','0'),(3795,'HI',58,54,'0',1281722176,'0','0'),(3796,'Server kis ki id pe register ho ga',25,67,'0',1281722210,'0','0'),(3797,'HOW R U',58,2,'0',1281722212,'0','0'),(3798,'Ab  nai  h0ga  dlt  dear.s0rry',4,43,'0',1281722230,'0','0'),(3799,'akeli akeli khaya....kamse kam puch toh liya hota...hum toh punjab nahi aa sakte....but atleast......hume pata toh chalta ki hum punjabi dish khaa rahe hai...',32,43,'0',1281722235,'0','0'),(2673,'okkkkkk kitna wait karaoge',31,2,'0',1281685373,'0','0'),(3081,'Mast  zakash',4,17,'0',1281703330,'0','0'),(2675,'Ok ok as u wish madam why ur angry',17,54,'0',1281685402,'0','0'),(2676,'Hi how r u ?',43,32,'0',1281685424,'0','0'),(2677,'Lol kya ye jagah permanent hai ya yeha se be bhagna padega kuch din baad?',56,37,'0',1281685435,'0','0'),(2678,'Lol kya ye jagah permanent hai ya yeha se be bhagna padega kuch din baad?',56,37,'0',1281685453,'0','0'),(2680,'Hey switi neha good afternoon hows ur day',17,43,'0',1281685536,'0','0'),(2681,'Tamil kudi se panga mat le Sambar muh me daal degi lol',56,4,'0',1281685541,'0','0'),(3793,'W2c pe old inbox check kar mil jayega bro',67,4,'0',1281722164,'0','0'),(3791,'I wil buy u a server.then transfr all domains yar .wink. Pls acept ab',67,25,'0',1281722126,'0','0'),(3792,'usko page ling dedu....???',32,4,'0',1281722159,'0','0'),(2687,'Day was not bad nd wat about u ?',43,17,'0',1281685729,'0','0'),(2689,'bas 5 min',2,31,'0',1281685765,'0','0'),(2690,'can u give me ur contact number',2,31,'0',1281685781,'0','0'),(2691,'M sad u were not here na so m sad coz my paper bekar gaya aapne wish nahe kiya isleye :-(',17,43,'0',1281685837,'0','0'),(3789,'Mera vala hi script lagaunga yar par mere server pe rahegi',25,4,'0',1281722096,'0','0'),(3790,'nahi bana k or kha k aa rahi hoo',43,32,'0',1281722116,'0','0'),(3788,'mukesh sahin ki id me kaun hai....???',32,4,'0',1281722092,'0','0'),(2695,'reg. inable hai shayd',69,4,'0',1281686086,'0','0'),(2696,'offoh . . . ROCKONCLUB.TK',69,2,'0',1281686145,'0','0'),(2697,'Mere wish karne se nahi ! exam ki taiyari theek se nahi ki hogi isliy paper mien bhi chatspell likh kar aaye thy kya ?',43,17,'0',1281686155,'0','0'),(2699,'Hahahahaha ur gr8 tumhe kaise pata chala mere preparation nahe huwi thi smart women hmn han time nahe mela revijn ko',17,43,'0',1281686275,'0','0'),(2700,'Hahahahaha ur gr8 tumhe kaise pata chala mere preparation nahe huwi thi smart women hmn han time nahe mela revijn ko',17,43,'0',1281686287,'0','0'),(3787,'Rubina  k0  t00l  page  ded0',4,32,'0',1281722090,'0','0'),(2702,'idher chat karogre to padoge kab bandhu ?',43,17,'0',1281686402,'0','0'),(2703,'Yar ye joyti hai kay thoda maskari kiya to bhi ghusa hoti hai yar usk bareme jara khul k bata',17,4,'0',1281686419,'0','0'),(4082,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,125,'1',1281747401,'0','0'),(2706,'Aap se chat karna acha lagata hai. Waise aap golgape khogi abhi',17,43,'0',1281686567,'0','0'),(2708,'Abse jo aap bolo wo karunga hahahahahahaha',17,43,'0',1281686694,'0','0'),(2710,'kya pata mama, kahan tak bhagna padega lol',37,56,'0',1281686753,'0','0'),(2711,'kya karoge ........number mai koi ladki thodi na hu',31,2,'0',1281686846,'0','0'),(2712,'Lol ye Mukesh k saat common cheez hai bhai.. Bhagna.',56,37,'0',1281686896,'0','0'),(2713,'Lol ye Mukesh k saat common cheez hai bhai.. Bhagna.',56,37,'0',1281686923,'0','0'),(3786,'Janta hu..me bole raha usko..ki i wil buy a server for him..ab pray kar ki vo manjaye',67,4,'0',1281722054,'0','0'),(2717,'Ga mitra kasa aahes',17,32,'0',1281687260,'0','0'),(2719,'Tusi log out bhi ho gaye kyu',17,43,'0',1281687357,'0','0'),(3785,'Hi i use form but tum log fir delete kr dete ho or meri sari mehnat mitti mein mil jati hai',43,4,'0',1281722052,'0','0'),(3784,'Me  3000  duga  bhai.c0mplete  site  d0',4,25,'0',1281722034,'0','0'),(2724,'Wait  band  karwata  hu  .hehe.',4,69,'0',1281688005,'0','0'),(2725,'Kitna kharcha parega....chtspc me..',23,4,'0',1281688555,'0','0'),(2726,'Me  b0la  tha  na  bhai  w0  jy0ti  hath  na  aayegi',4,17,'0',1281688617,'0','0'),(2727,'Kitna kharcha parega....chtspc me..',23,4,'0',1281688638,'0','0'),(2728,'W0  pagal  hai  yaar.500pm  p0p  bhejti',4,56,'0',1281688671,'0','0'),(2729,'m fine ......aap offline ho gayi....???',32,43,'0',1281688711,'0','0'),(2730,'3500   lege.tera  hajar  paka',4,23,'0',1281688723,'0','0'),(2731,'hi',2,4,'0',1281688775,'0','0'),(2732,'okay.......',32,54,'0',1281688775,'0','0'),(2733,'',32,54,'0',1281688838,'0','0'),(2734,'B00t  mare  kya  servar  k0',4,2,'0',1281688873,'0','0'),(2735,'yes',2,4,'0',1281688966,'0','0'),(2736,'.hehe.  Ur  opera  me  fault  hai  yar.m0zila  fast  bhag  raha',4,2,'0',1281689124,'0','0'),(2737,'Nhi be kasam se kam 1400, yaar bat mano na mera jeans lena hai..college mein function hai',23,4,'0',1281689201,'0','0'),(2738,'ok',2,4,'0',1281689227,'0','0'),(2739,'Had  lunch.?',54,32,'0',1281689295,'0','0'),(2740,'Had  lunch.?',54,17,'0',1281689327,'0','0'),(2741,'Kanjush  only  200?',54,17,'0',1281689376,'0','0'),(2742,'Pata liya kya 18 board laga k lol',56,4,'0',1281689378,'0','0'),(2743,'Pata liya kya 18 board laga k lol',56,4,'0',1281689397,'0','0'),(2744,'hhaloo priyanka.....',32,23,'0',1281689407,'0','0'),(2745,'just finished ....u had ua lunch..?',32,54,'0',1281689468,'0','0'),(2746,'Head  ka  t00l page  d0',4,2,'0',1281689605,'0','0'),(2747,'Kamini  us  chutiye  k0  b0l  simple  site   le  lega',4,23,'0',1281689669,'0','0'),(2748,'Arey  nai  patana.ph.kiya  t0  tamil  me  bat  karti.i  d0nt  kn0w',4,56,'0',1281689734,'0','0'),(2749,'tumhe boot kisne kiya....',32,54,'0',1281689743,'0','0'),(2750,'Tm 2100 rakh aur 1400 hmko de dena...ok',23,4,'0',1281689815,'0','0'),(2751,'Gud bhai',3,56,'0',1281689889,'0','0'),(2752,'Lol tamil. Itni din se chennai mein kar kya rahe ho bina tamil seek k eh pagal kaika.',56,4,'0',1281690112,'0','0'),(2753,'Kamini  d0main  advertise   and  script ka  2200  lag  jayega',4,23,'0',1281690130,'0','0'),(2754,'Nhi+be woh kamai wli syt lega..tu mere ko 1400 dena..uske bad aur bhi customer hai.',23,4,'0',1281690148,'0','0'),(2755,'Tamil tuf   ha',4,56,'0',1281690210,'0','0'),(2756,'Call karna jb free rahega to..',23,4,'0',1281690219,'0','0'),(2757,'Check karke batao forum. Koi changes?',56,3,'0',1281690292,'0','0'),(2758,'Tuf kya re sab lang 1 hi hai. Btw vo book lao LEARN TAMIL IN 30 DAYS. Lol',56,4,'0',1281690475,'0','0'),(2759,'ok wait',2,4,'0',1281690725,'0','0'),(2760,'Me  .24hr.chat  pe  rahta.b00k  kab  padu',4,56,'0',1281691233,'0','0'),(2761,'Yup. Kha  li',54,32,'0',1281691427,'0','0'),(2762,'Usse kaho k hindi seekie.., hamare kaam be aaye hehe',56,4,'0',1281691478,'0','0'),(2763,'Pata  nai  dear.me  log  out  o  gai  apne  ap',54,32,'0',1281691481,'0','0'),(2764,'achha apne aap ..?.....aur haan ek baar india...pe login kar k dekho.....',32,54,'0',1281691611,'0','0'),(2765,'Indiacult  per  jati  hu  to  msg  ata  ha  ur  ip   ban  29  year  2month',54,32,'0',1281691771,'0','0'),(2766,'Dekhta hun bhai',3,56,'0',1281691815,'0','0'),(2767,'..kuch special...khaya aaj...??',32,54,'0',1281691816,'0','0'),(2769,'toh new id creat kro......',32,54,'0',1281691889,'0','0'),(2770,'Sab theek hai bhai',3,56,'0',1281691905,'0','0'),(2771,'Pee loon...jane maan ye wala gana suna hai ki nhi janu.,',23,4,'0',1281692095,'0','0'),(2772,'Nai  dear.  Dal  roti  chawal',54,32,'0',1281692134,'0','0'),(2773,'Nai  dear.  Dal  roti  chawal',54,32,'0',1281692151,'0','0'),(3783,'Me force ni karta bhai me tuje k de tu muje par muje pakka ho sake to hi bol bhai',25,4,'0',1281721997,'0','0'),(2775,'New  id  banao  to  reg.diseble  show  hota  ha',54,32,'0',1281692249,'0','0'),(2776,'maine toh paneer ki sabji aur 3 roti....aur dal rice khaya....',32,54,'0',1281692270,'0','0'),(2777,'ruko check.karta hun....',32,54,'0',1281692466,'0','0'),(2778,'W0  english  bi  pura nai  janti',4,56,'0',1281692470,'0','0'),(2795,'.wc.  Bhai.n0w  final',4,73,'0',1281694552,'0','0'),(2796,'',32,4,'0',1281694636,'0','0'),(2797,'Blank  pm',4,32,'0',1281694767,'0','0'),(2799,'Ha bro security to kar diya editing kar lega na bhai',25,4,'0',1281694892,'0','0'),(3779,'T00l  page  akil  se  lel0',4,83,'0',1281721932,'0','0'),(3780,'ye kya afwa faila rahe ho tum ? mien top chater kaise ho gyi ?',43,2,'0',1281721945,'0','0'),(3781,'Ab  w0  milega  kya',4,3,'0',1281721980,'0','0'),(3782,'haaan working working........i toool ekdum zhakkas,,,',32,4,'0',1281721988,'0','0'),(2801,'1500 me script de deta hu auto nick ar auto say ka',25,4,'0',1281694973,'0','0'),(2802,'Deepak fir to kar payega na',25,4,'0',1281695017,'0','0'),(3776,'Me  k0sish  karuga  bhai',4,25,'0',1281721878,'0','0'),(3777,'hum yahaa head admin hai.......hum ksise kuch nahi puchte...hehe...',32,83,'0',1281721894,'0','0'),(3778,'Mera ye server kya karu jo bps server 8 cpu load he uska kya karu 38 domain us k sath jude huve he',25,67,'0',1281721913,'0','0'),(2805,'ok bhai.....but sham ko pakka karwa dena...aur broken ka ek smiley banwa dena muku pls....',32,4,'0',1281695077,'0','0'),(2806,'.wc.rehanna',4,75,'1',1281695114,'0','0'),(2807,'Dip  karega  br0.',4,25,'0',1281695189,'0','0'),(2808,'D0ne  br0.aut0  say  se  kya  h0ga',4,25,'0',1281695255,'0','0'),(2809,'hi',2,76,'0',1281695324,'0','0'),(2811,'Sameer k0  bulaw0.w0  banaydga  smily',4,32,'0',1281695346,'0','0'),(3775,'Agar me server kharid ke du to..i wil buy a server for u bro..wil u acept then ?',67,25,'0',1281721858,'0','0'),(2816,'Bhuka  rehana  hard  na  dear',54,32,'0',1281695483,'0','0'),(2818,'Bro half payment v nahi kiya usne',25,4,'0',1281695515,'0','0'),(2819,'Utna paisa kaha se layenge..tm kch kar na bhai...ek dena....',23,4,'0',1281695527,'0','0'),(2820,'Ha bro dono',25,4,'0',1281695529,'0','0'),(2821,'Id   jyoti',54,32,'0',1281695531,'0','0'),(2822,'hiiiiiiiiiiiii',76,74,'0',1281695531,'0','0'),(2823,'',32,4,'0',1281695538,'0','0'),(2824,'haan bulata hun abhi.....',32,4,'0',1281695584,'0','0'),(2825,'hahahaha',37,56,'0',1281695622,'0','0'),(2826,'haan but wahaa. ip unbanned hai already....huhu...wapas try kro....',32,54,'0',1281695636,'0','0'),(2827,'Kitna  me  deal  huwa',4,25,'0',1281695848,'0','0'),(2828,'http://www.chatspell.com/flags/smdhead52/index.php ITS HEAD ADMIN SECRET PAGE',2,32,'0',1281695880,'0','2'),(2829,'do you friendship me?',76,75,'1',1281695901,'0','0'),(2830,'DONT GIVE IT TO OTHER HEAD ITS ONLY FOR U',2,32,'0',1281695910,'0','0'),(2831,'Kama  syt  bana  ke',4,23,'0',1281695975,'0','0'),(2832,'do you friendship me?',76,43,'0',1281695990,'0','0'),(2833,'ya ! am here !',43,32,'0',1281696039,'0','0'),(2834,'W0rk  kese  karega',4,25,'0',1281696045,'0','0'),(2835,'0k',4,32,'0',1281696141,'0','0'),(2836,'Thanx for the gol gappa',43,17,'0',1281696152,'0','0'),(2837,'Thik hai jo tu bol..par wo 1000 mein kaun sa mobile ayega..',23,4,'0',1281696284,'0','0'),(2838,'kahaan chali gayi thi....???',32,43,'0',1281696365,'0','0'),(2839,'',43,32,'0',1281696434,'0','0'),(3774,'Nahi yar 430 me ata he domain sirf server to mera he hi',25,4,'0',1281721838,'0','0'),(2841,'koi tha nahi idher to chali gayi com to chat room',43,32,'0',1281696463,'0','0'),(2842,'Vo php me kar dunga ek bar bata dunga deepak ko',25,4,'0',1281696506,'0','0'),(2843,'4500 me bro',25,4,'0',1281696595,'0','0'),(2844,'Ek  bar  trail   bataw0  br0.',4,25,'0',1281696647,'0','0'),(2845,'hiiiiiiiiii priyanka',74,23,'0',1281696662,'0','0'),(2846,'HI',23,74,'0',1281696706,'0','0'),(2847,'Ur name is deep kya...?',23,2,'0',1281696795,'0','0'),(2848,'Tuje  jeans  h0na  ke  m0bile',4,23,'0',1281696888,'0','0'),(2849,'main yahaa 2 baje se hun .....chalo aya chatroom me...',32,43,'0',1281696915,'0','0'),(3772,'Mfaceb00k   ka  10000  mang  raha  asad',4,67,'0',1281721805,'0','0'),(3773,'Agar me server kharid ke du to..i wil buy a server for u bro..wil u acept then ?',67,25,'0',1281721816,'0','0'),(3770,'Me gujrat se hu dear mera site coder hu ar hacker v mera partner kolkata ka he sagarmoy name he uska',25,83,'0',1281721796,'0','0'),(3771,'abhi main office se aa raha tha ....toh bike pe thoda masti krlu.....aur maine wili maari..............aur pheeer bakie palteeeeeeeeeeeeeeeee.....accident ho gyaaaaaaaaa',32,43,'0',1281721799,'0','0'),(2852,'Pahle  kitna  b0la',4,25,'0',1281696950,'0','0'),(2853,'Beta 1000 mein kaun jeans milega spykar ka ya lee ka....',23,4,'0',1281696995,'0','0'),(2854,'r u free in evening?',74,23,'0',1281697040,'0','0'),(2855,'hi,priyanka',77,23,'0',1281697067,'0','0'),(2856,'hiiiiiiiiii priyanka',76,23,'0',1281697079,'0','0'),(2857,'2000 bola',25,4,'0',1281697085,'0','0'),(2858,'hi,priyanka',77,23,'0',1281697114,'0','0'),(2859,'mien itne der se udher thi but tum nahi aye',43,32,'0',1281697276,'0','0'),(2860,'do you friendship me?i m waiting',76,23,'0',1281697307,'0','0'),(2861,'Ya.',23,74,'0',1281697371,'0','0'),(2862,'Hi',23,77,'1',1281697402,'0','0'),(2863,'Ok',23,76,'0',1281697465,'0','0'),(2864,'Bro triel kiya huva he',25,4,'0',1281697487,'0','0'),(2865,'staff list check kiya kro wahaa dikhega tumhe kaun staff online hai........',32,43,'0',1281697526,'0','0'),(2866,'Enjoy',14,43,'0',1281697549,'0','0'),(2867,'r u frm?',74,23,'0',1281697555,'0','0'),(2868,'Enjoy  gali',14,4,'0',1281697576,'0','0'),(2869,'thaks for reply i m waiting your pm',76,23,'0',1281697631,'0','0'),(2871,'',76,76,'0',1281697690,'0','0'),(2872,'main head admin hun toh dikhega tumhe staff online hai yaa nahi..hehe...',32,43,'0',1281697692,'0','0'),(2873,'Hi',14,66,'1',1281697706,'0','0'),(2875,'Bf hai',14,31,'0',1281697760,'0','0'),(2876,'',76,76,'0',1281697780,'0','0'),(2877,'Ok thanx',14,43,'0',1281697782,'0','0'),(2879,'oh ha but pehle to tum nahi thy idher ? or fir ek dum se admin kaise ? r u dipps ?',43,32,'0',1281697866,'0','0'),(2880,'Kamini  500  me  bi  jeans  milti',4,23,'0',1281697892,'0','0'),(2882,'T0  a/cn0.d0',4,25,'0',1281697933,'0','0'),(2883,'Thik hu',14,4,'0',1281697937,'0','0'),(2884,'hiiiiiiiiiiiiiiii',76,76,'0',1281697946,'0','0'),(2885,'Ok',14,43,'0',1281697955,'0','0'),(2886,'I.c  ka  trial  d0',4,25,'0',1281697977,'0','0'),(2887,'Who r u ? tel me ?',43,32,'0',1281698008,'0','0'),(3080,'usne mujhe phn pe ese kahaa .....3 baje call kiya tha maine usko.....aur usko id kain c hai yahaa..???',32,4,'0',1281703301,'0','0'),(2890,'',32,43,'0',1281698108,'0','0'),(2891,'If u want chat wid me than ur welcome',14,43,'0',1281698177,'0','0'),(2892,'Lunch kar chuki abhi class satart huye hai',14,4,'0',1281698241,'0','0'),(2893,'yahaaan ka owner mukesh ...uska main poorana user hun......usne mujhe hd admin banaya...........',32,43,'0',1281698244,'0','0'),(3079,'Deep  and  jak0  bi  ha  yaha.alag id  me',4,32,'0',1281703285,'0','0'),(2896,'who r u ? means matlab..?........main kuch samjha nahi dear...?',32,43,'0',1281698304,'0','0'),(2897,'Asad yaha hai kya ?',67,4,'0',1281698310,'0','0'),(3078,'Deep  and  jak0  bi  ha  yaha.alag id  me',4,32,'0',1281703252,'0','0'),(2899,'U mean u new user ?',43,32,'0',1281698330,'0','0'),(2900,'But if ashu hack the site what u wil do then bro ?',67,2,'0',1281698342,'0','0'),(2901,'Ha  asad  yaha  ha.tu  all  0wner  wala  url  de.jald.plz.',4,67,'0',1281698391,'0','0'),(2902,'i ask u coz idher aise hi kisi new ko staff maie nahi rakhte hai ?',43,32,'0',1281698403,'0','0'),(2903,'Cool.. ab yeha se kaha bhagate hai mukesh dhekte hai lol',56,3,'0',1281698435,'0','0'),(2904,'Ok i hv to go know going to market',43,32,'0',1281698460,'0','0'),(2905,'ya m new user here...but.....in chatting...site....m very old.......dats y i get ths power...',32,43,'0',1281698478,'0','0'),(2906,'Isliye kehta hu usse hindi sikhao, address lo HINDI IN 30 DAYS books send karo lol',56,4,'0',1281698479,'0','0'),(2907,'Ha so rahi hu',14,4,'0',1281698480,'0','0'),(2908,'So u are the hackr that mukesh told me! So how u wil hack i.c? By sqlinjection, xml atack, session hijak ?',67,25,'0',1281698485,'0','0'),(2909,'Kya all owner URL ?',67,4,'0',1281698519,'0','0'),(2910,'Go nd charge ur battery nd urself also',14,43,'0',1281698530,'0','0'),(2911,'Bro me number deta hu balance karva de usme airtel ka',25,4,'0',1281698533,'0','0'),(2912,'2 din kis bat ki holiday',14,4,'0',1281698577,'0','0'),(2913,'Buseliki kon he',25,4,'0',1281698581,'0','0'),(3077,'Par  sameer  yaha  id  banaya  na  br0.',4,32,'0',1281703194,'0','0'),(2915,'tum yahaa new user ho...???',32,43,'0',1281698601,'0','0'),(2916,'ha bhai Mukesh ka formula hai ye... BHAGO BHAGO BHAGTE RAHO... DOSTO KO BE BHAGAO APNE SAAT SAAT',56,37,'0',1281698610,'0','0'),(3075,'Yes ask mukesh about it.',2,67,'0',1281703152,'0','0'),(3076,'I have added you as partner.',2,69,'0',1281703189,'0','0'),(2918,'W0  kanya  kumari  me  ha',4,56,'0',1281698699,'0','0'),(2919,'So rahi hu disturbe mat karo',14,4,'0',1281698701,'0','0'),(2920,'All  0wner  karne  wali  trick  re',4,67,'0',1281698756,'0','0'),(2921,'Who r u lol',25,67,'0',1281698768,'0','0'),(2922,'tho chor do na... kyun uss k peeche bhagte ho lol... Koi local cheez patao',56,4,'0',1281698778,'0','0'),(2923,'Buseliki   id  me  hai  bandit  yaha.bat  kar0',4,25,'0',1281698814,'0','0'),(3074,'Our secure script is coming soon.',2,67,'0',1281703092,'0','0'),(2926,'M hacker lolz but who r u?',25,67,'0',1281698877,'0','0'),(2927,'Ye  pesa  dip  dega',4,25,'0',1281698915,'0','0'),(3073,'Flirt  means. U  sikhaw0  na  kese  karte  hai',4,14,'0',1281703074,'0','0'),(2929,'Hindi ati he kya usko mukesh ar tera pasword diya kya us ne',25,4,'0',1281699035,'0','0'),(2930,'Me   kaha  bhag  raha.i  leave  re',4,56,'0',1281699055,'0','0'),(4552,'09028956953',2,23,'0',1281752123,'0','0'),(2932,'Kon sa pesa dip dega yaar',25,4,'0',1281699067,'0','0'),(2933,'tumhare liye local mall mein 1 post hai.....',56,4,'0',1281699091,'0','0'),(2934,'Koi reply nahi diya usne',25,4,'0',1281699092,'0','0'),(2935,'Hindi  ati  ha',4,25,'0',1281699098,'0','0'),(2936,'Saturday holiday nahi hai',14,4,'0',1281699111,'0','0'),(2937,'2000  dip  dega',4,25,'0',1281699144,'0','0'),(2938,'Sone do',14,4,'0',1281699151,'0','0'),(2940,'Kya  p0st.kaha',4,56,'0',1281699193,'0','0'),(2941,'Kashwi ka khali 2000 ar baki 2500',25,4,'0',1281699202,'0','0'),(2942,'W0  0ff  h0  gaya.but  ayega',4,25,'0',1281699247,'0','0'),(2943,'Acount number sms karu kya',25,4,'0',1281699273,'0','0'),(2945,'check LOCAL MALL forum',56,4,'0',1281699294,'0','0'),(2946,'Ok bro',25,4,'0',1281699295,'0','0'),(3072,'No my name is Deepak . But i am know in chat world chat dip , dipu , dips , deepu , n deep .',2,23,'0',1281703045,'0','0'),(3071,'Hahahaha aur suna kaise ho',17,4,'0',1281703032,'0','0'),(3070,'Seting  me  jake  change  karl0  theme',4,5,'0',1281703015,'0','0'),(2950,'Tamila illai- Tamil kiruka sollunga lol',40,26,'1',1281699430,'0','0'),(2951,'Owk dO',73,4,'0',1281699451,'0','0'),(2952,'Baki  kam  ke  baad  dega',4,25,'0',1281699478,'0','0'),(2953,'Me i c par jau kuch pane dosto ko yaha lau jisse mujhe per member 500 pluses milenge',14,4,'0',1281699481,'0','0'),(2954,'Owk da',73,4,'0',1281699502,'0','0'),(2955,'Kar0  n0.sms',4,25,'0',1281699524,'0','0'),(3768,'D0main  ka  t0  500  ku  1000  lel0  bhai',4,25,'0',1281721749,'0','0'),(3769,'meri tarf se tum 6 kha lena',43,17,'0',1281721756,'0','0'),(2958,'Me  dlt  kar  duga.wr0ng  huwa  t0  .lol.',4,56,'0',1281699575,'0','0'),(2959,'Gali doge to kya kar loge mera. Mujhe pluses milegi',14,4,'0',1281699628,'0','0'),(2960,'Asad hackr hai na...phir use nai malum .huhu.',67,4,'0',1281699686,'0','0'),(2961,'Abe tum pe 100% fit hota hai topic.. jaake tho dhek',56,4,'0',1281699744,'0','0'),(3068,'r u free?',78,23,'0',1281702993,'0','0'),(3069,'deep ko bhi call kiya tha woh saala harami nikla......',32,4,'0',1281703006,'0','0'),(3067,'halo',22,78,'0',1281702965,'0','0'),(2964,'Am keshav...do u know sql injection ? Wel i also know..yet tel me ur trick',67,25,'0',1281699758,'0','0'),(4551,'Tmhare bare mein mukesh bhai ne bhut detail mein btaya ki u bhut acha syt create karte ho..aur mukesh bhai tmko bhut pasand karte h..',23,2,'0',1281752087,'0','0'),(2966,'Tum chahte ho mujhe pluses na mil paye',14,4,'0',1281699891,'0','0'),(3767,'Kal wo raat 1 baje tak online tha',3,4,'0',1281721743,'0','0'),(2968,'Hey can u make me owner here bro ?',67,2,'0',1281699921,'0','0'),(3066,'Nai  aap  gharwali  h0  .hehe.',4,14,'0',1281702957,'0','0'),(3065,'hello g.',78,14,'0',1281702956,'0','0'),(3015,'Ye network ki gadbadi hai',14,4,'0',1281701183,'0','0'),(3016,'y ?wat problem to logs?',22,4,'0',1281701210,'0','0'),(3018,'Ok than go dnt pm me ok',14,31,'0',1281701237,'0','0'),(4550,'Mujhe mazaak pasand nahi',34,23,'0',1281752075,'0','0'),(3022,'Ab dhekta hu tum hai nahi aate.. Hello Divya how r u dearling.. Mein chala Divya ko msg karne',56,4,'0',1281701972,'0','0'),(3025,'100 crore',14,4,'0',1281702167,'0','0'),(3064,'mukesh kuch jaroorat nahi hume new users ki...harami hai sab k sab saaale...u...n...k...i...m..a..a..k...i...c...h...u...t......maine sameer ko call kia toh woh kehta hai main abhi ic samhalne wala hun..',32,4,'0',1281702906,'0','0'),(3027,'Kyo chay pine ka man kar raha hai',14,4,'0',1281702227,'0','0'),(3028,'See  l0gs..thr   t00l   link',4,22,'0',1281702273,'0','0'),(3029,'Demand sun kar danveer ki hawa khisak gayee kya',14,4,'0',1281702293,'0','0'),(3030,'Anusha  pagal  hai.and  divya  ur  bhabi  pagal',4,56,'0',1281702331,'0','0'),(3763,'Ab  b0l  na..jald.  Ghuma mat',4,67,'0',1281721689,'0','0'),(3764,'Wo kya kehta hai dekhte hai bhai usne kaha kal check karke bataunga',3,56,'0',1281721693,'0','0'),(3765,'Bro de sakta he to bolna return chahiye to me de dunga vaise 20 din bad',25,4,'0',1281721731,'0','0'),(3766,'Hey yeh acha tha . Acha mukesh ji humar head admin toolz page not found a raha hai Q ?',83,4,'0',1281721731,'0','0'),(3033,'this link not found!',22,4,'0',1281702451,'0','0'),(3034,'yashv',5,4,'0',1281702467,'0','0'),(3035,'Aa jao to khela du mere cosin mast golgape banati hai',17,43,'0',1281702477,'0','0'),(3062,'',78,14,'0',1281702892,'0','0'),(3063,'Ku  ab  kya  huwa.me  5  min.me  1car0re  add  kar  sakta',4,14,'0',1281702904,'0','0'),(3037,'Per dosti bhi ye to nainsani hai bhai',17,4,'0',1281702520,'0','0'),(3038,'No madam hotel was closed',17,54,'0',1281702547,'0','0'),(3039,'Haa yaar Anusha pagal hai aur Divya your bhabhi be pagal hai hehe',56,4,'0',1281702549,'0','0'),(3061,'Karwa na baat kisi larki se..tune kaha tha na bhai..',23,4,'0',1281702887,'0','0'),(3041,'Bhai wo sb chor,koi mast larki se cntact banwa na.seriously',23,4,'0',1281702566,'0','0'),(3042,'Dimag kharab hai tumara mat dena',14,4,'0',1281702596,'0','0'),(3043,'Han mai kanjus hu aap to dosti tk karna nahe chahati kyu chela rahe ho madam 200 to mel gaye na',17,54,'0',1281702610,'0','0'),(3044,'U  l0gin  with  that  link',4,22,'0',1281702614,'0','0'),(3762,'sabji k alawa or bhi kaam hote hai mere paas karne ko',43,32,'0',1281721687,'0','0'),(3046,'Me kya chaywali hu',14,4,'0',1281702636,'0','0'),(3047,'kuch show hi nai ho raha kya type kar rahe theme change karao',5,4,'0',1281702637,'0','0'),(3761,'Sory bro pls me nahi de sakta ar me tention me hu avi is liye bola tha k mfacebook ka script de du par kyu k muje server ki payment deni he mere pas 15000 he 20000 kam padta he',25,67,'0',1281721678,'0','0'),(3049,'Whr   frm',4,5,'0',1281702674,'0','0'),(3050,'hello g.',78,23,'0',1281702689,'0','0'),(3051,'Jada flirt na karo jan dene wale',14,4,'0',1281702694,'0','0'),(3052,'Jada flirt na karo jan dene wale',14,4,'0',1281702708,'0','0'),(3053,'hello g.',78,23,'0',1281702709,'0','0'),(3759,'T00l  w0rking  na',4,32,'0',1281721625,'0','0'),(3760,'Hum kolkata se hai aap kaha se ho',83,25,'0',1281721635,'0','0'),(3055,'Nainsani.hehe.',4,17,'0',1281702728,'0','0'),(3056,'chatspell.com',22,4,'0',1281702757,'0','0'),(3057,'Chup  divya smart  .i .love.her',4,56,'0',1281702783,'0','0'),(3058,'hello g.',78,22,'0',1281702811,'0','0'),(3059,'Chal  hat',4,23,'0',1281702833,'0','0'),(3060,'Hi',23,78,'0',1281702834,'0','0'),(3165,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/ang/deepak.php]Dear /reader be a top chatter and get admin post of the week for top 3 room chatter.[/url][br/][i]This message was sent to all the members[/i]',2,58,'1',1281704263,'0','0'),(3166,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/ang/deepak.php]Dear /reader be a top chatter and get admin post of the week for top 3 room chatter.[/url][br/][i]This message was sent to all the members[/i]',2,59,'0',1281704263,'0','2'),(3167,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/ang/deepak.php]Dear /reader be a top chatter and get admin post of the week for top 3 room chatter.[/url][br/][i]This message was sent to all the members[/i]',2,60,'1',1281704263,'0','0'),(3168,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/ang/deepak.php]Dear /reader be a top chatter and get admin post of the week for top 3 room chatter.[/url][br/][i]This message was sent to all the members[/i]',2,63,'0',1281704263,'0','2'),(3169,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/ang/deepak.php]Dear /reader be a top chatter and get admin post of the week for top 3 room chatter.[/url][br/][i]This message was sent to all the members[/i]',2,61,'1',1281704263,'0','0'),(3170,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/ang/deepak.php]Dear /reader be a top chatter and get admin post of the week for top 3 room chatter.[/url][br/][i]This message was sent to all the members[/i]',2,62,'1',1281704263,'0','0'),(3171,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/ang/deepak.php]Dear /reader be a top chatter and get admin post of the week for top 3 room chatter.[/url][br/][i]This message was sent to all the members[/i]',2,64,'0',1281704263,'0','2'),(3172,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/ang/deepak.php]Dear /reader be a top chatter and get admin post of the week for top 3 room chatter.[/url][br/][i]This message was sent to all the members[/i]',2,68,'1',1281704263,'0','0'),(3173,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/ang/deepak.php]Dear /reader be a top chatter and get admin post of the week for top 3 room chatter.[/url][br/][i]This message was sent to all the members[/i]',2,65,'0',1281704263,'0','2'),(3174,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/ang/deepak.php]Dear /reader be a top chatter and get admin post of the week for top 3 room chatter.[/url][br/][i]This message was sent to all the members[/i]',2,66,'1',1281704263,'0','0'),(3175,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/ang/deepak.php]Dear /reader be a top chatter and get admin post of the week for top 3 room chatter.[/url][br/][i]This message was sent to all the members[/i]',2,67,'0',1281704263,'0','2'),(3176,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/ang/deepak.php]Dear /reader be a top chatter and get admin post of the week for top 3 room chatter.[/url][br/][i]This message was sent to all the members[/i]',2,69,'0',1281704263,'0','2'),(3177,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/ang/deepak.php]Dear /reader be a top chatter and get admin post of the week for top 3 room chatter.[/url][br/][i]This message was sent to all the members[/i]',2,70,'1',1281704263,'0','0'),(3178,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/ang/deepak.php]Dear /reader be a top chatter and get admin post of the week for top 3 room chatter.[/url][br/][i]This message was sent to all the members[/i]',2,72,'1',1281704263,'0','0'),(3179,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/ang/deepak.php]Dear /reader be a top chatter and get admin post of the week for top 3 room chatter.[/url][br/][i]This message was sent to all the members[/i]',2,71,'0',1281704263,'0','2'),(3180,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/ang/deepak.php]Dear /reader be a top chatter and get admin post of the week for top 3 room chatter.[/url][br/][i]This message was sent to all the members[/i]',2,73,'1',1281704263,'0','0'),(3181,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/ang/deepak.php]Dear /reader be a top chatter and get admin post of the week for top 3 room chatter.[/url][br/][i]This message was sent to all the members[/i]',2,74,'1',1281704263,'0','0'),(3182,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/ang/deepak.php]Dear /reader be a top chatter and get admin post of the week for top 3 room chatter.[/url][br/][i]This message was sent to all the members[/i]',2,75,'1',1281704263,'0','0'),(3183,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/ang/deepak.php]Dear /reader be a top chatter and get admin post of the week for top 3 room chatter.[/url][br/][i]This message was sent to all the members[/i]',2,76,'1',1281704263,'0','0'),(3184,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/ang/deepak.php]Dear /reader be a top chatter and get admin post of the week for top 3 room chatter.[/url][br/][i]This message was sent to all the members[/i]',2,77,'1',1281704263,'0','0'),(3185,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/ang/deepak.php]Dear /reader be a top chatter and get admin post of the week for top 3 room chatter.[/url][br/][i]This message was sent to all the members[/i]',2,78,'1',1281704263,'0','0'),(3186,'Mukesh yaar teri vajah se kuch na bola yaar me',25,4,'0',1281704300,'0','0'),(3187,'Ap  m0ka  t0  d0.5  ku  500  ki  kami  bi  puri  karuga.wink.',4,14,'0',1281704311,'0','0'),(3734,'Bro tu kahe to me apne server me tere liye site banau kya 500 rs dena sirf domain ka ar kuch nahi chahiye muje',25,4,'0',1281721060,'0','0'),(3735,'Waha  and  yaha  pswd  alag  rakhna',4,32,'0',1281721104,'0','0'),(3189,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/ang/deepak.php]Dear /reader be a top chatter and get admin post of the week for top 3 room chatter.[/url][br/][i]This message was sent to all the members[/i]',2,2,'0',1281704348,'0','2'),(3190,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/ang/deepak.php]Dear /reader be a top chatter and get admin post of the week for top 3 room chatter.[/url][br/][i]This message was sent to all the members[/i]',2,6,'1',1281704348,'0','0'),(3191,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/ang/deepak.php]Dear /reader be a top chatter and get admin post of the week for top 3 room chatter.[/url][br/][i]This message was sent to all the members[/i]',2,3,'0',1281704348,'0','2'),(3192,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/ang/deepak.php]Dear /reader be a top chatter and get admin post of the week for top 3 room chatter.[/url][br/][i]This message was sent to all the members[/i]',2,4,'0',1281704348,'0','2'),(3193,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/ang/deepak.php]Dear /reader be a top chatter and get admin post of the week for top 3 room chatter.[/url][br/][i]This message was sent to all the members[/i]',2,5,'0',1281704348,'0','2'),(3194,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/ang/deepak.php]Dear /reader be a top chatter and get admin post of the week for top 3 room chatter.[/url][br/][i]This message was sent to all the members[/i]',2,7,'1',1281704348,'0','0'),(3195,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/ang/deepak.php]Dear /reader be a top chatter and get admin post of the week for top 3 room chatter.[/url][br/][i]This message was sent to all the members[/i]',2,8,'1',1281704348,'0','0'),(3196,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/ang/deepak.php]Dear /reader be a top chatter and get admin post of the week for top 3 room chatter.[/url][br/][i]This message was sent to all the members[/i]',2,33,'1',1281704348,'0','0'),(3197,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/ang/deepak.php]Dear /reader be a top chatter and get admin post of the week for top 3 room chatter.[/url][br/][i]This message was sent to all the members[/i]',2,13,'1',1281704348,'0','0'),(3198,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/ang/deepak.php]Dear /reader be a top chatter and get admin post of the week for top 3 room chatter.[/url][br/][i]This message was sent to all the members[/i]',2,9,'1',1281704348,'0','0'),(3199,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/ang/deepak.php]Dear /reader be a top chatter and get admin post of the week for top 3 room chatter.[/url][br/][i]This message was sent to all the members[/i]',2,10,'0',1281704348,'0','2'),(3200,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/ang/deepak.php]Dear /reader be a top chatter and get admin post of the week for top 3 room chatter.[/url][br/][i]This message was sent to all the members[/i]',2,37,'0',1281704348,'0','2'),(3201,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/ang/deepak.php]Dear /reader be a top chatter and get admin post of the week for top 3 room chatter.[/url][br/][i]This message was sent to all the members[/i]',2,11,'1',1281704348,'0','0'),(3202,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/ang/deepak.php]Dear /reader be a top chatter and get admin post of the week for top 3 room chatter.[/url][br/][i]This message was sent to all the members[/i]',2,40,'1',1281704348,'0','0'),(3203,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/ang/deepak.php]Dear /reader be a top chatter and get admin post of the week for top 3 room chatter.[/url][br/][i]This message was sent to all the members[/i]',2,12,'1',1281704348,'0','0'),(3204,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/ang/deepak.php]Dear /reader be a top chatter and get admin post of the week for top 3 room chatter.[/url][br/][i]This message was sent to all the members[/i]',2,14,'0',1281704348,'0','2'),(3205,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/ang/deepak.php]Dear /reader be a top chatter and get admin post of the week for top 3 room chatter.[/url][br/][i]This message was sent to all the members[/i]',2,15,'1',1281704348,'0','0'),(3206,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/ang/deepak.php]Dear /reader be a top chatter and get admin post of the week for top 3 room chatter.[/url][br/][i]This message was sent to all the members[/i]',2,17,'0',1281704348,'0','2'),(3207,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/ang/deepak.php]Dear /reader be a top chatter and get admin post of the week for top 3 room chatter.[/url][br/][i]This message was sent to all the members[/i]',2,16,'1',1281704348,'0','0'),(3208,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/ang/deepak.php]Dear /reader be a top chatter and get admin post of the week for top 3 room chatter.[/url][br/][i]This message was sent to all the members[/i]',2,18,'0',1281704348,'0','2'),(3209,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/ang/deepak.php]Dear /reader be a top chatter and get admin post of the week for top 3 room chatter.[/url][br/][i]This message was sent to all the members[/i]',2,19,'1',1281704348,'0','0'),(3210,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/ang/deepak.php]Dear /reader be a top chatter and get admin post of the week for top 3 room chatter.[/url][br/][i]This message was sent to all the members[/i]',2,20,'1',1281704348,'0','0'),(3211,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/ang/deepak.php]Dear /reader be a top chatter and get admin post of the week for top 3 room chatter.[/url][br/][i]This message was sent to all the members[/i]',2,22,'0',1281704348,'0','2'),(3212,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/ang/deepak.php]Dear /reader be a top chatter and get admin post of the week for top 3 room chatter.[/url][br/][i]This message was sent to all the members[/i]',2,21,'1',1281704348,'0','0'),(3213,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/ang/deepak.php]Dear /reader be a top chatter and get admin post of the week for top 3 room chatter.[/url][br/][i]This message was sent to all the members[/i]',2,23,'0',1281704348,'0','2'),(3214,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/ang/deepak.php]Dear /reader be a top chatter and get admin post of the week for top 3 room chatter.[/url][br/][i]This message was sent to all the members[/i]',2,24,'1',1281704348,'0','0'),(3215,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/ang/deepak.php]Dear /reader be a top chatter and get admin post of the week for top 3 room chatter.[/url][br/][i]This message was sent to all the members[/i]',2,26,'1',1281704348,'0','0'),(3216,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/ang/deepak.php]Dear /reader be a top chatter and get admin post of the week for top 3 room chatter.[/url][br/][i]This message was sent to all the members[/i]',2,25,'0',1281704348,'0','2'),(3217,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/ang/deepak.php]Dear /reader be a top chatter and get admin post of the week for top 3 room chatter.[/url][br/][i]This message was sent to all the members[/i]',2,27,'0',1281704348,'0','2'),(3218,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/ang/deepak.php]Dear /reader be a top chatter and get admin post of the week for top 3 room chatter.[/url][br/][i]This message was sent to all the members[/i]',2,28,'1',1281704348,'0','0'),(3219,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/ang/deepak.php]Dear /reader be a top chatter and get admin post of the week for top 3 room chatter.[/url][br/][i]This message was sent to all the members[/i]',2,32,'0',1281704348,'0','2'),(3220,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/ang/deepak.php]Dear /reader be a top chatter and get admin post of the week for top 3 room chatter.[/url][br/][i]This message was sent to all the members[/i]',2,29,'0',1281704348,'0','2'),(3221,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/ang/deepak.php]Dear /reader be a top chatter and get admin post of the week for top 3 room chatter.[/url][br/][i]This message was sent to all the members[/i]',2,30,'0',1281704348,'0','2'),(3222,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/ang/deepak.php]Dear /reader be a top chatter and get admin post of the week for top 3 room chatter.[/url][br/][i]This message was sent to all the members[/i]',2,31,'0',1281704348,'0','2'),(4549,'Good morng deepak,maine ek baat puchni he yahan fake id admin post par kyun',34,2,'0',1281751979,'0','0'),(3224,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/ang/deepak.php]Dear /reader be a top chatter and get admin post of the week for top 3 room chatter.[/url][br/][i]This message was sent to all the members[/i]',2,35,'1',1281704348,'0','0'),(3225,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/ang/deepak.php]Dear /reader be a top chatter and get admin post of the week for top 3 room chatter.[/url][br/][i]This message was sent to all the members[/i]',2,36,'1',1281704348,'0','0'),(3226,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/ang/deepak.php]Dear /reader be a top chatter and get admin post of the week for top 3 room chatter.[/url][br/][i]This message was sent to all the members[/i]',2,43,'0',1281704348,'0','2'),(3227,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/ang/deepak.php]Dear /reader be a top chatter and get admin post of the week for top 3 room chatter.[/url][br/][i]This message was sent to all the members[/i]',2,38,'1',1281704348,'0','0'),(3228,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/ang/deepak.php]Dear /reader be a top chatter and get admin post of the week for top 3 room chatter.[/url][br/][i]This message was sent to all the members[/i]',2,39,'1',1281704348,'0','0'),(3229,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/ang/deepak.php]Dear /reader be a top chatter and get admin post of the week for top 3 room chatter.[/url][br/][i]This message was sent to all the members[/i]',2,41,'1',1281704348,'0','0'),(3230,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/ang/deepak.php]Dear /reader be a top chatter and get admin post of the week for top 3 room chatter.[/url][br/][i]This message was sent to all the members[/i]',2,42,'1',1281704348,'0','0'),(3231,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/ang/deepak.php]Dear /reader be a top chatter and get admin post of the week for top 3 room chatter.[/url][br/][i]This message was sent to all the members[/i]',2,44,'1',1281704348,'0','0'),(3232,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/ang/deepak.php]Dear /reader be a top chatter and get admin post of the week for top 3 room chatter.[/url][br/][i]This message was sent to all the members[/i]',2,45,'0',1281704348,'0','2'),(3233,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/ang/deepak.php]Dear /reader be a top chatter and get admin post of the week for top 3 room chatter.[/url][br/][i]This message was sent to all the members[/i]',2,46,'1',1281704348,'0','0'),(3234,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/ang/deepak.php]Dear /reader be a top chatter and get admin post of the week for top 3 room chatter.[/url][br/][i]This message was sent to all the members[/i]',2,47,'1',1281704348,'0','0'),(3235,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/ang/deepak.php]Dear /reader be a top chatter and get admin post of the week for top 3 room chatter.[/url][br/][i]This message was sent to all the members[/i]',2,48,'0',1281704348,'0','2'),(3236,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/ang/deepak.php]Dear /reader be a top chatter and get admin post of the week for top 3 room chatter.[/url][br/][i]This message was sent to all the members[/i]',2,49,'1',1281704348,'0','0'),(3237,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/ang/deepak.php]Dear /reader be a top chatter and get admin post of the week for top 3 room chatter.[/url][br/][i]This message was sent to all the members[/i]',2,50,'0',1281704348,'0','2'),(3238,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/ang/deepak.php]Dear /reader be a top chatter and get admin post of the week for top 3 room chatter.[/url][br/][i]This message was sent to all the members[/i]',2,51,'0',1281704348,'0','2'),(3239,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/ang/deepak.php]Dear /reader be a top chatter and get admin post of the week for top 3 room chatter.[/url][br/][i]This message was sent to all the members[/i]',2,52,'1',1281704348,'0','0'),(3240,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/ang/deepak.php]Dear /reader be a top chatter and get admin post of the week for top 3 room chatter.[/url][br/][i]This message was sent to all the members[/i]',2,53,'1',1281704348,'0','0'),(3241,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/ang/deepak.php]Dear /reader be a top chatter and get admin post of the week for top 3 room chatter.[/url][br/][i]This message was sent to all the members[/i]',2,54,'0',1281704348,'0','2'),(3242,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/ang/deepak.php]Dear /reader be a top chatter and get admin post of the week for top 3 room chatter.[/url][br/][i]This message was sent to all the members[/i]',2,55,'0',1281704348,'0','2'),(3243,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/ang/deepak.php]Dear /reader be a top chatter and get admin post of the week for top 3 room chatter.[/url][br/][i]This message was sent to all the members[/i]',2,57,'1',1281704348,'0','0'),(3244,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/ang/deepak.php]Dear /reader be a top chatter and get admin post of the week for top 3 room chatter.[/url][br/][i]This message was sent to all the members[/i]',2,56,'0',1281704348,'0','2'),(3245,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/ang/deepak.php]Dear /reader be a top chatter and get admin post of the week for top 3 room chatter.[/url][br/][i]This message was sent to all the members[/i]',2,58,'1',1281704348,'0','0'),(3246,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/ang/deepak.php]Dear /reader be a top chatter and get admin post of the week for top 3 room chatter.[/url][br/][i]This message was sent to all the members[/i]',2,59,'0',1281704348,'0','2'),(3247,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/ang/deepak.php]Dear /reader be a top chatter and get admin post of the week for top 3 room chatter.[/url][br/][i]This message was sent to all the members[/i]',2,60,'1',1281704348,'0','0'),(3248,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/ang/deepak.php]Dear /reader be a top chatter and get admin post of the week for top 3 room chatter.[/url][br/][i]This message was sent to all the members[/i]',2,63,'0',1281704348,'0','2'),(3249,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/ang/deepak.php]Dear /reader be a top chatter and get admin post of the week for top 3 room chatter.[/url][br/][i]This message was sent to all the members[/i]',2,61,'1',1281704348,'0','0'),(3250,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/ang/deepak.php]Dear /reader be a top chatter and get admin post of the week for top 3 room chatter.[/url][br/][i]This message was sent to all the members[/i]',2,62,'1',1281704348,'0','0'),(3251,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/ang/deepak.php]Dear /reader be a top chatter and get admin post of the week for top 3 room chatter.[/url][br/][i]This message was sent to all the members[/i]',2,64,'0',1281704348,'0','2'),(3252,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/ang/deepak.php]Dear /reader be a top chatter and get admin post of the week for top 3 room chatter.[/url][br/][i]This message was sent to all the members[/i]',2,68,'1',1281704348,'0','0'),(3253,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/ang/deepak.php]Dear /reader be a top chatter and get admin post of the week for top 3 room chatter.[/url][br/][i]This message was sent to all the members[/i]',2,65,'0',1281704348,'0','2'),(3254,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/ang/deepak.php]Dear /reader be a top chatter and get admin post of the week for top 3 room chatter.[/url][br/][i]This message was sent to all the members[/i]',2,66,'1',1281704348,'0','0'),(3255,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/ang/deepak.php]Dear /reader be a top chatter and get admin post of the week for top 3 room chatter.[/url][br/][i]This message was sent to all the members[/i]',2,67,'0',1281704348,'0','2'),(3256,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/ang/deepak.php]Dear /reader be a top chatter and get admin post of the week for top 3 room chatter.[/url][br/][i]This message was sent to all the members[/i]',2,69,'0',1281704348,'0','2'),(3257,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/ang/deepak.php]Dear /reader be a top chatter and get admin post of the week for top 3 room chatter.[/url][br/][i]This message was sent to all the members[/i]',2,70,'1',1281704348,'0','0'),(3258,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/ang/deepak.php]Dear /reader be a top chatter and get admin post of the week for top 3 room chatter.[/url][br/][i]This message was sent to all the members[/i]',2,72,'1',1281704348,'0','0'),(3259,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/ang/deepak.php]Dear /reader be a top chatter and get admin post of the week for top 3 room chatter.[/url][br/][i]This message was sent to all the members[/i]',2,71,'0',1281704348,'0','2'),(3260,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/ang/deepak.php]Dear /reader be a top chatter and get admin post of the week for top 3 room chatter.[/url][br/][i]This message was sent to all the members[/i]',2,73,'1',1281704348,'0','0'),(3261,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/ang/deepak.php]Dear /reader be a top chatter and get admin post of the week for top 3 room chatter.[/url][br/][i]This message was sent to all the members[/i]',2,74,'1',1281704348,'0','0'),(3262,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/ang/deepak.php]Dear /reader be a top chatter and get admin post of the week for top 3 room chatter.[/url][br/][i]This message was sent to all the members[/i]',2,75,'1',1281704348,'0','0'),(3263,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/ang/deepak.php]Dear /reader be a top chatter and get admin post of the week for top 3 room chatter.[/url][br/][i]This message was sent to all the members[/i]',2,76,'1',1281704348,'0','0'),(3264,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/ang/deepak.php]Dear /reader be a top chatter and get admin post of the week for top 3 room chatter.[/url][br/][i]This message was sent to all the members[/i]',2,77,'1',1281704348,'0','0'),(3265,'[b]Public Anouncment:[/b][br/][url=http://chatspell.in/ang/deepak.php]Dear /reader be a top chatter and get admin post of the week for top 3 room chatter.[/url][br/][i]This message was sent to all the members[/i]',2,78,'1',1281704348,'0','0'),(3266,'Oh ho khud bhi',14,4,'0',1281704351,'0','0'),(3267,'Ye kya he lolz',25,2,'0',1281704386,'0','0'),(3268,'unka main dekhta kuch..........wapas puchta hun ruko....',32,4,'0',1281704414,'0','0'),(3269,'No lolz muje kuch mat banana',25,2,'0',1281704417,'0','0'),(3270,'U write msg in gujrati so i left',14,17,'0',1281704421,'0','0'),(3271,'U only create chat syt...,',23,2,'0',1281704492,'0','0'),(3272,'Jhut bato pe me viswas nahi kar sakti',14,4,'0',1281704509,'0','0'),(3273,'Me  kya  karu  br0.',4,25,'0',1281704519,'0','0'),(3274,'Top chater k badleme padaie chod du pagal hai kay dont do such thing yar chat rum me pulses rak 1 4 1 mes posted. Aur member k pulses count honge to use awords dena khul k janna hai to wap2chat net pe aa batata hu',17,2,'0',1281704565,'0','0'),(3275,'Are yar so wat u r my good frnd na',17,14,'0',1281704597,'0','0'),(3276,'Yup  tere  bina  bi  kya  jina.o  sathi  re  .love.',4,14,'0',1281704605,'0','0'),(3277,'Mene pura secure kar diya he koi hack nahi kar payega dost ye m4u ki gaaranti he aj rat ko pura complat kar dunga kam',25,23,'0',1281704630,'0','0'),(3278,'Yar  musibat  me  kam  aye  w0  e  d0st  na',4,32,'0',1281704664,'0','0'),(3279,'Kuch nahi kya karna he ab',25,4,'0',1281704665,'0','0'),(3280,'Kesi  jhut  bate  .cryi.  U  n0t  trvst  me',4,14,'0',1281704725,'0','0'),(3281,'W0   madharch0d  pswd  nah  bata  raha  mera',4,25,'0',1281704788,'0','0'),(3282,'Kya secure kar diya hai..aur agar mujhe nayi syt bnani hai..personal syt to kitna paisa lgega..pta kar ke btao na yaar..pls..personal syt.,',23,25,'0',1281704823,'0','0'),(3283,'Acount number rat ko sms karta hu',25,2,'0',1281704826,'0','0'),(3284,'Kya bol raha he vo',25,4,'0',1281704849,'0','0'),(3285,'Ok i will send you sms today.',2,25,'0',1281704878,'0','0'),(3286,'haaan ..bro....yahee time hai humare paas .....dekhte hai...kaun apna saath deta hai kaun nahi...',32,4,'0',1281704926,'0','0'),(3287,'Its for other user not for you. .',2,25,'0',1281704942,'0','0'),(3288,'kahan pe?',69,4,'0',1281704953,'0','0'),(3289,'M sory me deepak ko kar raha tha pm m sory realy galti se ho gaya ap jo b ho bro sist frnd jobi ho uske liye ap hame 09662480630 pe cal kare',25,23,'0',1281704954,'0','0'),(3290,'Sala  bat  k0  guma  raha  hai',4,25,'0',1281704961,'0','0'),(3291,'8 baje bro me wait karunga',25,2,'0',1281704980,'0','0'),(3292,'What you Mean ?',2,23,'0',1281705041,'0','0'),(3293,'Bhai unk0  t0  hamesa  head  pe  rakha  mene.tumk0  t0  naraj  bi  kiya.but  w0  l0g  gadari  kar  rahe',4,32,'0',1281705047,'0','0'),(3294,'Are pagal deepak k server pe he na tera to site rockwap pagal pasword ki kya jarurat he dipak jab chahe change kar sakta he usko yaar',25,4,'0',1281705080,'0','0'),(3295,'no, u didnt . . .therez only one link in ua partnrz. . . &quot;daily one click here&quot; . . . . .add my ROCKONCLUB.TK there!',69,2,'0',1281705094,'0','0'),(3296,'I.c  pe  yar',4,69,'0',1281705098,'0','0'),(3297,'Ok bro so your already admin so why your thinking about to be a admin again?',2,17,'0',1281705123,'0','0'),(3298,'Ok bro .',2,25,'0',1281705150,'0','0'),(3299,'new userz to aarahe hain. . .to band kaise hui? :@',69,4,'0',1281705170,'0','0'),(3300,'Nai  br0.r0ckwap  deepak  ke  servar  pe  nai  tha',4,25,'0',1281705173,'0','0'),(3301,'Ok i will sms you or send you text here.',2,25,'0',1281705186,'0','0'),(3302,'Sms karna bro',25,2,'0',1281705226,'0','0'),(3303,'Lol',3,56,'0',1281705233,'0','0'),(3304,'T0  h0   sakta  hai.m0zila  wagera  k0  diseble  kiya   h0',4,69,'0',1281705239,'0','0'),(3305,'To kiske server pe he',25,4,'0',1281705248,'0','0'),(3306,'haan bhai....but main yeh nahi sochta ki...tabhi aapne naraj kiya tha.....aaj khush hun....bro......bahoot khush....',32,4,'0',1281705251,'0','0'),(3307,'Oe cal me on 20th ya pher mai karta hu tere thoda burdan kam ho jayega',17,2,'0',1281705268,'0','0'),(3308,'Hey bro i will add your link in index page but my index page is under construction so your link will remove any time for some time so i have added it currently on partner links.',2,69,'0',1281705273,'0','0'),(3309,'Ok .',2,17,'0',1281705321,'0','0'),(3310,'Rockwap kis k server pe he',25,2,'0',1281705323,'0','0'),(3311,'U  realy  true  frnd  yaar.pr0ud  0f  u. Rubina  k0  b0le  kya',4,32,'0',1281705353,'0','0'),(3312,'ohk, bt title it as OUR DOWNLOADING PORTAL .hehe.',69,2,'0',1281705357,'0','0'),(3313,'yehi hai, janat pe b aisa hi kiya tha .hehe.',69,4,'0',1281705394,'0','0'),(3314,'Khana khayega chines',17,2,'0',1281705398,'0','0'),(3315,'Kis k server pe he me check karta hu aj bro rat ko',25,4,'0',1281705407,'0','0'),(3316,'haan bola woh aa jayegi.....',32,4,'0',1281705407,'0','0'),(3317,'W0  maurit0us  ka  servar  ta',4,25,'0',1281705418,'0','0'),(3318,'hi',69,14,'0',1281705429,'0','0'),(3319,'hi',69,22,'0',1281705456,'0','0'),(3320,'Jannat  ki  t0  3bar  bajai  mene',4,69,'0',1281705485,'0','0'),(3321,'hi',69,23,'0',1281705494,'0','0'),(3322,'thank bro....dnt thnk dat ...main yeh site chodunga.....jeedhar tum jaoge....udhar main aaunga......hehe.',32,4,'0',1281705518,'0','0'),(3323,'lol, ab kya hal hai wahan ka?',69,4,'0',1281705522,'0','0'),(3324,'Kese   pata  chalega',4,25,'0',1281705543,'0','0'),(3325,'Divya123   id  k0  shield   kar  d0  waha.me  rat  k0  awuga  w0  id  se',4,32,'0',1281705619,'0','0'),(3326,'Bro keshav chutya bana raha he tuje vo keshavlocknath@gmail.com  ye id pe registerd he dost mukesh bhul ja use me check kiya avi',25,4,'0',1281705636,'0','0'),(3757,'nahi kuchh time se hoo !',43,32,'0',1281721600,'0','0'),(3758,'HI',58,22,'1',1281721611,'0','0'),(3328,'Pata laga diya mene',25,4,'0',1281705662,'0','0'),(3329,'Me  apni  alag  site  banawuga  jald',4,32,'0',1281705698,'0','0'),(3330,'ok....',32,4,'0',1281705773,'0','0'),(3331,'Ab  waha  ke  akash  owner  ne  ph.kiya  b0la  ham  kud  ashu  se  dukhi  hai.jaha  bi  marne  jaw0  sab  ashu  ke  dushman  ha',4,69,'0',1281705819,'0','0'),(3332,'but tum inform kiya kro agr new site banate ho....tb.....',32,4,'0',1281705824,'0','0'),(3333,'Ha  w0  e  id  pe  reg.hai.but  bul  ku  jawu',4,25,'0',1281705885,'0','0'),(3334,'Us ki id pe register he to ab ham kuch ni kar sakte pasword dega to fir vaisa kar dega',25,4,'0',1281705985,'0','0'),(3335,'0k  br0.and  i.c  ki  r0nak  chali  gai ab.n0t  much  0nlyn',4,32,'0',1281706001,'0','0'),(3336,'chal me jata hu me check kiya avi tere ko jo karna he kar bhai me jata hu',25,4,'0',1281706054,'0','0'),(3337,'W0  hamk0  pswd  de  dega',4,25,'0',1281706208,'0','0'),(3338,'Ashu  dara  diya  usk0',4,25,'0',1281706254,'0','0'),(3339,'haan abhi sirf 30 log hai wahaa...huhu...',32,4,'0',1281706295,'0','0'),(3340,'Lelo  200  bi  wapas',54,17,'0',1281706476,'0','0'),(3342,'Me   thak  gai.try  kar  karke',54,32,'0',1281706624,'0','0'),(3343,'Hotel  me  khate  o',54,17,'0',1281706689,'0','0'),(3344,'Lol rofl mukesh aur love mein? Oye oye huhu hehe hi hi mukesh aur love mein',56,4,'0',1281706709,'0','0'),(3345,'Ellooo...m back well ek baat batao aapki profile mein jo pic he kya wo aapki he',34,14,'0',1281706772,'0','0'),(3346,'Bhai IP ko hua kya.. Not opening',56,3,'0',1281706829,'0','0'),(3347,'ok abhi kro......last try.....',32,54,'0',1281706939,'0','0'),(3348,'Rockwap is another server.',2,25,'0',1281706974,'0','0'),(3349,'Hai',48,23,'0',1281706987,'0','0'),(3350,'Ok i will add it in next few hours.',2,69,'0',1281707016,'0','0'),(3351,'hi how r u.im a engg stu. u',63,14,'0',1281707054,'0','0'),(3352,'bola  na  dear.they  block  my  ip.kuki  mene  rockwap  ka  advetise  kia  ek  din',54,32,'0',1281707147,'0','0'),(3353,'Hai',48,14,'0',1281707148,'0','0'),(3354,'Sperm wala code ?',67,4,'0',1281707240,'0','0'),(3355,'hi priya how r u.',63,23,'0',1281707266,'0','0'),(3356,'No thanks',2,17,'0',1281707276,'0','0'),(3357,'Wow u are a hackr and u dont know',67,25,'0',1281707288,'0','0'),(3358,'Hai',48,22,'0',1281707308,'0','0'),(3359,'haaan woh toh hona hi tha.....',32,54,'0',1281707362,'0','0'),(3360,'Who wil code the secure script? Aditya ?',67,2,'0',1281707365,'0','0'),(3361,'Asad ko v bola he aur aditya v kaam par laga he.',2,67,'0',1281707494,'0','0'),(3362,'Bro whats ur cpanel password ? I wil secure the index page..if u alow me',67,2,'0',1281707509,'0','0'),(3363,'Ap  muje  new   id  bana  ke  do  na  waha.me  sav  dosto  ko  msg  dugi  to  yeha aa   jayege',54,32,'0',1281707527,'0','0'),(3364,'Ok asad aur aditya',67,2,'0',1281707594,'0','0'),(3365,'Asad ko v bola he aur aditya v kaam par laga he.',2,67,'0',1281707620,'0','0'),(3366,'hai!!!!!!!!!!!',22,48,'0',1281707680,'0','0'),(3367,'Hello friend mukesh asked me to add forum category and sub forums by giving admin tools. I already hv added them. Now plz remove my admin tools ok coz the given job has been done.',56,2,'0',1281707701,'0','0'),(3374,'ur name',48,22,'0',1281707980,'0','0'),(3375,'Bro where can i meet aditya ?',67,2,'0',1281708024,'0','0'),(3376,'Yaha  bi  30hai  br0.  .up.',4,32,'0',1281708035,'0','0'),(3377,'Just on email @ aditya@chatspell.in',2,67,'0',1281708081,'0','0'),(3378,'Pikar  aa  gaya  kya  .doubt.',4,56,'0',1281708087,'0','0'),(3379,'Me soch raha rw open kardu..kya bolta hai ?',67,4,'0',1281708106,'0','0'),(3380,'Iss msg ka matlab main samjha nahi bro',34,2,'0',1281708163,'0','0'),(3381,'Vo nai hai kya yaha pe ?',67,2,'0',1281708165,'0','0'),(3382,'anusha',22,48,'0',1281708212,'0','0'),(3383,'Yar tere pass chatspell.IN ka paswrd hai kya ?',67,2,'0',1281708214,'0','0'),(3384,'Shall v r friends',48,22,'0',1281708227,'0','0'),(3385,'Can u gve me this site script ?',67,2,'0',1281708242,'0','0'),(3387,'okkkkkkk',22,48,'0',1281708266,'0','0'),(3388,'Shall v r friends',48,22,'0',1281708301,'0','0'),(3389,'haaan it will be icrease ...m sure.........just wait n watch.......',32,4,'0',1281708317,'0','0'),(3390,'Oh ye baat he',34,2,'0',1281708398,'0','0'),(3391,'I am arunprasath. Ur professional',48,22,'1',1281708414,'0','0'),(3392,'No he is not here. He make first id and give me its password. And bro can you give me autonick page?',2,67,'0',1281708480,'0','0'),(3393,'Shall v r friends',48,22,'1',1281708527,'0','0'),(3394,'What u mean by autonick page yar?',67,2,'0',1281708556,'0','0'),(3395,'Hay friend its not about breaking or preserving it ok. I hv accepted admin tools only 2 add forums on the request of mukesh. I hv no interest in being staff. Im more happy and comfortable as a normal user. Plz remove tools ok friend',56,2,'0',1281708628,'0','0'),(3396,'Sab aditya k pass he bro Kashwi.com ka avi asad k pass diya he chatspell.in is our server so Aditya didn\'t give me its password to me .',2,67,'0',1281708699,'0','0'),(3397,'Nahi be abi abi suru kiya peene.. Kyun?',56,4,'0',1281708737,'0','0'),(3398,'Bro i dont have it .',2,67,'0',1281708741,'0','0'),(4547,'I will call you after i will leave my home ok?',2,23,'0',1281751920,'0','0'),(3400,'ohk :)',69,2,'0',1281708783,'0','0'),(3401,'Like auto id ban jati he us page se wo.',2,67,'0',1281708834,'0','0'),(3402,'akash baccha hai yar , fukriyan maarta hai . . .waise to us syt k sare hi bacche hain. . .7 ownrz .hehe.',69,4,'0',1281708844,'0','0'),(3733,'16  tarikh',4,25,'0',1281721054,'0','0'),(3404,'Can u ask him to gve u the cpanel paswrd of here ? Then ill edit it...pls phone him and ask  the paswrd pls bro..i wana do the site coding',67,2,'0',1281708922,'0','0'),(3405,'Kya divya ab to hi bolna chor do .Ek kaam karo ab hi ke sath sam likh diya karo',30,14,'0',1281708930,'0','0'),(3406,'Can u ask him to gve u the cpanel paswrd of here ? Then ill edit it...pls phone him and ask  the paswrd pls bro..i wana do the site coding',67,2,'0',1281708990,'0','0'),(3407,'Vo to me samaj rha par autonick page kya hai? Dimag me na araha bro',67,2,'0',1281709057,'0','0'),(3409,'Your user now!',2,56,'0',1281709102,'0','0'),(3756,'To aap ne kis se pucha humare bare me akil ?',83,32,'0',1281721577,'0','0'),(3411,'But bro he have set our server on our both sites so he cant Share  password with anyone because our server have more than 20 sites here . And he dont want to give me that even there are 2 site as fully secure.',2,67,'0',1281709281,'0','0'),(3412,'Friend this php coding ka page .',2,67,'0',1281709349,'0','0'),(3413,'myself vishal n u?',29,18,'0',1281709350,'0','0'),(3731,'M facebook k piche pada he yaar fokat me chahiye us ko',25,4,'0',1281720983,'0','0'),(3732,'shayad apko humare saath baat karna achha nahii laga issi liye aap hume reply nahi kar rahi ho.....',32,83,'0',1281721051,'0','0'),(3416,'hey deepak.bhai yeh kya anouncement ki hai...mere barey main...?.',29,2,'0',1281709476,'0','0'),(3730,'Tu  sarak  gai',4,23,'0',1281720965,'0','0'),(3418,'If anyone spending much time in chat room and getting much pluses from chat then he will get admin post here.',2,29,'0',1281709566,'0','0'),(3420,'If anyone spending much time in chat room and getting much pluses from chat then he will get admin post here.',2,29,'0',1281709719,'0','0'),(3421,'Yar par the 20 sites are hostd on chatspell.IN but i want chatspell.C0m cpanel paswrd..why he cant gve that ?',67,2,'0',1281709724,'0','0'),(3422,'What autonick ? What is autonick re ?',67,2,'0',1281709773,'0','0'),(3423,'hey gud evg.',29,14,'0',1281709783,'0','0'),(3424,'Kab  karega  open',4,67,'0',1281709805,'0','0'),(3425,'hey gud evg.',29,14,'0',1281709885,'0','0'),(3426,'Agar tu kahe tab open karuga site...vobi kal',67,4,'0',1281709888,'0','0'),(3427,'Me  wahi  hu.32  me  bi.5  id  mera  0nlyn  hai  .hehe.',4,32,'0',1281709908,'0','0'),(3428,'Thnx deepak.',56,2,'0',1281709945,'0','0'),(3429,'Hahaha lolz aisa mere pas dusra code he jo avi new security me kam ni karta n e way dost kam ho to bolna apke pas jo code he uska ham kuch naya code banata',25,67,'0',1281709956,'0','0'),(3430,'Me apna code user id k baad put karta hu',25,67,'0',1281710000,'0','0'),(3431,'oh really..! thanx .smile. ok.hw r u?',29,2,'0',1281710001,'0','0'),(3432,'Divya pic apni hatao .Tum fir wahi kaam kar diye',30,14,'0',1281710006,'0','0'),(3433,'kaunsa kaunsa...???',32,4,'0',1281710047,'0','0'),(3434,'Divya pic apni hatao .Tum fir wahi kaam kar diye',30,14,'0',1281710082,'0','0'),(3435,'Kis  gam  me  .lol.',4,56,'0',1281710098,'0','0'),(3436,'kashwi,com pe attack kar k dikhao',25,67,'0',1281710101,'0','0'),(3437,'W0  b0la  p0lice  wala  hai.me  b0la  c0misn0r  hu.hehe.but  ashu  ne  ab  waha  secure  kar  di',4,69,'0',1281710209,'0','0'),(3755,'Sahi me yar me apne server me bana k de dunga tu je sirf tere liye yaar per year muje sirf domain ka jo charge lage vo de dena',25,4,'0',1281721551,'0','0'),(3439,'Deepak bro 8 ke uper chala gaya avi tak sms ni aya',25,2,'0',1281710231,'0','0'),(3440,'Me  hajar   bar  tuje  req.kar  chuka.par  tu  karta  nai  chalu',4,67,'0',1281710279,'0','0'),(3441,'M0hd.  Alld  str0ng  maahi-singh  .hehe.',4,32,'0',1281710337,'0','0'),(3442,'ohhh achha///......chal mukesh....main jaa raha hun.....wapas aunga thodi der baad...bye...',32,4,'0',1281710502,'0','0'),(3443,'Lol pagal kaika.. Peene keliye gam ki kya jarurat hai re.. Bas mood ki jarurat hai, bas moke ki jarurat hai, bas bahane ki jarurat hai lol gam ki kya jarurat hai',56,4,'0',1281710559,'0','0'),(3728,'Shit yaar kal half day open rahta ho ga na yaar monday konsa tarikh he',25,4,'0',1281720939,'0','0'),(3729,'ok bro....lets ...njoy.....rockon.....',32,4,'0',1281720960,'0','2'),(3445,'Shayad wo koi security module laga raha hai lol',3,56,'0',1281710719,'0','0'),(3446,'Because all panels are in this dictionary.',2,67,'0',1281710776,'0','0'),(3448,'I will tell you latter. Autonick means flooder for nick name.',2,67,'0',1281710830,'0','0'),(3449,'Its ok.',2,56,'0',1281710860,'0','0'),(3450,'Bye  br0.tc',4,32,'0',1281710885,'0','0'),(3451,'I am fine but who are you?',2,29,'0',1281710903,'0','0'),(3754,'Tu thaka nai trick sun sun ke...w2C par kitni bar bole juka tere ko trick',67,4,'0',1281721551,'0','0'),(3453,'Kesa  bahana  tha  aj.wink.',4,56,'0',1281710944,'0','0'),(3454,'Wait bro i am online on pc now. Just for some minutes you have to wait.',2,25,'0',1281710961,'0','0'),(3727,'Dusara  script  d0',4,25,'0',1281720921,'0','0'),(3456,'myself mohit 4m jammu..hey i feel vry happy to join here.vry nice guys r here.including u first.n u?',29,2,'0',1281711072,'0','0'),(3726,'Ha ya na bol de yaar muje urgent jarurat he is liye yaar nahi to server vale mera band bajayenge',25,4,'0',1281720872,'0','0'),(3458,'Its Deepak from maharashtra i also like your nature. And your talking behaviour.',2,29,'0',1281711150,'0','0'),(3459,'Oh on agar vo security ka mode laga raha hai to 1 decade lag jayega re open keliye lol btw yaar kuch b kaho uss k coding mein variety hai.. Script has some nice unique features, wil click 4 sure if he launches it soon',56,3,'0',1281711377,'0','0'),(3460,'Yaar kai mahine baad meine yeha kuch posts banaya tha.. Oye pagal iss se bada bahana aur kya ho sakta hai lol',56,4,'0',1281711622,'0','0'),(3461,'Ye  syt  ka  age  hi  2day  hai.kai  mahine  kaha  se  aaye.punish.',4,56,'0',1281712059,'0','0'),(3462,'.hi..divya..howz yew..hug..',65,14,'0',1281712072,'0','0'),(3463,'thanx .smile. wat work u do?',29,2,'0',1281712422,'0','0'),(3751,'Try  karuga',4,25,'0',1281721488,'0','0'),(3752,'Tu thaka nai trick sun sun ke...w2C par kitni bar bole juka tere ko trick',67,4,'0',1281721539,'0','0'),(3753,'T0  ap  k0n  h0.ap  e  bataw0  muje.hehe.',4,83,'0',1281721549,'0','0'),(3465,'Ok kashwi pe hack karta hu abi',67,25,'0',1281712581,'0','0'),(3466,'Hmmmmaaa...',34,2,'0',1281712666,'0','0'),(3467,'.happyb2. may u live long my frnd.',29,12,'1',1281712782,'0','0'),(3469,'To laut aye apne dost ke pas',14,65,'0',1281713026,'0','0'),(3470,'Hi',14,17,'0',1281713057,'0','0'),(3750,'Me india me nai rahta..me maurius me rahta hu..pay kaise karu..paypal bi nai hai..domain hi de sakta hu yar..yar kuch karo mere liye domain se kam chalo na pls',67,25,'0',1281721471,'0','0'),(3472,'Hi',14,4,'0',1281713074,'0','0'),(3473,'Login nai ho raha..opera disable hai',67,25,'0',1281713089,'0','0'),(3474,'Hi',14,69,'0',1281713098,'0','0'),(3475,'Par phir chatspel ka kya',67,4,'0',1281713130,'0','0'),(3476,'.hi. hw r u?n .welcome.',29,79,'1',1281713131,'0','0'),(3478,'Im fz im also',14,63,'1',1281713168,'0','0'),(3479,'Hi',14,48,'1',1281713192,'0','0'),(3480,'Aaj ek hosting bataya hun bhai uske intrest k anusar US hosting ek dhunda hun, monthly 110gb transfer hai,2gb disk space hai 11.88 usd/year  agar unlimited chahiye to 3.99usd/month hai',3,56,'0',1281713193,'0','0'),(3481,'Hi same',14,30,'0',1281713221,'0','0'),(3482,'Hi',14,29,'0',1281713238,'0','0'),(3483,'Can u atleast gve me this site script ? Phone aditya and tel him to compres the script and tel me the url pls bro',67,2,'0',1281713251,'0','0'),(3484,'',29,22,'1',1281713440,'0','0'),(3485,'.hi.',29,22,'1',1281713449,'0','0'),(3486,'hey...u 4goted me.hmm.',29,14,'0',1281713551,'0','0'),(3487,'muku.......auto pm karna ho toh kese karte hai..???',32,4,'0',1281713955,'0','0'),(3488,'Ok bro me wait kar raha hu yaar 9 baj gaye',25,2,'0',1281714085,'0','0'),(3489,'Ok karo',25,67,'0',1281714101,'0','0'),(3490,'Dusre browser se jao',25,67,'0',1281714139,'0','0'),(3491,'Chalo mfacebook,net pe karo mera khud ka site he',25,67,'0',1281714173,'0','0'),(3492,'Lolz kya huva bana ne ka he ya nahi',25,23,'0',1281714302,'0','0'),(3493,'I+m bro',23,25,'0',1281714339,'0','0'),(3494,'Ok bro cal karna me jo number diya us pe',25,23,'0',1281714390,'0','0'),(3495,'hiiiiii ....',32,79,'1',1281714396,'0','0'),(3496,'Tm call karo 09748815901',23,25,'0',1281714515,'0','0'),(3497,'Yar mfacebook ka script doge ? Pls i wil teach u hacking in exchange pls',67,25,'0',1281714600,'0','0'),(3498,'Chatspel  hamara  partnar  h0ga.link  exchange',4,67,'0',1281714799,'0','0'),(3499,'Bina  b0le  chali  jati  h0  .sad.',4,14,'0',1281714852,'0','0'),(3500,'T00l  mil  gaya   kya',4,32,'0',1281714899,'0','0'),(3501,'You r so sweet dost i like yor pic',34,14,'0',1281715165,'0','0'),(3502,'&quot;ibwi_users&quot;_perm=&quot;4&quot;_~',2,25,'0',1281715358,'0','0'),(3503,'I am student.',2,29,'0',1281715410,'0','0'),(3504,'You didn\'t told me how to compress files but Aditya told me it and i will email him for it.',2,67,'0',1281715519,'0','0'),(3505,'What u wil email him ?',67,2,'0',1281715662,'0','0'),(3749,'Sahin hi kaha se ho',25,83,'0',1281721463,'0','0'),(3507,'Hello.',2,54,'0',1281715736,'0','0'),(3508,'That send me script of site.',2,67,'0',1281715794,'0','0'),(3510,'Hi!',55,54,'0',1281715915,'0','0'),(3511,'Be kal raat astro se baat kiya kya?',3,4,'0',1281715996,'0','0'),(3512,'.hi2.',54,55,'1',1281716096,'0','0'),(3513,'.hi2.',54,2,'0',1281716172,'0','0'),(3514,'Pehli baat ye muku ko pta nhi chalna chahiye.aur muku 3500 bol raha hai.mereko 1000 profit hai.wo 2500 lega and mein bechwa raha hun site.',23,25,'0',1281716372,'0','0'),(3515,'Dek aj kal colege hai isliye me buzy rahta hu jab time milega rw kholuga',67,4,'0',1281716394,'0','0'),(3516,'Ok pls do it quick yar',67,2,'0',1281716429,'0','0'),(3746,'Tu   muje  trick  bata.asad  k0  g0li  mar',4,67,'0',1281721370,'0','0'),(3747,'aur apka....rubina...hehe....',32,83,'0',1281721431,'0','0'),(3748,'500   rupee  me  site.pagal  mat  banaw0',4,25,'0',1281721438,'0','0'),(3518,'abe bhutni k langur coin dal nikamme',80,4,'0',1281716771,'0','0'),(3742,'Kitni kimat lagata he bro tu bol uski nahi dena chahta fir v bol usko puch le kitni kimat bolta he jo he saf saf bol dena',25,4,'0',1281721264,'0','0'),(3743,'haaan alg hai....dnt worry...',32,4,'0',1281721280,'0','0'),(3744,'Akil naam hai aap ka.',83,32,'0',1281721288,'0','0'),(3745,'Mere pas 38 domain he lolz kya karu domain leke me chal bata mfacebook ka kitna dega vo script de deta hu',25,67,'0',1281721351,'0','0'),(3520,'Tab  tak  sare  user  bhag   jayege',4,67,'0',1281717122,'0','0'),(3521,'Bhul   gaya  tha.lol',4,3,'0',1281717188,'0','0'),(3522,'Kaha  mar  gaya  tha  tu',4,80,'1',1281717230,'0','0'),(3739,'sabji lekar ......usko bana kar ....aarahi ho ...???.....',32,43,'0',1281721230,'0','0'),(3740,'Ha isi k liye to aap ko kaha ki kisi ko mat batana ki hum koun hai .',83,4,'0',1281721237,'0','0'),(3741,'Asad bolta hai vo use trick malum hai',67,4,'0',1281721258,'0','0'),(3524,'Never lolz m arlrady hacker',25,67,'0',1281717421,'0','0'),(3525,'Bro sms karo',25,2,'0',1281717441,'0','0'),(3526,'Yaar unlimited behta hai if u can afford... 3.99 usd  is less than 200 amonth and around 2000 a year.... But its better to take 1 year hosting coz 1 time ka tension hai har saal',56,3,'0',1281717456,'0','0'),(3527,'No bro me nahi bana paunga utne me',25,23,'0',1281717494,'0','0'),(3528,'Bro sms karo muje mera vala security code dala kya yaha',25,2,'0',1281717574,'0','0'),(3529,'Mere pas script mang raha he ar bol raha he k me hacking sikhaunga tumko hahahahahahaha lolz usko bata mere bare me me kon hu hahaha keshav',25,4,'0',1281717679,'0','0'),(3530,'I wil gve u my domain rockwaP.NEt...and run ur ads on my site for 3 months...pls acept yar',67,25,'0',1281717737,'0','0'),(3531,'Ok thanxs bt dnt pls tell mukesh about it...ok..cn i trust on u...dear..',23,25,'0',1281717767,'0','0'),(3532,'Kaha bhagege?',67,4,'0',1281717798,'0','0'),(3533,'which?',29,2,'0',1281717923,'0','0'),(3534,'Never lolz muje koi hacking nahi sikhni muje ata he sab lolz alrady muje sab jante he M4U name se puchoge kisi ko to bata dega',25,67,'0',1281717954,'0','0'),(3535,'It s ok dear me mukesh ki site creat kar raha hu 12000 me',25,23,'0',1281718003,'0','0'),(3536,'Bhaw kha raha hai',67,25,'0',1281718006,'0','0'),(3537,'Chatspell.C0m kiska script hai ?',67,25,'0',1281718047,'0','0'),(3538,'No lolz ham bhav ni kha te',25,67,'0',1281718048,'0','0'),(3539,'Idhar  udhar  chale  jayege.i.c.  D0wn..',4,67,'0',1281718060,'0','0'),(3540,'Kyu kya huva hackeble he ye script',25,67,'0',1281718116,'0','0'),(3541,'Yar domain 2 years tak chalega ..me de duga par tu script de',67,25,'0',1281718129,'0','0'),(3542,'W0  pagal  hai  yaar',4,25,'0',1281718136,'0','0'),(3543,'Lolz ham sidha shell attack karte he',25,67,'0',1281718144,'0','0'),(3544,'Shell attack .huhu..agar me uploader hi nikal du to',67,25,'0',1281718197,'0','0'),(3545,'Fokat me chahiye use sab',25,4,'0',1281718199,'0','0'),(3736,'Kitna  l0ge  mfaceb00k  ka',4,25,'0',1281721161,'0','0'),(3737,'16 tarikh last date rat 8 baje tak last time he agar paisa na bhara to bahot nuksan hoga yaar 16 ko pakka de sakta he kya bhai 2 baje tak',25,4,'0',1281721175,'0','0'),(3738,'Me domain duga jo 1st feb 2013 ko expire hota hai..rockwaP.NEt ..kya bolta hai ? I paid $35 usd for 3 years domain',67,25,'0',1281721216,'0','0'),(3547,'Shell attack .huhu..agar me uploader hi nikal du to',67,25,'0',1281718210,'0','0'),(3548,'Fir v ddos atack bahot tarik he',25,67,'0',1281718232,'0','0'),(3549,'Kaun si site....aur tm bhut hi intelligent ho tabhi to..par i m a student bro..socha tha ki thora pocket kharcha nikal jayega..so agar tmko maine hurt kiya.to i m sorry frm core of my heart.....',23,25,'0',1281718233,'0','0'),(3550,'Tum muje ise site ka script de sakte kya ? Pls',67,25,'0',1281718241,'0','0'),(3551,'Lolz ar ek bat bata du me tumko ashu ko hacking mene sikhayi he lolz ar tum muje hacking sikhaoge hahahaha',25,67,'0',1281718314,'0','0'),(3552,'Ye d.o.s atack kaise karte hai yar?',67,25,'0',1281718316,'0','0'),(3723,'Ap   staff   n0w.par  i.c  par  bi  staff  rah0.jab  tak  i.c  khali  na  h0  jaye',4,83,'0',1281720803,'0','0'),(3724,'Bro reply ni diya yar',25,4,'0',1281720814,'0','0'),(3725,'Kal  pars0  bank  band   bhai',4,25,'0',1281720860,'0','0'),(3554,'[b]Public Anouncment:[/b][br/]G00d  evening /reader   use  chatrum   and  f0rum... M0st  active   user  be  the  part  0f  chatspell   team  .njoy.[br/][i]This message was sent to all the members[/i]',4,2,'0',1281718318,'0','0'),(3555,'[b]Public Anouncment:[/b][br/]G00d  evening /reader   use  chatrum   and  f0rum... M0st  active   user  be  the  part  0f  chatspell   team  .njoy.[br/][i]This message was sent to all the members[/i]',4,6,'1',1281718318,'0','0'),(3556,'[b]Public Anouncment:[/b][br/]G00d  evening /reader   use  chatrum   and  f0rum... M0st  active   user  be  the  part  0f  chatspell   team  .njoy.[br/][i]This message was sent to all the members[/i]',4,3,'0',1281718318,'0','0'),(3557,'[b]Public Anouncment:[/b][br/]G00d  evening /reader   use  chatrum   and  f0rum... M0st  active   user  be  the  part  0f  chatspell   team  .njoy.[br/][i]This message was sent to all the members[/i]',4,4,'0',1281718318,'0','0'),(3558,'[b]Public Anouncment:[/b][br/]G00d  evening /reader   use  chatrum   and  f0rum... M0st  active   user  be  the  part  0f  chatspell   team  .njoy.[br/][i]This message was sent to all the members[/i]',4,5,'0',1281718318,'0','0'),(3559,'[b]Public Anouncment:[/b][br/]G00d  evening /reader   use  chatrum   and  f0rum... M0st  active   user  be  the  part  0f  chatspell   team  .njoy.[br/][i]This message was sent to all the members[/i]',4,7,'1',1281718318,'0','0'),(3560,'[b]Public Anouncment:[/b][br/]G00d  evening /reader   use  chatrum   and  f0rum... M0st  active   user  be  the  part  0f  chatspell   team  .njoy.[br/][i]This message was sent to all the members[/i]',4,8,'1',1281718318,'0','0'),(3561,'[b]Public Anouncment:[/b][br/]G00d  evening /reader   use  chatrum   and  f0rum... M0st  active   user  be  the  part  0f  chatspell   team  .njoy.[br/][i]This message was sent to all the members[/i]',4,33,'1',1281718318,'0','0'),(3562,'[b]Public Anouncment:[/b][br/]G00d  evening /reader   use  chatrum   and  f0rum... M0st  active   user  be  the  part  0f  chatspell   team  .njoy.[br/][i]This message was sent to all the members[/i]',4,13,'1',1281718318,'0','0'),(3563,'[b]Public Anouncment:[/b][br/]G00d  evening /reader   use  chatrum   and  f0rum... M0st  active   user  be  the  part  0f  chatspell   team  .njoy.[br/][i]This message was sent to all the members[/i]',4,9,'1',1281718318,'0','0'),(3564,'[b]Public Anouncment:[/b][br/]G00d  evening /reader   use  chatrum   and  f0rum... M0st  active   user  be  the  part  0f  chatspell   team  .njoy.[br/][i]This message was sent to all the members[/i]',4,10,'0',1281718318,'0','0'),(3565,'[b]Public Anouncment:[/b][br/]G00d  evening /reader   use  chatrum   and  f0rum... M0st  active   user  be  the  part  0f  chatspell   team  .njoy.[br/][i]This message was sent to all the members[/i]',4,37,'0',1281718318,'0','0'),(3566,'[b]Public Anouncment:[/b][br/]G00d  evening /reader   use  chatrum   and  f0rum... M0st  active   user  be  the  part  0f  chatspell   team  .njoy.[br/][i]This message was sent to all the members[/i]',4,11,'1',1281718318,'0','0'),(3567,'[b]Public Anouncment:[/b][br/]G00d  evening /reader   use  chatrum   and  f0rum... M0st  active   user  be  the  part  0f  chatspell   team  .njoy.[br/][i]This message was sent to all the members[/i]',4,40,'1',1281718318,'0','0'),(3568,'[b]Public Anouncment:[/b][br/]G00d  evening /reader   use  chatrum   and  f0rum... M0st  active   user  be  the  part  0f  chatspell   team  .njoy.[br/][i]This message was sent to all the members[/i]',4,12,'1',1281718318,'0','0'),(3569,'[b]Public Anouncment:[/b][br/]G00d  evening /reader   use  chatrum   and  f0rum... M0st  active   user  be  the  part  0f  chatspell   team  .njoy.[br/][i]This message was sent to all the members[/i]',4,14,'0',1281718318,'0','0'),(3570,'[b]Public Anouncment:[/b][br/]G00d  evening /reader   use  chatrum   and  f0rum... M0st  active   user  be  the  part  0f  chatspell   team  .njoy.[br/][i]This message was sent to all the members[/i]',4,15,'1',1281718318,'0','0'),(3571,'[b]Public Anouncment:[/b][br/]G00d  evening /reader   use  chatrum   and  f0rum... M0st  active   user  be  the  part  0f  chatspell   team  .njoy.[br/][i]This message was sent to all the members[/i]',4,17,'0',1281718318,'0','0'),(3572,'[b]Public Anouncment:[/b][br/]G00d  evening /reader   use  chatrum   and  f0rum... M0st  active   user  be  the  part  0f  chatspell   team  .njoy.[br/][i]This message was sent to all the members[/i]',4,16,'1',1281718318,'0','0'),(3573,'[b]Public Anouncment:[/b][br/]G00d  evening /reader   use  chatrum   and  f0rum... M0st  active   user  be  the  part  0f  chatspell   team  .njoy.[br/][i]This message was sent to all the members[/i]',4,18,'0',1281718318,'0','0'),(3574,'[b]Public Anouncment:[/b][br/]G00d  evening /reader   use  chatrum   and  f0rum... M0st  active   user  be  the  part  0f  chatspell   team  .njoy.[br/][i]This message was sent to all the members[/i]',4,19,'1',1281718318,'0','0'),(3575,'[b]Public Anouncment:[/b][br/]G00d  evening /reader   use  chatrum   and  f0rum... M0st  active   user  be  the  part  0f  chatspell   team  .njoy.[br/][i]This message was sent to all the members[/i]',4,20,'1',1281718318,'0','0'),(3576,'[b]Public Anouncment:[/b][br/]G00d  evening /reader   use  chatrum   and  f0rum... M0st  active   user  be  the  part  0f  chatspell   team  .njoy.[br/][i]This message was sent to all the members[/i]',4,22,'1',1281718318,'0','0'),(3577,'[b]Public Anouncment:[/b][br/]G00d  evening /reader   use  chatrum   and  f0rum... M0st  active   user  be  the  part  0f  chatspell   team  .njoy.[br/][i]This message was sent to all the members[/i]',4,21,'1',1281718318,'0','0'),(3578,'[b]Public Anouncment:[/b][br/]G00d  evening /reader   use  chatrum   and  f0rum... M0st  active   user  be  the  part  0f  chatspell   team  .njoy.[br/][i]This message was sent to all the members[/i]',4,23,'0',1281718318,'0','0'),(3579,'[b]Public Anouncment:[/b][br/]G00d  evening /reader   use  chatrum   and  f0rum... M0st  active   user  be  the  part  0f  chatspell   team  .njoy.[br/][i]This message was sent to all the members[/i]',4,24,'1',1281718318,'0','0'),(3580,'[b]Public Anouncment:[/b][br/]G00d  evening /reader   use  chatrum   and  f0rum... M0st  active   user  be  the  part  0f  chatspell   team  .njoy.[br/][i]This message was sent to all the members[/i]',4,26,'1',1281718318,'0','0'),(3581,'[b]Public Anouncment:[/b][br/]G00d  evening /reader   use  chatrum   and  f0rum... M0st  active   user  be  the  part  0f  chatspell   team  .njoy.[br/][i]This message was sent to all the members[/i]',4,25,'0',1281718318,'0','0'),(3582,'[b]Public Anouncment:[/b][br/]G00d  evening /reader   use  chatrum   and  f0rum... M0st  active   user  be  the  part  0f  chatspell   team  .njoy.[br/][i]This message was sent to all the members[/i]',4,27,'1',1281718318,'0','0'),(3583,'[b]Public Anouncment:[/b][br/]G00d  evening /reader   use  chatrum   and  f0rum... M0st  active   user  be  the  part  0f  chatspell   team  .njoy.[br/][i]This message was sent to all the members[/i]',4,28,'1',1281718318,'0','0'),(3584,'[b]Public Anouncment:[/b][br/]G00d  evening /reader   use  chatrum   and  f0rum... M0st  active   user  be  the  part  0f  chatspell   team  .njoy.[br/][i]This message was sent to all the members[/i]',4,32,'0',1281718318,'0','0'),(3585,'[b]Public Anouncment:[/b][br/]G00d  evening /reader   use  chatrum   and  f0rum... M0st  active   user  be  the  part  0f  chatspell   team  .njoy.[br/][i]This message was sent to all the members[/i]',4,29,'0',1281718318,'0','0'),(3586,'[b]Public Anouncment:[/b][br/]G00d  evening /reader   use  chatrum   and  f0rum... M0st  active   user  be  the  part  0f  chatspell   team  .njoy.[br/][i]This message was sent to all the members[/i]',4,30,'0',1281718318,'0','0'),(3587,'[b]Public Anouncment:[/b][br/]G00d  evening /reader   use  chatrum   and  f0rum... M0st  active   user  be  the  part  0f  chatspell   team  .njoy.[br/][i]This message was sent to all the members[/i]',4,31,'0',1281718318,'0','0'),(4544,'Call karo na yaar',23,2,'0',1281751760,'0','0'),(4545,'Maine mazaak kiya na to bahut bhari padega samjha na',34,23,'0',1281751772,'0','0'),(4546,'Ok gv me ur no. I wl call u now...',23,2,'0',1281751799,'0','0'),(3589,'[b]Public Anouncment:[/b][br/]G00d  evening /reader   use  chatrum   and  f0rum... M0st  active   user  be  the  part  0f  chatspell   team  .njoy.[br/][i]This message was sent to all the members[/i]',4,35,'1',1281718318,'0','0'),(3590,'[b]Public Anouncment:[/b][br/]G00d  evening /reader   use  chatrum   and  f0rum... M0st  active   user  be  the  part  0f  chatspell   team  .njoy.[br/][i]This message was sent to all the members[/i]',4,36,'1',1281718318,'0','0'),(3591,'[b]Public Anouncment:[/b][br/]G00d  evening /reader   use  chatrum   and  f0rum... M0st  active   user  be  the  part  0f  chatspell   team  .njoy.[br/][i]This message was sent to all the members[/i]',4,43,'0',1281718318,'0','0'),(3592,'[b]Public Anouncment:[/b][br/]G00d  evening /reader   use  chatrum   and  f0rum... M0st  active   user  be  the  part  0f  chatspell   team  .njoy.[br/][i]This message was sent to all the members[/i]',4,38,'1',1281718318,'0','0'),(3593,'[b]Public Anouncment:[/b][br/]G00d  evening /reader   use  chatrum   and  f0rum... M0st  active   user  be  the  part  0f  chatspell   team  .njoy.[br/][i]This message was sent to all the members[/i]',4,39,'1',1281718318,'0','0'),(3594,'[b]Public Anouncment:[/b][br/]G00d  evening /reader   use  chatrum   and  f0rum... M0st  active   user  be  the  part  0f  chatspell   team  .njoy.[br/][i]This message was sent to all the members[/i]',4,41,'1',1281718318,'0','0'),(3595,'[b]Public Anouncment:[/b][br/]G00d  evening /reader   use  chatrum   and  f0rum... M0st  active   user  be  the  part  0f  chatspell   team  .njoy.[br/][i]This message was sent to all the members[/i]',4,42,'1',1281718318,'0','0'),(3596,'[b]Public Anouncment:[/b][br/]G00d  evening /reader   use  chatrum   and  f0rum... M0st  active   user  be  the  part  0f  chatspell   team  .njoy.[br/][i]This message was sent to all the members[/i]',4,44,'1',1281718318,'0','0'),(3597,'[b]Public Anouncment:[/b][br/]G00d  evening /reader   use  chatrum   and  f0rum... M0st  active   user  be  the  part  0f  chatspell   team  .njoy.[br/][i]This message was sent to all the members[/i]',4,45,'0',1281718318,'0','0'),(3598,'[b]Public Anouncment:[/b][br/]G00d  evening /reader   use  chatrum   and  f0rum... M0st  active   user  be  the  part  0f  chatspell   team  .njoy.[br/][i]This message was sent to all the members[/i]',4,46,'1',1281718318,'0','0'),(3599,'[b]Public Anouncment:[/b][br/]G00d  evening /reader   use  chatrum   and  f0rum... M0st  active   user  be  the  part  0f  chatspell   team  .njoy.[br/][i]This message was sent to all the members[/i]',4,47,'1',1281718318,'0','0'),(3600,'[b]Public Anouncment:[/b][br/]G00d  evening /reader   use  chatrum   and  f0rum... M0st  active   user  be  the  part  0f  chatspell   team  .njoy.[br/][i]This message was sent to all the members[/i]',4,48,'1',1281718318,'0','0'),(3601,'[b]Public Anouncment:[/b][br/]G00d  evening /reader   use  chatrum   and  f0rum... M0st  active   user  be  the  part  0f  chatspell   team  .njoy.[br/][i]This message was sent to all the members[/i]',4,49,'1',1281718318,'0','0'),(3602,'[b]Public Anouncment:[/b][br/]G00d  evening /reader   use  chatrum   and  f0rum... M0st  active   user  be  the  part  0f  chatspell   team  .njoy.[br/][i]This message was sent to all the members[/i]',4,50,'0',1281718318,'0','0'),(3603,'[b]Public Anouncment:[/b][br/]G00d  evening /reader   use  chatrum   and  f0rum... M0st  active   user  be  the  part  0f  chatspell   team  .njoy.[br/][i]This message was sent to all the members[/i]',4,51,'0',1281718318,'0','0'),(3604,'[b]Public Anouncment:[/b][br/]G00d  evening /reader   use  chatrum   and  f0rum... M0st  active   user  be  the  part  0f  chatspell   team  .njoy.[br/][i]This message was sent to all the members[/i]',4,52,'1',1281718318,'0','0'),(3605,'[b]Public Anouncment:[/b][br/]G00d  evening /reader   use  chatrum   and  f0rum... M0st  active   user  be  the  part  0f  chatspell   team  .njoy.[br/][i]This message was sent to all the members[/i]',4,53,'1',1281718318,'0','0'),(3606,'[b]Public Anouncment:[/b][br/]G00d  evening /reader   use  chatrum   and  f0rum... M0st  active   user  be  the  part  0f  chatspell   team  .njoy.[br/][i]This message was sent to all the members[/i]',4,54,'0',1281718318,'0','0'),(3607,'[b]Public Anouncment:[/b][br/]G00d  evening /reader   use  chatrum   and  f0rum... M0st  active   user  be  the  part  0f  chatspell   team  .njoy.[br/][i]This message was sent to all the members[/i]',4,55,'1',1281718318,'0','0'),(3608,'[b]Public Anouncment:[/b][br/]G00d  evening /reader   use  chatrum   and  f0rum... M0st  active   user  be  the  part  0f  chatspell   team  .njoy.[br/][i]This message was sent to all the members[/i]',4,57,'1',1281718318,'0','0'),(3609,'[b]Public Anouncment:[/b][br/]G00d  evening /reader   use  chatrum   and  f0rum... M0st  active   user  be  the  part  0f  chatspell   team  .njoy.[br/][i]This message was sent to all the members[/i]',4,56,'0',1281718318,'0','0'),(3610,'[b]Public Anouncment:[/b][br/]G00d  evening /reader   use  chatrum   and  f0rum... M0st  active   user  be  the  part  0f  chatspell   team  .njoy.[br/][i]This message was sent to all the members[/i]',4,58,'0',1281718318,'0','0'),(3949,'18000 deta to de deta mfacebook ka script',25,4,'0',1281725055,'0','0'),(3950,'Hey  bhagwan.apka  man  lag  jata  jagah  jagah',4,83,'0',1281725239,'0','0'),(3951,'Ap  i.c  pe  rubina  id  se  user  k0  mat  b0lna  k  yaha  aye',4,83,'0',1281725322,'0','0'),(3612,'[b]Public Anouncment:[/b][br/]G00d  evening /reader   use  chatrum   and  f0rum... M0st  active   user  be  the  part  0f  chatspell   team  .njoy.[br/][i]This message was sent to all the members[/i]',4,60,'1',1281718318,'0','0'),(3613,'[b]Public Anouncment:[/b][br/]G00d  evening /reader   use  chatrum   and  f0rum... M0st  active   user  be  the  part  0f  chatspell   team  .njoy.[br/][i]This message was sent to all the members[/i]',4,63,'1',1281718318,'0','0'),(3614,'[b]Public Anouncment:[/b][br/]G00d  evening /reader   use  chatrum   and  f0rum... M0st  active   user  be  the  part  0f  chatspell   team  .njoy.[br/][i]This message was sent to all the members[/i]',4,61,'1',1281718318,'0','0'),(3615,'[b]Public Anouncment:[/b][br/]G00d  evening /reader   use  chatrum   and  f0rum... M0st  active   user  be  the  part  0f  chatspell   team  .njoy.[br/][i]This message was sent to all the members[/i]',4,62,'1',1281718318,'0','0'),(3616,'[b]Public Anouncment:[/b][br/]G00d  evening /reader   use  chatrum   and  f0rum... M0st  active   user  be  the  part  0f  chatspell   team  .njoy.[br/][i]This message was sent to all the members[/i]',4,64,'1',1281718318,'0','0'),(3617,'[b]Public Anouncment:[/b][br/]G00d  evening /reader   use  chatrum   and  f0rum... M0st  active   user  be  the  part  0f  chatspell   team  .njoy.[br/][i]This message was sent to all the members[/i]',4,68,'1',1281718318,'0','0'),(3618,'[b]Public Anouncment:[/b][br/]G00d  evening /reader   use  chatrum   and  f0rum... M0st  active   user  be  the  part  0f  chatspell   team  .njoy.[br/][i]This message was sent to all the members[/i]',4,65,'0',1281718318,'0','0'),(3619,'[b]Public Anouncment:[/b][br/]G00d  evening /reader   use  chatrum   and  f0rum... M0st  active   user  be  the  part  0f  chatspell   team  .njoy.[br/][i]This message was sent to all the members[/i]',4,66,'1',1281718318,'0','0'),(3620,'[b]Public Anouncment:[/b][br/]G00d  evening /reader   use  chatrum   and  f0rum... M0st  active   user  be  the  part  0f  chatspell   team  .njoy.[br/][i]This message was sent to all the members[/i]',4,67,'0',1281718318,'0','0'),(3621,'[b]Public Anouncment:[/b][br/]G00d  evening /reader   use  chatrum   and  f0rum... M0st  active   user  be  the  part  0f  chatspell   team  .njoy.[br/][i]This message was sent to all the members[/i]',4,69,'0',1281718318,'0','0'),(3622,'[b]Public Anouncment:[/b][br/]G00d  evening /reader   use  chatrum   and  f0rum... M0st  active   user  be  the  part  0f  chatspell   team  .njoy.[br/][i]This message was sent to all the members[/i]',4,70,'1',1281718318,'0','0'),(3623,'[b]Public Anouncment:[/b][br/]G00d  evening /reader   use  chatrum   and  f0rum... M0st  active   user  be  the  part  0f  chatspell   team  .njoy.[br/][i]This message was sent to all the members[/i]',4,72,'1',1281718318,'0','0'),(3624,'[b]Public Anouncment:[/b][br/]G00d  evening /reader   use  chatrum   and  f0rum... M0st  active   user  be  the  part  0f  chatspell   team  .njoy.[br/][i]This message was sent to all the members[/i]',4,71,'0',1281718318,'0','0'),(3625,'[b]Public Anouncment:[/b][br/]G00d  evening /reader   use  chatrum   and  f0rum... M0st  active   user  be  the  part  0f  chatspell   team  .njoy.[br/][i]This message was sent to all the members[/i]',4,73,'1',1281718318,'0','0'),(3626,'[b]Public Anouncment:[/b][br/]G00d  evening /reader   use  chatrum   and  f0rum... M0st  active   user  be  the  part  0f  chatspell   team  .njoy.[br/][i]This message was sent to all the members[/i]',4,74,'1',1281718318,'0','0'),(3627,'[b]Public Anouncment:[/b][br/]G00d  evening /reader   use  chatrum   and  f0rum... M0st  active   user  be  the  part  0f  chatspell   team  .njoy.[br/][i]This message was sent to all the members[/i]',4,75,'1',1281718318,'0','0'),(3628,'[b]Public Anouncment:[/b][br/]G00d  evening /reader   use  chatrum   and  f0rum... M0st  active   user  be  the  part  0f  chatspell   team  .njoy.[br/][i]This message was sent to all the members[/i]',4,76,'1',1281718318,'0','0'),(3629,'[b]Public Anouncment:[/b][br/]G00d  evening /reader   use  chatrum   and  f0rum... M0st  active   user  be  the  part  0f  chatspell   team  .njoy.[br/][i]This message was sent to all the members[/i]',4,77,'1',1281718318,'0','0'),(3630,'[b]Public Anouncment:[/b][br/]G00d  evening /reader   use  chatrum   and  f0rum... M0st  active   user  be  the  part  0f  chatspell   team  .njoy.[br/][i]This message was sent to all the members[/i]',4,78,'1',1281718318,'0','0'),(3631,'[b]Public Anouncment:[/b][br/]G00d  evening /reader   use  chatrum   and  f0rum... M0st  active   user  be  the  part  0f  chatspell   team  .njoy.[br/][i]This message was sent to all the members[/i]',4,79,'1',1281718318,'0','0'),(3632,'[b]Public Anouncment:[/b][br/]G00d  evening /reader   use  chatrum   and  f0rum... M0st  active   user  be  the  part  0f  chatspell   team  .njoy.[br/][i]This message was sent to all the members[/i]',4,80,'1',1281718318,'0','0'),(3633,'[b]Public Anouncment:[/b][br/]G00d  evening /reader   use  chatrum   and  f0rum... M0st  active   user  be  the  part  0f  chatspell   team  .njoy.[br/][i]This message was sent to all the members[/i]',4,81,'0',1281718318,'0','0'),(3634,'[b]Public Anouncment:[/b][br/]G00d  evening /reader   use  chatrum   and  f0rum... M0st  active   user  be  the  part  0f  chatspell   team  .njoy.[br/][i]This message was sent to all the members[/i]',4,82,'1',1281718318,'0','0'),(3635,'[b]Public Anouncment:[/b][br/]G00d  evening /reader   use  chatrum   and  f0rum... M0st  active   user  be  the  part  0f  chatspell   team  .njoy.[br/][i]This message was sent to all the members[/i]',4,83,'0',1281718318,'0','0'),(3636,'It r ok bro',25,23,'0',1281718346,'0','0'),(3637,'Ok vo sab theek hai par tum muje ise site ka script do pls !',67,25,'0',1281718384,'0','0'),(3638,'Ha de sakta hu is se v jyada secure kya doge muje bolo',25,67,'0',1281718409,'0','0'),(3639,'part of chatspell team matlab..',23,4,'0',1281718447,'0','0'),(3640,'Asad ko bolo vo mfacebook,neT ka script de or chatspel,c0M ka script de.me rw pe vohi use karuga...par vo de nai raha tu bole usko',67,4,'0',1281718472,'0','0'),(3641,'Mukesh ji hum rubina hai abhi hum ne yaha ragistor kiya hai kuch plusses do plz',83,4,'0',1281718488,'0','0'),(3642,'Tm parhai karte ho ya u r earning member. ..nd koi free mein chat syt banti hai kya...',23,25,'0',1281718527,'0','0'),(3643,'Tm parhai karte ho ya u r earning member. ..nd koi free mein chat syt banti hai kya...',23,25,'0',1281718558,'0','0'),(3644,'W0  editing  karta.script  nai  deta.but  secure  syt  bana  dega',4,67,'0',1281718585,'0','0'),(3645,'Bro kal tak me tumhe site bana k de sakta hu kitna pay karoge muje bolo',25,23,'0',1281718592,'0','0'),(3646,'Secure ise zyada kar duga....trust me...sab lagaduga.antidos script hai mere pas aur str_replace use karuga.phir dekna..gve me the script downloading url bro',67,25,'0',1281718598,'0','0'),(3647,'Vo yaha ka script dega .wink. Acha hai na.me vohi use karuga',67,4,'0',1281718638,'0','0'),(3648,'Bolo bro studant ho is liye bana lunga',25,23,'0',1281718639,'0','0'),(3649,'haan lil gya....bro....',32,4,'0',1281718642,'0','0'),(3650,'W0  b0l   raha  script  de  d0.editing  khud  karega',4,25,'0',1281718645,'0','0'),(3651,'Lolz alredy secure kiya he mene samja bro muje kya doge agar me vo script du to',25,67,'0',1281718697,'0','0'),(3652,'Staff  re',4,23,'0',1281718711,'0','0'),(3653,'Pata he muje bro kya dega muje vo bro advance me paisa de sakta he muje kal',25,4,'0',1281718755,'0','0'),(3654,'Ap  ithna  l8  ku  aayi  dear',4,83,'0',1281718760,'0','0'),(3655,'Me tera ad lagaounga mera site par',67,25,'0',1281718772,'0','0'),(4086,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,129,'1',1281747405,'0','0'),(3657,'Agar tere ko return chahiye to vapas le lena muj se par muje bahot urgent jarurat he',25,4,'0',1281718803,'0','0'),(3658,'Yar ye script tune edit kiya kya ?',67,25,'0',1281718821,'0','0'),(3659,'Vo nahi lage ga pata he muje',25,67,'0',1281718828,'0','0'),(3660,'Bhosri hm to hai hi...tu jo hai to staff ka kya sochna..',23,4,'0',1281718864,'0','0'),(3661,'Kyu kya huva ha mene kiya',25,67,'0',1281718879,'0','0'),(3662,'Bhosri hm to hai hi...tu jo hai to staff ka kya sochna..',23,4,'0',1281718916,'0','0'),(3663,'Aap ko pata hai na roze chalu hai to sham ko jab aap ka pm padha to aa gayi .',83,4,'0',1281718939,'0','0'),(3664,'',67,25,'0',1281719002,'0','0'),(3665,'Me lagaounga ads',67,25,'0',1281719012,'0','0'),(3666,'Nai  re.ye  wala  script  bekar.apna  .old.wala   laga',4,67,'0',1281719032,'0','0'),(3667,'Bhosri hm to hai hi...tu jo hai to staff ka kya sochna..',23,4,'0',1281719043,'0','0'),(3668,'Ok..ye btao tum kya jate ho ?',67,25,'0',1281719050,'0','0'),(3669,'All  i.c  yaha  aa  gaya',4,32,'0',1281719089,'0','0'),(3670,'Old vala bekar tha..me ye script mast lagata hu',67,4,'0',1281719133,'0','0'),(3671,'Hame  script  d0.kitna  l0ge',4,25,'0',1281719151,'0','0'),(3672,'Kal  rw   pir  banawuga',4,23,'0',1281719226,'0','0'),(3673,'',32,83,'0',1281719260,'0','0'),(3674,'Plz apna pura naam batao .',83,32,'0',1281719309,'0','0'),(3675,'asslam alaikum sahin G kyaa aap humse dosti karengi...???',32,83,'0',1281719310,'0','0'),(3676,'.tnx. T0  j0in.kal  apna  rw  bi  chalu  h0  jayega',4,83,'0',1281719321,'0','0'),(3677,'yeeeeehhhh....kaun kaun aya .....aur unhe maloom hai main yahaa hun...???',32,4,'0',1281719357,'0','0'),(3678,'Asad se 12000 mein..',23,4,'0',1281719369,'0','0'),(3679,'Walaikum assalam aap ho koun \'',83,32,'0',1281719382,'0','0'),(3680,'Yeh kis ki site hai mukesh ji ?',83,4,'0',1281719427,'0','0'),(3681,'Ye  script  t00  sl0w  in  m0bile.secure   bi  nai',4,67,'0',1281719428,'0','0'),(3682,'ALI KHAN.....AUR AAP...???',32,83,'0',1281719607,'0','0'),(3683,'Secure me kar luga...script slow nai hai server slow hai',67,4,'0',1281719645,'0','0'),(3684,'hume jaane k liye apko humara profile check karna hoga....wese log hume pyaar se ALI kehte hai......',32,83,'0',1281719681,'0','0'),(3685,'Ye  bi  apni  e  syt  hai  dear.apk0  staff  bana  du',4,83,'0',1281719723,'0','0'),(3686,'Rubina  jak0  deep  sameer. Mamu  sab  hai',4,32,'0',1281719786,'0','0'),(3687,'Mukesh ji plz kisi ko yeh mat batao ki hum rubina hai aur ye broken koun hai ?',83,4,'0',1281719793,'0','0'),(3689,'Asad  se  kya',4,23,'0',1281719842,'0','0'),(3690,'Kya hum jab kahengi tab hi hume staf banao ge ?',83,4,'0',1281719903,'0','0'),(3691,'Abe  script  kisi  k0  bi  pasand  nai',4,67,'0',1281719911,'0','0'),(3692,'Bro mera mfacebook vala script chahiye ya dusra',25,4,'0',1281719938,'0','0'),(3693,'Br0ken  akil  hai.0k  nai  batawuga',4,83,'0',1281719977,'0','0'),(3694,'dinner hua janu....?',23,4,'0',1281719984,'0','0'),(3695,'Tuje ise script me kya pasand nai',67,4,'0',1281719992,'0','0'),(3696,'Deepka sms nahi aya avi tak',25,2,'0',1281720026,'0','0'),(3697,'Yar script doge na ?',67,25,'0',1281720034,'0','0'),(3698,'toh tumhari kya raay hai...main unse baat karu..........agr unko pata chala main akil hun toh...kuch problm nahi hogi na...??',32,4,'0',1281720038,'0','0'),(3699,'Apk0  bina  puche  kese  banawu  dear.',4,83,'0',1281720059,'0','0'),(3700,'Mfaceb00k  wala',4,25,'0',1281720126,'0','0'),(3701,'Bro sory fokat me me apni script share ni karna koi 10000 rs v de to v muje m facebook ka script nahi dunga',25,67,'0',1281720127,'0','0'),(3702,'Tuje  kha  jawu  jaan.hehe.',4,23,'0',1281720181,'0','0'),(3703,'Vo script me nahi de sakta pls force mat kar yar kadi mehnat lagi he us pe meri',25,4,'0',1281720229,'0','0'),(3704,'Tu   0ld  script  laga  re',4,67,'0',1281720237,'0','0'),(3705,'Hume apna naam ali khan bata rahe hai akhil',83,4,'0',1281720265,'0','0'),(3706,'Are malum hai...muje chatspell,C0m ka script chahiye. De sakte kya ?',67,25,'0',1281720271,'0','0'),(3707,'Sab  apne  yaar  hai.n0  pr0blem',4,32,'0',1281720314,'0','0'),(3708,'Ok',67,4,'0',1281720322,'0','0'),(3709,'Yes vo de sakta hu me',25,67,'0',1281720323,'0','0'),(3710,'Ok hume staf bana do plz',83,4,'0',1281720353,'0','0'),(3711,'Kya doge muje',25,67,'0',1281720355,'0','0'),(3712,'Pls do yar..abi de sakte ho kya ?',67,25,'0',1281720363,'0','0'),(3713,'T0   k0i  dusara  secure  script  d0',4,25,'0',1281720386,'0','0'),(3714,'Kya chahiye tuje yar ?',67,25,'0',1281720393,'0','0'),(3715,'Kyu force kar raha he me fokat me nahi dunga',25,67,'0',1281720416,'0','0'),(3716,'Muje bataya nahi yaar tu kal muje 5000 de sakta he kya',25,4,'0',1281720460,'0','0'),(3717,'W0  b0lta  hai.real  name  se  ic  pe  pr0blem  h0ga',4,83,'0',1281720482,'0','0'),(3718,'Paisa chahiye kitna pay karega bol chat spel ka bata ar mfacebook ka bata',25,67,'0',1281720515,'0','0'),(3719,'All  0wner   wala  trick  bata  na',4,67,'0',1281720555,'0','0'),(3720,'Kya yar vo jabar dasti mang raha he kya karu',25,4,'0',1281720601,'0','0'),(3721,'Ha abhi yaha par sab aise hi aayenge .',83,4,'0',1281720656,'0','0'),(3722,'Beta chinese...hehe..hehe.',23,4,'0',1281720669,'0','0'),(4087,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,130,'1',1281747406,'0','0'),(4088,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,131,'1',1281747407,'0','0'),(4089,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,132,'1',1281747408,'0','0'),(4090,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,133,'1',1281747409,'0','0'),(4091,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,134,'1',1281747410,'0','0'),(4092,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,135,'1',1281747411,'0','0'),(4093,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,136,'1',1281747412,'0','0'),(4094,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,137,'1',1281747413,'0','0'),(4095,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,138,'1',1281747414,'0','0'),(4096,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,139,'1',1281747415,'0','0'),(4097,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,140,'1',1281747416,'0','0'),(4098,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,141,'1',1281747417,'0','0'),(4099,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,142,'1',1281747418,'0','0'),(4100,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,143,'1',1281747419,'0','0'),(4101,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,144,'1',1281747420,'0','0'),(4102,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,145,'1',1281747421,'0','0'),(4103,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,146,'1',1281747422,'0','0'),(4104,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,147,'1',1281747423,'0','0'),(4105,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,148,'1',1281747424,'0','0'),(4106,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,149,'1',1281747426,'0','0'),(4107,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,150,'1',1281747427,'0','0'),(4108,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,151,'1',1281747428,'0','0'),(4109,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,152,'1',1281747429,'0','0'),(4110,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,153,'1',1281747430,'0','0'),(4111,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,154,'1',1281747431,'0','0'),(4112,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,155,'1',1281747432,'0','0'),(4113,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,156,'1',1281747433,'0','0'),(4114,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,157,'1',1281747434,'0','0'),(4115,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,158,'1',1281747435,'0','0'),(4116,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,159,'1',1281747436,'0','0'),(4117,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,160,'1',1281747437,'0','0'),(4118,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,161,'1',1281747438,'0','0'),(4119,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,162,'1',1281747439,'0','0'),(4120,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,163,'1',1281747440,'0','0'),(4121,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,164,'1',1281747441,'0','0'),(4122,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,165,'1',1281747442,'0','0'),(4123,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,166,'1',1281747443,'0','0'),(4124,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,167,'1',1281747444,'0','0'),(4125,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,168,'1',1281747445,'0','0'),(4126,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,169,'1',1281747446,'0','0'),(4127,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,170,'1',1281747447,'0','0'),(4128,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,171,'1',1281747448,'0','0'),(4129,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,172,'1',1281747449,'0','0'),(4130,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,173,'1',1281747450,'0','0'),(4131,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,174,'1',1281747451,'0','0'),(4132,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,175,'1',1281747452,'0','0'),(4133,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,176,'1',1281747453,'0','0'),(4134,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,177,'1',1281747454,'0','0'),(4135,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,178,'1',1281747455,'0','0'),(4136,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,179,'1',1281747456,'0','0'),(4137,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,180,'1',1281747457,'0','0'),(4138,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,181,'1',1281747458,'0','0'),(4139,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,182,'1',1281747459,'0','0'),(4140,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,183,'1',1281747460,'0','0'),(4141,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,184,'1',1281747461,'0','0'),(4142,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,185,'1',1281747462,'0','0'),(4143,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,186,'1',1281747463,'0','0'),(4144,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,187,'1',1281747464,'0','0'),(4145,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,188,'1',1281747465,'0','0'),(4146,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,189,'1',1281747467,'0','0'),(4147,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,190,'1',1281747468,'0','0'),(4148,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,191,'1',1281747470,'0','0'),(4149,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,192,'1',1281747471,'0','0'),(4150,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,193,'1',1281747472,'0','0'),(4151,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,194,'1',1281747473,'0','0'),(4152,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,195,'1',1281747474,'0','0'),(4153,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,196,'1',1281747475,'0','0'),(4154,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,197,'1',1281747476,'0','0'),(4155,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,198,'1',1281747477,'0','0'),(4156,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,199,'1',1281747478,'0','0'),(4157,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,200,'1',1281747479,'0','0'),(4158,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,201,'1',1281747480,'0','0'),(4159,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,202,'1',1281747481,'0','0'),(4160,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,203,'1',1281747482,'0','0'),(4161,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,204,'1',1281747483,'0','0'),(4162,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,205,'1',1281747484,'0','0'),(4163,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,206,'1',1281747485,'0','0'),(4164,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,207,'1',1281747486,'0','0'),(4165,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,208,'1',1281747487,'0','0'),(4166,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,209,'1',1281747488,'0','0'),(4167,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,210,'1',1281747489,'0','0'),(4168,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,211,'1',1281747490,'0','0'),(4169,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,212,'1',1281747491,'0','0'),(4170,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,213,'1',1281747492,'0','0'),(4171,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,214,'1',1281747493,'0','0'),(4172,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,215,'1',1281747494,'0','0'),(4173,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,216,'1',1281747495,'0','0'),(4174,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,217,'1',1281747496,'0','0'),(4175,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,218,'1',1281747497,'0','0'),(4176,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,219,'1',1281747498,'0','0'),(4177,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,220,'1',1281747499,'0','0'),(4178,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,221,'1',1281747500,'0','0'),(4179,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,222,'1',1281747501,'0','0'),(4180,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,223,'1',1281747502,'0','0'),(4181,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,224,'1',1281747503,'0','0'),(4182,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,225,'1',1281747504,'0','0'),(4183,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,226,'1',1281747505,'0','0'),(4184,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,227,'1',1281747506,'0','0'),(4185,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,228,'1',1281747508,'0','0'),(4186,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,229,'1',1281747508,'0','0'),(4187,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,230,'1',1281747509,'0','0'),(4188,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,231,'1',1281747510,'0','0'),(4189,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,232,'1',1281747512,'0','0'),(4190,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,233,'1',1281747513,'0','0'),(4191,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,234,'1',1281747514,'0','0'),(4192,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,235,'1',1281747515,'0','0'),(4193,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,236,'1',1281747516,'0','0'),(4194,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,237,'1',1281747517,'0','0'),(4195,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,238,'1',1281747518,'0','0'),(4196,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,239,'1',1281747519,'0','0'),(4197,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,240,'1',1281747520,'0','0'),(4198,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,241,'1',1281747521,'0','0'),(4199,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,242,'1',1281747522,'0','0'),(4200,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,243,'1',1281747523,'0','0'),(4201,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,244,'1',1281747524,'0','0'),(4202,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,245,'1',1281747525,'0','0'),(4203,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,246,'1',1281747526,'0','0'),(4204,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,247,'1',1281747527,'0','0'),(4205,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,248,'1',1281747528,'0','0'),(4206,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,249,'1',1281747529,'0','0'),(4207,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,250,'1',1281747530,'0','0'),(4208,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,251,'1',1281747531,'0','0'),(4209,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,252,'1',1281747532,'0','0'),(4210,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,253,'1',1281747533,'0','0'),(4211,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,254,'1',1281747534,'0','0'),(4212,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,255,'1',1281747535,'0','0'),(4213,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,256,'1',1281747536,'0','0'),(4214,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,257,'1',1281747537,'0','0'),(4215,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,258,'1',1281747538,'0','0'),(4216,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,259,'1',1281747539,'0','0'),(4217,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,260,'1',1281747540,'0','0'),(4218,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,261,'1',1281747541,'0','0'),(4219,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,262,'1',1281747542,'0','0'),(4220,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,263,'1',1281747543,'0','0'),(4221,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,264,'1',1281747544,'0','0'),(4222,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,265,'1',1281747545,'0','0'),(4223,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,266,'1',1281747546,'0','0'),(4224,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,267,'1',1281747547,'0','0'),(4225,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,268,'1',1281747548,'0','0'),(4226,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,269,'1',1281747549,'0','0'),(4227,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,270,'1',1281747550,'0','0'),(4228,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,271,'1',1281747552,'0','0'),(4229,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,272,'1',1281747553,'0','0'),(4230,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,273,'1',1281747554,'0','0'),(4231,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,274,'1',1281747555,'0','0'),(4232,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,275,'1',1281747556,'0','0'),(4233,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,276,'1',1281747557,'0','0'),(4234,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,277,'1',1281747558,'0','0'),(4235,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,278,'1',1281747559,'0','0'),(4236,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,279,'1',1281747560,'0','0'),(4237,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,280,'1',1281747561,'0','0'),(4238,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,281,'1',1281747562,'0','0'),(4239,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,282,'1',1281747563,'0','0'),(4240,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,283,'1',1281747564,'0','0'),(4241,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,284,'1',1281747565,'0','0'),(4242,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,285,'1',1281747566,'0','0'),(4243,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,286,'1',1281747567,'0','0'),(4244,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,287,'1',1281747568,'0','0'),(4245,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,288,'1',1281747569,'0','0'),(4246,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,289,'1',1281747570,'0','0'),(4247,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,290,'1',1281747571,'0','0'),(4248,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,291,'1',1281747572,'0','0'),(4249,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,292,'1',1281747573,'0','0'),(4250,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,293,'1',1281747574,'0','0'),(4251,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,294,'1',1281747575,'0','0'),(4252,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,295,'1',1281747576,'0','0'),(4253,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,296,'1',1281747577,'0','0'),(4254,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,297,'1',1281747578,'0','0'),(4255,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,298,'1',1281747579,'0','0'),(4256,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,299,'1',1281747580,'0','0'),(4257,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,300,'1',1281747581,'0','0'),(4258,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,301,'1',1281747582,'0','0'),(4259,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,302,'1',1281747583,'0','0'),(4260,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,303,'1',1281747584,'0','0'),(4261,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,304,'1',1281747585,'0','0'),(4262,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,305,'1',1281747586,'0','0'),(4263,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,306,'1',1281747587,'0','0'),(4264,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,307,'1',1281747588,'0','0'),(4265,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,308,'1',1281747590,'0','0'),(4266,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,309,'1',1281747591,'0','0'),(4267,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,310,'1',1281747592,'0','0'),(4268,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,311,'1',1281747593,'0','0'),(4269,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,312,'1',1281747594,'0','0'),(4270,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,313,'1',1281747596,'0','0'),(4271,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,314,'1',1281747597,'0','0'),(4272,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,315,'1',1281747598,'0','0'),(4273,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,316,'1',1281747599,'0','0'),(4274,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,317,'1',1281747601,'0','0'),(4275,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,318,'1',1281747602,'0','0'),(4276,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,319,'1',1281747603,'0','0'),(4277,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,320,'1',1281747604,'0','0'),(4278,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,321,'1',1281747605,'0','0'),(4279,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,322,'1',1281747606,'0','0'),(4280,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,323,'1',1281747607,'0','0'),(4281,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,324,'1',1281747608,'0','0'),(4282,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,325,'1',1281747609,'0','0'),(4283,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,326,'1',1281747610,'0','0'),(4284,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,327,'1',1281747612,'0','0'),(4285,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,328,'1',1281747612,'0','0'),(4286,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,329,'1',1281747613,'0','0'),(4287,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,330,'1',1281747615,'0','0'),(4288,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,331,'1',1281747615,'0','0'),(4289,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,332,'1',1281747617,'0','0'),(4290,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,333,'1',1281747620,'0','0'),(4291,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,334,'1',1281747620,'0','0'),(4292,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,335,'1',1281747621,'0','0'),(4293,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,336,'1',1281747623,'0','0'),(4294,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,337,'1',1281747623,'0','0'),(4295,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,338,'1',1281747624,'0','0'),(4296,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,339,'1',1281747626,'0','0'),(4297,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,340,'1',1281747627,'0','0'),(4298,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,341,'1',1281747628,'0','0'),(4299,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,342,'1',1281747629,'0','0'),(4300,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,343,'1',1281747630,'0','0'),(4301,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,344,'1',1281747631,'0','0'),(4302,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,345,'1',1281747632,'0','0'),(4303,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,346,'1',1281747633,'0','0'),(4304,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,347,'1',1281747634,'0','0'),(4305,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,348,'1',1281747635,'0','0'),(4306,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,349,'1',1281747636,'0','0'),(4307,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,350,'1',1281747637,'0','0'),(4308,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,351,'1',1281747638,'0','0'),(4309,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,352,'1',1281747639,'0','0'),(4310,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,353,'1',1281747640,'0','0'),(4311,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,354,'1',1281747641,'0','0'),(4312,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,355,'1',1281747642,'0','0'),(4313,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,356,'1',1281747643,'0','0'),(4314,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,357,'1',1281747644,'0','0'),(4315,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,358,'1',1281747645,'0','0'),(4316,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,359,'1',1281747646,'0','0'),(4317,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,360,'1',1281747647,'0','0'),(4318,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,361,'1',1281747648,'0','0'),(4319,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,362,'1',1281747649,'0','0'),(4320,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,363,'1',1281747650,'0','0'),(4321,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,364,'1',1281747651,'0','0'),(4322,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,365,'1',1281747652,'0','0'),(4323,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,366,'1',1281747653,'0','0'),(4324,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,367,'1',1281747654,'0','0'),(4325,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,368,'1',1281747655,'0','0'),(4326,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,369,'1',1281747656,'0','0'),(4327,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,370,'1',1281747658,'0','0'),(4328,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,371,'1',1281747658,'0','0'),(4329,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,372,'1',1281747660,'0','0'),(4330,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,373,'1',1281747661,'0','0'),(4331,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,374,'1',1281747662,'0','0'),(4332,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,375,'1',1281747663,'0','0'),(4333,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,376,'1',1281747664,'0','0'),(4334,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,377,'1',1281747665,'0','0'),(4335,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,378,'1',1281747666,'0','0'),(4336,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,379,'1',1281747667,'0','0'),(4337,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,380,'1',1281747668,'0','0'),(4338,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,381,'1',1281747669,'0','0'),(4339,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,382,'1',1281747670,'0','0'),(4340,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,383,'1',1281747671,'0','0'),(4341,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,384,'1',1281747672,'0','0'),(4342,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,385,'1',1281747673,'0','0'),(4343,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,386,'1',1281747674,'0','0'),(4344,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,387,'1',1281747675,'0','0'),(4345,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,388,'1',1281747677,'0','0'),(4346,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,389,'1',1281747678,'0','0'),(4347,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,390,'1',1281747679,'0','0'),(4348,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,391,'1',1281747681,'0','0'),(4349,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,392,'1',1281747682,'0','0'),(4350,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,393,'1',1281747683,'0','0'),(4351,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,394,'1',1281747684,'0','0'),(4352,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,395,'1',1281747685,'0','0'),(4353,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,396,'1',1281747687,'0','0'),(4354,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,397,'1',1281747688,'0','0'),(4355,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,398,'1',1281747689,'0','0'),(4356,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,399,'1',1281747690,'0','0'),(4357,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,400,'1',1281747692,'0','0'),(4358,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,401,'1',1281747693,'0','0'),(4359,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,402,'1',1281747694,'0','0'),(4360,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,403,'1',1281747695,'0','0'),(4361,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,404,'1',1281747696,'0','0'),(4362,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,405,'1',1281747697,'0','0'),(4363,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,406,'1',1281747698,'0','0'),(4364,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,407,'1',1281747699,'0','0'),(4365,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,408,'1',1281747700,'0','0'),(4366,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,409,'1',1281747701,'0','0'),(4367,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,410,'1',1281747702,'0','0'),(4368,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,411,'1',1281747703,'0','0'),(4369,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,412,'1',1281747704,'0','0'),(4370,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,413,'1',1281747705,'0','0'),(4371,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,414,'1',1281747706,'0','0'),(4372,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,415,'1',1281747707,'0','0'),(4373,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,416,'1',1281747708,'0','0'),(4374,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,417,'1',1281747709,'0','0'),(4375,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,418,'1',1281747710,'0','0'),(4376,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,419,'1',1281747711,'0','0'),(4377,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,420,'1',1281747712,'0','0'),(4378,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,421,'1',1281747713,'0','0'),(4379,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,422,'1',1281747714,'0','0'),(4380,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,423,'1',1281747715,'0','0'),(4381,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,424,'1',1281747716,'0','0'),(4382,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,425,'1',1281747717,'0','0'),(4383,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,426,'1',1281747718,'0','0'),(4384,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,427,'1',1281747719,'0','0'),(4385,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,428,'1',1281747720,'0','0'),(4386,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,429,'1',1281747721,'0','0'),(4387,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,430,'1',1281747722,'0','0'),(4388,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,431,'1',1281747723,'0','0'),(4389,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,432,'1',1281747724,'0','0'),(4390,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,433,'1',1281747725,'0','0'),(4391,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,434,'1',1281747726,'0','0'),(4392,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,435,'1',1281747727,'0','0'),(4393,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,436,'1',1281747728,'0','0'),(4394,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,437,'1',1281747729,'0','0'),(4395,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,438,'1',1281747731,'0','0'),(4396,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,439,'1',1281747732,'0','0'),(4397,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,440,'1',1281747733,'0','0'),(4398,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,441,'1',1281747734,'0','0'),(4399,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,442,'1',1281747735,'0','0'),(4400,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,443,'1',1281747736,'0','0'),(4401,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,444,'1',1281747737,'0','0'),(4402,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,445,'1',1281747738,'0','0'),(4403,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,446,'1',1281747739,'0','0'),(4404,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,447,'1',1281747740,'0','0'),(4405,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,448,'1',1281747741,'0','0'),(4406,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,449,'1',1281747742,'0','0'),(4407,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,450,'1',1281747743,'0','0'),(4408,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,451,'1',1281747744,'0','0'),(4409,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,452,'1',1281747745,'0','0'),(4410,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,453,'1',1281747746,'0','0'),(4411,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,454,'1',1281747747,'0','0'),(4412,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,455,'1',1281747748,'0','0'),(4413,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,456,'1',1281747749,'0','0'),(4414,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,457,'1',1281747751,'0','0'),(4415,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,458,'1',1281747751,'0','0'),(4416,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,459,'1',1281747752,'0','0'),(4417,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,460,'1',1281747753,'0','0'),(4418,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,461,'1',1281747754,'0','0'),(4419,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,462,'1',1281747755,'0','0'),(4420,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,463,'1',1281747756,'0','0'),(4421,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,464,'1',1281747757,'0','0'),(4422,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,465,'1',1281747758,'0','0'),(4423,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,466,'1',1281747759,'0','0'),(4424,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,467,'1',1281747760,'0','0'),(4425,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,468,'1',1281747761,'0','0'),(4426,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,469,'1',1281747762,'0','0'),(4427,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,470,'1',1281747763,'0','0'),(4428,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,471,'1',1281747764,'0','0'),(4429,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,472,'1',1281747765,'0','0'),(4430,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,473,'1',1281747766,'0','0'),(4431,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,474,'1',1281747767,'0','0'),(4432,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,475,'1',1281747768,'0','0'),(4433,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,476,'1',1281747769,'0','0'),(4434,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,477,'1',1281747771,'0','0'),(4435,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,478,'1',1281747772,'0','0'),(4436,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,479,'1',1281747772,'0','0'),(4437,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,480,'1',1281747773,'0','0'),(4438,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,481,'1',1281747774,'0','0'),(4439,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,482,'1',1281747775,'0','0'),(4440,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,483,'1',1281747778,'0','0'),(4441,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,484,'1',1281747779,'0','0'),(4442,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,485,'1',1281747780,'0','0'),(4443,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,486,'1',1281747781,'0','0'),(4444,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,487,'1',1281747782,'0','0'),(4445,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,488,'1',1281747783,'0','0'),(4446,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,489,'1',1281747784,'0','0'),(4447,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,490,'1',1281747785,'0','0'),(4448,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,491,'1',1281747786,'0','0'),(4449,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,492,'1',1281747787,'0','0'),(4450,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,493,'1',1281747788,'0','0'),(4451,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,494,'1',1281747789,'0','0'),(4452,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,495,'1',1281747790,'0','0'),(4453,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,496,'1',1281747791,'0','0'),(4454,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,497,'1',1281747792,'0','0'),(4455,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,498,'1',1281747793,'0','0'),(4456,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,499,'1',1281747794,'0','0'),(4457,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,500,'1',1281747795,'0','0'),(4458,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,501,'1',1281747796,'0','0'),(4459,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,502,'1',1281747797,'0','0'),(4460,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,503,'1',1281747798,'0','0'),(4461,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,504,'1',1281747799,'0','0'),(4462,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,505,'1',1281747800,'0','0'),(4463,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,506,'1',1281747801,'0','0'),(4464,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,507,'1',1281747803,'0','0'),(4465,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,508,'1',1281747804,'0','0'),(4466,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,509,'1',1281747805,'0','0'),(4467,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,510,'1',1281747806,'0','0'),(4468,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,511,'1',1281747807,'0','0'),(4469,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,512,'1',1281747808,'0','0'),(4470,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,513,'1',1281747809,'0','0'),(4471,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,514,'1',1281747810,'0','0'),(4472,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,515,'1',1281747811,'0','0'),(4473,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,516,'1',1281747812,'0','0'),(4474,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,517,'1',1281747814,'0','0'),(4475,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,518,'1',1281747816,'0','0'),(4476,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,519,'1',1281747817,'0','0'),(4477,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,520,'1',1281747818,'0','0'),(4478,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,521,'1',1281747819,'0','0'),(4479,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,522,'1',1281747820,'0','0'),(4480,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,523,'1',1281747821,'0','0'),(4481,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,524,'1',1281747822,'0','0'),(4482,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,525,'1',1281747824,'0','0'),(4483,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,526,'1',1281747825,'0','0'),(4484,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,527,'1',1281747826,'0','0'),(4485,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,528,'1',1281747827,'0','0'),(4486,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,529,'1',1281747828,'0','0'),(4487,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,530,'1',1281747829,'0','0'),(4488,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,531,'1',1281747830,'0','0'),(4489,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,532,'1',1281747831,'0','0'),(4490,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,533,'1',1281747832,'0','0'),(4491,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,534,'1',1281747833,'0','0'),(4492,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,535,'1',1281747834,'0','0'),(4493,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,536,'1',1281747835,'0','0'),(4494,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,537,'1',1281747836,'0','0'),(4495,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,538,'1',1281747837,'0','0'),(4496,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,539,'1',1281747838,'0','0'),(4497,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,540,'1',1281747840,'0','0'),(4498,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,541,'1',1281747841,'0','0'),(4499,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,542,'1',1281747842,'0','0'),(4500,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,543,'1',1281747843,'0','0'),(4501,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,544,'1',1281747844,'0','0'),(4502,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,545,'1',1281747845,'0','0'),(4503,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,546,'1',1281747846,'0','0'),(4504,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,547,'1',1281747847,'0','0'),(4505,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,548,'1',1281747848,'0','0'),(4506,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,549,'1',1281747849,'0','0'),(4507,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,550,'1',1281747850,'0','0'),(4508,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,551,'1',1281747852,'0','0'),(4509,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,552,'1',1281747854,'0','0'),(4510,'Has he replyd ?',67,2,'0',1281748646,'0','0'),(4511,'U can only chat wid me',14,58,'1',1281748993,'0','0'),(4512,'No',14,29,'0',1281749019,'0','0'),(4513,'Hi',14,4,'0',1281749052,'0','0'),(4514,'Not yet . Who added flooder here is it you?',2,67,'0',1281749144,'0','0'),(4515,'Aur kya ho raha hai',14,65,'0',1281749174,'0','0'),(4516,'Lulkow',14,69,'0',1281749198,'0','0'),(4517,'Good morning',2,14,'0',1281749554,'0','0'),(4518,'I m fyn.kaun btaya ki meri id hai.',23,65,'0',1281749610,'0','0'),(4519,'Personal Syt lyk chtspc ka kitna cost parega...',23,2,'0',1281749705,'0','0'),(4520,'I am making all types of site.',2,23,'0',1281749800,'0','0'),(4521,'Kitna lgega chtspic jaisa personal syt ka..',23,2,'0',1281749872,'0','0'),(4522,'Server aur domain tumhara rahega ya muzse chahiye?',2,23,'0',1281750157,'0','0'),(4523,'Sever aur domain matlab...mera apna choice ka naam chaiye..',23,2,'0',1281750248,'0','0'),(4524,'thats gud ! gud morning',43,4,'0',1281750412,'0','0'),(4525,'i dont know manav but i know dipp here mujhe Ek month karib ho gye hai idher',43,4,'0',1281750523,'0','0'),(4526,'Kya hua',23,2,'0',1281750547,'0','0'),(4527,'Jo choice ka naam bol rahi ho its domain name. Ok? And uski speed space sab server se depend hoti he ok?',2,23,'0',1281750604,'0','0'),(4528,'Can you call me i will tell you better on call or give me your contact number.',2,23,'0',1281750651,'0','0'),(4529,'its ok !',43,32,'0',1281750696,'0','0'),(4530,'Good morng pri,how r you',34,23,'0',1281750752,'0','0'),(4531,'tumhari tarf se mesg aya tha !',43,2,'0',1281750760,'0','0'),(4532,'its was for all users.',2,43,'0',1281750832,'0','0'),(4533,'ok !',43,2,'0',1281751014,'0','0'),(4534,'Are bhai i m male..bs u tell me how mch cost parega script leke..ready kar ke..',23,2,'0',1281751061,'0','0'),(4543,'After an half hour i will call you.',2,23,'0',1281751731,'0','0'),(4536,'Kya baat he he waah waah',34,23,'0',1281751367,'0','0'),(4537,'Hey it doesn\'t matter k tum male ho ya female. Domain -550(with domain service tax of 10%) \nserver 100MB(300rs)\nscript 1500\n2300/-',2,23,'0',1281751408,'0','0'),(4747,'But just login once and get exit to change you browser.',2,18,'0',1281756757,'0','0'),(4539,'Total 2350 rs lagenge.',2,23,'0',1281751478,'0','0'),(4540,'Tm call karo 09748815901. Par',23,2,'0',1281751493,'0','0'),(4541,'Tu admin post par rah kar ye tuchhi harkate bandh kar de',34,23,'0',1281751638,'0','0'),(4566,'Bhot din se...?bt tmhara se jyada din se nhi..approx 3 and half  month...',23,2,'0',1281753125,'0','0'),(4567,'muku told me dat....dats y given...otherwise i dnt...',32,2,'0',1281753430,'0','0'),(4568,'Ok no problem but be true please.',2,23,'0',1281753431,'0','0'),(4569,'Yar i m a stdnt .n does nt earn now..so mein ye site mukesh ke through tmse kharid ke bech raha hun 3500 mein...nd mein poor hu so tm mujge kitna de skoge bhai...',23,2,'0',1281753540,'0','0'),(4570,'Kuch banao to sahe mumy nahe hai gharme mai akela hu khana banane ko kantala aata hai',17,43,'0',1281753581,'0','0'),(4571,'Kyu',17,54,'0',1281753604,'0','0'),(4572,'Ham gharme mumy nahe hai gav gai hai muze khana banana nahe aata uparse aap dosti bhi nahe karti chelati ho',17,54,'0',1281753671,'0','0'),(4573,'Gm yara',17,2,'0',1281753685,'0','0'),(4574,'Hi gudmrng',14,2,'0',1281753695,'0','0'),(4575,'Helo madam gm ji',17,14,'0',1281753702,'0','0'),(4576,'Hi gudmrng',14,17,'0',1281753824,'0','0'),(4577,'Hi nish wc to the cs madam enjoy chat',17,552,'1',1281753855,'0','0'),(4578,'Kem cho madam jai shri krishna',17,14,'0',1281753885,'0','0'),(4579,'.hi. Gm.',1,14,'0',1281753932,'0','0'),(4580,'Ok no problem but admin and head admin page is different.',2,32,'0',1281753957,'0','0'),(4581,'hiiii......wud u lyk 2 be ma frnd..???',32,84,'0',1281754006,'0','0'),(4582,'Good molling',34,14,'0',1281754028,'0','0'),(4583,'okay....',32,2,'0',1281754038,'0','0'),(4584,'Dear msg me only in englis if u want reply frm me',14,17,'0',1281754075,'0','0'),(4585,'Hi gumdmrng hw r u',14,1,'0',1281754109,'0','0'),(4586,'Gud  m0rning  divya@@g.hand.',4,14,'0',1281754118,'0','0'),(4588,'Hi gumdmrng hw r u',14,4,'0',1281754140,'0','0'),(4589,'Kaha   rahta   ajkal',4,81,'0',1281754173,'0','0'),(4590,'yes',84,32,'0',1281754199,'0','0'),(4591,'Ok ok i jst said gm to u na sory i 4got in the exam headek plz dont get angry yar. So wats ur todays planing',17,14,'0',1281754201,'0','0'),(4592,'Gud  m0rning  yar@@g.hand.',4,3,'0',1281754226,'0','0'),(4593,'M fine divya,well ek baat batao kya tum real mein girl ho kya',34,14,'0',1281754246,'0','0'),(4594,'Club  dlt  t00l  nai   hai',4,69,'0',1281754289,'0','0'),(4595,'Divya same nahi bola tha sam bola tha mera naam sam hai .Aur mai fir se nikal lunga aur apne phn me as a walpaper laga lunga .Nahi to hata lo dost',30,14,'0',1281754321,'0','0'),(4596,'whats ua good name...??...n where u from...??',32,84,'0',1281754323,'0','0'),(4597,'Hapy birthday madam',17,22,'1',1281754323,'0','0'),(4598,'Hi jyoti kaisi ho',14,54,'0',1281754328,'0','0'),(4599,'Plz dont mind,iss liye pucha kyunki yahan ki admin priyanka fake id he',34,14,'0',1281754329,'0','0'),(4600,'.gud  m0rning  neha.rat  k0 bin  b0le  ludak  gai.hand.',4,43,'0',1281754368,'0','0'),(4601,'Today i have to go to clg for class',14,17,'0',1281754382,'0','0'),(4749,'Tm kitna de skte..ho..anythng above 1100...ok....i m ready fr anythng above 1100 .aur bhi customer dunga..pakka..pehle abhi thora paise ka kam hai. .so hope u undrstand bhai..',23,2,'0',1281756881,'0','0'),(4603,'Ek m0nth  pahle  kaha  ti  ap',4,43,'0',1281754419,'0','0'),(4604,'Mukki bhai ram ram,bhai yahan fake admin to mat rakho jaise priyanka',34,4,'0',1281754438,'0','0'),(4605,'To janab online hai. Mai to gud morning karna bhul gaYA .Chalo ab kar leta hun .Gud morning',30,14,'0',1281754449,'0','0'),(4606,'Bro i will give you it in 2500 and you can sell 3500',2,23,'0',1281754454,'0','0'),(4607,'Bt today is sat mam always bunk the lect and go and watch a movi na hahahahaha',17,14,'0',1281754463,'0','0'),(4608,'Am  fine.just  utha.ap  sunaw0',4,14,'0',1281754466,'0','0'),(4609,'Ok thanx',34,14,'0',1281754469,'0','0'),(4610,'sonam my name and i am from punjab u',84,32,'0',1281754489,'0','0'),(4611,'Gm.',2,17,'0',1281754520,'0','0'),(4612,'Hi sam photo load kar lo aur uski hard copy banwa ke apne drying rum me lagwa lena ok',14,30,'0',1281754529,'0','0'),(4613,'Kaha chali gayi thi?',2,14,'0',1281754553,'0','0'),(4614,'Hows u',17,2,'0',1281754570,'0','0'),(4615,'Where from you?',2,32,'0',1281754584,'0','0'),(4616,'m ali....n m from mumbai..........where do stay in punjab..??',32,84,'0',1281754585,'0','0'),(4618,'Uthalas mitra jai shri krishna',17,32,'0',1281754625,'0','0'),(4619,'amhci mumbai......n .u...???',32,2,'0',1281754637,'0','0'),(4748,'Ok ok so wats todays plan',18,2,'0',1281756863,'0','0'),(4621,'Fine and you?',2,17,'0',1281754658,'0','0'),(4622,'Mai jaan gaya tumhari pic nahi hai tab us din kyoun del karwa diya tha. Pic agar tumhari real do mujhe to mai album bana ke laga lun',30,14,'0',1281754689,'0','0'),(4623,'Priyanka ek fake id he mukki bhai,well aage jaise aapki marzi',34,4,'0',1281754690,'0','0'),(4624,'uthlo re deepya.....kuthe ahes...???',32,17,'0',1281754692,'0','0'),(4625,'Gudmrng sam aur subah aur rat ki bhi',14,30,'0',1281754701,'0','0'),(4626,'Tens me hu',17,2,'0',1281754715,'0','0'),(4627,'Divya ye batao yahan jyoti kis id se hai',30,14,'0',1281754721,'0','0'),(4628,'Me hotel madhe chaha ghetoy',17,32,'0',1281754740,'0','0'),(4629,'Good very good',34,14,'0',1281754745,'0','0'),(4630,'U ppl do it but i cant',14,17,'0',1281754748,'0','0'),(4631,'Rat ki bhi matlab mai samjha nahi .Abhi to subah hai to rat ki bhi ka kya matlab hai',30,14,'0',1281754794,'0','0'),(4632,'Its ok enjoy i m now ready for clg',14,4,'0',1281754821,'0','0'),(4746,'Wait.deta  hu.kaha  manager',4,18,'0',1281756688,'0','0'),(4745,'.hand.',4,29,'1',1281756640,'0','0'),(4635,'kaa re ...???,...ghari...nahi.....achha...chaha....ani cgr8... martoy ka..?',32,17,'0',1281754860,'0','0'),(4636,'B0t  busy  h0  dear',4,14,'0',1281754864,'0','0'),(4637,'Aap log bat hi nahi karte to me offline ho gayee',14,2,'0',1281754902,'0','0'),(4638,'Kal sunday hai tab to free clases hona nahi aaunkya hostal tumko dekhne pic to tumhari hai nahi',30,14,'0',1281754908,'0','0'),(4639,'Kal sunday hai tab to free clases hona nahi aaunkya hostal tumko dekhne pic to tumhari hai nahi',30,14,'0',1281754921,'0','0'),(4640,'Ya i hv mini home theator at my house so i do watch a movi wit snaks',17,14,'0',1281754954,'0','0'),(4641,'To isi ko laga lo',14,30,'0',1281754959,'0','0'),(4642,'Khud priyanka ne',34,4,'0',1281754961,'0','0'),(4643,'Me jyoti ko nahi janti',14,30,'0',1281754993,'0','0'),(4644,'Can u gv me 1200 pls bro..i hv 2 purchase jeans fr school program.,',23,2,'0',1281755013,'0','0'),(4645,'Khud priyanka ne ya bolo ankita ne',34,4,'0',1281755013,'0','0'),(4647,'Ek  sardar  apni  biwi  ke  sath r0ad  pe  jata  hai.t0  ek  ladka  ankh marta hai.sardar-0ye  tenu  sharam  nai ati.ankh marta..  Ladka-oye  tuje  nai  teri bibi  k0  mara .. Sardar-oh  s0rry  yaar  galati  h0  gai.me  s0cha  menu  mara..',4,14,'0',1281755021,'0','0'),(4648,'Cigret mala nahe awada mawa asle kahe awdat nahd fakte coktel pito bapa sobet gawi gelet sagale ekta aahe me',17,32,'0',1281755027,'0','0'),(4649,'Can u gv me 1200 pls bro..i hv 2 purchase jeans fr school program.,',23,2,'0',1281755030,'0','0'),(4650,'Kal pata hai mukesh mere se spam kar raha tha i c pe meri dusi id pe wo bhi jyoti banke maine kaha ye jyoti is id se mujhe kyoun spam kar rahi baad me pata chala ki mukesh hai',30,14,'0',1281755033,'0','0'),(4651,'Sam subah aur rat',14,30,'0',1281755057,'0','0'),(4652,'Well kya milta he fake id se chat kar ke lol',34,14,'0',1281755077,'0','0'),(4653,'Kyo msg ko reply to kar rahi hu',14,4,'0',1281755104,'0','0'),(4655,'',2,17,'0',1281755183,'0','0'),(4656,'L8  reply  aaya  s0......',4,14,'0',1281755190,'0','0'),(4657,'Mujhe dekhne aaoge to clg ke ladke bhi apko achhe se dekh lenge aa jao',14,30,'0',1281755200,'0','0'),(4658,'Marathi nashik-kar',2,32,'0',1281755246,'0','0'),(4659,'Wow thats gud',14,17,'0',1281755251,'0','0'),(4660,'Nahi isko kyoun lagaun .Tum apni pic do usko lagata hun .Tumne us din kyoun kaha ki ye tumhari pic hai .Divya ek request hai plz mujhse jhuth mat bola karo .Koi bhi baat ho chahe wo hurt karne wali hi kyoun naho muh pe bolo per truely .Kabhi hurt nahi hoga',30,14,'0',1281755266,'0','0'),(4661,'Wana drink tea',17,2,'0',1281755266,'0','0'),(4662,'Why your in tension?',2,17,'0',1281755278,'0','0'),(4663,'achha konta gavi..gelet re ..??',32,17,'0',1281755290,'0','0'),(4664,'Koi baat nahi .Colg nahi jana kya aaj',30,14,'0',1281755314,'0','0'),(4665,'Oh k.',2,14,'0',1281755315,'0','0'),(4666,'U want to watch team a movi ya any thing u like',17,14,'0',1281755318,'0','0'),(4667,'Ek  pujari  k0  pyar  h0  jata  hai.w0  sarma  ke  g.f  ke  kandhe  par  hath  rakhta hai.and  dhere  se  b0lta.i  l0ve  u  divya... Divya-j0r  se  b0l0..  Pujari  l0udly-  jay   mata  di',4,14,'0',1281755324,'0','0'),(4668,'Hahahaha  bese kisi ladke ne apko ankh mari hai',14,4,'0',1281755332,'0','0'),(4669,'Ab ye aap jaano',34,4,'0',1281755345,'0','0'),(4670,'Per divya rat ke liye to gud night hota hai',30,14,'0',1281755361,'0','0'),(4671,'Exam ka tens yar copy karne milta nahe hai aj kal strict hai sb',17,2,'0',1281755368,'0','0'),(4672,'achha ...me proper...kolhapur cha ahe...ani ithe...me mawshi kde rahto...frm last 5 yrs......',32,2,'0',1281755377,'0','0'),(4673,'Bhusawal yetos ka me jatoy 20 nanter',17,32,'0',1281755406,'0','0'),(4674,'Ok i will give you it but friend script installation koi aur karta he i want to give him 500 jisme se i will pay half and 250 aur tumhe 250 dene ko kahta by the way will you install script?',2,23,'0',1281755428,'0','0'),(4675,'Ho sakta hai jo owner hote hai wo ek alag id ladki ki bhi banate hai',14,30,'0',1281755431,'0','0'),(4676,'Muje  divya  ne   aankh  mari  hai.but  dream  me.wink.',4,14,'0',1281755436,'0','0'),(4677,'Ye lo matlab ki tum mujhe wahan bulakar pitwaoge na baba nahi aana .Tum to planing banake pakhe ho .Per mai tumse milne aaunga kisi ka kya jata hai jo mujhe dekhenge',30,14,'0',1281755466,'0','0'),(4744,'I cant change the browser opera he chalta hai fast mere cel me baki sb slow hai',18,2,'0',1281756604,'0','0'),(4680,'No thanks for offering me anything any time where is payal?',2,17,'0',1281755506,'0','0'),(4681,'Msg aa rahe hai to kya karu',14,4,'0',1281755531,'0','0'),(4682,'Msg report kiya dekho',34,4,'0',1281755540,'0','0'),(4683,'Hehe bro do study.',2,17,'0',1281755552,'0','0'),(4684,'Matlab mukesh ne mujhse cheating ki abhi batata hun mai uska .Mai gadhe ko bhai bolta hun wo mere se cheating',30,14,'1',1281755554,'0','0'),(4685,'Wo so rahe hai uthau kay hahahahaha why u want her r u in lv wit her lol hahahahahahaha',17,2,'0',1281755570,'0','0'),(4686,'Ramesh babu,ab ye koun he m parkash chopra lol',34,14,'1',1281755603,'0','0'),(4687,'To tume esa kyo lagta hai me jhut bolti hu',14,30,'0',1281755611,'0','0'),(4688,'Nice can we talk on call?',2,32,'0',1281755632,'0','0'),(4689,'Jana hai',14,30,'0',1281755633,'0','0'),(4690,'Are dimag nahe chalta yar how to study koie gf nahe jisk waste study karu hahahahaha',17,2,'0',1281755633,'0','0'),(4691,'Yaha  bi  msg  suru.hey  bhagwan   kash  kash  kash....  Jane   d0',4,14,'1',1281755641,'0','0'),(4692,'are me 7 tarkela kolhapur la jatoy....AMCHI EID AHE...ANI MANDALACHA GANPATI ANAYCHA AHE....tu yetoy tr chal...',32,17,'0',1281755663,'0','0'),(4743,'Yes.',2,18,'0',1281756599,'0','0'),(4694,'Yes i like her but not i have love for here.',2,17,'0',1281755688,'0','0'),(4695,'Hi do i know u',18,58,'1',1281755689,'0','0'),(4696,'Somtym i lyk',14,17,'0',1281755703,'0','0'),(4697,'Mere beti k liye lol',18,25,'0',1281755712,'0','0'),(4698,'To mar ja.',2,17,'0',1281755727,'0','0'),(4699,'Hi',18,69,'0',1281755735,'0','0'),(4700,'ge me ua nmbr....???',32,2,'0',1281755753,'0','0'),(4701,'Hahahaha ye jada majedar tha',14,4,'0',1281755758,'0','0'),(4702,'Payal',18,29,'0',1281755759,'0','0'),(4703,'Kitne baje jaaoge',30,14,'1',1281755778,'0','0'),(4704,'Gm mukes ji kem cho',18,4,'0',1281755783,'0','0'),(4705,'Mene rat ke bad ke liye kiya',14,30,'0',1281755795,'0','0'),(4706,'ma nbmr is ...09664646012...',32,2,'0',1281755801,'0','0'),(4707,'Lo aawi gai hapy :-P',18,2,'0',1281755831,'0','0'),(4708,'Mujhe aankh marna nahi ata hehe',14,4,'0',1281755836,'0','0'),(4709,'Flooder lagaya gaya tha site par punjabimasti.in ki aurse 460+ nick bane he.',2,4,'0',1281755860,'0','0'),(4710,'Tumne kaha tha wo pic tumhari hai .Agar tumhari thi to dobara kyoun laga diya',30,14,'1',1281755864,'0','0'),(4711,'D0  u  lyk  funy  j0ke.?',4,14,'1',1281755874,'0','0'),(4712,'09028956953/09004911311',2,32,'0',1281755895,'0','0'),(4713,'Mast  maja  me  chu.ap  sunaw0  .hand.',4,18,'0',1281755923,'0','0'),(4714,'I paid 4 my own public chat rum whr is my chat rum',18,2,'0',1281755936,'0','0'),(4715,'Tumhari ye rat ki baat se mai paga ho jaaunga jane do is baat ko goli maro',30,14,'1',1281755953,'0','0'),(4716,'Hostel ki ladkiyo ko koi line marta hai to clg ke boy fir use line pe le ja ke marte hai',14,30,'0',1281755965,'0','0'),(4717,'Bs chal raha hai mera gaddii',18,4,'0',1281755968,'0','0'),(4718,'Check your ip is same or different.',2,18,'0',1281755989,'0','0'),(4719,'Ha  apk0   t0  thapad  marna  ata  hai.maar  maar  ke  gaal  t0mat0  bana  deti  h0.dream  me',4,14,'1',1281756002,'0','0'),(4720,'Hi',18,552,'1',1281756013,'0','0'),(4721,'It will be ready soon.',2,18,'0',1281756051,'0','0'),(4722,'Same hai ip yar isleye 2no idse nahe aata mai',18,2,'0',1281756056,'0','0'),(4723,'Kaha  bana  nick',4,2,'0',1281756065,'0','0'),(4724,'K k me waiting 4 rum lol',18,2,'0',1281756080,'0','0'),(4725,'.woo. wat work u do?',29,18,'0',1281756114,'0','0'),(4726,'Karti  kya  h0  ap',4,18,'0',1281756128,'0','0'),(4727,'Per mai to tumhari marji se aaunga tum bologe to .Tab wo kyoun aisa karenge',30,14,'1',1281756163,'0','0'),(4728,'thanx buddy.n .gudmrg.',29,4,'0',1281756169,'0','0'),(4729,'Manager hu. Muze 8000 coins melenge mai minus me hu',18,4,'0',1281756199,'0','0'),(4730,'Divya koi hai colage me tumhara .Matlab bf jo mujhe tumhare saath na sake',30,14,'1',1281756215,'0','0'),(4731,'I am manager',18,29,'0',1281756218,'0','0'),(4732,'me studnt of 12th class n u buddy?',29,2,'0',1281756233,'0','0'),(4733,'Hi divya',18,14,'1',1281756269,'0','0'),(4734,'.hi2. gud mrg frnd',29,14,'1',1281756282,'0','0'),(4735,'Hi',18,54,'0',1281756313,'0','0'),(4736,'Ok then visit  from other browser.',2,18,'0',1281756355,'0','0'),(4737,'Hi',18,84,'0',1281756372,'0','0'),(4738,'woo.. datz gr8 but of which kind?',29,18,'0',1281756413,'0','0'),(4739,'Other browser .hmm.',18,2,'0',1281756437,'0','0'),(4740,'Telecom comp',18,29,'1',1281756463,'0','0'),(4741,'Check ou user list.',2,4,'0',1281756465,'0','0'),(4742,'I am in f.y b.com',2,29,'1',1281756528,'0','0'),(4755,'Me  b0l  chuka  dip  k0',4,23,'0',1281757164,'0','0'),(4756,'mukesh auto pm kese karne ka..??',32,4,'0',1281757172,'0','0'),(4757,'To to bol de ki mein hi hun.,',23,4,'0',1281757217,'0','0'),(4758,'Am fine. Wht abt u?',1,14,'1',1281757223,'0','0'),(4759,'H0me  me  ku  .hehe.ata  hu',4,18,'0',1281757250,'0','0'),(4760,'.hi. Bro. Gm.',1,4,'0',1281757291,'0','0'),(4761,'Ok i am agree to give you 1100 and you have to final deal soon. Other wise i will take much time for your work after i got other one.',2,23,'0',1281757323,'0','0'),(4762,'W0   sirf  0wner  me  h0ga',4,32,'0',1281757332,'0','0'),(4763,'Hey chat rum me aao na',18,84,'1',1281757348,'0','0'),(4764,'ok.i m tryin daily bro......',23,2,'0',1281757390,'0','0'),(4765,'Nothing.',2,18,'0',1281757405,'0','0'),(4766,'hiiiii...wud lyk 2 be ma frnd...???',32,18,'0',1281757429,'0','0'),(4767,'Aaj subah 6.50am k bich me.',2,4,'0',1281757451,'0','0'),(4768,'Me  b0l  diya  tera  hajar  c0mis0n  ha',4,23,'0',1281757469,'0','0'),(4769,'Cm to chat rum',18,32,'0',1281757481,'0','0'),(4770,'Ok then done it i will help you.',2,23,'0',1281757502,'0','0'),(4771,'Chat rum me aao',18,2,'0',1281757504,'0','0'),(4772,'thk hai jab mujhe achhe msgs send karna...hoga...tb tumko bataunga.....chalega na..bro..??',32,4,'0',1281757513,'0','0'),(4773,'.hand.bhai  .hru.',4,1,'0',1281757550,'0','0'),(4774,'ok...',32,18,'0',1281757574,'0','0'),(4775,'M f9. Bro. N u?',1,4,'0',1281757589,'0','0'),(4776,'Pir  reg.band  kiye  kya',4,2,'0',1281757604,'0','0'),(4777,'Chalega',4,32,'0',1281757656,'0','0'),(4778,'Me  jhakash.kaha  kh0ye  rahte  h0',4,1,'0',1281757764,'0','0'),(4779,'My network is fail i will join you in room after an hour.',2,18,'0',1281757816,'0','0'),(4780,'Kuchh khaas nai.',1,4,'0',1281757841,'0','0'),(4781,'1100..de+raha hah...deep bhai.',23,4,'0',1281757847,'0','0'),(4782,'Yes bro ip v ban KAR diya server se aaj aditya se kah kar sab ko delete karvata hu.',2,4,'0',1281757875,'0','0'),(4783,'Ok',18,2,'0',1281757886,'0','0'),(4784,'Ok...thanx bro thanx a lot. .',23,2,'0',1281757894,'0','0'),(4785,'When the client will contact me?',2,23,'0',1281758812,'0','0'),(4786,'Aj  punjabmasti  ki  bajayegf',4,2,'0',1281759273,'0','0'),(4787,'T0 dip  se  e  mara',4,23,'0',1281759357,'0','0'),(4788,'change nai ho rahi haha',5,4,'0',1281759398,'0','0'),(4789,'Ok bro baja denge. Kya autonick ki trick keshav ke pass nahi he?',2,4,'0',1281759410,'0','0'),(4790,'Muzase chat kyu nahe karti ho?',18,23,'0',1281759882,'0','0'),(4791,'Dar gaye kay hahahaha',18,4,'0',1281759909,'0','0'),(4792,'Tm male ho..nhi ho to apna no. Do i m call u....',23,18,'1',1281760101,'0','0'),(4793,'Tmse cntct nhi karega.wo muku ko cntct krega..aaj hi shayad wo paisa dega..par tm kitna der mein bna ke doge site...',23,2,'0',1281760211,'0','0'),(4794,'Thanks mate',3,2,'0',1281760706,'0','0'),(4795,'Gud morning',3,4,'0',1281760743,'0','0'),(4796,'kyu be HIV kamine tuje kya lagta he ye chalegi oye dekhta ja panga hoga fentastic',81,3,'0',1281760819,'0','0'),(4797,'main fc me pro me hota hu kamine ic me ashu ko gali de k nikal gaya sala harami coin delete karta rehta he spam kiya or chal bana fir nahi gaya meri sultan id janu76 id on he  pwd kamina  ja baja  bajani ho to',81,4,'0',1281760942,'0','0'),(4798,'me to 5 ghanto me site bana k de sakta hu',2,23,'0',1281761126,'0','0'),(4799,'Mere  pas  200  id  hai  waha.hehe.',4,81,'0',1281761168,'0','0'),(4800,'Kya change  yar',4,5,'1',1281761210,'0','0'),(4801,'TUNE browser change kar liya he maine dekha he bakwas ho gaye he site ab sirf chamche he vanha pe dekh me samir ko garam karta hu yanha',81,4,'0',1281761248,'0','0'),(4802,'Nick  kya  name  se  bana  tha',4,2,'0',1281761261,'0','0'),(4803,'U  pakawu',4,18,'1',1281761326,'0','0'),(4804,'Astr0  aya  kya',4,3,'0',1281761379,'0','0'),(4805,'Waha  k0i  na  bachega  yaar',4,81,'1',1281761439,'0','0'),(4806,'Hmm ok bhai....',56,3,'0',1281761454,'0','0'),(4807,'Lol jo hota hai hone do mera ek site launch hone wala hai jaldi',3,81,'1',1281761456,'0','0'),(4808,'Aaya tha waha',3,4,'0',1281761486,'0','0'),(4809,'Gud morning bhai',3,56,'0',1281761519,'0','0'),(4810,'want changes here\\\\/ tell me',2,4,'0',1281761632,'0','0'),(4811,'Aj  rw   chalu  karuga',4,81,'1',1281761653,'0','0'),(4812,'are pagak phonewap ke saare nick he avi userlist me check them',2,4,'0',1281761668,'0','0'),(4813,'Aj  rw   chalu  karuga',4,3,'0',1281761685,'0','0'),(4814,'Bro sms kar yaar code',25,2,'0',1281761714,'0','0'),(4815,'Punjabimasti  wala  mana  kar  raha/change  ph.pe  batawuga',4,2,'0',1281761747,'0','0'),(4816,'Achcha',3,4,'0',1281761825,'0','0'),(4817,'Hi there.. if ya the kamina.. Join that post lol...',56,58,'1',1281761950,'0','0'),(4818,'givee me your email address',2,25,'0',1281761960,'0','0'),(4819,'gd mrng deepak... how r u today',56,2,'0',1281761971,'0','0'),(4820,'gd mrng bhai.. how r u today',56,3,'0',1281761981,'0','0'),(4821,'heya, gudmrng',69,18,'1',1281762061,'0','0'),(4822,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,553,'0',1281762074,'0','0'),(4823,'kool,wat u do?',69,14,'1',1281762087,'0','0'),(4824,'Email me nahi yaar sms kar mere number pe',25,2,'0',1281762138,'0','0'),(4825,'hai re, mere clubs dlt hue din me 3 baar. . . .aur arsh k ilawa kisi ne mera profile b na visit kiya',69,4,'0',1281762148,'0','0'),(4826,'u ther buddy? cn i knw d tym u cm onl9 hea?',69,18,'1',1281762185,'0','0'),(4827,'gud mrng re',69,54,'0',1281762256,'0','0'),(4828,'gudddddddddd mrninggggggggg',69,23,'0',1281762300,'0','0'),(4829,'BHAi   DeklHA agAya Me',553,4,'0',1281762312,'0','0'),(4830,'gud mrng',69,84,'1',1281762326,'0','0'),(4831,'I.c  me  tak  dlt  t00l  nai  tha  yaar.',4,69,'0',1281762429,'0','0'),(4832,'.hi.  SaNam',553,84,'1',1281762444,'0','0'),(4833,'Ok....aur tm pura paisa apne acc. Mein dalwa lena..uske baad mein apna acc. No duga uspar 1100 bhej dena..',23,2,'0',1281762449,'0','0'),(4834,'.hi. priyanKA',553,23,'0',1281762498,'0','0'),(4835,'Staf  bana  du',4,553,'0',1281762577,'0','0'),(4836,'Kya  banAye GA  AdMin  ya  Head',553,4,'0',1281762598,'0','0'),(4837,'pta he re. . . .bt ashu ne bola tha na k wo log khud hi set kr lenge janat ko, i think unhe tools diye hain usne',69,4,'0',1281762757,'0','0'),(4838,'Your Topic [topic=13]HuTcH-VoDaFoNe[/topic] has been Replied to by taufique [br/][small][i]p.s: this is an automated pm[/i][/small]',1,22,'1',1281762960,'0','0'),(4839,'ok sim change karna padega',2,25,'0',1281762971,'0','0'),(4840,'m fine n u?',2,56,'0',1281762985,'0','0'),(4841,'ok bro',2,23,'0',1281763000,'0','0'),(4842,'hi',2,2,'0',1281763182,'0','0'),(4843,'Rock solid lol',56,2,'0',1281763438,'0','0'),(4844,'I am not a owner how i wil add ?',67,2,'0',1281763640,'0','0'),(4845,'MUku  kaha he',553,32,'0',1281763724,'0','0'),(4846,'Yar chatspel ka script do na ? Free me',67,25,'0',1281763728,'0','0'),(4847,'',32,553,'0',1281763961,'0','0'),(4848,'hmmm',2,56,'0',1281763988,'0','0'),(4849,'blank',553,32,'0',1281764000,'0','0'),(4850,'then who can add flooder?',2,67,'0',1281764040,'0','0'),(4851,'i dnt knw....who...r...u...??',32,553,'0',1281764054,'0','0'),(4852,'taufique',553,32,'0',1281764082,'0','0'),(4853,'Par  ab  janat  ke  all  t00l  hata  diya  w0.and  m0zila  bl0ck',4,69,'1',1281764294,'0','0'),(4854,'Your Topic [topic=7]NOKIA[/topic] has been Replied to by taufique [br/][small][i]p.s: this is an automated pm[/i][/small]',1,22,'1',1281764939,'0','0'),(4855,'ja yaar dimag kharab na kar',25,67,'0',1281764971,'0','0'),(4856,'kahaan se bhai...?',32,553,'0',1281765158,'0','0'),(4857,'AhMeDAbAd',553,32,'0',1281765240,'0','0'),(4858,'shell matlab bro bt sirf mail kardo na bro me kar lunga or me use site nahi banaunga sirf mujhe script dekhni he bro or kuch nahi bro and time pass karna he or thoda sikhne ko mile bro is liye new script dekhne ke liye is liye mang raha hu aage apki marji bro as u wis',50,2,'0',1281765301,'0','0'),(4859,'Par  ab  janat  ke  all  t00l  hata  diya  w0.and  m0zila  bl0ck',4,69,'1',1281765316,'0','0'),(4860,'kya karte ho ??',32,553,'0',1281765597,'0','0'),(4861,'Kuch  NAhi  Muku SE kaam  HE',553,32,'0',1281765660,'0','0'),(4862,'Pahle  w0  user  yaha  la0',4,553,'0',1281765769,'0','0'),(4863,'ArcHa  MujSe Spam  KARVaYega',553,4,'0',1281765860,'0','0'),(4864,'',32,553,'0',1281765957,'0','0'),(4865,'hey stupid wait me send kar raha hu kuchh v karo no transaction in friendship',2,50,'0',1281765965,'0','0'),(4866,'Who  r  u.?',54,69,'1',1281765982,'0','0'),(4867,'pm karo.....usko.....',32,553,'0',1281765982,'0','0'),(4868,'.hi.',54,58,'1',1281766051,'0','0'),(4869,'.hi.',54,59,'1',1281766097,'0','0'),(4870,'see  my  profile  to  know  me',54,2,'0',1281766196,'0','0'),(4871,'ha KIya Vo  muje Spam  kar  ne ko  bol raha  He',553,32,'0',1281766211,'0','0'),(4872,'To  me  ake  banawu  kia  khana.huhu.',54,17,'0',1281766286,'0','0'),(4873,'Ap  janti  o  muje',54,14,'1',1281766325,'0','0'),(4874,'he he info loading mean?',2,54,'0',1281766328,'0','0'),(4875,'kya karne ko.....??main kuch samjha nahi bhai..',32,553,'0',1281766338,'0','0'),(4876,'Ap  janti  o  muje',54,18,'1',1281766359,'0','0'),(4877,'First  make  me  as  friend  after  know  info.i  wil  load  .huhu.',54,2,'0',1281766427,'0','0'),(4878,'okkkkkkk',2,54,'0',1281766503,'0','0'),(4879,'Indiacult wale user  ko  yaha bolane ka bol raha  he',553,32,'0',1281766606,'0','0'),(4880,'ludkte bhi kya bol hai kya ?',43,4,'0',1281766651,'0','0'),(4881,'megi bnao or kha lo do mint me',43,17,'0',1281766762,'0','0'),(4882,'ghr pe !',43,4,'0',1281766857,'0','0'),(4883,'ghr pe !',43,4,'0',1281766871,'0','0'),(4884,'ok bro koi bat nahi yar bro thanks bro thank u so much bs mujhe to sikhna he bro or kuch nahi is liye thanks bro or kaisi chal rahi he life bro and tum nasik se ho na bro???',50,2,'0',1281766919,'0','0'),(4885,'Abe i knw..every1..lol..kitni bhi id chnge kr lo..pakde jaoge..wink.',65,23,'0',1281766925,'0','0'),(4886,'hiiii neha...good mrng  ..nice..have',32,43,'0',1281766983,'0','0'),(4887,'yes m from nasik',2,50,'0',1281766990,'0','0'),(4888,'Nuffin yaar..week mein 0nly 3dayz class...mauj masti...n abhi to ramzan mein r0za chal rha hai..tum sunao how ua h0stl lyf g0in on...hug.',65,14,'1',1281767075,'0','0'),(4889,'Mast n u? Btw ip par realtime backup post dekho rotfl',3,56,'0',1281767091,'0','0'),(4890,'Ok bahena..yawn.',65,83,'1',1281767117,'0','0'),(4891,'',32,553,'0',1281767139,'0','0'),(4892,'nasik me kaha par meri ek frnd he yaha rehti he bt vo log nasik me hi rehte the bro 2 sal se yaha baroda me aaye he aap nasik me kaha rehte ho bro????',50,2,'0',1281767148,'0','0'),(4893,'tum kya....chahte ho...??...hehe...',32,553,'0',1281767167,'0','0'),(4894,'gud morning to u !',43,32,'0',1281767187,'0','0'),(4895,'Main be mast.. haa yaar I replied too at realtime backup... Is it true bhai??',56,3,'1',1281767240,'0','0'),(4896,'M AT NASIK ROAD DATTA MANDIR',2,50,'0',1281767256,'0','0'),(4897,'oh ok ok bro bye m gong bad me milta hu bro ok and plz aap vo mail send kardo bro to samko me time pass karu ok bro',50,2,'0',1281767369,'0','0'),(4898,'C0lege  na  gai  ap',4,43,'0',1281767406,'0','0'),(4899,'maltaB',553,32,'0',1281767406,'0','0'),(4900,'Spam  kesa.w0  meri  syt  ha',4,553,'0',1281767465,'0','0'),(4901,'',32,43,'0',1281767476,'0','0'),(4902,'Hello /reader =). Greetings from all CHATSPELL.COM staff, we are happy to have you here, welcome to our big happy family!, If You Have any questions or comments about the site feel free to message me or any of the other staff members online. ENJOY!(excited)[br/][small][i]p.s: this is an automated pm[/i][/small]',1,554,'0',1281767524,'0','0'),(4903,'Ludakana  mean  mast  s0na.hehe.',4,43,'0',1281767535,'0','0'),(4904,'Agar TumHARI Syt  He To KhuD jake Shout Box me Kyu  Nahi  likH  DeTe HO?',553,4,'0',1281767550,'0','0'),(4905,'mail id bro wildboys007@gmail.com he bro',50,2,'0',1281767550,'0','0'),(4906,'matlab tum laana chahte ho ya hnahi..?',32,553,'0',1281767570,'0','0'),(4907,'OKKKKKKKK BRO IS SCRIPT KO MODIFY KAR RAHA HU',2,50,'0',1281767571,'0','0'),(4908,'neha G....kesi ho ?',32,43,'0',1281767609,'0','0'),(4909,'r  U  chacha',553,554,'0',1281767614,'0','0'),(4910,'break fast hua apka ?',32,43,'0',1281767630,'0','0'),(4911,'Yaha  smily  dalna  hai  yara',4,65,'0',1281767638,'0','0'),(4912,'break fast hua apka ?',32,43,'0',1281767641,'0','0'),(4913,'nahi ! aaj ghr pe di aayi hui hai ! dehli se',43,4,'0',1281767645,'0','0'),(4914,'oh nice ok bro chang karo thoda bahot main page to mast lag raha he abhi login vala bro',50,2,'0',1281767649,'0','0'),(4915,'Ye baat Me MukeSh  Ke Shath  karugA',553,32,'0',1281767650,'0','0'),(4916,'hi jyoti i am back',554,54,'0',1281767666,'0','0'),(4917,'Mera  panga  h0  gaya.editar0  se',4,553,'0',1281767692,'0','0'),(4918,'ha ha',554,553,'0',1281767710,'0','0'),(4919,'ya i know that',43,4,'0',1281767735,'0','0'),(4920,'Ap  marid  h0.?.  .wink.',4,43,'0',1281767788,'0','0'),(4921,'me theek hoo tum kaise ho ?',43,32,'0',1281767793,'0','0'),(4922,'hi payal how are you',554,18,'1',1281767795,'0','0'),(4923,'Upldr do bhai nw m free..wink..uthne ka mann nhi hai bed se..huhu.',65,4,'0',1281767801,'0','0'),(4924,'Only the head admins and owner',67,2,'0',1281767834,'0','0'),(4925,'Yaha  se  pahle  kaha  chat  karti  ti  ap',4,43,'0',1281767852,'0','0'),(4926,'kab ka ho chuka ab to khane ka time hone wala hai',43,32,'0',1281767870,'0','0'),(4927,'UsKi  to  --  Vo  mera Kuch Nahi  UKhaD  Sakta He',553,4,'0',1281767871,'0','0'),(4928,'Tere  ko  Site  ka   naam Kisne Diya',553,554,'0',1281767890,'0','0'),(4929,'hi neha how are you',554,43,'0',1281767893,'0','0'),(4930,'Rat  k0  de  duga.and  rat  k0  rw  bi  chalu  h0  jayegi',4,65,'0',1281767922,'0','0'),(4931,'thik karo....',32,553,'0',1281767922,'0','0'),(4932,'jyoti ne diya tuje kisne diya',554,553,'0',1281767924,'0','0'),(4933,'kar hi  Raha HU sala  Muku  Reply  bahot   Swolov  deta he',553,32,'0',1281767957,'0','0'),(4934,'Ok bhai..wink.',65,4,'0',1281767970,'0','0'),(4935,'nahi to !',43,4,'0',1281767982,'0','0'),(4936,'Archa MUje MukeSh  Ne Diya',553,554,'0',1281767983,'0','0'),(4937,'W0  l0g0  ne  cheat  kiya  muje',4,553,'0',1281767993,'0','0'),(4938,'Asad bahout kamina hai',67,4,'0',1281768006,'0','0'),(4939,'hi bro take a staff post here plz',10,7,'1',1281768008,'0','0'),(4940,'hiiiiiiii',10,9,'1',1281768018,'0','0'),(4941,'Kyu  Aisa Kaya  KIya',553,4,'0',1281768019,'0','0'),(4942,'yahoo pe',43,4,'0',1281768037,'0','0'),(4943,'okkkkkkk',2,67,'0',1281768038,'0','0'),(4944,'Ye  script  pasand  hai  na',4,65,'0',1281768040,'0','0'),(4945,'haan bran bar hau jyoti teri bhabhi hai',554,553,'0',1281768083,'0','0'),(4946,'Site edit kaun kar rha hai?',67,2,'0',1281768095,'0','0'),(4947,'Ur  age  realy  24.?itz  marige  age  na  dear',4,43,'0',1281768102,'0','0'),(4948,'Fine nd u ?',43,554,'0',1281768151,'0','0'),(4949,'Asad  free  me  kuch  nai  karta',4,67,'0',1281768156,'0','0'),(4950,'Script acchi hai bhai...bt featurez kam hain..kisne code ki hai syt..think.',65,4,'0',1281768168,'0','0'),(4951,'2000  year  me  deal  huwa.ab  5000  mang  rahe',4,553,'0',1281768210,'0','0'),(4952,'Pata He yara  jyoti teri  Bhabhi he',553,554,'0',1281768238,'0','0'),(4953,'fine aap khah se ho neha',554,43,'0',1281768261,'0','0'),(4954,'Me  bi  hu  yah00   pe  dvdmukesh...  And  yaha  ka  pata  kese  chala',4,43,'1',1281768280,'0','0'),(4955,'meri nahi teri mithe',554,553,'0',1281768282,'0','0'),(4956,'ya but i fnish my stdy',43,4,'0',1281768291,'0','0'),(4957,'main thk hun....kahaa ho aap?',32,43,'1',1281768291,'0','0'),(4958,'Usko sirf paise chahiye server bi nai leta..tu bolta hai ki tune hire kiya usko na phir bole ki script de tuje',67,4,'0',1281768296,'0','0'),(4959,'u  mean 2000 Rs',553,4,'0',1281768335,'0','0'),(4960,'ha vahi  to meri nahi teri mithe',553,554,'0',1281768354,'0','0'),(4961,'frm punjab nd u ?',43,554,'0',1281768390,'0','0'),(4962,'aditya',2,67,'0',1281768445,'0','0'),(4963,'Ye  script  rw  pe  lagaya  kya.  Asad  bhai  karege',4,65,'0',1281768465,'0','0'),(4964,'achha ......aur batao...mahoul kaisa hai...apke yahaan..???',32,43,'1',1281768491,'0','0'),(4965,'i am from gujrat me job karta hun aur aap ?',554,43,'1',1281768521,'0','0'),(4966,'Usko bolo script de pls yar pls..tnx very much',67,2,'0',1281768537,'0','0'),(4967,'Study  finish  karke  j0b   kar0gi  ap.?',4,43,'1',1281768554,'0','0'),(4968,'W0  18000  mang  raha  script  ka.hehe.',4,67,'0',1281768623,'0','0'),(4969,'jyoti janu aap kaha hon',554,54,'0',1281768633,'0','0'),(4970,'thanks q bol rahe ho?',2,67,'0',1281768657,'0','0'),(4971,'Hmmm..rw ki simple script mast lagti hai bhai..',65,4,'0',1281768664,'0','0'),(4972,'Ha  rupee.syt  p0puler  mene  ki.t0  gand   bhar  gai  unki',4,553,'0',1281768680,'0','0'),(4973,'T0  0ld  wali  lagwa  du',4,65,'0',1281768724,'0','0'),(4974,'Hmmm..haan bhai..:)',65,4,'0',1281768867,'0','0'),(4975,'thiK  Me tumhara  kaaM  KartA Hu  To  Tum  Muje Kya  DOge',553,4,'0',1281768870,'0','0'),(4976,'site ko bakawas bana  raha he',2,67,'0',1281768918,'0','0'),(4977,'0k  keshav  k0  samjaw0..yar  w0  ye  script  ka  b0l  raha.he  in  bluski  id',4,65,'1',1281769014,'0','0'),(4978,'Me  head  banawuga  par  ye  syt  me  nai.new  syt  bana  raha  ushme.r0ckwap.net',4,553,'0',1281769111,'0','0'),(4979,'yaha Pe Kyu  NAhi BHai',553,4,'0',1281769153,'0','0'),(4980,'bro kya ye look thik he?',10,4,'0',1281769159,'0','0'),(4981,'Magi pet nahe bharega ji gharka khana to gharka he hota hai aaphe kuch sekhado',17,43,'1',1281769189,'0','0'),(4982,'Ok sangin me jar time asel ter',17,32,'0',1281769233,'0','0'),(4983,'Apna  n0.d0  chalu',4,10,'0',1281769259,'0','0'),(4984,'Aur suna darling...',23,65,'1',1281769271,'0','0'),(4985,'Than whom u lv yar whre is anu and al',17,2,'0',1281769281,'0','0'),(4986,'hoo thk ahe',32,17,'0',1281769298,'0','0'),(4987,'Ye  syt  me  partner  hai.m0d  bana  sakta hu',4,553,'0',1281769337,'0','0'),(4988,'.sorry.',553,4,'0',1281769473,'0','0'),(4989,'09004911311  call me here',10,4,'0',1281769486,'0','0'),(4990,'Apna  chalu  n0.d0',4,2,'0',1281769544,'0','0'),(4991,'Thnx isliye bola kyunki script doge ! Par diya nai .cry.',67,2,'0',1281769550,'0','0'),(4992,'Ha bakwas bna raha',67,2,'0',1281769577,'0','0'),(4993,'Mera  syt  2din  me   ban  jayega',4,553,'0',1281769603,'0','0'),(4994,'U like me sm time waw cn u plz tel me wat time u like me .hehe. Hahahahahaha',17,14,'1',1281769606,'0','0'),(4995,'Train k neche maru ya plane k neche',17,2,'0',1281769636,'0','0'),(4996,'Kya haal hai jyoti mai sam .Aa gaya tumhare peeche-2',30,54,'0',1281769666,'0','0'),(4997,'Han aajao madam thoda kuch banao bahot bhuk lagi hai',17,54,'0',1281769696,'0','0'),(4998,'Ajun kai mhantos',17,32,'0',1281769718,'0','0'),(4999,'To  Fir Me Mera kaam  2  din  Ke bad Chalu  kar Dunga Teri nayi Syt  pe User  Ajayenge  Or  Muje mera Contect karna  ho to  cult  ya  chatspice  pe  mil  jauga',553,4,'1',1281769805,'0','0'),(5000,'Hapy bday yara',17,50,'1',1281769898,'0','0'),(5001,'she will comew soon',2,17,'0',1281769905,'0','0'),(5002,'Soon jb tu bolega tb aur tere wo kw.. Site open nahe hoti kyu',17,2,'0',1281769969,'0','0'),(5003,'okk',2,17,'0',1281770019,'0','0'),(5004,'Wat k',17,2,'0',1281770072,'0','0'),(5005,'ajun kai nahi re office madhe...ahe.......waitag alay.....cgr8  peeyachi hukki aliye...',32,17,'0',1281770074,'0','0'),(5006,'Wa bathrum madhe jaun ek sip mar ki mag',17,32,'0',1281770140,'0','0'),(5007,'Hi',17,54,'0',1281770288,'0','0'),(5008,'Who  r  u',54,554,'1',1281770450,'0','0'),(5009,'are vedya.....cg8 nahi ahe toch tr problem ahe.....hehe...',32,17,'0',1281770675,'0','0'),(5010,'Mag banav ki oweche hahahaha self made',17,32,'0',1281770768,'0','0'),(5011,'Ap  kon',54,554,'1',1281770850,'0','0'),(5012,'naahi re ...mala nahi yet...ata jatoy baherch marun yeto...hehe..',32,17,'0',1281770885,'0','0'),(5013,'Kon  sam.?',54,30,'1',1281770906,'0','0'),(5014,'Muje  cooking   nai  ati.huhu.',54,17,'0',1281770958,'0','0'),(5015,'Are owa wekat aana paper astat raf ofice madhe pungi banaw paperche ne owa bhar ne sulagw zale cigret me pan oweche cigret peto self made',17,32,'0',1281770996,'0','0'),(5016,'Aagai aap . Dont wory i hv cooking book u make lunch 4 2 of us wat u say.hehe.',17,54,'1',1281771060,'0','0'),(5017,'Mera bhi ek email id bana chatspel ka',17,2,'0',1281771169,'0','0'),(5018,'ok wait',2,17,'0',1281771210,'0','0');
/*!40000 ALTER TABLE `ibwf_private` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ibwf_quiz`
--

DROP TABLE IF EXISTS `ibwf_quiz`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ibwf_quiz` (
  `id` int(11) NOT NULL auto_increment,
  `question` varchar(200) NOT NULL default '',
  `answer` varchar(30) NOT NULL default '',
  `difficulty` varchar(12) NOT NULL default '',
  `number` int(11) NOT NULL default '0',
  `answer1` varchar(50) NOT NULL default '',
  `answer2` varchar(50) NOT NULL default '',
  `answer3` varchar(50) NOT NULL default '',
  `answer4` varchar(50) NOT NULL default '',
  `switch` char(3) NOT NULL default 'on',
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=31 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ibwf_quiz`
--

LOCK TABLES `ibwf_quiz` WRITE;
/*!40000 ALTER TABLE `ibwf_quiz` DISABLE KEYS */;
INSERT INTO `ibwf_quiz` (`id`, `question`, `answer`, `difficulty`, `number`, `answer1`, `answer2`, `answer3`, `answer4`, `switch`) VALUES (1,'Who preceded Margaret Thatcher as Prime Minister of Great Britain*wank*','james callaghan','easy',1,' shaun texas','john newton','james callaghan','greg peterson','on'),(2,'Who was the second man to step foot on the surface of the moon?','buzz aldrin','easy',2,'no man','buzz aldrin','james newman','paul newton','on'),(3,'Where were the 1970 football World Cup finals held*wank*','mexico','easy',3,'russia','mexico','spain','georgia','on'),(4,'In books by JRR Tolkien, what kind of creatures are Bilbo and Frodo Baggins*wank*','hobbits','easy',4,'trees','kings','hobbits','elfs','on'),(5,'Which Italian city is home of the car manufacturer Fiat?*wank*','turin','easy',5,'rome','grease','turin','italy','on'),(6,'What do the French call the English Channel*wank*','le manche','easy',6,'le moon','le manche','le river','le lake','on'),(7,'In which year of the 1940\'s did the D-Day landings take place on the coast of Normandy*wank*','1944','easy',7,'1950','1949','1945','1944','on'),(8,'Who starred in the films Some Like It Hot Bus Stop The Seven Year Itch*wank*','marilyn monroe','easy',8,'betty moore','patrica newman','marilyn monroe','sue white','on'),(9,'What is the largest mammal on Earth*wank*','blue whale','easy',9,'white shark','man eating whale','blue whale','red whale','on'),(10,'What is North Americas highest mountain?*wank*','mount mckinley','easy',10,'mount hilton','mount america','mount mckinley','mount nothing','on'),(11,'What is the chemical symbol for tin?*wank*','sn','med',1,'ca','pn','sn','vp','on'),(12,'What are Corvettes, Sloops and Brigantines*wank*','sailing ships','med',2,'ships','raceing ships','sailing ships','small ships','on'),(13,'Until the introduction of the Euro, what is the unit of currency in Austria*wank*','schilling','med',3,'penny','dollar','cents','schilling','on'),(14,'Which African country s capital city is Luanda','angola','med',4,'angola','pangoa','africa','zambia','on'),(15,'what is the Meaning before noon what does the abbreviation am stand for *wank*','ante meridiem','med',5,'ante sun rize','ante meridiem','ante morning','ante night','on'),(16,'hat is the fifth book book of the Old Testament?','deuteronomy','med',6,'mark','luke','matthew','deuteronomy','on'),(17,'Other than the Sun what is the nearest star to the Earth*wank*','proxima centauri','med',7,'sun centauri','Proxima sun','proxima centauri','centauri sun','on'),(18,'Which band topped the UK album charts in 1991 with their debut LP Nevermind','nirvana','med',8,'pearl jam','nirvana','ozzy','acdc','on'),(19,'In which city was the first series of Auf Wiedersehen Pet primarily set','dusseldorf','med',9,'the pet primarily','dusseldorf','the auf','pet house','on'),(20,'What precious gemstone is associated with the 45th wedding anniversary*wank*','sapphire','med',10,'ruby','pink ruby','sapphire','topaz','on'),(21,' What is the square root of 121*wank*','11','hard',1,'54','17','11','23','on'),(22,'How many dimes are in a US dollar?','10','hard',2,'30','24','15','10','on'),(23,'What is the chemical symbol for Gold*wank*','au','hard',3,'pn','ga','au','cn','on'),(24,'Which television character has the car registration plate FAB1*wank*','lady penelope','hard',4,'fed','smufs','lady penelope','tom and jerry','on'),(25,'Who composed the ballets The Nutcracker and Swan Lake *wank*','peter tchaikovsky','hard',5,'rob tilton','james corbet','peter tchaikovsky','tom hanks','on'),(26,'If you suffered from arachnophobia what would you have an irrational fear of','spiders','hard',6,'brids','dogs','spiders','ants','on'),(27,'Which company produces the computer operating system Windows','microsoft','hard',7,'windows xp','vesta','windows nt','microsoft','on'),(28,'What is the deepest lake in the world, with depths over 1,600 metres','lake baykal','hard',8,'lake baykal','lake tinaroo','lake paroo','the glass lake','on'),(29,'What city does Sugar Loaf mountain overlook?','rio de janeiro','hard',9,'vegas','reno','rio de janeiro','green land','on'),(30,'What were the names of the 3 ships Christopher Columbus led in his discovery of da Americas in 1492','santa maria nina','hard',10,'santa maria nina','maria pinta nina','pinta santa nove','nina pinta santa','on');
/*!40000 ALTER TABLE `ibwf_quiz` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ibwf_quizusers`
--

DROP TABLE IF EXISTS `ibwf_quizusers`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ibwf_quizusers` (
  `uid` int(100) NOT NULL default '0',
  `easy_question` char(2) NOT NULL default '0',
  `easy_next` char(2) NOT NULL default '0',
  `med_question` char(2) NOT NULL default '0',
  `med_next` char(2) NOT NULL default '0',
  `hard_question` char(2) NOT NULL default '0',
  `hard_next` char(2) NOT NULL default '0',
  PRIMARY KEY  (`uid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ibwf_quizusers`
--

LOCK TABLES `ibwf_quizusers` WRITE;
/*!40000 ALTER TABLE `ibwf_quizusers` DISABLE KEYS */;
INSERT INTO `ibwf_quizusers` (`uid`, `easy_question`, `easy_next`, `med_question`, `med_next`, `hard_question`, `hard_next`) VALUES (13,'10','11','5','6','1','1'),(21,'10','11','10','11','4','5'),(31,'1','1','1','1','1','1'),(16,'10','11','10','11','10','11'),(33,'10','11','3','4','1','1'),(52,'1','1','8','9','10','11'),(56,'10','11','10','11','10','11'),(45,'10','11','10','11','10','11'),(29,'10','11','10','11','10','11'),(72,'4','5','1','1','1','1'),(55,'10','11','10','11','10','11'),(65,'3','4','1','1','1','1'),(61,'10','11','10','11','10','11'),(93,'1','1','1','1','1','1'),(95,'6','7','1','1','1','1'),(54,'8','9','1','1','1','1'),(105,'1','1','1','1','1','1'),(77,'10','11','10','11','10','11'),(83,'1','1','1','1','1','1'),(113,'5','6','1','1','1','1'),(129,'10','11','10','11','10','11'),(15,'10','11','10','11','1','2'),(59,'10','11','1','1','1','1'),(46,'3','4','1','1','1','1'),(152,'1','1','1','1','1','1'),(172,'10','11','5','6','1','1'),(164,'1','1','1','1','1','1'),(192,'10','11','10','11','10','11'),(201,'1','1','1','1','1','1'),(250,'1','1','1','1','1','1'),(287,'2','3','1','1','1','1'),(286,'10','11','1','1','1','1'),(323,'1','2','1','1','1','1'),(337,'2','3','1','1','1','1'),(357,'1','1','1','1','1','1'),(89,'10','11','10','11','10','11'),(363,'2','3','1','1','1','1'),(244,'1','1','1','1','1','1'),(413,'10','11','10','11','10','11'),(227,'10','11','7','8','1','1'),(466,'1','1','1','1','1','1'),(327,'1','2','1','1','1','1'),(462,'1','1','1','1','1','1'),(513,'1','1','1','1','5','6'),(23,'1','1','1','1','1','1'),(473,'3','4','1','1','1','1'),(583,'1','1','1','1','1','1'),(394,'1','1','1','1','1','2'),(553,'6','7','1','2','1','1'),(622,'6','7','1','1','1','1'),(626,'1','2','1','1','1','1'),(477,'3','4','7','8','1','1'),(448,'1','1','1','1','2','3'),(652,'1','1','1','1','1','1'),(210,'10','11','10','11','10','11'),(667,'1','1','1','1','3','4'),(693,'1','1','1','1','1','1'),(700,'3','4','1','1','1','1'),(661,'7','8','1','1','1','1'),(731,'10','11','10','11','10','11'),(735,'1','1','1','1','1','1'),(27,'10','11','10','11','6','7'),(776,'10','11','10','11','10','11'),(802,'1','1','9','10','1','1'),(720,'10','11','10','11','10','11'),(2,'1','1','1','1','1','1'),(7,'1','1','1','1','1','1'),(36,'10','11','1','2','1','1'),(50,'10','11','10','11','10','11'),(82,'3','4','1','1','1','1'),(90,'1','1','1','1','1','1'),(104,'10','11','10','11','10','11'),(34,'1','1','1','1','1','1'),(117,'10','11','4','5','1','1'),(156,'2','3','1','1','4','5'),(160,'2','3','1','1','1','2'),(166,'1','1','1','1','1','1'),(121,'3','4','1','1','1','1'),(182,'1','2','1','1','1','1'),(185,'1','1','1','1','1','1'),(114,'10','11','10','11','10','11'),(10,'1','2','1','1','1','1'),(204,'1','1','1','1','1','1'),(233,'2','3','10','11','10','11'),(126,'1','1','1','1','1','1'),(264,'1','2','1','1','1','1'),(111,'10','11','2','3','1','1'),(276,'5','6','6','7','3','4'),(246,'1','1','4','5','1','1'),(290,'10','11','5','6','1','1'),(282,'1','2','1','1','1','1'),(294,'3','4','1','1','1','1'),(295,'1','1','7','8','1','1'),(245,'1','1','3','4','1','1'),(334,'1','2','1','1','1','1'),(316,'1','1','7','8','1','1'),(342,'2','3','1','1','1','1'),(314,'1','1','2','3','1','1'),(331,'1','2','1','2','1','2'),(361,'1','1','1','1','1','1'),(376,'7','8','1','1','1','1'),(373,'1','1','4','5','10','11'),(375,'1','1','1','1','1','1'),(406,'1','1','1','1','1','1'),(444,'7','8','1','1','1','1'),(9,'10','11','10','11','10','11'),(22,'1','2','1','1','1','1'),(58,'1','1','1','1','1','1');
/*!40000 ALTER TABLE `ibwf_quizusers` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ibwf_rooms`
--

DROP TABLE IF EXISTS `ibwf_rooms`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ibwf_rooms` (
  `id` int(10) NOT NULL auto_increment,
  `name` varchar(30) NOT NULL default '',
  `pass` varchar(100) NOT NULL default '',
  `static` char(1) NOT NULL default '',
  `mage` int(10) NOT NULL default '0',
  `maxage` int(10) NOT NULL default '0',
  `chposts` int(100) NOT NULL default '0',
  `perms` int(10) NOT NULL default '0',
  `censord` char(1) NOT NULL default '1',
  `freaky` char(1) NOT NULL default '0',
  `lastmsg` int(100) NOT NULL default '0',
  `clubid` int(100) NOT NULL default '0',
  PRIMARY KEY  (`id`),
  UNIQUE KEY `name` (`name`),
  FULLTEXT KEY `name_2` (`name`)
) ENGINE=MyISAM AUTO_INCREMENT=33 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ibwf_rooms`
--

LOCK TABLES `ibwf_rooms` WRITE;
/*!40000 ALTER TABLE `ibwf_rooms` DISABLE KEYS */;
INSERT INTO `ibwf_rooms` (`id`, `name`, `pass`, `static`, `mage`, `maxage`, `chposts`, `perms`, `censord`, `freaky`, `lastmsg`, `clubid`) VALUES (20,'~MEETING HALL~','','1',0,0,0,1,'1','0',1281617175,0),(19,'~friends world~','','1',0,0,0,0,'1','0',1281751201,0),(21,'~INDIAN ROCK~','','1',0,0,0,0,'1','0',1281763944,0),(22,'~CHAT WORLD~','','1',0,0,0,0,'1','0',1281697158,0),(23,'~CHATSPELL WORLD~','','1',0,0,0,0,'1','0',1281697363,0),(24,'LoVeRs~hALL','','1',0,0,0,0,'1','0',1281760736,0),(26,'~ChAtInG tO SuBhAm~','','1',0,0,0,0,'1','2',1281706858,0),(27,'~INDIAN-ROCK~','','1',0,0,0,0,'1','0',1281718030,0),(30,'@-BEWAFA BAR-@','','1',0,0,0,0,'0','0',1281761113,4),(16,'Dipak and friends','','1',0,0,0,0,'0','0',1281602864,2),(17,'TIGERS_CLUB','','1',0,0,0,0,'0','0',1281605356,3),(31,'@**KAMINA GROUP**@','','1',0,0,0,0,'0','0',1281761172,5),(32,'•UnKnOwN tRoOpS•','','1',0,0,0,0,'0','0',1281764092,6);
/*!40000 ALTER TABLE `ibwf_rooms` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ibwf_rss`
--

DROP TABLE IF EXISTS `ibwf_rss`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ibwf_rss` (
  `id` int(50) NOT NULL auto_increment,
  `title` varchar(50) NOT NULL default '',
  `link` varchar(150) NOT NULL default '',
  `srcd` varchar(200) NOT NULL default '',
  `dscr` varchar(100) NOT NULL default '',
  `imgsrc` varchar(100) NOT NULL default '',
  `pubdate` varchar(50) NOT NULL default '',
  `fid` int(50) NOT NULL default '0',
  `lupdate` int(100) NOT NULL default '0',
  `pgurl` varchar(255) NOT NULL default '',
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ibwf_rss`
--

LOCK TABLES `ibwf_rss` WRITE;
/*!40000 ALTER TABLE `ibwf_rss` DISABLE KEYS */;
INSERT INTO `ibwf_rss` (`id`, `title`, `link`, `srcd`, `dscr`, `imgsrc`, `pubdate`, `fid`, `lupdate`, `pgurl`) VALUES (1,'chatspell','http://chatspell.com/images/logo.gif','','Nothing','http://chatspell.in/images/logo.gif','',0,0,'');
/*!40000 ALTER TABLE `ibwf_rss` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ibwf_rssdata`
--

DROP TABLE IF EXISTS `ibwf_rssdata`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ibwf_rssdata` (
  `id` int(100) NOT NULL auto_increment,
  `rssid` int(50) NOT NULL default '0',
  `title` varchar(100) NOT NULL default '',
  `link` varchar(255) NOT NULL default '',
  `imgsrc` varchar(255) NOT NULL default '',
  `text` blob NOT NULL,
  `pubdate` varchar(50) NOT NULL default '',
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ibwf_rssdata`
--

LOCK TABLES `ibwf_rssdata` WRITE;
/*!40000 ALTER TABLE `ibwf_rssdata` DISABLE KEYS */;
/*!40000 ALTER TABLE `ibwf_rssdata` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ibwf_search`
--

DROP TABLE IF EXISTS `ibwf_search`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ibwf_search` (
  `id` int(20) NOT NULL auto_increment,
  `svar1` varchar(50) NOT NULL default '',
  `svar2` varchar(50) NOT NULL default '',
  `svar3` varchar(50) NOT NULL default '',
  `svar4` varchar(50) NOT NULL default '',
  `svar5` varchar(50) NOT NULL default '',
  `stime` int(100) NOT NULL default '0',
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ibwf_search`
--

LOCK TABLES `ibwf_search` WRITE;
/*!40000 ALTER TABLE `ibwf_search` DISABLE KEYS */;
/*!40000 ALTER TABLE `ibwf_search` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ibwf_ses`
--

DROP TABLE IF EXISTS `ibwf_ses`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ibwf_ses` (
  `id` varchar(100) NOT NULL default '',
  `uid` varchar(30) NOT NULL default '',
  `expiretm` int(100) NOT NULL default '0',
  UNIQUE KEY `id` (`id`,`uid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ibwf_ses`
--

LOCK TABLES `ibwf_ses` WRITE;
/*!40000 ALTER TABLE `ibwf_ses` DISABLE KEYS */;
INSERT INTO `ibwf_ses` (`id`, `uid`, `expiretm`) VALUES ('a4635aea9285b8d35680f9e97f025678','86',1281771384),('ce70dc43e8bf6ee047bad9b60c50c8fd','23',1281771437),('248a8aa8180143121f78d0ba3ac56836','32',1281771801),('0182b0b0423cd1a2025f23c8bf0e2a9e','67',1281771650),('d1dbce3f6e0673082bd105c5c231cfb3','17',1281771833),('a72a9063bf0aa11eccec00de9a5c7493','86',1281771827),('2eb4496b9c2fb4c20bd229cd3e500d34','2',1281771817),('d05f2e773589b22b9705aff687de936b','4',1281771785),('51ab6d5e8e4d414757e949ec2bab73c3','17',1281771383),('42037806bc63c03a510b44fdf25dc6b1','54',1281771586),('04909862551f627c604bb27b9e77c16c','87',1281771373),('6d5d039670ada0f2c2d5d06cc69294c2','553',1281771266);
/*!40000 ALTER TABLE `ibwf_ses` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ibwf_settings`
--

DROP TABLE IF EXISTS `ibwf_settings`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ibwf_settings` (
  `id` int(10) NOT NULL auto_increment,
  `name` varchar(30) NOT NULL default '',
  `value` text NOT NULL,
  PRIMARY KEY  (`id`),
  UNIQUE KEY `name` (`name`)
) ENGINE=MyISAM AUTO_INCREMENT=11 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ibwf_settings`
--

LOCK TABLES `ibwf_settings` WRITE;
/*!40000 ALTER TABLE `ibwf_settings` DISABLE KEYS */;
INSERT INTO `ibwf_settings` (`id`, `name`, `value`) VALUES (1,'sesexp','10'),(2,'Tue 13 Oct 2009 - 13:48','31'),(3,'4ummsg','[b] .wc. ALL FRIENDS IN CHATSPELL STAY HERE HAVE FUN WITH FRIENDS ND INVITE ALL YOUR FRIENDS HERE. [/b]'),(4,'Counter','5426'),(5,'pmaf','7'),(6,'reg','1'),(7,'fview','0'),(8,'lastbpm','2010-08-14'),(9,'sitename','CHATSPELL.COM'),(10,'vldtn','0');
/*!40000 ALTER TABLE `ibwf_settings` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ibwf_shouts`
--

DROP TABLE IF EXISTS `ibwf_shouts`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ibwf_shouts` (
  `id` int(100) NOT NULL auto_increment,
  `shout` varchar(100) NOT NULL default '',
  `shouter` int(100) NOT NULL default '0',
  `shtime` int(100) NOT NULL default '0',
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=127 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ibwf_shouts`
--

LOCK TABLES `ibwf_shouts` WRITE;
/*!40000 ALTER TABLE `ibwf_shouts` DISABLE KEYS */;
INSERT INTO `ibwf_shouts` (`id`, `shout`, `shouter`, `shtime`) VALUES (1,'.hi2. frnd.',2,1281526822),(2,'.wc.',2,1281526902),(90,'kya bhai log apun ko kisine pehchana yaa nahi.....hehe....',32,1281721536),(4,'Users come in chat room please.',2,1281580165),(6,'.gudmrng.  0ur  great  member..have  a  nice  day   .hand.',4,1281585382),(10,'Hi everybody....hi.',23,1281588476),(9,'=tiger',22,1281587267),(11,'please come chatroom!',22,1281588790),(12,'guyzzz   m hea now....egdance.',32,1281599000),(13,'Good afternoon friends please come to chat rum to know each other beter :-P',17,1281603396),(14,'HELLO!friendz!gud afternoon!',22,1281603521),(23,'guyzzzzzz come on....rockon.',32,1281614520),(24,'Kya bat hai 3 no owner eksat linepe hai thats cool',17,1281615612),(21,'Hi friends',14,1281613829),(27,'Bye frnds se u soon hv exam tomorow tc se u hv a great chat. .gift. .flower4u. My frnds',17,1281620186),(26,'Deepak u r calling me in chatrum but i cant enter there msg r permesion denied me',14,1281616975),(28,'asmaa  neela kyun   paanee  geela geela kyun     gol kyun hai zameen......rockon.',32,1281624666),(29,'ok guyz ......m goin now......c u.......byee',32,1281624876),(30,'Ahem ahem',3,1281632757),(31,'[url=http://chatspell.in/redirect]Friends i am also leaving now . Good night .bye. [/url]',2,1281633563),(32,'Ok friends have a nice sweet sexy nite to u all plz stay in cs chat and make new friends thanks tc.',17,1281633613),(35,'.gudmrng.  0ur  sweet  user   .hand.',4,1281660577),(36,'GUD MORNING!.hand.friendz!!!!!!!!!!',22,1281662592),(34,'[url=http://chatspell.in/redirect]Friends i am also leaving now . Good night .bye. [/url]',2,1281633678),(37,'Gudmrng every1',14,1281663197),(38,'good morning...bhai log....n all friendzzz',32,1281667422),(39,'Frnds melte hai 2 baje tbtk tikse rahana koie lafda mat karna bhai log  and ladies bindast rahaneka',17,1281667507),(40,'Sameer 786 kaha ho. Reply do',14,1281668532),(41,'[color=red]Happy birthday vicky[/color]',2,1281669261),(45,'Many forums r there @ Anu',56,1281676892),(44,'friends please add any forums!.hehe.',22,1281675143),(46,'Mamu  kaha  rah  gaya  vasu  bhai  .wink.  .devil.',4,1281677441),(47,'Mamu gaya bhad mein Mami ko dhundne',56,1281677708),(48,'Mami  t0  mere  pas  hai  .wink.  Usk0  link  d0',4,1281677838),(49,'helo everybody, -search- Vasu mama',37,1281678185),(50,'Oye Kamal Paji kaise ho',56,1281678604),(51,'.daydream.  .flagup.  .cute.',4,1281679746),(52,'am fyn mama, wbu?',37,1281682804),(53,'Main bhi khada hu raah mein lol',34,1281682951),(54,'Hum be mast hai mama',56,1281685339),(55,'Friends mai yahape hu kisiko koie problem ho to contact owner dipak .lol.',17,1281686070),(56,'Who  boot  me  .angry.  .gorila.',54,1281689216),(57,'Dipak  b00t  u  jyoti  .hehe.',4,1281689815),(58,'STAFF BINA WAJAH KISIKO BHI BOOT...YA TRASH MAT KARO.........its by order.......',32,1281690439),(59,'Hi friend enjoy chat here..make new friend...invite ur friend here...nd entertain yourself.hehe.',23,1281696416),(60,'Hi friends',14,1281698629),(61,'Good evening all frnds',34,1281698945),(62,'hey ppl ...invite new users here...and put ua name as rfrnc...by doing dis u can gain 500 pluss ....',32,1281699347),(65,'All interested users may Join the  topic REQUEST TO ALL at LOCAL MALL forum.. thnx',56,1281699552),(67,'[big]NeW uSeRs .....4 AnY hElP sEnD pM mE.......OR oWnEr....[/big]',32,1281702568),(68,'Frends plz join the chat rum 4 fun chat . Thanks',17,1281703371),(69,'Hi...friends enjoy chat....',23,1281714735),(70,'Dil hai ki manta nhi...chat chorne ko manta nahi...',23,1281715093),(71,'Arey arey kya he chatroom mein lol',34,1281715232),(74,'muku kese ho .hi0.',71,1281717736),(73,'Ellooo.....priyanka aaloo chaat chalegi kya',34,1281715341),(75,'.wc.  Jak0   ab  yaad  aayi  meri.. .smile.',4,1281717932),(76,'m not well sadele!....ahhh. wo tym vi ol9 tha but u dikha nii tha',71,1281718273),(77,'Muku ki shaadi hone wali hai 35 year wali se...hehe..huhu..',23,1281718333),(80,'sinus he yaar fir se zor kiya aaj!......oii muku buddhi se shadi ? .faint.',71,1281718518),(79,'Kya  huwa  tuje.  Why  n0t  well  .hmm.',4,1281718435),(81,'whrz mamu ?',71,1281718752),(82,'[big]M bAcKkKkKkK....[/big]',32,1281718843),(83,'K0n  budhi re/and mamu   gaya  mami  k0   dundhane.hehe.',4,1281718913),(84,'Assalam alaikum dosto',83,1281719023),(85,'muku kajal se baat hui teri ? wo kyu ni aati n kesi he ?',71,1281719072),(86,'walaikum assalam',71,1281719167),(87,'bye bye',71,1281719414),(89,'ab keshav ko kithe dhundu ? .think. chal bye ne ways',71,1281719707),(91,'koi ha yahaa',83,1281725855),(92,'-yawn-',65,1281725863),(97,'Sameer  smily  dalana  hai  yaha',4,1281726646),(98,'hi sameera darling .kiss. kyu khalipili chorta he lol',81,1281726805),(96,'Hum jis se ek baar baat karte hain..unhe pataal se bhi dhund nikaalte hain bahena..:)',65,1281726100),(99,'Upldr do bhai..abhi daal dunga..neend nhi aa rhi..wink..n mamu..nokiss..lol..zoya se puchna main use',65,1281727002),(100,'allah hafiz main sone ja rahahu subah jaldi uthana he teri tarah or langur ki tarah nikamma nahi hu',81,1281727148),(101,'Hi janu darling',3,1281727159),(102,'site pc pe open nahi horahi kya chating k liye monthly 3000/- ka chuna lagayega langur',81,1281727236),(103,'.huhu..b0r cassette start mat kr0 ab..yawn..tata..allah hafiz..cuddle..',65,1281727278),(104,'Hiv tu kab merega ki teri sab gopio ka me malik banu',81,1281727286),(105,'sameera darlim-ng ek -kiss- lele fir bye kar',81,1281727347),(106,'Mere pass gopiya nahi hai, ek meera thi is langur ne usko bhi bhagadiya :-(',3,1281727400),(107,'Munni badnaam hui..darling tere liye..rofl..',65,1281728711),(108,'koi hai yaha',83,1281732597),(110,'saara zamana hasino ka deewana....zamaana kahe yeh dil....bura hai dil laga....ooooo...saara zamaana',32,1281745706),(111,'GOOD MORNING FRIENDS , HAVE A NAICE DAY !',43,1281750318),(112,'.rockon.',43,1281751757),(113,'GoOg MoRnInG oLlL .......hAvE a NIcE dAy.....',32,1281754239),(114,'Frnds GOOD MORNING have a great day and please enjoy ur chat in chat rum to know each other well tha',17,1281755225),(115,'Frnds the bitch is back in the chat lets have a chat in chat rum lol m waiting thr 4 my frnds se u i',18,1281757074),(116,'roni is banned by me,,,mujhe puche baiger usko koi unbanned nahi karega.....warna tool nikal lunga..',32,1281760350),(117,'.rockon.',43,1281767065),(118,'.yawn..',65,1281767173),(119,'samwa .fight3. muku .hi0. mamu .hi.',71,1281768023),(120,'Mera sh0nu m0nu..gulab jaamun aaya..hehehe..',65,1281768222),(121,'.hateu. gulab jamun nai .ahhh.',71,1281768290),(122,'Jak0  pak0  .kick.  .hehe.',4,1281768787),(123,'Jhanda  uncha  rahe  hamara  .flagup.',4,1281768905),(124,'HEY GUYZZZ...PEEEPLI LIVE ....IS DA BEST FILM OF DA YEAR....njoy.',32,1281769664),(125,'Yar add sms mes feature here',17,1281770480),(126,'Frnds plz se my profile picture and add ur coments in my guestbook plz hury',17,1281770894);
/*!40000 ALTER TABLE `ibwf_shouts` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ibwf_smilies`
--

DROP TABLE IF EXISTS `ibwf_smilies`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ibwf_smilies` (
  `id` int(100) NOT NULL auto_increment,
  `scode` varchar(15) NOT NULL default '',
  `imgsrc` varchar(200) NOT NULL default '',
  `hidden` char(1) NOT NULL default '0',
  PRIMARY KEY  (`id`),
  UNIQUE KEY `scode` (`scode`)
) ENGINE=MyISAM AUTO_INCREMENT=256 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ibwf_smilies`
--

LOCK TABLES `ibwf_smilies` WRITE;
/*!40000 ALTER TABLE `ibwf_smilies` DISABLE KEYS */;
INSERT INTO `ibwf_smilies` (`id`, `scode`, `imgsrc`, `hidden`) VALUES (1,'-2-','../smilies/2.gif','0'),(2,'-2cool-','../smilies/2cool.gif','0'),(3,'-2dancing-','../smilies/2dancing.gif','0'),(4,'-2girls-','../smilies/2girls.gif','0'),(5,'-2girls2-','../smilies/2girls2.gif','0'),(6,'-2guns-','../smilies/2guns.gif','0'),(7,'-2kiss-','../smilies/2kiss.gif','0'),(8,'-2stupid-','../smilies/2stupid.gif','0'),(9,'-3-','../smilies/3.gif','0'),(10,'-4-','../smilies/4.gif','0'),(26,'-acute-','../smilies/acute.gif','0'),(12,'-6-','../smilies/6.gif','0'),(13,'-7-','../smilies/7.gif','0'),(14,'-8-','../smilies/8.gif','0'),(15,'-5cold-','../smilies/5cold.gif','0'),(16,'-5obsessed-','../smilies/5obsessed.gif','0'),(17,'-5shocking-','../smilies/5shocking.gif','0'),(18,'-5slick-','../smilies/5slick.gif','0'),(19,'-7up-','../smilies/7up.gif','0'),(20,'-24hr-','../smilies/24hr.gif','0'),(21,'-6726-','../smilies/6726.gif','0'),(22,'-230-','../smilies/23065_4ba395dc84.gif','0'),(23,'231','../smilies/23110_e59becb2d4.gif','0'),(24,'-abcde-','../smilies/abcde.gif','0'),(25,'-ache-','../smilies/ache.gif','0'),(27,'-advices-','../smilies/advices.gif','0'),(28,'-aggressive-','../smilies/aggressive.gif','0'),(29,'-agree-','../smilies/agree.gif','0'),(30,'-ahaa-','../smilies/ahaa.gif','0'),(31,'-ahhh-','../smilies/ahhh.gif','0'),(32,'-airkiss-','../smilies/airkiss.gif','0'),(33,'-ak47-','../smilies/ak47.gif','0'),(34,'-alasno-','../smilies/alasno.gif','0'),(35,'-alien-','../smilies/alien.gif','0'),(36,'-angel-','../smilies/angel.gif','0'),(37,'-angel2-','../smilies/angel2.gif','0'),(38,'-angelx-','../smilies/angelx.gif','0'),(39,'-angry-','../smilies/angry.gif','0'),(40,'-angry2-','../smilies/angry2.gif','0'),(41,'-angry3-','../smilies/angry3.gif','0'),(42,'-angry4-','../smilies/angry4.gif','0'),(43,'-angrygirl-','../smilies/angrygirl.gif','0'),(44,'-annoy-','../smilies/annoy.gif','0'),(45,'-apple2-','../smilies/apple2.gif','0'),(46,'-argu-','../smilies/argu.gif','0'),(47,'-army-','../smilies/army.gif','0'),(48,'-aryan5-','../smilies/aryan5.gif','0'),(49,'-ashamed-','../smilies/ashamed.gif','0'),(50,'-ass-','../smilies/ass.gif','0'),(51,'-aww-','../smilies/aww.gif','0'),(52,'-baby-','../smilies/baby.gif','0'),(53,'-baby2-','../smilies/baby2.gif','0'),(54,'-backstab-','../smilies/backstab.gif','0'),(55,'-bad5-','../smilies/bad5.gif','0'),(56,'ghostr','../smilies/badassbuddy_com-ghostrider.gif','0'),(57,'-gmrng2-','../smilies/gmrng2.gif','0'),(58,'-badgrin-','../smilies/badgrin.gif','0'),(59,'-badidea-','../smilies/badidea.gif','0'),(60,'-badluck-','../smilies/badluck.gif','0'),(61,'-banana-','../smilies/banana.gif','0'),(62,'-bananas-','../smilies/bananas.gif','0'),(63,'-lost-','../smilies/lost.gif','0'),(64,'-banghead-','../smilies/banghead.gif','0'),(65,'-ban-','../smilies/banned.gif','0'),(66,'-bash-','../smilies/bash.gif','0'),(67,'-bath2-','../smilies/bath2.gif','0'),(68,'-Bathing-','../smilies/Bathing.gif','0'),(69,'-bd-','../smilies/bd.gif','0'),(70,'-bd2-','../smilies/bd2.gif','0'),(71,'bdance','../smilies/bdance.gif','0'),(72,'-beee-','../smilies/beee.gif','0'),(82,'.50.','../smilies/50rupee.gif','0'),(81,'.rose.','../smilies/rose.gif','0'),(80,'.?','../smilies/s1.gif','0'),(83,'hehe','../smilies/hehe1.gif','0'),(84,'.love.','../smilies/love.gif','0'),(85,'.dosti.','../smilies/friendship.gif','0'),(86,'tnx','../smilies/tnx2.gif','0'),(87,'.hi.','../smilies/hi0.gif','0'),(88,'.hello.','../smilies/hellow.gif','0'),(89,'.wc.','../smilies/wel23.gif','0'),(90,'.wink.','../smilies/wink.gif','0'),(91,'.wow.','../smilies/wow5.gif','0'),(92,'.yay.','../smilies/yahoo.gif','0'),(93,'-beer-','../smilies/beer.gif','0'),(94,'-begging-','../smilies/begging.gif','0'),(95,'-bicycle-','../smilies/bicycle.gif','0'),(96,'-bie-','../smilies/bie.gif','0'),(97,'-biggrin-','../smilies/biggrin.gif','0'),(98,'-bike-','../smilies/bike.gif','0'),(99,'-bike1-','../smilies/bike1.gif','0'),(100,'-bike2-','../smilies/bike2.gif','0'),(101,'-blabla-','../smilies/blabla.gif','0'),(102,'-blackeye-','../smilies/blackeye.gif','0'),(103,'-blink-','../smilies/blink.gif','0'),(104,'-blink00-','../smilies/blink00.gif','0'),(105,'-blob10-','../smilies/blob10.gif','0'),(106,'-blowkiss-','../smilies/blowkiss.gif','0'),(107,'-blum3-','../smilies/blum3.gif','0'),(108,'-blush-','../smilies/blush.gif','0'),(109,'-blush2-','../smilies/blush2.gif','0'),(110,'-boast-','../smilies/boast.gif','0'),(111,'-bom-','../smilies/bom.gif','0'),(112,'-bommal-','../smilies/bommal.gif','0'),(113,'-bones-','../smilies/bones.gif','0'),(114,'-boobies-','../smilies/boobies.gif','0'),(115,'-boogie-','../smilies/boogie.gif','0'),(116,'-bored-','../smilies/bored.gif','0'),(117,'-boredom-','../smilies/boredom.gif','0'),(118,'-bounce-','../smilies/bounce.gif','0'),(119,'-bumass-','../smilies/bumass.gif','0'),(120,'-butterfly-','../smilies/butterfly.gif','0'),(121,'-butterfly2-','../smilies/butterfly2.gif','0'),(122,'-bwink3-','../smilies/bwink3.gif','0'),(123,'-bye1-','../smilies/bye1.gif','0'),(124,'-bye2-','../smilies/bye2.gif','0'),(125,'-bye3-','../smilies/bye3.gif','0'),(126,'-cangel-','../smilies/cangel.gif','0'),(127,'-cat1-','../smilies/cat1.gif','0'),(128,'-chainsaw-','../smilies/chainsaw.gif','0'),(129,'-chair-','../smilies/chair.gif','0'),(130,'-cheekx-','../smilies/cheekx.gif','0'),(131,'-chicken2-','../smilies/chicken2.gif','0'),(132,'-chill-','../smilies/chill.gif','0'),(133,'-choco-','../smilies/choco.gif','0'),(134,'-chup-','../smilies/chup.gif','0'),(135,'-clap-','../smilies/clap.gif','0'),(136,'-clever-','../smilies/clever.gif','0'),(137,'-clock-','../smilies/clock.gif','0'),(138,'-closedeyes-','../smilies/closedeyes.gif','0'),(139,'-coffee-','../smilies/coffee.gif','0'),(140,'-cola-','../smilies/cola.gif','0'),(141,'.onchat','http://www.onchat.mobi/img/logoonchat.gif','0'),(184,'-heartstoler-','../smilies/usergallery/image022_1.jpg','0'),(185,'.cold3.','../smilies/cold3.gif','0'),(186,'.confused.','../smilies/confused.gif','0'),(187,'.cooking.','../smilies/cooking.gif','0'),(188,'.cool.','../smilies/cool.gif','0'),(189,'.cop.','../smilies/cop.gif','0'),(190,'.couple.','../smilies/couple.gif','0'),(191,'.cray.','../smilies/cray.gif','0'),(192,'.culater.','../smilies/culater.gif','0'),(193,'.dance.','../smilies/dance.gif','0'),(194,'.daydream.','../smilies/daydream.gif','0'),(195,'.diablo.','../smilies/diablo.gif','0'),(146,'.hrt.','http://b2.tagtag.com/download/picture/wkhnkewgeb.gif','0'),(147,'.kiss1.','http://tagtag.com/download/picture/auxnktwhpb.gif','0'),(216,'.fight34.','../smilies/fight34.gif','0'),(217,'.flagup.','../smilies/flagup.gif','0'),(150,'.flyB.','http://tagtag.com/download/picture/ehenkbxkhb.gif','0'),(151,'.wars.','http://tagtag.com/download/picture/hdhnlbdtdb.gif','0'),(152,'.cake.','http://tagtag.com/download/picture/gqanlganqb.gif','0'),(215,'fight3.','../smilies/fight3.gif','0'),(154,'.Rdance.','http://tagtag.com/download/picture/pjnnkmwatb.gif','0'),(155,'.Bhut.','http://tagtag.com/download/picture/whqnkhwkhb.gif','0'),(156,'.D4u.','http://tagtag.com/download/picture/pjtnkhxdmb.gif','0'),(157,'.new.','http://tagtag.com/download/picture/xjwgbxwbebd.gif','0'),(158,'.monster.','http://tagtag.com/download/picture/kuknlxahxb.gif','0'),(159,'.chatF.','http://tagtag.com/download/picture/dumnlkqdgb.gif','0'),(160,'.aPyr.','http://tagtag.com/download/picture/kytgbewdqbn.gif','0'),(161,'.mymood.','http://tagtag.com/download/picture/mtjnlqnwqb.gif','0'),(196,'.diner2.','../smilies/diner2.gif','0'),(197,'.dog.','../smilies/dog.gif','0'),(198,'.dont_mention.','../smilies/dont_mention.gif','0'),(199,'.down.','../smilies/down.gif','0'),(200,'.dracula.','../smilies/dracula.gif','0'),(201,'.dragon.','../smilies/dragon.gif','0'),(202,'.dumbass.','../smilies/dumbass.gif','0'),(203,'.dwarf.','../smilies/dwarf.gif','0'),(204,'.eat.','../smilies/eat.gif','0'),(205,'.egdance.','../smilies/egdance.gif','0'),(206,'.ele2.','../smilies/ele2.gif','0'),(207,'.entertain.','../smilies/entertain.gif','0'),(208,'.exercise.','../smilies/exercise.gif','0'),(209,'.explain.','../smilies/explain.gif','0'),(210,'.f4u.','../smilies/f4u.gif','0'),(211,'.faint.','../smilies/faint.gif','0'),(212,'.fairy.','../smilies/fairy.gif','0'),(213,'.fasterkiss.','../smilies/fasterkiss.gif','0'),(168,'=heart','http://tagtag.com/download/picture/wkhnkewgeb.gif','0'),(169,'=eye','http://tagtag.com/download/picture/adnnltaynb.gif','0'),(219,'.flyheart.','../smilies/flyheart.gif','0'),(218,'.flower4u.','../smilies/flower4u.gif','0'),(172,'=tiger','http://tagtag.com/download/picture/akanltaupb.gif','0'),(220,'.forever.','../smilies/forever.gif','0'),(174,'=partyT','http://tagtag.com/download/picture/bxgnknxknb.gif','0'),(214,'.fight2.','../smilies/fight2.gif','0'),(176,'=beach','http://tagtag.com/download/picture/paknkgwjqb.gif','0'),(221,'.friendship.','../smilies/friendship.gif','0'),(222,'.getlost.','../smilies/getlost.gif','0'),(223,'.ghost1.','../smilies/ghost1.gif','0'),(224,'.gift.','../smilies/gift.gif','0'),(225,'.good.','../smilies/good.gif','0'),(226,'.gorila.','../smilies/gorila.gif','0'),(227,'.goteam.','../smilies/goteam.gif','0'),(228,'.grouphug.','../smilies/grouphug.gif','0'),(229,'.grr.','../smilies/grr.gif','0'),(230,'.gun.','../smilies/gun.gif','0'),(231,'.gunjancry.','../smilies/gunjancry.gif','0'),(232,'.hand.','../smilies/hand.gif','0'),(233,'.happyb2.','../smilies/happyb2.gif','0'),(234,'.happybday.','../smilies/happybday.gif','0'),(235,'happyholly.gif','../smilies/happyholly.gif','0'),(250,'.hungry.','../smilies/hungry.gif','0'),(237,'.heart22.','../smilies/heart22.gif','0'),(238,'.help.','../smilies/help.gif','0'),(239,'.hex.','../smilies/hex.gif','0'),(240,'.hi2.','../smilies/hi2.gif','0'),(241,'.hitten.','../smilies/hitten.gif','0'),(242,'.24r','../smilies/24hr.gif','0'),(248,'.hmm.','../smilies/hmm.gif','0'),(249,'.hp2.','../smilies/hp2.gif','0'),(251,'.idea.','../smilies/idea.gif','0'),(253,'.rockon.','http://chetan.xtgem.com/sm/rockon.jpg','0'),(255,'.smile.','../smilie/','0');
/*!40000 ALTER TABLE `ibwf_smilies` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ibwf_themes`
--

DROP TABLE IF EXISTS `ibwf_themes`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ibwf_themes` (
  `id` int(100) NOT NULL auto_increment,
  `name` varchar(15) NOT NULL default '',
  `bgc` varchar(6) NOT NULL default '',
  `txc` varchar(6) NOT NULL default '',
  `lnk` varchar(6) NOT NULL default '',
  `hdc` varchar(6) NOT NULL default '',
  `hbg` varchar(6) NOT NULL default '',
  `brdr` varchar(6) NOT NULL default '',
  PRIMARY KEY  (`id`),
  UNIQUE KEY `name` (`name`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ibwf_themes`
--

LOCK TABLES `ibwf_themes` WRITE;
/*!40000 ALTER TABLE `ibwf_themes` DISABLE KEYS */;
/*!40000 ALTER TABLE `ibwf_themes` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ibwf_topics`
--

DROP TABLE IF EXISTS `ibwf_topics`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ibwf_topics` (
  `id` int(100) NOT NULL auto_increment,
  `name` varchar(30) NOT NULL default '',
  `fid` int(100) NOT NULL default '0',
  `authorid` int(100) NOT NULL default '0',
  `text` blob NOT NULL,
  `pinned` char(1) NOT NULL default '0',
  `closed` char(1) NOT NULL default '0',
  `crdate` int(100) NOT NULL default '0',
  `views` int(100) NOT NULL default '0',
  `reported` char(1) NOT NULL default '0',
  `lastpost` int(100) NOT NULL default '0',
  `moved` char(1) NOT NULL default '0',
  `pollid` int(100) NOT NULL default '0',
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=19 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ibwf_topics`
--

LOCK TABLES `ibwf_topics` WRITE;
/*!40000 ALTER TABLE `ibwf_topics` DISABLE KEYS */;
INSERT INTO `ibwf_topics` (`id`, `name`, `fid`, `authorid`, `text`, `pinned`, `closed`, `crdate`, `views`, `reported`, `lastpost`, `moved`, `pollid`) VALUES (1,'jokes!',1,22,'one person fel down!we all loughing now!.hahaha.','0','0',1281585784,21,'0',1281696930,'0',0),(2,'Love',1,26,'Last pouf of the cigarate and first kis of the lady.','0','0',1281589395,19,'0',1281628451,'0',0),(3,'who is ur 1st frienfd on ths s',1,30,'tel','0','0',1281593903,9,'0',1281702655,'0',0),(4,'Landed successfully',1,40,'At last International W@p Fame astronauts cyberspaceship has been landed on this plane t successfully. Anyone here who knows my international popularity? lol','0','0',1281611436,24,'0',1281699891,'0',0),(5,'daily news',1,17,'plz keep posting daily imp news here','0','0',1281640930,8,'0',1281684859,'0',0),(6,'Request to all',20,56,'Friends, Jo be Kaminey log hai iss site pe,, krupaya yeha attendance de.... taki sab milke a group bana sake .grouphug.','0','0',1281699017,32,'0',1281762138,'0',0),(7,'NOKIA',9,22,'nokia mobile is really very usefull!','0','0',1281699742,16,'0',1281764939,'0',0),(11,'AIRtel',22,22,'','0','0',1281701265,0,'0',1281701265,'0',0),(8,'InTeReSt!',7,22,'that is very use full.bt i answered 234 questionssssssss!','0','0',1281700306,6,'0',1281702615,'0',0),(9,'AiRcEL',22,22,'aircel free gprs trick','0','0',1281700406,8,'0',1281700917,'0',0),(10,'INVITATION',21,56,'This is 2 Invite all Users of Chat spell 4 the Inaguration of this Bewada bar @ 7PM to Night by our famous Bewada Paji LuvStarz....  .wc. . to 1 and all','0','0',1281700512,16,'0',1281762229,'0',0),(12,'BsNL',22,22,'','0','0',1281701286,0,'0',1281701286,'0',0),(13,'HuTcH-VoDaFoNe',22,22,'','0','0',1281701318,4,'0',1281762960,'0',0),(14,'ReLiAnCe',22,22,'','0','0',1281701344,0,'0',1281701344,'0',0),(15,'tAtA-dOcOmO',22,22,'','0','0',1281701370,0,'0',1281701370,'0',0),(16,'RELIANCE-INDIA',22,22,'','0','0',1281701394,0,'0',1281701394,'0',0),(17,'MtS',22,22,'','0','0',1281701422,0,'0',1281701422,'0',0),(18,'Beauty tips',27,17,'Dosto apne thobe ko kuch mat lagao yahe sbse mast tip hai. Chalo sb paise nekalo fokatme kuch nahe milta','0','0',1281705774,2,'0',1281705774,'0',0);
/*!40000 ALTER TABLE `ibwf_topics` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ibwf_uploads`
--

DROP TABLE IF EXISTS `ibwf_uploads`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ibwf_uploads` (
  `id` int(11) NOT NULL auto_increment,
  `uid` int(11) NOT NULL default '0',
  `filename` text NOT NULL,
  `date` varchar(100) NOT NULL default '',
  `filesize` text NOT NULL,
  `uip` varchar(20) NOT NULL default '',
  `device` varchar(150) NOT NULL default '',
  `number` varchar(100) NOT NULL default '',
  `mime` varchar(10) default NULL,
  `dcount` int(11) default '0',
  `description` varchar(255) NOT NULL default '',
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ibwf_uploads`
--

LOCK TABLES `ibwf_uploads` WRITE;
/*!40000 ALTER TABLE `ibwf_uploads` DISABLE KEYS */;
INSERT INTO `ibwf_uploads` (`id`, `uid`, `filename`, `date`, `filesize`, `uip`, `device`, `number`, `mime`, `dcount`, `description`) VALUES (1,2,'halloween240x320.gif','Thursday, August12th,  2010  05:17:10 AM','203.4 KB','27.107.138.203','Mozilla/5.0 (Windows; U; Windows NT 6.1; hi-IN; rv:1.9.2) Gecko/20100115 Firefox/3.6','','image',9,'via http://chatspell.com');
/*!40000 ALTER TABLE `ibwf_uploads` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ibwf_usergallery`
--

DROP TABLE IF EXISTS `ibwf_usergallery`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ibwf_usergallery` (
  `id` int(100) NOT NULL auto_increment,
  `uid` int(100) NOT NULL default '0',
  `imageurl` varchar(100) NOT NULL default '',
  `sex` char(1) NOT NULL default '',
  `time` int(100) NOT NULL default '0',
  `descript` varchar(200) NOT NULL default '',
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=42 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ibwf_usergallery`
--

LOCK TABLES `ibwf_usergallery` WRITE;
/*!40000 ALTER TABLE `ibwf_usergallery` DISABLE KEYS */;
INSERT INTO `ibwf_usergallery` (`id`, `uid`, `imageurl`, `sex`, `time`, `descript`) VALUES (6,1,'../usergallery/shubham_logo.gif','M',1281536617,'logo'),(4,7,'../usergallery/ws_RIP_Michael_Jackson_1152x864.jpg','M',1281529297,''),(5,3,'../usergallery/vsena2.jpg','M',1281531130,''),(7,18,'../usergallery/fc1f8a75_5f8a_4c27_bd92_b709727b6a0b.jpeg','F',1281558536,''),(8,14,'../usergallery/Divya.jpg','F',1281577853,'Its me'),(9,22,'../usergallery/Ganapathy_.jpg','F',1281579628,''),(10,27,'../usergallery/image.jpg','M',1281588429,''),(33,26,'../usergallery/13618733_flora7_glamour3_b.jpg','M',1281637824,''),(12,22,'../usergallery/50_long_stem_red_roses.jpg','F',1281601484,'vote'),(13,22,'../usergallery/love.jpg','F',1281602647,''),(14,22,'../usergallery/________ALLAH___RAHIM.gif','F',1281602688,''),(15,22,'../usergallery/1_4_3.gif','F',1281602741,''),(16,22,'../usergallery/1_664909848l.jpg','F',1281602792,''),(17,22,'../usergallery/0029_2wap.gif','F',1281602842,''),(18,22,'../usergallery/360modena_spider_768.jpg','F',1281602900,''),(19,22,'../usergallery/570_Ascension_SPIRITUAL_WARFARE_ANGELS_DEMONS.jpg','F',1281602935,''),(20,22,'../usergallery/antichrist_superstar2.jpg','F',1281602994,''),(21,22,'../usergallery/athavan_suryaimages.jpg','F',1281603016,''),(22,22,'../usergallery/Aadhavan_3.jpg','F',1281603061,''),(23,22,'../usergallery/XXFGT.jpg','F',1281603082,''),(24,22,'../usergallery/jiuoGEifegb_thumb1.jpg','F',1281603128,''),(25,22,'../usergallery/531364438_fc52b2d09c_m000.jpg','F',1281603137,''),(26,22,'../usergallery/Aadhavan_4.jpg','F',1281603187,''),(27,22,'../usergallery/5350z_gal_big01.jpg','F',1281603196,''),(28,22,'../usergallery/album1549.jpg','F',1281603256,''),(29,22,'../usergallery/MAST_003704dracula_1050.jpg','F',1281603291,''),(30,22,'../usergallery/Surya_6.jpg','F',1281603359,''),(31,22,'../usergallery/33306.jpg','F',1281604064,''),(32,32,'../usergallery/broke.jpg','M',1281611509,'mii'),(34,60,'../usergallery/John_Abraham.jpg','M',1281638208,'hot 2 handle'),(35,60,'../usergallery/John_Abraham_1.jpg','M',1281638227,'hot 2 handle'),(36,17,'../usergallery/32465_119024908140405_100000986900378_101236_3457355_s.jpg','M',1281639408,'describe me'),(37,17,'../usergallery/chatspell.jpg','M',1281639464,'soch lo'),(38,17,'../usergallery/n100000821912418_9584.jpg','M',1281639516,'gift 4m my heart to u friend'),(39,67,'../usergallery/14.gif','M',1281719761,''),(40,69,'../usergallery/Ume.jpg','M',1281762647,''),(41,2,'../usergallery/hehe1.gif','M',1281769864,'');
/*!40000 ALTER TABLE `ibwf_usergallery` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ibwf_usergallery_rating`
--

DROP TABLE IF EXISTS `ibwf_usergallery_rating`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ibwf_usergallery_rating` (
  `id` int(100) NOT NULL auto_increment,
  `imageid` int(100) NOT NULL default '0',
  `rating` int(100) NOT NULL default '0',
  `comments` varchar(250) NOT NULL default '',
  `commentsreply` varchar(250) NOT NULL default '',
  `byuid` int(100) NOT NULL default '0',
  `time` int(100) NOT NULL default '0',
  `commentsyn` char(1) NOT NULL default '',
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ibwf_usergallery_rating`
--

LOCK TABLES `ibwf_usergallery_rating` WRITE;
/*!40000 ALTER TABLE `ibwf_usergallery_rating` DISABLE KEYS */;
INSERT INTO `ibwf_usergallery_rating` (`id`, `imageid`, `rating`, `comments`, `commentsreply`, `byuid`, `time`, `commentsyn`) VALUES (1,9,6,'Owner page cant see it.','',2,1281591519,'Y'),(2,38,1,'ROSE','',58,1281642421,'Y');
/*!40000 ALTER TABLE `ibwf_usergallery_rating` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ibwf_users`
--

DROP TABLE IF EXISTS `ibwf_users`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ibwf_users` (
  `id` int(100) NOT NULL auto_increment,
  `name` varchar(30) NOT NULL default '',
  `pass` varchar(60) NOT NULL default '',
  `birthday` varchar(50) NOT NULL default '',
  `sex` char(1) NOT NULL default '',
  `location` varchar(100) NOT NULL default '',
  `perm` char(1) NOT NULL default '0',
  `posts` int(100) NOT NULL default '0',
  `netinfo` blob NOT NULL,
  `plusses` int(100) NOT NULL default '30',
  `signature` varchar(100) NOT NULL default '',
  `avatar` varchar(100) NOT NULL default '../images/nophoto.gif',
  `email` varchar(50) NOT NULL default '',
  `browserm` varchar(50) NOT NULL default '',
  `ipadd` varchar(30) NOT NULL default '',
  `lastact` int(100) NOT NULL default '0',
  `regdate` int(100) NOT NULL default '0',
  `chmsgs` int(100) NOT NULL default '0',
  `chmood` int(100) NOT NULL default '0',
  `shield` char(1) NOT NULL default '0',
  `gplus` int(100) NOT NULL default '700',
  `budmsg` varchar(100) NOT NULL default '',
  `lastpnreas` varchar(100) NOT NULL default '',
  `lastplreas` varchar(100) NOT NULL default '',
  `shouts` int(100) NOT NULL default '0',
  `pollid` int(100) NOT NULL default '0',
  `rbcid` varchar(255) NOT NULL default '',
  `hvia` char(1) NOT NULL default '1',
  `lastvst` int(100) NOT NULL default '0',
  `battlep` int(100) NOT NULL default '700',
  `popmsg` char(1) NOT NULL default '1',
  `automsgs` char(1) NOT NULL default '1',
  `validated` char(1) NOT NULL default '0',
  `theme` varchar(100) NOT NULL default 'white.css',
  `hidden` char(1) NOT NULL default '0',
  `quiz_score` varchar(20) NOT NULL default '0',
  `quiz_easy` char(3) NOT NULL default 'no',
  `quiz_medium` char(3) NOT NULL default 'no',
  `quiz_hard` char(3) NOT NULL default 'no',
  `total_score` varchar(10) NOT NULL default '0',
  PRIMARY KEY  (`id`),
  UNIQUE KEY `name` (`name`)
) ENGINE=MyISAM AUTO_INCREMENT=88 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ibwf_users`
--

LOCK TABLES `ibwf_users` WRITE;
/*!40000 ALTER TABLE `ibwf_users` DISABLE KEYS */;
INSERT INTO `ibwf_users` (`id`, `name`, `pass`, `birthday`, `sex`, `location`, `perm`, `posts`, `netinfo`, `plusses`, `signature`, `avatar`, `email`, `browserm`, `ipadd`, `lastact`, `regdate`, `chmsgs`, `chmood`, `shield`, `gplus`, `budmsg`, `lastpnreas`, `lastplreas`, `shouts`, `pollid`, `rbcid`, `hvia`, `lastvst`, `battlep`, `popmsg`, `automsgs`, `validated`, `theme`, `hidden`, `quiz_score`, `quiz_easy`, `quiz_medium`, `quiz_hard`, `total_score`) VALUES (1,'SHubHaM','bc0ec6f6f5fe633e329609c2f360b105','1990-10-24','M','U.P (India)','4',0,'',2021,'','../usergallery/SHubHaM_2.gif','SHubHaM@chatspell.com','Opera/9.80','27.107.177.105',1281759562,1281519222,38,13,'0',675,'','','StaFF',0,0,'','1',1281753942,700,'1','1','1','white.css','0','0','no','no','no','0'),(2,'deepak','498b5924adc469aa7b660f457e0fc7e5','1990-10-24','M','India','4',0,'',10987,'','../images/nophoto.gif','deepak@chatspell.com','Opera/9.64','123.252.229.71',1281771217,1281519593,123,0,'0',700,'','','i like u',0,0,'','1',1281770189,700,'1','1','1','black.css','0','0','no','no','no','0'),(6,'mahish','86f500cd7b7d38e5d4ae6cde3920f589','1992-02-18','F','India','0',0,'',30,'','../images/nophoto.gif','Shah_tamana@ymail.com','','203.145.131.164',1281527661,1281525151,0,0,'0',700,'','','',0,0,'','1',1281525151,700,'1','1','1','white.css','0','0','no','no','no','0'),(3,'krishna','7077f43e9b7c6057586f227e4d9fe538','1976-02-02','M','India','0',2,'',1113,'Ultimate Emperor of Wap world','','Asvkrishna@gmail.com','Opera/9.80','175.40.232.226',1281767045,1281521385,6,0,'0',700,'','','Mk',0,0,'','1',1281763464,700,'1','1','1','white.css','0','0','no','no','no','0'),(4,'mukesh','b8873a156dc35dc99b69d0f93ebe22fc','1992-01-01','M','india','4',3,'',1941,'','../images/nophoto.gif','dvdmukesh@yahoo.com','Mozilla/4.0','67.202.33.236',1281771185,1281521552,99,0,'1',700,'','','All  iz  well',0,0,'','1',1281770005,700,'1','1','1','pink.css','0','0','no','no','no','0'),(5,'loverboy','6537e99af2c2223642df9f70a0b5afca','1992-01-01','M','dil','0',0,'',30,'','../images/nophoto.gif','Dil','NokiaN73-1/4.0738.3.1.1','182.156.245.15',1281759644,1281524591,0,0,'0',700,'','','',0,0,'','1',1281702647,700,'1','1','1','pink.css','0','0','no','no','no','0'),(7,'michealjackson','a369cb454dcb73a4b3891b997c766809','1992-01-25','M','India','0',2,'',150,'','../usergallery/ws_RIP_Michael_Jackson_1152x864.jpg','michealjackson@chatspell.com','Opera/9.80','27.248.198.204',1281628671,1281529002,5,0,'0',700,'','','Need',0,0,'','1',1281547110,700,'1','1','1','white.css','0','0','no','no','no','0'),(8,'aman','819a59553a2d5b38c367e5c1472478d3','1988-01-30','M','INDIA','0',0,'',30,'','../images/nophoto.gif','ranjharajput@yahoo.in','NokiaN70-1/5.0616.2.0.3/SN359381005354353','118.102.183.46',1281700708,1281529430,0,0,'0',700,'','','',0,0,'','1',1281530594,700,'1','1','1','white.css','0','0','no','no','no','0'),(33,'lokesh_','d96f0d9cd4c435812a0d96c069ab451d','1990-08-16','M','india','0',0,'',30,'hi friendship with me,,,','../images/nophoto.gif','lnlokesh97@gmail.com','Opera/9.80','115.241.154.98',1281600774,1281598363,0,0,'0',700,'','','',0,0,'','1',1281598363,700,'1','1','1','white.css','0','0','no','no','no','0'),(13,'roshan','81dc9bdb52d04dc20036dbd8313ed055','1992-01-01','M','','',0,'',30,'','../images/nophoto.gif','h','Opera/9.80','182.156.199.75',1281748443,1281543076,0,0,'0',700,'','','',0,0,'','1',1281692485,700,'1','1','1','white.css','0','0','no','no','no','0'),(9,'sweetbird','85804f7014be0528727d2754efaf3025','','F',':|','0',0,'',-1970,'','','Nope','Opera/9.80','119.30.39.46',1281650761,1281535577,0,0,'0',709,'','','',0,0,'','1',1281628485,700,'1','1','1','white.css','0','50/-160/0','yes','yes','yes','-110'),(10,'dips','f09ac2d587354c6431bf93812ba7548f','1992-01-01','M','India','0',0,'',30,'','../images/nophoto.gif','Dpk@chatspell.com','Opera/9.64','123.252.229.71',1281769578,1281536078,0,0,'0',700,'','','',0,0,'','1',1281537246,700,'1','1','1','white.css','0','0','no','no','no','0'),(37,'kamal','bf200208673b9828759f1c7ed5257644','1971-05-24','M','Incredible India','3',1,'',1018,'Yaaron Ka Yaar','../images/nophoto.gif','kk@chatspell.com','Mozilla/5.0','59.180.7.83',1281770598,1281603797,0,0,'0',700,'','','All  iz  well',0,0,'','1',1281760416,700,'1','0','1','white.css','0','0','no','no','no','0'),(11,'sweety','3ae9d8799d1bb5e201e5704293bb54ef','1989-08-15','F','India','0',0,'',30,'','../images/nophoto.gif','sweety_15','','27.107.163.52',1281537422,1281537287,0,0,'0',700,'','','',0,0,'','1',1281537287,700,'1','1','1','white.css','0','0','no','no','no','0'),(40,'astronaut','f039654459d4e3b65512dfb136893b17','1987-01-01','M','ROI','0',2,'',32,'Im International Wap Fame astronaut','../images/nophoto.gif','astronautworldwide@yahoo.co.uk','C5005/001.00','219.64.175.134',1281700893,1281607773,0,0,'0',700,'','','',0,0,'','1',1281617142,700,'1','1','1','white.css','0','0','no','no','no','0'),(12,'vicky','e10adc3949ba59abbe56e057f20f883e','1989-08-13','M','India/new mumbai','4',0,'',30,'Vicky is here just for friendship','../images/nophoto.gif','vicky@chatspell.com','','218.248.80.4',1281540236,1281538328,26,0,'0',700,'','Ip-banned: Last time site was hacked at same time there was site given which is in your profile emai','',0,0,'','1',1281540198,700,'1','1','1','white.css','0','0','no','no','no','0'),(14,'divya1','e80b5017098950fc58aad83c8c14978e','1990-07-01','F','Lucknow','0',0,'',1992,'','../usergallery/Divya.jpg','No','Nokia3500c/2.0','218.248.65.140',1281755843,1281543974,17,0,'0',700,'','','Mk',0,0,'','1',1281749463,700,'1','1','1','white.css','0','0','no','no','no','0'),(15,'akshay0000007','b1039b8cf7a2976222c7814944143dd6','1992-01-01','M','Youngistan','0',0,'',30,'','../images/nophoto.gif','life.in.my','','27.248.214.44',1281547057,1281546989,0,0,'0',700,'','','',0,0,'','1',1281546989,700,'1','1','1','white.css','0','0','no','no','no','0'),(17,'dipak','48ccc87cd7afb85704a63e8d5953d326','1992-01-01','M','India','2',7,'',9971,'Cal me for site problem of any kind on +919768212197','../usergallery/chatspell.jpg','Bhangale.deepak@gmail.com','Opera/9.80','27.248.30.124',1281771233,1281558100,47,0,'0',700,'','','Bank',0,0,'','1',1281770722,700,'1','1','1','white.css','0','0','no','no','no','0'),(16,'amaz','83e4a96aed96436c621b9809e258b309','1992-12-17','M','Nigeria','0',0,'',30,'','../images/nophoto.gif','Amazonprince007@yahoo.com','','41.220.68.18',1281549923,1281549575,0,0,'0',700,'','','',0,0,'','1',1281549575,700,'1','1','1','white.css','0','0','no','no','no','0'),(18,'payal','48ccc87cd7afb85704a63e8d5953d326','1990-02-27','F','India','0',0,'',2991,'','../usergallery/fc1f8a75_5f8a_4c27_bd92_b709727b6a0b.jpeg','Persis_dsoza2007@yahoo.co.in','Opera/9.80','27.248.94.199',1281759927,1281558219,78,2,'0',700,'','','Mk',0,0,'','1',1281756468,700,'1','1','1','white.css','0','0','no','no','no','0'),(19,'zaid-king','1bd69c7df3112fb9a584fbd9edfc6c90','1992-10-29','M','India','0',0,'',30,'','../images/nophoto.gif','Zaid4058@yuurok.com','','10.9.36.133',1281572971,1281572686,0,0,'0',700,'','','',0,0,'','1',1281572686,700,'1','1','1','white.css','0','0','no','no','no','0'),(20,'salman','854e500a774972048c2eb5c6454ad43e','1991-05-05','M','India','0',0,'',30,'','../images/nophoto.gif','khan.salman767@gmail.com','','175.40.181.129',1281574318,1281573807,0,0,'0',700,'','','',0,0,'','1',1281574129,700,'1','1','1','white.css','0','0','no','no','no','0'),(22,'~ANUSHA~','1f596e03905e0c7a6c0bda17f3544f65','1990-08-14','F','india/tamilnadu','0',24,'',11551,'i am a cute indian girl.i hate lie!','../usergallery/570_Ascension_SPIRITUAL_WARFARE_ANGELS_DEMONS.jpg','ANUSHA123@CHATSPELL.COM','Mozilla/4.0','175.40.18.137',1281708381,1281578751,36,0,'0',875,'','','GIVE',0,1,'','1',1281707571,700,'1','1','1','black.css','0','0//','no','no','no','0'),(21,'anusha','9fa5b7733f8774425e8534d91612116b','1989-06-04','F','india','0',0,'',-4970,'','../images/nophoto.gif','anusha_j@ymail.com','','175.40.26.11',1281577669,1281576746,0,0,'0',700,'','','',0,0,'','1',1281576746,700,'1','1','1','home.css','0','0','no','no','no','0'),(23,'priyanka','8cf674180ea201eb14b12486eaef9f28','1992-02-03','F','India.','2',0,'',993,'','../images/nophoto.gif','Priya@gmail.com','SAMSUNG-GT-C3010/1.0','117.99.25.238',1281770837,1281586213,7,0,'0',700,'','','Priya',0,0,'','1',1281764510,700,'1','1','1','white.css','0','0','no','no','no','0'),(24,'annu','b5c0b187fe309af0f4d35982fd961d7e','1992-08-01','M','india','0',0,'',-2970,'','../images/nophoto.gif','d.annurag@gmail.com','','114.143.144.125',1281587318,1281586534,0,0,'0',700,'','Banned: [url=http://chatspell.in/redirect]for spam in info [/url]','',0,0,'','1',1281586534,700,'1','1','1','white.css','0','0','no','no','no','0'),(26,'tamilvelan','972ae52621668f045e61bd75160131e8','1983-10-02','M','India','0',2,'',32,'','../images/nophoto.gif','Kdselvam007@yahoo.com','Opera/9.80','180.214.130.166',1281660081,1281587049,33,0,'0',700,'','','',0,0,'','1',1281638103,700,'1','1','1','white.css','0','0','no','no','no','0'),(25,'asad','dae4bcdaa64681671830e1523ccd024f','1986-01-01','M','india','0',0,'',30,'ajad','','ajad@ajad.com','Opera/9.80','117.98.174.229',1281764949,1281586947,31,0,'0',700,'','','',0,0,'','1',1281764892,700,'1','1','1','white.css','0','0','no','no','no','0'),(27,'sexy-don','329be97b2bd13d72df03107e60678241','1988-06-01','M','india','0',0,'',30,'','../images/nophoto.gif','zinar_dev@rediffmail.com','NokiaN73-1/4.0812.4.2.1','117.98.118.245',1281707797,1281587450,0,0,'0',700,'','','',0,0,'','1',1281588503,700,'1','1','1','white.css','0','0','no','no','no','0'),(28,'mustafa','13a0421c026d7834cccda1389e9bffe3','1985-11-15','M','india/mumbai','0',0,'',30,'','../images/nophoto.gif','Mustafa@yahoo.com','Opera/9.80','182.156.46.212',1281683930,1281588110,26,0,'0',700,'','','',0,0,'','1',1281680979,700,'1','1','1','white.css','0','0','no','no','no','0'),(32,'BrOkeN','fe802fd22afc2087d7df81a7aa99eb0c','1989-04-04','M','india','3',1,'',1311,'cristi','../usergallery/broke.jpg','cristiano.ronaldo@yahoo.com','Mozilla/4.0','118.102.183.46',1281771201,1281597734,16,0,'0',700,'','','cristoo',0,0,'','1',1281767303,700,'1','1','1','white.css','0','0','no','no','no','0'),(29,'akki4uonly','b639a761abc6d361bff0916f94fd32b7','1992-02-26','M','INDIA','0',0,'',30,'.hi. me here 4 making frndz...','','mohitmohitverma@yuurok.com','Mozilla/4.0','67.202.33.236',1281756296,1281590267,1,0,'0',700,'','','',0,0,'','1',1281717883,700,'1','1','1','white.css','0','0','no','no','no','0'),(30,'alld','d68b32bb22d02419c9f4023f8b7043b7','1988-01-02','M','india','0',5,'',35,'','../images/nophoto.gif','s@gmail.com','Nokia6630/1.0','110.224.71.179',1281770136,1281592846,0,0,'0',700,'','','',0,0,'','1',1281756659,700,'1','1','1','white.css','0','0','no','no','no','0'),(31,'indian','51389be5a3c34ac9c68bc8897977dfab','1988-08-10','M','india','0',3,'',33,'','../images/nophoto.gif','indian@chatspell.com','Opera/9.80','27.248.93.19',1281764436,1281592978,0,0,'0',700,'','','',0,0,'','1',1281705681,700,'1','1','1','white.css','0','0','no','no','no','0'),(34,'luvstarz','5c43b8c59004fb399a69b6ee6a5dc123','1980-08-10','M','india','0',3,'',996,'','../images/nophoto.gif','luvstarz05@ovi.com','Opera/9.80','27.248.45.1',1281770605,1281598604,42,0,'0',700,'','','Muk',0,0,'','1',1281769981,700,'1','1','1','white.css','0','0','no','no','no','0'),(35,'manav','94d3bb3e22496c991eee44841a5b10b1','1992-01-01','M','india','0',0,'',30,'manav','../images/nophoto.gif','info@kokri.info','Mozilla/4.0','182.156.255.131',1281680817,1281600524,0,0,'0',700,'','','',0,0,'','1',1281662818,700,'1','1','1','white.css','0','0','no','no','no','0'),(36,'rajesha','27f9e9d2956e0bfb7c9b26ecd60cfe96','1989-06-03','M','India','0',0,'',30,'Hi dear','../images/nophoto.gif','Rajesha639@gmail.com','Mozilla','174.129.160.155',1281601719,1281601510,0,0,'0',700,'','','',0,0,'','1',1281601510,700,'1','1','1','white.css','0','0','no','no','no','0'),(43,'nehashukla','11eba10d3544ac6d881143c0ecb59852','1986-01-11','F','india','0',1,'',1012,'','../images/nophoto.gif','neha@yahoo.com','Opera/9.80','10.9.127.184, 115.69.159.213',1281768457,1281609228,7,0,'0',700,'','','Mk',0,0,'','1',1281751873,700,'1','1','1','white.css','0','0','no','no','no','0'),(38,'sajidshkh','30220cfd902d347400efcfef5ca9d655','1990-07-07','M','mumbai','0',0,'',30,'don\'t cry sajid wil b come','../images/nophoto.gif','sajidshkh94@gmail.com','Opera/9.80','10.3.131.189, 203.196.249.171',1281618051,1281604638,0,0,'0',700,'','','',0,0,'','1',1281605056,700,'1','1','1','white.css','0','0','no','no','no','0'),(39,'guru','77e69c137812518e359196bb2f5e9bb9','1988-03-25','M','usa','0',0,'',30,'cool','../images/nophoto.gif','guru@gmail.com','Mozilla/4.0','117.199.151.203',1281605378,1281605238,0,0,'0',700,'','','',0,0,'','1',1281605238,700,'1','1','1','white.css','0','0','no','no','no','0'),(41,'shil','1f6dd5f6d110719e1d16aa6b46eb97d7','1986-09-09','M','India','0',0,'',30,'..........!!','../images/nophoto.gif','sheel.b@rediffmail.com','myworld.w2c.in','182.156.31.130, 64.255.180.239',1281609418,1281607974,1,0,'0',700,'','','',0,0,'','1',1281608930,700,'1','1','1','white.css','0','0','no','no','no','0'),(42,'mks_4u3','9f5f5a50e98d73fb7c83bc41c383f44c','1990-09-10','M','India','0',0,'',30,'','../images/nophoto.gif','mks_4u3@yahoo.co.in','Opera/9.80','117.98.105.235',1281608834,1281608704,0,0,'0',700,'','','',0,0,'','1',1281608704,700,'1','1','1','white.css','0','0','no','no','no','0'),(44,'ktrk','e8d25b4208b80008a9e15c8698640e85','1989-01-01','M','india','0',0,'',30,'am cool','../images/nophoto.gif','prince_rmc@rediffmail.com','','',1281610162,1281609842,0,0,'0',700,'','','',0,0,'','1',1281609842,700,'1','1','1','white.css','0','0','no','no','no','0'),(45,'maxy619','827ccb0eea8a706c4c34a16891f84e7b','1988-12-20','M','India','0',0,'',30,'Just for loveone','../images/nophoto.gif','Mohdsrk0@gmail.com','SAMSUNG-GT-E2120B/E2120BDDIH2','27.107.158.85',1281722659,1281612601,0,0,'0',700,'','','',0,0,'','1',1281612994,700,'1','1','1','white.css','0','0','no','no','no','0'),(46,'yogi','1b1d167f4ad4c8dbf6f9f7535ec2403a','1990-02-25','M','india','0',0,'',30,'hi','../images/nophoto.gif','kherwednarsingh@gmail.com','Mozilla/5.0','10.3.64.147',1281638322,1281612826,0,0,'0',700,'','','',0,0,'','1',1281636829,700,'1','1','1','white.css','0','0','no','no','no','0'),(47,'naresh749','7cb4ffbb2635356600af00166decc350','1991-08-14','M','india','0',0,'',30,'yes.','../images/nophoto.gif','Chatspell@gmail.com','Opera/9.80','10.3.10.70',1281617545,1281613562,0,0,'0',700,'','','',0,0,'','1',1281613619,700,'1','1','1','white.css','0','0','no','no','no','0'),(48,'arunprasath','2388b073e3b1b13f02834b01ba3c4f69','1990-02-20','M','India','0',0,'',30,'Hai','../images/nophoto.gif','Indianarunprasath@gmail.com','SAMSUNG-SGH-M200/M200DDHK1','27.57.204.179',1281709225,1281614318,0,0,'0',700,'','','',0,0,'','1',1281614318,700,'1','1','1','white.css','0','0','no','no','no','0'),(49,'anus','28a1301758f22ce2527aed23e461e2ee','1992-01-01','F','india/tamilnadu','0',0,'',30,'dnsVG','../images/nophoto.gif','iinfowap@yahoo.com','Mozilla/5.0','175.40.12.27',1281616384,1281614783,0,0,'0',700,'','','',0,0,'','1',1281614853,700,'1','1','1','white.css','0','0','no','no','no','0'),(50,'manish','59c95189ac895fcc1c6e1c38d067e244','1988-08-14','M','india','0',0,'',30,'ask me','','manishtrivedi000@rediffmail.com','Mozilla/4.0','112.110.193.238',1281767761,1281616338,0,0,'0',700,'','','',0,0,'','1',1281765808,700,'1','1','1','white.css','0','0','no','no','no','0'),(87,'asfak','34205f5b875b89af970ca573931fce2f','1987-08-19','M','india','0',0,'',30,'jyoti i love you','../images/nophoto.gif','chudesraa@yahoo.com','Mozilla/4.0','121.241.189.72',1281770758,1281767524,0,0,'0',700,'','','',0,0,'','1',1281770575,700,'1','1','1','white.css','0','0','no','no','no','0'),(51,'rony','bcdcf555be93cf9c6dac7c7ffd3d097c','1988-02-21','M','India','0',0,'',30,'I m 4rm andaman and nicobar island..i like to make more nd more frnds..nd i need i real love fr me. ','../images/nophoto.gif','lingampb01@yahoo.com','MAUI','125.20.13.82',1281759651,1281618974,7,13,'0',700,'','Banned: spam in chatroom','',0,0,'','1',1281707629,700,'1','1','1','white.css','0','0','no','no','no','0'),(52,'bloch','db307b25665b390953b860983944a0db','1992-01-01','M','India','0',0,'',30,'Y.k.imcool','../images/nophoto.gif','Dholkiyaamit@yahoo.com','Nokia2700c-2/2.0','27.107.188.171',1281625114,1281624759,0,0,'0',700,'','','',0,0,'','1',1281624759,700,'1','1','1','white.css','0','0','no','no','no','0'),(53,'eirelad','59931dbc55de73dc815ac4a0170e5443','1980-02-14','M','Down','0',0,'',30,'','../images/nophoto.gif','07513548338','Nokia2330c-2/2.0','10.71.49.217',1281629052,1281628821,0,0,'0',700,'','','',0,0,'','1',1281628821,700,'1','1','1','white.css','0','0','no','no','no','0'),(54,'jyoti','4a7d1ed414474e4033ac29ccb8653d9b','1992-01-01','F','India/faridabad','0',0,'',224,'Loading.......','','Cutejyoti123@rediff.com','Mozilla/4.0','72.44.48.67',1281770986,1281629633,0,0,'0',700,'','','Shout',0,0,'','1',1281766495,700,'1','1','1','white.css','0','0','no','no','no','0'),(55,'pradip','727d91ce510b52fce246bb2e81df91c8','1985-11-29','M','India','0',0,'',30,'','../images/nophoto.gif','prdpmajhi@gmail.com','Opera/9.80','110.227.157.120',1281716036,1281630359,0,0,'0',681,'','','',0,0,'','1',1281664889,700,'1','1','1','white.css','0','0','no','no','no','0'),(57,'marvellous','967d83fabdb155eacd0449ebd4ab5abf','1990-05-28','M','Nigeria','0',0,'',30,'Chelsea fan','../images/nophoto.gif','ayocious@yuurok.com','Mozilla/5.0','64.13.232.44',1281633425,1281632941,0,0,'0',700,'','','',0,0,'','1',1281632941,700,'1','1','1','white.css','0','0','no','no','no','0'),(56,'BOSs','f4021e720588ae24d4278fd7a6cbe50f','1990-10-10','M','India','0',15,'',109,'Hi','images/nophotoboy.gif','Boss@chatspell.com','Opera/9.80','175.40.123.70',1281770011,1281632044,0,0,'0',700,'','','Good Boy',0,0,'','1',1281768025,700,'1','0','1','white.css','0','0','no','no','no','0'),(58,'rahul','9cbb6aebcf5ae14a9248b4c08165212e','1990-11-21','M','INDIA','0',2,'',32,'','../images/nophoto.gif','RAHULTOPI21@GMAIL.COM','MAUI','10.3.36.10',1281730248,1281636328,0,0,'0',700,'','','',0,0,'','1',1281723034,700,'1','1','1','white.css','0','0/-20/','no','no','no','-20'),(59,'brave','4dded1ba976a2af03f89d22883d2b5e4','1989-09-04','M','Mumbai','0',0,'',30,'Kullll Guy. . . .','../images/nophoto.gif','Ameybrave@gmail.com','Nokia6233/2.0','10.3.159.109',1281725475,1281637312,0,0,'0',700,'','','',0,0,'','1',1281637554,700,'1','1','1','white.css','0','0','no','no','no','0'),(60,'velvin','2153f42faa6c19af654a213e99e0a177','1988-10-29','M','india','0',0,'',30,'live u r hard life','../usergallery/John_Abraham.jpg','velvincolaso012gmail.com','Opera/9.80','59.161.254.21',1281675560,1281637654,0,0,'0',700,'','','',0,0,'','1',1281639017,700,'1','1','1','white.css','0','0','no','no','no','0'),(63,'nataraj19','0b21d43e7025bcaf494015335fff15ba','1992-08-01','M','india','0',0,'',30,'hi frds...,','../images/nophoto.gif','nnatarajan033@gmail.com','LENOVO-i921/240A','175.40.63.185',1281711889,1281661412,0,0,'0',700,'','','',0,0,'','1',1281708233,700,'1','1','1','white.css','0','0','no','no','no','0'),(61,'seema','386142bb29f4f43ac9f2788502b909cc','1975-07-02','F','Ghana','0',0,'',30,'Smart and sexy','../images/nophoto.gif','Pam4luv35@yahoo.com ','Opera/9.80','196.201.37.1',1281648173,1281648005,0,0,'0',700,'','','',0,0,'','1',1281648005,700,'1','1','1','white.css','0','0','no','no','no','0'),(62,'silent_dream','25ade0b4a4e7d97cea6a9e94bf6b358c','1991-03-12','M','Bangladesh','0',0,'',30,'Forum Master!','../images/nophoto.gif','Akib017@gmail.com','Opera/8.01','119.30.38.68',1281656529,1281656289,0,0,'0',700,'','','',0,0,'','1',1281656289,700,'1','1','1','white.css','0','0','no','no','no','0'),(64,'akki','f2bf76099df3e9c2c7854c83db9257ca','1992-02-09','M','india','0',0,'',1029,'khiladi ','../images/nophoto.gif','akki@nowhr.com','SAMSUNG-GT-B3313/1.0','110.224.111.154',1281705780,1281662440,0,0,'0',700,'','','Mk',0,0,'','1',1281691536,700,'1','1','1','white.css','0','0','no','no','no','0'),(68,'donn','a75501851d21913cab2a5e2e0accf9fd','1986-10-02','M','India','0',0,'',30,'','../images/nophoto.gif','rajezz2@yahoo.com','SonyEricssonG502/R1FA','10.16.53.4',1281674973,1281674577,0,0,'0',700,'','','',0,0,'','1',1281674577,700,'1','1','1','white.css','0','0','no','no','no','0'),(65,'sameer786','906c5718311fba0770a783514111fb2d','1990-10-05','M','India','0',0,'',981,'Hmmm','../images/nophoto.gif','mubasshir.husain@gmail.com','Opera/9.80','10.232.53.53, 124.124.10.27',1281768834,1281665531,0,0,'0',700,'','','Mk',0,0,'','1',1281741972,700,'1','1','1','white.css','0','0','no','no','no','0'),(66,'rajd','4a7d1ed414474e4033ac29ccb8653d9b','1992-01-01','M','India','0',0,'',30,'I am raj','../images/nophoto.gif','lalitdubey92@yahoo.in','Nokia3110c/2.0','124.124.145.180',1281685328,1281667192,1,17,'0',700,'','','',0,0,'','1',1281675035,700,'1','1','1','white.css','0','0','no','no','no','0'),(67,'buseliki','36f4cff68f966cd6646bc53182747a19','1992-01-01','M','','0',0,'',30,'','../usergallery/14.gif','wmw@mwm.tjt','Opera/9.80','196.192.81.33',1281771050,1281668661,0,0,'0',700,'','','',0,0,'','1',1281770171,700,'1','1','1','white.css','0','0','no','no','no','0'),(69,'xtelm','36f4cff68f966cd6646bc53182747a19','1992-01-01','M','threx','0',0,'',1029,'lempstenn, LOL!','../usergallery/Ume.jpg','threx@in.live','Opera/9.80','117.96.183.207',1281764219,1281674824,0,0,'0',700,'','','Mk',0,0,'','1',1281763138,700,'1','1','1','white.css','0','0','no','no','no','0'),(70,'xboysz','2c71078af56910caa585b3a4b05cdd6c','1990-03-10','M','India','0',0,'',0,'Be curious','../images/nophoto.gif','mxcoolll@ibibo.com','Opera/9.80','27.107.99.226',1281686756,1281676910,0,0,'0',700,'','','',0,0,'','1',1281682451,700,'1','1','1','white.css','0','0','no','no','no','0'),(72,'satin5987','bde5efa5dfb601cc47104edc7ad1b29e','1987-05-07','M','india','0',0,'',30,'hello...','../images/nophoto.gif','satin@chatspell.com','MOT-MOTOROKRE6/R533_G_11.12.08P','218.248.64.199',1281685656,1281685369,0,0,'0',700,'','','',0,0,'','1',1281685369,700,'1','1','1','white.css','0','0','no','no','no','0'),(71,'heartless','3382116896aa93334136d11e9de42bf1','1992-01-01','M','india','0',0,'',969,'nah','../images/nophoto.gif','cdgvg@bcd.com','MOT-MOTOROKRE6/R533_G_11.12.08P','27.248.13.1',1281768530,1281681206,1,0,'0',700,'','','All  iz  well',0,0,'','1',1281720032,700,'1','1','1','white.css','0','0','no','no','no','0'),(86,'taufique','63492d5dfef69e0474b9cc04dd1e1ca5','1989-11-10','M','INDIA','0',2,'',32,'NA','../images/nophoto.gif','taufique@chatspell.com','Mozilla/4.0','121.241.189.72',1281771227,1281762073,1,0,'0',700,'','','',0,0,'','1',1281770666,700,'1','1','1','white.css','0','0','no','no','no','0'),(73,'kaieekai','17b3c7061788dbe82de5abe9f6fe22b3','1991-06-02','M','India/bangalore/mumbai','0',0,'',1029,'M suPERcoOL','../images/nophoto.gif','Krishna_kd212@yahoo.Com','Opera/8.01','59.144.60.98',1281705574,1281694130,0,0,'0',700,'','','Mk',0,0,'','1',1281702763,700,'1','1','1','white.css','0','0','no','no','no','0'),(74,'gautam','2f7b22bac3f5542bb48fb08b04141ecb','1989-04-12','M','india','0',0,'',30,'','../images/nophoto.gif','ghannu@singh.com','','117.205.129.19',1281697884,1281694436,0,0,'0',700,'','','',0,0,'','1',1281695571,700,'1','1','1','white.css','0','0','no','no','no','0'),(75,'dreamgurl','de1e3b0952476aae6888f98ea0e4ac11','1991-08-23','F','Heaven','0',0,'',30,'Simply me','../images/nophoto.gif','Heaven@yahoo.com','Opera','112.198.78.143',1281695059,1281694902,0,0,'0',700,'','','',0,0,'','1',1281694902,700,'1','1','1','white.css','0','0','no','no','no','0'),(76,'viransh','2f7b22bac3f5542bb48fb08b04141ecb','1989-04-04','M','india','0',2,'',32,'','../images/nophoto.gif','goswami@vishal.com','Mozilla/4.0','117.205.129.19',1281697981,1281695029,0,0,'0',700,'','','',0,0,'','1',1281695029,700,'1','1','1','white.css','0','0','no','no','no','0'),(77,'shahrukh','ab10bf8b30c8b42cc0806328345b6e90','1991-11-06','M','india','0',0,'',30,'hi,mera naam shahrukh aur me ek best friend talash me hoo.kiya aap mere dost banna chahey ge to abhi','../images/nophoto.gif','sattar.arshad@gmail.com','','',1281697413,1281696943,0,0,'0',700,'','','',0,0,'','1',1281696943,700,'1','1','1','white.css','0','0','no','no','no','0'),(78,'polite','baf5ecd84c6a8766519b98f66eec1511','1982-09-02','M','india','0',0,'',30,'science','../images/nophoto.gif','amitb.wound@yahoo.com','NokiaN70-1/5.0616.2.0.3/SN359381005354353','118.102.183.46',1281703000,1281702422,0,0,'1',700,'','','',0,0,'','1',1281702422,700,'1','1','1','white.css','0','0','no','no','no','0'),(79,'roshni','b2a60b0a738c787efc87562ed86b989a','1992-01-01','F','Kenya','0',0,'',30,'Rehanna','../images/nophoto.gif','Roshni@chatspell.com','SCH-S259/','219.64.175.134',1281712567,1281712510,0,0,'0',700,'','','',0,0,'','1',1281712510,700,'1','1','1','white.css','0','0','no','no','no','0'),(80,'sultan','430b4a493510da170df5127f9e8ebf5d','1985-09-09','M','dubai','0',0,'',1029,'king of kamina','../images/nophoto.gif','aiyub09@yahoo.com','Mozilla/4.0','80.227.15.188',1281716807,1281716634,0,0,'0',700,'','','Wc',0,0,'','1',1281716634,700,'1','1','1','white.css','0','0','no','no','no','0'),(81,'don76','430b4a493510da170df5127f9e8ebf5d','1992-09-09','M','sharjah','0',0,'',999,'don','../images/nophoto.gif','aiyub09@gmail.com','Mozilla/4.0','86.96.12.157',1281761511,1281716997,0,0,'0',700,'','','Mk',0,0,'','1',1281727371,700,'1','1','1','white.css','0','0','no','no','no','0'),(82,'janu76','430b4a493510da170df5127f9e8ebf5d','1988-09-09','M','uae','0',0,'',1029,'dusaman of langur','../images/nophoto.gif','janu_1867@yahoo.com','Mozilla/4.0','80.227.15.188',1281717369,1281717354,0,0,'0',700,'','','Mk',0,0,'','1',1281717354,700,'1','1','1','white.css','0','0','no','no','no','0'),(83,'SaHiN','e64c9ec33f19c7de745bd6b6d1a7a86e','-12-17','F','India','3',0,'',2997,'I love hindi.','../images/nophoto.gif','Sahin_19@yahoo.co.in','Mozilla/5.0','114.143.238.130',1281743570,1281718209,0,0,'0',700,'','','kam hai',0,0,'','1',1281732922,700,'1','1','1','white.css','0','0','no','no','no','0'),(84,'sonam','2dfadf1c87039ffa7beca3f732d544c4','1990-02-01','F','indian','0',0,'',30,'','','sweetsona@gmail.com','Mozilla/5.0','117.197.171.159',1281757227,1281747014,0,0,'0',700,'','','',0,0,'','1',1281756922,700,'1','1','1','white.css','0','0','no','no','no','0'),(85,'Nisha','81dc9bdb52d04dc20036dbd8313ed055','0201&lt;input name=usx type=text value=','F','','0',0,'',30,'Chatspell.com','../images/nophoto.gif','nisha.gosawi@gmail.com','Opera','117.197.167.150',1281747854,1281747853,0,0,'0',700,'','','',0,0,'','1',0,700,'1','1','1','white.css','0','0','no','no','no','0');
/*!40000 ALTER TABLE `ibwf_users` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ibwf_usfun`
--

DROP TABLE IF EXISTS `ibwf_usfun`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ibwf_usfun` (
  `id` int(100) NOT NULL auto_increment,
  `uid` int(100) NOT NULL default '0',
  `action` varchar(10) NOT NULL default '',
  `target` int(100) NOT NULL default '0',
  `actime` int(100) NOT NULL default '0',
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ibwf_usfun`
--

LOCK TABLES `ibwf_usfun` WRITE;
/*!40000 ALTER TABLE `ibwf_usfun` DISABLE KEYS */;
/*!40000 ALTER TABLE `ibwf_usfun` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ibwf_vault`
--

DROP TABLE IF EXISTS `ibwf_vault`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ibwf_vault` (
  `id` int(100) NOT NULL auto_increment,
  `uid` int(100) NOT NULL default '0',
  `title` varchar(50) NOT NULL default '',
  `itemurl` varchar(255) NOT NULL default '',
  `pudt` int(100) NOT NULL default '0',
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ibwf_vault`
--

LOCK TABLES `ibwf_vault` WRITE;
/*!40000 ALTER TABLE `ibwf_vault` DISABLE KEYS */;
/*!40000 ALTER TABLE `ibwf_vault` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ibwf_xinfo`
--

DROP TABLE IF EXISTS `ibwf_xinfo`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `ibwf_xinfo` (
  `id` int(100) NOT NULL auto_increment,
  `uid` int(100) NOT NULL default '0',
  `country` varchar(50) NOT NULL default '',
  `city` varchar(50) NOT NULL default '',
  `street` varchar(50) NOT NULL default '',
  `timezone` char(3) NOT NULL default '',
  `height` varchar(10) NOT NULL default '',
  `weight` varchar(10) NOT NULL default '',
  `phoneno` varchar(20) NOT NULL default '',
  `likes` varchar(250) NOT NULL default '',
  `deslikes` varchar(250) NOT NULL default '',
  `realname` varchar(100) NOT NULL default '',
  `racerel` varchar(100) NOT NULL default '',
  `hairtype` varchar(50) NOT NULL default '',
  `eyescolor` varchar(10) NOT NULL default '',
  `profession` varchar(100) NOT NULL default '',
  `habitsb` varchar(250) NOT NULL default '',
  `habitsg` varchar(250) NOT NULL default '',
  `favsport` varchar(100) NOT NULL default '',
  `favmusic` varchar(100) NOT NULL default '',
  `moretext` blob NOT NULL,
  `budsonly` char(1) NOT NULL default '1',
  `sexpre` char(1) NOT NULL default '',
  PRIMARY KEY  (`id`),
  UNIQUE KEY `uid` (`uid`)
) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ibwf_xinfo`
--

LOCK TABLES `ibwf_xinfo` WRITE;
/*!40000 ALTER TABLE `ibwf_xinfo` DISABLE KEYS */;
INSERT INTO `ibwf_xinfo` (`id`, `uid`, `country`, `city`, `street`, `timezone`, `height`, `weight`, `phoneno`, `likes`, `deslikes`, `realname`, `racerel`, `hairtype`, `eyescolor`, `profession`, `habitsb`, `habitsg`, `favsport`, `favmusic`, `moretext`, `budsonly`, `sexpre`) VALUES (1,41,'','','','','','','','chatting','Myself','','','','','','Flirting','Flirting','Flirt','Flirt','Join myworld.w2c.in, a fully fun chat site','1',''),(2,26,'','','','','','','','','','','','','','','','','','','','1','F'),(3,2,'','','','','','','','','','','','','','','','','','','','1','F');
/*!40000 ALTER TABLE `ibwf_xinfo` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `mobile_carrier`
--

DROP TABLE IF EXISTS `mobile_carrier`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `mobile_carrier` (
  `time` int(11) NOT NULL default '0',
  `ip_min` varchar(50) NOT NULL default '',
  `ip_max` varchar(50) NOT NULL default '',
  `num_min` bigint(30) NOT NULL default '0',
  `num_max` bigint(30) NOT NULL default '0',
  `country` varchar(5) NOT NULL default '',
  `cc` char(2) NOT NULL default '',
  `network` varchar(50) NOT NULL default '',
  PRIMARY KEY  (`num_min`),
  UNIQUE KEY `ip_min` (`ip_min`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mobile_carrier`
--

LOCK TABLES `mobile_carrier` WRITE;
/*!40000 ALTER TABLE `mobile_carrier` DISABLE KEYS */;
INSERT INTO `mobile_carrier` (`time`, `ip_min`, `ip_max`, `num_min`, `num_max`, `country`, `cc`, `network`) VALUES (0,'62.217.247.0','62.217.247.255',1054471936,1054472191,'RO','RO','Orange'),(0,'82.113.107.0','82.113.107.255',1383164672,1383164927,'DE','DE','o2-Germany-IP-Backbone-FRA2'),(0,'115.240.221.0','115.240.221.255',1536278528,1536286719,'in','IN','Relinece BB'),(0,'85.10.0.0','85.10.63.255',1426718720,1426735103,'SI','SI','SI-MEDINET-20050218'),(0,'83.149.40.0','83.149.43.255',1402284032,1402285055,'RU','RU','MF-CENTER'),(0,'62.169.66.0','62.169.66.127',1051279872,1051279999,'PT','PT','OPTIMUS'),(0,'80.125.160.0','80.125.191.255',1350410240,1350418431,'FR','FR','SFR-GPRS'),(0,'85.132.57.0','85.132.57.255',1434728704,1434728959,'AZ','AZ','BAKCELL'),(0,'81.89.48.0','81.89.55.255',1364799488,1364801535,'SK','SK','SK-VNET'),(0,'81.18.116.0','81.18.117.255',1360163840,1360164351,'ru','RU','bwc-inet'),(0,'79.124.128.0','79.124.191.255',1333559296,1333575679,'ua','UA','ASTELIT-NET4'),(0,'83.149.20.0','83.149.23.255',1402278912,1402279935,'RU','RU','MF-MGSM'),(0,'83.149.52.0','83.149.55.255',1402287104,1402288127,'RU','RU','MF-DV'),(0,'85.185.0.0','85.185.255.255',1438187520,1438253055,'IR','IR','IR-DCC-20041125'),(0,'83.224.0.0','83.224.83.255',1407188992,1407210495,'IT','IT','Vodafone'),(0,'80.255.47.0','80.255.47.255',1358900992,1358901247,'TZ','TZ','INTELSAT-CUST-SATCOM-TZ'),(0,'81.169.60.0','81.169.63.255',1370045440,1370046463,'BE','BE','Proximus'),(0,'85.90.235.0','85.90.235.63',1432021760,1432021823,'GB','GB','TCRBNovarra'),(0,'77.244.112.0','77.244.112.255',1307865088,1307865343,'AZ','AZ','AZERFON'),(0,'81.95.164.0','81.95.167.255',1365222400,1365223423,'GE','GE','GE-MAGTICOM'),(0,'91.145.224.0','91.145.255.255',1536286720,1536294911,'ua','UA','ASTELIT-NET3'),(0,'83.136.112.0','83.136.112.255',1401450496,1401450751,'RU','RU','USI-Tyumen-Corporate-net1'),(0,'62.87.37.0','62.87.37.255',1045898496,1045898751,'ES','ES','VODAFONE_SPAIN_NETWORK'),(0,'62.87.94.0','62.87.94.255',1045913088,1045913343,'ES','ES','VODAFONE_SPAIN_NETWORK'),(0,'80.255.61.160','80.255.61.191',1358904736,1358904767,'ZA','ZA','INTELSAT-CUST-VODACOM-ZA'),(0,'83.188.64.0','83.188.95.255',1404846080,1404854271,'RU','RU','RU-TELE2-GPRS3'),(0,'85.118.192.0','85.118.192.255',1433845760,1433846015,'bg','BG','GLOBUL-NET'),(0,'62.44.128.0','62.44.191.255',1043103744,1043120127,'DK','DK','Teliamobile'),(0,'62.13.160.0','62.13.191.255',1041080320,1041088511,'IT','IT','IT-H3G-20020117'),(0,'86.108.192.0','86.108.255.255',1449967616,1449983999,'TR','TR','TCELL-GPRS-1'),(0,'81.199.96.0','81.199.103.255',1372020736,1372022783,'zm','ZM','COPPERNET-01'),(0,'81.6.64.0','81.6.127.255',1359364096,1359380479,'TR','TR','TR-RTNET-20020621'),(1194542225,'125.18.239.128','125.18.239.143',2098392960,2098392975,'IN','IN','BCL-10351-mum'),(1194542239,'89.108.192.0','89.108.255.255',1500299264,1500315647,'PL','PL','PL-PROJECT4-20060320'),(1194542242,'125.18.235.208','125.18.235.223',2098392016,2098392031,'IN','IN','BCL-10352-BLR'),(1194542258,'66.0.0.0','66.255.255.255',1107296256,1124073471,'AU','JM','ARIN-CIDR-BLOCK'),(1194542279,'117.97.0.0','117.97.255.255',1969291264,1969356799,'IN','IN','GPRS-Subscribers-in-South'),(1194542279,'72.0.0.0','72.255.255.255',1207959552,1224736767,'AU','US','ARIN-CIDR-BLOCK'),(1194542286,'117.98.0.0','117.98.255.255',1969356800,1969422335,'IN','IN','GPRS-Subscribers-in-West'),(1194542286,'121.90.0.0','121.90.255.255',2035941376,2036006911,'NZ','NZ','Vodafone'),(1194542291,'41.0.0.0','41.255.255.255',687865856,704643071,'AU','ZA','AFRINIC-CIDR-BLOCK'),(1194542318,'86.62.250.0','86.62.250.255',1446967808,1446968063,'qa','QA','QTEL-ADSL-POOL'),(1194542458,'117.96.0.0','117.96.255.255',1969225728,1969291263,'IN','IN','Bharti Airtel'),(1194542520,'117.99.0.0','117.99.127.255',1969422336,1969455103,'IN','IN','GPRS-Subscribers-in-East'),(1194542598,'88.128.0.0','88.128.63.255',1484783616,1484799999,'DE','DE','TMD0001'),(1194542739,'68.0.0.0','68.255.255.255',1140850688,1157627903,'AU','US','ARIN-CIDR-BLOCK'),(1194542759,'125.214.160.0','125.214.191.255',2111217664,2111225855,'LK','LK','DIALOG-LK'),(1194542842,'81.23.16.0','81.23.23.255',1360465920,1360467967,'UA','UA','KYIVSTAR-NET-2'),(1194542939,'83.178.64.0','83.178.95.255',1404190720,1404198911,'SE','SE','SE-SWIPNET-NET3'),(1194543037,'69.0.0.0','69.255.255.255',1157627904,1174405119,'AU','US','ARIN-CIDR-BLOCK'),(1194543103,'83.188.160.0','83.188.167.255',1404870656,1404872703,'SE','SE','SE-SWIPNET-NET6'),(1194543141,'63.0.0.0','63.255.255.255',1056964608,1073741823,'AU','US','ARIN-CIDR-BLOCK'),(1194543440,'65.0.0.0','65.255.255.255',1090519040,1107296255,'AU','US','ARIN-CIDR-BLOCK'),(1194543464,'81.12.224.192','81.12.224.207',1359798464,1359798479,'RO','RO','GPRS-INTERNET-ACCESS'),(1194543536,'116.68.208.0','116.68.215.255',1950666752,1950668799,'NP','NP','SNPL-NET'),(1194543601,'81.169.64.0','81.169.79.255',1370046464,1370050559,'BE','BE','BE-PROXIMUS-MI'),(1194543621,'62.141.0.0','62.141.0.127',1049427968,1049428095,'CZ','CZ','RADIOMOBILGPRS'),(1194543645,'80.244.97.0','80.244.97.255',1358192896,1358193151,'HU','HU','HU-VODAFONE'),(1194543752,'32.0.0.0','32.255.255.255',536870912,553648127,'GB','US','ATT32NET'),(1194543785,'83.149.8.0','83.149.11.255',1402275840,1402276863,'RU','RU','MF-MOSCOW'),(1194543876,'83.174.40.0','83.174.40.255',1403922432,1403922687,'PT','PT','PT-VDF-034'),(1194544060,'80.187.0.0','80.187.111.255',1354432512,1354461183,'DE','DE','T-Mobile'),(1194544294,'58.160.0.0','58.175.255.255',983564288,984612863,'AU','AU','Telstra Bigpond'),(1194544312,'62.212.202.0','62.212.202.255',1054132736,1054132991,'LT','LT','GPRS-61-212-202'),(1194544575,'58.145.128.0','58.145.159.255',982614016,982622207,'AU','AU','Optus'),(1194544800,'77.116.0.0','77.119.255.255',1299447808,1299709951,'AT','AT','AT-H3G-20070110'),(1194544909,'80.226.32.0','80.226.63.255',1356996608,1357004799,'DE','DE','MMO'),(1194544997,'83.149.24.0','83.149.27.255',1402279936,1402280959,'RU','RU','MF-KAVKAZ'),(1194544999,'80.251.192.0','80.251.193.255',1358675968,1358676479,'SE','SE','H3G (SE?)'),(1194545321,'91.0.0.0','91.23.255.255',1526726656,1528299519,'DE','DE','DTAG-DIAL22'),(1194545359,'80.95.224.0','80.95.239.255',1348460544,1348464639,'SI','SI','SIMOBIL-NET'),(1194545634,'81.30.50.0','81.30.51.255',1360933376,1360933887,'RU','RU','BMTNet'),(1194545687,'87.252.128.0','87.252.159.255',1476165632,1476173823,'HR','HR','HR-T-MOBILE-20050922'),(1194546106,'80.237.144.0','80.237.147.255',1357746176,1357747199,'DE','DE','DDS-NET'),(1194546334,'88.214.96.0','88.214.127.255',1490444288,1490452479,'UA','UA','UMC-POOL-B'),(1194546422,'58.145.184.0','58.145.191.255',982628352,982630399,'BD','BD','WARIDTEL'),(1194546494,'81.23.24.0','81.23.31.255',1360467968,1360470015,'UA','UA','KYIVSTAR-NET-3'),(1194546684,'89.20.97.0','89.20.97.255',1494507776,1494508031,'RU','RU','USI-GPRS-NET'),(1194546701,'87.252.242.0','87.252.242.255',1476194816,1476195071,'BY','BY','MobileTeleSystems'),(1194547083,'82.208.77.128','82.208.77.255',1389383040,1389383167,'RU','RU','NCC-GPRS'),(1194547394,'64.0.0.0','64.255.255.255',1073741824,1090519039,'AU','US','ARIN-CIDR-BLOCK'),(1194547903,'84.136.0.0','84.191.255.255',1418199040,1421869055,'DE','DE','DTAG-DIAL20'),(1194547908,'85.115.224.0','85.115.224.255',1433657344,1433657599,'RU','RU','EXTEL1-NET'),(1194548374,'74.0.0.0','74.255.255.255',1241513984,1258291199,'AU','US','ARIN-CIDR-BLOCK'),(1194548558,'83.178.188.0','83.178.191.255',1404222464,1404223487,'SE','SE','SE-SWIPNET-GPRS8'),(1194548919,'83.178.104.0','83.178.111.255',1404200960,1404203007,'NL','NL','SE-SWIPNET-NET4'),(1194548969,'83.149.0.0','83.149.7.255',1402273792,1402275839,'RU','RU','MF-NWGSM'),(1194549515,'62.16.64.0','62.16.95.255',1041252352,1041260543,'RU','RU','RU-ELVIS-20000613'),(1194549559,'86.51.0.0','86.51.7.255',1446182912,1446184959,'SA','SA','BA-NOC'),(1194550021,'85.9.128.0','85.9.137.255',1426685952,1426688511,'TJ','TJ','tacom'),(1194550236,'122.169.0.0','122.169.31.255',2057895936,2057904127,'IN','IN','ABTS-WEST-DSL-9376-mum'),(1194551011,'80.255.61.0','80.255.61.125',1358904576,1358904701,'NG','NG','INTELSAT-CUST-globalcom-NG'),(1194551131,'83.188.180.0','83.188.181.255',1404875776,1404876287,'SE','SE','SE-SWIPNET-GPRS2'),(1194551149,'89.207.99.128','89.207.99.191',1506763648,1506763711,'RU','RU','TIC'),(1194551180,'88.193.0.0','88.193.255.255',1489043456,1489108991,'FI','FI','SONERA-FINLAND-BBNET'),(1194551334,'91.94.128.0','91.94.255.255',1532919808,1532952575,'PL','PL','PL-IDEA-MOBILE-NET-2'),(1194551392,'80.90.164.0','80.90.164.255',1348117504,1348117759,'JO','JO','FASTLINK'),(1194551418,'80.83.224.0','80.83.239.255',1347674112,1347678207,'RU','RU','RU-MTSNET-20010806'),(1194551563,'80.227.14.0','80.227.14.255',1357057536,1357057791,'AE','AE','TechnologyTelecom-NET'),(1194551895,'79.64.0.0','79.79.255.255',1329594368,1330642943,'GB','GB','UK-TELINCO-20070619'),(1194551931,'62.136.0.0','62.136.127.255',1049100288,1049133055,'GB','GB','POL-CAG1'),(1194552012,'62.201.128.0','62.201.129.255',1053392896,1053393407,'FR','FR','Bouygues Telecom'),(1194552490,'80.255.64.0','80.255.64.127',1358905344,1358905471,'UA','UA','UMC-Kiev'),(1194552847,'62.198.0.0','62.199.255.255',1053163520,1053294591,'DK','DK','DK-TELIANET-20001017'),(1194553064,'89.207.99.0','89.207.99.127',1506763520,1506763647,'RU','RU','TIC'),(1194553148,'84.241.200.0','84.241.207.255',1425131520,1425133567,'NL','NL','TMONL-NET'),(1194553233,'88.214.64.0','88.214.95.255',1490436096,1490444287,'UA','UA','UMC-POOL-A'),(1194553612,'83.188.0.0','83.188.31.255',1404829696,1404837887,'RU','RU','RU-TELE2-GPRS1'),(1194554378,'87.242.93.128','87.242.93.191',1475501440,1475501503,'RU','RU','OEMDIZ'),(1194554906,'86.108.128.0','86.108.255.255',1449951232,1449983999,'TR','TR','TR-TURKCELL-20050524'),(1194555110,'62.140.128.0','62.140.154.255',1049395200,1049402111,'NL','NL','VODAFONE-NL'),(1194555859,'80.69.144.0','80.69.147.255',1346736128,1346737151,'RU','RU','VOLG-GSM'),(1194556349,'81.93.86.0','81.93.86.63',1365071360,1365071423,'BA','BA','MOBIS-SMS-BA-NET'),(1194556521,'90.148.0.0','90.148.127.255',1519648768,1519681535,'SA','SA','SaudiNet_DSL_Pool#1'),(1194556646,'87.101.240.0','87.101.240.255',1466298368,1466298623,'sa','SA','ITC-DSP-KSA'),(1194556955,'82.113.121.0','82.113.121.255',1383168256,1383168511,'DE','DE','o2-Germany-Customer-NATPool-MUN'),(1194557458,'87.93.192.0','87.93.255.255',1465761792,1465778175,'FI','FI','DNAFINLAND-2'),(1194557770,'89.21.116.0','89.21.120.255',1494578176,1494579455,'RO','RO','ATNR-SB'),(1194557890,'82.205.148.0','82.205.148.63',1389204480,1389204543,'IR','IR','PARS'),(1194559464,'80.251.195.0','80.251.198.255',1358676736,1358677759,'DK','DK','HI3G-CUSTOMER-NET'),(1194560041,'91.140.128.0','91.140.191.255',1535934464,1535950847,'kw','KW','UCC-PPPOE-BBAND'),(1194560206,'83.149.16.0','83.149.19.255',1402277888,1402278911,'RU','RU','MF-MGSM'),(1194560798,'62.40.32.0','62.40.63.255',1042817024,1042825215,'IE','IE','O2'),(1194560879,'77.64.0.0','77.64.31.255',1296039936,1296048127,'SA','SA','AWALNET_ADSL'),(1194561000,'85.156.64.0','85.156.95.255',1436303360,1436311551,'FI','FI','ELISA-MOBILE'),(1194561312,'62.135.232.0','62.135.255.255',1049094144,1049100287,'DK','DK','TDCMOBIL3'),(1194561554,'82.198.31.0','82.198.31.255',1388715776,1388716031,'LT','LT','SATGATE-LT-VPN2'),(1194562357,'91.184.96.0','91.184.99.255',1538809856,1538810879,'GE','GE','ML-GPRSCORE1'),(1194562533,'89.8.0.0','89.8.255.255',1493696512,1493762047,'NO','NO','NO-NETCOM-UMTS'),(1194562798,'85.165.0.0','85.165.255.255',1436876800,1436942335,'NO','NO','NO-TELENOR-DSL-3'),(1194564112,'83.149.32.0','83.149.35.255',1402281984,1402283007,'RU','RU','MF-UGSM'),(1194565320,'62.240.32.0','62.240.63.255',1055924224,1055932415,'EU #','LY','AFRINIC-NET-TRANSFERRED-20050223'),(1194565905,'88.214.128.0','88.214.135.255',1490452480,1490454527,'PT','PT','PT-TMN-200601'),(1194566016,'62.212.203.0','62.212.203.255',1054132992,1054133247,'LT','LT','GPRS-61-212-203'),(1194566292,'116.12.64.0','116.12.127.255',1946959872,1946976255,'LK','LK','LANKACOMM-LK'),(1194567477,'87.194.240.0','87.194.247.255',1472393216,1472395263,'GB','GB','AVATAR-GB'),(1194568430,'90.192.0.0','90.199.255.255',1522532352,1523056639,'GB','GB','BSKYB-BROADBAND'),(1194569210,'83.149.48.0','83.149.51.255',1402286080,1402287103,'RU','RU','MF-SIB'),(1194572617,'87.96.64.0','87.96.127.255',1465925632,1465942015,'PL','PL','PL-IDEA-3G-GGSN2'),(1194572640,'85.220.0.0','85.220.127.255',1440481280,1440514047,'IS','IS','IS-ICENET-20050203'),(1194573079,'84.241.225.0','84.241.226.255',1425137920,1425138431,'NL','NL','TMONL-NET'),(1194575559,'88.205.192.0','88.205.207.255',1489879040,1489883135,'RU','RU','USI_GPRS_USERS1'),(1194576565,'80.87.64.0','80.87.95.255',1347895296,1347903487,'EU #','GH','AFRINIC-NET-TRANSFERRED-20050223'),(0,'213.162.64.0','213.162.67.255',3584180224,3584181247,'AT','AT','T-Mobile (Maxmobil)'),(0,'203.20.32.0','203.20.39.255',3407093760,3407095807,'AU','AU','Vodafone'),(0,'202.124.64.0','202.124.95.255',3397140480,3397148671,'AU','AU','H3G'),(0,'203.171.192.0','203.171.207.255',3417030656,3417034751,'AU','AU','H3G'),(0,'192.148.116.0','192.148.165.255',3230954496,3230967295,'AU','AU','Telstra'),(0,'212.39.122.0','212.39.122.255',3559356928,3559357183,'BA','BA','Eronet'),(0,'202.134.8.0','202.134.15.255',3397781504,3397783551,'BD','BD','AKTEL'),(0,'217.72.228.0','217.72.231.255',3645432832,3645433855,'BE','BE','BASE'),(0,'212.65.63.0','212.65.63.255',3561045760,3561046015,'BE','BE','Orange (Mobistar)'),(0,'200.140.0.0','200.150.66.255',3364618240,3365290751,'BR','BR','Brazil Telecom'),(0,'200.179.66.192','200.179.66.255',3367191232,3367191295,'BR','BR','TIM'),(0,'189.0.0.0','189.0.255.255',3170893824,3170959359,'BR','BR','VIVO'),(0,'206.47.78.128','206.47.78.159',3459206784,3459206815,'CA','CA','Bell Mobilite'),(0,'212.35.32.0','212.35.47.255',3559071744,3559075839,'CH','CH','Sunrise (Diax)'),(0,'194.230.144.0','194.230.159.255',3269890048,3269894143,'CH','CH','Sunrise (Diax)'),(0,'213.55.128.0','213.55.255.255',3577184256,3577217023,'CH','CH','Orange'),(0,'138.188.0.0','138.188.255.255',2327576576,2327642111,'CH','CH','Swisscom'),(0,'200.91.0.0','200.91.31.255',3361406976,3361415167,'CL','CL','Telefonica CTC'),(0,'217.77.164.0','217.77.165.255',3645744128,3645744639,'CZ','CZ','Vodafone (oskarmobil)'),(0,'84.57.113.0','84.61.96.255',1413050624,1413308671,'DE','DE','Arcor'),(0,'82.113.100.0','82.113.100.255',1383162880,1383163135,'DE','DE','O2'),(0,'139.7.0.0','139.7.255.255',2332491776,2332557311,'DE','DE','Vodafone'),(0,'194.182.251.0','194.182.251.63',3266771712,3266771775,'DK','DK','Tele Danmark (TDC)'),(0,'217.71.32.0','217.71.35.127',3645317120,3645318015,'EE','EE','EMT'),(0,'213.143.32.0','213.143.43.255',3582926848,3582929919,'ES','ES','Amena'),(0,'195.55.47.0','195.55.47.63',3275173632,3275173695,'ES','ES','Telefonica'),(0,'80.27.0.0','80.27.127.255',1343946752,1343979519,'ES','ES','Telefonica TME'),(0,'62.87.92.0','62.87.92.63',1045912576,1045912639,'ES','ES','Vodafone'),(0,'62.142.0.0','62.142.7.255',1049493504,1049495551,'FI','FI','Saunalahti'),(0,'193.209.131.0','193.209.134.255',3251733248,3251734271,'FI','FI','Sonera'),(0,'213.223.200.0','213.223.200.255',3588212736,3588212991,'FR','FR','Cegetel'),(0,'195.115.116.0','195.115.119.255',3279123456,3279124479,'FR','FR','Cegetel'),(0,'194.206.212.0','194.206.212.7',3268334592,3268334599,'FR','FR','Orange (France Telecom)'),(0,'193.113.235.0','193.113.235.255',3245468416,3245468671,'GB','GB','02'),(0,'193.113.200.0','193.113.200.255',3245459456,3245459711,'GB','GB','o2'),(0,'89.192.0.0','89.193.255.255',1505755136,1505886207,'GB','GB','Orange'),(0,'213.205.192.0','213.205.223.255',3587031040,3587039231,'GB','GB','Orange'),(0,'213.205.224.0','213.205.255.255',3587039232,3587047423,'GB','GB','Orange'),(0,'193.35.128.0','193.35.143.255',3240329216,3240333311,'GB','GB','Orange'),(0,'149.254.0.0','149.254.255.255',2516451328,2516516863,'GB','GB','T-Mobile'),(0,'212.183.128.0','212.183.144.255',3568795648,3568799999,'GB','GB','Vodaphone'),(0,'195.167.65.0','195.167.65.255',3282518272,3282518527,'GR','GR','Cosmote'),(0,'62.103.102.0','62.103.103.255',1046963712,1046964223,'GR','GR','Cosmote'),(0,'84.224.0.0','84.224.63.255',1423966208,1423982591,'HU','HU','Pannon'),(0,'212.51.126.0','212.51.126.255',3560144384,3560144639,'HU','HU','T-Mobile (Westel)'),(0,'202.93.36.0','202.93.37.255',3395101696,3395102207,'ID','ID','Ggsn'),(0,'219.83.36.128','219.83.36.143',3679659136,3679659151,'ID','ID','Indosat (XL?)'),(0,'212.129.64.0','212.129.64.255',3565240320,3565240575,'IE','IE','Meteor'),(0,'213.233.128.0','213.233.159.255',3588849664,3588857855,'IE','IE','Vodafone'),(0,'192.118.8.0','192.118.11.255',3228960768,3228961791,'IL','IL','Partner Communications'),(0,'203.145.128.0','203.145.128.15',3415310336,3415310351,'IN','IN','Bharti Cellular'),(0,'203.145.159.32','203.145.159.47',3415318304,3415318319,'IN','IN','Bharti Cellular'),(0,'59.145.208.0','59.145.208.255',999411712,999411967,'IN','IN','Bharti'),(0,'202.56.231.112','202.56.231.127',3392726896,3392726911,'IN','IN','Bharti Cellular'),(0,'220.227.211.0','220.227.211.255',3705918208,3705918463,'IN','IN','Reliance'),(0,'219.64.0.0','219.65.255.255',3678404608,3678535679,'IN','IN','VSNL'),(0,'151.80.0.0','151.80.255.255',2538602496,2538668031,'IT','IT','Infostrada (telco?)'),(0,'151.83.0.0','151.83.255.255',2538799104,2538864639,'IT','IT','Infostrada (telco?)'),(0,'213.26.0.0','213.26.255.255',3575250944,3575316479,'IT','IT','Telecomitalia'),(0,'210.169.40.0','210.169.40.255',3534301184,3534301439,'JP','JP','AU (KDDI)'),(0,'210.196.3.192','210.196.3.255',3536061376,3536061439,'JP','JP','AU (KDDI)'),(0,'210.196.5.192','210.196.5.255',3536061888,3536061951,'JP','JP','AU (KDDI)'),(0,'210.230.128.0','210.230.128.255',3538321408,3538321663,'JP','JP','AU (KDDI)'),(0,'210.230.141.192','210.230.141.255',3538324928,3538324991,'JP','JP','AU (KDDI)'),(0,'210.234.105.32','210.234.105.39',3538577696,3538577703,'JP','JP','AU (KDDI)'),(0,'210.234.108.64','210.234.108.127',3538578496,3538578559,'JP','JP','AU (KDDI)'),(0,'210.251.1.192','210.251.1.255',3539665344,3539665407,'JP','JP','AU (KDDI)'),(0,'210.251.2.0','210.251.2.31',3539665408,3539665439,'JP','JP','AU (KDDI)'),(0,'211.5.1.0','211.5.1.255',3540320512,3540320767,'JP','JP','AU (KDDI)'),(0,'211.5.2.128','211.5.2.255',3540320896,3540321023,'JP','JP','AU (KDDI)'),(0,'211.5.7.0','211.5.7.255',3540322048,3540322303,'JP','JP','AU (KDDI)'),(0,'218.222.1.0','218.222.1.255',3671982336,3671982591,'JP','JP','AU (KDDI)'),(0,'61.117.0.0','61.117.0.255',1031077888,1031078143,'JP','JP','AU (KDDI)'),(0,'61.117.1.0','61.117.1.255',1031078144,1031078399,'JP','JP','AU (KDDI)'),(0,'61.117.2.0','61.117.2.63',1031078400,1031078463,'JP','JP','AU (KDDI)'),(0,'61.202.3.0','61.202.3.255',1036649216,1036649471,'JP','JP','AU (KDDI)'),(0,'219.108.158.0','219.108.158.63',3681328640,3681328703,'JP','JP','AU (KDDI)'),(0,'219.125.148.0','219.125.148.255',3682440192,3682440447,'JP','JP','AU (KDDI)'),(0,'222.5.63.0','222.5.63.255',3724885760,3724886015,'JP','JP','AU (KDDI)'),(0,'222.7.56.0','222.7.56.255',3725015040,3725015295,'JP','JP','AU (KDDI)'),(0,'222.5.62.128','222.5.62.255',3724885632,3724885759,'JP','JP','AU (KDDI)'),(0,'222.7.57.0','222.7.57.255',3725015296,3725015551,'JP','JP','AU (KDDI)'),(0,'59.135.38.128','59.135.38.255',998712960,998713087,'JP','JP','AU (KDDI)'),(0,'219.108.157.0','219.108.157.255',3681328384,3681328639,'JP','JP','AU (KDDI)'),(0,'219.125.151.128','219.125.151.255',3682441088,3682441215,'JP','JP','AU (KDDI)'),(0,'219.96.0.0','219.127.255.255',3680501760,3682598911,'JP','JP','AU (KDDI)'),(0,'210.153.84.0','210.153.84.255',3533263872,3533264127,'JP','JP','DoCoMo (i-mode)'),(0,'210.136.161.0','210.136.161.255',3532169472,3532169727,'JP','JP','DoCoMo (i-mode)'),(0,'210.153.86.0','210.153.86.255',3533264384,3533264639,'JP','JP','DoCoMo (i-mode)'),(0,'210.153.87.0','210.153.87.255',3533264640,3533264895,'JP','JP','DoCoMo (inet)'),(0,'203.138.180.0','203.138.180.255',3414864896,3414865151,'JP','JP','DoCoMo (e-mail)'),(0,'203.138.181.0','203.138.181.255',3414865152,3414865407,'JP','JP','DoCoMo (e-mail)'),(0,'203.138.203.0','203.138.203.255',3414870784,3414871039,'JP','JP','DoCoMo (email)'),(0,'202.179.204.0','202.179.204.255',3400780800,3400781055,'JP','JP','SoftBank'),(0,'202.253.96.248','202.253.96.255',3405603064,3405603071,'JP','JP','SoftBank'),(0,'210.146.7.192','210.146.7.255',3532785600,3532785663,'JP','JP','SoftBank'),(0,'210.146.60.192','210.146.60.255',3532799168,3532799231,'JP','JP','SoftBank'),(0,'210.151.9.128','210.151.9.191',3533113728,3533113791,'JP','JP','SoftBank'),(0,'210.169.130.112','210.169.130.119',3534324336,3534324343,'JP','JP','SoftBank'),(0,'210.169.130.120','210.169.130.127',3534324344,3534324351,'JP','JP','SoftBank'),(0,'210.169.176.0','210.169.176.255',3534336000,3534336255,'JP','JP','SoftBank'),(0,'210.175.1.128','210.175.1.255',3534684544,3534684671,'JP','JP','SoftBank'),(0,'210.228.189.0','210.228.189.255',3538205952,3538206207,'JP','JP','SoftBank'),(0,'211.8.159.128','211.8.159.255',3540557696,3540557823,'JP','JP','SoftBank'),(0,'84.15.0.0','84.15.255.255',1410269184,1410334719,'LT','LT','Bite'),(0,'213.226.128.0','213.226.131.255',3588390912,3588391935,'LT','LT','Bite'),(0,'212.93.97.0','212.93.97.255',3562889472,3562889727,'LV','LV','LMT'),(0,'194.134.0.0','194.134.0.255',3263561728,3263561983,'NL','NL','EuroNet(ISP)'),(0,'212.45.191.0','212.45.191.31',3559767808,3559767839,'NO','NO','Netcom'),(0,'130.244.196.90','130.244.196.92',2197079130,2197079132,'NO','NO','Tele2'),(0,'212.17.128.0','212.17.151.255',3557916672,3557922815,'NO','NO','Telenor'),(0,'166.179.37.130','166.179.37.130',2796758402,2796758402,'NZ','NZ','NZ Telco under WDSPCO?'),(0,'202.73.192.0','202.73.207.255',3393830912,3393835007,'NZ','NZ','Vodafone'),(0,'194.9.223.0','194.9.223.255',3255426816,3255427071,'PL','PL','Orange (PTK-Centertel)'),(0,'212.18.178.0','212.18.178.255',3557995008,3557995263,'PT','PT','Vodafone (Telecel)'),(0,'83.217.40.0','83.217.43.255',1406740480,1406741503,'RU','RU','Moscow Cellular'),(0,'217.8.224.0','217.8.239.255',3641237504,3641241599,'RU','RU','SCS'),(0,'217.118.84.0','217.118.87.255',3648410624,3648411647,'RU','RU','Vimpelcom (beeoffice)'),(0,'212.129.104.0','212.129.119.255',3565250560,3565254655,'RU','RU','Skylink'),(0,'130.244.0.0','130.244.255.255',2197028864,2197094399,'SE','SE','Swip (Tele2)'),(0,'192.71.148.0','192.71.148.255',3225916416,3225916671,'SE','SE','Telia'),(0,'217.174.67.0','217.174.67.255',3652076288,3652076543,'SE','SE','Telenor'),(0,'203.124.0.0','203.124.3.255',3413901312,3413902335,'SG','SG','SingTel'),(0,'213.151.208.128','213.151.208.255',3583496320,3583496447,'SK','SK','Orange (Globtel)'),(0,'203.170.228.0','203.170.228.255',3416974336,3416974591,'TH','TH','Loxinfo (telco?)'),(0,'82.206.233.0','82.206.233.255',1389291776,1389292031,'TG','TG','Togocel'),(0,'193.41.60.0','193.41.63.255',3240705024,3240706047,'UA','UA','Kyivstar'),(0,'193.108.252.0','193.108.255.255',3245145088,3245146111,'UG','UG','MTN-Uganda'),(0,'66.209.0.0','66.209.31.255',1120993280,1121001471,'US','US','Cingular'),(0,'68.24.0.0','68.31.255.255',1142423552,1142947839,'US','US','Sprint'),(0,'66.94.0.0','66.94.31.255',1113456640,1113464831,'US','US','T Mobile'),(0,'170.206.246.0','170.206.247.255',2865690112,2865690623,'US','US','Nextel'),(0,'166.128.0.0','166.255.255.255',2793406464,2801795071,'US','US','WDSPCO (ip leasing)'),(0,'200.40.246.0','200.40.246.63',3358127616,3358127679,'UY','UY','Ancel'),(0,'200.35.64.0','200.35.64.255',3357753344,3357753599,'VE','VE','Telcel'),(0,'196.11.240.228','196.11.245.33',3289116900,3289117985,'ZA','ZA','MTN'),(0,'196.31.58.5','196.31.58.5',3290380805,3290380805,'ZA','ZA','UUNET (telco?)'),(0,'196.207.32.253','196.207.45.254',3301908733,3301912062,'ZA','ZA','Vodacom'),(0,'80.232.117.0','80.232.117.255',1357411584,1357411839,'Opera','Op','Opera'),(1194709650,'196.11.239.0','196.11.246.255',3289116416,3289118463,'ZA','ZA','MTN'),(1194709650,'59.88.0.0','59.99.255.255',995622912,996409343,'IN','IN','BSNLNET'),(1194709650,'218.248.0.0','218.248.255.255',3673686016,3673751551,'IN','IN','BSNLNET'),(1194709650,'196.200.0.0','196.207.255.255',3301441536,3301965823,'ZA','ZA','Vodacom'),(1194709650,'203.145.131.0','203.145.131.255',3415311104,3415311359,'IN','IN','Bharti Cellular'),(1194709650,'203.145.188.128','203.145.188.135',3415325824,3415325831,'IN','IN','Bharti Cellular'),(1194709650,'58.104.0.0','58.111.255.255',979894272,980418559,'AU','AU','Optus'),(1194709650,'61.88.0.0','61.88.255.255',1029177344,1029242879,'AU','AU','Optus'),(1194709650,'220.236.0.0','220.239.255.255',3706454016,3706716159,'AU','AU','Optus'),(1194709650,'41.208.0.0','41.208.63.255',701497344,701513727,'ZA','ZA','MTN'),(1194709650,'196.3.94.0','196.3.94.255',3288555008,3288555263,'ZA','ZA','MTC'),(1194709650,'147.110.0.0','147.110.255.255',2473459712,2473525247,'ZA','ZA','Eskom'),(1194709650,'196.36.0.0','196.39.127.255',3290693632,3290923007,'ZA','ZA','IS'),(1194709650,'208.131.160.0','208.131.191.255',3498287104,3498295295,'JM','JM','Digicel'),(1194709650,'213.6.35.0','213.6.40.255',3573949184,3573950719,'PA','PA','PALTEL'),(1194709650,'80.7.112.0','80.7.127.255',1342664704,1342668799,'GB','GB','NTL'),(1194709650,'212.141.0.0','212.141.255.255',3566010368,3566075903,'IT','IT','WIND Telecom'),(1194709650,'202.56.4.0','202.56.7.255',3392668672,3392669695,'BD','BD','Grameenphone'),(1194709650,'60.240.0.0','60.241.255.255',1022361600,1022492671,'AU','AU','TPG'),(1194709650,'41.242.0.0','41.242.255.255',703725568,703791103,'ZA','ZA','TelKom'),(1194709650,'203.192.192.0','203.192.255.255',3418406912,3418423295,'IN','IN','In2cable'),(1194709650,'89.123.0.0','89.123.255.255',1501233152,1501298687,'RO','RO','Romtelecom'),(1194709650,'202.69.192.0','202.69.207.255',3393568768,3393572863,'LK','LK','MTN (Virgin Media)'),(1194709650,'203.145.137.160','203.145.137.191',3415312800,3415312831,'IN','IN','Idea Celular'),(1194709650,'202.78.232.0','202.78.239.255',3394168832,3394170879,'IN','IN','Alliance Braodband'),(1194709650,'202.75.128.0','202.75.159.255',3393945600,3393953791,'MY','MY','Maxis Communications'),(1194709650,'75.126.0.0','75.126.255.255',1266548736,1266614271,'US','US','SoftLayer'),(1194709650,'202.69.8.0','202.69.15.255',3393521664,3393523711,'PA','PA','Telenor'),(1194709650,'222.0.0.0','222.15.255.255',3724541952,3725590527,'JP','JP','KDDI'),(1194709650,'72.29.64.0','72.29.95.255',1209876480,1209884671,'US','US','Host Dime'),(1194709650,'217.113.74.0','217.113.74.255',3648080384,3648080639,'BE','BE','CelTel'),(1194709650,'164.100.0.0','164.100.255.255',2758017024,2758082559,'IN','IN','Nicnet'),(1194709650,'198.54.202.0','198.54.202.255',3325479424,3325479679,'ZA','ZA','Telkom'),(1194709650,'155.239.208.0','155.239.209.255',2616184832,2616185343,'ZA','ZA','Telkom'),(1194709650,'41.241.0.0','41.241.255.255',703660032,703725567,'ZA','ZA','TelKom'),(1194709650,'155.239.165.0','155.239.165.255',2616173824,2616174079,'ZA','ZA','TelKom'),(1194709650,'196.30.0.0','196.30.255.255',3290300416,3290365951,'ZA','ZA','Verzion'),(1194709650,'196.46.240.0','196.46.247.255',3291410432,3291412479,'NG','NG','Vee Mobile'),(1194709650,'72.27.0.0','72.27.223.255',1209729024,1209786367,'JM','JM','Digicel'),(1194709650,'70.0.0.0','70.14.255.255',1174405120,1175388159,'US','US','Sprint Wireless'),(1194709650,'86.128.0.0','86.135.255.255',1451229184,1451753471,'GB','GB','BT Braodband'),(1194709650,'217.42.0.0','217.44.255.255',3643408384,3643604991,'GB','GB','BT Braodband'),(1194709650,'82.132.192.0','82.132.193.255',1384431616,1384432127,'GB','GB','O2 Online'),(1194709650,'86.107.248.0','86.107.255.255',1449916416,1449918463,'RO','RO','Ambra'),(1194709650,'213.229.248.0','213.229.249.255',3588618240,3588618751,'SI','SI','Mobitel Gprs'),(1194709650,'213.229.196.0','213.229.197.255',3588604928,3588605439,'SI','SI','Mobitel Gprs'),(1194709650,'89.212.13.0','89.212.13.255',1507069184,1507069439,'SI','SI','T-2'),(1194709650,'84.23.96.0','84.23.103.255',1410818048,1410820095,'ZA','ZA','Etihadetisalat'),(1194709650,'58.27.128.0','58.27.255.255',974880768,974913535,'PA','PA','Wateen'),(1194709650,'59.160.0.0','59.165.255.255',1000341504,1000734719,'IN','IN','Videsh Sanchar Nigam'),(1194709650,'201.219.18.0','201.219.18.255',3386577408,3386577663,'ZA','ZA','Telecsa'),(1194709650,'203.135.0.0','203.135.63.255',3414622208,3414638591,'PK','PK','Paknet'),(1194709650,'213.6.0.0','213.6.34.255',3573940224,3573949183,'PA','PA','PalTel'),(1194709650,'203.177.91.0','203.177.91.255',3417398016,3417398271,'PH','PH','Globe'),(1194709650,'168.209.0.0','168.210.255.255',2832269312,2832400383,'ZA','ZA','NedNet2'),(1194709650,'212.31.96.0','212.31.96.255',3558825984,3558826239,'CY','CY','CytaMobile'),(1194709650,'203.88.0.0','203.88.31.255',3411542016,3411550207,'IN','IN','Max Telecom'),(1194709650,'124.43.0.0','124.43.255.255',2083192832,2083258367,'LK','LK','La Telecom'),(1194709650,'203.145.134.192','203.145.134.223',3415312064,3415312095,'IN','IN','Idea Celular'),(1194709650,'219.91.128.0','219.91.255.255',3680206848,3680239615,'IN','IN','Iqara Telecom'),(1194709650,'202.125.152.192','202.125.152.255',3397228736,3397228799,'PA','PA','PTML Gprs'),(1194709650,'220.233.0.0','220.233.255.255',3706257408,3706322943,'AU','AU','Exetel'),(1194709650,'220.101.0.0','220.101.191.255',3697606656,3697655807,'AU','AU','Unwired'),(1194709650,'203.193.192.0','203.193.223.255',3418472448,3418480639,'AU','AU','Community Telco'),(1194709650,'121.208.0.0','121.223.255.255',2043674624,2044723199,'AU','AU','Telstra Bigpond'),(1194709650,'143.238.0.0','143.238.255.255',2414739456,2414804991,'AU','AU','Telstra Bigpond'),(1194709650,'203.220.0.0','203.220.255.255',3420192768,3420258303,'AU','AU','COMindico'),(1194709650,'124.176.0.0','124.191.255.255',2091909120,2092957695,'AU','AU','Telstra Bigpond'),(1194709650,'202.168.0.0','202.168.63.255',3400007680,3400024063,'AU','AU','Comindico'),(1194709650,'122.148.0.0','122.149.255.255',2056519680,2056650751,'AU','AU','Dodo'),(1194709650,'86.148.0.0','86.159.255.255',1452539904,1453326335,'GB','GB','BT-Central Plus'),(1194709650,'205.239.0.0','205.239.255.255',3454992384,3455057919,'US','US','EDS'),(1194709650,'141.1.0.0','141.85.255.255',2365652992,2371223551,'RO','RO','PUB-NET'),(1194709650,'63.208.0.0','63.215.255.255',1070596096,1071120383,'US','US','Cricket Communications'),(1194709650,'203.115.0.0','203.115.63.255',3413311488,3413327871,'LK','LK','Telecom'),(1194709650,'116.0.0.0','116.255.255.255',1946157056,1962934271,'LK','LK','Lanka Communications'),(1194709650,'203.194.0.0','203.194.63.255',3418488832,3418505215,'AU','AU','COMindico'),(1194709650,'195.189.142.0','195.189.143.255',3283979776,3283980287,'NO','NO','Opera Software Norway'),(1194709650,'64.152.0.0','64.159.255.255',1083703296,1084227583,'US','US','Level 3 Communications'),(1194709650,'41.194.4.0','41.194.4.126',700580864,700580990,'ZA','ZA','Online-Malawi'),(1194709650,'211.28.0.0','211.31.255.255',3541827584,3542089727,'AU','AU','Optus'),(1194709650,'72.252.0.0','72.252.255.255',1224474624,1224540159,'JM','JM','Columbus Communication'),(1194709650,'217.171.128.0','217.171.143.255',3651895296,3651899391,'GB','GB','Hutchison 3G'),(1194709650,'202.45.96.0','202.45.127.255',3391971328,3391979519,'AU','AU','Netspace'),(1194716037,'82.113.122.0','82.113.123.255',1383168512,1383169023,'DE','DE','o2-Germany-IP-Backbone-MUN'),(1194716120,'163.121.128.0','163.121.255.255',2742648832,2742681599,'EG','TE','TE-DATA-Network'),(1194716154,'202.164.52.0','202.164.52.31',3399758848,3399758879,'IN','IN','BHAI-GURDASS-INSTITUTE'),(1194716201,'202.57.98.0','202.57.98.255',3392758272,3392758527,'PH','PH','INFOCOM-PH'),(1194716233,'82.148.96.0','82.148.96.127',1385455616,1385455743,'qa','QA','ISP-infrastructure'),(1194718014,'77.180.0.0','77.180.255.255',1303642112,1303707647,'DE','DE','ONEANDONE-DSL'),(1194716549,'202.152.64.0','202.152.95.255',3398975488,3398983679,'BN','BN','SIMPUR-AP'),(1194716678,'203.82.64.0','203.82.95.255',3411165184,3411173375,'MY','MY','CELCOMNET'),(1194716780,'212.17.144.0','212.17.159.255',3557920768,3557924863,'NO','NO','NO-MOBIL'),(1194716981,'213.149.112.0','213.149.112.255',3583340544,3583340799,'CS','CS','PROMONTE-GPRS'),(1194717036,'193.108.214.0','193.108.214.255',3245135360,3245135615,'UG','UG','MTN'),(1194717304,'212.200.65.0','212.200.65.255',3569893632,3569893887,'CS','CS','TELEKOM-NET'),(1194717409,'208.0.0.0','208.255.255.255',3489660928,3506438143,'AU','AU','ARIN-CIDR-BLOCK'),(1194717457,'217.113.64.0','217.113.79.255',3648077824,3648081919,'BE','BE','GWcomms'),(1194717472,'193.252.229.0','193.252.229.159',3254576384,3254576543,'DO','DO','FT-DOMINICANA'),(1194717548,'217.161.120.0','217.161.120.255',3651237888,3651238143,'SC','SC','CW-SEYCHELLES-NET'),(1194717643,'193.251.160.227','193.251.160.255',3254493411,3254493439,'GP','GP','FCM-NETWORK'),(1194718152,'10.0.0.0','10.255.255.255',167772160,184549375,'AU','AU','IANA-NETBLOCK-10'),(1194718249,'203.112.192.0','203.112.223.255',3413164032,3413172223,'BD','BD','BTTB'),(1194718410,'202.91.16.0','202.91.23.255',3394965504,3394967551,'TH','TH','DTACNET'),(1194718532,'194.154.224.0','194.154.224.255',3264929792,3264930047,'SK','SK','TMO-NAT'),(1194718728,'216.0.0.0','216.255.255.255',3623878656,3640655871,'AU','GT','ARIN-CIDR-BLOCK'),(1194718780,'194.176.32.0','194.176.32.255',3266322432,3266322687,'LT','LT','OMNITEL-NET-32'),(1194719310,'170.0.0.0','170.255.255.255',2852126720,2868903935,'EU #','US','EU-ZZ-170'),(1194719339,'203.200.0.0','203.200.255.255',3418882048,3418947583,'IN','IN','VSNL-IN'),(1194719804,'82.37.232.0','82.37.239.255',1378215936,1378217983,'GB','GB','BROADBANDAUDIT'),(1194719823,'210.212.163.0','210.212.163.63',3537150720,3537150783,'IN','IN','GPRSPune'),(1194720038,'213.161.153.0','213.161.153.255',3584137472,3584137727,'TR','TR','IS-TIM'),(1194720087,'195.222.56.0','195.222.56.127',3286120448,3286120575,'BA','BA','BHT-GPRS'),(1194721255,'217.175.160.0','217.175.165.255',3652165632,3652167167,'FR','FR','OUTREMER-TELECOM'),(1194721520,'193.253.141.0','193.253.141.255',3254619392,3254619647,'FR','FR','ORANGE-FR'),(1194721951,'212.200.244.0','212.200.247.255',3569939456,3569940479,'CS','RS','TELEKOM-NET'),(1194721962,'201.0.0.0','201.255.255.255',3372220416,3388997631,'AU','PY','LACNIC-CIDR-BLOCK'),(1194722591,'217.116.104.0','217.116.111.255',3648284672,3648286719,'PL','PL','PWLAN-GPRS'),(1194722975,'194.177.224.0','194.177.224.255',3266437120,3266437375,'GL','GL','TELENET-GL'),(1194723066,'213.140.59.0','213.140.59.255',3582737152,3582737407,'DZ','DZ','AlgerieTelecom-1'),(1194723392,'193.230.161.0','193.230.161.255',3253117184,3253117439,'ro','RO','MOBIFON'),(1194724170,'217.31.224.0','217.31.255.255',3642744832,3642753023,'TR','TR','TR-RTNET-20001030'),(1194724248,'82.114.160.0','82.114.160.255',1383243776,1383244031,'YE','YE','YEMEN-NET-GATEWAY'),(1194724483,'220.231.64.0','220.231.127.255',3706142720,3706159103,'VN','VN','VIETEL-VNNIC-VN'),(1194725742,'196.200.80.0','196.200.95.255',3301462016,3301466111,'EU #','ML','AFRINIC-NET-TRANSFERRED-20050223'),(1194725940,'213.132.224.0','213.132.255.255',3582255104,3582263295,'KW','KW','KW-GULFSAT-20020717'),(1194727367,'212.118.140.0','212.118.143.255',3564538880,3564539903,'SA','SA','SAUDINET-INFRASTRUCTURE'),(1194727639,'212.96.0.0','212.96.31.255',3563061248,3563069439,'EU #','GH','AFRINIC-NET-TRANSFERRED-20050223'),(1194728640,'217.71.50.0','217.71.50.255',3645321728,3645321983,'BA','BA','INET-ZV1-POOL'),(1194730189,'194.126.0.0','194.126.31.255',3263037440,3263045631,'LB','LB','LB-INCONET-951218'),(1194730284,'202.152.240.0','202.152.240.255',3399020544,3399020799,'ID','ID','XLGPRS-ID'),(1194730863,'200.0.0.0','200.255.255.255',3355443200,3372220415,'AU','MX','LACNIC-CIDR-BLOCK'),(1194730898,'190.0.0.0','190.255.255.255',3187671040,3204448255,'AU','GY','LACNIC-CIDR-BLOCK'),(1194731575,'202.3.208.0','202.3.223.255',3389247488,3389251583,'ID','ID','TELKOMSEL-ID'),(1194731840,'210.212.31.0','210.212.31.63',3537116928,3537116991,'IN','IN','GPRS-EAST-BSNL'),(1194732114,'217.123.0.0','217.123.63.255',3648716800,3648733183,'NL','NL','EKC-ATHOME-SNEEK'),(1194732310,'217.74.240.0','217.74.247.255',3645566976,3645569023,'RU','RU','KUBANGSM-NET'),(1194732670,'217.65.192.0','217.65.194.103',3644964864,3644965479,'YU','RS','MOBTEL-NET'),(1194735290,'85.98.46.0','85.98.47.255',1432497664,1432498175,'tr','TR','TurkTelekom'),(1194737579,'151.81.0.0','151.81.255.255',2538668032,2538733567,'IT','IT','IUNET-BNET81'),(1194738406,'212.23.97.0','212.23.97.127',3558301952,3558302079,'DE','DE','EP-SERVICE-NETZ'),(1194742639,'195.252.64.0','195.252.67.255',3288088576,3288089599,'rs','RS','NET3D-2'),(1194742826,'206.0.0.0','206.255.255.255',3456106496,3472883711,'AU','CA','ARIN-CIDR-BLOCK'),(1194744108,'212.91.96.0','212.91.123.255',3562758144,3562765311,'HR','HR','VIPNET'),(1194745198,'203.92.128.0','203.92.159.255',3411836928,3411845119,'MY','MY','DIGI-MY'),(1194745458,'80.82.187.0','80.82.187.255',1347599104,1347599359,'RU','RU','BaikalVestcom'),(1194746524,'202.1.196.0','202.1.207.255',3389113344,3389116415,'MV','MV','DNET-02'),(1194749707,'213.149.104.0','213.149.104.255',3583338496,3583338751,'YU','RS','MONETGSM'),(1194751217,'213.87.80.0','213.87.95.255',3579269120,3579273215,'RU','RU','MTSGPRS-2'),(1194751490,'207.0.0.0','207.255.255.255',3472883712,3489660927,'AU','US','ARIN-CIDR-BLOCK'),(1194753784,'205.0.0.0','205.255.255.255',3439329280,3456106495,'AU','US','ARIN-CIDR-BLOCK'),(1194757166,'217.118.80.0','217.118.83.255',3648409600,3648410623,'RU','RU','BEEWLAN1'),(1194757255,'217.114.160.0','217.114.175.255',3648167936,3648172031,'IE','IE','IE-INFLOW-20010125'),(1194760387,'203.162.12.216','203.162.12.223',3416394968,3416394975,'VN','VN','VMS-NET'),(1194761713,'124.6.192.0','124.6.223.255',2080817152,2080825343,'NZ','NZ','VODAFONE-NZ'),(1194762153,'212.39.96.32','212.39.96.63',3559350304,3559350335,'BA','BA','ERONET'),(1194762990,'212.152.64.0','212.152.95.255',3566747648,3566755839,'GR','GR','TELESTET-ISP'),(1194765329,'212.51.122.0','212.51.123.255',3560143360,3560143871,'HU','HU','WESTEL900'),(1194768093,'193.95.0.0','193.95.127.255',3244228608,3244261375,'EU #','TN','AFRINIC-NET-TRANSFERRED-20050223'),(1194768418,'202.160.32.0','202.160.47.255',3399491584,3399495679,'BN','BN','BRUNET-BN'),(1194770312,'212.0.128.0','212.0.159.255',3556802560,3556810751,'EU #','SD','AFRINIC-NET-TRANSFERRED-20050223'),(1194771454,'89.116.0.0','89.116.63.255',1500774400,1500790783,'LT','LT','LRTC-INFRASTRUCT-P2P'),(1194772889,'212.204.254.0','212.204.254.255',3570204160,3570204415,'NL','NL','NL-WIDEXS-NETBLOCK'),(1194773326,'213.185.126.0','213.185.126.255',3585703424,3585703679,'TZ','TZ','INTELSAT-CUST-SATCOM-TZ'),(1194776009,'213.161.40.0','213.161.43.255',3584108544,3584109567,'FI','FI','RLINJA'),(1194777161,'212.9.19.192','212.9.19.207',3557364672,3557364687,'GB','GB','JERSEY-TELECOM-INFRA'),(1194777490,'217.168.176.0','217.168.191.255',3651710976,3651715071,'AZ','AZ','AZ-AZERCELLTELECOM-20040722'),(1194779552,'194.65.126.0','194.65.126.255',3259072000,3259072255,'PT','PT','TLMPT'),(1194782831,'202.62.96.0','202.62.111.255',3393085440,3393089535,'LA','LA','ETL-LA'),(1194783816,'217.118.76.0','217.118.79.255',3648408576,3648409599,'RU','RU','BEEGPRSPE'),(1194784207,'212.224.160.0','212.224.223.255',3571490816,3571507199,'be','BE','BE-MOBISTAR-GPRS'),(1194784861,'87.109.0.0','87.109.63.255',1466761216,1466777599,'sa','SA','SaudiNet_Dialup_Pool#1'),(1194784991,'217.118.92.0','217.118.95.255',3648412672,3648413695,'RU','RU','BEEWLAN3'),(1194785593,'124.82.0.0','124.82.255.255',2085748736,2085814271,'MY','MY','TM-ADSL'),(1194786711,'212.252.192.0','212.252.255.255',3573334016,3573350399,'TR','TR','SOLNET-3-2-2'),(1194787550,'217.118.88.0','217.118.91.255',3648411648,3648412671,'RU','RU','BEEWLAN2'),(1194788758,'213.158.196.0','213.158.196.255',3583951872,3583952127,'PL','PL','ERANET005'),(1194789715,'195.112.246.0','195.112.246.255',3278960128,3278960383,'RU','RU','KRASNET-LRC'),(1194789919,'217.118.64.0','217.118.67.255',3648405504,3648406527,'RU','RU','BEEGPRS'),(1194790148,'212.154.129.0','212.154.129.255',3566895360,3566895615,'KZ','KZ','MTS'),(1194790324,'211.139.128.0','211.139.255.255',3549134848,3549167615,'cn','CN','CMNET-guangdong'),(1194790533,'213.158.192.0','213.158.195.255',3583950848,3583951871,'PL','PL','ERANET001'),(1194792215,'212.98.160.0','212.98.191.255',3563233280,3563241471,'BY','BY','BY-BN-990917'),(1194792968,'221.132.117.0','221.132.117.63',3716445440,3716445503,'PK','PK','PMCL'),(1194794466,'123.49.0.0','123.49.63.255',2066808832,2066825215,'BD','BD','BTTB'),(1194794790,'195.85.238.0','195.85.238.255',3277188608,3277188863,'RU','RU','TAIF-TELCOM-AREA'),(1194795173,'202.93.153.0','202.93.153.255',3395131648,3395131903,'KH','KH','APPLIFONE'),(1194798784,'212.35.66.0','212.35.66.255',3559080448,3559080703,'JO','JO','FIRSTNET-JO'),(1194802218,'219.92.0.0','219.93.255.255',3680239616,3680370687,'MY','MY','TMNET-MY-1'),(1194806632,'217.165.200.0','217.165.215.255',3651520512,3651524607,'AE','AE','GPRS-EMIRNET'),(1194808192,'195.46.107.0','195.46.107.255',3274599168,3274599423,'RU','RU','IRTEL'),(1194812368,'80.93.184.0','80.93.187.255',1348319232,1348320255,'RU','RU','RZT-OBLAST'),(1194814464,'194.170.0.0','194.170.3.255',3265921024,3265922047,'AE','AE','EMIRNET-EMIRNET'),(1194823125,'212.47.107.0','212.47.107.255',3559877376,3559877631,'LT','LT','OT-GPRS-2'),(1194823749,'80.41.0.0','80.41.255.255',1344864256,1344929791,'GB','GB','DSL-TISCALI-UK'),(1194824229,'212.92.139.192','212.92.139.255',3562834880,3562834943,'RU','RU','MTELESYS-NN3'),(1194825396,'194.84.5.128','194.84.5.255',3260286336,3260286463,'RU','RU','SMARTS-NET'),(1194833976,'212.58.176.0','212.58.191.255',3560615936,3560620031,'ua','UA','ASTELIT-NET'),(1194834127,'81.132.0.0','81.132.255.255',1367605248,1367670783,'GB','GB','BT-CENTRAL-PLUS'),(1194836345,'212.118.154.0','212.118.155.255',3564542464,3564542975,'SA','SA','STC-GPRS'),(1194838472,'80.243.64.0','80.243.65.255',1358118912,1358119423,'RU','RU','VNTC-NET'),(1194841459,'209.0.0.0','209.255.255.255',3506438144,3523215359,'AU','US','ARIN-CIDR-BLOCK'),(1194844087,'220.255.0.0','220.255.255.255',3707699200,3707764735,'SG','SG','SINGNET-SG'),(1194844993,'86.97.96.0','86.97.111.255',1449222144,1449226239,'AE','AE','ETISALATADSL-EMIRNET'),(1194845198,'203.143.0.0','203.143.63.255',3415146496,3415162879,'LK','LK','LANKACOMM-LK'),(1194850756,'80.12.212.0','80.12.213.63',1343017984,1343018303,'RE','RE','GPRS-Orange-Reunion'),(1194855699,'217.200.176.0','217.200.209.255',3653808128,3653816831,'IT','IT','TIM'),(1194856767,'194.176.50.0','194.176.50.255',3266327040,3266327295,'LT','LT','OMNITEL-GPRS-USERS-194-176-50'),(1194858512,'194.126.53.1','194.126.53.255',3263051009,3263051263,'kw','KW','Gulfsat-NMTC'),(1194861650,'86.127.25.0','86.127.25.255',1451170048,1451170303,'RO','RO','RO-RCS-RDS-CABLELINK'),(1194862841,'203.162.16.0','203.162.31.255',3416395776,3416399871,'VN','VN','VDC-NET'),(1194863601,'202.22.194.208','202.22.194.223',3390489296,3390489311,'BD','BD','BANGLALINKGPRS'),(1194864930,'88.28.0.0','88.31.255.255',1478230016,1478492159,'ES','ES','TME'),(1194867051,'219.234.80.0','219.234.95.255',3689566208,3689570303,'CN','CN','CENTEKNET'),(1194867987,'166.0.0.0','166.255.255.255',2785017856,2801795071,'EU #','US','EU-ZZ-166'),(1194869384,'193.225.152.0','193.225.155.255',3252787200,3252788223,'HU','HU','PANNON-NET'),(1194871248,'203.144.64.0','203.144.95.255',3415228416,3415236607,'KH','KH','CAMGSM-TELESURF'),(1194871401,'85.98.144.0','85.98.255.255',1432522752,1432551423,'tr','TR','TurkTelekom'),(1194876175,'87.74.24.0','87.74.25.255',1464473600,1464474111,'GB','GB','BULLDOG-CHT-DYN'),(1194877713,'212.120.166.224','212.120.166.255',3564676832,3564676863,'RU','RU','URALSVIAZINFORM-GPRS-NET'),(1194878238,'84.120.0.0','84.123.255.255',1417150464,1417412607,'ES','ES','ONO-SCOPES-PCs'),(1194878706,'212.141.188.224','212.141.188.239',3566058720,3566058735,'IT','IT','WIND'),(1194879255,'89.214.0.0','89.214.63.255',1507196928,1507213311,'PT','PT','PT-TMN-200611'),(1194879576,'86.60.0.0','86.60.15.255',1446772736,1446776831,'SA','SA','SA-FAISALIAH'),(1194880141,'212.23.126.0','212.23.126.31',3558309376,3558309407,'DE','DE','GPRS-NAT-POOL1'),(1194880501,'202.159.192.0','202.159.255.255',3399467008,3399483391,'IN','IN','MTNL-ISP'),(1194881560,'77.232.96.0','77.232.127.255',1307074560,1307082751,'SA','SA','SA-ICC-20061213'),(1194881754,'195.112.227.216','195.112.227.251',3278955480,3278955515,'RU','RU','KRASNET-LRC'),(1194883834,'195.47.255.0','195.47.255.255',3274702592,3274702847,'KZ','KZ','KCELL'),(1194884139,'212.88.139.128','212.88.139.255',3562572672,3562572799,'LU','LU','VOXMOBILE-NET1'),(1194886063,'62.241.128.0','62.241.159.255',1056014336,1056022527,'EU #','EG','AFRINIC-NET-TRANSFERRED-20050223'),(1194891557,'217.148.52.0','217.148.52.255',3650368512,3650368767,'RU','RU','YCC-WAN'),(1194893533,'217.11.190.0','217.11.190.255',3641425408,3641425663,'TJ','TJ','TJ-SHUHRAT-20070222'),(1194893737,'203.81.192.0','203.81.239.255',3411132416,3411144703,'PK','PK','WORLDCALL'),(1194895193,'196.201.64.0','196.201.95.255',3301523456,3301531647,'EU #','CI','AFRINIC-NET-TRANSFERRED-20050223'),(1194896685,'77.74.64.0','77.74.64.255',1296711680,1296711935,'KZ','KZ','KZ-KAR-TEL-IT'),(1194896822,'212.2.96.0','212.2.103.223',3556925440,3556927455,'PL','PL','PLUSNET'),(1194897767,'151.82.0.0','151.82.255.255',2538733568,2538799103,'IT','IT','IUNET-BNET82'),(1194898404,'195.239.153.0','195.239.153.255',3287259392,3287259647,'RU','RU','BMT-net'),(1194898465,'222.124.198.128','222.124.198.191',3732719232,3732719295,'ID','ID','TLKM_D2_AST_CUSTOMER'),(1194899009,'82.178.124.0','82.178.125.255',1387428864,1387429375,'OM','OM','OMAN-GPRS-2004'),(1194903009,'86.99.216.0','86.99.223.255',1449383936,1449385983,'AE','AE','ETISALATADSL-EMIRNET'),(1194905730,'149.254.200.0','149.254.200.255',2516502528,2516502783,'GB','GB','TMUK-GI-MISC'),(1194907088,'212.169.66.0','212.169.66.15',3567862272,3567862287,'NO','NO','NO-NETCOM-MMS-WAPGW'),(1194910997,'196.203.0.0','196.203.255.255',3301638144,3301703679,'EU #','TN','AFRINIC-NET-TRANSFERRED-20050223'),(1194914396,'149.254.192.0','149.254.192.255',2516500480,2516500735,'GB','GB','TMUK-UKSA-OFFICELINK-PPTP'),(1194917676,'82.135.48.0','82.135.55.255',1384591360,1384593407,'de','DE','MMG'),(1194960312,'217.164.230.0','217.164.255.255',3651462656,3651469311,'AE','AE','ETISALATADSL-EMIRNET'),(1194972493,'87.94.46.0','87.94.46.255',1465789952,1465790207,'FI','FI','DNA-NETWORKS-1'),(1194973282,'217.168.0.0','217.168.5.63',3651665920,3651667263,'ES','ES','XFERA-NET'),(1194974585,'202.152.192.0','202.152.207.255',3399008256,3399012351,'ID','ID','RATELINDONET-ID'),(1194981161,'82.114.178.0','82.114.179.255',1383248384,1383248895,'YE','YE','YT-YEMEN-NET-TAIZ-POP6'),(1194983095,'213.178.224.0','213.178.255.255',3585269760,3585277951,'SY','SY','SY-SCS-NET-20030303'),(1194983436,'83.225.0.0','83.225.255.255',1407254528,1407320063,'IT','IT','VODAFONE-IT'),(1194987397,'213.52.216.192','213.52.216.197',3577010368,3577010373,'GB','GB','GL-Glue-Novarra'),(1194991465,'213.143.44.0','213.143.63.255',3582929920,3582935039,'ES','ES','AMENANET'),(1194997261,'193.239.128.0','193.239.129.255',3253698560,3253699071,'UA','UA','UA-URS'),(1194998167,'168.187.0.0','168.187.255.255',2830827520,2830893055,'KW','KW','KEMS-KW'),(1195002669,'194.176.111.0','194.176.111.255',3266342656,3266342911,'KG','KG','BITEL-RIPE-NET'),(1195004934,'202.122.144.0','202.122.159.255',3397029888,3397033983,'MY','MY','MAXISNET'),(1195010544,'195.91.64.52','195.91.64.55',3277537332,3277537335,'SK','SK','GPRS'),(1195013027,'210.245.0.0','210.245.127.255',3539271680,3539304447,'VN','VN','FPT-VNNIC-VN'),(1195016281,'202.0.0.0','203.255.255.255',3388997632,3422552063,'AU','MU','APNIC-AP'),(1195016363,'148.0.0.0','148.255.255.255',2483027968,2499805183,'EU #','MX','EU-ZZ-148'),(1195018815,'131.0.0.0','131.255.255.255',2197815296,2214592511,'EU #','US','EU-ZZ-131'),(1195019518,'91.135.210.0','91.135.210.255',1535627776,1535628031,'RU','RU','RECOM'),(1195019574,'62.217.208.0','62.217.215.255',1054461952,1054463999,'RO','RO','ORANGE-ROMANIA-NET-1'),(1195038851,'80.243.77.0','80.243.79.255',1358122240,1358123007,'RU','RU','VNTC-GPRS'),(1195040544,'211.137.48.0','211.137.79.255',3548983296,3548991487,'cn','CN','CMNET-hubei'),(1195040875,'89.205.160.0','89.205.191.255',1506648064,1506656255,'NL','NL','TMONL-NET'),(1195041383,'196.201.32.0','196.201.63.255',3301515264,3301523455,'EU #','GH','AFRINIC-NET-TRANSFERRED-20050223'),(1195042006,'83.188.96.0','83.188.127.255',1404854272,1404862463,'RU','SE','RU-TELE2-GPRS2'),(1195042049,'203.113.138.64','203.113.138.127',3413215808,3413215871,'vn','VN','VIETELMOBILE-NET'),(1195042076,'81.129.0.0','81.129.255.255',1367408640,1367474175,'GB','GB','BT-CENTRAL-PLUS'),(1195043266,'202.59.174.0','202.59.174.255',3392908800,3392909055,'ID','ID','HutchisonCPT'),(1195044865,'202.1.192.0','202.1.192.255',3389112320,3389112575,'MV','MV','DHIVEHINET-CORE-NETWORK'),(1195045588,'77.114.0.0','77.115.255.255',1299316736,1299447807,'PL','PL','PLUSNET'),(1195047052,'203.128.248.0','203.128.251.255',3414226944,3414227967,'ID','ID','PT-MOBILE-8-Telecom-Tbk'),(1195047559,'213.154.64.0','213.154.95.255',3583655936,3583664127,'EU #','SN','AFRINIC-NET-TRANSFERRED-20050223'),(1195047858,'202.63.224.0','202.63.239.255',3393183744,3393187839,'SG','SG','SINGTELSAT'),(1195051037,'81.56.190.0','81.56.255.255',1362673152,1362690047,'FR','FR','FR-PROXAD-ADSL'),(1195057765,'213.193.32.0','213.193.63.255',3586203648,3586211839,'EU #','BW','AFRINIC-NET-TRANSFERRED-20050223'),(1195059196,'213.253.117.72','213.253.117.79',3590157640,3590157647,'SI','SI','SOFTNETLTD'),(1195061934,'80.95.229.0','80.95.232.255',1348461824,1348462847,'SI','SI','SIMOBIL-NET'),(1195065149,'91.94.0.0','91.94.127.255',1532887040,1532919807,'PL','PL','PL-IDEA-MOBILE-NET-1'),(1195075117,'62.150.136.0','62.150.136.255',1050052608,1050052863,'KW','KW','GPRS-NET'),(1195078132,'213.136.96.0','213.136.127.255',3582484480,3582492671,'EU #','CI','AFRINIC-NET-TRANSFERRED-20050223'),(1195079430,'213.163.96.0','213.163.127.255',3584253952,3584262143,'CS','RS','YU-PTKOSOVO-20021015'),(1195085242,'124.124.0.0','124.125.255.255',2088501248,2088632319,'IN','IN','RCOM'),(1195093940,'193.120.116.0','193.120.116.255',3245896704,3245896959,'IE','IE','LEAF-IRELAND'),(1195096944,'212.44.0.0','212.44.63.255',3559653376,3559669759,'GB','GB','UK-DIALNET-980223'),(1195107281,'90.137.0.0','90.137.63.255',1518927872,1518944255,'RU','SE','RU-TELE2-GPRS'),(1195113002,'202.172.192.0','202.172.255.255',3400318976,3400335359,'SG','SG','ONE-NET-ISP'),(1195114928,'193.239.182.0','193.239.183.255',3253712384,3253712895,'MD','MD','VoxtelSA'),(1195115472,'62.44.168.0','62.44.175.255',1043113984,1043116031,'DK','DK','TeliaMobile'),(1195115777,'213.10.0.0','213.10.127.255',3574202368,3574235135,'NL','NL','NL-PMG-ADSL'),(1195116795,'213.165.47.0','213.165.62.255',3584372480,3584376575,'SA','SA','ZAJOUL'),(1195129099,'121.54.0.0','121.54.127.255',2033582080,2033614847,'PH','PH','SMARTBRO-PH'),(1195133112,'217.66.144.0','217.66.147.255',3645018112,3645019135,'RU','RU','SPBMTS'),(1195133824,'213.230.128.0','213.230.159.255',3588653056,3588661247,'IT','IT','IT-TIM-20000516'),(1195139504,'165.21.0.0','165.21.255.255',2769616896,2769682431,'SG','SG','SINGNET'),(1195148934,'213.211.64.0','213.211.127.255',3587391488,3587407871,'KZ','KZ','KZ-NURSAT-20001220'),(1195152376,'62.1.251.0','62.1.251.255',1040317184,1040317439,'GR','GR','FORTHNET-NOC-ATH'),(1195152741,'217.113.78.0','217.113.79.255',3648081408,3648081919,'MW','MW','celtelplus-mw'),(1195154065,'81.30.218.0','81.30.221.255',1360976384,1360977407,'RU','RU','UBN'),(1195167501,'213.185.121.0','213.185.121.255',3585702144,3585702399,'LR','LR','INTELSAT-CUST-ATLANTICWIRELESS-LR'),(1195174245,'218.212.0.0','218.212.255.255',3671326720,3671392255,'SG','SG','SGCABLEVISION-SG'),(1195180698,'212.154.128.0','212.154.128.255',3566895104,3566895359,'KZ','KZ','KOBACKBONE'),(1195181104,'91.191.64.0','91.191.95.255',1539260416,1539268607,'SK','SK','TO2SK-NET-1'),(1195193787,'83.188.32.0','83.188.63.255',1404837888,1404846079,'RU','SE','RU-TELE2-GPRS'),(1195195129,'213.229.200.0','213.229.200.255',3588605952,3588606207,'SI','SI','MOBITEL-GPRS'),(1195213251,'84.196.0.0','84.196.255.255',1422131200,1422196735,'BE','BE','TELENET'),(1195214254,'121.240.0.0','121.247.255.255',2045771776,2046296063,'IN','IN','VSNL-IN'),(1195214591,'82.162.0.0','82.162.255.255',1386348544,1386414079,'RU','RU','RU-PRIMORYE-20030716'),(1195216259,'194.48.124.0','194.48.139.255',3257957376,3257961471,'AT','AT','MOBILKOM-AT'),(1195221028,'217.171.129.0','217.171.129.255',3651895552,3651895807,'gb','GB','H3GUK-Internal-Public'),(1195224188,'213.177.170.128','213.177.170.159',3585190528,3585190559,'DZ','DZ','OTA-IT-NET'),(1195225443,'217.171.181.0','217.171.181.127',3651908864,3651908991,'IQ','IQ','KURDISTANNET'),(1195240338,'220.224.0.0','220.227.255.255',3705667584,3705929727,'IN','IN','RCOM'),(1195272826,'116.14.0.0','116.15.255.255',1947074560,1947205631,'SG','SG','SINGNET-SG'),(1195278956,'88.158.152.0','88.158.159.255',1486788608,1486790655,'RO','RO','RO-ASCONET'),(1195299077,'195.22.108.0','195.22.111.255',3273026560,3273027583,'RU','RU','BCELL-NET'),(1195310295,'82.0.0.0','82.31.255.255',1375731712,1377828863,'GB','GB','UK-NTLI-20030228'),(1195313101,'217.113.65.0','217.113.68.127',3648078080,3648078975,'CG','CG','CELTELPLUS-CG'),(1195318442,'60.48.0.0','60.54.255.255',1009778688,1010237439,'MY','MY','XDSLSTREAMYX'),(1195322199,'213.87.72.0','213.87.75.95',3579267072,3579267935,'ru','RU','MTSNET-URAL'),(1195322835,'83.138.189.128','83.138.189.135',1401601408,1401601415,'GB','GB','RSPC-UK-Yospace-Technologies-Ltd'),(1195338612,'193.41.208.0','193.41.209.255',3240742912,3240743423,'IL','IL','GO-NEXT'),(1195360832,'77.208.0.0','77.211.255.255',1305477120,1305739263,'ES','ES','ES-AIRTEL-20070130'),(1195362931,'202.164.128.0','202.164.159.255',3399778304,3399786495,'IN','IN','ASIANET'),(1195368016,'62.135.192.0','62.135.207.255',1049083904,1049087999,'DK','DK','TDCMOBIL2'),(1195374422,'77.67.128.0','77.67.255.255',1296269312,1296302079,'TR','TR','TR-TURKCELL-20070205'),(1195375941,'62.231.192.0','62.231.255.255',1055375360,1055391743,'OM','OM','OM-GTO-OMAN-20030306'),(1195414660,'213.102.14.0','213.102.15.255',3580235264,3580235775,'LT','LT','LT-TELE2'),(1195418038,'89.164.128.0','89.164.191.255',1503952896,1503969279,'HR','HR','ISKON-ADSL-02'),(1195419930,'78.86.0.0','78.86.255.255',1314258944,1314324479,'GB','GB','UK-AVATARBROADBAND-20070427'),(1195428265,'213.244.64.0','213.244.127.255',3589554176,3589570559,'PS','PS','PS-PALTEL-20010418'),(1195435088,'165.0.0.0','165.255.255.255',2768240640,2785017855,'EU #','SG','EU-ZZ-165'),(1195466323,'84.51.224.0','84.51.255.255',1412685824,1412694015,'IE','IE','IE-HOST365-20051107'),(1195477308,'62.234.224.0','62.234.239.255',1055580160,1055584255,'NL','NL','ORANGE-GPRS'),(1195485430,'82.200.27.0','82.200.27.255',1388845824,1388846079,'RU','RU','ZSTTK-NET-LL-NVKZ'),(1195493494,'84.47.184.0','84.47.185.255',1412413440,1412413951,'RU','RU','NSV-IV2'),(1195496258,'122.161.0.0','122.161.127.255',2057371648,2057404415,'IN','IN','ABTS-DSL-8972-del'),(1195497224,'203.162.21.160','203.162.21.213',3416397216,3416397269,'vn','VN','GPC-NET'),(1195511179,'86.97.248.0','86.97.254.255',1449261056,1449262847,'AE','AE','ETISALATADSL-EMIRNET'),(1195511219,'196.202.232.0','196.202.239.255',3301632000,3301634047,'EU #','CM','AFRINIC-NET-TRANSFERRED-20050223'),(1195517806,'121.1.0.0','121.1.63.255',2030108672,2030125055,'PH','PH','SMARTBRO-PH'),(1195526371,'77.112.0.0','77.113.255.255',1299185664,1299316735,'PL','PL','PLUSNET'),(1195528650,'62.17.0.0','62.17.255.255',1041301504,1041367039,'IE','IE','IE-UUNET-20000321'),(1195531234,'86.98.192.0','86.98.223.255',1449312256,1449320447,'AE','AE','GPRS-EMIRNET'),(1195549614,'62.150.129.0','62.150.129.255',1050050816,1050051071,'KW','KW','Qnet'),(1195566868,'82.18.64.0','82.18.79.255',1376927744,1376931839,'GB','GB','NTL'),(1195572042,'203.146.63.0','203.146.63.255',3415359232,3415359487,'TH','TH','advancedservice-th'),(1195573082,'194.165.146.56','194.165.146.63',3265630776,3265630783,'JO','JO','NG'),(1195575916,'89.249.144.0','89.249.147.255',1509527552,1509528575,'RU','RU','STEKGSM'),(1195577491,'85.132.36.0','85.132.37.255',1434723328,1434723839,'AZ','AZ','AZINTEX'),(1195581113,'89.137.219.0','89.137.219.255',1502206720,1502206975,'RO','RO','ASTRAL'),(1195589394,'194.204.2.0','194.204.2.255',3268149760,3268150015,'EE','EE','UNINET-2'),(1195592021,'84.224.192.0','84.224.255.255',1424015360,1424031743,'HU','HU','PANNON-GPRS1'),(1195650220,'203.149.0.0','203.149.63.255',3415539712,3415556095,'TH','TH','SAMART-TH'),(1195655971,'83.178.240.0','83.178.247.255',1404235776,1404237823,'SE','SE','SE-SWIPNET-GPRS12'),(1195667577,'193.62.224.0','193.62.255.255',3242123264,3242131455,'GB','GB','GCAL'),(1195667953,'212.150.188.224','212.150.188.255',3566648544,3566648575,'IL','IL','CELLCOM-1'),(1195691067,'85.120.83.0','85.120.83.255',1433948928,1433949183,'ro','RO','COSMOTE'),(1195715418,'91.132.240.0','91.132.247.255',1535438848,1535440895,'GR','GR','ON-TELECOMS-NET'),(1195716226,'83.136.56.0','83.136.63.255',1401436160,1401438207,'BH','BH','BH-MTC-20040127'),(1195720017,'194.154.64.0','194.154.95.255',3264888832,3264897023,'RU','RU','RU-SOVINTEL-951201'),(1195731799,'193.201.228.0','193.201.231.255',3251233792,3251234815,'RU','RU','SONICDUO'),(1195732108,'125.5.123.96','125.5.123.111',2097511264,2097511279,'PH','PH','DATAPAXMVAS-PH'),(1195774459,'86.108.160.0','86.108.191.255',1449959424,1449967615,'TR','TR','TCELL-GPRS-2'),(1195787581,'195.238.68.0','195.238.69.255',3287172096,3287172607,'DE','DE','WAP3-NETWORK-IPSPACE'),(1195818093,'217.174.44.0','217.174.44.255',3652070400,3652070655,'TR','TR','ISTIM'),(1195821278,'62.217.245.0','62.217.245.255',1054471424,1054471679,'RO','RO','ORANGE-ROMANIA-NET-1'),(1195822585,'213.156.52.112','213.156.52.127',3583784048,3583784063,'IT','IT','FASTWEB-RESIDENTIAL-12'),(1195831171,'78.93.0.0','78.93.255.255',1314717696,1314783231,'SA','SA','SA-FAISALIAH-20070719'),(1195833796,'83.217.254.0','83.217.255.127',1406795264,1406795647,'AM','AM','VIVACELL-NET1'),(1195834900,'86.99.144.0','86.99.159.255',1449365504,1449369599,'AE','AE','ETISALATADSL-EMIRNET'),(1195852922,'213.208.160.0','213.208.160.255',3587219456,3587219711,'RU','RU','NSV-IV2'),(1195859419,'83.188.182.0','83.188.183.255',1404876288,1404876799,'SE','SE','SE-SWIPNET-NET6'),(1195897555,'213.227.141.0','213.227.141.255',3588459776,3588460031,'NL','NL','ISD-HOLLAND-Hosting-Servers-Heerenveen'),(1195900319,'212.0.192.0','212.0.192.255',3556818944,3556819199,'MD','MD','MD-MOLDTELECOM-980804'),(1195906268,'80.64.87.0','80.64.87.7',1346393856,1346393863,'RU','RU','RU-NTK-LIBHER-NET'),(1195910630,'195.229.240.0','195.229.255.255',3286626304,3286630399,'AE','AE','EMIRNET-EMIRNET');
/*!40000 ALTER TABLE `mobile_carrier` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `network`
--

DROP TABLE IF EXISTS `network`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `network` (
  `id` int(100) NOT NULL auto_increment,
  `subone` text NOT NULL,
  `subtwo` text NOT NULL,
  `isp` text NOT NULL,
  `country` text NOT NULL,
  `flag` text NOT NULL,
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=204 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `network`
--

LOCK TABLES `network` WRITE;
/*!40000 ALTER TABLE `network` DISABLE KEYS */;
INSERT INTO `network` (`id`, `subone`, `subtwo`, `isp`, `country`, `flag`) VALUES (1,'85.195.119.14','85.195.119.15','Anonymouse.org','Germany','gm.png'),(2,'66.249.64.0','66.249.95.255','Google Inc','US','us.png'),(3,'72.14.192.0','72.14.255.255','Google Inc','US','us.png'),(4,'216.239.32.0','216.239.63.255','Google Inc','US','us.png'),(5,'209.85.128.0','209.85.255.255','Google Inc','US','us.png'),(6,'193.189.90.0','193.189.91.255','Musiwave','UK','uk.png'),(7,'80.232.117.0','80.232.117.255','Opera Software','Norway','no.png'),(8,'195.189.142.0','195.189.143.255','Opera Software','Norway','no.png'),(9,'203.220.0.0','203.220.255.255','Comindico','Australia','au.png'),(10,'202.168.0.0','202.168.63.255','Comindico','Australia','au.png'),(11,'203.194.0.0','203.194.63.255','Comindico','Australia','au.png'),(12,'203.193.192.0','203.193.223.255','Community Telco','Australia','au.png'),(13,'122.148.0.0','122.149.255.255','Dodo','Australia','au.png'),(14,'220.233.0.0','220.233.255.255','Exetel','Australia','au.png'),(15,'203.217.0.0','203.217.31.255','iiNet Limited','Australia','au.png'),(16,'202.45.96.0','202.45.127.255','Netspace','Australia','au.png'),(17,'58.104.0.0','58.111.255.255','Optus','Australia','au.png'),(18,'61.88.0.0','61.88.255.255',' Optus','Australia','au.png'),(19,'58.145.128.0','58.145.159.255','Optus','Australia','au.png'),(20,'211.28.0.0','211.31.255.255','Optus','Australia','au.png'),(21,'220.236.0.0','220.239.255.255','Optus','Australia','au.png'),(22,'58.160.0.0','58.175.255.255','Telstra Bigpond','Australia','au.png'),(23,'121.208.0.0','121.223.255.255','Telstra Bigpond','Australia','au.png'),(24,'143.238.0.0','143.238.255.255','Telstra Bigpond','Australia','au.png'),(25,'124.176.0.0','124.191.255.255','Telstra Bigpond','Australia','au.png'),(26,'192.148.116.0','192.148.165.255','Telstra Internet','Australia','au.png'),(27,'60.240.0.0','60.241.255.255','TPG','Australia','au.png'),(28,'220.101.0.0','220.101.191.255','Unwired','Australia','au.png'),(29,'203.20.32.0','203.20.39.255','Vodafone','Australia','au.png'),(30,'58.145.184.0','58.145.191.255','Dhaka Gsm','Bangladesh','ba.png'),(31,'202.56.4.0','202.56.7.255','Grameenphone','Bangladesh','ba.png'),(32,'217.113.74.0','217.113.74.255','Celtel','Belgium','be.png'),(33,'202.160.32.0','202.160.47.255','Jabatan Telekom','Brunei','br.png'),(34,'202.152.64.0','202.152.95.255','Simpur','Brunei','br.png'),(35,'216.9.240.0','216.9.255.255','Research In Motion','Canada','ca.png'),(36,'41.221.128.0','41.221.135.255','Net@net Dsl','Egypt','eg.png'),(37,'193.253.141.0','193.253.141.255','Orange','France','fr.png'),(38,'84.136.0.0','84.191.255.255','Deutsche Telekom AG','Germany','gr.png'),(39,'212.23.96.0','212.23.127.255','E-Plus Mobilfunk GmbH','Germany','gr.png'),(40,'216.230.128.0','216.230.159.255','Telgua','Guatemala','gt.png'),(41,'190.80.0.0','190.80.18.0','Guyana Telephone','Guyana','gu.png'),(42,'122.162.0.0','122.163.255.255','Airtel Broadband Delhi','India','in.png'),(43,'202.78.232.0','202.78.239.255','Alliance Braodband','India','in.png'),(44,'117.96.0.0','117.99.255.255','Airtel Mobile Office','India','in.png'),(45,'203.145.131.0','203.145.131.255','Airtel Live!/NOP','India','in.png'),(46,'203.145.128.0','203.145.128.15','Airtel North','India','in.png'),(47,'203.145.188.128','203.145.188.135','Airtel East','India','in.png'),(48,'202.56.231.112','202.56.231.127','Airtel','India','in.png'),(49,'203.145.159.32','203.145.159.47','Bharti Cellular','India','in.png'),(50,'125.16.0.0','125.23.255.255','Airtel Live!/NOP','India','in.png'),(51,'59.88.0.0','59.99.255.255','BSNL Net','India','in.png'),(52,'218.248.0.0','218.248.255.255','BSNL Net','India','in.png'),(53,'210.212.31.0','210.212.31.63','East-BSNL','India','in.png'),(54,'203.145.137.160','203.145.137.191','Idea Celular','India','in.png'),(55,'203.145.134.192','203.145.134.223','Idea Celular','India','in.png'),(56,'203.192.192.0','203.192.255.255','In2cable','India','in.png'),(57,'219.91.128.0','219.91.255.255','Iqara Telecom','India','in.png'),(58,'203.88.0.0','203.88.31.255','Vodafone Essar','India','in.png'),(59,'164.100.0.0','164.100.255.255','Nicnet VSNL Boarder AP','India','in.png'),(60,'203.196.192.0','203.196.255.255','Tatanova','India','in.png'),(61,'59.160.0.0','59.165.255.255','Videsh Sanchar Nigam Limited','India','in.png'),(62,'219.64.0.0','219.65.255.255','Tata-VSNL','India','in.png'),(63,'202.152.240.0','202.152.240.255','Jakarta Xlgprs','Indonesia','id.png'),(64,'222.124.34.128','222.124.34.135','Telkom Net','Indonesia','id.png'),(65,'125.164.0.0','125.164.255.255','Telkom Net','Indonesia','id.png'),(66,'212.150.0.0','212.150.255.255','barak','Israel','il.png'),(67,'81.199.0.0','81.199.255.255','Ipplanet','Israel','il.png'),(68,'192.118.8.0','192.118.11.255','Partner Communications','Israel','il.png'),(69,'213.26.0.0','213.26.255.255','Telecomitalia','Italy','it.png'),(70,'212.141.0.0','212.141.255.255','Wind Telecom','Italy','it.png'),(71,'83.225.0.0','83.225.255.255','Vodafone','Italy','it.png'),(72,'83.224.84.0','83.224.255.255','Vodafone','Italy','it.png'),(73,'83.224.0.0','83.224.83.255','Vodafone','Italy','it.png'),(74,'72.252.0.0','72.252.255.255','Columbus Communication','Jamaica','jm.png'),(75,'66.54.112.0','66.54.127.255','Digicel','Jamaica','ja.png'),(76,'208.131.160.0','208.131.191.255','Digicel','Jamaica','jm.png'),(77,'72.27.0.0','72.27.223.255','Digicel','Jamaica','jm.png'),(78,'78.0.0.0','78.255.255.255','Riga Telekom','Latvia','la.png'),(79,'213.226.128.0','213.226.131.255','Bite Gsm & Internet','Lithuania','li.png'),(80,'203.82.64.0','203.82.95.255','Celcomnet','Malaysia','my.png'),(81,'196.192.80.0','196.192.83.255','Emtel Limited','Mauritius','ma.png'),(82,'218.208.128.0','218.208.255.255','Adsl Sreamyx Tmnet','Malaysia','my.png'),(83,'203.92.128.0','203.92.159.255','Digi Telecommunications','Malaysia','my.png'),(84,'202.190.0.0','202.190.255.255','Jaring Communications','Malaysia','my.png'),(85,'192.228.128.0','192.228.255.255','Jaring Communications','Malaysia','my.png'),(86,'202.75.128.0','202.75.159.255','Maxis Communications','Maylaysia','my.png'),(87,'60.48.0.0','60.54.255.255','Telekom','Malaysia','my.png'),(88,'219.92.0.0','219.93.255.255','Tmnet Telekom','Malaysia','my.png'),(89,'58.26.6.0','58.26.6.255','Vitaldelta-Tmnet','Malaysia','my.png'),(90,'193.220.24.0','193.220.25.255','Maputo','Mozambique','mo.png'),(91,'121.90.0.0','121.90.255.255','Vodafone','New Zeland','nz.png'),(92,'196.46.240.0','196.46.247.255','Vee Mobile','Nigeria','ng.png'),(93,'202.163.64.0','202.163.95.255','Cyber Net','Pakistan','pa.png'),(94,'61.5.128.0','61.5.159.255','Cyber Net','Pakistan','pa.png'),(95,'221.132.117.0','221.132.117.63','Mobilink','Pakistan','pa.png'),(96,'213.6.35.0 ','213.6.40.255','Paltel','Palestine','pl.png'),(97,'213.6.0.0','213.6.34.255','Paltel','Palestine','jo.png'),(98,'121.1.0.0','121.1.63.255','Smart Broadband','Philippines','ph.png'),(99,'89.211.0.0','89.211.255.255','Qatar Telecom','Qatar','qu.png'),(100,'86.107.248.0','86.107.255.255','Ambra','Romania','ro.png'),(101,'77.0.0.0','77.255.255.255','Bucharest Rosite Net Srl','Romania','ro.png'),(102,'62.217.247.0','62.217.247.255','Orange','Romania','ro.png'),(103,'141.1.0.0','141.85.255.255','Pub-Nnet','Romania','ro.png'),(104,'217.118.84.0','217.118.87.255','Jsc VimpelCom','Russia','ru.png'),(105,'212.118.140.0','212.118.143.255','SaudiNet Dialup','Saudi Arabia','sa.png'),(106,'87.238.209.0','87.238.210.255','Its-Net','Serbia','sr.png'),(107,'196.208.0.0','196.211.255.255','Internet Solutions','South Africa','za.png'),(108,'196.34.0.0','196.35.255.255','Internet Solutions','South Africa','za.png'),(109,'203.117.71.0','203.117.71.255','StarHub WAP Applications','Singapore','si.png'),(110,'147.110.0.0','147.110.255.255','Eskom','South Africa','za.png'),(111,'84.23.96.0','84.23.103.255','Etihadetisalat','South Africa','za.png'),(112,'196.36.0.0','196.39.127.255','IS','South Africa','za.png'),(113,'196.3.94.0','196.3.94.255','MTC','South Africa','za.png'),(114,'196.11.239.0','196.11.246.255','MTN','South Africa','za.png'),(115,'41.208.0.0','41.208.63.255','MTN','South Africa','za.png'),(116,'168.209.0.0','168.210.255.255','NedNet2','South Africa','za.png'),(117,'41.194.4.0','41.194.4.126','Online-Malawi','South Africa','za.png'),(118,'201.219.18.0','201.219.18.255','Telecsa','South Africa','za.png'),(119,'41.242.0.0','41.242.255.255','Telkom','South Africa','za.png'),(120,'198.54.202.0','198.54.202.255','Telkom','South Africa','za.png'),(121,'155.239.208.0','155.239.209.255','Telkom','South Africa','za.png'),(122,'41.241.0.0','41.241.255.255','Telkom','South Africa','za.png'),(123,'155.239.165.0','155.239.165.255','Telkom','South Africa','za.png'),(124,'196.30.0.0','196.30.255.255','Verzion','South Africa','za.png'),(125,'196.200.0.0','196.207.255.255','Vodacom','South Africa','za.png'),(126,'202.69.192.0','202.69.207.255','Virgin Media','Sri Lanka','ce.png'),(127,'203.115.0.0','203.115.63.255','Telecom','Sri Lanka','ce.png'),(128,'124.43.0.0','124.43.255.255','La Telecom','Sri Lanka','ce.png'),(129,'116.0.0.0','116.255.255.255','Lanka Communications','Sri Lanka','ce.png'),(130,'209.94.192.0','209.94.223.255','San Fernando Tstt','Trinidad & Tobago','tr.png'),(131,'213.150.160.0','213.150.191.255','Afrinic Net','Tunisia','tu.png'),(132,'193.95.0.0','193.95.127.255','Afrinic Net','Tunisia','tu.png'),(133,'41.223.84.0','41.223.87.255','Celtel','Uganda','ug.png'),(134,'90.208.0.0','90.209.255.255','BskyB Broadband','United Kingdom','uk.png'),(135,'90.192.0.0','90.199.255.255','BskyB Broadband','United Kingdom','uk.png'),(136,'86.128.0.0','86.135.255.255','BT Broadband','United Kingdom','uk.png'),(137,'217.42.0.0','217.44.255.255','BT Broadband','United Kingdom','uk.png'),(138,'86.136.0.0','86.141.255.255','BT Central Plus','United Kingdom','uk.png'),(139,'86.148.0.0','86.159.255.255','BT Central Plus','United Kingdom','uk.png'),(140,'81.154.0.0','81.157.255.255','BT Central Plus','United Kingdom','uk.png'),(141,'86.142.0.0','86.144.255.255','BT Central Plus','United Kingdom','uk.png'),(142,'81.152.0.0','81.152.250.255','BT Central Plus','United Kingdom','uk.png'),(143,'194.72.238.0','194.72.238.255','BT Net','United Kingdom','uk.png'),(144,'82.108.65.96','82.108.65.127','Conventry University','United Kingdom','uk.png'),(145,'217.171.128.0','217.171.143.255','Hutchison 3G','United Kingdom','uk.png'),(146,'212.9.19.192','212.9.19.207','Jersey Telecom Infra','United Kingdom','uk.png'),(147,'213.52.216.192','213.52.216.197','London Novarra','United Kingdom','uk.png'),(148,'86.12.224.0','86.12.255.255','Ntl','United Kingdom','uk.png'),(149,'82.0.0.0','82.31.255.255','Ntl','United Kingdom','uk.png'),(150,'80.7.112.0','80.7.127.255','Ntl','United Kingdom','uk.png'),(151,'193.113.200.0','193.113.200.255','o2','United Kingdom','uk.png'),(152,'82.132.192.0','82.132.193.255','o2','United Kingdom','uk.png'),(153,'193.35.128.0','193.35.143.255','Orange','United Kingdom','uk.png'),(154,'85.90.235.0','85.90.235.63','Telecity redbus Novarra','United Kingdom','uk.png'),(155,'80.192.13.0','80.192.13.255','Telewest','United Kingdom','uk.png'),(156,'82.37.232.0','82.37.239.255','Telewest','United Kingdom','uk.png'),(157,'149.254.0.0','149.254.255.255','T-Mobile','United Kingdom','uk.png'),(158,'212.183.128.0','212.183.144.255','Vodaphone','United Kingdom','uk.png'),(159,'205.142.16.0','205.142.19.255','Alltel','United States','us.png'),(160,'64.12.0.0','64.12.255.255','Aol','United States','us.png'),(161,'69.224.0.0','69.239.255.255','AT&T Internet','United States','us.png'),(162,'209.103.192.0','209.103.223.255','Athenet Data Exchange','United States','us.png'),(163,'209.183.32.0','209.183.63.255','Cingular Wireless II','United States','us.png'),(164,'98.192.0.0','98.227.255.255','Comcast Cable Communications','United States','us.png'),(165,'64.246.160.0','64.246.191.255','Compass Communications','United States','us.png'),(166,'63.208.0.0','63.215.255.255','Cricket Communications','United States','us.png'),(167,'205.239.0.0','205.239.255.255','Eds','United States','us.png'),(168,'76.0.0.0','76.7.255.255','Embarq Global','United States','us.png'),(169,'216.68.0.0','216.68.255.255','Fuse Internet','United States','us.png'),(170,'69.65.0.0','69.65.63.255','Gigenet','United States','us.png'),(171,'64.208.0.0','64.209.127.255','Global Crossing','United States','us.png'),(172,'72.29.64.0','72.29.95.255','Host Dime','United States','us.png'),(173,'64.152.0.0','64.159.255.255','Level 3 Communications','United States','us.png'),(174,'65.88.0.0','65.91.255.255','Level 3 Communications','United States','us.png'),(175,'65.192.0.0','65.223.255.255','Mci Communications','United States','us.png'),(176,'66.232.96.0','66.232.127.255','Noc4hosts Inc','United States','us.png'),(177,'67.80.0.0','67.87.255.255','Optimum Online','United States','us.png'),(178,'75.126.0.0','75.126.255.255','SoftLayer','United States','us.png'),(179,'67.228.0.0','67.228.255.255','SoftLayer','United States','us.png'),(180,'68.24.0.0','68.31.255.255','Sprint','United States','us.png'),(181,'70.0.0.0','70.14.255.255','Sprint Wireless','United States','us.png'),(182,'66.94.0.0','66.94.31.255','T Mobile','United States','us.png'),(183,'200.40.246.0','200.40.246.26','Ancel','Uruguay','ur.png'),(184,'81.199.96.0','81.199.103.255','Copper Net','Zambia','zm.png'),(185,'74.4.0.0','74.7.255.255','Yahoo! Inc','USA','us.png'),(186,'124.7.0.0','124.7.255.255','Sify','India','in.png'),(187,'59.176.0.0','59.183.255.255','MTNL Delhi','India','in.png'),(188,'121.240.0.0','121.247.255.255','VSNL DSL','India','in.png'),(189,'194.145.200.0','194.145.201.255','COMPUKOS-AS (Compukos) Convolution','Germany','gm.png'),(190,'117.192.0.0','117.255.255.255','BSNL Broadband(National Internet Backbone)','India','in.png'),(191,'59.184.0.0','59.185.255.255','MTNL Mumbai','India','in.png'),(192,'221.128.128.0','221.128.255.255','Exatt Technologies Private Ltd.','India','in.png'),(193,'202.63.160.0','202.63.191.255','Exatt Technologies Private Ltd.','India','in.png'),(194,'61.0.0.0','61.3.255.255','BSNL (National Internet Backbone)','India','in.png'),(195,'202.138.96.0','202.138.127.255','Reliance Infocom Ltd.','India','in.png'),(196,'125.63.64.0','125.63.127.255','Spectranet Broadband','India','in.png'),(197,'202.164.32.0','202.164.63.255','ECL Telecommunication Ltd.','India','in.png'),(198,'122.248.32.0','122.248.47.255','Drishtee Online(SterlingStudents.net)','Bangladesh','bd.png'),(199,'221.134.0.0','221.135.255.255','Sify','India','in.png'),(200,'220.224.0.0','220.227.255.255','Reliance Infocom','India','in.png'),(201,'64.128.0.0','64.129.255.255','Time Warner Telecom','USA','us.png'),(202,'69.147.0.0','69.147.127.255','Yahoo! Inc.','USA','us.png'),(203,'91.203.96.0','91.203.99.255','Opera Software','Norway','no.png');
/*!40000 ALTER TABLE `network` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;

/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;

-- Dump completed on 2010-08-14 13:04:00