Jump to content

gbensonii

Retired Forum Member
  • Posts

    26
  • Joined

  • Last visited

About gbensonii

gbensonii's Achievements

Junior Member

Junior Member (1/3)

0

Reputation

  1. 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
  2. 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?
  3. I am getting an Access Denied Your IP Address has been banned because of 3 Invalid Login Attempts...What do I do now?
  4. THANKS FOR WORKING TO GET US BACK UP ASAP!! Sincerely, George
  5. 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?
  6. Or at least give a leaway period that allows for the server to be down!
  7. 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?
  8. 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?
  9. 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>
  10. I am having the same issue as well
  11. 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
  12. 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
  13. Just check them out at http://www.aitdomains.com/
  14. 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
  15. 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
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated