You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.
How can I tell what version I have installed? Also howcome noone let us know there were new releases? *Sniff* *Sniff* dont ya like us anymore :-) no, seriously...can existing licenses upgrade to version 4. If so how much and when can I do it. Thanks in advance. Wazzup Nick!
Hey codecreep. We're not sure on the pricing of the upgrade yet, but it will be cheap. We want everyone to enjoy using the new version when it comes out. To tell what version you have installed, either:
(1) Take a look at the HTML source for your store pages. At the top you should see something like:
<META NAME="GENERATOR" CONTENT="Software Version 4.0 https://kryptronic.com/">
~or~
(2) Take a look at the CGI source of any of the *.cgi or *.pl files in the cgi-bin. The version is printed in the header at the top of the scripts.
Sorry - we assumed everyone knew CCP5 would come out eventually - CCP4 was our fourth version (obviously). Have a great day
Offline
I would like to edit this line from showing in all my pages (for security reasons) anybody know?
Offline
What's the easiest way to hide the source?...
I use to have just the original paragraph on the splash page (you wouldn't see more than the original paragraph) but now it's my main page...
Offline
There are some javascripts out there that prevent right clicks so you can make it hard to view the source, but people can always use the menu in their browser to get at it. That's just how browsers work - they download the source to the user's machine for printing.
Offline
To hide the HTML you can put it inside a .cgi, right?
I tried seeing the code of a .cgi (through "view" then "source" and I couldn't).
So, if this is true, what's the easiest way to put a link in the splash page to call a .cgi (which would have all the HTML of the splash page)?
Offline
Scripts build html pages. They are not seen and shouldn't be accessible by the client. The html is browser language and is easily accessible through the browser. You can't hide html or your client won't be able to access your pages.