Jump to content

r0adra93

Retired Forum Member
  • Posts

    18
  • Joined

  • Last visited

Everything posted by r0adra93

  1. I just sold a .education TLD and it has to be setup manually through enom. WHMCS does not provision it automatically. *sighs* However, once the domain is ordered it can be configured through WHMCS. Such as NS configurations and the like.
  2. I just upgraded to 5.2.5 and I can not longer create invoices via project management! I paid extra for this tool and it was great until the 5.2.5 patch! The form items are NOT clickable!
  3. I have totally removed the client area from this system. It's totally and completely integrated. Can you tell for sure what we are using for a backend? http://www.trihopegroup.net let me know what you think of the progress! -Thomas
  4. I am working on creating an actionhook to insert data into a database shared by multiple hosting accounts. The code works, however, as soon as the shared hosting account is created I recieve an error message stating "Service ID Not Found". I am thinking that maybe this error occures from a conflict due to the opening of two seperate databases, maybe I am wrong. I just need some additional tips here. Thanks! Here is my code: function generate_variables($vars) { $tri_systemurl = "http://" . $vars['params']['domain'] . "/"; $tri_afflink = "?aff=" . $vars['params']['clientsdetails']['userid']; $tri_afflinkamp = "&aff=" . $vars['params']['clientsdetails']['userid']; $tri_db_info['username'] = "<REMOVED>"; $tri_db_info['password'] = "<REMOVED>"; $tri_db_info['host'] = "localhost"; $tri_db_info['dbname'] = "<REMOVED>"; $tri_db_info['connection'] = mysql_connect($tri_db_info['host'], $tri_db_info['username'], $tri_db_info['password']) or die(mysql_error()); $tri_query = "INSERT INTO sites VALUES('0','$tri_systemurl','$tri_afflink','$tri_afflinkamp');"; @mysql_db_query($tri_db_info['dbname'], $tri_query, $tri_db_info['connection']); mysql_close($tri_db_info['connection']); } add_hook("AfterModuleCreate",1,"generate_variables");
  5. https://billing.applegatetechnologies.com/dl.php?type=d&id=7 This script works for me. Please note: Use at your own risk as Applegate Technologies LLC or myself does NOT and will NOT take any responsibility for it messing up your system.
  6. I am working on just a script... I have a need to autocreate affiliates... special project and the affilitate system is critical to the project.
  7. Hey I love the monkey It looks great! Straightforward and people are able to say hey look i'll buy from this guy!
  8. Layout is awesome! It's easy to navigate and the graphics are pretty.
  9. I modified every last piece of WHMCS. It's not quite finished yet but look at the whole setup. -Thomas
  10. Hey everyone, I am getting closer to fully integrating WHMCS into my website. Please let me know how it looks thus far! http://www.tjait.com -Thomas
  11. Hi K., Thank you so much for your help! I am definately taking your suggestions to heart. If you know it or not you made a friend today! -Thomas
  12. it's only with my modified template. I don't see any real differences between the two pages.
  13. I am still working on integrating WHMCS into my site. As I have used a generic template and totally manipulated it. I am also manipulating every template file that came with WHMCS to be XHTML 1.1 verified. I also modified the shopping cart to show the products in a more comparitive display, in the process of replacing all of the browser generated buttons with a more theme fitting graphic. Looking forward to reading the feedback, be as blunt as you wish.
  14. Under viewticket.php the link for the add more images option is setup properly I compared it to the support page for WHMCS, however, I don't see where my problem is coming from. Any suggestions? and instead of going to viewticket.php it sends the user to index.php and thus looses everything typed into ticket. This can be aggravating. Any ideas on how to solve the issue? https://www.tjait.com/viewticket.php Thanks! -Thomas
×
×
  • 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