Web Hosting Talk







View Full Version : Customer Login to view their account


WCHost
01-27-2004, 08:15 AM
What software is there can provide similar program as Modern Bill?

The main problem for me is all my clients are chinese...so Chinese are required.

=)

Aushosts
01-27-2004, 09:07 AM
Perhaps you could right a lang file?

phpcoder
01-27-2004, 09:31 AM
What do you mean by account?

Support, Billing, everything, etc?

WCHost
01-27-2004, 02:03 PM
Support
- Well just like Ticket support (yes there is freebies one)

Account
- Show when plan expire (IMPORTANT)
- Show plan costs
- show current hosting package usage (cPanel)

Well the things i said above sounds like ModernBill but writing a lang file will take few years for me!

seekhosting
01-29-2004, 09:24 AM
Hi,

1. It seems that your requirements are very simple. You may consider to develop a simple PHP scripts by yourself. This should take less than 30 hours.

2. It should take less than 3 hours to write a chinese lang file. All you have to do is just translate the wordings to Chinese. For example, in the Chinese.lang.php

<?php

$lang_powered = "xxxxxxx";
$lang_user = "xxxx";
$lang_submit = "xxxxx";
............................
............................

?>

Simply substitue the xxxxxx in Chinese Language

Best regards