UBB.Dev
Posted By: Mickie D Is there a hack to allow unlimited e-mails - 05/07/2001 1:24 PM
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
i am not sure on that but please do not post the same topic more then once.
was there a way to do this and sorry about the double post smile
Posted By: SNES Re: Is there a hack to allow unlimited e-mails - 05/27/2001 10:18 PM
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...
Posted By: SNES Re: Is there a hack to allow unlimited e-mails - 05/27/2001 10:22 PM
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
Posted By: Mickie D Re: Is there a hack to allow unlimited e-mails - 05/27/2001 10:52 PM
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
Posted By: SK8285 Re: Is there a hack to allow unlimited e-mails - 06/01/2001 4:42 AM
did it work? will it work if you put it over 200 anyone test it yet?
Posted By: Mickie D Re: Is there a hack to allow unlimited e-mails - 06/01/2001 11:24 AM
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
Posted By: SK8285 Re: Is there a hack to allow unlimited e-mails - 06/02/2001 12:46 AM
thanx
© UBB.Developers