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

    system information

    Hi. I want to write a code which displays some system information, for ex. main board type, cpu type&speed, hdd type&size etc... Has anyone a good idea how is the best way to do this?
  2. xspanner

    Create a Line Object

    hi everyone. I want to create 50-60 line OBJECTS during run-time. Is there any way? Those lines have to be objects like lines drawn in design-time because i need their coordinates, drawing properties etc.. and i have to delete some of them later..
  3. xspanner

    Create a Line Object

    Please anyone give me a code which creates a Line object on a Form for example when I click on the Form I tried Dim myline as Line Set myline = Line and etc .. but it does not work Thnx
  4. xspanner

    continue a session

    Hi. I start a session with session_start() and I query the id with session_id(). And i want to continue that session with another browser window. Is it possible? Thnx for any help.
  5. xspanner

    cookie expiration

    The cookie which I set does not expire at the time which i ment to at all! For example if I set a cookie : SetCookie("cookie_1","cookie_one",time()+300), it should expire in 5 minutes if I am right, but it expires in 6 seconds. If I set to time()+600 it expires in 7...
  6. xspanner

    problem with cookie exoiration

    The cookie which I set does not expire at the time which i ment to at all! For example if I set a cookie : SetCookie("cookie_1","cookie_one",time()+300), it should expire in 5 minutes if I am right, but it expires in 6 seconds. If I set to time()+600 it expires in 7...
  7. xspanner

    How do I prevent direct access to a page?

    I have a web page written in php and I use a lot of 'steps' and 'actions'. Is there anything i can do to block access to my site in a way like this : http://www.mysite.com/index.php?action=play&step=fast I want to be accessible only like this www.mysite.com or www.mysite.com/index.php
  8. xspanner

    problem with importing users

    Hi everyone. I use ldifde.exe and csvde.exe to import/export users form/into active directory. The exporting works fine but when i try to import into the AC i get the folowing error : Logging in as current user using SSPI Importing directory from file "out.csv" Loading entries. Add...
  9. xspanner

    active directory users

    hi everyone!. Is there any way to export/make a backup of 200 AD users, their quota entries and security rules(directory and file access) and then import/restore them in a newly installed win2k server? I apreciate any help ! THNX.
  10. xspanner

    security policy problem

    I have a win2k server with 20 workstations. My problem is the folowing : I cannot open the "domain controller security policy" and the "domain security policy" in the administrative tools. I am a member of all kind of administrators. I can create accounts, delete other admin...
  11. xspanner

    reinstall win2000server

    Hi everyone? does anyone know how can i save all the users and their quota entries from the active directory and restore in the fresh win? any help will be apreciated! thnx.
  12. xspanner

    expoert users/quota entries

    I have a win2k server with 200 users. I'd like to reinstall the system. Is there any solution to backup/export users and their quota entries on the disk, so I can restore them on the newly installed system? Please help me.
  13. xspanner

    Security Policy Problems

    A few options from the domain's security policy is not appliing on a newly installed win2k which is joined in the domain like the other computers. Why is that? More specificly options related to shut down(who has rights to shut down) does not apply. please help me thnx
  14. xspanner

    Log off user is not working!

    Hi . I'have a win2k domain with 25 win2k workstations. I've set the log on hour for the users and the "automatically log off user when log on time expires" to ENABLED, BUT when the log on period expires, the user is not logged off. WHAT can I do ?? please help me Thanks!
  15. xspanner

    The server doesn't disconnect the user

    The server doesn't disconnect the user when he enters to a denied log-on period. I have set the logon hours for a user, he can log in from 10.00-12.00 every day. It works so far, he cannot logon before 10 and after 12. BUT he has logged on at 10.01 and at 12.00 he is still working when the time...
  16. xspanner

    How to set log on time to work as it should be?!

    Hi. I need a little help. I have set up win2000server and i have a domain with some users. The "log on hours" is st for the users. It works perfectly. The problem is that when the logon hour expires the server doesn't log off the users. For example : the guest user can log on to the...

Part and Inventory Search

Back
Top