Newsletter System

by dtbaker

Show:

vitaopussays

Purchased

Now I have this error:

Table ‘user.settings’ doesn’t existSELECT * FROM `settings` ORDER BY `key`

Posted 2 months ago
Author

dtbaker dtbakerreplied

Re-install with the correct database details.

Posted 2 months ago

turner2fsays

Purchased

Hello DT Baker,

Things are working fine now. No more 404 Errors. Now I can make more purchases of this script.

Thanks for the code fix concerning the 404 Errors for the Campaign function.

I had to make some slight adjustments to your code fix that you posted in the Code Canyon FAQ :

Instead of :

$newsletter->base_href = “http://yourwebsite.com/newsletter”

It should be:

$newsletter->base_href = “yourwebsite.com/subfolder_that_has_cron_php_file”;

NOTE : The “newsletters” folder should not be part of this string like it states in your FAQ .

One question concerning the Campaign Function. Are we able to post two or more newsletters to go out that are same amount “days after member is assigned to the campaign”?

IE – Two newsletters > Same campaign > both newsletters are set to to same amount of “days after member is assigned to the campaign”.

I did this with three newsletters in one campaign, and one of them bounced while the other is still stuck in que to be processed.

Look forward to your reply.

Posted 2 months ago
Author

dtbaker dtbakerreplied

have added to faq

Posted 2 months ago
Purchased

Default-user turner2freplied

Currently your FAQ says:

$newsletter->base_href = “http://yourwebsite.com/newsletter”

When it should say:

$newsletter->base_href = “yourwebsite.com/subfolder_that_has_cron_php_file”;

Otherwise your clients may continue to receive 404 Errors in their Campaign Emails.

Thanks again for the code fix. WORKS LIKE A CHARM !!! I plan to buy more of this wonderful script.

Posted 2 months ago

profyeowsays

Purchased

Hi! I buy your newsletter, i like so much! but i need some help with some… “problem”. look, i need ONLY the email address to register and not the name. my question: how i can do for put the field “name” for opcional? i only need the email address and no other field (maybe in the future i need put extra optional field but i need only the email address as requiered). how can i do this? thanks so much. i wait for your help. have a nice day.

Posted 2 months ago
Author

dtbaker dtbakerreplied

Check the bottom of faq. have added

Posted 2 months ago
Purchased

Default-user profyeowreplied

Thanks! i see now, i will try do it

Posted 2 months ago

vitaopussays

Purchased

Hmm, GoDaddy seems to not work with this script.

I have re-installed the script, the database and configured it with correct information multiple times.

The error: “Table ‘clairenews.settings’ doesn’t existSELECT * FROM `settings` ORDER BY `key`”

Posted 2 months ago
Author

dtbaker dtbakerreplied

Check that the table clairenews.settings really does exist.

Also, upgrade to a Linux hosting account instead of Windows.

Posted 2 months ago

vitaopussays

Purchased

At the initial screen setup:

Warning: file_put_contents(config.php) [function.file-put-contents]: failed to open stream: Permission denied in D:\Hosting\4395789\html\newsletter\php\pages\setup.php on line 44

Posted 2 months ago
Author

dtbaker dtbakerreplied

please ‘reply’ to your original question instead of making new ones.

Posted 2 months ago

greencodesays

Purchased

Hi. I seem to have a problem with the Past Newsletters and Recent Newsletter Sends list not showing all of the emails I’ve sent. I’m presuming the Past Newsletter list should be showing every newsletter I’ve sent so I can then refer back to the stats etc but it’s currently only showing 2 when I’ve sent out around 10-15. So basically I’m unable to see any of my older email sends as they’ve also gone off the Recent Newsletter list. Please help.

Posted 2 months ago

greencodesays

Purchased

Just following up on this – I’ve looked at your demo and I can see that the Recent Newsletters are set to show 6 and the Past Newsletters seemingly show unlimited. There’s definitely something not working correctly with my system as the Recent ones are showing correctly but past are only showing 2.

Posted 2 months ago

greencodesays

Purchased

I’ve managed to figure out what the problem was – there was a row in the database that somehow had an incomplete “from” field that was causing all sorts of problems – I’ve removed that row and all is working correctly. Thanks (It’s a shame I can’t reply to my original question but it appears that option only appears once you’ve replied).

Posted 2 months ago

turner2fsays

Purchased

I see in the config.php file that there is an option to set this script to “DEMO”mode.

What exactly happens when it is set to “DEMO” mode?

What are the restrictions or limited function in setting the newsletter to “DEMO” mode?

Look forward to your reply.

Posted 2 months ago
Author

dtbaker dtbakerreplied

Please don’t email me the same question at the same time you post on here. Demo mode is what my demo runs in. How about you try it and see what it does?

Posted 2 months ago

greencodesays

Purchased

