IPB

Welcome Guest ( Log In | Register )

> Password asking window, SORRY!
LordSkitch
post Dec 6 2004, 01:41 AM
Post #1


I cuddle with my bots.
*****

Group: Moderator
Posts: 980
Joined: 16-April 04
From: Alvin, Texas
Member No.: 291



My webserver took a crap, a big one, and the entire site is locked down. The reason for it, I have no idea, so the only recourse is to re-install IIS and hope it fixes itself, then re-install all the webserver software I have on that thing.. ugh.

Anyhow, sorry for all the pop-up things! I'm gonna take the site offline so hopefully it just times out on the downloads... if that doesnt work, I'll disable the port, so it doesn't go anywhere.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
 
Reply to this topicStart new topic
Replies
LordSkitch
post Dec 7 2004, 10:40 PM
Post #2


I cuddle with my bots.
*****

Group: Moderator
Posts: 980
Joined: 16-April 04
From: Alvin, Texas
Member No.: 291



No, CF is like PHP, ASP, that kinda crap.. but instead of having to write source code for the page, then compile it, CF is all in-line making it a lot faster. liiiike..


<cfquery name="spoot" datasource="spootdatabase">
select * from table
</cfquery>

CODE
<table>
<cfoutput query="spoot">
 <tr>
    <td>#spoot.data1#</td>
    <td>#spoot.data2#</td>
  </tr>
</cfoutput>
</table>


that'd make a whole table for ya, in about 1/8th time time PHP takes to compile then re-output it... I'm not bashing PHP or anything, I use it on my site, just CF is faster. tongue.gif
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

Posts in this topic


Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



- Lo-Fi Version Time is now: 19th July 2025 - 05:39 AM