
TimRef
Member-
Content Count
49 -
Joined
-
Last visited
Community Reputation
1 NeutralAbout TimRef

-
Rank
Member
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
this still not been resolved . because of the price are all more than $100 . do you think this is value more than $100 to do it ? if there are any one can do this below $50 , please send me a email . thanks.
- 7 replies
-
- hostname
- dedicatedip
-
(and 2 more)
Tagged with:
-
Thanks for all of your reply . I will submit ticket on your websites to confirm . if anyone other have this service , please also let me know .thanks.
- 7 replies
-
- hostname
- dedicatedip
-
(and 2 more)
Tagged with:
-
Hi, guys. I have 2 requirement need to be resolved. I can pay for this via paypal or buymeacoffee.com or your website , not too much . If any one can do this , please send email to me : advvweb@gmail.com , below is the deteals : 1 . I hope to display the dedicated ip or hostname to the admin area /inovices.php page . Means add a column , named hostname or dedicated ip . hope the hook AdminAreaHeaderOutput can be used for this or any other ways can do this. 2. I hope to display the dedicated ip or hostname to the admin area /clientsinvoices.php . Means add a column , named hostname or dedicated ip . hope also can use the hook to do this or any other ways can solve this . I use PS to do a photo show the design like this : For anyone can help me or related , thanks very a lot . And appreciate for your help. the two links maybe help :
- 7 replies
-
1
-
- hostname
- dedicatedip
-
(and 2 more)
Tagged with:
-
How to Display invoice link to clientssummary page .
TimRef replied to TimRef's topic in Admin & Configuration Questions
Hi, anyone can offer some help about this ? really thanks for this . -
Hi, guys. Refer to this topic , I hope to replace the 'payment method ' to 'invoice' , in this way , can see the link of invoice to this specific service . I tried to use the hook of AdminAreaClientSummaryPage . but I didn't know which variant can be use and pass . in that page clientssummary.tpl . I used {debug} , didn't see any invoice variant . the hook is like this , but not working . hope anyone can help me , thanks in advance . <?php if (!defined("WHMCS")) { die("This file cannot be accessed directly"); } use WHMCS\Database\Capsule; add_hook('AdminAreaClientSummaryPage', 1, function($vars) { if (!empty($vars['product'])) { foreach ($vars['product'] as $key => $product) { $data = Capsule::table('tblhosting AS t1') ->leftJoin('tblinvoiceitems AS t2', 't1.id', '=', 't2.relid') ->leftJoin('tblinvoices AS t3', 't2.invoiceid', '=', 't3.id') ->select('invoiceid') ->where('t2.type', 'hosting')->where('t1.id', $product['id']) ->first(); $vars['product'][$key]['invoiceid'] = !empty($data) ? $data->invoiceid : "-"; } return ["product" => $vars['product']]; } });
-
Add dedicated IP or hostname to the invoice.php page .
TimRef replied to TimRef's topic in Developer Corner
Done . we tried another way to pay . when this case is solved . will buy more . anyway , thanks a lot . I will try to fix this take some time . Also hope can get your help . @pRieStaKos -
Add dedicated IP or hostname to the invoice.php page .
TimRef replied to TimRef's topic in Developer Corner
BTW, when I try to buy coffee , show me Failed to verify captcha. do you have any other way to do this ? like paypal -
Add dedicated IP or hostname to the invoice.php page .
TimRef replied to TimRef's topic in Developer Corner
if one invoice have more than 1 products , we can only use the top one of it . but currently , only 1 product invoice , also not showing the ip. I am thinking maybe the pass or connection of field not correct ? Thanks for your time in advance