1,073 Posted Topics
Re: I have seen this before. Create a file called unhookexe.inf with notepad or another simple text editor, on another system and put the following in the file: [CODE]Version] Signature="$Chicago$" Provider=Symantec [DefaultInstall] AddReg=UnhookRegKey [UnhookRegKey] HKLM, Software\CLASSES\batfile\shell\open\command,,,"""%1"" %*" HKLM, Software\CLASSES\comfile\shell\open\command,,,"""%1"" %*" HKLM, Software\CLASSES\exefile\shell\open\command,,,"""%1"" %*" HKLM, Software\CLASSES\piffile\shell\open\command,,,"""%1"" %*" HKLM, Software\CLASSES\regfile\shell\open\command,,,"regedit.exe "%1"" HKLM, Software\CLASSES\scrfile\shell\open\command,,,"""%1"" … | |
Re: Have you looked at using a "CASE" statement? switch ($roll){ case 1: $romValue = “I”; break; case 2: $romValue = “II”; break; case 3: $romValue = “III”; break; case 4: $romValue = “IV”; break; case 5: $romValue = “V”; break; case 6: $romValue = “VI”; break; default: print “This is … | |
Re: Not without running a virtual system of some sort. Only one OS per system till you get to virtual systems. You could run Ubuntu set up a virtual system and run XP under it or install VMWare and run both under it. | |
Re: What is the boot order set to in BIOS and is the option for "Boot from other device " enabled? | |
Re: Hello, It sounds like someone has posted a site on your server and is generating sam form it. I would start by checking the /tmp /var/tmp /usr/tmp directories for posted files or directories. Make sure when you do directory listings you use: ls -la I have always found they like … | |
Re: You need to look at the actual permissions and ownership of the .htaccess file. Needs to be readable for internet probably something like: [CODE]-rw-r--r-- 1 bob apache 316 2010-07-14 04:16 .htaccess [/CODE] | |
Re: So what in plain english are you trying to do? Find the difference in two dates? | |
Re: Don't give the user permission to write to that table. | |
![]() | Re: By warning them the file is already open by another user and giving them the option to open it read only or not open it. |
Re: Try clicking on other dates on the calendar to see if there is a restore point created for one of them. Normally dates with restore points are highlighted somehow. The option for Create my own restore point is to generate a new point for the state the system is in … | |
Re: If you are on a linux server then the easiest way is to write the mysql or php code to perform the action and then call it from cron. cron will run jobs at a specific date, time, or day of the week based on what you set up. Calling … | |
Re: Do you have any cordless phones in your house. Or the base station for one near the system with problems? They use frequencies very close to each other and sometimes interfere. It it is only one wireless that has problems then it is usually the environment causing the issue. Also … | |
Re: Try using either float or decimal as the data type and you will be able to see the values stored with the decimal correct number of places. | |
Re: Formatting Dates and Times DATE_FORMAT(date, format) and TIME_FORMAT assist in the representation of dates and times in formats other than the MySQL default format. Three examples illustrate the syntax: SELECT DATE_FORMAT('2005-12-31', '%M %d %Y') December 31 2005 SELECT DATE_FORMAT('2005-12-31', '%D of %M') 31st of December SELECT TIME_FORMAT('02:17', '%H') 02 ![]() | |
Re: Change it to read either: <img src="./images/picture.jpg" /> or <img src="http://www.mydomain.com/images/picture.jpg" /> ![]() | |
Re: That would depend on how the printers are configured now. If they are off of a work station then it (the workstation) would need access to both networks( a second NIC card) to allow both networks to access it. If it is working off an internal network port and has … | |
Re: For software recommendations on the support ticket issue, take a look at SiT (Situation Incident Tracker). PHP and MySQL based with email capabilities, a knowledgebase and customer portal. The setup takes some work but once your get it updated it is pretty cool. Has SLA's, multi site, Contract and support … | |
Re: Hello, Yes you can put in a higher wattage power supply. The wattage really depends on the devices you are going to run from the power supply. There is a pretty good calculator on the ASUS web site but it is primaryl for theior mother boards but it will give … | |
Re: Hello, If your output has the same number of fields with the same field names you can use UNION between the queries to generate a combined format and then sum it. Here is what merging the first two queries would look like. You will probably have to do a little … | |
Re: It is defined as the number spaces (characters)to be used in the output and has nothing to do with the size of the number to be stored. [CODE]TINYINT(m) 8-bit integer (1 byte, -128 to +127); the optional value m gives the desired column width in SELECT results (Maximum Display Width), … | |
Re: Do you have the field "bulbID" set as not null in your table definition? | |
Re: Take a look at the httpd logs and see what they show. | |
| |
Re: Hello, This is what I used for reference and it says INT UNSIGNED (4 bytes) which is how mine are defined and they work great. MySQL has two built-in functions: INET_ATON() and INET_NTOA(). They are actually based on the equivalent inet_aton() and inet_ntoa() which are C library functions present on … | |
Re: YES. It could be several things but if the fan on the power supply of processor go out you could burn out the processor. Check to see if there are any cables or wires that might be getting in the path of the CPU fan. Run the system with the … | |
If you get the answer to your problem how about letting us know!!! It only takes a moment to update the posting you started and give credit (when deserved) to the person that helped you. It lets everyone know that they you have been helped and they don't need to … | |
Re: The 6 processes you see are 6 available connections for web browsers to connect to. The main application is only running once in memory but has 6 children listening on port 80 for a connection. If you look at the process tree you will see something like this: [CODE]root 27321 … | |
Re: Hello, Assuming you want all fields returned. SELECT * FROM table where type_of_vehicle = 'A' or type_of_vehicle = 'B' SELECT * FROM table where type_of_vehicle = 'A' or type_of_vehicle = 'M' SELECT * FROM table where type_of_vehicle IN ( 'A', 'B', 'M') | |
Re: Hello, The beep codes are different based on your BIOS version. Here is a site that lists almost all versions. [URL="http://www.pchell.com/hardware/beepcodes.shtml"]http://www.pchell.com/hardware/beepcodes.shtml[/URL] | |
Re: 1. If I install the antivirus/antispyware in safe mode, can it be able to detect and remove the virus/spywares? Some yes some no but it is a good place to start. Download MalwareBytes on another system and try installing in Normal mode first then safe if it wont let you. … | |
Re: Hello, First which operating system are you on? What is the name of the file you downloaded? What are you trying to set up? | |
Re: Not sure if this will help but if you want a complete email system that is secure and has web based management take a look at qmail toaster. Gives you secure pop3, webmail, installs and configures mysql php and apache for you and if you add qmail toaster plus (spamdyke … | |
Re: Hello, If I am reading you post correctly you have A desktop (XP), a Laptop (Vista), a router (wireless or not) and a Modem (Cable or DSL) and want to be able to use the internet and to share files on both systems. The systems should have no problem connecting … | |
Re: Hello, The sound you are referring to, does it come from the computer or from the speakers (i.e. sound card)? | |
Re: It is my understanding that all you have to do is connect the drive to an infected system and you are open to getting a virus. Many viruses look for the addition of a drive and copy them selves the moment they detect a new arrival. | |
Re: Hello, What you are talking about is a database. If the server your site is on has php then it probably also has MySQL. A database consists of an organized collection of data for one or more uses, typically in digital form. One way of classifying databases involves the type … | |
Re: I suggest that you check the system start-up. If it is XP you can do "Start", "Run" and put "msconfig" in the box. You will get to a series of tabs that show you the applications starting when the computer starts. Check the "Startup" tab and see if the dll's … | |
Re: Hello, I think the error is because you are missing the $ in front of dir2/* and anywhere else you are referencing the variables dir1 dir2 dir3. The only line that should not have the $ is the initial definition when you set them to d1, d2 and d3 respectively. … | |
Re: You have 4 PCI Express and two PCI slots so go but a PCI or PCIE video card. It probably won't have the power of your current card but it will still work for the third monitor. | |
Re: Hello, Can you boot in "safe mode" or "safe mode with networking" and attempt to run malwarebytes? Sometime the malware will block safe mode but they don't block safe mode with networking. | |
Re: Hello, The loud clicking noise are you sure it is coming from the speaker and not from inside the system? My first guess would be a wire that is interfering with the CPU fan. If it is coming from the speaker then I would double check the BIOS settings on … | |
Re: Hello, Sounds like a windows error to me.... I would check the apache logs and check the Windows event log to see what generated the error. ![]() | |
Re: You can use: mysqladmin flush-hosts That command drops dead connections. | |
Re: You can use regedit and search the keys for the dll but personally I hate making changes to the registry. Download Malwarebytes and run it. It should find the entries and give you the options to remove them. [URL="http://www.malwarebytes.org/"]http://www.malwarebytes.org/[/URL] | |
Re: Hello, I am not sure what you are trying to update but the following sql would update fields in two separate tables: UPDATE table1, table2 set table1.field1 = 1, table2.field2 = table1.field1 where table1.field1=table2.field2 Not the greatest example in the world but I think it will give you the idea. | |
Re: Yes it is possible. Try this site for how to: [URL="http://geodsoft.com/howto/dualboot/"]http://geodsoft.com/howto/dualboot/[/URL] | |
Re: Hello, If it is just a text file then all you rellay need is to give it a .TXT extension and windows will see it as a file for NOTEPAD. If the server is a Linux server then you might run into a well know issue. The format of Windows … | |
Re: hello, Via awk I presume... echo 1140.95 | awk -F. '{ print $1 $2 }' -F tells it the field delimiter. But I have a feeling you are looking for something a little different. Can you post the actual line you are trying to parse and what the result should … | |
Re: May I suggest that you look at UBCD4Win (Ultimate boot CD for Windows) it gives you many more options than just a single virus scanner. Password hacks, hard drive utilities, registry editors and scanners, Backups and you can add additional drivers and software. [URL="http://www.ubcd4win.com/index.htm"]http://www.ubcd4win.com/index.htm[/URL] | |
Re: Hello, You should be calling the file from it's actual location instead of the web location. And the reason you are getting emails is you are not redirecting the output from the php script to somewhere. Since there is no terminal cron sends it to you in an email. For … |
The End.