
gbensonii
Retired Forum Member-
Posts
26 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Hotfixes
Everything posted by gbensonii
-
I am using the Flash Tutorials Addon and in it the assumption is made that the .swf files are stored locally. My webhosting provider stores them on their server and allows us to embed them and/or link to them without having to copy them all to our server. The question I have is this...Is it possible to make this addon be able to utilize the .swf files stored on another server? If so, how? If not - is it possible to create an .swf template that utilizes an html IFRAME that would display the .swf? An example of the .swf I am referring to can be found at: http://tutorials.frugalhost.com//videos/cpanel-whm/cpanel/x3/m/Logging-into-cPanel.swf Thanks George
-
I did not think it was related to the downtime - but only to the fact I tried to log in more than once from different browsers when I got the original error. Thanks for the suggestion about the tblbannedips - I will delete the banned ip address entry from that table and that should work? I assume?
-
I am getting an Access Denied Your IP Address has been banned because of 3 Invalid Login Attempts...What do I do now?
-
THANKS FOR WORKING TO GET US BACK UP ASAP!! Sincerely, George
-
I know that my key was valid and I was accessing my whmcs administrator off and on for the past few weeks with no issues and today it stopped and is giving the License Noconnection error. How long should I wait to try to regain access?
-
Or at least give a leaway period that allows for the server to be down!
-
I too can not access whmcs.com nor can I log into my administrator as it gives a License noconnection error. How long will the whmcs site be down?
-
I am looking for a way to customize my header.tpl file so that if a given option is not enabled then it doesn't show up in the menu option. For instance - I do not currently allow credit card info to be stored and so I want the template to be able to check to see if credit cards are allowed and if so display the menu option but if not then to not display that menu option. Below is a part of the code I am using: {if $loggedin} <ul class="art-hmenu"> <li><a href="{if $loggedin}clientarea{else}index{/if}.php">{$LANG.account}</a> <ul> <li><a href="affiliates.php">{$LANG.affiliatestitle}</a></li> <li><a href="clientarea.php?action=details">{$LANG.editaccountdetails}</a></li> <li><a href="clientarea.php?action=creditcard">{$LANG.navmanagecc}</a></li> <li><a href="clientarea.php?action=contacts">{$LANG.clientareanavcontacts}</a></li> <li><a href="clientarea.php?action=addfunds">{$LANG.addfunds}</a></li> <li><a href="clientarea.php?action=emails">{$LANG.navemailssent}</a></li> <li><a href="clientarea.php?action=changepw">{$LANG.clientareanavchangepw}</a></li> <li><a href="logout.php">{$LANG.logouttitle}</a></li> </ul> </li> <li><a href="#" class="menu">{$LANG.navbilling}</a> <ul> <li><a href="clientarea.php?action=invoices">{$LANG.invoices}</a></li> <li><a href="clientarea.php?action=quotes">{$LANG.quotestitle}</a></li> </ul> </li> <li><a href="#" class="menu">{$LANG.navdomains}</a> <ul> <li><a href="clientarea.php?action=domains">{$LANG.clientareanavdomains}</a></li> <li class="divider"></li> <li><a href="cart.php?gid=renewals">{$LANG.navrenewdomains}</a></li> <li><a href="cart.php?a=add&domain=register">{$LANG.navregisterdomain}</a></li> <li><a href="cart.php?a=add&domain=transfer">{$LANG.navtransferdomain}</a></li> <li class="divider"></li> <li><a href="domainchecker.php">{$LANG.navwhoislookup}</a></li> </ul> </li> <li><a href="#" class="menu">{$LANG.navservices}</a> <ul> <li><a href="clientarea.php?action=products">{$LANG.clientareanavservices}</a></li> <li class="divider"></li> <li><a href="cart.php">{$LANG.navservicesorder}</a></li> <li><a href="cart.php?gid=addons">{$LANG.clientareaviewaddons}</a></li> </ul> </li> <li> <a href="support.php">{$LANG.navsupport}</a> <ul> <li><a href="downloads.php">{$LANG.downloadstitle}</a></li> <li><a href="knowledgebase.php">{$LANG.knowledgebasetitle}</a></li> <li><a href="serverstatus.php">{$LANG.networkstatustitle}</a></li> <li><a href="supporttickets.php">{$LANG.navtickets}</a> <ul> <li><a href="submitticket.php">{$LANG.navopenticket}</a></li> </ul> </li> </ul> </li> </ul> {else} So the real question I have is this - What, if any, IF / ELSE statement could be used to hide the <li><a href="clientarea.php?action=creditcard">{$LANG.navmanagecc}</a></li> when not enabled?
-
I have an existing module I created to go on my Joomla Homepage (shown below) that I want to change so that when a client is logged in it will display a message that says something like "Hello George," or whatever the users name is followed by a button to logout. The module works well for the Login but I am not sure how to change it to check to see if your logged in and if you are logged in then to display the Hello message and Logout button. Any suggestions? Note: I have replaced the token value with x's for security purposes. <html> <head> </head> <body> <form id="frmlogin" action="http://www.frugalhost.com/billing/whmcs/dologin.php" enctype="application/x-www-form-urlencoded" method="post"> <input type="hidden" name="token" value="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" /> <table id="whmcslogin" align="center" border="0" cellpadding="0" cellspacing="0"> <tbody> <tr> <td colspan="2">Email:</td> </tr> <tr> <td colspan="2"><input name="username" size="30" type="text" /></td> </tr> <tr> <td colspan="2">Password:</td> </tr> <tr> <td colspan="2"><input name="password" size="30" type="password" /></td> </tr> <tr> <td><input name="rememberme2" value="on" type="checkbox" /> Remember Me</td> <td style="text-align: right;"><input value="Login" type="submit" /></td> </tr> </tbody> </table> </form> </body> </html>
-
I am having the same issue as well
-
After opening a support ticket, Matt took the time to take on the issue and with his help I discovered that I was indeed using the wrong IP address. Hostgator had recently done an upgrade and had moved my accounts to a new server. The IP address I was using was pointing to the list on the old server. When I changed the IP address to the new server it brings up the correct list. The issue seems to be working and I will continue with the import. I will also be changing the password I sent you as well. George
-
With any IP address listed, I am not able to access the WHM and the import script did not work at all!! I had posted this with the HOSTGATOR tech support and they said the following: "As part of our partnership with WHMCS, they have agreed to have their experts look at issues we have with WHMCS. Please open a ticket with this list with WHMCS so they can assist you with this." As such, I can e-mail the PDF of the ticket info to you - but I need to know who to send it to and what the e-mail address is? My e-mail address is either gbensonii@gmail.com or ajprofitsinc@gmail.com
-
Just check them out at http://www.aitdomains.com/
-
When I signed up they did not require a deposit, nor did they charge a set-up fee. There website says on the frontpage in the bottom right hand corner that you can become an "Affiliate Register" starting at just $1.00 - which now that I think about it -- I think thats what I paid when I started out back several years ago. The basics of what they do is this. They charge the customer your listed price, they subtract the cost to you, and put the difference (Your Profit) in an account that belongs to you. However, they hold the "Profit" for the first $150 in a chargeback account. This money is still yours, but you can't get to it unless you cancel your reseller account with them. After the first $150 they mail out checks on a monthly basis (I think its monthly anyway? - I would have check with my accountant on that to be sure) Hope this helps, George
-
I ran into the same problem. I found the answer was in the IP address. When you go into the WHM and choose the EDIT DNS ZONE option, then choose the domain name for your primary account (The account that your WHM is attached to), You will notice that there is probrobly more than one IP address listed. For me there was anyway, and I just used one of the other IP addresses that was listed (For me it was the one listed as ns1) and after changing the IP address it worked fine. George
-
Is it possible that I could "fetch CSV" and then import the data from that CSV? Just a thought? George
-
Not sure what to say here. First, when I go to my WHM and use the "fetch CSV" the file displays immediately and the package names are correct. I tried a second experiment - after completely removing the domain (from the WHM) that contained the old instance of WHMCS I went to a second domain that I have http://www.ajprofits.com/ ...and I completely re-provisioned this account to start from a blank slate. I then installed the whmcs into the folder on the AJ domain. Completed the configurations and all and did the import from that domain. I still got the same old list even though the WHM shows the correct domains and packages. Is it possible that during the export or "fetch CSV" function a CSV file is being created by the WHM that the script is not "overwriting" when it is calling for the export a second time? HMMM... Again, not sure what to say here I just know that its not working and trying to figure out why.... Your comments and suggestions again would continue to be very helpful. Sincerely, George D. Benson II President - AJ Profits, INC.
-
I just went to http://www.enom.com/secure/default.asp to check out the SSL certificates and the lowest I see is $19.95 George
-
I have been using AIT DOMAINS for the past 5 years. The user interface is great and the pricing is really good too. Tech support has been really helpful during domain name transfers in the past and all in all they seem to be top notch. http://www.aitdomains.com/ Is there anyway to integrate them into the WHMCS? George
-
According to Hostgator Tech Support, there is no cron job being run that updates any known list of whm accounts/packages. They say that the script that is being run must be creating a file that has the list from the first time I ran the whm import script and now it is just referring back to that same list instead of actually pulling the information a second time. If this is the case, the WHM IMPORT SCRIPT must be creating a file with the list in it?? (Thats my logical thought anyway...??) Suggestions are greatly appreciated. George
-
Does anyone know where the whm import script is getting its information from? I mean specifically? Is it a specific database? A specific file? Does it create a file the first time it is run? I have spoke with the Tech Support at Hostgator and they say that because this is a WHMCS issue they can't help. I am not sure that it is a WHMCS issue however, and as such I would like help figuring this one out. So any suggestions would be greatly appreciated!! Thanks
-
As a test, I completely removed the account from the WHM, hence deleting all of the stuff on that account. Re-Created the account, re-uploaded all of the WHMCS files and re-installed all WHMCS files. Re-Configured the license and recreated the databases. AFTER THIS COMPLETE RE-INSTALL, IT STILL GIVES ME THE OLD LIST. THERE MUST BE A LIST BEING SAVED IN A CACHE ON THE WHM SERVER or on the WEBHOSTING SERVER??? I suspect, although I won't know until tomorrow or the next day, that some form of CRON job is setup on the server that will update or delete this file??? NOT SURE, I just know that the list it brings up is indeed the old list, and not the CURRENT LIVE Packages assigned to each account.....
-
This is not working then. Because when I log into my WHM I see that each account has the correct package name assigned to it. For example I had one package for http://www.allplay-fec.com that was assigned to a package called gbensoni_150-500 Basics that I have re-assigned from within the WHM to gbensoni_CHARITY as this is a website that I hosting for my brother at no cost. When I go to the WHM Import Script from within the WHMCS it still shows the old gbensoni_150-500 Basics Package instead of the newly assigned gbensoni_CHARITY. Again from within the WHM it shows up correctly (gbensoni_CHARITY) but from the WHMCS Import Script it is still showing the old name?? Any suggestions? George Benson II President - AJ Profits, INC.
-
Thanks for your response but I don't think you understand the question. The package names I have listed in the WHMCS do match exactly the package names listed in the "NEW WHM LIST WITH THE NEW PACKAGE NAMES THAT I UPDATED IN THE WHM" the issue is that when I try to use the WHM IMPORT script from within the WHMCS it is not showing the list from the WHM with the NEW PACKAGE NAMES its showing a list (I assume the old list) with the OLD PACKAGE NAMES prior to my making changes in the WHM to consolidate the number of package names I would need to create. Thanks
-
I have recently completed the install of WHMCS. It works great and I can see that it will be a great asset to our company. I did a test with the WHM IMPORT SCRIPT and it shows all the accounts listed in my WHM like it should. After seeing all the accounts listed, I made a test import of one account and that went fine. I then noticed that I had several different "Packages" in my WHM LIST and because I didn't want to have to create all those packages within the WHMCS I decided to consolidate them in the WHM to just a few packages. I made all the necessary changes so that they show up correctly in the WHM; however, now when I try to use the WHM Import script it still shows the old list with the old packages instead of the new list with the new packages..... Is this list stored on the server somewhere? Do I need to delete something or empty some cache or will the server update the list at some point? Not sure what to do next so any advice would be helpful. Thanks George D. Benson President - AJ Profits, INC.