SCN code?
Posted: Fri Jun 24, 2005 2:16 pm
Firstly, this is an amazing project. I've got this, the UBCD4Win, and Winternals, and I gotta say, this free project gets more use than the uber-costly tech guy software. Good show.
And that brings me to my next point. I'm building a multi-disk. Going to put UBCD and UBCD4Win on one disk, with some win98 floppies, that kinda thing for the guys at the office here, and prolly a few of my techie friends/classmates. I was wanting to do something kinda fun with it.
In the main scn and custom scn, I want to add a random text line in the blank line under your sites URL.
something like:
and so on. Granted this is PHP ( I was gonna put a C++ example in, but this was shorter ) So I was wondering if this would work, because it's only printing line X then the line count is still going to be the correct number of output print lines.
Anyway, I have coding background, but it's been a while, so I was wondering if I could get a little syntax help?
Thanks all
And that brings me to my next point. I'm building a multi-disk. Going to put UBCD and UBCD4Win on one disk, with some win98 floppies, that kinda thing for the guys at the office here, and prolly a few of my techie friends/classmates. I was wanting to do something kinda fun with it.
In the main scn and custom scn, I want to add a random text line in the blank line under your sites URL.
something like:
Code: Select all
srand((double)microtime()*1000000);
int x = rand(0,50);
if (x == 1); ping " quote 1"
Anyway, I have coding background, but it's been a while, so I was wondering if I could get a little syntax help?
Thanks all
