Jump to content

josh6025

Member
  • Posts

    73
  • Joined

  • Last visited

Everything posted by josh6025

  1. I'm having an issue using the POP piping with Google Apps, the error that I'm getting is "An Error Occurred: POP3 connection broken in response", the server is fully setup to work with Google Apps and my other accounts are not having any issues receiving email using POP.
  2. I have responded to you support ticket in our billing system and I am sorry for the delay. I am looking into the issue with the payments.
  3. Copy the WHMCS template files that you want to use, rename the folder and upload it. Once that is done go to you client area and at the end of the URL add ?systpl=FOLDER_NAME_HERE
  4. I've already done that but the issue that whenever I had multiple products it asking the customer to choose a shipping option for it and I offer combined shipping and don't need the shipping option to added for each. Want I want is to just have the shipping option come up once when doing the checkout versus on every product added to the cart.
  5. I'm trying to implement an a option for customers to select the type of shipping that they want but right now I'm using a configurable option and as such it sows up on every product when you go to add it to the cart. Is there a better way to do the shipping so that it's only added in once or would I need to use a separate product for it?
  6. The source is encoded but their is a template file and text that has all the template variables and description of what they are for.
  7. Yes, this client area addon is 100% working with both Limestone and WHMCS v5.
  8. Already done that, the gateway log is reporting "Invalid Receiver Email", I have called PayPal and they said that it's an error on their end but rather some checking as part of the callback script in WHMCS. My question is does the WHMCS callback script compare the "receiver email" to the "PayPal Email" in WHMCS?
  9. Payments are being received in PayPal just fine and the IPN response is good. I called PayPal and they told me that it's not an issue on their end but with the WHMCS callback system trying to validate the email address. My billing email address is billing@MYDOMAIN and my receiver address is a different one. IPN Response; transaction_subject => 49 payment_date => 08:28:59 Feb 21, 2012 PST txn_type => web_accept last_name => *********** residence_country => *********** item_name => - Invoice #49 payment_gross => 9.95 mc_currency => USD business => billing payment_type => instant protection_eligibility => Ineligible verify_sign => AWL0622CAVCByPDKZwuOvN0nYapEAF9A-lIAv2wxj.AoniNkZPcjMTy9 payer_status => verified tax => 0.00 payer_email => *********** txn_id => 90R33680HM112811Y quantity => 1 receiver_email => josh6025*********** first_name => *********** payer_id => *********** receiver_id => *********** item_number => handling_amount => 0.00 payment_status => Completed payment_fee => 0.69 mc_fee => 0.69 shipping => 0.00 mc_gross => 9.95 custom => 49 charset => windows-1252 notify_version => 3.4 ipn_track_id => ***********
  10. You need to edit homepage.tpl in your active template directory.
  11. Problem found, I had some conflicting code.
  12. My integration is based off of the Portal template. Homepage: http://www.squanglegroup.com/ Client Area: http://www.squanglegroup.com/clients/
  13. The Limestone Networks Admin Server Manager v1.2.3.0 has been released, it includes full compatibility with the addon modules since WHMCS v4.4 as well as a new admin home page widget. Limestone Networks Admin Server Manager is an admin addon, it will allow hosting companies to give their staff access the manage servers through WHMCS without needing to create an account in Rockware for each staff member. It allows for a quick overview of all your servers as well as the ability to manage power and network ports for each server. This module contains the following features: Server Details: Current power status Public/Private IPs Public/Private port status Hostname Current operating system Current control panel Power Management: Turn On Turn Off Restart Network Management: Public ports on and off Private ports on and off Bandwidth Information: View your current and predicted usage View bandwidth usage graphs Ability to view graphs for a specific date range An owned license will cost $50.00 USD and can be ordered from http://www.squanglegroup.com/products.php?id=3 Original Review Thread: http://forum.whmcs.com/showthread.php?t=25420
  14. The Squangle Group has already developed modules for SingleHop, I have sent you a PM.
  15. In your hook function add the following print_r($vars); This will print out the array that is passed into the function and will contain all the variables that you can use for that hook.
  16. Already discussed through a support ticket.
  17. The Squangle Group has released both client and admin modules they can be seen at http://www.squanglegroup.com/. Direct links to both modules. Client Module Admin Module
  18. Hey, Some video's for SHAC Panel Desktop are up on Youtube. You can view them at: http://www.youtube.com/watch?v=jIhl7jeZ42A http://www.youtube.com/watch?v=brnC4fmAjxc We will have video's up for SHAC Panel for WHMCS soon.
  19. You can use the admin ID from $_SESSION['adminid'] to select the current admins name directly from the database. $adminName = mysql_fetch_array(mysql_query("SELECT `firstname`, `lastname` FROM `tbladmins` WHERE `id` = '".$_SESSION['adminid']."'")); Than output the details like so; echo $adminName['firstname'].' '.$adminName['lastname'];
  20. Introducing SHAC Panel, the dedicated server control panel from the Squangle Group. SHAC Panel comes in two variants: Desktop and WHMCS. Please see our site for more information on the desktop variation. SHAC Panel Desktop SHAC Panel for WHMCS comes in client area and admin area variants. The difference between the two is the level of control each has: the client area is primarily for displaying information about servers, whereas the admin area is built for controlling servers. SHAC Panel for WHMCS gives clients access to their server's rDNS Settings, Server Status, and Bandwidth Usage without the need to open a support ticket. SHAC Panel for WHMCS is intended to be integrated into a Client Area, and as such does not implement the more powerful API commands. SHAC Panel for WHMCS Admin enables modification of server settings, as well as support ticket viewing, all from within WHMCS. SHAC Panel is available under a multitude of licensing options. To learn more about SHAC Panel, and to view screenshots, please click the appropriate link bellow. SHAC Panel Desktop SHAC Panel for WHMCS Client SHAC Panel for WHMCS Admin SHAC Panel was made in partnership with Nexeon Technologies.
×
×
  • 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