Jump to content

multibyte

Members
  • Posts

    82
  • Joined

  • Last visited

Posts posted by multibyte

  1. Good afternoon,

     

    I have been looking all over these forums for the above, I have managed to use Licensecart's old script in order to add the fields into the website and link up with Blesta.

     

    It then sends to information to Blesta however the TLD is selected correctly however value is left empty.

     

    Just wondering if anyone has a work around?

     

    Thanks

    James 

  2. Good afternoon, 

     

    When viewing Invoices (client or admin) when clicking the view button blesta just loads a white page with no invoice or information.

     

    Has anyone ever experienced this before?

     

    Thanks 

  3. Good afternoon, 

     

    Firstly thanks very much to Tyson, LicenseCart and the Blesta Team for fixing my previous problems.

     

    There seems to be on last problem, which I am hoping is a bit easier to fix.  

     

    When a admin tries to login at: http://portal.multi-byte.co.uk/index.php/admin/login/

     

    Enter login details all works fine, password correct it logs them in but redirects them to: 

    http://portal.multi-byte.co.uk/index.php/client/login/

     

    Then if you go to the address bar and change the "client" to "admin" and press enter it then shows the dashboard. 

     

    This sometimes also happens when I client tries to login aswell it takes them to the

     http://portal.multi-byte.co.uk/index.php     page. 

     

    I  have portal unistalled aswell. 

     

    Thanks very much

    James 

  4. Good morning all, 

     

    Having a problem with Blesta, we recently migrated our systems from one server to another both with the same setup. 

     

    My problem is when i purchase a package to test, it takes me threw all of the stages and then when I click the button to transfer me to the payment / contact screen I get a Chrome Error telling me no information has been received. 

     

    I then after receiving the error logged into my admin account where i can see 2 orders (2 x invoices and 2 x pending services) both with exact same details.

     

    I then tried manually activating one of them ~(after deleting the other) and got the same no information received, the strange thing is if I click the back button it activates the package. 

     

    - Things I have tried:- 

     

    - Clearing my basket

    - I have double checked my new Cpanel details and edited the cpanel extended module with the details

    - Tried with different packages. 

     

    Currently running 3.6.1 

     

    Thanks in advance for all of your help. 

  5. Good evening all,

     

    Quick questions I'm developing my email templates but I cant seem to be able to get the {contact.id_code} tag to work. I can get every other tag to work apart from this. Any Ideas?

     

    Thanks 

  6. "Invalid domainName For Given ContactType"

    this error has only one reason , the domain extention is restricted to just some clients that thier country match the TLD extention .

     

    Hello Naja7host, this customer is based in the UK for a .co.uk and have checked to make sure it states UK on his account 

  7. Hello, 

     

    I am trying to register a .co.uk domain via Blesta using the Logicboxes Module (reseller club). All works fine until i try to activate the product which brings up a error "Invalid domainName For Given ContactType" 

     

    After checking the logs it shows the following - All successful apart from the very last one which is a output. Shows the following error 

     

    https://httpapi.com/api/domains/register.json

    {"status":"ERROR","message":"Invalid DomainName format - **DOMAIN NAME**"}
     
    Does anyone has any knowledge of this.
     
    Thanks 
  8. Well I can write form for you that will work in few minutes but problem is csrf token will change after few hours and it will not work,in practice you will have to disable csfr token or change it every day.

    Maybe blesta staff have other solution,I don't see better way than disable csfr or change manualy csfr  in your form every day, here is example with csfr,if you disable it than just delete second <input> .Now if you want test it first or don't want to disable CSFR ,you can see csfr token using broswer inspector in devloper tools.

     

     

    <form action="https://yourorder.form.url" method="post">

    <input name="_csrf_token" value="your-csfr-token" type="hidden">

    Domain: <input type="text" value="" placeholder="yourdomain" size="20"> <select name="tlds[]">

    <option name="tlds[]" value=".com" id="t.com">.com</option>

    <option name="tlds[]" value=".org" id="t.org">.org</option>

    <option name="tlds[]" value=".net" id="t.net">.net</option>

    <option name="tlds[]" value=".in" id="t.in">.in</option>

    <option name="tlds[]" value=".co" id="t.co">.co</option>

    <option name="tlds[]" value=".biz" id="t.biz">.biz</option>

    <option name="tlds[]" value=".info" id="t.info">.info</option>

    </select>

    <input name="lookup" type="submit" value="Search">

     

     

    Thankyou Nelsa I will try and have a go at this. 

  9. As I understand He want to put url in  his form action  ,so user is redirected when click on search to blesta domain search form.His problem is because there is no query in Blesta Url (method POST is used) and if He put existing url as action, user WILL be redirected but only to empty search form.

     

    Thats exactly what I mean Nelsa and I didnt have much luck with the API :(

  10. Hello everyone. 

     

    Basically I have a script which on my old billing system worked by copying to url for the billing system when running a domain search. 

     

    This meant for example the customer would search for the requested domain from my homepage using a search box this would then show what was available from the requested search on the billing system. 

     

    The way it worked for example was say you wanted "yellow.com" the search would write a command showing "mywebsite.com/domain/search/yellow.com which would then show the availability on my billing system.

     

    The problem I have with Blesta is that it doesn't show a searching url it masks it and keeps the same url. 

     

    I have made a photo below hopefully explains what I mean.

     

    Thanks

    post-10521-0-16407900-1434819959_thumb.j

    post-10521-0-56593700-1434819971_thumb.j

     

  11. Attached to my post is an update to the Logicboxes module, v2.1.2. Backup and overwrite your old file at /components/modules/logicboxes/logicboxes.php. Then let me know if you continue to encounter any more errors.

     

    Thanks so much Tyson, that worked a treat I owe you big time! thanks again

  12. Image 3, the Blesta integration looks really good, fits in well with your design. The only thing I might suggest is using a light gray background so the boxes stand out. OR, add a CSS override to give the boxes a border to bring them together.

     

    border: 1px solid #efefef;

     

    Or something.

     

    Nice work!

     

    Thanks Paul I will have a look at that, thanks very much 

×
×
  • Create New...