Previous Thread
Next Thread
Print Thread
Rate Thread
Joined: Apr 2001
Posts: 23
Junior Member
Junior Member
Offline
Joined: Apr 2001
Posts: 23
just wondered if i could use a hack to allow me to be able to mail more than 200 members as i have nearly 1000 and i want to mail them all please.

thanks in advance

Sponsored Links
Joined: Jan 2000
Posts: 825
Member / CodeFixer
Member / CodeFixer
Offline
Joined: Jan 2000
Posts: 825
i am not sure on that but please do not post the same topic more then once.

Joined: Apr 2001
Posts: 23
Junior Member
Junior Member
Offline
Joined: Apr 2001
Posts: 23
was there a way to do this and sorry about the double post smile

Joined: Apr 2001
Posts: 94
Member
Member
Offline
Joined: Apr 2001
Posts: 94
IM not sure,but this should be done easy...Look in your cgis...it could bbe in ubb_lib or ubb_mail or so...

an look for a statement tha sys if numberofmember is bigger than 200,do ...

just terminate this or replace the 200 wiht 9999999 or something like that...

Joined: Apr 2001
Posts: 94
Member
Member
Offline
Joined: Apr 2001
Posts: 94
OK,i found it...

###Open cp_email.cgi###
###Find###
if ($total > 200) {
&StandardHTML("$vars_wordlets_err{too_many_emails} $total");
}
###Replace with###
if ($total > 99999) {
&StandardHTML("$vars_wordlets_err{too_many_emails} $total");
}
###Thats all###


I think you simply could delete this part,but im not sure...try it on your own...but im sure youll never get 100.000Members wink

Sponsored Links
Joined: Apr 2001
Posts: 23
Junior Member
Junior Member
Offline
Joined: Apr 2001
Posts: 23
going to test it now thanks very much smile

if i do get 100.000 members i will add another 9 LMAO

the reason i wanted this was because when i use other mail programes they did not work propperly on me server but the ubb always sent the 200 it said it will

thanks again
laugh laugh laugh laugh

Joined: May 2001
Posts: 157
Member
Member
Offline
Joined: May 2001
Posts: 157
did it work? will it work if you put it over 200 anyone test it yet?

Joined: Apr 2001
Posts: 23
Junior Member
Junior Member
Offline
Joined: Apr 2001
Posts: 23
yep works fine i sent 8765 5 days ago and i have an extra person i created with my hot mail account at member 867 and i received that so i guess they all went fine smile

Joined: May 2001
Posts: 157
Member
Member
Offline
Joined: May 2001
Posts: 157
thanx


Link Copied to Clipboard
Donate Today!
Donate via PayPal

Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.

Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.
Recommended Hosts
We have personally worked with and recommend the following Web Hosts:
Stable Host
bluehost
InterServer
Visit us on Facebook
Member Spotlight
AllenAyres
AllenAyres
Texas
Posts: 21,079
Joined: March 2000
Forum Statistics
Forums63
Topics37,573
Posts293,925
Members13,849
Most Online5,166
Sep 15th, 2019
Today's Statistics
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
Top Posters
AllenAyres 21,079
JoshPet 10,369
LK 7,394
Lord Dexter 6,708
Gizmo 5,833
Greg Hard 4,625
Top Posters(30 Days)
Top Likes Received
isaac 82
Gizmo 20
Brett 7
WebGuy 2
Morgan 2
Top Likes Received (30 Days)
None yet
The UBB.Developers Network (UBB.Dev/Threads.Dev) is ©2000-2024 VNC Web Services

 
Powered by UBB.threads™ PHP Forum Software 8.0.0
(Preview build 20221218)