Frequently Asked Questions: script questions: fa phphosting customize
Below are all the frequently asked questions added to the site. Please read through them before asking a question in the forums!
Latest
-
1
Can I remove the credit line that says “Powered by [name of script here]” and/or put it on a separate page?
No. The conditions of you using our scripts are that the credit line is not removed in any way, shape or form. You may not remove the credit line, or move it to another place. If you would like to do this, you will need written permission from the script author first, and they may charge you for this. Our staff put many hours into creating, testing and securing the scripts they write. They make no money from these scripts and simply want recognition for their work.
All scripts available at CodeGrrl.com are LINKWARE. This means that you MUST provide a link back to CodeGrrl.com, and if there is a credit line embedded into the script, you are NOT to remove it, as this violates our terms of use.
May 2, 2006 |
By Amelie |
Filed under CodeGrrl, FA-PHPHosting: Customize, FAQ, Flinx: Customize, NL-PHPMail, PHPCalendar, PHPCurrently, PHPFanBase: Customize, PHPQuotes, Scripts
-
2
Hosting on more than one domain?
I provide hosting on more than one domain but I don’t want several different forms. Can this script accommodate that?
Yes it can.
There are full instructions on how to modify the application form to accommodate more than one domain included in the README.txt file.
August 3, 2005 |
By Vixx |
Filed under FA-PHPHosting: Customize, FAQ, Scripts
-
3
Customising the accept/decline emails?
How can I change the emails sent on approval/rejection of applicants?
Firstly, backup admin.php!
Then take your copy, open up the file in your usual HTML Editor and go to around line 78. (The line should start
Hi $_POST[name]). This is the start of your approval email so read through and change whatever you want to change.To change the rejection email, go to around Line 125 (which should start
mail($recipient, $subject, "Hi $_POST[name],”)and make the changes there.
August 3, 2005 |
By Vixx |
Filed under FA-PHPHosting: Customize, FAQ, Scripts