Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: SM777
  • Content: Threads
  • Order by date
  1. SM777

    Intermittent display directory index or correct index.html

    I have a problem where Apache will intermittently display either the directory index, or serve the correct index.html I open up a new IE browser and go to http://www.mysite.co.uk/ Sometimes I will either get the correct index.html page displayed, sometimes a directory listing is returned. If...
  2. SM777

    FileSeek() sorting by filename

    I have a routine which scans a directory looking for TXT files ready for parsing. How can I ensure that the files are read in a certain sequence? If the filenames are generated sequentially: file1.txt 10:14 21-May file2.txt 10:17 21-May file3.txt 10:20 21-May Then they are read in the...
  3. SM777

    Tbrowse Question

    Two databases Oldnames and Newnames. I have a table with two columns. What I want to do is to scroll down the list and if I press F1 I want the data in column 1 to be copied to column 2. i.e. the name in Oldnames to be Newnames .... oColumn := TBColumnNew("Old Name", FieldWBlock("NAME", 2)...
  4. SM777

    Sub Grouping Select Statement

    I have a database which lists car manufacturers and their models. How can I retrieve data such that each manufacturer is listed as well as the number of models? Data ----- Ford, Taurus Ford, Escort Ford, P350 Mitsubishi, Evo-7 Nissan, 350Z Nissan, Skyline GT-R Required Report ---------------...
  5. SM777

    Clipper on Pentium 4's

    Clipper runs much slower on Pentium systems than on equivalent AMD systems. I believe this is to do with changes to P4's which deprecated the use of 16-bit apps. Is there a way around this? Is it just a matter of using a better compiler / linker? In another thread Xharbour is mentioned. Does...
  6. SM777

    select data from within the last 28 days

    I'm trying to select data from within the last 28 days using PHP. I don't think I'm getting the right results. This is either due to incorrect select or because of the leap year? $date28 = date("Y-m-d", strtotime("-28 day")); Is that correct or is there another way to do it?
  7. SM777

    make = undefined reference to `mysql_connect'

    I'm trying to compile dbf2mysql 1.14 and I'm getting: server:/temp/dbf2mysql # make gcc -O2 -Wall -s -L. -L/usr/lib/mysql -o dbf2mysql dbf2mysql.o -ldbf -lmysqlclient -lm dbf2mysql.o(.text+0x1046): In function `do_inserts': : the use of `tempnam' is dangerous, better use `mkstemp'...
  8. SM777

    Home net slow if static IP, fast if dhcp

    Two PC's - A connects to internet via USB broadband, connects to PC B via cross over cable. PC A has file sharing so that PC can read & write to drives, PC B does not and can not connect to internet. If I use Automatically Assign IP address on PC A then PC B can write to PC A very quickly. But...
  9. SM777

    Clipper & AMD Athlon 64

    Has anyone tried running clipper on the new Athlon 64 bit chips? OK, your O/S will still be 32 bit but I was just wondering if Clipper (5.2e), blinker etc. would get confused with such this new hardware technology.
  10. SM777

    A few questions on 5.2e & XP

    I use 5.2e and link with RTLINK. I also use the XMSDSK ram drive to create a 700Mb ramdrive. Do I have to use Blinker or will RTLINK work fine? Has anyone tried XMSDSK on XP? Is it possible to upgrade 98 to XP or does the disk have to be formatted and a fresh install?
  11. SM777

    Identifying Processor

    My server is supposed to be a 2Ghz PIV. How can I check this is true and that it is not a 2Ghz Celeron? I ran phpsysinfo and it identifies: CPU : 1 GenuineIntel Intel(R) Pentium(R) 4 CPU 2.00GHz 1999 MHz Cache : 0 KB I'm sure it also classes Celerons as Pentium(R) 4 but the thing thats...
  12. SM777

    Run different .php file depending on radio button

    Is it possible to run two different .php scripts depending on a radio button selection? I don't mean run a script when a radio button changes. When the submit button is pressed, the setting of the radio button determines which file to cal A simple form with two radio buttons and submit button...
  13. SM777

    port scan - which should be open / closed, how to open / close

    I found a php script which test for open ports on the linux server. I have found a list stating what each port is used for. What I don't know is: Which ones are the security risks? Which opened ports are not needed and should be closed if I am not using those services? e.g. things like...
  14. SM777

    FP on Linux (debian) server

    I'm just skimming some threads about running FP on Linux. Is it true that FP will run on a Linux webserver? Which version do I need, how much does it cost? I'm currently using PHP and its limited .dbf functions. Really need some indexing functions. If there is no version of FP which will run...
  15. SM777

    Running 2.0Dos. Worth upgrading?

    I'm more than happy with FP 2.0Dos running on Win 98. It aint broken so I see no need to fix it. Just wondering what I could be missing out on though. Is it worth upgrading to say 2.6Dos or a windows version? Will my prg files need major overhaul? Will the windows version run faster than the...
  16. SM777

    Form to PHP script reqs. 'please wait' page

    I have a form which passes data to a database scanning script. How do I create a 'please wait while the records are retrieved' kind of pre page before the results are displayed? 1. user fills in form presses submit 2. vars passed to database.php 3. database.php displays 'please wait' 4...
  17. SM777

    upgrading 4.x to 7 wont convert email with '/'

    I've updated from 4.x to 7.0 and let it convert the profile. 7.0 won't login to retreive mail though. I think its getting confused because there is a / in the email settings for 4.x This works fine in 4.x: name: joe email address: joe@mysite.com pop3 mail server name: mysite.com user name...
  18. SM777

    modify structure with clipper

    is there a clipper function which will modify the structure of a dbf? Cheers.
  19. SM777

    OE - different icon for each user

    Is it possible to setup a different icon for each user rather than having to switch identities? e.g. I want to set up an icon called Joes Email which when joe clicks it, loads OE with his identity, then another for Jane etc. Surely there is a command line switch to do this?
  20. SM777

    session_mm_apache0.mem in /tmp

    This file is huge: over 800Mb. What is it? Should it be that big? RAM is 256Mb Apache 1.3.26 Cheers.

Part and Inventory Search

Back
Top