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: *

  1. dogo1984

    Change Security Policy for W2K, W2K3

    Hello, i have to build an installer, with which i could chance some security policy rights, i want to use ntrights.exe out from the resource kit of W2K3 but if i call this tool from VBS or something else there comes an error that this is no Win32 Application if i run this manualy in command...
  2. dogo1984

    File Upload OK - How to stop REFRESH uploading again

    You could send a hidden form and ask if it is checked or not .. don`t know if that is what u seek but i hope ;-)
  3. dogo1984

    Sendmail Problem

    Ok here is that what come out. forswolf is a user on my system. could someone say me what i can do that it works ? i am realy down :(. thx for helping test,forswolf... Connecting to localhost.de. via relay... 220 ac.cybercity.de Microsoft ESMTP MAIL Service, Version: 5.0.2195.5329 ready at...
  4. dogo1984

    Sendmail Problem

    hm .. ok .. thanks ..
  5. dogo1984

    Sendmail Problem

    Hi. I have installed Sendmail from my Suse Linux CD. (Version 8.1) Now i tried to mail me self a mail for testing .. but no one arrives. Could anybody help me please. Had i to configure something to Sendmail ?! sorry for asking .. still a linux newbie :) .. only want to learn ...
  6. dogo1984

    How to configure Linux to send mail from php

    Hi. I have installed a new System on my Server. SUSE Linux 8.1 Professional. Now i want to use it with PHP & Apache as my Webserver. How had i to configure the Linux that i can send Mails from the machine to a person. And how had i to configure the php.ini thx for help. see you on net and...
  7. dogo1984

    How to chance passwords from the recovery-console ?

    Hm .. ok .. still not what i looking for .. but that is a good way too to do what i want :) thx
  8. dogo1984

    How to chance passwords from the recovery-console ?

    Hm .. No that is not what i search for. Is there someone others who know how to re-configure the passwort of a user or the administrator from the win2k recovery-console ?
  9. dogo1984

    How to chance passwords from the recovery-console ?

    Hi @ll. Could me please someone tell how I can chance my Admin password from the recovery console. Thanks for help See you soon ....
  10. dogo1984

    problem with sockets

    Hi i have got a problemm with sockets i have a code and if i compile it and want to start there is a socket error. My error is: java.net.SocketException: Unrecongnized Windows Sockets error: 10106: create My source code: import java.util.*; import java.io.*; import java.net.*; public class...
  11. dogo1984

    class problem

    I have got an Problem this is only a test script i write to see what is wrong. FILE 1: <?php class hallo { function raus() { echo&quot;hi how are you&quot;; } } ?> ++------------------------------------------++ ++------------------------------------------++ FILE 2: <?php include...
  12. dogo1984

    Admin Password

    I have a big Problem. I have created a new User on Installation, in August, of my Computer so i had never used my Admininstrator Account, now i had to install new Software and i don`t remember the Admin Password to login. Could i find out or chance the Password or could i delet it that i can...
  13. dogo1984

    confusing problem

    on version 1.3.x when i write http://localhost i will get some directory`s in my browser. on version 1.2.42 when i write http://localhost i get +------------------------------------------------------+ FORBIDDEN You don`t have permission to access / on this server...
  14. dogo1984

    md5 code ???

    Hm .. now i am very confused .. Because i try it from two sites .. one is the add page the other the login page .. i only wrote &quot;a&quot; into passwordfield to have a look what the coded text is .. on both pages it was an other code .. never the same .. frome one page it is the same from...
  15. dogo1984

    md5 code ???

    I have a question .. i code my passwords for database with md5 use md5 ever the same key or does it chance the key, because i test it and can`t log in into my own database i use the write password and username is it possible that the key is everytime a other .. ?! greets .. Wolfgang F.
  16. dogo1984

    what did i wrong ?!

    ok .. thx .. the first one works ..
  17. dogo1984

    what did i wrong ?!

    i want to define my input-textfield... <input name=&quot;benutzername&quot; size=20 maxlength=20 value=<?$benutzername?>> can someone say me please what i did wrong .. because it doesn`t work yet .. thx for help
  18. dogo1984

    Generating MS Word Document (*.doc) using PHP

    jep i think too that you need wine ;-)
  19. dogo1984

    Post and Get method don't work

    Hi. Look for that in your httpd.conf ... <Directory &quot;C:/Your Directory&quot;> AllowOverride FileInfo AuthConfig Limit Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec <Limit GET POST OPTIONS PROPFIND> Order allow,deny Allow from all // That is...
  20. dogo1984

    aliase and write access to one directory

    hello. i don`t know how to include aliase in Apache. Can someone help me please where in httpd.conf i had to write that ? and my second problem is what i have to write that only one directory had an write permission the others not ... can someone please help

Part and Inventory Search

Back
Top