
wehostem
Retired Forum Member-
Posts
44 -
Joined
-
Last visited
About wehostem

wehostem's Achievements

Member (2/3)
0
Reputation
-
Yes, I kept the ticket window open and I seen the answer, and I also got the email this time. Everything is good, I have now got access to my account. Thank you guys, you guys have always been great on support.
-
I do not know the previous ticket ID's, so I made a new one this morning. I do not get any emails from this (no they are not going to spam, my server isn't getting anything from whmcs at all). Ticket #651533
-
It's been a while and yet no one is answering the support or contacts at whmcs? I need access to my account immediately as we are moving from one server to another and I need to reissue my license. Yet I can't login, and I can't reset, the reset doesn't work. I have 1000's of clients that this will affect if I can't get my license re-issued. I have contacted WHMCS and nothing, not a single email back, nothing, zip, nada.
-
Sparky's Admin Upcoming Domain Renewals V4 template
wehostem replied to sparky's topic in Third Party Add-ons
I have 4.0.xx and can't upgrade, not an option at this time. I have over 50 sites on that server all running a program I wrote over 6 years ago, all using 4.0 MySQL. All paying customers. I may just end up moving it to another server eventually I have 13 of them, and out of that only 2 use the older MySQL, the rest use the newest. It would of just been nice to see it work on the older 4.0.x mysql. I still don't understand why this was removed from WHMCS in the first place. Use to be in the old 3.x series, why remove it, it was a good tool to have. Oh well... -
Sparky's Admin Upcoming Domain Renewals V4 template
wehostem replied to sparky's topic in Third Party Add-ons
I know this is a stupid request since most of us isn't on MySQL 4, but datediff function doesn't exist in MySQL 4x and therefore this query will not work. Maybe someone should make this for MySQL 4 users out there. If I do a query like: SELECT * FROM tbldomains WHERE DATE_ADD(expirydate, INTERVAL 3 MONTH) >= NOW() AND status = 'Active' ORDER BY expirydate ASC In phpmyadmin it will return the next 90 days of upcoming renewals for domains. Works fine for MySQL 4x, just like the original query works fine in MySQL 5x However I can't get this version 4 query to work in Smarty no matter what I do, I just don't know enough about smarty to make it work. I'm guessing syntax is incorrect somewhere? {php} $x=1; $result = mysql_query("SELECT * FROM `tbldomains` WHERE DATE_ADD(`expirydate`, INTERVAL 3 MONTH) >= NOW() AND `status` = 'Active' ORDER BY `expirydate` ASC"); while ($data = @mysql_fetch_array ($result)) { echo '<tr bgcolor="#ffffff" style="text-align:center;"><td><a href="clientsdomains.php?userid='.$data['userid'].'&id='.$data['id'].'">'.$data['domain'].'</a></td><td>'.$data['registrar'].'</td><td>'.$data['registrationperiod'].'</td><td>'.fromMySQLDate($data['nextduedate']).'</td><td>'.fromMySQLDate($data['expirydate']).'</td><td>'.formatCurrency($data['recurringamount']).'</td><td>'.$data['donotrenew'].'</td></tr>'; $x=0; } if($x) echo '<tr bgcolor="#ffffff" style="text-align:center;"><td colspan="7">No upcoming domain renewals</td></tr>'; {/php} -
Is it just me or is the manual payout not working? I have an account that got an affiliate sale yet the balance shows 0.00. The "last paid" date for the affiliate sale is "Never" so I click on the manual payout next to the affiliate list and this was reported at the top of the screen for the status: Affiliate Payment Success The commission has been added to the affiliates balance and last paid date updated Yet if I look the balance is still 0.00, and the last paid date was not updated, it still says "never".
-
I'm about to turn off PP subs as well, it has been a rough ride over the past 2 years.
-
I won't ever use them again after the initial failure of registerfly.com and all of the domains I had with them ended up on "godaddy" who I absolutely do not like. The worse part is I lost all my funds stored on registerfly.com for automatic domain registrations, and I was not able to get my money back.
-
This changed when I updated to version 4, and according to a support ticket I had open, Matt said it was normal operation. I'm a little fustrated by it cause now I will have to keep a close eye on it and double check every subscription created to be sure it is on time before the due date, and if not I will have to go log into paypal to cancel the subscription. I had a look at the template file and unfortunately that file doesn't control the creation of the buttons, the actual php file does that and it is encoded as I would expect it to be.
-
I think allowing paypal subscriptions on overdue invoices is a bad idea. I just had a customer pay an invoice that was two months behind and did so with a subscription. I asked Matt about the subscribe button showing on an overdue invoice and he said it was normal operation and that the consensus shows majority wanted this. This should of been an added option to the gateway setting, just a check box to "not show subscribe button if invoice is overdue". Now it looks like I am going to completely disable the subscribe feature, that majority of my clients love to use. Anyone else have this issue, and if so how did you deal with it? I have not looked at any of the template files yet to see if there is a way to add an "if" statement.
-
I don't like the new v4 manager look either, to heavy on the design. I like the simply colors and layout of the old style, it was easier to look at all the numbers and data, almost like a spread sheet. The one important thing I used alot was the upcoming domain renewal on the home page, and it is gone in v4 "original" template. I will have to figure out how to get that back in. Overall it is a great release, good to see some of the new features, and hopefully they will keep coming! Thanks
-
This is a new install of whmcs 3.2.2 When adding a new download and you check the box: Clients Only Tick this box to only allow logged in clients to download it It doesn't stay ticked when you save. You have to come back to it and save it again to make it tick. Just something small to point out.
-
Anyone know anything about domain name transfers?
wehostem replied to wehostem's topic in Using WHMCS
Looks like I will have to try and call them, it has been over a month of senseless support emails, and the only answer I got back was that it transfered... ?? which it didn't. The email support with them is useless if they even answer them. I'm am thinking about going with the directi one maybe before I get more clients signed on. -
I am trying to transfer visualimages.com.au to my registerfly reseller account. It keeps sending me this error: Unable to transfer name 465 'transfer' orders are not supported for '' domainsRegistration not allowed under this TLDInvalid syntax on domain name (Top level domain in "visualimages.com.au" is unavailable) Any thoughs? Can you transfer a .com.au name? -Jeff
-
I tested in some older firefox (1.0.3 - 1.5.x) all works good also.