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 Wanet Telecoms Ltd 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. yourkeylady

    php download prompt instead of opening page

    why does the browser try to download the php file instead of opening a page? I checked the mime types file. php is listed there. I used the repair php from the windows installer. Thanks Tricia
  2. yourkeylady

    How to buffer a file on a socket, anyone have a pm file

    I'm trying to send images files and having trouble with it. I know my trouble is in buffering, but I can't find examples of it to follow. I've only studied sockets for a couple days, so any suggestions you have are welcome. The trouble is it takes too long to read. And doesn't send...
  3. yourkeylady

    How to test a mother board

    I've got a problem with my pc powering up but no bios start. I checked the cables by replacing them with some from my working pc. I've replaced the processor and fan. Took some ram out of a functioning pc and put it in, but still no startup messages. I took the hard drive out and put it in...
  4. yourkeylady

    mkdir permission denied , 19 possible trojans

    I'm having trouble tracking this error. It's a unix platform and I've checked the error logs and it's not there. I did a scan for trojans on the server and have this output How can I track the error, and if the server has been hacked would this cause the error? Main >> Security >> Scan...
  5. yourkeylady

    Router login problem

    I'm trying to set my pc on my home network. I've forgotten the login and how to set the wep key. Does anyone have some basic instruction. I've used ipconfig/all to get to the login screen. Now I need to get the user name and password. It's a netgear router on a motorola modem. I'm...
  6. yourkeylady

    Weird, sound with my movies but no video

    I've searched the web to solve this problem with no results. We have dvd's from blockbuster which we can hear but no video output. It's being viewed on a monitor hooked to the pc. We also downloaded WinDVD and the codec for it, but no results. So as a last resort we formatted the harddrive...
  7. yourkeylady

    Why does my smtp server not deliver to yahoo.com

    I am using perl Mail::Sendmail The program will deliver only to paid addresses. Is there a reason? Thanks Tricia
  8. yourkeylady

    How did they control the links on my page?

    I submitted my site to this advertising place and they posted my link here: http://www.marketingtool.com/channel/flash/b.459.g.32.html If you search for perlygates.net you will find the link. It opens my home page, but from there they cannot link to any of my other pages. It reopens their...
  9. yourkeylady

    DBI installation problem with Mysql 5

    I've installed mysql and have a simple script to test the connection. It won't connect. So I reinstalled DBI. It complains of an error that I don't understand. Do I need to set an environment variable? I have XP and I don't know how to do that. C:\Program Files\Apache...
  10. yourkeylady

    error in huge query

    Is there something wrong with this huge INSERT statement? I have looked and counted and cannot see it. INSERT INTO TABLE aaxx61970 (S_PRESSURE_CH_3,S_CHILL_TEMP_F,S_...PRECIPITATION,RECORDTIME) VALUES("0","69.98 °F","N/A","N/A","69.98...
  11. yourkeylady

    LWP downloading exe binary files corrupted

    I need to use this code to download large files and monitor the progress. But any type of binary file I download is corrupted. I want to set the content type, but I'm not sure how to insert the code. Can someone show me where I'm going wrong? Thanks for looking. if(open(UPDATE...
  12. yourkeylady

    perl tk text not showing in textarea

    I'm new to perl tk as of today. I'm trying to output a download progress report that shows files downloaded, size, etc. Is this code to insert text correct? my $txt = $mw -> Text( -wrap=>'word', -width=> 50,-height=> 20) -> pack(); $txt->insert('end',"\nFetching the files, size is 5mb.")...
  13. yourkeylady

    why does LWP mirror function not transfer my swf

    I am trying to transfer files with LWP. The mime types are jpg,png,swf,txt I have tried LWP::UserAgent, and the images are jumbled. The swf doesn't have any content. # I was hoping to write in chunks as recieved my $ua = new LWP::UserAgent; $ua->agent("MyApp/0.1"); $ua->max_size( 1200)...
  14. yourkeylady

    XP install of Crypt::Rijndael fails

    Crypt::Rijndael http://search.cpan.org/~delta/Crypt-Rijndael_PP-0.04/ It complains of error in install cp Rijndael.pm blib\lib\Crypt\Rijndael.pm cl -c -nologo -GF -W3 -MD -Zi -DNDEBUG -O1 -DWIN32 -D_CONSOLE -DNO_ST RICT -DHAVE_DES_FCRYPT -DNO_HASH_SEED -DUSE_SITECUSTOMIZE...
  15. yourkeylady

    Is it possible to change perl files to dll

    I want to make some dll extentions for Zinc, but I don't have a c++ compiler, and don't know C syntax. Do they have a nifty converting tool to change perl to dll files? I have perl2exe, so thought maybe someone would have something for dll's. Thanks Tricia
  16. yourkeylady

    Computer and apache are acting weird

    My pc is on a home network router. And my daughter has installed some of her funky games on it. And now something is clogging port 80, so apache won't start. And my firewall throws an error 'Cannot connect to the service'. I'm wondering how I can see what is on port 80 and uninstall it...
  17. yourkeylady

    Sendmail.pm mail authentication code?

    Hi everyone, I've transfered servers and now my Mail::Sendmail program isn't functioning. The host said I need to use mail authentication to send mail from the mail servers. Is there a module out that does this? Thanks Tricia
  18. yourkeylady

    DateTime::TimeZone, unfound pm files

    I thought I would use DateTime::TimeZone to get the local times when given a past UTC time for input. But I get *.pm files not found. I downloaded it with ppm. The ppm program reported the install was good. It should not have the trouble of finding sub modules. I'm not sure how to get it...
  19. yourkeylady

    Blue Screen of Death --Can't boot!

    My laptop is stuck in a booting loop. Everytime I try to boot a blue screen flashes and the computer restarts. I need to access the Registery Editor, but I don't have any XP recovery cds so I'm trying to get to Command Prompt. I've all the F8 advanced booting options, but my laptop just...
  20. yourkeylady

    callback error , out of memory

    I am trying to correct this error which seems to be called fro m an LWP::UserAgent request. I don't know what sbrk() is. This error only shows up on our new server, not localhost or our old server. Can someone tell me what this means? Out of memory during request for 28 bytes, total sbrk()...

Part and Inventory Search

Back
Top