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

  • Users: biglurch
  • Content: Threads
  • Order by date
  1. biglurch

    Regx For Password Complexity

    Im trying to write a password complexity regular expression for php this is what i got so far i want it to require 6-12 chars 1 cap letter 1 number and allow symbols and small case letters. Any suggestions please let me know. /(^[A-Za-z0-9]{1,}$){6,12}/ Live by the code, Die by the code!!
  2. biglurch

    Mod Rewrite Queston

    Hi, I am trying to use mod rewrite to take everything after the domain name in the url to then be parsed into variables and generate pages based on what is there. The problem is that image requests wont load because they go through the index page. So what im trying to do is redirect all image...
  3. biglurch

    Connection Issues

    I have a server running dns/dhcp, active directory, and routing and remote services. The machine has two nics one to the internet one to the private network. Each person has a roaming profile. Now it appears that when some people log in the routing and remote services stops handling the internet...
  4. biglurch

    Putting database objects into an array

    Im trying to take two columns from a table and put the values into an array, so i can use the arrays to put the values into list boxes. This is what i have so far any help will be appreciated. <code> $ids = Array(); //array declaration //query selecting data from table $query = 'Select...
  5. biglurch

    RRAS Problems

    Im having a wierd issue where the rras service continues to stop functioning and passing internet to the clients connected to the network. Basically once i restart the service it works fine. However the wierdest part is it seems to happen at similar times in the week. Any Ideas? Thanks, Lurch...
  6. biglurch

    Multiple people in Access Database

    Is there a way to have multiple people doing data entry within and access database at the same time. They would be entering unique records. Currently it errors out saying there is someone else in the file and it cannot save any changes. This is in access 2003. Thanks for any input, Lurch Live...
  7. biglurch

    Internet Being Slowed

    Hi, Im having problems where acounts that have group policy pushed to them have very slow or no internet access. However the local accounts on the computers work just fine. The basic setup is dsl to firewall to server to server other nic to switch. The services running are obvously active...
  8. biglurch

    Css and Divs

    I am trying to align three divs and i am completely stuck on how to start it. I am going to attempt a basic design below: |-----------------|-------------| |div 1 | | |-----------------| | | | | | div2 | div3 | |...
  9. biglurch

    Errors on Control Panel

    I keep getting multiple error codes whenever i go to control panel or use any windows run function. <error> The instruction at 0x01001a40 referenced memory at 0x01001a40 memory could not be written. </error> other error codes are 0x75f819ad and 0x01001a40 Any insight would be appreciated...
  10. biglurch

    Generating Reports

    I have a relational database, and i want to generate a report that pulls all the users from the users table, and pulls the classes they are registered for from the classes table and then prints one useres information on a page and it generates one page for each user. I can pull the information...
  11. biglurch

    Firefox Problem

    I am adding text to a serch text box and the text appears correctly in IE but when i use the javascript in firefox it says undefined. Any Ideas? Live by the code, Die by the code!!
  12. biglurch

    Registy hacks to disablt firewall, auto updates, synchronized files

    After sp2 we have been having lots of problems with the security center and synchronising files on our network. I am trying to figure out how to registry hack to disable these functions. They cause severe preformace problems on our network such as network lag with updates and hard drives being...
  13. biglurch

    Text Box Manipulation

    I have made a link of text in a tree, where i want to have the user click it and it add that text to a text box. Any Suggestions on how to do this? This is the links: <code> <li><a onclick="addToList()" name="Text>Test<a></li> </code> This is the javascript function: <code> function...
  14. biglurch

    Fedora Core 4 on Acer Ferrari 3400

    Im trying to get my wireless card to work with fedora core 4 on my Ferrari 3400. Im stuck as of what to do any suggestions or links would be greatly appreciated. Also It detects my video card however not the monitor and due to that i cannot get out of 800x600 resolution? Please help? Live by...
  15. biglurch

    Java Applet- - Adding Componets to GUI-- 1.5sdk

    I cannont figure out how to add components to my applet gui. I remember doing it with getContentPane(), but whenever i use that i get cannot resolve symbol, however it still is on the java api list. I am just attempting to add a jlabel to the gui, any help would be appreciated. Hers my code...

Part and Inventory Search

Back
Top