1,073 Posted Topics

Member Avatar for DragerAZ

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"" …

Member Avatar for DragerAZ
0
2K
Member Avatar for whimsical1987

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 …

Member Avatar for chrishea
0
578
Member Avatar for Jake Windu

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.

Member Avatar for Hameshangel
0
148
Member Avatar for mnewsome

What is the boot order set to in BIOS and is the option for "Boot from other device " enabled?

Member Avatar for telmatrezo
0
144
Member Avatar for vibhaJ

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 …

Member Avatar for vibhaJ
0
191
Member Avatar for jens86

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]

Member Avatar for jens86
0
168
Member Avatar for sachin1025

So what in plain english are you trying to do? Find the difference in two dates?

Member Avatar for rch1231
0
53
Member Avatar for Graphix
Member Avatar for j0hnmcg

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.

Member Avatar for rch1231
0
171
Member Avatar for daredevilvik

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 …

Member Avatar for rch1231
0
112
Member Avatar for fuggles

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 …

Member Avatar for rch1231
0
95
Member Avatar for Danny_501

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 …

Member Avatar for rare
0
146
Member Avatar for teedoff

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.

Member Avatar for teedoff
0
137
Member Avatar for ekseks

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

Member Avatar for Zagga
0
157
Member Avatar for zer0cool

Change it to read either: <img src="./images/picture.jpg" /> or <img src="http://www.mydomain.com/images/picture.jpg" />

Member Avatar for Zagga
0
158
Member Avatar for emusicpr

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 …

Member Avatar for rch1231
0
149
Member Avatar for AnkitPasi

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 …

Member Avatar for AnkitPasi
0
119
Member Avatar for Member 784331

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 …

Member Avatar for tocalosh
0
93
Member Avatar for ayesha789

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 …

Member Avatar for ayesha789
0
84
Member Avatar for freedompeace

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), …

Member Avatar for drjohn
0
361
Member Avatar for teedoff
Member Avatar for rch1231
0
152
Member Avatar for MWE_QUE
Member Avatar for MWE_QUE
0
127
Member Avatar for faizabest
Member Avatar for Tenaciousmug

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 …

Member Avatar for manzarr
0
584
Member Avatar for jems

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 …

Member Avatar for edgaaa
0
82
Member Avatar for rch1231

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 …

Member Avatar for khakilang
0
112
Member Avatar for liran ritkop

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 …

Member Avatar for rch1231
0
195
Member Avatar for LRNPHP

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')

Member Avatar for swi2
0
117
Member Avatar for Zirotecha

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]

Member Avatar for finito
0
128
Member Avatar for java_programmer

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. …

Member Avatar for jholland1964
0
135
Member Avatar for Awah Mohamed

Hello, First which operating system are you on? What is the name of the file you downloaded? What are you trying to set up?

Member Avatar for HemantPHP
-1
113
Member Avatar for MooGeek

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 …

Member Avatar for rch1231
0
99
Member Avatar for Kev21

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 …

Member Avatar for Kev21
0
138
Member Avatar for myopic

Hello, The sound you are referring to, does it come from the computer or from the speakers (i.e. sound card)?

Member Avatar for myopic
0
204
Member Avatar for Cyber 14

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.

Member Avatar for Cyber 14
0
116
Member Avatar for Smudly

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 …

Member Avatar for rch1231
0
64
Member Avatar for Robin002

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 …

Member Avatar for crunchie
0
133
Member Avatar for andrewschools

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. …

Member Avatar for rch1231
0
383
Member Avatar for Excizted

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.

Member Avatar for Excizted
0
275
Member Avatar for hetixo

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.

Member Avatar for crunchie
0
181
Member Avatar for MeJoe

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 …

Member Avatar for efmesch
0
141
Member Avatar for muralibobby2015

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.

Member Avatar for rajarajan2017
0
64
Member Avatar for EvolutionFallen
Member Avatar for EvolutionFallen
0
161
Member Avatar for SgtMe

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]

Member Avatar for PhilliePhan
0
140
Member Avatar for seger

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.

Member Avatar for tesuji
0
142
Member Avatar for nanahut

Yes it is possible. Try this site for how to: [URL="http://geodsoft.com/howto/dualboot/"]http://geodsoft.com/howto/dualboot/[/URL]

Member Avatar for rch1231
0
60
Member Avatar for jaswinder_singh

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 …

Member Avatar for rch1231
0
112
Member Avatar for spowel4

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 …

Member Avatar for rch1231
0
164
Member Avatar for noshdb

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]

Member Avatar for crunchie
0
174
Member Avatar for BestJewSinceJC

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 …

Member Avatar for rch1231
0
94

The End.