|
..:: MyAccount ::.. |
|
Article created: 05-10-2008 16:36
(admin), modified:
17-11-2009 14:22 (admin)
|
Traffic counter: 438
|
|
| |
|
Tags: mysql, php, programming,
|
| |
|
|
|
|
|
Do you feel like you are diagonally parked in a parallel universe?
|
|
|
The system was created when I was administrator of big local internet network. Keeping all records about users on a paperworks was very difficult. Moreover the system MyAccount created for not skilled employee posibility for managing user's accounts, system makes server's configuration files like hosts, dhcp_conf etc.
System lets managing of:
- customers;
- users;
- hosts (IP addresses, MAC addresses);
- financial services, like sending raports, rushing email etc);
- customer's records.
- customers can check their account in special customer panel.


Download: HERE.
| Did you like my article? To thank, please press "Like":
|
|
|
|
|
|
| |
Notification System UNITEL Notofication System UNITEL has been created by me for replacing old ticket system. The UNITEL company, during the time I was working for them, was giving IT services for others companies (outsorceing). My notification system has been created for receiving and servicing notification ticket from other companies.
Main [...]
|
Button Submit and its Properties
Sometimes it necessary to use a few submit buttons in one form. You can define only one <form ....... action="blabla.php"> to execute only one destination file.
What can you do if in the one form you would like to use a few submit buttons like "SEND", "EDIT", "REMOVE" etc?
You can make a few buttons [...]
|
Button Image and name or value problem Today I had a problem with image button in my form.
I had the following line:
<input name="blabla" type="image" src="http://domain.com/pict.gif">
Quickly I realised image button (used instead of submit) does not send information about "blabla". Also, there is another problem (only under IE). If you try to [...]
|
| |
|
Tags: mysql, php, programming,
|
| |
|
|
|
|
|
|
| |
| |