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 Chriss Miller 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. new2this2002

    Securing PHP

    Is there a way in which i can prevent php from processing files other than file with .php extension. The reason I ask is I am able to place php code within an image file (disguise it) and php executes the image file as if it were a php script...is there anyway to prevent this? i am using PHP...
  2. new2this2002

    valign center

    I have the following code..... <table cellspacing="0" width="100%"> <tr> <td width="25%" valign="middle"></td> <td width="50%" valign="middle">content</td> <td width="25%" align="right" valign="middle"> <div> <form> <p> <select> <option value="original" selected="selected">original</option>...
  3. new2this2002

    CSS Div Absolute Positioning

    I have the following code <?xml version=\&quot;1.0\&quot; encoding=\&quot;utf-8\&quot;?> <!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Strict//EN&quot; &quot; http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd &quot;> <html xmlns=&quot;http://www.w3.org/1999/xhtml&quot...
  4. new2this2002

    IIS on a LAN

    I have read some of the previous posts on making IIS only accessible from compouters on a lan. I just want to clarify that in order to do this you just set the ip address to be 192.168.100.2 (the ip of my network pc) and not &quot;All Unassigned&quot;. My IIS server is running on a pc that is...
  5. new2this2002

    MySQL Connector/J

    I am trying to get java to communicate with my mysql server but i am having problems with the latest version of the mysql jdbc driver connector/j 3.1.0-alpha. Here is my setup I am using win2k pro, j2sdk1.4.2 and mysql 4.1. My mysql database has the following databases... mysql test testdb if...
  6. new2this2002

    Samba Permissions

    I have just setup samba to work on my home network. I can connect to the linux machine from windows and vice versa. I have a user that is on both on the linux and windows machine the problem is that when i log in as root i can access the windows shares without being prompted for a password but...
  7. new2this2002

    JTable

    I have just installed the J2SDK 1.4.2 and when running TableExample4.java which is part of the download its one of the example apps under c:\j2sdk1.4.2\demo\jfc\TableExample\src\TableExample4.java I was wondering if it was possible to make it so the table fits into size of the frame window...
  8. new2this2002

    MSN Messenger Voice Chat

    Does anyone know the voice codec that MSN Messenger uses by default. I cannot get voice to work with msn i can hear other people but they can not hear me. I am using Win XP Pro, DirectX 9a and MSN Messenger 6 and i have a Audigy 2 Platinum EX soundcard. Does anyone have an idea of the correct...
  9. new2this2002

    Removing text

    I have a jpeg image but it has some text on it which i want to get rid of, i read a previous post about how to do this, but whenever i try to use the healing tool, the image seems to shift. All i want is for the background behind the text on the image to remain and the text to be removed. I am...
  10. new2this2002

    Outlook automation error

    This is a very bizzare error. I have a program which allows email to be sent from it using outlook. The problem is this I have a sub routine called sendMail that is run when either a button is clicked or a menu item on a tray icon is clicked. The odd thing is, is that the mail is sent fine when...
  11. new2this2002

    Outlook Email Retrieval

    How do i go about writing a program that checks for email from a particular account using Outlook. So what i have is a program which adds information to a list whenever a new email message is received from a particular account. The program is automated, it just runs in the background. I have...
  12. new2this2002

    Wave in and Wave Out Errors

    Does anyone have problems when using dlls that use the winmm.dll api functions in particular the apis relating the waveIn. I am trying to get a Oscilloscope to work, but i keep getting errors saying wave in and wave out are not working properly. For an example goto this page...
  13. new2this2002

    Hiding Control Methods

    How do i hide certain methods from appearing in the procedure drop down box when using a custom control. For example i want to create a custom textbox, how do i make it so only the methods i want to see appear in the procedure box appear (eg. hide the OLEDrag and Drop methods, and hide the...
  14. new2this2002

    Form buttons in staroffice 6

    How do i make it so that when i click on a form button it loads another sheet?? I cant find a command to do it.
  15. new2this2002

    Connect to remote database

    i have an access database on my webserver, all the ODBC stuff is set up and i have created an asp page to connect to it and read the contents of one of the tables in the database. My question is how do i do this using vb? I cant get it to work.
  16. new2this2002

    Using Api to enable/disable a button

    how can i use api to disable or enable a button. I would have thought i have to use some sort of send message command, passing in the handle of the window, but i am not sure and cant get it to work. i want to be able to control my other applications, by using api.
  17. new2this2002

    Page Within a layer

    How do i show a page within a layer when a button is pressed for example. Server supports supports cgi, perl and ssi.
  18. new2this2002

    Winsock Garbled Data

    When using winsock to connect to a telnet server (port 23), the data i get back (fromt the getdata method) is garbled. Does anyone know how to fix this, i take it that is is a question of formatting the retrieved data but i dont know how to do this formatting.
  19. new2this2002

    Remote Login As Root

    How do you setup a host system so you can remotely log in, directly as root. I want to xdisplay the dtlogin screen remotely. Using Solaris 2.8 on host and reflection x on remote pc.
  20. new2this2002

    Upgrading Solaris Apache?

    i have just got solaris 2.8 on a sparc installed and set up the apache that comes with it, version 1.3 according to the server info. My question is how do i go about upgrading to version 2 of apache. I need the c compiler dont i, because solaris does not have it built in any more. I am a...

Part and Inventory Search

Back
Top