Category Archives: APS1.0

Package installation steps in Plesk

Follow the following steps #) Go to Tools and Settings->Application Vault #) Go to the Tab My Apps->Add App #) Choose the particular/Package file and Upload. #) Go to Subscriptions->Click on particular Subscription #) Click on Applications Tab->All Available Applications #) Choose the avaliable category like (web,backoffice etc) #) Click on install button.

Storing value into a variable using verification script in aps package

It is possible through verification script suppose a variable with name “mydoubts”.following lines of code will work $echostring= “<?xml version=’1.0′ encoding=’UTF-8′?>”; $echostring.= ‘<output xmlns=”http://apstandard.com/ns/1/configure-output”>’; $echostring.='</settings>’; $echostring.='<setting id=”mydoubts”><value>’.$insertvalue.'</value></setting></settings>’; echo $echostring;