Chinmi
Retired Forum Member-
Posts
41 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Hotfixes
Everything posted by Chinmi
-
Hi, I am running to an error when I attempted to change a hosting package on WHMCS. I get this error: Any insight will be appreciated
-
Would love to be able to do that, but my host has disabled nobody mails to reduce spam.
-
DedicatedPros: That would let customers get a free domain name even if they are not purchasing a hosting.
-
Hi fellas, I am trying to setup a promotional code "example" This promo gives the customer a free domain name when they sign up for Annual hosting. How would I do this? A customer has to have hosting for one year and 1 year domain in the shopping cart for the promo code to be eligible. I know I can give the customer a free domain name through the product. But I am only offering this promotion to specific people hence the promo code. Is this possible at all?
-
Are there any information for this?
-
Hey guys, just wondering if any of you have discovered how to retrieve the domain pricing list from whmcs v4 and display it on your website. I have very very basic knowledge of php/mysql but the way I understand it..... tblpricing: has all the actual pricing details tbldomainpricing: where the domain extensions are listed What would the query string be to retrieve the extension and its prices? I don't have a clue on how to relate them to each other and output the data. Any help would be appreciated.
-
Integration Code - Don't show Client Login if they are Logged in
Chinmi replied to davet's topic in Third Party Add-ons
I did, I just removed them for the post. I had require("whmcs/dbconnect.php"); require("whmcs/includes/functions.php"); require("whmcs/includes/clientareafunctions.php"); -
Integration Code - Don't show Client Login if they are Logged in
Chinmi replied to davet's topic in Third Party Add-ons
BAJI26: Yeah but even if I am logged in, I still see the login box.. Does it have to do with the fact that I have this login box outside the whmcs folder? (I did do require("whmcs/dbconnect.php"); I just removed them from my post) -
Integration Code - Don't show Client Login if they are Logged in
Chinmi replied to davet's topic in Third Party Add-ons
my bad! I am not exactly an experienced php coder but this is what I gather so far... ?php echo date("l F jS Y "); require("dbconnect.php"); require("includes/functions.php"); require("includes/clientareafunctions.php"); if ($_SESSION['uid']) { $result = mysql_query("SELECT firstname,lastname FROM tblclients WHERE id=" . $_SESSION['uid'] . ""); $data = mysql_fetch_array ($result); echo "<hr/><strong>Welcome Back</strong><br>"; echo "<strong>{$data['firstname']}</strong> "; echo "<strong>{$data['lastname']}</strong><br><br>"; echo "<br><br><form method=post action=http://domain.com/logout.php><input type=submit class=submitbutton value=Logout /></form>"; } else { echo '<form method="post" action="http://domain.com/dologin.php?goto=clientarea"> <input type="hidden" name="token" value="##removed##" /> Email Address: <input type="text" name="username" size="50"><br> Password: <input type="password" name="password" size="20"><br> <input type="submit" value="Login"> </form>'; } ?> Now I am just getting the login box despite the fact that I am logged in (as client). I suspect there's something that needs to be changed under the if ($_SESSION['uid']) statement? Care to lend us a hand? -
Integration Code - Don't show Client Login if they are Logged in
Chinmi replied to davet's topic in Third Party Add-ons
hey guys, do you have the code for v4? there is no init.php file... what do I do instead? -
How to make Google Apps for Your Domain work with WHMCS in 5 steps
Chinmi replied to Gears's topic in Third Party Add-ons
ah thanks, I thought they were an error. On another note, I noticed that when I reply the ticket through email, the ticket does get the response, however the client doesnt get an email of the response. Is this happening to anyone else? -
How to make Google Apps for Your Domain work with WHMCS in 5 steps
Chinmi replied to Gears's topic in Third Party Add-ons
Hey guys, I've been getting these emails: What are these? -
Hey fellas, I am still a bit confused with the helpdesk system. I am using google apps to handle my emails. So in the Mail settings, SMTP Username: michael@domain.com In the Technical Support Department, Email Address: tech@domain.com -Now a client opens a ticket by emailing tech@domain.com -So now I respond to the ticket using the helpdesk system. This is where my problem is at. The client receives the response, but they receive it "FROM: michael@domain.com" Shouldn't the client see "FROM: tech@domain.com" ? Because if the client wishes to reply to the ticket via email, they can't. On another note: Can I respond to the tickets by email? If so how? Do i reply to the client's email address or to something else?
-
I have to agree with prozacpups.
-
Hi fellas, I am new here. Was wondering if anyone else here is using ResellerClub. I've set the pricing currency to be in AUD, however we all know how much the dollar is flucuating right now. So I am looking for something that can output the cost prices from resellerclub through rss or xml or whatever in AUD. The cost price in USD stays the same (obviously) while the AUD keeps going up and down and this kind of creates a problem with the higher priced domains as the price can change from $3-10 depending on the exchange rate. Has anyone else thought about this and found a solution? Would I have to play around with the API(*cringe*)?
-
Looks great. Really profesional and clean. Just a question though, is that using 4.0? I am having a problem with my Bulk TLD check. I can't figure out why my whmcs 4.0 only returns single domain results, unlike yours that gives available/unavailable results here
-
I am looking for this too. is it possible? Or at least you put in a single domain name but it checks for all the tlds
-
la_rollin you're on a roll! That's pertty much what I figured out but I am not good enough to figure out the coding for it, anyone willing to give it a shot? I am trying to output the domain prices from the whmcs database on my home page, is this possible?
-
Thanks for explaining. I guess I've got no other choice but to filter+forward.
-
Hi all, just a quick question, is it possible to direct where the cronjob email reports gets sent to? In cPanel I've set it to send to copies@domain.com but it's only sending to admin@domain.com which is the admin email address I use for whmcs.
-
heyo! first of all thanks for this addon. However I can't get it working. I tried it at your website too but it deson't show anything? I followed your instructions and yet no results. Also just to make sure, where do I place the namespinner.tpl file? in whmcs/templates or whmcs/templates/orderforms/web20cart ?? Tried to put in either of those folders it still doesn't work anyway.
-
My goodness... all this time it was only because I had the nameservers in capital letters. haha, stupidity...
-
I've checked everything, all fields have been filled out correctly. I am trying to register a .com. Perhaps I need to get support from the support team?
-
I read that but I don't quite understand which paremeters exactly? On the customer profile? or?
-
Hey guys, I am kind of desperate here. Whenever I am trying to register a domain name (Registar: DirectI) it gives me this error..... Any help please?
