Hey guys ive installed the script 100% working but when i make me owner and try to login it ask for a secret code where do i get it or change it??
Arawap Script
Collapse
X
-
ARAWAP from jan 2008 is a stupid script :D ... Nothing new ... Nothing important in it ...whatmp3.name - search mp3 on mobile
Comment
-
Originally posted by riderz View Posttanx for that comment and i did search i made one now but my pics dont get uploaded to sql or folder
look for these in upload.php
$handle->Process('gallery/');
$imageurl = "http://mysite.com/gallery/$handle->file_dst_name";LDSWAPWORLD sigpic
site closed.
im busy with other things in life like facebook , send me PM so i can add you
www.pinoySG.com
don't ask for help if you're not even helping yourself!
i am tired of seeing the line "best site", i want to see something NEW and UNIQUE. maybe if i find one, ill go back to my wap life again.
Comment
-
HEY RIDERZ BRO WAS MAKED THIS TABLE FOR U TRY THIS 1=
--
-- Table structure for table `ibwf_model`
--
DROP TABLE IF EXISTS `ibwf_model`;
CREATE TABLE `ibwf_model` (
`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=1 DEFAULT CHARSET=latin1;
--
-- Dumping data for table `ibwf_model`
--
--
-- Table structure for table `ibwf_model_rating`
--
DROP TABLE IF EXISTS `ibwf_model_rating`;
CREATE TABLE `ibwf_model_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=1 DEFAULT CHARSET=latin1;
--
-- Dumping data for table `ibwf_model_rating`
--
Comment
Comment