i cant reg or let peeps reg 2 my web/wap..
I Need Ibwf_user File Pls....
Collapse
X
-
pls help me somebody....
web is useless without that file..[/b]
did you connect it to your database bro?
or the registration is set to disabled.. check you database and edit it..Services
Are you looking to take your wap or wapsite to a higher level? Do you want to stand out and rise above your competitors?
Below is a list of services I offer:
Wap Design and Customized Coding -The first way to stand out in a crowd is to have a brilliant and unique design for your wap or wapsite.
Rates
General consulting – My current hourly rate is $100 / hour.
Custom Wapsite Community - My current rate is $500 / Wap Community Development.
Comment
-
yap. i connect it but da prob now is the file ibwf_user is missing..
got it?
so, iwant somebody post it 2 me pls..[/b]
<div class='codetop'>CODE</div><div class='codemain' style='height:200px;white-space:pre;overflow:auto'>--
-- Table structure for table `ibwf_users`
--
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',
`plusses` int(100) NOT NULL default '700',
`signature` varchar(100) NOT NULL default '',
`avatar` varchar(100) NOT NULL default '',
`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_medium.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 DEFAULT CHARSET=latin1 AUTO_INCREMENT=1;
--
-- Dumping data for table `ibwf_users`
--</div>
this is the file you are looking for...
if you still cant register try to edit ibwf_settings..
set registration ennabled..
This help you maybe..
hope i help you..Services
Are you looking to take your wap or wapsite to a higher level? Do you want to stand out and rise above your competitors?
Below is a list of services I offer:
Wap Design and Customized Coding -The first way to stand out in a crowd is to have a brilliant and unique design for your wap or wapsite.
Rates
General consulting – My current hourly rate is $100 / hour.
Custom Wapsite Community - My current rate is $500 / Wap Community Development.
Comment
-
tx.. but the file must create folder on which ya?
i mean paste to which folder?[/b]
you will not paste to any folder bro.. just import it to your database..
that file is an sql file.. import it.. thats it...
use this ibwf_ settings to set your registration enabled
-- --------------------------------------------------------
--
-- Table structure for table `ibwf_settings`
--
CREATE TABLE `ibwf_settings` (
`id` int(10) NOT NULL auto_increment,
`name` varchar(30) collate latin1_general_ci NOT NULL default '',
`value` text collate latin1_general_ci NOT NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `name` (`name`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci AUTO_INCREMENT=11 ;
--
-- Dumping data for table `ibwf_settings`
--
INSERT INTO `ibwf_settings` VALUES(1, 'sesexp', '2000');
INSERT INTO `ibwf_settings` VALUES(2, 'Sat 12 Apr 2008 - 09:56', '8');
INSERT INTO `ibwf_settings` VALUES(3, '4ummsg', 'super pinoy');
INSERT INTO `ibwf_settings` VALUES(4, 'Counter', '2088');
INSERT INTO `ibwf_settings` VALUES(5, 'pmaf', '15');
INSERT INTO `ibwf_settings` VALUES(6, 'reg', '1');
INSERT INTO `ibwf_settings` VALUES(7, 'fview', '2');
INSERT INTO `ibwf_settings` VALUES(8, 'lastbpm', '2008-04-21');
INSERT INTO `ibwf_settings` VALUES(9, 'sitename', 'pinoy2.com');
INSERT INTO `ibwf_settings` VALUES(10, 'vldtn', '0');
INSERT INTO `ibwf_settings` VALUES(11, 'maxigamer', '10');
INSERT INTO `ibwf_settings` VALUES(12, 'jackpotprize', '1000');
INSERT INTO `ibwf_settings` VALUES(13, 'adsallow', '1');
-- --------------------------------------------------------
just set reg=1
Services
Are you looking to take your wap or wapsite to a higher level? Do you want to stand out and rise above your competitors?
Below is a list of services I offer:
Wap Design and Customized Coding -The first way to stand out in a crowd is to have a brilliant and unique design for your wap or wapsite.
Rates
General consulting – My current hourly rate is $100 / hour.
Custom Wapsite Community - My current rate is $500 / Wap Community Development.
Comment
Comment