You are missing our premiere tool bar navigation system! Register and use it for FREE!

NukeCops  
•  Home •  Downloads •  Gallery •  Your Account •  Forums • 
Readme First
- Readme First! -

Read and follow the rules, otherwise your posts will be closed
Modules
· Home
· FAQ
· Buy a Theme
· Advertising
· AvantGo
· Bookmarks
· Columbia
· Community
· Donations
· Downloads
· Feedback
· Forums
· PHP-Nuke HOWTO
· Private Messages
· Search
· Statistics
· Stories Archive
· Submit News
· Surveys
· Theme Gallery
· Top
· Topics
· Your Account
Who's Online
There are currently, 65 guest(s) and 1 member(s) that are online.

You are Anonymous user. You can register for free by clicking here
Nuke Cops :: View topic - Newsletter - Is there a better option? [ ]
 Forum FAQ  •  Search  •   •  Memberlist  •  Usergroups   •  Register  •  Profile •    •  Log in to check your private messages  •  Log in

 
Post new topic  Reply to topicprinter-friendly view
View previous topic Log in to check your private messages View next topic
Author Message
JackX
Corporal
Corporal


Joined: Feb 12, 2003
Posts: 58

Location: USA

PostPosted: Wed Mar 12, 2003 11:14 pm Reply with quoteBack to top

Hello,

I run a site that has over 10,000 members, 4,000+ who opt to receive our newsletter.

The problem is that the newsletter in php-nuke is, to put it nicely, not that great and filled with errors.

Has anyone noticed you have never received a newsletter from phpnuke.org? Chances are it's because they cannot successfully send one to all the members that have subscribed.

My newsletters do not reach the vast majority of subscribers either, since I receive a timeout error with every send.

I would love to see a newsletter module that has the capability to send html, and send in waves, say 100 at a time... then onto the next batch of 100. Even if the html part was not there that would be OK, but it seriously needs some type of function to send to the partial list, take a break, and continue sending for sites that have a large audience such as mine.

Anyone here, since there seem to be a great deal of excellent coding minds resident, up for the challenge of creating a better newsletter function?

