February 1st, 2010 by ayad
1- login to SQL server >>database>>psa>>tables>>domains then right click open tables,, then we find the domain then take ID of the domain and go to the registry using this command regedit in run
HKEY_LOCAL_MACHINE >> Software>> Plesk >>PSA config>>Config>>Statstic>>domainID then i select the ID the i got from the SQL Database then on the right hand select OfflineLouckStatus the duble click hexadeimal and change the value to 0 mean zero
then after that Run this command in CMD
statistics.exe –process-domains=meds-xpress.com –http-web-statistics –verbose –from-date=”2010/01/01″
we need to change the domain and also from any date that we want.
Thant is all … fixed
Posted in Uncategorized |
January 31st, 2010 by ayad
ASPJPEG- Registration key: 01418-70782-10915
references
http://support.persits.com/show.asp?code=PS080519170
Posted in Uncategorized |
January 19th, 2010 by ayad
Then there are two ways to delete domain if the domain is not removing from plesk.
———————
1.you have to tried to delete specific domain from my sql
under PSA database .
2.Run the following commands in command prompt:
cd %plesk_bin%
mchk –all –fix=all
———————
And then try to delete the domain from plesk .
That’s all 
I have tried and success 100%
References
http://www.host.co.in/forums/f23/cannot-delete-domain-492/
Posted in Uncategorized |
January 16th, 2010 by ayad
cd sysconfig
cd network_scripts
vi eth0
then change
Posted in Uncategorized |
January 16th, 2010 by ayad
to fix above error
refer to the Url below
http://www.phoca.cz/forum/viewtopic.php?f=31&t=3101
http://www.phoca.cz/documents/2-phoca-gallery-component/203-installation-problem-solving
Posted in Uncategorized |
January 16th, 2010 by ayad
Refer to the following URL
http://download1.parallels.com/SiteBuilder/Windows/docs/4.5/en_US/sitebuilder-4.5-win-installation-guide/index.htm?fileName=installing_sitebuilder.htm
Thank you.
Posted in Uncategorized |
January 15th, 2010 by ayad
Config File: C:\Users\me\Documents\wwwroot\httpdocs\web.config
To fix this problem, we need to grant the read permission to IIS_IUSRS on ‘httdocs’ folder.
References
http://kenno.wordpress.com/2008/10/23/iis7-cannot-read-configuration-file-due-to-insufficient-permissions/
Thank you.
Posted in Uncategorized |
January 14th, 2010 by ayad
refer to below URL
http://www.zen-cart.com/index.php?main_page=product_contrib_info&products_id=860
Posted in Uncategorized |
January 14th, 2010 by ayad
is not available in helm server, only in plesk
Thank you
Posted in Uncategorized |
January 14th, 2010 by ayad
Installation
step 1 ) nano /etc/pure-ftpd.conf
Edit /etc/pure-ftpd.conf and set
CallUploadScript yes
step 2 ) nano /etc/init.d/pure-ftpd
Edit /etc/init.d/pure-ftpd
Look for $DAEMONIZE $fullpath /etc/pure-ftpd.conf -O clf:/var/log/xferlog $OPTIONS –daemonize
Under this add
$DAEMONIZE /usr/sbin/pure-uploadscript -B -r /root/ftp_clamscan.php
Next look for kill $(cat /var/run/pure-ftpd.pid)
Under this add
kill $(cat /var/run/pure-ftpd/pure-uploadscript.pid)
step 3 ) download file ( anti_gumblar.tar.gz )
wget http://www.oxio.net/anti_gumblar/anti_gumblar.tar.gz
step 4 ) extract tar file to /root directory
tar -zxvf anti_gumblar.tar.gz
step 5 ) give execution right to ftp_clamscan.php
chmod +x ftp_clamscan.php
or
chmod +x /root/ftp_clamscan.php
step 6 ) open ftp_clamscan_config.php file and edit needed lines.
nano /root/ftp_clamscan_config.php
step 7 ) create directory for quarantine files
mkdir /quarantine
mkdir /quarantine/clamav
References
http://anti-gumblar.oxio.net/installation/
The script will help to prevent Dark Mailer being uploaded into the server.
Thank you.
Posted in Uncategorized |