- Impact
- 56
Aloha :hehe:
Listen up guys,
I wanted to make a site that sends anonymous emails (fake emails...).
I've got the fake-mailer script and edited all the files I needed (I think so... LOL).
I'm trying to upload the SQL I've cut out of the txt that's added to the zip file...
I've cutted out this :
and saved it as abcd.SQL in notepad.
I've tried to import the file in phpmyadmin, and I'm getting a message telling me that 0 lines were added.
Why ?!
Secondly, I've edited the inc.definitions.php file while leaving the "mysql_hostname" as is (not edited it, like "user", "password" and "database name"...) -
Is this OK to leave it like this or should I enter something in there ?!?
PM if you need the url
I hope I'll be able to put this site up asap
Listen up guys,
I wanted to make a site that sends anonymous emails (fake emails...).
I've got the fake-mailer script and edited all the files I needed (I think so... LOL).
I'm trying to upload the SQL I've cut out of the txt that's added to the zip file...
I've cutted out this :
CREATE TABLE `messages` (
`message_id` int(16) NOT NULL auto_increment,
`message_to` tinytext NOT NULL,
`message_from` tinytext NOT NULL,
`message_sender` tinytext NOT NULL,
`message_subject` text NOT NULL,
`message_body` longtext NOT NULL,
`message_sender_ip` varchar(16) NOT NULL default '',
`message_time` int(10) NOT NULL default '0',
PRIMARY KEY (`message_id`)
) ENGINE=MyISAM;
and saved it as abcd.SQL in notepad.
I've tried to import the file in phpmyadmin, and I'm getting a message telling me that 0 lines were added.
Why ?!
Secondly, I've edited the inc.definitions.php file while leaving the "mysql_hostname" as is (not edited it, like "user", "password" and "database name"...) -
Is this OK to leave it like this or should I enter something in there ?!?
PM if you need the url
I hope I'll be able to put this site up asap








