Jump to content

bunny

Members
  • Posts

    177
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by bunny

  1. I have a problem. I use HostBill for Internetx - internetx.com. I want to move all services to panel Blesta. I'm in desperate need of a Internetx domain reseller module for Blesta. XML API - https://www.internetx.com/en/software/autodns/xml-api.html%C2'> The domain robot API can be implemented via different programs, the most commom being PHP, Perl and Java. Tip: If you'd like to use another program, please contact the experts in the InterNetX Team: sales@internetx.com
  2. I tried but I can not log in as admin.
  3. what is the easy way to upgrade 3.0.10 to 3.1?
  4. My offer is a joke! ,but $100 is a good price. Paul it will be a problem add the license to my account?
  5. I will take up for this ,maybe next week.
  6. I have lots of custom code and this is main problem!
  7. it's a little unfair, Blesta 3.0? I have too many changes would now move to 3.1
  8. http://docs.blesta.com/display/user/Stripe
  9. bunny

    Payza Gateway

    and? still the module is not available. I think that someone wants some money
  10. my fault - Suhosin does not yet support PHP 5.4
  11. /components/modules/plesk/views/default/client_service_info.pdt edit: change <table class="table"> <tr class="heading_row"> <td class="fixed_small center border_none"><span class="paymnt_arrow"></span></td> <td class="border_left"><?php $this->_("Plesk.service_info.username");?></td> <td><?php $this->_("Plesk.service_info.password");?></td> <td class="last"><?php $this->_("Plesk.service_info.server");?></td> </tr> <tr> <td></td> <td><?php $this->Html->_($service_fields->plesk_username);?></td> <td><?php $this->Html->_($service_fields->plesk_password);?></td> <td><?php $this->Html->_($module_row->meta->ip_address);?></td> </tr> </table> to <table class="table"> <tr class="heading_row"> <td class="fixed_small center border_none"><span class="paymnt_arrow"></span></td> <td class="border_left"><?php $this->_("Plesk.service_info.username");?></td> <td><?php $this->_("Plesk.service_info.password");?></td> <td class="last"><?php $this->_("Plesk.service_info.server");?></td> </tr> <tr> <td></td> <td><?php $this->Html->_($service_fields->plesk_username);?></td> <td><?php $this->Html->_($service_fields->plesk_password);?></td> <td><?php $this->Html->_($module_row->meta->ip_address);?></td> </tr> <tr> <td> <form method="post" action="https://<?php $this->Html->_($module_row->meta->ip_address);?>:8443/login_up.php3" target="_blank" > <input type="hidden" name="login_name" id="login_name" value="<?php $this->Html->_($service_fields->plesk_username);?>"/> <input type="hidden" name="passwd" id="fid-passwd" value="<?php $this->Html->_($service_fields->plesk_password);?>"/> <input type="submit" class="button" value="Log in to Plesk Panel" /> </form></td> </tr> </table>
  12. with SSL? Human Verification It uses the API same recaptcha. Technical support also does not protect by captcha.
  13. Order requires SSL is a standard, recaptcha and Human Verification not work with SSL.
  14. 1. when the new Plugins and Modules? 2. when the documentation for Universal Module - documentation is not available 3. when new themes for order recaptcha - not working for me, is the same with Human Verification. I'm using SSL. any solution?
×
×
  • Create New...