Posts by amelie
-
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
This script is no longer available at CodeGrrl. Please visit Amelie’s site to download the script in future.
Released August 11, 2005, Updated April 20, 2008 |
Created by Amelie -
3
MySQL Numrows error when combining scripts?
I have Flinx installed along with another script and it was working fine up until I set up the other script – now I keep getting an error that looks like this: Warning: mysql_numrows(): supplied argument is not a valid MySQL result resource in /home/you/public_html/folder/category.php on line #. What’s wrong?
You need to edit the scripts to use an absolute path for their config.php. As both scripts are looking for a file with the same name (config.php), it can cause errors.
To fix this, open up the pages that are causing the errors, eg. category.php. You will see this line near the top:
include("config.php");All you need to do is to change the part inside the quotes to the absolute path to config.php. This is usually in the form /home/username/public_html/folder/config.php. If you don’t know your absolute path, ask your host or check the forums.
July 28, 2005 |
By Amelie |
Filed under FAQ, Flinx: Troubles, Scripts
-
4
NL-PHPMail is a simple form-mailing script which uses PHP’s mail() function to send the contents of a web form to your email address.
Now with image verification and multiple form compatibility!
New version 2.2.2: Minor update to fix a bug in PHP 5.3.1. You only need to update if you are using this version of PHP and/or are having problems with the verification image.
Released December 11, 2002, Updated December 19, 2009 |
Created by Amelie and Sasha