News:

A forum for users of LackeyCCG

Main Menu

[SUGESTION] - Support "https://" - (or sudo support)

Started by Jynks, July 15, 2014, 07:57:28 PM

Previous topic - Next topic

Jynks

DropBox is a great way for plugin makers to host the games really cheaply.. as in free.

When you copy a dropbox link it comes in as "https://blah.blah" This will error in LackeyCCG, but if you just remove the "s" it works fine "http://blah.blah"

Now this is all well and good, and if you look at my plugins the instructions have the correct link, but many users despite instructions click on the link and copy it from the URL bar, instead of right clicking and copying the link. This is bad as the url will be auto corrected to use the "s" again if you put it into a URL bar.

It would be great is lackeyccg could handle the "s". All it would need is a tiny if loop or som e other programming magic to change the string from https:// to http://. Then use all thew existing code as normal.


Trevor