Liquid Web Hosting - Dedicated, VPS and Shared Hosting with top-notch support

HTML Newsletter for PHP-Nuke
  Login or Register
 • Home • Downloads • Your Account • Forums • 
Supported Projects!

Stop Spam Email Harvestors - Join Project HoneyPot!

Support GoPHP5.org

 
Please Link to Me!


 
Site Menu
icon_home.gif Home
· Montego's Blog
icon_community.gif Community
tree-T.gif Advertising
tree-T.gif Newsletters
tree-T.gif Downloads
tree-T.gif Web Links
tree-T.gif Content
tree-L.gif Surveys
nuke.gif Projects
tree-T.gif HTML Newsletter
tree-T.gif ShortLinks
tree-T.gif DynamicTitles
tree-L.gif Mailer
som_downloads.gif Support
tree-T.gif Forums
tree-T.gif Documentation
tree-L.gif Sitemap
icon_members.gif Members Only
Access restricted to our members Private Messages
Access restricted to our members Members List
tree-L.gif Your Account
favoritos.gif News
icon_poll.gif Misc
 
Site Info
Your IP: 38.103.63.17

Welcome, Anonymous
Nickname
Password
Security Code
Security Code
Type Security Code


· Register
· Lost Password
Server Date/Time
8 August 2008 16:40:23 EDT (GMT -4)
 
RSS/XML Feed Previews
1. News Feeds
1. Most Recent 10 Articles

2. Forum Feeds
1. Most Recent 10 Forum Posts

3. Download Feeds
1. Most Recent 10 Downloads
2. Most Popular 10 Downloads
 
Misc Info

Powered by  MyPagerank.Net

Join the HoneyPot Project and help stop spam!

RavenNuke(tm) - Most secure and fast PHP-Nuke on the web!

Get TegoNuke(tm) ShortLinks from this site and more...

This site is valid CSS!

 
Inspiration
Follow peace with all men, and holiness, without which no man shall see the Lord.
Hebrews 12:14/KJV
Verseoftheday.com
 
Montego Scripts: Forums


View next topic
View previous topic
Post new topic   Reply to topic
Author Message
Slackervaara
Newbie
Newbie



Joined: Nov 03, 2007
Posts: 57

PostPosted: Sat Apr 12, 2008 9:25 am Reply with quote Back to top

Hi,

I had a list of 200+ e-mail addresses that I tried to copy and past in the ad hoc box for sending a newsletter, however it only could take approx 40 addresses. Is it possible in some way to expand it to 200+ ?
View user's profile Send private message
montego
Site Admin/Owner
Site Admin/Owner



Joined: Feb 12, 2005
Posts: 867

PostPosted: Sat Apr 12, 2008 3:04 pm Reply with quote Back to top

I have actually changed this in version 1.4 (under development) to use a TEXTAREA field.

You could try this (but be sure to take a backup first!):

=== OPEN FILE ===

modules\HTML_Newsletter\admin\functions.php

=== FIND ===

Code:

  $sHTML .= ' /> ' . _MSNL_ADM_LAB_WHOSNDTOADHOC . ' '
    . '<input type="text" name="msnl_emailaddresses" size="60" '
    . 'maxlength="1000" value="' . stripslashes($_POST['msnl_emailaddresses']) . '" /><br />';


=== REPLACE WITH ===

Code:

  $sHTML .= ' /> ' . _MSNL_ADM_LAB_WHOSNDTOADHOC . ':<br />'
    . '<textarea name="msnl_emailaddresses" ' . $msnl_asCSS['INPUT_email']  . ' cols="100" rows="6">'
    . stripslashes($_POST['msnl_emailaddresses']) . '</textarea>';


=== OPEN FILE ===

modules/HTML_Newsletter/style.php

=== ADD ===

Before the closing

?>

add this code:

Code:

$msnl_asCSS['INPUT_email']  = 'style="width:100%;height:5em;visibility:visible;display:inline"';


=== DONE ===

Let me know if this works as I made the change and tested it so long ago that I cannot recall now if I had to make changes anywhere else with other scripts to allow this to work.

_________________
“To err is human, but when the eraser wears out ahead of the pencil, you’re overdoing it.”
-- Josh Jenkins
View user's profile Send private message Visit poster's website
Slackervaara
Newbie
Newbie



Joined: Nov 03, 2007
Posts: 57

PostPosted: Sat Apr 12, 2008 10:41 pm Reply with quote Back to top

Thanks! I have just tried it and it worked very well. I tried a list with approx 80 addresses. The box where one pastes in the addresses are much larger than before.
View user's profile Send private message
montego
Site Admin/Owner
Site Admin/Owner



