Jump to content

ariq01

Members
  • Posts

    105
  • Joined

  • Last visited

Everything posted by ariq01

  1. ariq01

    Can't Change Theme

    @Nelsa thanks btw for nginx conf. But mine still error. I can't access (404 not found) https://blesta/admin/theme/theme.css?dir=WHMBlesta and only can access https://blesta/admin/theme/ server { listen 443 ssl http2; ## listen for ipv4; this line is default and implied #listen [::]:80 default ipv6only=on; ## listen for ipv6 root /**/public_html; index index.php index.html; error_log /**.error.log warn; # Make site accessible from http://localhost/ server_name **; ssl_certificate **/ssl/ssl-bundle.crt; ssl_certificate_key **/ssl.key; ssl_session_cache shared:SSL:20m; ssl_session_timeout 10m; ssl_protocols TLSv1 TLSv1.1 TLSv1.2; ssl_prefer_server_ciphers on; ssl_ciphers 'ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES256-GCM-SHA384:DHE-RSA-AES128-GCM-SHA256:DHE-DSS-AES128-GCM-SHA256:kEDH+AESGCM:ECDHE-RSA-AES128-SHA256:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA:ECDHE-ECDSA-AES128-SHA:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA:ECDHE-ECDSA-AES256-SHA:DHE-RSA-AES128-SHA256:DHE-RSA-AES128-SHA:DHE-DSS-AES128-SHA256:DHE-RSA-AES256-SHA256:DHE-DSS-AES256-SHA:DHE-RSA-AES256-SHA:AES128-GCM-SHA256:AES256-GCM-SHA384:AES128-SHA256:AES256-SHA256:AES128-SHA:AES256-SHA:AES:CAMELLIA:DES-CBC3-SHA:!aNULL:!eNULL:!EXPORT:!DES:!RC4:!MD5:!PSK:!aECDH:!EDH-DSS-DES-CBC3-SHA:!EDH-RSA-DES-CBC3-SHA:!KRB5-DES-CBC3-SHA'; ssl_dhparam /etc/nginx/dhparams.pem; add_header Strict-Transport-Security "max-age=31536000; includeSubDomains"; client_body_buffer_size 32m; location ~ \.php$ { try_files $uri /index.php?$args; #try_files $uri =404; #https://github.com/cloudrck/blesta-nginx/blob/master/sites-available/blestav3 ON fastcgi_split_path_info ^(.+\.php)(/.+)$; fastcgi_connect_timeout 60; fastcgi_send_timeout 180; fastcgi_read_timeout 180; fastcgi_buffer_size 128k; fastcgi_buffers 4 256k; # fastcgi_busy_buffers_size 256k; fastcgi_temp_file_write_size 256k; fastcgi_intercept_errors on; #https://github.com/cloudrck/blesta-nginx/blob/master/sites-available/blestav3 OFF fastcgi_pass unix:/var/run/php5-fpm.sock; fastcgi_index index.php; fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; include fastcgi_params; } location ~* \.(js|css|png|jpg|jpeg|gif|ico)$ { expires max; log_not_found off; } location ~ (\.pdt) { return 403; } location = /favicon.ico { log_not_found off; access_log off; } location = /robots.txt { allow all; log_not_found off; access_log off; } location / { if (!-e $request_filename){ rewrite ^(.*)$ /index.php; } # For access to install file if ($request_uri ~ "^(.*)/install.php$"){ rewrite install.php /%1/install/ redirect; } } } server { listen 80; server_name **; rewrite ^ https://**$request_uri permanent; }
  2. ariq01

    Can't Change Theme

    I've set htaccess to true on lib/init.php and i still can't visit https://blesta/admin/theme/theme.css?dir=WHMBlesta I'm following https://github.com/cloudrck/blesta-nginx/blob/master/sites-available/blestav3
  3. ariq01

    Can't Change Theme

    Hi, i'm use nginx and use that github config still got error. Still can't change themes on my blesta.
  4. I've using gogetssl on blesta now. Everything is ok, no bug.
  5. @Licensecart ah ok, thank you and sry i'm forgot replied the tickets @BeZazz okay, thankss...
  6. Yup when i visit link, sometimes 'G' too. hmm okay
  7. https://www.gravatar.com/avatar/282bb5c7aa02c34b4e5a7a98fabaa911?s=120 I've confused, now my photos loaded but sometimes my photos turn to default 'G' again.
  8. @Tyson did you means "Copy Image Location" (right click on gravatar) ? I've check it, sometimes my photos loaded and recently my photos turn to default 'G' again. I didn't know what the problems.I'm so confused
  9. Broken again.. what should i do? anyone?
  10. my gravatar stored. I didn't know what happens. Just forget it
  11. Hello all. I want to ask a question, my gravatar photo suddenly change to default 'G' again on support ticket. http://prntscr.com/eblzhr I've check it on gravatar site, my photo didn't not change. You can check here : ariqnz[at]gma*l.com. Help me..
  12. Everythings works on staff side. But unblock section on client side looks broken template. I can't click unblock button.
  13. hi @Blesta Addons, can i request another logicboxes module? i mean resellerclub. Resellerclub provide domains, shared hosting, vps, codeguard, website builder, etc as their products. So will you create another resellerclub module which provide reseller to sell all of their products? not domains only.
  14. How about {order.date} ? What is the tags for order date on welcome email? Can i use this tags on https://docs.blesta.com/display/user/Order+System to the Welcome Email? i need {order.*} and {invoice.*} tags
  15. Maybe @jawanet means for feedback for new brand, no feedback for new template
  16. i think its from nominet, you must validate the identity of the domain owner. So namecheap ask it to you.
  17. I'm using uptimerobot to know my uptime. It can integrate with wordpress. http://status.pelajarhosting.com/
  18. Well. how about this i just need to force user to only use email only as username. I'm really confused about this
  19. How to prevent this? i got this problem too. My clients create 2 accounts with same email. And how to force user, to only use email as login. Not username. like @naja7host (blesta-addons registration page)?
  20. like this ? Ah i'm forget about that. Thanks mike !
  21. Oh i see, after i accept, i can see the pending orders. Why i should accept it first @Licensecart ? i didn't do it before. I just want the pending orders instant displayed like yesterday ago. :|
  22. Hello all ! I don't know it's bug or not. My blesta since 05/10/2016 got error suddenly. There are no pending product on client view (in admin dashboard) after got an order. I mean this. : Clients order a product -> an order received to admin -> Invoice coming to their email -> when i check on client view. There are no pending product. Anyone has this problem too? pls help me **i've try to re-order with my test client account. And there are no pending product too. And when i've record payment to that invoice. no pending product actived !
  23. @Licensecart how about update this news on whmcs.rip too ?
×
×
  • Create New...