-
Posts
410 -
Joined
-
Last visited
-
Days Won
12
Nelsa last won the day on February 12 2019
Nelsa had the most liked content!
Contact Methods
-
AIM
nelsa
-
MSN
nelsa1412@live.com
-
Website URL
http://nelsahost.com
-
Yahoo
nelsa1412@yahoo.com
-
Jabber
nelsahost@007jabber.com
-
Skype
NelsaHost
-
Wire
@nelsahost
Profile Information
-
Gender
Male
-
Location
BA
Recent Profile Visitors
7,489 profile views
Nelsa's Achievements
-
Inbox SMTP Mailer - Unlimited smtp email servers - Send Inbox Every time - Private Bulk Email Sending - Send Unlimited Emails via SMTP Server - Spam Tools - Webmail & Smtps Available in stock - Spamming Tutorial 2025 DM TO BUY Website: https://xghost.tools/ Telegram: t.me/xgh0sttools Telegram: t.me/Xghosttools WhatsApp: +1 6264830341
-
Best Email Spamming - Blasting software - Smtp and Webmail For Bulk Emails - Send Unlimited Emails via Smtp - Private Bulk Email Sender - Method Setup 100% inbox SMTP for office 365 - Spam Tools - Spamming Tutorial 2025 - Office365 Private Scampage 2K25 With Cookies Grabber DM TO BUY Website: https://xghost.tools/ Telegram: t.me/xgh0sttools Telegram: t.me/Xghosttools WhatsApp: +1 6264830341
-
Well he can sell whole website and it is perfectly legal...if it is already licensed than I'm sure theme forest has some option to transfer license to different account...if not than it can be problematic for buyer since I suppose license can be reissued. Owned and one time licenses normally can be resell and most vendors even help with transfer but still you should check with them. I never bought anything from there and don't know much about them...but I know you can sell website with licensed software normally,as I said only problem can be,in case there is no option to transfer license to different account, fact that first owner can reissue license after sell it...Sure,if you have only that license assigned to theme forest account and you can delete payment details,you could just give whole account. But this is grey area since accounts are not intended to be transferred... even if there is no harm for anyone vendor will almost always decide what is best for client and them,in this case I suppose it is in their interest to have license assigned to active client/account than forgotten from old owner.
-
Nope and I think the best solution is to just calculate fee and add it to the price,as one price...As I know everyone who try to charge fee separately from price experienced negative effect...You have this situation,client see Domain .com USD15/yr and than on checkout page...and 99% of them don't have clue what incl. or excl. VAT/Tax mean and than they see one additional item on invoice....thus PayPal allow handling fee only ...PayPal fee is forbidden,even it is allowed to put transaction fee there..Now,next question is,if paypal fee can be charged under handling fee than why PayPal don't want you call it what it is...PayPal fee...Probably because they want escape situation where you have listed 3 payment method and only under PayPal there is price + PayPal fee...probably from their view this put PayPal in position where users will rather select credit card payment to escape fee...On other side,handling is handling,no matter which payment method client use...you can't set PayPal handling.... Handling you charge or not,if you charge it than all payment methods are in same position because handling cost is calculated always,not only if user select PayPal as payment method. This is what makes pay pal users confused, in KB on PayPal site,at one place you can find that charging PayPal fee is forbidden but than on other they explain how you can charge handling costs...with transaction fee...even only transaction fee can be charged as handling fee...If walks like...if talks like....than it is....But not here Example to do it properly $15 .com + $3 (20% VAT) + $0.35 Handling Fee ---------------------------- $18.35 Example how not to do it $15 Price + $3 Tax(VAT 20%) + $0.35 If you pay with PayPal(PayPal Fee)
-
Change Logo hyperlink to direct to parent website instread of Blesta sub domain website
Nelsa replied to adamjedgar's question in Support
It should be line 32 in structure.pdt file(you'll see <div class="logo"> one line above...this is what you will see <div class="logo"> <a href="<?php echo $this->Html->safe($this->base_uri);?>"> Change second line to <a href="https//yourdomain.com"> (or what ever you want just use https...even if you redirect everything to https,you don't want to get warnings for unsecured content when visit over https) Dont change image source url,since you want only to change url when clicked ..just that one line structure.pdt file is in template directory(i.e bootsrap) and you can find it in blesta_install_dir/app/views/client/ You will probably have to delete cache in your browser to see changes instantly since images are cached -
Change Logo hyperlink to direct to parent website instread of Blesta sub domain website
Nelsa replied to adamjedgar's question in Support
You will have to edit structure.pdt file in your template,blesta use variable(fetch from object) ,at this way it will fetch url from blesta settings but you can't change there since you will change also base url... ,so you will have to change that variable to hardcoded url..I would suggest you to first copy blesta default template and rename it to something unique,than edit url and after that go to settings--->look and feel-->templates and change template from blesta default template to customized one..At this way you will not loose customization with major upgrade or if you use full installation for upgrade instead patch. I don't remeber exact code you have to change..give me few minutes and I will post on what line and how to change...just to check.. -
Well I'm not familiar with vesta cp but open_basedir is handled in web server configuration file mostly,you can also do it in .htaccess.
-
You have to change open_basedir allowed directories in php settings because after you changed server now php script can't be executed, since you have paths copied from old server and your script is not anymore in that directory on new server.Do you use Plesk panel,considering paths I see you have probably moved from cpanel to Plesk...if that is correct and you use plesk now, go to your domain-->php settings and put this in field open_basedir {WEBSPACEROOT}{/}{:}{TMP}{/}{:}{usr}{/} If you want to add more directories use this syntax add without any space {:}{name_of_directory}{/} If you want php script can be executed everywhere in your hosting account just put {/} Now,those variables will work only in plesk. You can change open_basedir restrictions also in cpanel but If PHP run as a CGI, suPHP, or FastCGI process, you must manually specify the open_basedir directive in the php.ini For cpanel check https://documentation.cpanel.net/display/68Docs/PHP+open_basedir+Tweak
-
Nelsa reacted to a post in a topic: Domain Manager - We need your feedback on domains
-
Nelsa reacted to a post in a topic: Domain Manager - We need your feedback on domains
-
2checkout has 2.0 version,they also serve old clients on old platform but all new users are on 2.0 which has completly different test url and some other things.I worked to implement inline checkout and I remeber I had to go again through documentation since I got this new account which is basicly CRM and billing system...any way now test url is different on new platform and old way of sending test parameter will not work for new users but will work for users with old account..So,this gateway will work for users with old account,for new platform will be issues since now they have compley new system....so if you had to select package before sign up than it is new platform...before there was only one account level now have 3
-
Vinicius Nascimento started following Nelsa
-
To do that,you have to also create hosting package and group for hosting package than go to configurable options and there create group, and as member packages assign domain package group and hosting package group...after that go and edit order form...now you'll see configurable options and there just assign group you created under configurable options...At same way you can show domain extensions from different domain modules on same order form....ie..com,net from enom and org,info from resellerclub..
-
Yes for reselerclub use logic box mofule.To set everything ready for selling,first go to reseller club than whitelist your blesta installation IP...after that get back in blesta and configure logicbox module.When you do that,go to packages--->browse packages(this is navigation menu) and create new package and select module logic box...check which extensions you want set under that price,...set name for that new package group(create new in same proces ..last step on same page) and save....Now go to packages--->order forms and create new order form but change order form type from general to domain and other...select widget/order template. and configure order form as you want(allow cupons or not, Force Secure Connection (HTTPS) or not..etc)and as last step assign package group to order form(you create and name it as last step in domain package configuration)..and save order form....When you go to package--->order forms you will see all order forms but just bellow main navigation menu you will see two tabs ..first order forms and settings...if you go to settings there you can set this order form(or any other as default) and if you set this..than when you visit https://yourdomain.com/order you'll get to default order form...also under settings there are few more settings fraud check,recaptcha,embeded code..etc..
-
activa reacted to an answer to a question: Enom: different pricing for registration, transfer & renewal?
-
Did you whitelist IP of blesta installation,Namecheap is eNom reseller and as I know you can't use api without whitelisting IP ..
-
Enom: different pricing for registration, transfer & renewal?
Nelsa replied to LiquidSiteDesign's question in Support
Yes WHMCS implement different pricing for registration, transfer, and renewal...I didn't use it from version 5..now it is 7.x.x so I don't know much about newer versions but I know they have different pricing for domains where you can set a different price for registration, renewal, and transfer -
Enom: different pricing for registration, transfer & renewal?
Nelsa replied to LiquidSiteDesign's question in Support
Well, it is not only enom plugin...that is how you will have to handle domains no matter which module you use ...you have to be very carefully...since global suspend/cancel settings will have impact on domain registration and if you are not careful you will find yourself in a position where client pay you simple renewal price for domain but 7 days after expiration day..... while in reality domain is already in redemption state(cost 100$ or more because there is no grace period for resellers almost anywhere). So make sure you cancel domain instead end up suspended because it may have find yourself in a position where you will end up paying redemption cost just to avoid.... -
activa reacted to an answer to a question: Cron tasks stuck
-
Well Error: SQLSTATE[HY000]: General error: 2006 MySQL server has gone away is common issue with many shared hosting providers,mostly problem is low limits for one or more variables in mysql configuration file my.cnf , in most cases if you incrase wait_timeout and/or max_allowed_packet it will resolve issue and in case when problem is timeout even incresing php settings can solve issue but again only if it is timeout issue but it is very rare..since you can't really get much with php tweaking...ask provider to incrase these values if server is not under your control