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 Mike Lewis 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: *

  1. Oostwijk

    how old

    How to test if a file named "file1.txt" is older then 24 hours ?
  2. Oostwijk

    link array

    The script reads in the lines from a file on my hdd, and stores a part of that file in the array. The lines stored in the array all look like this: <A HREF="http://www.socialgallery.com/galleries/mfhm/Gall14/gall.php?4573">Older Page</A><BR> <A...
  3. Oostwijk

    link array

    I've got an array which has multiple lines like these in it: <A HREF="http://www.socialgallery.com/galleries/mfhm/Gall14/gall.php?4573">Older Page</A><BR> <A HREF="http://movies.easy-dater.com/galleries/01/195/pre.html">Movie Page</A><BR> As you can see it are links to certain websites. Now I...
  4. Oostwijk

    eh, dumb grep problem

    To test if I understand the grep command correctly I used this little script: $items="no way test"; if (grep /$items/,"test"){print "ok";} These lines should print "ok" sice test appears in $items. Though "ok" isn't printed. What am I doing wrong here ? I've tried it the other way around: if...
  5. Oostwijk

    first character

    It doesn't seem to work, anyone got another suggestion ?
  6. Oostwijk

    first character

    where in the code can I place the string ?
  7. Oostwijk

    first character

    How to check if the first character in a string is a number ?
  8. Oostwijk

    How to retrieve

    My girlfriend accidently removed a sent email from the OUT mailbox. Is there a way to retrieve the email ? (I cant ask the recipient of the email). I couldn find the email in the trash mailbox either. I hope someone can help me.
  9. Oostwijk

    hiding cgi code for webhost

    Hey Wullie, If you want I can write some scripts for you. I've worked as a freelance programmer before. Send me an e-mail with a description what you want to have and I'll name you a price. I'll not design a complete search engine for you though ;) By the way does someone know where I can...
  10. Oostwijk

    need domain checker script!

    that's possible with cgi (perl), there's an module named whois which needs to be available on your host to run it. Look at: http://search.cpan.org/~dhudes/Net-Whois-1.9/Whois.pm to read more about it. Or do a search with Google on 'Whois cgi'
  11. Oostwijk

    hiding cgi code for webhost

    ok, if there isn't a way to protect my code I'll apply for an official copyright. The website isn't online yet, It's almost done and I'm making some minor adjustments to it with perlwiz. (A great tool !). The search-engine isn't online yet. By the way, I've got my eyes set on a domain name...
  12. Oostwijk

    table cgi scripts

    I've got a table consisting out of two columns in my html page. In the left column I want to display a cgi-script and in the right column I want to display an other cgi-script. Which lines do I need to launch the cgi-scripts in the columns ?
  13. Oostwijk

    hiding cgi code for webhost

    It's a search engine, which is better, faster and gives better results as Google.
  14. Oostwijk

    hiding cgi code for webhost

    I'm a worry wart ;) I spent a lot of my free time in the script. No comparible script is available on the internet, and I'm affraid the webhost is going to steal it and use a copy for it's own use.
  15. Oostwijk

    hiding cgi code for webhost

    Is there a way to hide the cgi code for my webhost ? I'm affraid he's gonna steal my code. I worked days to scribe the code. I'm on a win98 machine and upload my cgi-script to my webhost which is an Unix machine. A friend told me that it isn't possible to execute windows based exe files on an...
  16. Oostwijk

    remaining string

    How can I remove the first character of a variable ?
  17. Oostwijk

    left character

    thanks Raklet, that works fine/
  18. Oostwijk

    left character

    How to retrieve the left character of the value from variable $line and store that character in a variable named $charact
  19. Oostwijk

    text file - date problem

    Anyone ?
  20. Oostwijk

    text file - date problem

    I've got a textfile, which contains lines like these: 3-4-03 5:42:30 13-9-03 11:26:00 3-4-03 6:07:16 5-5-99 22:22:00 22-5-03 6:27:48 27-5-03 23:49:06 20-2-03 3:42:12 9-7-02 5:56:34 8-5-03 5:01:44 19-11-03 3:25:56 14-5-03 22:51:50 11-3-03 4:45:28 29-4-03 6:01:56 2-6-03 10:40:54 29-4-03 6:14:38...

Part and Inventory Search

Back
Top