Jump to content

boost

Retired Forum Member
  • Posts

    7
  • Joined

  • Last visited

About boost

Recent Profile Visitors

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

boost's Achievements

Junior Member

Junior Member (1/3)

0

Reputation

  1. Hi, I'm trying to make script to sync domains pricing and tld's with my register. try { $updatedDomainsCount = Capsule::table('tbldomainpricing') ->where('extension', $tld) ->update( [ 'extension' => $tld, 'autoreg' => 'domainstv', 'grace_period' => '15', 'idprotection' => $idp, 'grace_period_fee' => $rea_price, ] ); echo "Updated {$updatedDomainsCount} TLD: $tld</br>"; } catch (\Exception $e) { echo "I couldn't update domains tlds. {$e->getMessage()}"; } Is there any easy / best way to check if current extension is already in database and if not, add it? I try change "update" with "updateOrCreate" method but seems it's not implemented here.
  2. Widget is showing, but still when I try access Setup > Staff Management > Administrator Roles > ex. full administrator > edit i got Catchable fatal error: Object of class Closure could not be converted to string in /home/admin/domains/domain/public_html/whmcs/admin/configadminroles.php on line 0 when I remove widget file from server I can edit admin roles, so there is some issue with widget code I guess.
  3. I removed whitespaces but now when I try access "edit admin roles" I'm getting Catchable fatal error: Object of class Closure could not be converted to string in /home/admin/domains/domain.com/public_html/whmcs/admin/configadminroles.php on line 0
  4. Parse error: syntax error, unexpected '<<' (T_SL) in /home/admin/domains/domain.com/public_html/whmcs/modules/widgets/OpenInvoices.php on line 103 Any help to fix this?
  5. Hi, I try make upgrade from 6.1.1 to 6.2 Upgrade fail so I open new ticket in Friday. Since then I got only 2 replays from support and still my whmcs installation is offline. It new standard time for respond to ticket? How long I have to wait to fix my issue?
  6. Hi, I'm offer PayU Payment module for WHMCS. Supported countries - Poland - Czech Republic Not tested yet: - Hungary - India - Latin America - Romania - Russia - South Africa - Turkey - Ukraine I offer a discount for the first persons from countries which do not yet tested the module. Regular price: 50 EUR After discount: 25 EUR
  7. if PayUmoney is the same as PayU (http://www.corporate.payu.com/) I've working module for whmcs. Paymanet module for PayU. Supported countries - Poland - Czech Republic - Hungary - India - Latin America - Romania - Russia - South Africa - Turkey - Ukraine http://www.boost.pl/panel/cart.php?gid=24 Price ~ 50 EUR
×
×
  • 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