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 Mike Lewis 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. devinci

    http works from LAN but not web

    if you meen did i open the port 8080 on the firewall yes and the site is located on the firewall.
  2. devinci

    http works from LAN but not web

    Ok first i've got a OpenBSD box has a firewall and also runs the httpd server. it's connected to a cable modem so DHCP from ISP. got one of does dyndns.org account and i can't get to the site from the web. I've got the port 8080 open on firewall. httpd is listen on 8080. what else do i need to...
  3. devinci

    3+ openbsd system

    yes that can work
  4. devinci

    apache installed now what !!!!!!!!!!!!!!!

    ok some new stuff "wierd" i re-installed apache 1.3.14 binarie distribution for my OpenBSD box. installed perfect no errors. then i went in the /usr/local/apache directory for some testing.: 1. went in /htdocs deleted everything except the index.html file that i modifided with a few F...
  5. devinci

    apache installed now what !!!!!!!!!!!!!!!

    This is just to wierd .............. i've looked over everything 5+ times and i still can't see what i've done wrong that's if i done something wrong ...........
  6. devinci

    apache installed now what !!!!!!!!!!!!!!!

    like always ................. tried doing it different ways to. stop the httpd server then do the changes and then start it again also didn't do anything
  7. devinci

    apache installed now what !!!!!!!!!!!!!!!

    thanks but i already tryed that before and it didn't do anything ...... always the same test page. I don't know what else to try and i don't want to go back to running a IIS server on the network.
  8. devinci

    Open vs. Net vs. Free BSD

    hi OpenBSD = security NetBSD = multiple arch. FreeBSD = desktop/server hope that helps alittle
  9. devinci

    apache installed now what !!!!!!!!!!!!!!!

    Hi I've installed Apache 1.3.24 on my OpenBSD 3.1 box. I used the binarie install for openbsd from apache ........... everything installed great and i can see the default page of apache. So i made the changes to the httpd.conf file to reflect my setup. Now my problem i edit the...
  10. devinci

    need help with dates

    Hi...I want to be able to display a list of all the person that are suppose to start on the next Monday. Let say that I click on the report today, I want to print all the people that are going to start on Monday and during that week. Hope somebody will be able to help...Thanks
  11. devinci

    Calculating Dates

    Thanks guys... This was pretty helpful...didn't think it was that easy.
  12. devinci

    Calculating Dates

    Hi...I'm trying to figure out the best way to code this... I have a certain date, let say 05/14/02, I'm trying the get the exact date after 20 weeks from that date. Any help would be greatly appreciated....Thanks
  13. devinci

    playing midi files

    well, every one got to start at one point... Good Luck
  14. devinci

    playing midi files

    Place this code in a module Declare Function mciSendString Lib "winmm.dll" Alias _ "mciSendStringA" (ByVal lpstrCommand As String, ByVal _ lpstrReturnString As Any, ByVal uReturnLength As Long, ByVal _ hwndCallback As Long) As Long open the midi file i =...
  15. devinci

    Read HTML source code

    Hi...I don't know if anyone can help me...I'm trying to do a class module to be able to read some html code, so that I can assign to some variables a certain value. I hope that someone will be able to help. Thanks.
  16. devinci

    "Auto Complete" on a combo box...

    Dim Backspaced As Boolean Private Sub cboNom_Change() If Backspaced = True Or cboNom.Text = "" Then Backspaced = False Exit Sub End If Dim i As Long Dim nSel As Long For i = 0 To cboNom.ListCount - 1 If InStr(1, cboNom.List(i)...
  17. devinci

    How to create an ini file

    thanks you guys...everything works fine
  18. devinci

    How to create an ini file

    when I get to the line of code fso.CreateTextFile sPathAndName ,overwrite:=True it tells me "permission denied"
  19. devinci

    How to create an ini file

    Hi...I'm trying to figure out how would I be able to create an ini file within my code...when the user runs a program I want to be able to create an ini file to store information without the user knowing about it. Thanks...
  20. devinci

    Do any one know how to use the MoveFileEx function

    Thank you very much Strongm....it works like a charm... Thanks again...

Part and Inventory Search

Back
Top