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

    Accessing Exchange server without Outlook installed

    Hello all, Let me get straight to the problem - I need to automatically download attachments from all incoming emails from an Exchange account and save them into local folder. The trick is to do this without having Outlook installed. I have tried MAPI (simple and extended) and they both need a...
  2. thepain009

    Accessing Exchange using WebDAV and LDAP authentication

    Hello all, I was wondering if there was a way to access Exchange using WebDAV WITHOUT hard coding username/password/server into the script. The script would be running on a Windows 2k3 machine with a user logged into the domain. Is there a way to incorporate LDAP authentication into this script?
  3. thepain009

    Accessing Exchange server without Outlook installed

    Hello all, Let me get straight to the problem - I need to automatically download attachments from all incoming emails from an Exchange account and save them into local folder. The trick is to do this without having Outlook installed. I have tried MAPI (simple and extended) and they both need a...
  4. thepain009

    File transfer over sockets

    Hey guys, I was wondering if someone could point me in the right direction with my project: I'm to write a simple client and server programs that will use sockets. The client will be able to sent a GET <file name> command to the server and the server will send back the file (which does not...
  5. thepain009

    included .js file keep cashing

    Hello pplz, Here is my problem: I have an HTML page in which I'm including a .js file with a single document.write() statement. When the .js file is changed (by an outside php script), user needs to click on the 'refresh' button so see the changes. Is there a way for the browser not to...
  6. thepain009

    saving image

    Hello, I found a script that is able to resize any image to a desired size. Right now it only outputs the resized image to a browser, however I would like to be able to save it to the server for future use. Is there any way to do this? I basically have an variable at the end of the script...
  7. thepain009

    annoying white box next to an iframe

    I'm craeting a website which uses some iframes. Everything matches up perfectly beside one thing. There is a white box to the right of the vertical scroller of the iframe. The weirdest thing is that when you go back to the previous page and try to go back to that page, the box is gone! It...
  8. thepain009

    uploading a file

    Hi, I'm trying to make a image uploading page and it works, but only for files 2MB and below... I need to be able to upload images that are around 5MB. I played with the MAX_FILE_SIZE value, but it didnt fix anything. Here is my code: <input type='hidden' name='MAX_FILE_SIZE'...
  9. thepain009

    Passwored folder

    Hello, Is there a way to put a password on a folder on a server running Apache in Windows? I know it is possible in Unix, but what about Window? Any help appreciated.
  10. thepain009

    upload folder?

    Hello, Is there a way to set up a folder on the Apache server running on Windows in a way so that people could drag and drop files and upload to it? Password protection would be nice also.
  11. thepain009

    Symantec Ghost Network Boot disk

    Hi, I'm trying to create a Network Boot CD however all I can find in the Boot Wizard is an option to make a bootable floppy. I tried to make the floppy and then burn those files onto a CD using Nero's Bootable CD function. This did not work as expected becuase the laptops that I need this for...
  12. thepain009

    Firefox and IE... frustrating

    IR and Firefox render everything very differently... and its quite annoying. Im creating a website where im trying to absolute position' things on a table. The problem is that the table is bigger in Firefox then IE, and I'm using the same exact code. Here is an example: and code for it...
  13. thepain009

    Korean Language

    What do I need to download to have everything on my computer in Korean language? I searched on Microsoft website, however I could only find some Office plugins. Any help would be greately appreciated. (Im using WindowsXP Pro)
  14. thepain009

    Viewing MySQL tables

    Hello, I have a simple question... i think. I have typical MySQL tables and I know that I can view them by typing in the MySQL console 'select * from tablename'. Is there a program or something that can display the values in a nicer format instead of white text on black background?
  15. thepain009

    'ML Disk' needed

    Can anyone tell what is an 'ML Disk'? Nero is giving me this error when im trying to burn an iso image onto a DVD. ML sounds like Multi Layer, but the iso is only 1.2 GB so it wouldnt require two layers. Any ideas?
  16. thepain009

    running php script ever x minutes

    Hi, I need to make a script execute every 60 seconds. I know that it is possible if the website with the script is open. But, is it possible to do that without the website open? Thank you in advance
  17. thepain009

    Adding tables together one under the other.

    I have 4 tables with the same structure and I would like to add them together one below the other. Is there a simple way of doing that? Thanks in advance,
  18. thepain009

    Installing scripts that use MySQL

    I have apache server installed on my machine and im experimenting a little with different things. For example im trying to install various php scripts just to test them out. Some of them use MySQL (which i have also installed,)just like phpBB for example, and require correct login information to...
  19. thepain009

    CHMOD in Windows2k

    Im trying to install a PHP script that needs to be able to write in a directory, so I neeed to set the folder's chmod value to '777', which basically means that this folder is wide open for any changes. I have searched for quite a while and found that chmod is a UNIX command, but I have not...

Part and Inventory Search

Back
Top