Help 4 Crapside Script

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Help 4 Crapside Script

    good script...I have install it...but not can register...any1 can help me 4 fix this problem???please...
    if like my post click:

    http://coding-talk.com/images/totall...ost_thanks.gif

    #2
    it is wapside now lol??? this was the SQL i used for this..
    Code:
    -- phpMyAdmin SQL Dump
    -- version 2.11.0
    -- [url]http://www.phpmyadmin.net[/url]
    --
    -- Host: localhost
    -- Generation Time: Feb 24, 2008 at 14:18 PM
    -- Server version: 5.0.45
    -- PHP Version: 5.2.3
    
    SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
    
    --
    -- Database: `a3307824_1`
    --
    
    -- --------------------------------------------------------
    
    --
    -- Table structure for table `ws_buddies`
    --
    
    CREATE TABLE `ws_buddies` (
      `id` int(255) NOT NULL auto_increment,
      `uid` text NOT NULL,
      `bid` text NOT NULL,
      `grp` int(255) NOT NULL,
      `accepted` int(11) NOT NULL default '0',
      PRIMARY KEY  (`id`)
    ) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=39;
    
    --
    -- Dumping data for table `ws_buddies`
    --
    
    
    -- --------------------------------------------------------
    
    --
    -- Table structure for table `ws_budgroups`
    --
    
    CREATE TABLE `ws_budgroups` (
      `id` int(255) NOT NULL auto_increment,
      `name` text NOT NULL,
      `uid` int(255) NOT NULL,
      `img` text NOT NULL,
      PRIMARY KEY  (`id`)
    ) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=37;
    
    --
    -- Dumping data for table `ws_budgroups`
    --
    
    INSERT INTO `ws_budgroups` VALUES(2, 'best friends', 0, '1');
    INSERT INTO `ws_budgroups` VALUES(3, 'good friends', 0, '2');
    INSERT INTO `ws_budgroups` VALUES(4, 'friends', 0, '1');
    INSERT INTO `ws_budgroups` VALUES(5, 'acquaintances', 0, '4');
    INSERT INTO `ws_budgroups` VALUES(6, 'havent met ', 0, '5');
    INSERT INTO `ws_budgroups` VALUES(7, 'best friends', 107, '1');
    INSERT INTO `ws_budgroups` VALUES(8, 'good friends', 107, '2');
    INSERT INTO `ws_budgroups` VALUES(9, 'friends', 107, '1');
    INSERT INTO `ws_budgroups` VALUES(10, 'acquaintances', 107, '4');
    INSERT INTO `ws_budgroups` VALUES(11, 'havent met ', 107, '5');
    INSERT INTO `ws_budgroups` VALUES(14, 'Gr8 FrIends', 108, '2');
    INSERT INTO `ws_budgroups` VALUES(15, 'friends', 108, '1');
    INSERT INTO `ws_budgroups` VALUES(16, 'acquaintances', 108, '4');
    INSERT INTO `ws_budgroups` VALUES(17, 'havent met ', 108, '5');
    INSERT INTO `ws_budgroups` VALUES(21, '****s', 108, '3');
    INSERT INTO `ws_budgroups` VALUES(22, 'test', 108, '1');
    INSERT INTO `ws_budgroups` VALUES(23, 'best friends', 109, '1');
    INSERT INTO `ws_budgroups` VALUES(24, 'good friends', 109, '2');
    INSERT INTO `ws_budgroups` VALUES(25, 'friends', 109, '1');
    INSERT INTO `ws_budgroups` VALUES(26, 'acquaintances', 109, '4');
    INSERT INTO `ws_budgroups` VALUES(27, 'havent met ', 109, '5');
    INSERT INTO `ws_budgroups` VALUES(28, 'wap2k', 108, '1');
    INSERT INTO `ws_budgroups` VALUES(29, 'wap2k', 108, '1');
    INSERT INTO `ws_budgroups` VALUES(30, 'wap2k', 108, '1');
    INSERT INTO `ws_budgroups` VALUES(31, 'best friends', 110, '1');
    INSERT INTO `ws_budgroups` VALUES(32, 'good friends', 110, '2');
    INSERT INTO `ws_budgroups` VALUES(33, 'friends', 110, '1');
    INSERT INTO `ws_budgroups` VALUES(34, 'acquaintances', 110, '4');
    INSERT INTO `ws_budgroups` VALUES(35, 'havent met ', 110, '5');
    
    -- --------------------------------------------------------
    
    --
    -- Table structure for table `ws_clubdata`
    --
    
    CREATE TABLE `ws_clubdata` (
      `id` int(255) NOT NULL auto_increment,
      `uid` text NOT NULL,
      `cid` text NOT NULL,
      `fid` text NOT NULL,
      `desci` text NOT NULL,
      `title` text NOT NULL,
      `ucid` text NOT NULL,
      `logo` text NOT NULL,
      `rules` text NOT NULL,
      `createdtime` text NOT NULL,
      `language` text NOT NULL,
      `private` text NOT NULL,
      PRIMARY KEY  (`id`)
    ) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=26;
    
    --
    -- Dumping data for table `ws_clubdata`
    --
    
    INSERT INTO `ws_clubdata` VALUES(24, '1', '252ba551', '252ba551', 'test', 'test', '1', 'haha', 'lol', '1188315302', 'english', '0');
    
    -- --------------------------------------------------------
    
    --
    -- Table structure for table `ws_clubmembers`
    --
    
    CREATE TABLE `ws_clubmembers` (
      `id` int(255) NOT NULL auto_increment,
      `uid` text NOT NULL,
      `cid` text NOT NULL,
      `cadmin` text NOT NULL,
      PRIMARY KEY  (`id`)
    ) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=81;
    
    --
    -- Dumping data for table `ws_clubmembers`
    --
    
    INSERT INTO `ws_clubmembers` VALUES(76, '79', '21', '1');
    INSERT INTO `ws_clubmembers` VALUES(79, '1', '24', '1');
    
    -- --------------------------------------------------------
    
    --
    -- Table structure for table `ws_clubs`
    --
    
    CREATE TABLE `ws_clubs` (
      `id` int(255) NOT NULL auto_increment,
      `name` text NOT NULL,
      `type` text NOT NULL,
      `cid` text NOT NULL,
      PRIMARY KEY  (`id`)
    ) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=6;
    
    --
    -- Dumping data for table `ws_clubs`
    --
    
    
    -- --------------------------------------------------------
    
    --
    -- Table structure for table `ws_crooms`
    --
    
    CREATE TABLE `ws_crooms` (
      `id` int(255) NOT NULL auto_increment,
      `name` text NOT NULL,
      PRIMARY KEY  (`id`)
    ) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=8;
    
    --
    -- Dumping data for table `ws_crooms`
    --
    
    INSERT INTO `ws_crooms` VALUES(4, 'General');
    INSERT INTO `ws_crooms` VALUES(5, 'testing room');
    INSERT INTO `ws_crooms` VALUES(7, '$$(name)');
    
    -- --------------------------------------------------------
    
    --
    -- Table structure for table `ws_ctext`
    --
    
    CREATE TABLE `ws_ctext` (
      `id` int(255) NOT NULL auto_increment,
      `uid` text NOT NULL,
      `message` text NOT NULL,
      `privid` text NOT NULL,
      `time` text NOT NULL,
      `cid` text NOT NULL,
      PRIMARY KEY  (`id`)
    ) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=36;
    
    --
    -- Dumping data for table `ws_ctext`
    --
    
    INSERT INTO `ws_ctext` VALUES(26, '50', 'test', '', '1176329541', '2');
    INSERT INTO `ws_ctext` VALUES(27, '50', 'tst', '', '11:06:22', '1');
    INSERT INTO `ws_ctext` VALUES(28, '50', 'yo', '', '11:06:41', '2');
    INSERT INTO `ws_ctext` VALUES(29, '79', 'Test..!', '', '15:09:29', '4');
    INSERT INTO `ws_ctext` VALUES(31, '100', 'test <wml> card id="test1"></p></card>"', '', '00:06:48', '4');
    INSERT INTO `ws_ctext` VALUES(32, '100', 'insert into $$ws_users WHERE', '', '00:07:39', '4');
    INSERT INTO `ws_ctext` VALUES(33, '101', 'tst', '', '01:51:49', '4');
    INSERT INTO `ws_ctext` VALUES(34, '81', 'heya', '', '10:13:02', '4');
    
    -- --------------------------------------------------------
    
    --
    -- Table structure for table `ws_filecats`
    --
    
    CREATE TABLE `ws_filecats` (
      `id` int(255) NOT NULL auto_increment,
      `name` text NOT NULL,
      PRIMARY KEY  (`id`)
    ) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=5;
    
    --
    -- Dumping data for table `ws_filecats`
    --
    
    
    -- --------------------------------------------------------
    
    --
    -- Table structure for table `ws_files`
    --
    
    CREATE TABLE `ws_files` (
      `id` int(255) NOT NULL auto_increment,
      `filename` text NOT NULL,
      `fileurl` text NOT NULL,
      `filepass` text NOT NULL,
      `uid` text NOT NULL,
      `time` text NOT NULL,
      `cat` text NOT NULL,
      PRIMARY KEY  (`id`)
    ) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=20;
    
    --
    -- Dumping data for table `ws_files`
    --
    
    
    -- --------------------------------------------------------
    
    --
    -- Table structure for table `ws_flags`
    --
    
    CREATE TABLE `ws_flags` (
      `flag_id` int(255) NOT NULL auto_increment,
      `flag_name` text,
      `flag_image` text,
      PRIMARY KEY  (`flag_id`)
    ) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=261;
    
    --
    -- Dumping data for table `ws_flags`
    --
    
    INSERT INTO `ws_flags` VALUES(1, 'Afghanistan', 'af.gif');
    INSERT INTO `ws_flags` VALUES(2, 'Akrotiri', 'ax.gif');
    INSERT INTO `ws_flags` VALUES(3, 'Albania', 'al.gif');
    INSERT INTO `ws_flags` VALUES(4, 'Algeria', 'ag.gif');
    INSERT INTO `ws_flags` VALUES(5, 'American Samoa', 'aq.gif');
    INSERT INTO `ws_flags` VALUES(6, 'Andorra', 'an.gif');
    INSERT INTO `ws_flags` VALUES(7, 'Angola', 'ao.gif');
    INSERT INTO `ws_flags` VALUES(8, 'Anguilla', 'av.gif');
    INSERT INTO `ws_flags` VALUES(9, 'Antigua and Barbuda', 'ac.gif');
    INSERT INTO `ws_flags` VALUES(10, 'Argentina', 'ar.gif');
    INSERT INTO `ws_flags` VALUES(11, 'Armenia', 'am.gif');
    INSERT INTO `ws_flags` VALUES(12, 'Aruba', 'aa.gif');
    INSERT INTO `ws_flags` VALUES(13, 'Ashmore and Cartier Islands', 'at.gif');
    INSERT INTO `ws_flags` VALUES(14, 'Australia', 'as.gif');
    INSERT INTO `ws_flags` VALUES(15, 'Austria', 'au.gif');
    INSERT INTO `ws_flags` VALUES(16, 'Azerbaijan', 'aj.gif');
    INSERT INTO `ws_flags` VALUES(17, 'Bahamas, The', 'bf.gif');
    INSERT INTO `ws_flags` VALUES(18, 'Bahrain', 'ba.gif');
    INSERT INTO `ws_flags` VALUES(19, 'Baker Island', 'fq.gif');
    INSERT INTO `ws_flags` VALUES(20, 'Bangladesh', 'bg.gif');
    INSERT INTO `ws_flags` VALUES(21, 'Barbados', 'bb.gif');
    INSERT INTO `ws_flags` VALUES(22, 'Bassas da India', 'bs.gif');
    INSERT INTO `ws_flags` VALUES(23, 'Belarus', 'bo.gif');
    INSERT INTO `ws_flags` VALUES(24, 'Belgium', 'be.gif');
    INSERT INTO `ws_flags` VALUES(25, 'Belize', 'bh.gif');
    INSERT INTO `ws_flags` VALUES(26, 'Benin', 'bn.gif');
    INSERT INTO `ws_flags` VALUES(27, 'Bermuda', 'bd.gif');
    INSERT INTO `ws_flags` VALUES(28, 'Bhutan', 'bt.gif');
    INSERT INTO `ws_flags` VALUES(29, 'Bolivia', 'bl.gif');
    INSERT INTO `ws_flags` VALUES(30, 'Bosnia and Herzegovina', 'bk.gif');
    INSERT INTO `ws_flags` VALUES(31, 'Botswana', 'bc.gif');
    INSERT INTO `ws_flags` VALUES(32, 'Bouvet Island', 'bv.gif');
    INSERT INTO `ws_flags` VALUES(33, 'Brazil', 'br.gif');
    INSERT INTO `ws_flags` VALUES(34, 'British Indian Ocean Territory', 'io.gif');
    INSERT INTO `ws_flags` VALUES(35, 'British Virgin Islands', 'vi.gif');
    INSERT INTO `ws_flags` VALUES(36, 'Brunei', 'bx.gif');
    INSERT INTO `ws_flags` VALUES(37, 'Bulgaria', 'bu.gif');
    INSERT INTO `ws_flags` VALUES(38, 'Burkina Faso', 'uv.gif');
    INSERT INTO `ws_flags` VALUES(39, 'Burma', 'bm.gif');
    INSERT INTO `ws_flags` VALUES(40, 'Burundi', 'by.gif');
    INSERT INTO `ws_flags` VALUES(41, 'Cambodia', 'cb.gif');
    INSERT INTO `ws_flags` VALUES(42, 'Cameroon', 'cm.gif');
    INSERT INTO `ws_flags` VALUES(43, 'Canada', 'ca.gif');
    INSERT INTO `ws_flags` VALUES(44, 'Cape Verde', 'cv.gif');
    INSERT INTO `ws_flags` VALUES(45, 'Cayman Islands', 'cj.gif');
    INSERT INTO `ws_flags` VALUES(46, 'Central African Republic', 'ct.gif');
    INSERT INTO `ws_flags` VALUES(47, 'Chad', 'cd.gif');
    INSERT INTO `ws_flags` VALUES(48, 'Chile', 'ci.gif');
    INSERT INTO `ws_flags` VALUES(49, 'China', 'ch.gif');
    INSERT INTO `ws_flags` VALUES(50, 'Christmas Island', 'kt.gif');
    INSERT INTO `ws_flags` VALUES(51, 'Clipperton Island', 'ip.gif');
    INSERT INTO `ws_flags` VALUES(52, 'Cocos (Keeling) Islands', 'ck.gif');
    INSERT INTO `ws_flags` VALUES(53, 'Colombia', 'co.gif');
    INSERT INTO `ws_flags` VALUES(54, 'Comoros', 'cn.gif');
    INSERT INTO `ws_flags` VALUES(55, 'Congo, Democratic Republic of the', 'cg.gif');
    INSERT INTO `ws_flags` VALUES(56, 'Congo, Republic of the', 'cf.gif');
    INSERT INTO `ws_flags` VALUES(57, 'Cook Islands', 'cw.gif');
    INSERT INTO `ws_flags` VALUES(58, 'Coral Sea Islands', 'cr.gif');
    INSERT INTO `ws_flags` VALUES(59, 'Costa Rica', 'cs.gif');
    INSERT INTO `ws_flags` VALUES(60, 'Cote d''Ivoire', 'iv.gif');
    INSERT INTO `ws_flags` VALUES(61, 'Croatia', 'hr.gif');
    INSERT INTO `ws_flags` VALUES(62, 'Cuba', 'cu.gif');
    INSERT INTO `ws_flags` VALUES(63, 'Cyprus', 'cy.gif');
    INSERT INTO `ws_flags` VALUES(64, 'Czech Republic', 'ez.gif');
    INSERT INTO `ws_flags` VALUES(65, 'Denmark', 'da.gif');
    INSERT INTO `ws_flags` VALUES(66, 'Dhekelia', 'dx.gif');
    INSERT INTO `ws_flags` VALUES(67, 'Djibouti', 'dj.gif');
    INSERT INTO `ws_flags` VALUES(68, 'Dominica', 'do.gif');
    INSERT INTO `ws_flags` VALUES(69, 'Dominican Republic', 'dr.gif');
    INSERT INTO `ws_flags` VALUES(70, 'East Timor', 'tt.gif');
    INSERT INTO `ws_flags` VALUES(71, 'Ecuador', 'ec.gif');
    INSERT INTO `ws_flags` VALUES(72, 'Egypt', 'eg.gif');
    INSERT INTO `ws_flags` VALUES(73, 'El Salvador', 'es.gif');
    INSERT INTO `ws_flags` VALUES(74, 'Equatorial Guinea', 'ek.gif');
    INSERT INTO `ws_flags` VALUES(75, 'Eritrea', 'er.gif');
    INSERT INTO `ws_flags` VALUES(76, 'Estonia', 'en.gif');
    INSERT INTO `ws_flags` VALUES(77, 'Ethiopia', 'et.gif');
    INSERT INTO `ws_flags` VALUES(78, 'Europa Island', 'eu.gif');
    INSERT INTO `ws_flags` VALUES(79, 'Falkland Islands (Islas Malvinas)', 'fk.gif');
    INSERT INTO `ws_flags` VALUES(80, 'Faroe Islands', 'fo.gif');
    INSERT INTO `ws_flags` VALUES(81, 'Fiji', 'fj.gif');
    INSERT INTO `ws_flags` VALUES(82, 'Finland', 'fi.gif');
    INSERT INTO `ws_flags` VALUES(83, 'France', 'fr.gif');
    INSERT INTO `ws_flags` VALUES(84, 'French Guiana', 'fg.gif');
    INSERT INTO `ws_flags` VALUES(85, 'French Polynesia', 'fp.gif');
    INSERT INTO `ws_flags` VALUES(86, 'French Southern and Antarctic Lands', 'fs.gif');
    INSERT INTO `ws_flags` VALUES(87, 'Gabon', 'gb.gif');
    INSERT INTO `ws_flags` VALUES(88, 'Gambia, The', 'ga.gif');
    INSERT INTO `ws_flags` VALUES(89, 'Georgia', 'gg.gif');
    INSERT INTO `ws_flags` VALUES(90, 'Germany', 'gm.gif');
    INSERT INTO `ws_flags` VALUES(91, 'Ghana', 'gh.gif');
    INSERT INTO `ws_flags` VALUES(92, 'Gibraltar', 'gi.gif');
    INSERT INTO `ws_flags` VALUES(93, 'Glorioso Islands', 'go.gif');
    INSERT INTO `ws_flags` VALUES(94, 'Greece', 'gr.gif');
    INSERT INTO `ws_flags` VALUES(95, 'Greenland', 'gl.gif');
    INSERT INTO `ws_flags` VALUES(96, 'Grenada', 'gj.gif');
    INSERT INTO `ws_flags` VALUES(97, 'Guadeloupe', 'gp.gif');
    INSERT INTO `ws_flags` VALUES(98, 'Guam', 'gq.gif');
    INSERT INTO `ws_flags` VALUES(99, 'Guatemala', 'gt.gif');
    INSERT INTO `ws_flags` VALUES(100, 'Guernsey', 'gk.gif');
    INSERT INTO `ws_flags` VALUES(101, 'Guinea', 'gv.gif');
    INSERT INTO `ws_flags` VALUES(102, 'Guinea-Bissau', 'pu.gif');
    INSERT INTO `ws_flags` VALUES(103, 'Guyana', 'gy.gif');
    INSERT INTO `ws_flags` VALUES(104, 'Haiti', 'ha.gif');
    INSERT INTO `ws_flags` VALUES(105, 'Heard Island and McDonald Islands', 'hm.gif');
    INSERT INTO `ws_flags` VALUES(106, 'Holy See (Vatican City)', 'vt.gif');
    INSERT INTO `ws_flags` VALUES(107, 'Honduras', 'ho.gif');
    INSERT INTO `ws_flags` VALUES(108, 'Hong Kong', 'hk.gif');
    INSERT INTO `ws_flags` VALUES(109, 'Howland Island', 'hq.gif');
    INSERT INTO `ws_flags` VALUES(110, 'Hungary', 'hu.gif');
    INSERT INTO `ws_flags` VALUES(111, 'Iceland', 'ic.gif');
    INSERT INTO `ws_flags` VALUES(112, 'India', 'in.gif');
    INSERT INTO `ws_flags` VALUES(113, 'Indonesia', 'id.gif');
    INSERT INTO `ws_flags` VALUES(114, 'Iran', 'ir.gif');
    INSERT INTO `ws_flags` VALUES(115, 'Iraq', 'iz.gif');
    INSERT INTO `ws_flags` VALUES(116, 'Ireland', 'ei.gif');
    INSERT INTO `ws_flags` VALUES(117, 'Isle of Man', 'im.gif');
    INSERT INTO `ws_flags` VALUES(118, 'Israel', 'is.gif');
    INSERT INTO `ws_flags` VALUES(119, 'Italy', 'it.gif');
    INSERT INTO `ws_flags` VALUES(120, 'Jamaica', 'jm.gif');
    INSERT INTO `ws_flags` VALUES(121, 'Jan Mayen', 'jn.gif');
    INSERT INTO `ws_flags` VALUES(122, 'Japan', 'ja.gif');
    INSERT INTO `ws_flags` VALUES(123, 'Jarvis Island', 'dq.gif');
    INSERT INTO `ws_flags` VALUES(124, 'Jersey', 'je.gif');
    INSERT INTO `ws_flags` VALUES(125, 'Johnston Atoll', 'jq.gif');
    INSERT INTO `ws_flags` VALUES(126, 'Jordan', 'jo.gif');
    INSERT INTO `ws_flags` VALUES(127, 'Juan de Nova Island', 'ju.gif');
    INSERT INTO `ws_flags` VALUES(128, 'Kazakhstan', 'kz.gif');
    INSERT INTO `ws_flags` VALUES(129, 'Kenya', 'ke.gif');
    INSERT INTO `ws_flags` VALUES(130, 'Kingman Reef', 'kq.gif');
    INSERT INTO `ws_flags` VALUES(131, 'Kiribati', 'kr.gif');
    INSERT INTO `ws_flags` VALUES(132, 'Korea, North', 'kn.gif');
    INSERT INTO `ws_flags` VALUES(133, 'Korea, South', 'ks.gif');
    INSERT INTO `ws_flags` VALUES(134, 'Kuwait', 'ku.gif');
    INSERT INTO `ws_flags` VALUES(135, 'Kyrgyzstan', 'kg.gif');
    INSERT INTO `ws_flags` VALUES(136, 'Laos', 'la.gif');
    INSERT INTO `ws_flags` VALUES(137, 'Latvia', 'lg.gif');
    INSERT INTO `ws_flags` VALUES(138, 'Lebanon', 'le.gif');
    INSERT INTO `ws_flags` VALUES(139, 'Lesotho', 'lt.gif');
    INSERT INTO `ws_flags` VALUES(140, 'Liberia', 'li.gif');
    INSERT INTO `ws_flags` VALUES(141, 'Libya', 'ly.gif');
    INSERT INTO `ws_flags` VALUES(142, 'Liechtenstein', 'ls.gif');
    INSERT INTO `ws_flags` VALUES(143, 'Lithuania', 'lh.gif');
    INSERT INTO `ws_flags` VALUES(144, 'Luxembourg', 'lu.gif');
    INSERT INTO `ws_flags` VALUES(145, 'Macau', 'mc.gif');
    INSERT INTO `ws_flags` VALUES(146, 'Macedonia', 'mk.gif');
    INSERT INTO `ws_flags` VALUES(147, 'Madagascar', 'ma.gif');
    INSERT INTO `ws_flags` VALUES(148, 'Malawi', 'mi.gif');
    INSERT INTO `ws_flags` VALUES(149, 'Malaysia', 'my.gif');
    INSERT INTO `ws_flags` VALUES(150, 'Maldives', 'mv.gif');
    INSERT INTO `ws_flags` VALUES(151, 'Mali', 'ml.gif');
    INSERT INTO `ws_flags` VALUES(152, 'Malta', 'mt.gif');
    INSERT INTO `ws_flags` VALUES(153, 'Marshall Islands', 'rm.gif');
    INSERT INTO `ws_flags` VALUES(154, 'Martinique', 'mb.gif');
    INSERT INTO `ws_flags` VALUES(155, 'Mauritania', 'mr.gif');
    INSERT INTO `ws_flags` VALUES(156, 'Mauritius', 'mp.gif');
    INSERT INTO `ws_flags` VALUES(157, 'Mayotte', 'mf.gif');
    INSERT INTO `ws_flags` VALUES(158, 'Mexico', 'mx.gif');
    INSERT INTO `ws_flags` VALUES(159, 'Micronesia, Federated States of', 'fm.gif');
    INSERT INTO `ws_flags` VALUES(160, 'Midway Islands', 'mq.gif');
    INSERT INTO `ws_flags` VALUES(161, 'Moldova', 'md.gif');
    INSERT INTO `ws_flags` VALUES(162, 'Monaco', 'mn.gif');
    INSERT INTO `ws_flags` VALUES(163, 'Mongolia', 'mg.gif');
    INSERT INTO `ws_flags` VALUES(164, 'Montserrat', 'mh.gif');
    INSERT INTO `ws_flags` VALUES(165, 'Morocco', 'mo.gif');
    INSERT INTO `ws_flags` VALUES(166, 'Mozambique', 'mz.gif');
    INSERT INTO `ws_flags` VALUES(167, 'Namibia', 'wa.gif');
    INSERT INTO `ws_flags` VALUES(168, 'Nauru', 'nr.gif');
    INSERT INTO `ws_flags` VALUES(169, 'Navassa Island', 'bq.gif');
    INSERT INTO `ws_flags` VALUES(170, 'Nepal', 'np.gif');
    INSERT INTO `ws_flags` VALUES(171, 'Netherlands', 'nl.gif');
    INSERT INTO `ws_flags` VALUES(172, 'Netherlands Antilles', 'nt.gif');
    INSERT INTO `ws_flags` VALUES(173, 'New Caledonia', 'nc.gif');
    INSERT INTO `ws_flags` VALUES(174, 'New Zealand', 'nz.gif');
    INSERT INTO `ws_flags` VALUES(175, 'Nicaragua', 'nu.gif');
    INSERT INTO `ws_flags` VALUES(176, 'Niger', 'ng.gif');
    INSERT INTO `ws_flags` VALUES(177, 'Nigeria', 'ni.gif');
    INSERT INTO `ws_flags` VALUES(178, 'Niue', 'ne.gif');
    INSERT INTO `ws_flags` VALUES(179, 'Norfolk Island', 'nf.gif');
    INSERT INTO `ws_flags` VALUES(180, 'Northern Mariana Islands', 'cq.gif');
    INSERT INTO `ws_flags` VALUES(181, 'Norway', 'no.gif');
    INSERT INTO `ws_flags` VALUES(182, 'Oman', 'mu.gif');
    INSERT INTO `ws_flags` VALUES(183, 'Pakistan', 'pk.gif');
    INSERT INTO `ws_flags` VALUES(184, 'Palau', 'ps.gif');
    INSERT INTO `ws_flags` VALUES(185, 'Palmyra Atoll', 'lq.gif');
    INSERT INTO `ws_flags` VALUES(186, 'Panama', 'pm.gif');
    INSERT INTO `ws_flags` VALUES(187, 'Papua New Guinea', 'pp.gif');
    INSERT INTO `ws_flags` VALUES(188, 'Paraguay', 'pa.gif');
    INSERT INTO `ws_flags` VALUES(189, 'Peru', 'pe.gif');
    INSERT INTO `ws_flags` VALUES(190, 'Philippines', 'rp.gif');
    INSERT INTO `ws_flags` VALUES(191, 'Pitcairn Islands', 'pc.gif');
    INSERT INTO `ws_flags` VALUES(192, 'Poland', 'pl.gif');
    INSERT INTO `ws_flags` VALUES(193, 'Portugal', 'po.gif');
    INSERT INTO `ws_flags` VALUES(194, 'Puerto Rico', 'rq.gif');
    INSERT INTO `ws_flags` VALUES(195, 'Qatar', 'qa.gif');
    INSERT INTO `ws_flags` VALUES(196, 'Reunion', 're.gif');
    INSERT INTO `ws_flags` VALUES(197, 'Romania', 'ro.gif');
    INSERT INTO `ws_flags` VALUES(198, 'Russia', 'rs.gif');
    INSERT INTO `ws_flags` VALUES(199, 'Rwanda', 'rw.gif');
    INSERT INTO `ws_flags` VALUES(200, 'Saint Helena', 'sh.gif');
    INSERT INTO `ws_flags` VALUES(201, 'Saint Kitts and Nevis', 'sc.gif');
    INSERT INTO `ws_flags` VALUES(202, 'Saint Lucia', 'st.gif');
    INSERT INTO `ws_flags` VALUES(203, 'Saint Pierre and Miquelon', 'sb.gif');
    INSERT INTO `ws_flags` VALUES(204, 'Saint Vincent and the Grenadines', 'vc.gif');
    INSERT INTO `ws_flags` VALUES(205, 'Samoa', 'ws.gif');
    INSERT INTO `ws_flags` VALUES(206, 'San Marino', 'sm.gif');
    INSERT INTO `ws_flags` VALUES(207, 'Sao Tome and Principe', 'tp.gif');
    INSERT INTO `ws_flags` VALUES(208, 'Saudi Arabia', 'sa.gif');
    INSERT INTO `ws_flags` VALUES(209, 'Senegal', 'sg.gif');
    INSERT INTO `ws_flags` VALUES(210, 'Serbia and Montenegro', 'yi.gif');
    INSERT INTO `ws_flags` VALUES(211, 'Seychelles', 'se.gif');
    INSERT INTO `ws_flags` VALUES(212, 'Sierra Leone', 'sl.gif');
    INSERT INTO `ws_flags` VALUES(213, 'Singapore', 'sn.gif');
    INSERT INTO `ws_flags` VALUES(214, 'Slovakia', 'lo.gif');
    INSERT INTO `ws_flags` VALUES(215, 'Slovenia', 'si.gif');
    INSERT INTO `ws_flags` VALUES(216, 'Solomon Islands', 'bp.gif');
    INSERT INTO `ws_flags` VALUES(217, 'Somalia', 'so.gif');
    INSERT INTO `ws_flags` VALUES(218, 'South Africa', 'sf.gif');
    INSERT INTO `ws_flags` VALUES(219, 'South Georgia and the South Sandwich Islands', 'sx.gif');
    INSERT INTO `ws_flags` VALUES(220, 'Spain', 'sp.gif');
    INSERT INTO `ws_flags` VALUES(221, 'Sri Lanka', 'ce.gif');
    INSERT INTO `ws_flags` VALUES(222, 'Sudan', 'su.gif');
    INSERT INTO `ws_flags` VALUES(223, 'Suriname', 'ns.gif');
    INSERT INTO `ws_flags` VALUES(224, 'Svalbard', 'sv.gif');
    INSERT INTO `ws_flags` VALUES(225, 'Swaziland', 'wz.gif');
    INSERT INTO `ws_flags` VALUES(226, 'Sweden', 'sw.gif');
    INSERT INTO `ws_flags` VALUES(227, 'Switzerland', 'sz.gif');
    INSERT INTO `ws_flags` VALUES(228, 'Syria', 'sy.gif');
    INSERT INTO `ws_flags` VALUES(229, 'Tajikistan', 'ti.gif');
    INSERT INTO `ws_flags` VALUES(230, 'Tanzania', 'tz.gif');
    INSERT INTO `ws_flags` VALUES(231, 'Thailand', 'th.gif');
    INSERT INTO `ws_flags` VALUES(232, 'Togo', 'to.gif');
    INSERT INTO `ws_flags` VALUES(233, 'Tokelau', 'tl.gif');
    INSERT INTO `ws_flags` VALUES(234, 'Tonga', 'tn.gif');
    INSERT INTO `ws_flags` VALUES(235, 'Trinidad and Tobago', 'td.gif');
    INSERT INTO `ws_flags` VALUES(236, 'Tromelin Island', 'te.gif');
    INSERT INTO `ws_flags` VALUES(237, 'Tunisia', 'ts.gif');
    INSERT INTO `ws_flags` VALUES(238, 'Turkey', 'tu.gif');
    INSERT INTO `ws_flags` VALUES(239, 'Turkmenistan', 'tx.gif');
    INSERT INTO `ws_flags` VALUES(240, 'Turks and Caicos Islands', 'tk.gif');
    INSERT INTO `ws_flags` VALUES(241, 'Tuvalu', 'tv.gif');
    INSERT INTO `ws_flags` VALUES(242, 'Uganda', 'ug.gif');
    INSERT INTO `ws_flags` VALUES(243, 'Ukraine', 'up.gif');
    INSERT INTO `ws_flags` VALUES(244, 'United Arab Emirates', 'ae.gif');
    INSERT INTO `ws_flags` VALUES(245, 'United Kingdom', 'uk.gif');
    INSERT INTO `ws_flags` VALUES(246, 'United States', 'us.gif');
    INSERT INTO `ws_flags` VALUES(247, 'United States Pacific Island Wildlife Refuges', 'um.gif');
    INSERT INTO `ws_flags` VALUES(248, 'Uruguay', 'uy.gif');
    INSERT INTO `ws_flags` VALUES(249, 'Uzbekistan', 'uz.gif');
    INSERT INTO `ws_flags` VALUES(250, 'Vanuatu', 'nh.gif');
    INSERT INTO `ws_flags` VALUES(251, 'Venezuela', 've.gif');
    INSERT INTO `ws_flags` VALUES(252, 'Vietnam', 'vm.gif');
    INSERT INTO `ws_flags` VALUES(253, 'Virgin Islands', 'vq.gif');
    INSERT INTO `ws_flags` VALUES(254, 'Wake Island', 'wq.gif');
    INSERT INTO `ws_flags` VALUES(255, 'Wallis and Futuna', 'wf.gif');
    INSERT INTO `ws_flags` VALUES(256, 'Yemen', 'ym.gif');
    INSERT INTO `ws_flags` VALUES(257, 'Zambia', 'za.gif');
    INSERT INTO `ws_flags` VALUES(258, 'Zimbabwe', 'zi.gif');
    INSERT INTO `ws_flags` VALUES(259, 'Taiwan', 'tw.gif');
    INSERT INTO `ws_flags` VALUES(260, 'European Union', 'ee.gif');
    
    -- --------------------------------------------------------
    
    --
    -- Table structure for table `ws_forumcats`
    --
    
    CREATE TABLE `ws_forumcats` (
      `id` int(255) NOT NULL auto_increment,
      `name` text NOT NULL,
      `type` text NOT NULL,
      `cid` text NOT NULL,
      PRIMARY KEY  (`id`)
    ) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=94;
    
    --
    -- Dumping data for table `ws_forumcats`
    --
    
    INSERT INTO `ws_forumcats` VALUES(38, 'Freestyle', 'forum', '37');
    INSERT INTO `ws_forumcats` VALUES(37, 'Battle Zone', 'cat', '');
    INSERT INTO `ws_forumcats` VALUES(36, 'Adult Zone', 'cat', '');
    INSERT INTO `ws_forumcats` VALUES(35, 'Sport', 'cat', '');
    INSERT INTO `ws_forumcats` VALUES(34, 'Leisure', 'cat', '');
    INSERT INTO `ws_forumcats` VALUES(33, 'Dating', 'cat', '');
    INSERT INTO `ws_forumcats` VALUES(32, 'Music', 'cat', '');
    INSERT INTO `ws_forumcats` VALUES(31, 'Tech World', 'cat', '');
    INSERT INTO `ws_forumcats` VALUES(30, 'International', 'cat', '');
    INSERT INTO `ws_forumcats` VALUES(29, 'General', 'cat', '');
    INSERT INTO `ws_forumcats` VALUES(28, 'Annoucements', 'cat', '');
    INSERT INTO `ws_forumcats` VALUES(40, 'Battle Grounds', 'forum', '37');
    INSERT INTO `ws_forumcats` VALUES(41, 'Battle Acadamy', 'forum', '37');
    INSERT INTO `ws_forumcats` VALUES(42, 'Class of ''07', 'forum', '37');
    INSERT INTO `ws_forumcats` VALUES(43, 'RuLeS!!', 'forum', '37');
    INSERT INTO `ws_forumcats` VALUES(44, 'SEX/Erotica', 'forum', '36');
    INSERT INTO `ws_forumcats` VALUES(45, 'X-Files', 'forum', '36');
    INSERT INTO `ws_forumcats` VALUES(46, 'General Sex', 'forum', '36');
    INSERT INTO `ws_forumcats` VALUES(47, 'Cyber Sex', 'forum', '36');
    INSERT INTO `ws_forumcats` VALUES(48, 'BDSM', 'forum', '36');
    INSERT INTO `ws_forumcats` VALUES(49, 'Football / Soccer', 'forum', '35');
    INSERT INTO `ws_forumcats` VALUES(50, 'Basketball', 'forum', '35');
    INSERT INTO `ws_forumcats` VALUES(51, 'Tennis', 'forum', '35');
    INSERT INTO `ws_forumcats` VALUES(52, 'American Football', 'forum', '35');
    INSERT INTO `ws_forumcats` VALUES(53, 'Baseball', 'forum', '35');
    INSERT INTO `ws_forumcats` VALUES(54, 'Rugby', 'forum', '35');
    INSERT INTO `ws_forumcats` VALUES(55, 'Humour/Jokes', 'forum', '34');
    INSERT INTO `ws_forumcats` VALUES(56, 'Movies/Films/Tv', 'forum', '34');
    INSERT INTO `ws_forumcats` VALUES(57, 'Useless Posts', 'forum', '34');
    INSERT INTO `ws_forumcats` VALUES(58, 'Extreamly Boring', 'forum', '34');
    INSERT INTO `ws_forumcats` VALUES(59, 'Poems/Stories', 'forum', '33');
    INSERT INTO `ws_forumcats` VALUES(60, 'Lovers Point', 'forum', '33');
    INSERT INTO `ws_forumcats` VALUES(61, 'Love Discussion', 'forum', '33');
    INSERT INTO `ws_forumcats` VALUES(62, 'Heartbreak Hotel', 'forum', '33');
    INSERT INTO `ws_forumcats` VALUES(63, 'General Music', 'forum', '32');
    INSERT INTO `ws_forumcats` VALUES(64, 'House Music', 'forum', '32');
    INSERT INTO `ws_forumcats` VALUES(65, 'Indie', 'forum', '32');
    INSERT INTO `ws_forumcats` VALUES(66, 'Alternative', 'forum', '32');
    INSERT INTO `ws_forumcats` VALUES(67, 'Metal Heads', 'forum', '32');
    INSERT INTO `ws_forumcats` VALUES(68, 'Hip-Hop/Rap', 'forum', '32');
    INSERT INTO `ws_forumcats` VALUES(69, 'Rock', 'forum', '32');
    INSERT INTO `ws_forumcats` VALUES(70, 'Dance/Hardcore', 'forum', '32');
    INSERT INTO `ws_forumcats` VALUES(71, 'Operators/GSM Help', 'forum', '31');
    INSERT INTO `ws_forumcats` VALUES(72, 'Software/Hardware', 'forum', '31');
    INSERT INTO `ws_forumcats` VALUES(73, 'Sites/Scripts Discusion', 'forum', '31');
    INSERT INTO `ws_forumcats` VALUES(74, 'Internet/PC Zone', 'forum', '31');
    INSERT INTO `ws_forumcats` VALUES(75, 'Mobiles/Games', 'forum', '31');
    INSERT INTO `ws_forumcats` VALUES(76, 'Link Exchange', 'forum', '31');
    INSERT INTO `ws_forumcats` VALUES(78, 'India', 'forum', '30');
    INSERT INTO `ws_forumcats` VALUES(79, 'South Africa', 'forum', '30');
    INSERT INTO `ws_forumcats` VALUES(80, 'United Kingdom', 'forum', '30');
    INSERT INTO `ws_forumcats` VALUES(81, 'Australia', 'forum', '30');
    INSERT INTO `ws_forumcats` VALUES(82, 'Introduction', 'forum', '29');
    INSERT INTO `ws_forumcats` VALUES(83, 'Social Zone', 'forum', '29');
    INSERT INTO `ws_forumcats` VALUES(84, 'General Discussion', 'forum', '29');
    INSERT INTO `ws_forumcats` VALUES(85, 'Fun/Games', 'forum', '29');
    INSERT INTO `ws_forumcats` VALUES(86, 'World News', 'forum', '29');
    INSERT INTO `ws_forumcats` VALUES(87, 'Info/News', 'forum', '29');
    INSERT INTO `ws_forumcats` VALUES(88, 'Suggestions', 'forum', '28');
    INSERT INTO `ws_forumcats` VALUES(89, 'Bugs/Errors', 'forum', '28');
    INSERT INTO `ws_forumcats` VALUES(90, 'Help', 'forum', '28');
    INSERT INTO `ws_forumcats` VALUES(91, 'Trash Bin', 'forum', '28');
    
    -- --------------------------------------------------------
    
    --
    -- Table structure for table `ws_helpdesk`
    --
    
    CREATE TABLE `ws_helpdesk` (
      `id` int(255) NOT NULL auto_increment,
      `fromid` text NOT NULL,
      `toid` text NOT NULL,
      `subject` text NOT NULL,
      `message` text NOT NULL,
      `time` text NOT NULL,
      `open` text NOT NULL,
      `parent` text NOT NULL,
      PRIMARY KEY  (`id`)
    ) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=119;
    
    --
    -- Dumping data for table `ws_helpdesk`
    --
    
    INSERT INTO `ws_helpdesk` VALUES(111, '1', '12345', 'est', 'test', '1188271375', '', '');
    INSERT INTO `ws_helpdesk` VALUES(112, '1', '12345', '...', 'test2', '1188271461', '', '111');
    INSERT INTO `ws_helpdesk` VALUES(113, '1', '12345', '...', 'fsdfd', '1188271843', '', '111');
    INSERT INTO `ws_helpdesk` VALUES(114, '1', '12345', '', 'test', '1188279258', '1', '111');
    INSERT INTO `ws_helpdesk` VALUES(115, '1', '12345', '', 'test', '1188279279', '1', '111');
    INSERT INTO `ws_helpdesk` VALUES(116, '1', '12345', 'test', 'hi', '1196631764', '', '');
    INSERT INTO `ws_helpdesk` VALUES(117, '1', '12345', 'test', 'test', '1196657160', '', '');
    INSERT INTO `ws_helpdesk` VALUES(118, '1', '12345', 'twst', 'test', '1196664640', '', '');
    
    -- --------------------------------------------------------
    
    --
    -- Table structure for table `ws_ignored`
    --
    
    CREATE TABLE `ws_ignored` (
      `id` int(255) NOT NULL auto_increment,
      `uid` text NOT NULL,
      `bid` text NOT NULL,
      PRIMARY KEY  (`id`)
    ) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=13;
    
    --
    -- Dumping data for table `ws_ignored`
    --
    
    
    -- --------------------------------------------------------
    
    --
    -- Table structure for table `ws_ops`
    --
    
    CREATE TABLE `ws_ops` (
      `id` int(255) NOT NULL auto_increment,
      `subone` text NOT NULL,
      `subtwo` text NOT NULL,
      `name` text NOT NULL,
      PRIMARY KEY  (`id`)
    ) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=111;
    
    --
    -- Dumping data for table `ws_ops`
    --
    
    INSERT INTO `ws_ops` VALUES(1, '149.254.0.0', '149.254.255.255', 'T-Mobile United Kingdom');
    INSERT INTO `ws_ops` VALUES(2, '196.11.239.0', '196.11.246.255', 'MTN South Africa');
    INSERT INTO `ws_ops` VALUES(3, '59.88.0.0', '59.99.255.255', 'BSNLNET India');
    INSERT INTO `ws_ops` VALUES(4, '218.248.0.0', '218.248.255.255', 'BSNLNET India');
    INSERT INTO `ws_ops` VALUES(5, '196.200.0.0', '196.207.255.255', 'Vodacom South Africa');
    INSERT INTO `ws_ops` VALUES(6, '203.145.131.0', '203.145.131.255', 'Bharti Cellular India');
    INSERT INTO `ws_ops` VALUES(7, '203.145.128.0', '203.145.128.15', 'Bharti Cellular India');
    INSERT INTO `ws_ops` VALUES(8, '203.145.188.128', '203.145.188.135', 'Bharti Cellular India');
    INSERT INTO `ws_ops` VALUES(9, '202.56.231.112', '202.56.231.127', 'Bharti Cellular India');
    INSERT INTO `ws_ops` VALUES(10, '203.145.159.32', '203.145.159.47', 'Bharti Cellular India');
    INSERT INTO `ws_ops` VALUES(11, '58.104.0.0', '58.111.255.255', 'Optus Australia');
    INSERT INTO `ws_ops` VALUES(12, '61.88.0.0', '61.88.255.255', ' Optus Australia');
    INSERT INTO `ws_ops` VALUES(13, '58.145.128.0', '58.145.159.255', 'Optus Australia');
    INSERT INTO `ws_ops` VALUES(14, '220.236.0.0', '220.239.255.255', 'Optus Australia');
    INSERT INTO `ws_ops` VALUES(15, '213.150.160.0', '213.150.191.255', 'Device Ip');
    INSERT INTO `ws_ops` VALUES(16, '10.0.0.0', '10.255.255.255', 'Device IP');
    INSERT INTO `ws_ops` VALUES(17, '172.16.0.0', '172.31.255.255', 'Device IP');
    INSERT INTO `ws_ops` VALUES(18, '1.0.0.0', '1.255.255.255', 'Device IP');
    INSERT INTO `ws_ops` VALUES(19, '41.208.0.0', '41.208.63.255', 'MTN South Africa');
    INSERT INTO `ws_ops` VALUES(20, '196.3.94.0', '196.3.94.255', 'MTC South Africa');
    INSERT INTO `ws_ops` VALUES(21, '80.95.229.0', '80.95.232.255', 'Simobil Slovenija (vadafone)');
    INSERT INTO `ws_ops` VALUES(22, '147.110.0.0', '147.110.255.255', 'Eskom South Africa');
    INSERT INTO `ws_ops` VALUES(23, '196.36.0.0', '196.39.127.255', 'IS South Africa');
    INSERT INTO `ws_ops` VALUES(24, '208.131.160.0', '208.131.191.255', 'Digicel Jamaica');
    INSERT INTO `ws_ops` VALUES(25, '213.6.35.0 ', '213.6.40.255', 'PALTEL Palestine');
    INSERT INTO `ws_ops` VALUES(26, '80.7.112.0', '80.7.127.255', 'NTL United Kingdom');
    INSERT INTO `ws_ops` VALUES(27, '117.96.0.0', '117.99.255.255', 'Bharti Airtel India');
    INSERT INTO `ws_ops` VALUES(28, '212.141.0.0', '212.141.255.255', 'WIND Telecom Italy');
    INSERT INTO `ws_ops` VALUES(29, '202.56.4.0', '202.56.7.255', 'Grameenphone Bangladesh');
    INSERT INTO `ws_ops` VALUES(30, '60.240.0.0', '60.241.255.255', 'TPG Australia');
    INSERT INTO `ws_ops` VALUES(31, '192.118.8.0', '192.118.11.255', 'Partner Communications Israel');
    INSERT INTO `ws_ops` VALUES(32, '41.242.0.0', '41.242.255.255', 'TelKom South Africa');
    INSERT INTO `ws_ops` VALUES(33, '217.65.192.0', '217.65.194.103', 'Mobilne  Yugoslavia');
    INSERT INTO `ws_ops` VALUES(34, '130.244.0.0', '130.244.255.255', 'Swip (Tele2) Sweden');
    INSERT INTO `ws_ops` VALUES(35, '203.192.192.0', '203.192.255.255', 'In2cable India');
    INSERT INTO `ws_ops` VALUES(36, '89.123.0.0', '89.123.255.255', 'Romtelecom Romania');
    INSERT INTO `ws_ops` VALUES(37, '202.69.192.0', '202.69.207.255', 'MTN (Virgin Media) Sri Lanka');
    INSERT INTO `ws_ops` VALUES(38, '203.145.137.160', '203.145.137.191', 'Idea Celular India');
    INSERT INTO `ws_ops` VALUES(39, '202.78.232.0', '202.78.239.255', 'Alliance Braodband India');
    INSERT INTO `ws_ops` VALUES(40, '202.75.128.0', '202.75.159.255', 'Maxis Communications Maylaysia');
    INSERT INTO `ws_ops` VALUES(41, '75.126.0.0', '75.126.255.255', 'SoftLayer United States');
    INSERT INTO `ws_ops` VALUES(42, '202.69.8.0', '202.69.15.255', 'Telenor Pakistan');
    INSERT INTO `ws_ops` VALUES(43, '222.0.0.0', '222.15.255.255', 'KDDI Japan');
    INSERT INTO `ws_ops` VALUES(44, '72.29.64.0', '72.29.95.255', 'HostDime.com Unided States');
    INSERT INTO `ws_ops` VALUES(45, '217.113.74.0', '217.113.74.255', 'CelTel Belgium');
    INSERT INTO `ws_ops` VALUES(46, '213.149.112.0', '213.149.112.255', 'Promonte Gprs');
    INSERT INTO `ws_ops` VALUES(47, '85.10.0.0', '85.10.63.255', 'MA35 RIPE');
    INSERT INTO `ws_ops` VALUES(48, '193.35.128.0', '193.35.143.255', 'Orange United Kingdom');
    INSERT INTO `ws_ops` VALUES(49, '202.163.64.0', '202.163.95.255', 'Cybernet');
    INSERT INTO `ws_ops` VALUES(50, '164.100.0.0', '164.100.255.255', 'Nicnet India');
    INSERT INTO `ws_ops` VALUES(51, '213.26.0.0', '213.26.255.255', 'Telecomitalia Italy');
    INSERT INTO `ws_ops` VALUES(52, '85.195.123.22', '85.195.123.29', 'anonymouse.org (proxy)');
    INSERT INTO `ws_ops` VALUES(53, '198.54.202.0', '198.54.202.255', 'Telkom South Africa');
    INSERT INTO `ws_ops` VALUES(54, '155.239.208.0', '155.239.209.255', 'Telkom South Africa');
    INSERT INTO `ws_ops` VALUES(55, '41.241.0.0', '41.241.255.255', 'TelKom South Africa');
    INSERT INTO `ws_ops` VALUES(56, '155.239.165.0', '155.239.165.255', 'TelKom South Africa');
    INSERT INTO `ws_ops` VALUES(57, '121.90.0.0', '121.90.255.255', 'Vodafone New Zeland');
    INSERT INTO `ws_ops` VALUES(58, '172.16.0.0', '172.31.255.255', 'Device Ip');
    INSERT INTO `ws_ops` VALUES(59, '196.36.0.0', '196.39.127.255', 'IS soth Africa');
    INSERT INTO `ws_ops` VALUES(60, '196.30.0.0', '196.30.255.255', 'Verzion South Africa');
    INSERT INTO `ws_ops` VALUES(61, '166.128.0.0', '166.255.255.255', 'WDSPCo');
    INSERT INTO `ws_ops` VALUES(62, '196.46.240.0', '196.46.247.255', 'Vee Mobile Nigeria');
    INSERT INTO `ws_ops` VALUES(63, '193.251.160.227', '193.251.160.255', 'French Telecom');
    INSERT INTO `ws_ops` VALUES(64, '196.200.0.0', '196.207.255.255', 'Unknown Network Africa');
    INSERT INTO `ws_ops` VALUES(65, '72.27.0.0', '72.27.223.255', 'Digicel Jamaica');
    INSERT INTO `ws_ops` VALUES(66, '70.0.0.0', '70.14.255.255', 'Sprint Wireless Usa');
    INSERT INTO `ws_ops` VALUES(67, '86.128.0.0', '86.135.255.255', 'BT Braodband United Kingdom');
    INSERT INTO `ws_ops` VALUES(68, '217.42.0.0', '217.44.255.255', 'BT Braodband United Kingdom');
    INSERT INTO `ws_ops` VALUES(69, '82.132.192.0', '82.132.193.255', 'O2 Online United Kingdom');
    INSERT INTO `ws_ops` VALUES(70, '82.148.96.0', '82.148.96.127', 'Qatar Telecom Qatar');
    INSERT INTO `ws_ops` VALUES(71, '86.107.248.0', '86.107.255.255', 'Ambra Romania');
    INSERT INTO `ws_ops` VALUES(72, '213.229.248.0', '213.229.249.255', 'Mobitel Gprs Slovenia');
    INSERT INTO `ws_ops` VALUES(73, '213.229.196.0', '213.229.197.255', 'Mobitel Gprs Slovenia');
    INSERT INTO `ws_ops` VALUES(74, '89.212.13.0', '89.212.13.255', 'T-2 Slovenia');
    INSERT INTO `ws_ops` VALUES(75, '82.23.0.0', '82.23.15.255', 'NTL (virgin Media)');
    INSERT INTO `ws_ops` VALUES(76, '84.23.96.0', '84.23.103.255', 'Etihadetisalat South Africa');
    INSERT INTO `ws_ops` VALUES(77, '66.94.0.0', '66.94.31.255', 'T Mobile USA');
    INSERT INTO `ws_ops` VALUES(78, '62.217.247.0', '62.217.247.255', 'Orange Romania');
    INSERT INTO `ws_ops` VALUES(79, '65.88.0.0', '65.91.255.255', 'Broadwing');
    INSERT INTO `ws_ops` VALUES(80, '64.128.0.0', '64.129.255.255', 'Time Warner Telecom');
    INSERT INTO `ws_ops` VALUES(81, '66.7.224.0', '66.7.255.255', 'Telepacific Communications');
    INSERT INTO `ws_ops` VALUES(82, '58.27.128.0', '58.27.255.255', 'Wateen Pakistan');
    INSERT INTO `ws_ops` VALUES(83, '194.165.130.0', '194.165.130.255', 'Orange Jordan');
    INSERT INTO `ws_ops` VALUES(84, '59.160.0.0', '59.165.255.255', 'Videsh Sanchar Nigam India');
    INSERT INTO `ws_ops` VALUES(85, '202.160.32.0', '202.160.47.255', 'Jabatan Telekom Brunei');
    INSERT INTO `ws_ops` VALUES(86, '212.183.128.0', '212.183.144.255', 'Vodaphone United Kingdom');
    INSERT INTO `ws_ops` VALUES(87, '201.219.18.0', ' 201.219.18.255', 'Telecsa South Africa');
    INSERT INTO `ws_ops` VALUES(88, '203.135.0.0', '203.135.63.255', 'Paknet Pakistan');
    INSERT INTO `ws_ops` VALUES(89, '203.115.29.64', '203.115.29.128', 'Mobitel Lanka');
    INSERT INTO `ws_ops` VALUES(90, '217.161.120.0', '217.161.120.255', 'Cable & Wireless Seychelles');
    INSERT INTO `ws_ops` VALUES(91, '202.152.64.0', '202.152.95.255', 'Simpur Brunei');
    INSERT INTO `ws_ops` VALUES(92, '203.123.32.0', '203.123.47.255', 'Spectranet');
    INSERT INTO `ws_ops` VALUES(93, '205.188.0.0', '205.188.255.255', 'America Online');
    INSERT INTO `ws_ops` VALUES(94, '213.6.0.0', '213.6.34.255', 'PalTel Palestine');
    INSERT INTO `ws_ops` VALUES(95, '203.112.192.0', '203.112.223.255', 'BTTB Dhaka');
    INSERT INTO `ws_ops` VALUES(96, '203.177.91.0', '203.177.91.255', 'Globe Philippines');
    INSERT INTO `ws_ops` VALUES(97, '168.209.0.0', '168.210.255.255', 'NedNet2 South Africa');
    INSERT INTO `ws_ops` VALUES(98, '202.152.64.0', ' 202.152.95.255', 'Bandar Seri Begawan');
    INSERT INTO `ws_ops` VALUES(99, '212.31.96.0', '212.31.96.255', 'CytaMobile Cyprus');
    INSERT INTO `ws_ops` VALUES(100, '203.88.0.0', '203.88.31.255', 'Max Telecom India');
    INSERT INTO `ws_ops` VALUES(101, '190.80.0.0', '190.80.0.255', 'Guyana Telecom');
    INSERT INTO `ws_ops` VALUES(102, '124.43.0.0', '124.43.255.255', 'La Telecom Sri Lanka');
    INSERT INTO `ws_ops` VALUES(103, '202.93.36.0', '202.93.37.255', 'Ggsn Indonisia');
    INSERT INTO `ws_ops` VALUES(104, '203.145.134.192', '203.145.134.223', 'Idea Celular India');
    INSERT INTO `ws_ops` VALUES(105, '219.91.128.0', '219.91.255.255', 'Iqara Telecom India');
    INSERT INTO `ws_ops` VALUES(106, '193.77.89.0', '193.77.93.255', 'Slovinia Online');
    INSERT INTO `ws_ops` VALUES(107, '202.125.152.192', '202.125.152.255', 'PTML Gprs Pakistan');
    INSERT INTO `ws_ops` VALUES(108, '127.0.0.0', '127.255.255.255', 'Device Ip');
    INSERT INTO `ws_ops` VALUES(109, '0.0.0.0', '0.255.255.255 ', 'Device Ip');
    INSERT INTO `ws_ops` VALUES(110, '195.210.64.0', '195.210.91.255', 'Italia Online');
    
    -- --------------------------------------------------------
    
    --
    -- Table structure for table `ws_pms`
    --
    
    CREATE TABLE `ws_pms` (
      `id` int(255) NOT NULL auto_increment,
      `fromid` text NOT NULL,
      `toid` text NOT NULL,
      `subject` text NOT NULL,
      `message` text NOT NULL,
      `time` text NOT NULL,
      `new` text,
      `starred` int(11) NOT NULL default '0',
      `reported` int(11) NOT NULL default '0',
      PRIMARY KEY  (`id`)
    ) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=94;
    
    --
    -- Dumping data for table `ws_pms`
    --
    
    INSERT INTO `ws_pms` VALUES(56, '80', '78', 'Reply...', 'HeHe... Looking good wapmaster! :)', '1186918806', '1', 0, 0);
    INSERT INTO `ws_pms` VALUES(57, '79', '78', 'Reply...', 'Hey hun...dis is me Belle. Lol i cnt c my nick here hehe', '1186920100', '1', 0, 0);
    INSERT INTO `ws_pms` VALUES(61, '79', '81', 'Reply...', 'Hi skieeeeeee :smile:', '1187011535', '1', 0, 0);
    
    -- --------------------------------------------------------
    
    --
    -- Table structure for table `ws_posts`
    --
    
    CREATE TABLE `ws_posts` (
      `id` int(255) NOT NULL auto_increment,
      `fid` text NOT NULL,
      `uid` text NOT NULL,
      `body` text NOT NULL,
      `title` text NOT NULL,
      `time` text NOT NULL,
      `parent` text NOT NULL,
      `pinned` varchar(100) NOT NULL,
      `reported` text NOT NULL,
      PRIMARY KEY  (`id`)
    ) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=174;
    
    --
    -- Dumping data for table `ws_posts`
    --
    
    INSERT INTO `ws_posts` VALUES(165, '164', '79', 'gsdg', '', '1188256710', '164', '', '');
    INSERT INTO `ws_posts` VALUES(164, 'd71cc658', '79', 'testing', 'testing', '1188256608', '', '1', '');
    
    -- --------------------------------------------------------
    
    --
    -- Table structure for table `ws_quotes`
    --
    
    CREATE TABLE `ws_quotes` (
      `id` int(255) NOT NULL auto_increment,
      `quote` text NOT NULL,
      `uid` text NOT NULL,
      PRIMARY KEY  (`id`)
    ) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=29;
    
    --
    -- Dumping data for table `ws_quotes`
    --
    
    INSERT INTO `ws_quotes` VALUES(28, 'index.php?wsid=679d8&wsm=mainmenu', '1');
    INSERT INTO `ws_quotes` VALUES(13, 'If you die in an elevator, be sure to push the Up button.', '1');
    INSERT INTO `ws_quotes` VALUES(12, '  How many times do I have to flush before you go away?', '1');
    INSERT INTO `ws_quotes` VALUES(11, 'Whenever I?feel blue, I start breathing again.', '1');
    INSERT INTO `ws_quotes` VALUES(10, 'Nobody is perfect. Well there was this one fella, but then we killed him!', '1');
    INSERT INTO `ws_quotes` VALUES(9, 'There are two sides to every divorce: Yours and ****head''s', '1');
    INSERT INTO `ws_quotes` VALUES(8, 'Jesus loves you... everyone else thinks you''re an asshole.', '1');
    INSERT INTO `ws_quotes` VALUES(7, 'If we aren''t supposed to eat animals, why are they made of meat?', '1');
    INSERT INTO `ws_quotes` VALUES(6, 'Be alert...the world needs more lerts.', '1');
    INSERT INTO `ws_quotes` VALUES(5, 'Learning at some schools is like drinking from a firehose.', '1');
    INSERT INTO `ws_quotes` VALUES(21, 'God gave us freedom,,but the goverment took it away!', '81');
    INSERT INTO `ws_quotes` VALUES(4, 'All things are possible, except skiing through a revolving door.', '1');
    INSERT INTO `ws_quotes` VALUES(3, 'And then God said: No!  I meant a BUD light!', '1');
    INSERT INTO `ws_quotes` VALUES(2, 'I never think of the future - it comes soon enough. (Albert Einstein)', '1');
    INSERT INTO `ws_quotes` VALUES(1, 'Before God we are all equally wise - and equally foolish. (Albert Einstein)', '1');
    
    -- --------------------------------------------------------
    
    --
    -- Table structure for table `ws_rss`
    --
    
    CREATE TABLE `ws_rss` (
      `id` int(255) NOT NULL auto_increment,
      `name` text NOT NULL,
      `url` text NOT NULL,
      `cat` text NOT NULL,
      `uid` text NOT NULL,
      `time` text NOT NULL,
      PRIMARY KEY  (`id`)
    ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1;
    
    --
    -- Dumping data for table `ws_rss`
    --
    
    
    -- --------------------------------------------------------
    
    --
    -- Table structure for table `ws_sessionvars`
    --
    
    CREATE TABLE `ws_sessionvars` (
      `id` int(255) NOT NULL auto_increment,
      `var` text NOT NULL,
      `sesid` text NOT NULL,
      `uid` text NOT NULL,
      `name` text NOT NULL,
      `lseen` text NOT NULL,
      PRIMARY KEY  (`id`)
    ) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=721;
    
    --
    -- Dumping data for table `ws_sessionvars`
    --
    
    
    -- --------------------------------------------------------
    
    --
    -- Table structure for table `ws_settings`
    --
    
    CREATE TABLE `ws_settings` (
      `id` int(255) NOT NULL auto_increment,
      `note` text character set latin1 NOT NULL,
      `type` text character set latin1 NOT NULL,
      PRIMARY KEY  (`id`)
    ) ENGINE=MyISAM  DEFAULT CHARSET=latin1 COLLATE=latin1_bin AUTO_INCREMENT=6;
    
    --
    -- Dumping data for table `ws_settings`
    --
    
    INSERT INTO `ws_settings` VALUES(1, '2 the center of wap', 'welcomenote');
    INSERT INTO `ws_settings` VALUES(2, '', 'antiflood');
    INSERT INTO `ws_settings` VALUES(3, '1', 'registration');
    
    -- --------------------------------------------------------
    
    --
    -- Table structure for table `ws_shouts`
    --
    
    CREATE TABLE `ws_shouts` (
      `id` int(255) NOT NULL auto_increment,
      `uid` text NOT NULL,
      `time` text NOT NULL,
      `message` text NOT NULL,
      PRIMARY KEY  (`id`)
    ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1;
    
    --
    -- Dumping data for table `ws_shouts`
    --
    
    
    -- --------------------------------------------------------
    
    --
    -- Table structure for table `ws_users`
    --
    
    CREATE TABLE `ws_users` (
      `id` int(255) NOT NULL auto_increment,
      `user` text NOT NULL,
      `pass` text NOT NULL,
      `wsid` text NOT NULL,
      `bday` text NOT NULL,
      `bmonth` text NOT NULL,
      `byear` text NOT NULL,
      `sex` text NOT NULL,
      `location` text NOT NULL,
      `lseen` text NOT NULL,
      `banned` text NOT NULL,
      `level` text NOT NULL,
      `client` text NOT NULL,
      `shouts` text NOT NULL,
      `chatm` text NOT NULL,
      `forumm` text NOT NULL,
      `userstat` text NOT NULL,
      `lps` text NOT NULL,
      `joined` text NOT NULL,
      `signiture` text NOT NULL,
      `site` text NOT NULL,
      `email` text NOT NULL,
      `photo` text NOT NULL,
      `ip` text NOT NULL,
      `userlocation` text NOT NULL,
      `secreta` text NOT NULL,
      `secretq` text NOT NULL,
      `pv` text NOT NULL,
      `ratetotal` text NOT NULL,
      `rated` text NOT NULL,
      `about` text NOT NULL,
      `headline` text NOT NULL,
      `allabout` text NOT NULL,
      `userlocationfid` text NOT NULL,
      `userlocationcid` text NOT NULL,
      `cluserlocation` text NOT NULL,
      PRIMARY KEY  (`id`)
    ) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=111;
    
    --
    -- Dumping data for table `ws_users`
    --
    
    INSERT INTO `ws_users` VALUES(1, 'PUT YOUR USSERNAME HERE', 'PUT YOUR PASSWORD HERE', '8aca1', '19', '09', '1982', 'm', 'United Kingdom', '1197034547', '', 'admin', 'Opera/9.25', '', '', '1', './images/administrator.gif', '', '1196626791', '', '', '', '', '193.35.134.151', '', 'site owner', 'who am i', '42', '', '', '', '', '', '', '', '');
    
    -- --------------------------------------------------------
    
    --
    -- Table structure for table `ws_wapsitedata`
    --
    
    CREATE TABLE `ws_wapsitedata` (
      `id` int(255) NOT NULL auto_increment,
      `name` text NOT NULL,
      `type` text NOT NULL,
      `url` text NOT NULL,
      `image` text NOT NULL,
      `uid` text NOT NULL,
      `br` text NOT NULL,
      `orderpos` text NOT NULL,
      PRIMARY KEY  (`id`)
    ) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=14;
    
    --
    -- Dumping data for table `ws_wapsitedata`
    --
    
    INSERT INTO `ws_wapsitedata` VALUES(1, 'center', 'align', '', '', '1', '', 'site1');
    INSERT INTO `ws_wapsitedata` VALUES(2, 'wmd wap logo', 'image', '', '[url]http://dmpwap.net/images/logo.gif'[/url], '1', '1', 'site2');
    INSERT INTO `ws_wapsitedata` VALUES(3, 'Welcome to the newest minisite on wap lmoa', 'text', '', '', '1', '1', 'site3');
    INSERT INTO `ws_wapsitedata` VALUES(4, 'car', 'image', '', '[url]http://jamer1.wen.ru/ride/escort.gif'[/url], '1', '1', 'site4');
    INSERT INTO `ws_wapsitedata` VALUES(5, 'time', 'image', '', '[url]http://escati.linkopp.net/cgi-bin/clock.cgi?timezone=GMT+0200'[/url], '1', '1', 'site5');
    INSERT INTO `ws_wapsitedata` VALUES(6, 'right', 'align', '', '', '1', '', 'site6');
    INSERT INTO `ws_wapsitedata` VALUES(7, '****', 'icon', '[url]http://google.com/wml'[/url], '[url]http://jamer1.wen.ru/pics/chat.gif'[/url], '1', '1', 'site7');
    INSERT INTO `ws_wapsitedata` VALUES(8, 'Shout Box', 'icon', '[url]http://mobilust.net/box/4676'[/url], '[url]http://jamer1.wen.ru/pics/shout.gif'[/url], '1', '1', 'site8');
    INSERT INTO `ws_wapsitedata` VALUES(9, 'left', 'align', '', '', '1', '', 'site9');
    INSERT INTO `ws_wapsitedata` VALUES(10, 'Yahoo! Mail', 'image', '', '[url]http://eur.i1.yimg.com/eur.yimg.com/i/uk/any/u/mail.gif'[/url], '1', '1', 'site4');
    INSERT INTO `ws_wapsitedata` VALUES(11, '--', 'image', '', '[url]http://eur.i1.yimg.com/eur.yimg.com/i/uk/any/u/mail.gif'[/url], '1', '1', 'site11');
    all you need to change is the details in
    Code:
    INSERT INTO `ws_users` VALUES(1, 'PUT YOUR USSERNAME HERE', 'PUT YOUR PASSWORD HERE', '8aca1', '19', '09', '1982', 'm', 'United Kingdom', '1197034547', '', 'admin', 'Opera/9.25', '', '', '1', './images/administrator.gif', '', '1196626791', '', '', '', '', '193.35.134.151', '', 'site owner', 'who am i', '42', '', '', '', '', '', '', '', '');
    and you will be owner/admin plus all users can register up at site also.. please do not tell me it wont work i just tested it 5 minutes ago and it was fine lol..
    <?php
    include ('Ghost');
    if ($Post == true) {
    echo '

    sigpic
    alt='coding-talk.com!!' />';
    echo 'Sharing Is Caring!';
    } else {
    echo '

    alt='the username GHOST has been comprimised!' />';
    echo 'OMG SOMEBODY HELP ME!!';
    }
    ?>

    Comment


      #3
      Code:
      <?php
      /////////////////////////////////////////
      ///***********************************///
      ///*         Author:wiz              *///
      ///*    Email:np9844uk@yahoo.co.uk   *///
      ///*      Copyright 2006-2007        *///
      ///***********************************///
      /////////////////////////////////////////
      include &#39;lang.inc.php&#39;;
      $DB_HOST = "localhost";
      $DB_USER = "sweetangelserver";
      $DB_PASS = "******";
      $DB_NAME = "db_wapside";
      $offline = 300;
      $divide = "[b]******[/b]
      ";
      //////////////////////////////////////////////////////////
      $px = "chat_";
      $itable = "ignor";    
      $utable = "users";    
      $stable = "settings";    
      $qtable = "ques";        
      $vtable = "vict";        
      $mtable = "messages";    
      $meettable = "meets";        
      $ltable = "letters";        
      ////////////////////////////////////////////////////////////
      
      
      function gettime()
      {
      $part_time = explode(&#39; &#39;, microtime());
      $real_time = $part_time[1].substr($part_time[0], 1);
      return $real_time;
      }
      ////////////////////////////////////////////////////////////
      function autorize() {
      global $px, $utable, $login, $id, $pass;
      $q = @mysql_query("select * from `".$px.$utable."` where id=&#39;$id&#39; and pass=&#39;$pass&#39; limit 1;");
      $duser = @mysql_fetch_array($q);
      return $duser;
      }
      ////////////////////////////////////////////////////////////
      $tran = array(
      "A"=>"�","a"=>"а","B"=>"Б","b"=>"б","V"=>"В",
      "v"=>"в","G"=>"Г","g"=>"г","D"=>"Д","d"=>"д",
      "E"=>"Е","e"=>"е","yo"=>"�","Zh"=>"Ж","zh"=>"ж",
      "Z"=>"З","z"=>"з","I"=>"И","i"=>"и","J"=>"Й",
      "j"=>"й","K"=>"К","k"=>"к","L"=>"Л","l"=>"л",
      "M"=>"М","m"=>"м","N"=>"�","n"=>"н","O"=>"О",
      "o"=>"о","P"=>"П","p"=>"п","R"=>"Р","r"=>"р",
      "S"=>"С","s"=>"�","T"=>"Т","t"=>"т","U"=>"У",
      "u"=>"у","F"=>"Ф","f"=>"ф","H"=>"Х","h"=>"х",
      "C"=>"Ц","c"=>"ц","Ch"=>"Ч","ch"=>"ч","Sh"=>"Ш",
      "sh"=>"ш","Sch"=>"Щ","sch"=>"щ","&#39;&#39;"=>"ъ",
      "Y"=>"Ы","y"=>"ы","&#39;"=>"ь","Ye"=>"Э",
      "ye"=>"�","Yu"=>"Ю","yu"=>"ю","Ya"=>"Я","ya"=>"�",
      "Yo"=>"Ñ‘"
      );
      
      function latrus($str) {
      global $tran;
      return strtr($str,$tran);
      }
      ////////////////////////////////////////////////////////////
      mysql_connect($DB_HOST,$DB_USER,$DB_PASS) or die (&#39;<card id="error" title="Error">&#39;.
      &#39;
      
      &#39;.
      &#39;Database error!&#39;.
      &#39;
      &#39;.
      &#39;<anchor>Back<prev/></anchor>
      &#39;.
      &#39;[url="/"]W3STSIDE[/url]&#39;.
      &#39;</p>&#39;.
      &#39;</card>&#39;.
      &#39;</wml>&#39;);
      mysql_select_db($DB_NAME);
      ///////////////////////////////////////////////////////////
      function ustatus() {
      global $login, $px, $utable;
      $status = $login[&#39;status&#39;];
      $posts = $login[&#39;posts&#39;];
      if(empty($status))
      @mysql_query("update `".$px.$utable."` set status=&#39;Status 1&#39; where id=&#39;".$login[&#39;id&#39;]."&#39;;");
      if($posts>=100 && $posts<500 && $status=="Status 1")
      @mysql_query("update `".$px.$utable."` set status=&#39;Status 2&#39; where id=&#39;".$login[&#39;id&#39;]."&#39;;");
      if($posts>=500 && $posts<1000 && $status=="Status 2")
      @mysql_query("update `".$px.$utable."` set status=&#39;Status 3&#39; where id=&#39;".$login[&#39;id&#39;]."&#39;;");
      if($posts>=1000 && $posts<3000 && $status=="Status 3")
      @mysql_query("update `".$px.$utable."` set status=&#39;4&#39; where id=&#39;".$login[&#39;id&#39;]."&#39;;");
      if($posts>=3000 && $posts<5000 && $status=="Status 4")
      @mysql_query("update `".$px.$utable."` set status=&#39;Status 5&#39; where id=&#39;".$login[&#39;id&#39;]."&#39;;");
      if($posts>=5000 && $posts<7000 && $status=="Status 5")
      @mysql_query("update `".$px.$utable."` set status=&#39;Status 6&#39; where id=&#39;".$login[&#39;id&#39;]."&#39;;");
      if($posts>=7000 && $status=="Status 6")
      @mysql_query("update `".$px.$utable."` set status=&#39;Status 7&#39; where id=&#39;".$login[&#39;id&#39;]."&#39;;");
      }
      ?>
      I use this script name crapside...
      if like my post click:

      http://coding-talk.com/images/totall...ost_thanks.gif

      Comment


        #4
        Code:
        <?php
        /////////////////////////////////////////
        ///***********************************///
        ///*         Author:wiz              *///
        ///*    Email:np9844uk@yahoo.co.uk   *///
        ///*      Copyright 2006-2007        *///
        ///***********************************///
        /////////////////////////////////////////
        include &#39;lang.inc.php&#39;;
        $DB_HOST = "localhost";
        $DB_USER = "sweetangelserver";
        $DB_PASS = "******";
        $DB_NAME = "db_wapside";
        $offline = 300;
        $divide = "[b]******[/b]
        ";
        //////////////////////////////////////////////////////////
        $px = "chat_";
        $itable = "ignor";    
        $utable = "users";    
        $stable = "settings";    
        $qtable = "ques";        
        $vtable = "vict";        
        $mtable = "messages";    
        $meettable = "meets";        
        $ltable = "letters";        
        ////////////////////////////////////////////////////////////
        
        
        function gettime()
        {
        $part_time = explode(&#39; &#39;, microtime());
        $real_time = $part_time[1].substr($part_time[0], 1);
        return $real_time;
        }
        ////////////////////////////////////////////////////////////
        function autorize() {
        global $px, $utable, $login, $id, $pass;
        $q = @mysql_query("select * from `".$px.$utable."` where id=&#39;$id&#39; and pass=&#39;$pass&#39; limit 1;");
        $duser = @mysql_fetch_array($q);
        return $duser;
        }
        ////////////////////////////////////////////////////////////
        $tran = array(
        "A"=>"�","a"=>"а","B"=>"Б","b"=>"б","V"=>"В",
        "v"=>"в","G"=>"Г","g"=>"г","D"=>"Д","d"=>"д",
        "E"=>"Е","e"=>"е","yo"=>"�","Zh"=>"Ж","zh"=>"ж",
        "Z"=>"З","z"=>"з","I"=>"И","i"=>"и","J"=>"Й",
        "j"=>"й","K"=>"К","k"=>"к","L"=>"Л","l"=>"л",
        "M"=>"М","m"=>"м","N"=>"�","n"=>"н","O"=>"О",
        "o"=>"о","P"=>"П","p"=>"п","R"=>"Р","r"=>"р",
        "S"=>"С","s"=>"�","T"=>"Т","t"=>"т","U"=>"У",
        "u"=>"у","F"=>"Ф","f"=>"ф","H"=>"Х","h"=>"х",
        "C"=>"Ц","c"=>"ц","Ch"=>"Ч","ch"=>"ч","Sh"=>"Ш",
        "sh"=>"ш","Sch"=>"Щ","sch"=>"щ","&#39;&#39;"=>"ъ",
        "Y"=>"Ы","y"=>"ы","&#39;"=>"ь","Ye"=>"Э",
        "ye"=>"�","Yu"=>"Ю","yu"=>"ю","Ya"=>"Я","ya"=>"�",
        "Yo"=>"Ñ‘"
        );
        
        function latrus($str) {
        global $tran;
        return strtr($str,$tran);
        }
        ////////////////////////////////////////////////////////////
        mysql_connect($DB_HOST,$DB_USER,$DB_PASS) or die (&#39;<card id="error" title="Error">&#39;.
        &#39;
        
        &#39;.
        &#39;Database error!&#39;.
        &#39;
        &#39;.
        &#39;<anchor>Back<prev/></anchor>
        &#39;.
        &#39;[url="/"]W3STSIDE[/url]&#39;.
        &#39;</p>&#39;.
        &#39;</card>&#39;.
        &#39;</wml>&#39;);
        mysql_select_db($DB_NAME);
        ///////////////////////////////////////////////////////////
        function ustatus() {
        global $login, $px, $utable;
        $status = $login[&#39;status&#39;];
        $posts = $login[&#39;posts&#39;];
        if(empty($status))
        @mysql_query("update `".$px.$utable."` set status=&#39;Status 1&#39; where id=&#39;".$login[&#39;id&#39;]."&#39;;");
        if($posts>=100 && $posts<500 && $status=="Status 1")
        @mysql_query("update `".$px.$utable."` set status=&#39;Status 2&#39; where id=&#39;".$login[&#39;id&#39;]."&#39;;");
        if($posts>=500 && $posts<1000 && $status=="Status 2")
        @mysql_query("update `".$px.$utable."` set status=&#39;Status 3&#39; where id=&#39;".$login[&#39;id&#39;]."&#39;;");
        if($posts>=1000 && $posts<3000 && $status=="Status 3")
        @mysql_query("update `".$px.$utable."` set status=&#39;4&#39; where id=&#39;".$login[&#39;id&#39;]."&#39;;");
        if($posts>=3000 && $posts<5000 && $status=="Status 4")
        @mysql_query("update `".$px.$utable."` set status=&#39;Status 5&#39; where id=&#39;".$login[&#39;id&#39;]."&#39;;");
        if($posts>=5000 && $posts<7000 && $status=="Status 5")
        @mysql_query("update `".$px.$utable."` set status=&#39;Status 6&#39; where id=&#39;".$login[&#39;id&#39;]."&#39;;");
        if($posts>=7000 && $status=="Status 6")
        @mysql_query("update `".$px.$utable."` set status=&#39;Status 7&#39; where id=&#39;".$login[&#39;id&#39;]."&#39;;");
        }
        ?>
        I use this script name crapside...
        if like my post click:

        http://coding-talk.com/images/totall...ost_thanks.gif

        Comment


          #5
          good script...I have install it...but not can register...any1 can help me 4 fix this problem???please... [/b]
          WRONG FORUM!! GRRR!!! MOVED AND CLOSED!!!

          Comment

          Working...
          X