[PLUGIN] Auto Template Installer -install stunning web template in just a click(FREE)

redjersey

Verified User
Joined
Apr 22, 2013
Messages
99
Location
Toronto, Canada
A quick introduction:

I have been using cPanel for more than 10 years and recently I have switched from cPanel to DA. To be honest with you I'm still getting used to it. Fortunately I got some help from other forum users and most ppl here are really generous to help :) So.. I have decided to give back to the community (Also it will be a great opportunity to pick up my PHP and javascript as I haven't done any PHP/JS coding for quite some time)

What is Auto Template Installer:

It's a simple plugin that installs web templates in just a few clicks (similar to softaculous) . All templates are suitable for personal and commercial usage.

Screenshots:

http://s9.postimg.org/yt1iyi5tr/ati_01.png
http://s23.postimg.org/atnbbf7ez/ati_02.png
http://s23.postimg.org/oq0511t1n/ati_03.png

Requirements:

ioncube loader v4+ (if you don't have one then use custombuild to install)
simpleXML (compile PHP with simpleXML)

Note: I have tested a few templates with Chrome and Firefox and they work perfectly fine. However if you have any issue please feel free to contact me.

Price:

Free.
If you like my work and if you can afford please consider a donation. Buy me a starbucks coffee (or a few!) so that I can continue to work on this project :)

If you can't afford you can still do me a favour by:
- give me a "Like"
- if you find any sexy template just let me know and I'll add it to the plugin
- if you have OSX please take a look at my mac app Auto Memory Cleaner

How to install:

Login to your DirectAdmin as an admin and use the plugin manager to install
URL: www.hostplugin.com/apps/da/files/template_installer.tar.gz

What's next:

My next plugin is gonna be way better/useful than this. Stay tuned! :)
 

Attachments

  • Screen Shot 2013-07-10 at 1.00.21 PM.png
    Screen Shot 2013-07-10 at 1.00.21 PM.png
    472.1 KB · Views: 320
  • Screen Shot 2013-07-10 at 1.01.44 PM.png
    Screen Shot 2013-07-10 at 1.01.44 PM.png
    133.6 KB · Views: 188
good job redjersey

I already install Auto Template Installer and ioncube but when i try to click got this error

Site error: the file /usr/local/directadmin/plugins/template_installer/user/template.class.php requires the ionCube PHP Loader ioncube_loader_fre_5.3.so to be installed by the website operator. If you are the website operator please use the ionCube Loader Wizard to assist with installation.

freebsd 9.1
 
php -v
PHP 5.3.26 (cli) (built: Jun 27 2013 21:06:19)
Copyright (c) 1997-2013 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2013 Zend Technologies
with the ionCube PHP Loader v4.4.1, Copyright (c) 2002-2013, by ionCube Ltd.
 
php -v
PHP 5.3.26 (cli) (built: Jun 27 2013 21:06:19)
Copyright (c) 1997-2013 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2013 Zend Technologies
with the ionCube PHP Loader v4.4.1, Copyright (c) 2002-2013, by ionCube Ltd.

I have never used freebsd before but I'll try my best to solve your problem.

how do you install ioncube? in your directadmin.ini or php.ini do you have something like this:
zend_extension=/your/path/to/ioncube5.3.so
 
I have never used freebsd before but I'll try my best to solve your problem.

how do you install ioncube? in your directadmin.ini or php.ini do you have something like this:
zend_extension=/your/path/to/ioncube5.3.so

I found in /usr/local/installatron/etc/php.ini
zend_extension = "/usr/local/installatron/lib/ioncube_loader_fre_5.3.so"
 
/usr/local/installatron/etc/php.ini is a custom php.ini only for installatron.
where is your original php.ini? /usr/local/lib/php.ini?
can you please paste your /usr/local/lib/php.ini content here?
 
Last edited:
auto template installer doesn't use a custom php.ini (for now).if you look at /usr/local/directadmin/plugins/template-installer/user/index.html you will see the first line:

#!/usr/local/bin/php -c /usr/local/lib/php.ini

it's using the /usr/local/lib/php.ini

it may worth a try to change the above line to:
#!/usr/local/bin/php -c /usr/local/installatron/etc/php.ini

if it doesn't then you will to make sure /usr/local/lib/php.ini is compiled with ioncube
 
Last edited:
/usr/local/installatron/etc/php.ini is a custom php.ini only for installatron.
where is your original php.ini? /usr/local/lib/php.ini?
can you please paste your /usr/local/lib/php.ini content here?
I tried paste but I dont know why is not post here

I found
zend_extension=/usr/local/lib/ioncube_loader_fre_5.3.so
at the end of /usr/local/lib/php.ini
 
Your posts with your php.ini file were moderated by the forum. I could unmoderate one of them, but do you really think we want to read almost 2,000 lines of file?

If you're still having problems, then perhaps you shoud ask user redjersey who asked for the file, if you should send it to him by PM.

Jeff
 
Back
Top