Jump to content

FatihYldrm

Member
  • Posts

    41
  • Joined

  • Last visited

Everything posted by FatihYldrm

  1. First of all thank you I try to understand the meaning of hook. I tried to do the following code myself to print Affiliate Commission but it does not show on the screen. <?php use Illuminate\Database\Capsule\Manager as Capsule; function hook_balance($vars){ $client = Menu::context('client'); return array("balance" => $client->balance); } add_hook("ClientAreaPage", 1, "hook_balance");
  2. If there is one example, I will continue but I could not find it.
  3. Affiliate Commission Balance clientarea.php I want to show. I'm happy if you help me.
  4. I want to print to the customer panel main page. Clientarea.php
  5. I did this with the information you gave. {php} $dateCreated = date("Y-m-d H:i:s", strtotime($_REQUEST["DateOfRequest"])); echo $dateCreated; {/php} But read on screen : 1970-01-01 00:00:00
  6. I guess I do not understand that English is not very good. {php} $dateCreated = date("Y-m-d H:i:s", strtotime($_REQUEST["DateOfRequest"])); echo $dateCreated; {/php} I did it, but it gives the value.
  7. Thank you Another problem is to look at the other page in another page, if you help me cheer.
  8. I'm looking for a lot, but I can not do all the services.
  9. Hi friends want to put the date that the customer panel is the registration of the members.If you have the code of the variable, please tell me or cheer if you can help.
  10. Hi friends want to put the date that the customer panel is the registration of the members.If you have the code of the variable, please tell me or cheer if you can 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