[RELEASE] Installatron (DirectAdmin auto script installer)

Icheb said:
Note: Ignore my last post, wasn't entirely awake it appears...
Heheh - that's okay :)

As for payment methods, right now we support PayPal, Postal Payments (Bank Check or Money Order), and Direct Bank Account Transfers. See http://www.installatron.com/payment

We will probably be looking into a payment gateway of sorts soon.. :)
 
Just in case this helps anyone... I tried installing the RPM for libzzip and still got the errors in PHP. I tried downloading the source and compiling it and that fixed the problem :)

HTH,
Matt
 
Another hint... make sure that if the custom apache build system upgrades your PHP version, that your Turck MMCache is recompiled to handle the new version, otherwise Apache will fail.

HTH :)
Matt
 
Really? Haven't had to do that with any versions yet - just have had to service apache stop and restart it through DA. (won't start with service apache restart/start anymore)

Quick note: due to a minor bug in the license activation system, a few extra "License Activated" emails were sent out earlier today. But this was just that, the actual licenses were -not- enabled.

As for any "pending" licenses, these licenses will be activated and made usable as soon as we receive proper payment. Thanks. :)
 
Strange.
Code:
service httpd restart
Stopping httpd:                                            [  OK  ]
/etc/init.d/httpd: line 46: ulimit: open files: cannot modify limit: Invalid argument
/etc/init.d/httpd: line 47: ulimit: open files: cannot modify limit: Invalid argument
/etc/init.d/httpd: line 48: ulimit: open files: cannot modify limit: Invalid argument
/etc/init.d/httpd: line 49: ulimit: open files: cannot modify limit: Invalid argument
Starting httpd: [Mon Mar 29 17:46:59 2004] [warn] module perl_module is already loaded, skipping
[Mon Mar 29 17:47:00 2004] [warn] NameVirtualHost [..] has no VirtualHosts
                                                           [FAILED]

But whatever. DA can do it, so I don't complain :)
 
I got one

l0rdphi1 said:
Really? Haven't had to do that with any versions yet - just have had to service apache stop and restart it through DA. (won't start with service apache restart/start anymore)

Quick note: due to a minor bug in the license activation system, a few extra "License Activated" emails were sent out earlier today. But this was just that, the actual licenses were -not- enabled.

As for any "pending" licenses, these licenses will be activated and made usable as soon as we receive proper payment. Thanks. :)

Hey Phil I was checking out the payment area. Then I had to leave. I closed my Firebird and left. When I came back I had a message saying that you received payment. I assume that this type of thing is what you are talking about. If not, well you know of the bug now :)

cheers,
brandt]
 
hostpc.com said:
What's up with that error message? I was just about to sign up, but that one's scaring me....

Joe
Nothing related to iTron. Just a particularity of my box - been doing it since DA 1.2 at least.

I probably shouldn't have posted it in this thread :)
 
Re: I got one

motobrandt said:
Hey Phil I was checking out the payment area. Then I had to leave. I closed my Firebird and left. When I came back I had a message saying that you received payment. I assume that this type of thing is what you are talking about. If not, well you know of the bug now :)

cheers,
brandt]
That was the bug :)
 
Update on recompiling PHP with --with-zip:

John has added --with-zip to the default setup for us. (yay!) :D

So the usual trick will do it:
Code:
cd /usr/local/directadmin/customapache
rm -f configure.php
./build update
./build php
 
Warning: Unexpected character in input: '' (ASCII=23) state=1 in /usr/local/directadmin/xserv/mod_itron/package/pnuke on line 510 Warning: Unexpected character in input: '' (ASCII=15) state=1 in /usr/local/directadmin/xserv/mod_itron/package/pnuke on line 510 Parse error: parse error, unexpected T_STRING in /usr/local/directadmin/xserv/mod_itron/package/pnuke on line 510
 
Have you tried re-refreshing your packages? Something obviously didn't download right. If that's useless advice, contact iTron support with your root password and I'll work out the bug.

Are you on freebsd by the way? (Sorry if I've already asked that.) - I don't have a fbsd testing box.
 
Last edited:
Oh wait, I see the problem - "pnuke" isn't going to be a valid package anymore. Did you update from a version older than .7? If so, rm -fr /usr/local/directadmin/xserv and reinstall. Sorry.

Edit: Okay, this was resolved via email. We rm -fr /usr/local/directadmin/xserv and reinstalled.
 
Last edited:
Heh, I helped program that script way back in the day when it was in CGI. That was years ago. Now it's in PHP ofcourse, but I didn't know it got so popular.

Is there an easier, quicker way to pay for licenses? Or are you looking into possible options?
 
AtomicRax said:
Is there an easier, quicker way to pay for licenses? Or are you looking into possible options?
PayPal and bank account money transfers are both pretty simple. We've been looking at credit-card merchants too, although they're all pretty expensive and probably beyond our means at the moment.

Did you have a particular payment system in mind?
 
Well, paypal is fine with me, I was just wondering if ya'll plan to setup a checkout link on the website where it's a little easier and quicker to do, or if it's going to stay where you have to get the email address, go to paypal.com and login, then click Send Money, then type the address and how much to send....

EDIT:

I'm fine either way, just some what lazy... ;)
 
There is actually a link on the payment page which takes you straight to PayPal. :)

Perhaps I should make it a little more obvious that it's a link. Maybe I'll add one of those paypal buttons.
 
Back
Top