Yeah, I would delete the domain and then recreate it then restore it. browse the psa database and remove the xxxx username under the “clients” table. So check the sys_users table and the /etc/passwd . from http://forum.parallels.com/showthread.php?t=71840
Author Archives: Prosoxi.com Webmaster
install PEAR to PLESK over UBUNDU
#apt-get install lynx #lynx -source http://pear.php.net/go-pear | php press 1 and change the path to /usr/share
Virtual to Physical Documentation and Sample Configurations
The technical note and sample configurations for performing a virtual to physical conversion are provided for information only. Technical support is not provided.
Mysqli Tutorial
Moving from a procedural system to object-oriented can be a daunting task. One feature to assist you is the MySQLi class, which allows for an object-oriented approach to database manipulation. This tutorial gives insight into the structure and basic usage of the MySQLi class. If PDO isn’t an option for you, then try MySQLi!
Grab website thumbnail images from other sites
Some websites, like http://www.digg.com, http://www.stumbleupon.com, etc. provide us with website snapshots. Special utility can be written in scripting language (like PHP, Perl, etc.) to grab website image from their search results. Website Thumb Generator can be used to create website thumbnails for your needs, or start your own website thumbnail generation service. Requirements: Windows hosting …
Continue reading “Grab website thumbnail images from other sites”
domdocument::domdocument() expects parameter 2 to be long
Not to worry, This s because of domxml library. If your are using PHP4 the in php.ini uncomment extension=php_domxml.dll. and If your using PHP 5 then comment extension=php_domxml.dll. Have Fun… Harshad Pandit, PHP-Pandit