Recent activity
Subscribe to this feed
mknjhill replied on November 27, 2009 19:15 to the problem "Having problem with wibiya and SSL certificate" in Wibiya:
mknjhill replied on November 27, 2009 03:56 to the problem "Having problem with wibiya and SSL certificate" in Wibiya:
I made a workaround in this thread > http://getsatisfaction.com/wibiya/top... it will disable the toolbar when https is on (PHP code)
A comment on the idea "Do you have an SSL version?" in Wibiya:
if you want to see a working example switch between http and https on http://www.web-hosting-service.org (my site with the code up and working) – mknjhill, on November 26, 2009 19:09
mknjhill replied on November 26, 2009 19:03 to the idea "Do you have an SSL version?" in Wibiya:
mknjhill replied on November 24, 2009 20:07 to the idea "Do you have an SSL version?" in Wibiya:
edit:
Ok so i have been playing with it and i have WORKING code to disable the toolbar if httpS is on and display it if it's not.
code:
if($_SERVER['HTTPS'] != "on"){
include("toolbar.php");
} else {
echo '<center>Sorry no Toolbar in Secure mode.</center>';
}
This is wrote in php so must be put into a php page.
mknjhill replied on November 24, 2009 10:33 to the idea "Do you have an SSL version?" in Wibiya:
umm well i'm not exactly sure how to go about it but yeah that could be possible, i dont know much about javascript i think i might be able to come up with a php code.
try something like:
if (!$_SERVER['HTTP']) {
include ('toolbar.php');
}
and if its https it shouldnt load it (obviously the wibia code would be in toolbar.php)-
mknjhill started following the idea "Supersize the wibiya project to be bigger and more powerfull than any other networks." in Wibiya.
-
mknjhill started following the idea "Tips of the day." in Wibiya.
-
mknjhill started following the idea "Add login form to the bar" in Wibiya.
-
mknjhill started following the idea "Auto Welcome Email or Auto Message to New Members" in Wibiya.
-
mknjhill started following the idea "Multiple notifications at once?" in Wibiya.
-
mknjhill started following the idea "Integration of Twitter into the Notifications system" in Wibiya.
-
mknjhill started following the idea "Toolbar on Top" in Wibiya.
-
mknjhill started following the idea "Add a website tab for all the social websites you have?" in Wibiya.
-
mknjhill started following the idea "vBulletin forum posts access..." in Wibiya.
mknjhill replied on October 23, 2009 20:53 to the idea "Do you have an SSL version?" in Wibiya:
Like Frank was saying here is a sample google code for detecting SSL
[code]< script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));[/code]
had to make a space beetwen < and script to get it to show here.
mknjhill replied on October 21, 2009 06:28 to the question "how can i create a account" in Wibiya:
You need to request an invite, from http://www.wibiya.com/UserBetaLogin.php
mknjhill replied on October 20, 2009 18:27 to the idea "integrate with cometchat" in Wibiya:
mknjhill replied on October 20, 2009 18:21 to the idea "Do you have an SSL version?" in Wibiya:
-
mknjhill started following the idea "Do you have an SSL version?" in Wibiya.
| next » « previous |
Loading Profile...

