News:

This week IPhone 15 Pro winner is karn
You can be too a winner! Become the top poster of the week and win valuable prizes.  More details are You are not allowed to view links. Register or Login 

Main Menu

Ryan's District Fake Mailer 2 version 1.0

Started by counter, August 01, 2007, 07:18:28 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

counter

Ryan's District Fake Mailer 2 version 1.0

System Requirements: PHP4.0+, Mail Capabilities, MySQL
Description: Send fake emails with this script, limit the amount of emails

per-day per-isp. This is an advanced vertsion of Ryan's District email

sender this have ability to limit emails per person and details
In this version AJAX is introduced

SUNNY

I am having trouble with your script,

I am getting the following errors,

Warning: main(inc.definitions.php): failed to open stream: No such file or directory in /home/content/s/u/n/xxyyzz/html/fake/index.php on line 4

Warning: main(inc.definitions.php): failed to open stream: No such file or directory in /home/content/s/u/n/xxyyzz/html/fake/index.php on line 4

Warning: main(): Failed opening 'inc.definitions.php' for inclusion (include_path='/php') in /home/content/s/u/n/xxyyzz/html/fake/index.php on line 4

Warning: main(inc.functions.php): failed to open stream: No such file or directory in /home/content/s/u/n/xxyyzz/html/fake/index.php on line 5

Warning: main(inc.functions.php): failed to open stream: No such file or directory in /home/content/s/u/n/xxyyzz/html/fake/index.php on line 5

Warning: main(): Failed opening 'inc.functions.php' for inclusion (include_path='/php') in /home/content/s/u/n/xxyyzz/html/fake/index.php on line 5

Warning: main(inc.actions.php): failed to open stream: No such file or directory in /home/content/s/u/n/xxyyzz/html/fake/index.php on line 6

Warning: main(inc.actions.php): failed to open stream: No such file or directory in /home/content/s/u/n/xxyyzz/html/fake/index.php on line 6

Warning: main(): Failed opening 'inc.actions.php' for inclusion (include_path='/php') in /home/content/s/u/n/xxyyzz/html/fake/index.php on line 6



Fatal error: Call to undefined function: populate() in /home/content/s/u/n/xxyyzz/html/fake/index.php on line 32
You are not allowed to view links. Register or Login - Free Anonymous Browsing & Anonymous Email Service

Ryan

#2
it appears that you might not have uploaded all the
to install it
Open up "php/inc.definitions.php", change the MySQL information there.
Execute this in phpMyAdmin or MySQL.

   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;

There are extra options in "php/inc.definitions.php" that you may change, here is a list of what they do.

   $max = 10; (this is the max number of messages able to be sent per day, per ip)
   $accounts (this are admin accounts, to "View Sent Messages")
   $limit = 20; (this is the amount of messages shown in "View Sent Messages")



have you done these
If not try the other php email sender which is like this but will work easily without trouble the onlything which they differ is that this got a database which limits number of emails/ person / day which i dont think its a big deal
My recommendations:
You are not allowed to view links. Register or Login << free mp3 download - Powered by Ryan's District
You are not allowed to view links. Register or Login << free live anime with naruto and bleach - Powered by Sunite on this forum!

SUNNY

On another site I did all the required things including creating database & executing the query but still the page is not loading completely,

You are not allowed to view links. Register or Login
You are not allowed to view links. Register or Login - Free Anonymous Browsing & Anonymous Email Service

FeD3x

Sunny its working with me
anyways as Ryan said install the php version
its almost identical to this

shaba

try the php older script this is still beta

SUNNY

You are not allowed to view links. Register or Login - Free Anonymous Browsing & Anonymous Email Service