Note: I have played with the newsletter from bariba, and while it is a great script, it has the same timeout errors and the registration is not integrated with nuke... It's along the lines of what is needed, but if your visitors never see it, what's the point. (there is also some wasted code by recording who got what newsletter and when, i don't think this serves a viable purpose)

Don't get me wrong, it's an excellent effort, both the standard newsletter and the modified ones, and certainly a showing that I couldn't hope to beat on my own (being a code delinquent) but I think the nuke community needs better.

Thanks for your time.
Find all posts by JackXView user's profileSend private message
chatserv
General
General


Joined: Jan 12, 2003
Posts: 3128

Location: Puerto Rico

PostPosted: Thu Mar 13, 2003 6:15 am Reply with quoteBack to top

Help me test this hack and maybe you`ll end up getting what you want, save a copy of your admin/modules/newsletter.php file, then place this one in that folder and give it a go, i didn`t get a chance to test it and the only part i am doubtful of is the runs after the initial one mostly because of the url for it so with your testing of the file we can find out if it works as it is or if it needs the header location to be modified, currently it is set to send 100 emails per batch with html enabled, both things can be edited so anyway, i`ll be waiting for your reply:

http://nukecops.com/uploads/chatserv/newsletter.zip

_________________
Feed a man a fish and you feed him for a day. Teach a man to fish and you feed him for a lifetime.
ScriptHeaven | NukeResources
Find all posts by chatservView user's profileSend private messageVisit poster's website
ArtificialIntel



Joined: Jan 31, 2004
Posts: -88


PostPosted: Thu Mar 13, 2003 9:44 am Reply with quoteBack to top

Actually, phpnuke.org don't send out newsletters cause FB doesn't have time to write them

AI
Find all posts by ArtificialIntelView user's profileSend private message
chatserv
General
General


Joined: Jan 12, 2003
Posts: 3128

Location: Puerto Rico

PostPosted: Thu Mar 13, 2003 4:13 pm Reply with quoteBack to top

I modified the code a bit more to have it echo the time it took to send the newsletter and how many people were emailed, tested it as well but only to people subscribed to the newsletter which is not that many, i don`t dare test a mass email as some people hate getting newsletter type emails so that is the only part that remains to be tested.

_________________
Feed a man a fish and you feed him for a day. Teach a man to fish and you feed him for a lifetime.
ScriptHeaven | NukeResources
Find all posts by chatservView user's profileSend private messageVisit poster's website
JackX
Corporal
Corporal


Joined: Feb 12, 2003
Posts: 58

Location: USA

PostPosted: Thu Mar 13, 2003 5:09 pm Reply with quoteBack to top

Hello chatserv,

I will test the newsletter script you have there . . . but it will take a couple days, since we just sent one out. (like to have a good 10 new articles and developments before we send another - 2/3 days max!)

At any rate, thanks for your time and I'll be sure to let you know how the test goes. In the meantime, if you do come up with any advancements just post that you made a change here and I will make sure I have you're latest copy before sending.

Thanks Exclamation
Find all posts by JackXView user's profileSend private message
JackX
Corporal
Corporal


Joined: Feb 12, 2003
Posts: 58

Location: USA

PostPosted: Fri Mar 14, 2003 1:49 am Reply with quoteBack to top

Hi chatserv,

We did have something to announce so we sent out a newsletter... but it appears that it was only sent to the first 100 subscribers, I don't think the loop worked and I did not receive an echo message during the process.

Could you please take a look at the code again?

Appreciate the help!
Find all posts by JackXView user's profileSend private message
chatserv
General
General


Joined: Jan 12, 2003
Posts: 3128

Location: Puerto Rico

PostPosted: Fri Mar 14, 2003 7:20 am Reply with quoteBack to top

Ok, i went over it, for one thing i think i had an incorrect call to the header location and maybe an incorrect variable in one of the sql queries as the first one was using while list($email_addr) which i believe should be while list ($email) like the second one is, i could be wrong but it`s worth trying, let me know how it goes.

_________________
Feed a man a fish and you feed him for a day. Teach a man to fish and you feed him for a lifetime.
ScriptHeaven | NukeResources
Find all posts by chatservView user's profileSend private messageVisit poster's website
Nuke-SG
Private
Private


Joined: Jan 14, 2003
Posts: 44

Location: Singapore

PostPosted: Thu May 08, 2003 9:27 pm Reply with quoteBack to top

is the newsletter working now?
Find all posts by Nuke-SGView user's profileSend private messageVisit poster's website
JackX
Corporal
Corporal


Joined: Feb 12, 2003
Posts: 58

Location: USA

PostPosted: Fri May 16, 2003 5:15 pm Reply with quoteBack to top

Yes, it works perfectly now.
Find all posts by JackXView user's profileSend private message
hybiepoo
Nuke Soldier
Nuke Soldier


Joined: Jun 24, 2003
Posts: 10


PostPosted: Tue Jun 24, 2003 5:59 pm Reply with quoteBack to top

Hi all.
What version of phpnuke is this newsletter for?
I'm trying to send out a Newsletter in html via phpnuke 6.5, but it doesnt seem to be recognising html and formatting it properly.

Sending in plain text, the Newsletter doesnt keep spacing or anything like that, so the users are being sent a big block of ugly unformatted text.

When I tried the newsletter script in this thread, it didnt work at all.
No errors from the page, but no email sent.

Can anybody help?

Cheers.
Find all posts by hybiepooView user's profileSend private message
mikem
Theme Guru
Theme Guru


Joined: Jan 13, 2003
Posts: 1582

Location: Corn fields of Indiana

PostPosted: Tue Jun 24, 2003 6:48 pm Reply with quoteBack to top

I'm wondering, does the Newsletter module from http://www.bariba.de timeout on a large send?
We only have 97 subscribers, doesn't timeout yet...

_________________
Getting Started | My Projects
Find all posts by mikemView user's profileSend private message
hybiepoo
Nuke Soldier
Nuke Soldier


Joined: Jun 24, 2003
Posts: 10


PostPosted: Thu Jun 26, 2003 5:09 pm Reply with quoteBack to top

Thats the Newsletter I have just started using.
Much better! Smile


I'm not sure if it will time out on a large user base.
I dont have many users signed up for mine yet.
Find all posts by hybiepooView user's profileSend private message
SCROFT
Nuke Soldier
Nuke Soldier


Joined: Aug 06, 2003
Posts: 10


PostPosted: Wed Aug 06, 2003 9:57 am Reply with quoteBack to top

chatserv or JackX,

Could I get the code you are refering to?

I downloaded the code that is linked... but it doen't appear to have the looping code in it.

Thanks in advanced.

SCROFT
Find all posts by SCROFTView user's profileSend private message
mikem
Theme Guru
Theme Guru


Joined: Jan 13, 2003
Posts: 1582

Location: Corn fields of Indiana

PostPosted: Wed Aug 06, 2003 1:09 pm Reply with quoteBack to top

SCROFT, I use the Newsletter module in my post above. We have over a 100 subscribers, and it never times out.
Nice News letter too.

If you can't find it at their site, let me know.

mikem

_________________
Getting Started | My Projects
Find all posts by mikemView user's profileSend private message
ctmattice
Nuke Soldier
Nuke Soldier


Joined: Jun 11, 2003
Posts: 12


PostPosted: Wed Aug 06, 2003 2:37 pm Reply with quoteBack to top

chatserv wrote:
Help me test this hack and maybe you`ll end up getting what you want, save a copy of your admin/modules/newsletter.php file, then place this one in that folder and give it a go, i didn`t get a chance to test it and the only part i am doubtful of is the runs after the initial one mostly because of the url for it so with your testing of the file we can find out if it works as it is or if it needs the header location to be modified, currently it is set to send 100 emails per batch with html enabled, both things can be edited so anyway, i`ll be waiting for your reply:

http://nukecops.com/uploads/chatserv/newsletter.zip


I just jumped into here and need to ask a question. What I have found in configuring Postman pro is that batching at 100 is an excellent choice but you also need to set a delay so that the server cron dameon doesn't think it is a runaway process.

On one server 10 seconds was sufficient on another server I had to increase it to 30 seconds before it was working properly.

Is this mod based upon the bariba hack? and is it available?

I would like to test it also
Find all posts by ctmatticeView user's profileSend private messageVisit poster's website
Display posts from previous:      
Post new topic  Reply to topicprinter-friendly view
View previous topic Log in to check your private messages View next topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



Powered by phpBB © 2001, 2005 phpBB Group

Ported by Nuke Cops © 2003 www.nukecops.com
:: FI Theme :: PHP-Nuke theme by coldblooded (www.nukemods.com) ::
Powered by · TOGETHER TEAM srl ITALY http://www.togetherteam.it · DONDELEO E-COMMERCE http://www.DonDeLeo.com
Web site engine's code is Copyright © 2002 by PHP-Nuke. All Rights Reserved. PHP-Nuke is Free Software released under the GNU/GPL license.
Page Generation: 0.506 Seconds - 373 pages served in past 5 minutes. Nuke Cops Founded by Paul Laudanski (Zhen-Xjell)
:: FI Theme :: PHP-Nuke theme by coldblooded (www.nukemods.com) ::