Every now and again when I run the crop job, so my emails automatically get sent, I get the following error:

SMTP Error: Data not accepted.
SMTP Error: Data not accepted.<p>SMTP server error: </p>
Array
(
   [error] => DATA not accepted from server
   [smtp_code] => 
   [smtp_msg] => 
)

It seems to be working okay, I think, but just wanted to check. Thanks in advance.

Posted 2 months ago
Author

dtbaker dtbakerreplied

Possibly an issue with an email address of one of your members. Or a spam filter at your hosts end is kicking in every now and then and rejecting an email. Without an error message it’s hard to tell. If it you get LOTS of these (like 100) contact your host to see if they can help by telling you error messages from their server log.

Posted 2 months ago

holdstationsays

Hey people,

Does it sends auto mail to subscriber when he sign up for a maillist like (welcome to our maillist)? Also is it possible to send mail by smtp function cuz I am using windows based server.

Cheers

Posted 2 months ago
Author

dtbaker dtbakerreplied

It will probably not work on Windows. sorry.

Posted 2 months ago

greencodesays

Purchased

I’ve been sending out a newsletter list of around 5,000 members but it seems to be stuck i.e. not sending. I have a limit of 200 per hour set but even after 2-3 hours it’s still not doing anything. I’ve tried pausing and then resuming the send but nothing. Any ideas?

Also, is there any way that you can cancel the current send as opposed to pause it?

Posted 2 months ago

vitaopussays

Purchased

It’s telling me to set the permissions of the newsletters folder to WRITE only. I have done this and it still won’t send the newsletter out.

Posted 2 months ago

vitaopussays

Purchased

Sorry it just doesn’t send e-mails… Advice?

Posted 2 months ago
Author

dtbaker dtbakerreplied

Upgrade to a Linux hosting account if you are running Windows hosting.

Posted 2 months ago

bricoferasays

Purchased

Dtbaker, important BUGFIX for you… ;)

You have to add the following options in tiny_mce configuration (in create.php)

relative_urls : false,
convert_urls : false,

because by default tiny_mce use the relative urls, and relative urls doesn’t work with your newsletter system ;) They are not saved correctly in database and links received by email are wrong (ext.php generate an incorrect link)

bye!

Posted 2 months ago

vitaopussays

Purchased

Even the SMTP GoDaddy settings you provide don’t work with this script.

Posted 2 months ago
Author

dtbaker dtbakerreplied

Contact GoDaddy, you may need to purchase an SMTP account from them in order to send bulk emails. Upgrade to a Linux hosting account if you are still on Windows.

Posted 2 months ago

vitaopussays

Purchased

So now the script can’t even be deleted from my server.

What on earth did you code here?

Posted 2 months ago
Author

dtbaker dtbakerreplied

works fine on godaddy. try re-installing.

what do you mean it cannot be deleted? just delete the folder with ftp. easy.

Posted 2 months ago

antoniodafonsecasays

Purchased

dtbaker

Just bought the Airmail template.

When sending for a gmail account, the background doenst show up on received email.

Do you have any idea why is this happening?

Thanks

Posted 2 months ago
Author

dtbaker dtbakerreplied

If you implemented the airmail template correctly, then the problem is with the airmail template.

Check to see if it supports gmail. Check the gmail html code (down arrow > show original) to see if something is missing.

Posted 2 months ago
Purchased

Default-user antoniodafonsecareplied

Hi,

Maybe Airmail is not full compatible with Gmail.

Thanks

Posted 2 months ago

iapcsolutionssays

Purchased

Just purchased again for another client. Thanks for keeping this great system up to date!

Posted 2 months ago

lordsirissays

Purchased

I noticed i can schedule a date to send out a mailing, is it possible to schedule a date and time? I am able to make changes to the code if that is necessary, just point me in the right direction.

Thanks,

Chris

Posted 2 months ago
Author

dtbaker dtbakerreplied

There’s a date field in the newsletter_send table. You would need to change that date field to a date/time field. The cron job checks this field to see if that date has passed. You would need to adjust the cron file to check that date field against both date and time.

Alternatively just run your cron job at the specified time of day you would like to send the newsletter out (easier)

Posted 2 months ago

$12

Prepaid customers
pay just $10 - how? Prepay Your Account With our deposit system not only will purchasing be much faster, but we’ll also take $2 off the price! Click Here to Deposit Price

You must sign in or sign up to purchase this item.

12345 ( 274 ratings )

Purchase 1145 purchases

File Types Included
CSS HTML JavaScript JS PHP SQL
Item Attributes
Created 4 August 09
PHP Version 5.x
MySQL Version 4.x
Compatible Browsers FireFox 2, FireFox 3, IE7, IE8, Opera, Safari
PHP Files Included CSS, HTML, JavaScript JS, PHP, SQL
PHP Framework N/A