douren1928 2013-12-05 10:32
浏览 33
已采纳

Whmcs代码修改

my company has been using Whmcs for billing what i want to know can i modify the code to my needs (i.e add functionality)i wanted to know that if can do this or not as most part of the code is encrypted. i have just started working on a enterprise level wand wanted to know if i have the full control over whmcs function and can i change,extends or add functionalities

i have been reading forum .and what i get to know that you can't modify the code of whmcs you can just change the looks of whmcs to match your website

so please if any one of you can help me with this to get me started will be great Thanks :)

  • 写回答

1条回答 默认 最新

  • dongwen3410 2013-12-05 11:45
    关注

    Well, a few weeks ago a decrypted version of whmcs is exposed, but as you can guess it is illegal to use it. I suggest you to stay with the proper licensed version.

    Assuming you will continue with the latest whmcs version, I can say that what you can do is limited. You cannot change the core functionalities but you can easily expand it with hooks and custom modules.

    You can change or create you own template.
    You can create your own pages(http://docs.whmcs.com/Creating_Pages)
    You can use hooks to trigger events within whmcs(http://docs.whmcs.com/Hooks).
    You can also create you own modules(http://docs.whmcs.com/Addon_Module_Developer_Docs)
    

    So, if you really need to be independent from the core of WHMCS, I suggest you use your custom software which can communicate WHMCS API only. Use the things you need WHMCS with API only, and if you need something which you cannot do in WHMCS, do that in you custom software. But in this case, you need more time and effort to code your software(probably with your own client interface)

    top layer : Your Software(you can code whatever you need) 
    middle layer:  WHMCS API
    engine layer: WHMCS(you can use the functions of it)
    

    And please be careful, WHMCS is exposed many security problems(sql injection and xss) . So I strongly suggest to use your own software(which you can set your own security), and allow to communicate it with WHMCS API. Don't allow any client's to reach whmcs client area.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 做个有关计算的小程序
  • ¥15 MPI读取tif文件无法正常给各进程分配路径
  • ¥15 如何用MATLAB实现以下三个公式(有相互嵌套)
  • ¥30 关于#算法#的问题:运用EViews第九版本进行一系列计量经济学的时间数列数据回归分析预测问题 求各位帮我解答一下
  • ¥15 setInterval 页面闪烁,怎么解决
  • ¥15 如何让企业微信机器人实现消息汇总整合
  • ¥50 关于#ui#的问题:做yolov8的ui界面出现的问题
  • ¥15 如何用Python爬取各高校教师公开的教育和工作经历
  • ¥15 TLE9879QXA40 电机驱动
  • ¥20 对于工程问题的非线性数学模型进行线性化