Joined: Feb 12, 2005
Posts: 867

PostPosted: Sun Apr 13, 2008 7:28 am Reply with quote Back to top

The key is that it is not only visually bigger, but it is now virtually unlimited in the number of addresses. Of course, you still have to be concerned about PHP/MySQL time-outs and/or other email limiters at the system level, but that is always the case.

Thanks for letting us know that has worked well for you!

_________________
“To err is human, but when the eraser wears out ahead of the pencil, you’re overdoing it.”
-- Josh Jenkins
View user's profile Send private message Visit poster's website
Slackervaara
Newbie
Newbie



Joined: Nov 03, 2007
Posts: 57

PostPosted: Sun Apr 13, 2008 12:48 pm Reply with quote Back to top

My php timeout is 30 seconds and MYSQL timeout is 60 seconds. I don't know how many emails that could be sent in that time? It would be good, if the sending was like BigDump that it could avoid timeout problems. I think BigDump uses javascript for that.
View user's profile Send private message
montego
Site Admin/Owner
Site Admin/Owner



Joined: Feb 12, 2005
Posts: 867

PostPosted: Sun Apr 13, 2008 12:52 pm Reply with quote Back to top

Yes sir. There are several different methods and I just need the time to get to it. My plan is to accommodate the larger sends in 1.4. Both NukeSentinel's import of IP2C and BigDump uses javascript and/or meta refresh.

I may just need to bite-the-bullet as they say and give you guys a quick-and-dirty method. I really wanted to do something more fancy using the Swift Mailer features... (TegoNuke(tm) Mailer).

_________________
“To err is human, but when the eraser wears out ahead of the pencil, you’re overdoing it.”
-- Josh Jenkins
View user's profile Send private message Visit poster's website
Slackervaara
Newbie
Newbie



Joined: Nov 03, 2007
Posts: 57

PostPosted: Sun Apr 13, 2008 2:59 pm Reply with quote Back to top

Is it possible to use TegoNuke Mailer together with HTML Newsletter of today and not have problems with timeout issues? Does TegoNuke Mailer also take care of the mail everywhere like in Forums, Feedback and Your Account module?
View user's profile Send private message
montego
Site Admin/Owner
Site Admin/Owner



Joined: Feb 12, 2005
Posts: 867

PostPosted: Sun Apr 13, 2008 3:07 pm Reply with quote Back to top

TegoNuke Mailer is already embedded within the 2.20.x version of RavenNuke. It does not handle the timeout issues. It mainly handles the issue of Hosts turning off the PHP mail() function and requiring SMTP instead.

To work with SMTP you set up both the Forums SMTP settings and the Mailer.

I have to do some work, I think, to get the Mailer to use Swift Mail's special batching features. So, the issue still remains to be addressed.

_________________
“To err is human, but when the eraser wears out ahead of the pencil, you’re overdoing it.”
-- Josh Jenkins
View user's profile Send private message Visit poster's website
Display posts from previous:       
Post new topic   Reply to topic

View next topic
View previous 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-2008 phpBB Group
:: Theme & Graphics by Daz :: Ported for PHP-Nuke by nukemods.com ::
All times are GMT - 4 Hours
Forums ©
 

[ Legal | Privacy Policy | Terms of Use | Contact Us ]


[Valid RSS] Valid robots.txt


All logos and trademarks in this site are property of their respective owner. The comments are property of their posters, all the rest © 2005 - 2008 by Montego Scripts.
Distributed by Raven PHP Scripts
PHP-Nuke Copyright © 2004 by Francisco Burzi. This is free software, and you may redistribute it under the GPL. PHP-Nuke comes with absolutely no warranty, for details, see the license.
Page Generation: 0.23 Seconds

:: fisubice phpbb2 style by Daz :: PHP-Nuke theme by www.nukemods.com ::
:: fisubice Theme Recoded To 100% W3C CSS & HTML 4.01 Transitional & XHTML 1.0 Transitional Compliance by RavenNuke™ TEAM ::

:: W3C CSS Compliance Validation :: W3C HTML 4.01 Transitional Compliance Validation :: W3C XHTML 1.0 Transitional Compliance Validation ::

Forum - Join the conversation on the Thoughts.com forums
Search Engine Ranking - Improve your SEO services. Premium Web content, intelligent links, quality optimization & competitive search engine placement. You deserve Better Rankings!
PhpNuke Themes
Lobo Links Web Directory
linear-bunch
linear-bunch