ispCP - Board - Support
[DEV] OmegaBill - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Contributions Area (/forum-40.html)
+--- Forum: Enhancements (/forum-43.html)
+--- Thread: [DEV] OmegaBill (/thread-6793.html)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24


RE: [DEV] Billing and automated invoice sistem - medisoft - 06-18-2009 10:12 AM

hi! if i use the SVN version, should I have the latest version of this mod?


RE: [DEV] Billing and automated invoice sistem - four2theizz0 - 06-29-2009 11:09 AM

Hi,

This looks amazing. I am just wondering what the timeline is for a stable release that could be used in production. No rush or anything, I am in need of a billing system, like yesterday hehe, and I have been working on integrating something third party. If this is near completion I will wait, and if not I will continue with my solution.

Do you need any help?

Thank you


RE: [DEV] Billing and automated invoice sistem - oddyutza - 07-04-2009 04:38 PM

some help will be appreciated
what are your skills? and where are you from ?
your PM is disabled.
monday i will post an update for this


RE: [DEV] Billing and automated invoice sistem - lschafroth - 07-07-2009 07:02 AM

maybe you should remove your sig, so people can take you seriously.

Lannie


RE: [DEV] Billing and automated invoice sistem - kvirtu - 07-07-2009 07:45 PM

I`am do not donwload ..... WinRAR ZIP archive: billing.zip - 0 Kb Sad


RE: [DEV] Billing and automated invoice sistem - tronix - 07-09-2009 08:33 PM

Me to. Please post it again who have it.


RE: [DEV] Billing and automated invoice sistem - oddyutza - 07-13-2009 04:41 PM

[attachment=826]


RE: [DEV] Billing and automated invoice sistem - rycardo74 - 07-20-2009 04:04 AM

hi this is a issue for the developer

on the file login_code.php line 21 you have this

$pass = md5(mysql_real_escape_string(trim($_POST['password'])));

but the password created by the installe set the password in clean text

Im solve removing the md5 function or encripted the password with md5('adminpass') inside the database

This issues is only a common mistake , good work


RE: [DEV] Billing and automated invoice sistem - oddyutza - 07-20-2009 04:58 PM

Hello rycardo74,
as fas as i know in billing.zip there is no such file!
and as i mentioned from the first post, for the moment nothing is secured and should not be used into a production environment.

of cource we will not care abut the installed stuff and password, because i intend to use the ispcp users db.

Anyway thanks for the help.
br++


RE: [DEV] Billing and automated invoice sistem - rycardo74 - 07-20-2009 07:05 PM

OK, Im working in a whmcs clone for ispcp, Im dont know how implement an adons structure
for payments and domain register ( paypal ans anom ) for future gateway payment and registers.
Im integrate my domain register procedure:
http://www.auyama.it/registrazione_domini.php
and my shoping cart, on a client control system where :
(status of component)
1- add a servers (manual)
2- check status server ftp/smtp/pop3/imap/mysql/http (ok)
3- mrtg bandwidth cpu memmory conections controll (ok)
4- orders, invoices ( ok, no pdf )
5- newsletter system ( ok )
6- ticket system ( replace the server ticket system )
7- renew system

my page project :
http://www.auyama.it/ispcp_billing_pannel.php
I want relese on gnu license ;-)