Jump to content

davida50000

Member
  • Posts

    6
  • Joined

  • Last visited

About davida50000

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

davida50000's Achievements

Junior Member

Junior Member (1/3)

0

Reputation

  1. John, it was too I disabled it and everything worked fine. How do i go about keeping brute force protection enabled and making it work
  2. An issue which just started which was not happening before is whenever you try to create/suspend/terminate etc, it just says Module Command Error An Unknown Error Occurred When you go into the server settings and click WHM it can login to WHM just fine so that works... Any ideas? Thanks!
  3. Not the most technical person so you may need to help me out a bit Thanks so far for the quick responses and help though! I changed the path to: require("/home/user/public_html/whmcs/dbconnect.php"); I tried Then i tried:
  4. It doesnt actually say anything like that, the only cron job info i get is: 5) You will need to set 2 cron jobs: one for remindtrial.php (which sends reminders before the free trial ends for each account) and removetrial.php (removes accounts whose trial periods have expired.
  5. http://www.whmcs.com/members/communityaddons.php?action=viewmod&id=36&vote=true I am using the above Trial Module, i used it in the past before my servers HDD failed and i had to start again. In order to make this work i needed to run 2 cron jobs, however when they run there appears to be errors. Any help would be much appreciated! Here is the errors i receive: 1st Cron Job: /home/****/public_html/clients/modules/freetrial/remindtrial.php: line 1: ?php: No such file or directory /home/****/public_html/clients/modules/freetrial/remindtrial.php: line 3: //: is a directory /home/****/public_html/clients/modules/freetrial/remindtrial.php: line 4: syntax error near unexpected token `"../../dbconnect.php"' /home/****/public_html/clients/modules/freetrial/remindtrial.php: line 4: `require("../../dbconnect.php");' 2nd Cron Job: /home/****/public_html/clients/modules/freetrial/removetrial.php: line 1: ?php: No such file or directory /home/****/public_html/clients/modules/freetrial/removetrial.php: line 3: //: is a directory /home/****/public_html/clients/modules/freetrial/removetrial.php: line 4: syntax error near unexpected token `"../../dbconnect.php"' /home/****/public_html/clients/modules/freetrial/removetrial.php: line 4: `require("../../dbconnect.php");' When you try to visit either php page directly you get an internal server error, here is mine for example: http://www.hydrode.com/clients/modules/freetrial/removetrial.php Like i said, any help is much appreciated!
  6. How do u install this, i have no idea... I managed to upload the files via FTP, but that is all i did, no idea what to do from here
×
×
  • 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