
RenatoMN
Retired Forum Member-
Posts
90 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Hotfixes
Everything posted by RenatoMN
-
So I'm developing an addon for selling physical products.
RenatoMN replied to Nathron's topic in Developer Corner
Please do so -
You can register yourself as a customer and create a new invoice for you (even manually in admin panel). You do not need to pay it to see the parameters included in the button or payment script. Just open the page source in your browser, while in the invoice screen.
-
BitCoin should have a sandbox or test mode. I do not know this gateway. I need to study it further. On the top of my mind, I have a question: Why would you need a user ID, if the invoice is paid by the invoice id itself? If you need help developing / fixing a module for BitCoin, leave me a PM or contact-me through my site contact form. Regards, Renato
-
He is asking WHMCS Staff (or Matt) sell WHMCS Licenses in GBP, because he is UK based and his bank charges transaction fees every month, because WHMCS Licenses are sold in USD.
-
by some bytes, you exhausted the allowed_memory var of your php request your host to increase it
-
For what I know, you can do it only with autologin feature enabled and creating links with username + a token or username + the user password (if they are not md5 encripted). You will need to read the documentation (and code some lines) to implement it yourself or hire somebody to develop it the way you want.
-
Just do a print_r($params['clientdetails']) and you will see all variables inside the clientdetails array. note: optionally, use $debug = print_r($params['clientdetails'],1); then you will get the array insite $debug var and can make other uses instead print it to the output.
-
e-mail sent
-
Didn't you made a backup?
-
Did you check if the accountid = 1 is actually there on the server?!
-
Create a parked domain for new clients to upload their sites
RenatoMN replied to WebJIVE's topic in Third Party Add-ons
It'sjust for reference. It should work out of the box. Simply copy the code provided and save as /includes/hooks/parkdomain.php The single line edit is here: $pdomain = $cpanel_user.".web-jive.com"; (replace with the domain you want to park). The result, in this example, will be: -> new cpanel account "johndoe.com" (username will be johndoe) -> parked domain will be johndoe.web-jive.com -edit- You will need the xmlapi.php available at Github, too. Download it and save in /admin folder. -
According to http://docs.whmcs.com/API:Module_Terminate the action should be: $postfields["action"] = "moduleterminate";
-
you forgot replace type="text" with type="hidden"
-
Did you enabled API access to the admin account you're using in the script?
-
Assign a ticket to a specific technician not just a department
RenatoMN replied to traft00's topic in General Discussion
In the meanwhile, you can create custom status with the technician name or initials. -
Config > Addons Enable 'bulk pricing update' Addon menu will be enabled beside Config menu It's simply to use. =)
-
I personally recommend OpenCart.
-
You should set only the number. Its a numeric field. Set only "5".
-
Sorry, polle, but I couldn't understand what you need (maybe because of my limited English). Please, say what you want your affiliate url to be (the final, after the redirect). I will then guide you, step by step how you should set it up.
-
Complementing gr2 tip, you can auto set it inside * page, putting this before the header php commands: switch($aff) { case "001": $CONFIG["Domain"].="?systpl=<TEMPLATE_FOR_001>"; break; case "002": $CONFIG["Domain"].="?systpl=<TEMPLATE_FOR_002>"; break; } Note: i'm considering the "Domain" configuration in General settings doesn't have any vars. Otherwise, replace "?" before systpl in the code above with the "&" character. This way you don't need to insert the systpl var in affiliate urls. Hope this helps.
-
Did you setup the tickets at all (is it working for the registered ones)? If you're trying it through e-mail (and not the whmcs frontend) you should configure a cron for POP importing (IMAP should be active in your server) or enable e-mail forwarding in the e-mail accounts. Also, did you registered your admin account in the support departments?
-
rouhost, if you don't mind they know you're a NEO reseller (actually a good advertising can be made over it if you reached 2nd (or higher) slab and offer better prices than NEO base slab), they can just use the NEO module.
-
I'm currently using the Gedit (Gnome Editor). I navigate on FTP through nautilus, just double-click files, Gedit open it with code coloring, I just click save (or press ctrl+s) and it's save remotely!
-
You can set it as "Hosting" product or as "Other services/products" then this data will not be asked.