billing module

Discussion in 'Programming/Scripts' started by zustudios, Aug 29, 2015.

Thread Status:
Not open for further replies.
  1. zustudios

    zustudios Member

    Done it works thanks.One more Important question if you can help.How do I install java,ant,and red5 on ubuntu 14.04. All I see is ubuntu 12.04. Ununtu 12.04 guide doesn't work.
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    I don't use java that much so I can't help you with that in detail. Normally java can be installed just with apt.
     
  3. zustudios

    zustudios Member

    Does the guide to the perfect server for centos 6.5 work for centos 6.7? Will it work for digitalocean?
    What minimum requirements are needed to install with the perfect server guide?
    I'm thinking of using ispconfig 3 as my default web panel for vps hosting.I want to install ispconfig on eash digitalocean droplet for my costumers.I will have to install it manually for each costumer.I also would like to add the free version of softaculous on each panel.Any advice?
     
    Last edited: Oct 7, 2015
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    Most likely yes. But I wont start a fresh server with such a old OS version if I were you.

    The hosting provider that you choose does not matter, just ensure taht the server has min 1GB RAM.
     
  5. zustudios

    zustudios Member

    Last edited: Oct 8, 2015
  6. zustudios

    zustudios Member

    I'm having problems installing ispconfig 3 on digitalocean.
    The perfect server guide is not working for centos 7 or 7.1.
    After when I get to installing phpmyadmin I can go to http://104.131.12.129/phpmyadmin/ and can sign in but after that somewhere down the line(unknown) when I refresh http://104.131.12.129/phpmyadmin/ i get
    This webpage is not available


    ERR_CONNECTION_REFUSED
    Hide details
    Google Chrome's connection attempt to 104.131.12.129 was rejected. The website may be down, or your network may not be properly configured.
    I thought I had it right,I didn't notice till I tried to install roundcube.
    systemctl restart httpd.service worked but when I went to http://104.131.12.129/roundcubemail/installer
    I got :

    This webpage is not available


    ERR_CONNECTION_REFUSED

    Hide details
    Google Chrome's connection attempt to 104.131.12.129 was rejected. The website may be down, or your network may not be properly configured.

    Can I have someone install it for me or at least help me install ispconfig 3?
    I installed it on virtualbox for testing with no problems but I can't get it installed on digitalocean for nothing in the world.

    https://www.howtoforge.com/tutorial...-php-pureftpd-postfix-dovecot-and-ispconfig3/


     
  7. till

    till Super Moderator Staff Member ISPConfig Developer

    It might be that digitalocean installed a firewall in front of your server or they installed some additional firewall softwae in their centos base image that blocks the connections.

    Installation services can be ordered at ispconfig.org:

    http://www.ispconfig.org/store/
     
  8. zustudios

    zustudios Member

  9. till

    till Super Moderator Staff Member ISPConfig Developer

    I did not used any of them.
     
  10. zustudios

    zustudios Member

    Ok I will check them out.
    I need help on creating an api script. On the api guide it's for a ftp user. Do I write it as is or what changes do I make to connect my website to my ispconfig 3 and to the billing module? Where do I upload it to?
     
  11. till

    till Super Moderator Staff Member ISPConfig Developer

    Take a look at the remote_client directory in the ispconfig 3 tar.gz file, there you find the remote api documentation and example scripts for all kind of api functions.

    To your website. The website just has to have PHP support enabled.
     
  12. zustudios

    zustudios Member

    Last edited: Oct 9, 2015
  13. till

    till Super Moderator Staff Member ISPConfig Developer

    Download ispconfig from ispconfig.org to your desktop, unpack the tar.gz and then take a look into remote_client frolder.
     
  14. till

    till Super Moderator Staff Member ISPConfig Developer

    You can not create virtual servers at digitalocean as a digitalocean droplet is already a virtual server, beside that you need a separate IP address for each virtual server.

    What you can use at digitalocean are all other functions e.g. to create websites, email addresses etc. but not virtual servers. Hosting virtual servers requires a root server (real hardware) with an openvz kernel and you can only host virtual machines on that server then and not websites or email, so thats a different kind of setup.
     
  15. zustudios

    zustudios Member

    debian 7
    I'm learning how to use/create api. noob to code.
    https://www.howtoforge.com/how-to-create-remote-api-scripts-for-ispconfig-3
    Is the red text unique to my server or do I paste as is?
    This is what I'm doing after I finish learning api.
    https://www.howtoforge.com/using-roundcube-webmail-with-ispconfig-3-on-debian-wheezy-apache2
    My domain is http://www.zuhost.tk/
    Do I make a directory http://www.zuhost.tk/remote ?
    Where is https://192.168.0.100:8080/remote located ?
    is this where I upload all of my api for http://www.zuhost.tk/ or is https://192.168.0.100:8080/remote on my server?
    $rcmail_config['soap_url'] = 'https://192.168.0.100:8080/remote/';

    Does this work with debian 7 or do I have to install debian 6?
    https://www.howtoforge.com/installing-openvz-plus-management-of-vms-through-ispconfig-3-debian-6.0
    If I install debian on an external hard drive will it work? Im using a 5 tb drive. is it big enough?Host computer 4 g ram usb 3.
    After I install openvz do I make a vhost and use:
    https://www.howtoforge.com/perfect-server-debian-wheezy-apache2-bind-dovecot-ispconfig-3
     
    Last edited: Oct 12, 2015
  16. till

    till Super Moderator Staff Member ISPConfig Developer

    The red part is the code part that the author f the article explains in this paragraph.

    That's the ISPConfig installation, so you aler only the IP address in the URL to match the IP of your server.

    This should work with debian 7 as well but I havent tested it. It might be that a modification of the openvz templates is nescessary for the current openvz kernels with ploop support, there was a bug report some time ago about that.

    4GB RAM is not much but it should be ok for 1-3 virtual machines.

    Yes, you can do a perfect server install then inside a virtual server that you created on the host system.
     
  17. zustudios

    zustudios Member

    Do you know of any tutorials of how to sftp as root on debian 6/7? I can't upload or download on filezila. (permission denied) How do I unlock root user? and I think it's best to simply use debian 6 as my base install since everything on ispconfig 3 works with debian 6 with out so many problems plus the manual is written based off of debian 6 and i will install debian 7 as a vserver. Ive tried ubuntu and centos but all I see is debian in the tutorials. Your thoughts?
     
  18. till

    till Super Moderator Staff Member ISPConfig Developer

    The root user on deb 6 and 7 should not be locked. Only deb 8 locks it by default. You can find the sshd configuration in /etc/ssh/shd_config

    Debian is the recommended Linux distribution, but Ubuntu and CentOS is working fine as well, there are just not all manuals available for Ubuntu and Centos.
     
  19. zustudios

    zustudios Member

    I'm a noobe so I think It's best to go with debian so I don't have to "convert" everything .So I'll go with what's "default". I'm just confused on the api setup. I don't understand coding yet. What tutorials do you recommend so I can get up to speed enough to set up ispconfig 3 (video prefered :english with talking and showing) so that I can learn faster. Right now I'm a level 2 noobe I guess.lol.Do I upload the api scripts to the /var/www/ispconfig(locked folder) but I'm guessing /var/www/ispconfig/remote ?Does that equal : https://192.168.0.100:8080/remote ?
     
  20. till

    till Super Moderator Staff Member ISPConfig Developer

    If you can't code in php then you should consider to hire a coder or learn php coding first. Starting with a project to connect a complex software like ispconfig without any coding experience will most likely not work.
     
Thread Status:
Not open for further replies.

Share This Page