Jump to content

chauffeur

Members
  • Posts

    34
  • Joined

  • Last visited

    Never

Posts posted by chauffeur

  1. go ask microsoft.

     

    windows wouldn't be without dos. Maybe they don't 'develope' it any more because it does everything they need from it. Maybe they'll take up the developement again at a later date. Do you believe them?

     

    If you do, then you believe that windows XP was and still is the best way to access the web and to do all the things you do on a daily basis with total security in mind. But hey, they said that about Vista and again about 7.

     

    They also said that the new windows virus scanner is the first ever in their systems. Check out DOS 6.11

     

    Sounds to me like you all believe Gates' lies.

     

    Too bad you haven't the years behind you to see what's really happening. But then, the blind lead the blind.

     

    Go into an XP machine. Delete all the DOS files you can find, if you can! Try rebooting the machine.

     

    YOU CAN'T!

     

     

  2. Thorpe. Think of it this way. When you were being born, I was entering my first classes in computer science. You may be a fine programmer but knowing what to do in PHP won't make you a Dr. in computer science and won't give you all the background into the evolution of computers since thier outset.

     

    I don't scoff at you or your abilities but in this case, do a little research. Check out what I've said and let the evidence speak for itself.

     

    I too am not a Dr. in this game. My brother is. I too wouldn't have believed it but the proof is in system32.

     

    Like you said, "'nough said!"

  3. go find a widows computer. try what I suggested above. You'll find all the old DOS files in system32

     

    Windows won't exist without DOS. Ask MicroSoft!

    I too prefer Linux. Far better system but if you believe everything Gates tells us, you'll be hacked, virused and off line each time you log on. Windows is rubbish but why? It all comes down to the incompatabilities of the shell running in DOS! So they modify DOS and the shell to find something else goes haywire.

     

    Go on! I dare you! Go find a win system and check out windows/system32.

     

    IT IS DOS!

  4. go to your command prompt in any windows version.

     

    type dir and press enter

     

    DOS!

     

    Go to your c:/

    list all the files in windows/system32

     

    DOS!

     

    You young pups know everything but in reality, you don't know a lot!

     

    Oh, by the way. I'm doing all this in XP.

    If you want PHP to run in dos, do it under apache for windows (DOS)!

     

  5. do your homework. Windows is dos is windows. Windows is the shell for DOS. Windows is what made DOS so darned popular. Without windows, DOS would probably died the death same as DrDOS and all the others.

     

    Now we're talking history, facts!

    Run the windows terminal and you'll need to know your DOS commands. Windows is nothing without DOS.

     

  6. What the heck? Here, have it! Make it work.

     

     

    while ($row = mysql_fetch_array($select)) {

              $birthdate = $row["birthdate"];

    $seperate_date = explode("/", $birthdate); //Seperate Bday into seperates and remove the /

    $day = $seperate_date[0]; //Seperate Birth DAY

    $month = $seperate_date[1]; //Seperate Birth MONTH

    $year = $seperate_date[2]; //Seperate Birth YEAR

    $day_count = strlen($day);

    $month_count = strlen($month);

    if($day_count==1){$day = sprintf("%02d", $day);}

    if($month_count==1){$month = sprintf("%02d", $month);}

    $chinese_format = "$year$month$day";  //Combine into format yyyymmdd

    }

     

    $lunar_file = "../java/year.txt"; #for ease only. Set it up as you want. alter the file at your peril!

    $year = file($lunar_file); #puts file into array

          for($x=1;$x<count($year);$x++){ #loops through the array

            $data = explode("=", $year[$x]);

            $date = explode("|", $data[1]);

            if(isset($date[0]) AND isset($date[1])){#looks for two dates to match with or between

                if($chinese_format>=$date[0] AND $chinese_format<=$date[1]){

                  $sign = $data[0]; #stores star-sign only. This is passed to chris' site

        }

        }

        }

        if(file_exists('http://horoscope.netfirms.com/horoscopes/new/'.$typo.'.php')){#check file exists AKA Chris-Critchlow.com

     

     

     

     

    you'll also need this as a txt file

     

     

     

    ox=19010219|19020207

    ox=19130206|19140125

    ox=19250125|19260212

    ox=19370211|19380130

    ox=19490129|19500216

    ox=19610215|19620204

    ox=19730203|19740122

    ox=19850220|19860208

    ox=19970207|19980127

    rat=19000131|19010218

    rat=19120218|19130205

    rat=19240205|19250124

    rat=19360124|19370210

    rat=19480210|19490128

    rat=19600128|19610214

    rat=19720215|19730202

    rat=19840202|19850219

    rat=19960219|19970206

     

    See how they are piped? You can work out the rest foe yourself. I might return with a new site but for now, enjoy!

     

    Ray CC

  7. at the top of your screen now, you can see the address of the page. The URL and directories in which this page resides.

     

    I need to go to a page from my website but don't want anyone to see where it is stored. I don't want anyone to be able to bookmark and return to the page. I want them to pass through the website's terms-conditions.php page before they can access it.

     

    Is there a script for this or can you write it for me?

     

    Please help .... but then, I don't think anyone here can.

     

    Prove me wrong please.

     

  8. Hi all.

     

    Too busy driving celebs about lately so I hope someone here can help me out.

     

    I need a script that will allow a user to access an HTAccess directory automatically, without the need of intervention of the user other than click the link.

     

    Can you help me?

     

    Then, once the user is in the HTAccess directory, another small script that will strip the coding params from the link and allow the user to access just one .html (php) script. Hopefully blocking the 'bookmarked' return to the page.

     

    Why?

     

    I want my customers to be able to access the payment page but not allow them to bookmark it for return without first going through the terms and conditions page.

     

    Got an Eastender onboard today. Webcams are coming soon. With permission, maybe they'll allow questions and chat on-route!

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.