I am wanting to use a IFrame to display a order script. The order script is accessed by a shared SSL by my webhost https://secure.mywebhost.com/~mysite . I would like to put a link to a page within my PHPwcms https://secure.mywebhost.com/~mysite/index.php?order which would contain an IFrame to https ...
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 ...
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
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 ...
I think I've got it, just now I'm not sure where to add a column to the far left of my left navigation. In my template under left I have this code... <!-- begin left //--> <img src="images/template/low_left.gif" width="200" height="85" border="0">{NAV_TABLE_COLUMN}<img src="images/template/leer.gif ...