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 strongm 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
  • 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

    Hey, works like a charm, thanks! Happieness is like peeing your pants. Everyone can see it, but only you can feel the warmth.
  3. 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...
  4. Zas

    list for big pic. page

    thanks.. now to change it so it works with tables and such :-p Happieness is like peeing your pants. Everyone can see it, but only you can feel the warmth.
  5. Zas

    list for big pic. page

    In a nutshell I want an expandable and closable list for each link. Happieness is like peeing your pants. Everyone can see it, but only you can feel the warmth.
  6. 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...
  7. Zas

    How can I block or make sure its my server?

    if ($INPUT{'cname'} =~ /\W/) { &error(&quot;<br>Invalid Character Name! \(Use only alpha-numeric characters!\)&quot;); $error = 1;} if (length($INPUT{'cname'}) > 15) { &error(&quot;<br>Your character\'s name is too long!&quot;); $error = 1;} $error is 1 so it can show all the errors, and exit...
  8. Zas

    How can I block or make sure its my server?

    Right now I have: if((!($ref ne &quot;http://valui.com/signup.htm&quot;) ^ ($ref ne &quot;http://www.valui.com/signup.htm&quot;) ^ (!($ref =~ &quot;http://valui.com/cgi-bin/find.pl&quot;)) ^ (!($ref =~ &quot;http://www.valui.com/cgi-bin/find.pl&quot;)))) { print &quot;Sorry, you came from the...
  9. Zas

    How can I block or make sure its my server?

    thanks Happieness is like peeing your pants. Everyone can see it, but only you can feel the warmth.
  10. 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...
  11. Zas

    Installation Help

    Done that. And installed it. Yet I still cannot get it to work in Internet Explorer locally. Happieness is like peeing your pants. Everyone can see it, but only you can feel the warmth.
  12. Zas

    Installation Help

    So i donwload what personal web web server? I've downloaded myserver and it works fine, but perl does not work with it for the most part. Any other suggestions? Happieness is like peeing your pants. Everyone can see it, but only you can feel the warmth.
  13. Zas

    Running perl locally

    Lol, i figured that IIS was the only way to do PERL on the system because thats what all the tutorials were about, and everyone was pointing me kindly in that direction. It would be nice if someone would explain about Linux systems, how they coinside with Windows XP, and how to run PERL off of...
  14. Zas

    Running perl locally

    Fax services unchecked Indexing service checked Internet explorer checked Management and Monitoring Tools checked IIS (Internet Information Services) eludes me once again. Happieness is like peeing your pants. Everyone can see it, but only you can feel the warmth.
  15. Zas

    Running perl locally

    Its not under the checkbox. Happieness is like peeing your pants. Everyone can see it, but only you can feel the warmth.
  16. 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.
  17. Zas

    Running perl locally

    I just assumed it came pre-installed and I had somehow overwritten it or deleted it by accident. Mind me asking on just how to install it? Or where to... download it if its not on the computer? Happieness is like peeing your pants. Everyone can see it, but only you can feel the warmth.
  18. Zas

    Running perl locally

    Ah yes. It would be a GREAT help if you were to go into your administration folder, right click on Internet Information Services, and click properties, and tell me the location from which that shortcut originates. That may just solve this problem, and allow me to continue on. Happieness is like...
  19. Zas

    Running perl locally

    I only wish it were this easy. I'm getting stuck at the 'administration tools -> internet information services. thats not showing up at all. I've tried all of the things under Administration Tools and none prove to be of any use with the information provided. I've done all the XP updates...
  20. Zas

    Running perl locally

    ... *sigh*... how do I bring that up? its not in control pannels or administration files... Happieness is like peeing your pants. Everyone can see it, but only you can feel the warmth.

Part and Inventory Search

Back
Top