PHP-Nuke Services - Addons, Modules, Blocks Vizitati www.westdesign.ro Select Interface Language:EnglishRomanian
  Login or Register HomeForumsDownloadsYour AccountWeb LinksContact   
SectionsShow\Hide
MultiheadlinesShow\Hide
LoginShow\Hide
~ Welcome, alien
Nickname Password
(Register)

~ Membership:

Greetings to the newest member danial
~ New Today: 0
~ New Yesterday: 2
~ Overall: 3668

~ People Online:
~ Visitors: 8
~ Members: 0
~ Total: 8
~Aikon is offline
on Yahoo Msg.
Link to meShow\Hide

aikons.net
Search in FeedsShow\Hide
Search in feeds
HistoryShow\Hide
On 4 December


Speed Up   Pause   Speed Down
DictionaryShow\Hide
Enter the word

Romanian users only

Situl personal NICU RANCOV Forum Index


Reply to topic Page 1 of 1
Spamming with reminder module
Message Author
Reply with quote
Post Posted: Wednesday 16 May, 2007 11:49

I am worried that this module could be used to spam since you can change the email address to what ever you want it to be when you send a reminder.. Is there a way to fix this so that only the person email address shows and it cannot be changed?

View user's profile Send private message
Reply with quote
Post Posted: Wednesday 16 May, 2007 20:40

Well, you can limit the daily emails from Reminder admin panel to saying 5[can be set even lower with a little tweak]. This value doesn't allow to spam to much.

or you can edit manually a file index.php from modules/Reminder/ as follows

search for line:

Code:
<td colspan=\"4\" bgcolor=\"$bgcolor1\"><input name=\"adresa\" type=\"text\" value=\"$user_email\" size=\"40\"></td>


will apear two times on "add_rem_rep()" and "add_rem()" functions and replace[both] with this one
Code:
<td colspan=\"4\" bgcolor=\"$bgcolor1\"><input type=\"hidden\" name=\"adresa\" value=\"$user_email\">$user_email</td>


search this line within "edit_rem()" function:
Code:
<td colspan=\"6\" bgcolor=\"$bgcolor1\"><input name=\"adresa_new\" type=\"text\" value=\"$row[5]\" size=\"40\"></td>

and replace with this one
Code:
<td colspan=\"6\" bgcolor=\"$bgcolor1\"><input type="hidden"\" name=\"adresa_new\" value=\"$row[5]\" size=\"40\"></td>


and finally search this line within "edit_rem_rep()" function:
Code:
<td colspan=\"4\" bgcolor=\"$bgcolor1\"><input name=\"adresa\" type=\"text\" value=\"$row[5]\" size=\"40\"></td>

and replace with this one
Code:
<td colspan=\"4\" bgcolor=\"$bgcolor1\"><input type=\"hidden\" name="\adresa\" value=\"$row[5]\" size=\"40\"></td>


View user's profile Send private message Visit poster's website
Display posts from previous:
Reply to topic Page 1 of 1
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
  


Page Generation: 0.55 Seconds