bajanboost
10-30-2006, 02:25 AM
I finally found a web hosting client manager.
http://scripts.franciscocharrua.com/web-hosting-client-manager.php
I installed it, but when I go to access it, its asking me for a username and password.
From looking at the code, the username and password is calling the username and password of my database login. When I try that, I can't get it.
I then made a new set of variables and set my own password. I was then able to gain access. However, now when I get in, I am getting an error.
Fatal error: Call to undefined function: bcadd() in abedinc.com/clientmanager/index.php on line 532
When I check the code on like 532, this is what I am seeing.
<td class="headings" colspan="4" align="right">$<?= bcadd($monthly_fee["sum"], $annual_fee["sum"], 2) ?></td>
I am not much a php guy, so I don't know how to debug these things. Can someone install the script and test it out for me and let me know whats wrong with it? Let me know why I can't login?
http://scripts.franciscocharrua.com/web-hosting-client-manager.php
I installed it, but when I go to access it, its asking me for a username and password.
From looking at the code, the username and password is calling the username and password of my database login. When I try that, I can't get it.
I then made a new set of variables and set my own password. I was then able to gain access. However, now when I get in, I am getting an error.
Fatal error: Call to undefined function: bcadd() in abedinc.com/clientmanager/index.php on line 532
When I check the code on like 532, this is what I am seeing.
<td class="headings" colspan="4" align="right">$<?= bcadd($monthly_fee["sum"], $annual_fee["sum"], 2) ?></td>
I am not much a php guy, so I don't know how to debug these things. Can someone install the script and test it out for me and let me know whats wrong with it? Let me know why I can't login?