If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
Visit: Chat4u.mobi - The New Lay Of being a site of your dreams!
Visit: WapMasterz Coming Back Soon!
_______
SCRIPTS FOR SALE BY SUBZERO
Chat4u Script : coding-talk.com/f28/chat4u-mobi-script-only-150-a-17677/ - > Best Script for your site no other can be hacked by sql or uploaders.
FileShare Script : coding-talk.com/f28/file-wap-share-6596/ -> Uploader you will never regret buying yeah it mite be old now but it still seems to own others...
_______
Info & Tips
php.net
w3schools.com
Visit: Chat4u.mobi - The New Lay Of being a site of your dreams!
Visit: WapMasterz Coming Back Soon!
_______
SCRIPTS FOR SALE BY SUBZERO
Chat4u Script : coding-talk.com/f28/chat4u-mobi-script-only-150-a-17677/ - > Best Script for your site no other can be hacked by sql or uploaders.
FileShare Script : coding-talk.com/f28/file-wap-share-6596/ -> Uploader you will never regret buying yeah it mite be old now but it still seems to own others...
_______
Info & Tips
php.net
w3schools.com
if ($canreg=='2')
{
$offtime=time()+1*24*60*60;
mysql_query("INSERT INTO ibwf_penalties SET uid='".$usid[0]."', penalty='0', exid='4', timeto='".$offtime."', pnreas='Sorry Registetion Off 4 Few Minit .', ipadd='".$REMOTE_ADDR."', browserm='".$HTTP_USER_AGENT."'");
mysql_query("INSERT INTO ibwf_penalties SET uid='".$usid[0]."', penalty='3', exid='4', timeto='".$offtime."', pnreas='Sorry Registetion Off 4 Few Minit', ipadd='".$REMOTE_ADDR."', browserm='".$HTTP_USER_AGENT."'");
mysql_query("INSERT INTO ibwf_penalties SET uid='".$usid[0]."', penalty='4', exid='4', timeto='".$ptime."', pnreas='Sorry Registetion Off 4 Few Minit.', ipadd='".$REMOTE_ADDR."', browserm='".$HTTP_USER_AGENT."'");
mysql_query("UPDATE ibwf_users SET inboxb='1' WHERE id='".$usid[0]."'");
mysql_query("UPDATE ibwf_users SET forumb='1' WHERE id='".$usid[0]."'");
mysql_query("UPDATE ibwf_users SET shoutb='1' WHERE id='".$usid[0]."'");
mysql_query("UPDATE ibwf_users SET lastpnreas='You have just registered, please wait until your account gets validated.', ua='$HTTP_USER_AGENT', ip='$REMOTE_ADDR' WHERE id='".$usid[0]."'");
then create database
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=204 DEFAULT CHARSET=latin1 AUTO_INCREMENT=204 ;
Comment