Ryan's District
October 06, 2008, 05:09:52 PM *
Welcome, Guest. Please login or register.

Login with username, password and session length

There are currently users in chat
News: Ryan's District Lottery: Claim your ticket or check
Jackpot details  
 
   Home   Help Search Chat Calendar Chess Shop Login Register  
Digg This!
Pages: [1] 2   Go Down
  Send this topic  |  Print  
Author Topic: Ryan's District Fake Mailer 2 version 1.0  (Read 1661 times)
0 Members and 3 Guests are viewing this topic.
counter
Admin
Hero Member
*****

Reputation: 6106
Offline Offline

Gender: Male
Posts: 6862
2671.63 RD$

View Inventory
Send Money to counter
The counters


View Profile Awards
« on: August 01, 2007, 06:18:28 PM »

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

* mailer_sender2.zip (6.1 KB - downloaded 22 times.)
Logged
Ryan's District
« on: August 01, 2007, 06:18:28 PM »

 Logged
SUNNY
Newbie
*

Reputation: 0
Offline Offline

Posts: 5
7182.63 RD$

View Inventory
Send Money to SUNNY

View Profile Awards
« Reply #1 on: August 23, 2007, 04:18:22 AM »

I am having trouble with your script,

I am getting the following errors,

Code:
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
Logged

You are not allowed to view links.
Register or Login
www.anonymous.pk
- Free Anonymous Browsing & Anonymous Email Service
Ryan
RD Founder
Administrator
Hero Member
*****

Reputation: 5842
Offline Offline

Gender: Male
Posts: 7276
5253.94 RD$

View Inventory
Send Money to Ryan

Admin


View Profile WWW Awards
« Reply #2 on: August 23, 2007, 07:48:31 AM »

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
« Last Edit: August 23, 2007, 07:52:58 AM by Ryan » Logged

My recommendations:
 You are not allowed to view links.
Register or Login
A Fast Proxy
SUNNY
Newbie
*

Reputation: 0
Offline Offline

Posts: 5
7182.63 RD$

View Inventory
Send Money to SUNNY

View Profile Awards
« Reply #3 on: August 23, 2007, 08:03:39 AM »

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
Anonymous Email
Logged

You are not allowed to view links.
Register or Login
www.anonymous.pk
- Free Anonymous Browsing & Anonymous Email Service
UnRegistered
Guest Username
Guest
Hero Member
*

Reputation: 724
Offline Offline

Posts: 18627
1060.35 RD$

View Inventory
Send Money to UnRegistered

Guest Account


View Profile WWW Awards
« Reply #4 on: August 23, 2007, 08:49:34 PM »

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

This username is a public Guests username
This means every one can use.
It have permissions like guests .
By using it you can remain anonymous to everyone exept staff members
Username : UnRegistered
Password : password
UnRegistered
Guest Username
Guest
Hero Member
*

Reputation: 724
Offline Offline

Posts: 18627
1060.35 RD$

View Inventory
Send Money to UnRegistered

Guest Account


View Profile WWW Awards
« Reply #5 on: August 23, 2007, 08:58:38 PM »

try the php older script this is still beta
Logged

This username is a public Guests username
This means every one can use.
It have permissions like guests .
By using it you can remain anonymous to everyone exept staff members
Username : UnRegistered
Password : password
SUNNY
Newbie
*

Reputation: 0
Offline Offline

Posts: 5
7182.63 RD$

View Inventory
Send Money to SUNNY

View Profile Awards
« Reply #6 on: August 24, 2007, 03:31:58 AM »

Ok I will try the old one
Logged

You are not allowed to view links.
Register or Login
www.anonymous.pk
- Free Anonymous Browsing & Anonymous Email Service
Ryan's District
   

 Logged
Pages: [1] 2   Go Up
  Send this topic  |  Print  
 
Jump to:  

Archive - WAP2 - WAP - imode
Sponsors: TOP SEO Directory - Online Job Maker - List of Advertisers - BIG VENUE

Powered by MySQL Powered by PHP Powered by SMF 1.1.5 | SMF © 2006-2008, Simple Machines LLC Valid XHTML 1.0! Valid CSS!
Page created in 0.211 seconds with 28 queries.

Google visited last this page October 04, 2008, 03:24:26 AM