nice site
but if you want to go https then do it good
and get rid of remote pictures and other remote stuff , as they do not pass the https certificate
and with www and with out www gives errors to (makes the https invalid)
for me is that not a problem , but users with internet explorer and firefox get all the time irritating popups with errors
if you want to use google ads , then take the secure version of them instead the plain http version
or to make it short
if you want to give them a secure feeling then do it good and get rid of all extern stuff (including ads )
anyway , i coulnd find the downloads as it says that there are no downloads
for the rest , the site is nice
ps: to fix the https , just put this htacces code on it and change my website to your website
Code:
#show indexes(is optional) and follow the symbolic links , needed for rewrite on some servers
Options +Indexes
Options +FollowSymlinks
RewriteEngine on
#start rewriting the requests to www instead of with out www , to make certificate always valid
RewriteCond %{HTTP_HOST} .
RewriteCond %{HTTP_HOST} !^www\.powerchaos.com\.com
RewriteRule (.*) https://www.powerchaos.com/$1 [R=301,L]
# port 80 traffic to https://, except topsites.php
RewriteCond %{SERVER_PORT} ^80$
RewriteCond %{REQUEST_URI} !^/topsites\.php$ [NC]
RewriteRule .* https://www.powerchaos.com%{REQUEST_URI} [R=301,L]
# port 443 traffic for topsites.php to http://
RewriteCond %{SERVER_PORT} ^443$
RewriteCond %{REQUEST_URI} ^/topsites\.php$ [NC]
RewriteRule .* http://www.powerchaos.com%{REQUEST_URI} [R=301,L]
use the above code and your https will always be valid
exept if you start using images from imageshack and youtube vids over a http conection (thats not secure)
hopely this helps you
Greetings From PowerChaos
ps: for download link , feel free to use boosterking as mirror