buy tb500

Archive for the ‘Uncategorized’ Category

Warning: I am able to write to the configuration file: /shop/includes/configure.php. This is a potential security risk – please set the right user permissions on this file.

Tuesday, October 20th, 2009

Not sure the underlying issue, but if you are certain the file is not writable, you can change the includes/application_top.php file at the bottom of the file from:

define(‘WARN_CONFIG_WRITEABLE’, ‘true’);

to

define(‘WARN_CONFIG_WRITEABLE’, ‘false’);

and the warning will go away. Do at your own risk.

0

Send email using the PHP mail() function

Thursday, October 8th, 2009
<?php

// Your email address

$email "you@example.com";

// The subject

$subject "Enter your subject here";

// The message

$message "Enter your message here";

mail($email$subject$message"From: $email");

echo "The email has been sent.";

?>

reference 

http://totallyphp.co.uk/code/send_email_using_the_php_mail_function.htm

Exim Remove All messages From the Mail Queue

Thursday, October 8th, 2009

Refer to the following URL

http://www.cyberciti.biz/faq/exim-remove-all-messages-from-the-mail-queue/#comments

How do I know if my server is compatible with Magento

Thursday, October 8th, 2009

Refer to the following URL

http://www.magentocommerce.com/knowledge-base/entry/how-do-i-know-if-my-server-is-compatible-with-magento

say thank you for Ayad hahahaha

How do I redirect my site using a .htaccess file

Thursday, October 8th, 2009

Refer to the following URL

http://kb.mediatemple.net/questions/242/How+do+I+redirect+my+site+using+a+.htaccess+file%3F

Save button does not work in mambo

Thursday, October 8th, 2009

if you got this issue please refer to the following URL

http://forum.mambo-foundation.org/showthread.php?t=16953

IISPassword. The page cannot be displayed.

Thursday, October 8th, 2009

If you got this error IISPassword. The page cannot be displayed. then refer to the following URL

http://support.yeahhost.com/index.php?_m=knowledgebase&_a=viewarticle&kbarticleid=15

Access Denied (Getting an error while adding/deleting domain in Helm)

Thursday, October 8th, 2009

Please refer to the following URL

http://www.eukhost.com/forums/f16/getting-error-while-adding-deleting-domain-helm-1125/

Install FastCGI on Server 2008 and PHP

Thursday, October 8th, 2009

Please refer to the following URL if you want install php and FastCGI

http://www.trainsignaltraining.com/iis-7-install-fastcgi-php/2008-09-04/

Enable Error message in IIS7

Thursday, October 8th, 2009

How to enable error message using please refer to the following URL

http://learn.iis.net/page.aspx/564/classic-asp-script-error-messages-are-no-longer-shown-in-a-web-browser-by-default/