batoo
- Total activity 9
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
Posts
Recent activity by batoo-
C# json api 1 problem
Hello, I tried to develop generic function to call API 1 and API 2 functions. What i tested is: 1. API 1 without parameters = success 2. API 1 with parameters = fail 3. API 2 without parameters ...
-
backup urls and file names
Hello, Can someone confirm me if full cpanel backup file name is always in format like: backup-day.month.year_hour-minute-secound_username.tar.gz example : backup-12.12.2013_15-02-21_username.ta...
-
How to install zend
I tried to install zend by: /scripts/installzendopt However this code return that zend is not installed: [PHP] if(!function_exists('zend_optimizer_version')) echo 'Install Zend Optimizer'; else...