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 bkrike 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: Zas
  • Content: Threads
  • Order by date
  1. Zas

    Reading folders and folders inside folders!

    Ok I've got my nice little piece of code that opens up a directory of course, and then reads the directory and searchs for all folders inside that directory and compiles a list. The only problem is it only finds . (this one) and .. (folder beneath). When I read for everything inside the...
  2. Zas

    Help stop the X from marking the non-existing image

    The users simple input an image url, and I want the image to come up valid everytime. The reason: use LWP::Simple; my $content = get $url; die "Couldn't get $url" unless defined $content; doesn't work is because that it dies if its nothing, but it goes through if its a bad image url, or...
  3. Zas

    list for big pic. page

    I didn't want to put pictures on a different page, because thats tedious clicking 'back' and finding which one you'd like to see. I'd like to know howto make a list of categories (ohio, texas, friends, trips) and then have each array of pictures open up in a seperate table, whenever an item from...
  4. Zas

    How can I block or make sure its my server?

    Now theres this little dude whos really annoying and has been spamming my server with information that he probably shouldn't be able too. Now I made the .html so no one could surpass 15 characters in lenght. But he took that and saved it to his computer and made it so he could make it unlimited...
  5. Zas

    Installation Help

    Ok, I've gotten this far on my quest for PERL on my local webserver with not too many injuries. I'm hoping this will be easier that finding it. Simply put... How do you install IIS on windows XP...? Happieness is like peeing your pants. Everyone can see it, but only you can feel the warmth.
  6. Zas

    Running perl locally

    Ok, this may be a bit newbish of a question. I've downloaded most of the programs, used most of the paths, but everytime I run a perl script, it comes up like an oddly shapen notepad/webpage thing... I have c:/perl/bin/perl.exe but can't figure out what the correct path to my perl is, and why...
  7. Zas

    Cron

    I've been running cron from my computer, and have had it goto little perl scripts on the server every half hour, and redirect to the next script until they are all done. I could sum them up in one giant script if I needed too though. But my question is, I'll be leaving soon and I need the...
  8. Zas

    ?VCR TO PC?

    I've got several different scenarios, and have been looking around but people are a little too general on their websites on telling me how to do these things. So I came to the experts for help. Does anyone know how to transfer things from: 1. VCR to Personal computer 2. VCR (or straight from...
  9. Zas

    alphabetize a string?

    What is the function or command for alphabetizing a list, or array? The array will be different for each person who views it, so I cannot merely just push, or unshift as easily. It may consist of 20 or 30 words and/or *numbers*. So its important that numbers are organized from least to greatest...
  10. Zas

    New host, I need help.

    I've recently moved to a new host (simplehost.com). It took me a while to actually get a script to actually run. The first thing that was wrong was I kept getting a 500 Internal Error- I fixed that by setting the attributes to the script, and than re-uploading it (no idea why that worked). The...
  11. Zas

    Bad image??

    Is there a perl function to check to see if the image url that the user supplied is a valid one, and actually works? Happieness is like peeing your pants. Everyone can see it, but only you can feel the warmth.
  12. Zas

    noob question- popdown image change

    I was wondering if there was a way where a user could have a drop down menu to select an image from a forum, and once they select one the image pops up so they can look at it, and possibly change the image, where another one would pop up once they change it again, etc.. Possible? If so, how...
  13. Zas

    switching servers

    Ok. I recently switched hosts and the new site is a wee bit different. The problem is I've been used to one set way to do Perl, and I cannot figure out what I'm doing wrong. I was using #!/usr/local/bin/perl, but it said that the path was now #!/usr/bin/perl, so I switched that on all my...
  14. Zas

    decompile?

    What if you created a .exe and you lost your source code .cpp? Is it possible to decompile a program? Or is everything going to be redone? Happieness is like peeing your pants. Everyone can see it, but only you can feel the warmth.
  15. Zas

    HTML and C++ with CGI

    I find it tiresome and tedious to convert entire pages of html into CGI with all the slashes and such, especially when creating new layouts and so so. So is it possible to run a .pl or a .cgi script inside of an .html ? Also is it possible to run a .exe inside or a .pl or .cgi on the web? Just...
  16. Zas

    Spider Web.

    No not spider man. I need help on how to make a spider web. Has anyone seen any tutorials or anything on how this could be possible? Happieness is like peeing your pants. Everyone can see it, but only you can feel the warmth.
  17. Zas

    and/or foreach loop- i'm overlookin somethin

    Now heres my problem. In the following coding, it also comes up false ( it tells the user to go back ), and it shouldn't, I believe. $itemeq always ends up the number 1. It basicly says if $pid (the querry), is equal to the the var in the forearch loop, than return false. But $pid is 2, and...
  18. Zas

    noob question

    what would be the entire coding for a simple redirect to a perl script, and than how could I close the window after the script is done? Happieness is like peeing your pants. Everyone can see it, but only you can feel the warmth.
  19. Zas

    splits with spaces:

    Here is the file: 10568000003|December 25, 2002|1r1200085770|UPS Ground:: 00000000002|December 23, 2002|1z1234567890|UPS Ground:: 00000000003|December 23, 2002|1z1234567870|UPS Ground:: 10000000003|December 23, 2002|1z1234585870|UPS Ground:: 10008000003|December 25, 2002|1r1234585770|UPS...
  20. Zas

    question- yah...

    Why do my cookies commonly get: ; NFrequest added to them, and how can I take it off the cookie? Happieness is like peeing your pants. Everyone can see it, but only you can feel the warmth.

Part and Inventory Search

Back
Top