Jump to content

past

Member
  • Posts

    4
  • Joined

  • Last visited

About past

past's Achievements

Junior Member

Junior Member (1/3)

0

Reputation

  1. hi, Why doesn't this code work? The Whmcs cronjob is also running correctly <?php if (!defined("WHMCS")) { die("This file cannot be accessed directly"); } add_hook("AfterCronJob", 1, "Cronjob"); function Cronjob() { $tarh_phoneverify_settings = array("id"=>"1", "name" => "0"); insert_query('tblman',$tarh_phoneverify_settings); }
  2. Hello friends I want to build a module for whmcs To start with, I've created a module to display the message in whmcs. Now I've built the module management and I can add and remove text, and now my question is, how can I display text in the user cient using hook? thanks for help
  3. hi friends I get the error below when I open the admin page : Critical Error You are attempting to access the admin area via a directory that is different from the one configured. Please refer to the Customising the Admin Directory documentation for instructions on how to update it. my admin patch is "toplogin" and i change it to defgault "admin" but I receive again top error. My management area was right yesterday But this problem occurred when we changed the server and i think This error is from the server. because i restore old backup on server But I get an error. Where can the problem be from a server? please help
×
×
  • 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