act_formmailer.php rename

Discuss phpwcms here, please do not post support requests, bug reports, or feature requests! Non-phpwcms questions, discussion goes in General Chat!
Post Reply
jimtomas
Posts: 25
Joined: Mon 29. Mar 2004, 01:33

act_formmailer.php rename

Post by jimtomas »

My webhost has started a policy to disallow any file with the name "formmail" in it. Without getting into a discussion here for the logic of why this is done, can I ask how this can be easily done? What are the files that access act_formmailer.php and the file/folder formmailer ?

Can this be easily changed?

Regards,
Jim
jimtomas
Posts: 25
Joined: Mon 29. Mar 2004, 01:33

Post by jimtomas »

Perhaps someone can suggest a good way for me to automatically search through all the files within PHPwcms so I can find all refrences to act_formmailer.php . Searching every file will take a long time
jimtomas
Posts: 25
Joined: Mon 29. Mar 2004, 01:33

Post by jimtomas »

So I got it figured out using dreamweaver to search though PHPwmcs files. I replaced all occurences of "formmailer" with "4mailz". Only problem now is my act_formmailer.php (now act_4mailz.php) is giving an error
Parse error: parse error, unexpected $ in /home/myhost/public_html/go/include/inc_act/act_4mailz.php on line 326
jimtomas
Posts: 25
Joined: Mon 29. Mar 2004, 01:33

Post by jimtomas »

Had a missing } in act_formmailer... all is well
Post Reply