looking for some booking script, anyone knows anyo...
# cfml-general
g
looking for some booking script, anyone knows anyone in cf, if i get any old riaforge links
a
What?
g
what?
question is clear, riaforge link?
or wherever the projects that were build before, someone shared on git or google drive, i need a link
a
What's a "booking script"?
m
I think he means that google drive link with the riaforge archive https://drive.google.com/drive/folders/1jsDo8-_v0wDJEbLvG8NgwJDs_Lt2q7qX
a
Blimey really? oookay.
c
@mrtom Did you work for the Polish Cipher Bureau?
m
🙂
c
"question is clear", manners aren't so much
a
I was not being obtuse in my questioning: I literally could not parse the initial sequence of words (I won't go as far as to say it was a sentence or a question) into something coherent. @mrtom did well! And I'm bemused by "booking script". @gsr do you mean like a booking management system like for cinema seats or acommodation? That is somewhat more a comprehensive requirement than "a script". So was wanting to make sure.
w
i, for one, welcome our new gpt4 overlord
s
No, the question is not clear, at all.
s
Copy code
<cfscript>
    cfparam(name="url.isThisABookingScript", default="1");
    writeoutput(yesnoformat(url.isThisABookingScript));   
</cfscript>
there you go.
a
#nailedIt