Santo
Retired Forum Member-
Posts
37 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Hotfixes
Everything posted by Santo
-
J!WHMCS Integrator ver 1.5.1 released
Santo replied to gohigher's topic in Commercial Modules and Addons
It certainly works well and the guys behind it did a great job! -
PTWS Alojamento Web - http://www.ptws.pt - has launched the "Referencias Multibanco" module. This module supports the If-Then and CompraFacil payment gateways for Referencias Multibanco. If interested, please contact us at our Client Area: http://www.ptws.net/suporte
-
Here are my thoughts on the subject: 1 - Make totals.. 2 - Create a sub-report that only lists credits on the system. Your report is good, but if you have 1000's of clients it sure guarantees you a couple of hours of sorting numbers. By making a "Clients With Credits on System" report it will help sort things out. That or add a break down on the report by dividing the clients in 2 groups - With Credit and Without Credit Those are just a couple of suggestions. Anyway, thank you for the code, it really helped us today and saved us allot of time browsing all our clients hunting for credit! Cheers
-
Almost perfect.. But it helps solve my problem at the momment. Thank you for the tip. Cheers,
-
Hi, I think there is no way to see who are the clients with credit's on whmcs, but i may be wrong. Can anyone confirm this? Its important to see what credit is in the system, when forecasting the future... Regards,
-
Hi, Sorry for my delay in implementing and testing this addon, but we have been busy upgrading and costumizing some stuff. Installation is as easy as 123 Adding IP's and searching works well and no problems there also. Updating the tables with new info from the config file is also working as intended. Sync IP's doesn't work because the sql statement is commented out on the file.. All in all, it serves our purposes very well and its a really usefull tool. If you want to expand on it, add a Report to list IP's. also a Hostname field would be very good, since most IP's have a hostname assign to it one way or another. I have no further suggestions. Only have to say THANK YOU for sharing your efforts with us here less knowledge about PHP! THANK YOU! Cheers
-
Hi, I think i found the problem for the errors: Open homepage.tpl Search for: $now = mktime(0,0,0,date("n"),date("j"),date("Y")); Replace with: $now = mktime(0,0,0,date("n"),date("j"),date("Y"),0); Search for: $then = mktime(0,0,0,$input[1],$input[2],$input[0]); Replace with: $then = mktime(0,0,0,$input[1],$input[2],$input[0],0); The error was due to php mktime function trying to calculate/guess daylight savings. I hope it helps...
-
Yes, i agree that there are some common elements. Now imagine i am a big company and i have servers across the globe. Probably your list would not serve my interests since most likely i wanted to use other references like: Shared USA Shared UK Shared ASIA Dedicated GNAX Dedicated Other Datacenter .... and so on You see now why i suggested the 2 additional tables? You could go ahead and make a list.. It would look something like: Shared Dedicated VPS Switch Router Load Balancer Firewall Other Device I think that list covers most standard options. Cheers,
-
Yes, it could be a drop down. But for that to work, and thinking there are endeless possibilities as there are whmcs end users, the best way to aproach this would be to setup a Location Add Form and a Type Add Form. Then when adding an IP you would have only to go look into the Location and Type tables to build the drop down. That would mean 2 more tables at least. I hope i got my message clear.. Cheers and thank you for your willingness to contribute with your skills to the comunity.
-
I will give you guys the first idea: Idea 1 Local: Admin Area Title: IP Manager Type: Addon Module Description: Design a better IP Manager that besides using customer inputed IP's it also reads the already assigned IP's from the server table and adds them to the list (a kind of pre-populate) The input fields should be: - Hostname/ServerName - Type or Description - This can be a server, a switch, a VPS, a router and so on - Location - Datacenter or even rack and U - IP address - Here it should be possible to have a hostname with several IP's. Example: Dedicated Server with 5 IP's assigned. Instead of entering 5 times the same information, having a relation of one to many on the Hostname -> IP address - Notes - Free form field Other things: - Search by IP, Location or Hostname - Sort by IP, Location or Hostname Regards,
-
Suggestion: Mail notifications - When a todo item is assigned to a user, send email with notification to that user Can this be made? Other then that it is indeed a wonderful addon and very useful. Thank you very much for sharing it with the community and congratulations on a job well done. Cheers,
-
Hi Matt, When clicking on "Active Flagged Tickets: 1" i am taked to a full ticket list instead of a small list with only tickets flagged in my name.. Can you check this and confirm it is a small bug or am i having cookie problems? Regards,
-
Any client can use the name of your server to login to their account.. cPanel looks for the login, not the server or domain name.
-
The script works very well... Kudos to Troy. Just follow instructions and you will give your client a nice list of domains with the respective cPanel link. This can be adapted also to plesk with some small modifications. Cheers and thank you Troy
-
First of all thank you for your contribution, and see what a write below as a suggestion for improvement and not criticism. This cPanel login only works for companies with 1 server and clients with no more then 1 account. If you have more then 1 server, you need to query the database for the user server location, and if the user has more then 1 account spread over different servers then you need to get some input from the client, like what account he wants to manage. So, for this to work for every business company it should have: 1 - Drop down that gets the accounts for that client and displays them as domains 2 - Depending on the domain selected the final IP is picked up from the database and sent to the form. 3 - The the rest of the code above. I hope you see this as an improvement and not an abuse on my part. Regards,
-
Matt, I have seen this behavior before, and even reported it in another message. For example, using the back button on your browser can case data to desapear. Also sometimes, by opening for example a users plan and clicking on the main page makes the plan zero all values. Its not always, and its not that frequent. another example i had was with the mail templates and the configuration. After saving all was left blank. It seems a session thing. Cheers,
-
Maybe if you can explain your problem better someone will help. I for one didn't understood your problem.. but maybe its me.. i am blonde Cheers
-
I can recommend RVSiteBuilder. We use it with great success on newb users. Cheers
-
Hi, Once again, thank you! I think you missed a change on this line: $reportdata["tablevalues"][] = array(fromMySQLDate($date),"$neworders","$newaccounts","$newinvoices","$paidinvoices","$newtickets","$cancellations"); Should read: $reportdata["tablevalues"][] = array(fromMySQLDate($date),"$neworders","$newaccounts","$newinvoices","$paidinvoices","$newtickets","$cancellations","$promocodes"); and also this line: $reportdata["tablevalues"][] = array("Monthly Total","$total_neworders","$total_newaccounts","$total_newinvoices", "$total_paidinvoices","$total_newtickets","$total_cancellations"); should read: $reportdata["tablevalues"][] = array("Monthly Total","$total_neworders","$total_newaccounts","$total_newinvoices", "$total_paidinvoices","$total_newtickets","$total_cancellations","$promocodes"); Cheers!
-
Perfect! thank you for a job well done. It will come in handy this report. Cheers,
-
Hi Matt, The following string is nowhere to be found on the language file: Login Required It shows up in the download area (client side) in v3.3.0 Solution: For those who need a immediate solution here it is. Open up includes/downloads.tpl and find: Login Required Replace with: {$LANG.downloadloginrequired} Open up lang/english.txt (or any other language) and add at the end: $_LANG["downloadloginrequired"] = "Login Required"; Thats it. Probably next version it will be corrected, but that is up to Matt. Cheers,
-
That is something that the reseller network can cope with. We already do that for several resold packages. We do front line support and only when it gets complicated to solve do we open a ticket with Matt. This way the sales can be made to non English speakers and to people that prefer to deal locally with someone that speaks the same language. this also helps reduce the amount of tickets Matt receives. If you can't view the sales potential on this move, then just ignore what i am saying. Please be aware that there are alot of people the has only basic English and allot more that never learned English. Since Matt created a reseller network, why not jump another step and have the software completely translated in any language available? Cheers,
-
The way Matt did it for the Admin area would be a huge work to take all text strings from the code and put them on a external file. I think that Matt should consider it. There is a huge potential for more sales on people that for some reason didn't learn english. I suggest to Matt that he get together a team of translators, appoint someone to coordinate this team and build up an interface for submitting the translations. Setting up this would allow WHMCS to be translated fast into other languages by a Team of dedicated people. The sales potential would be increased for sure. Think about it Matt... I know it will be a huge work to get all those text strings from the code out to an external file, but maybe it will be worthy, if sales can grow. I can volunteer for the portuguese-pt language right away. I am sure others will volunteer for other languages. Cheers and keep the good work.
-
Use a {If islogged} links here {/if} Check the sintax as i just got this from my memory.. Cheers
-
When going to View all clients and you try to sort by ID, Name or any other field it doesn't work. Can you please check Matt? Cheers,
