7,713 Topics

Member Avatar for
Member Avatar for Dreamer1234

Having a real hard time with my computer these past few days. When I sometimes click on something like starting up IE or just simply looking into My Computer, my computer freezes up and takes a while to start up again. Once it starts IE though, there's no problem. However, …

Member Avatar for Sparkplug188
0
92
Member Avatar for SuperSam

Logfile of HijackThis v1.99.1 Scan saved at 5:30:38 PM, on 10/24/2005 Platform: Windows XP SP1 (WinNT 5.01.2600) MSIE: Internet Explorer v6.00 SP1 (6.00.2800.1106) Running processes: C:\WINDOWS\System32\smss.exe C:\WINDOWS\system32\winlogon.exe C:\WINDOWS\system32\services.exe C:\WINDOWS\system32\lsass.exe C:\WINDOWS\system32\svchost.exe C:\WINDOWS\system32\svchost.exe C:\WINDOWS\System32\svchost.exe C:\WINDOWS\system32\spoolsv.exe C:\Program Files\Common Files\AOL\ACS\AOLAcsd.exe C:\Program Files\Common Files\AOL\TopSpeed\2.0\aoltsmon.exe C:\WINDOWS\System32\spool\DRIVERS\W32X86\3\DLBXserv.exe C:\WINDOWS\Explorer.EXE c:\PROGRA~1\mcafee.com\vso\mcvsrte.exe C:\PROGRA~1\McAfee.com\PERSON~1\MPFSERVICE.exe C:\WINDOWS\system32\nvsvc32.exe C:\WINDOWS\helpdll.exe C:\WINDOWS\System32\svchost.exe C:\WINDOWS\wanmpsvc.exe C:\WINDOWS\BCMSMMSG.exe C:\WINDOWS\Logi_MwX.Exe C:\Program …

0
86
Member Avatar for schneid4323

Something is deffinatly wron live updates for norton dont work and neither will my autolook connect please help: Logfile of HijackThis v1.99.1 Scan saved at 11:54:14 PM, on 10/23/2005 Platform: Windows XP SP2 (WinNT 5.01.2600) MSIE: Internet Explorer v6.00 SP2 (6.00.2900.2180) Running processes: C:\WINDOWS\System32\smss.exe C:\WINDOWS\system32\winlogon.exe C:\WINDOWS\system32\services.exe C:\WINDOWS\system32\lsass.exe C:\WINDOWS\system32\svchost.exe C:\WINDOWS\System32\svchost.exe C:\Program …

Member Avatar for schneid4323
0
203
Member Avatar for bryanatonu

Within the last few days, Norton antivirus detects a SVKP file associated with hacktool.rootkit in the system32 folder. I have used Spybot, ADaware, spyware doctor, ccleaner, and ewido to clear everything but it comes back everytime I restart. Here is my HIjackthis log if anyone can possibly help me out. …

0
87
Member Avatar for nishad

hello, im doing a project on email account which must include at least 2 constructors, a finaliser, a display `method()`, a menu that allows to test all fuctions of the class and a `main()` i got the attributes of email : address, password, currentName, noOfmails and the methods are `logine(), …

Member Avatar for jwenting
0
161
Member Avatar for shyamNambiar

hi Can any one tel me how to display seconds in jsp page..here i want to show the user 1 to 10 seconds its quiz program can any one throw some light on this issue :?:

0
78
Member Avatar for tllcll

I have a form, 1st page called first.jsp. in this form I have multiple fields. once user enters the first field, I call to the second.jsp to process by using 'onchange="location.href='second.jsp?first_field='+this.value"' in second.jsp, it will get the value for 2nd field and return to first.jsp. I manage to get the …

Member Avatar for shyamNambiar
0
86
Member Avatar for network101

i have a Hawking Technology adapter on Win XP on my other computer in the basement....it has been working fine for 2 weeks...i was only getting a speed of 11 mbps For couple of days ....it says that i am connected to the network...but when i open internet explorer and …

Member Avatar for vjc88
0
102
Member Avatar for Mr.Jamie

Help!! I'm having loads of popups and I don't know why, I've scanned loads of times but nothing gets rid of them. PLease help...please.... StartupList report, 23/10/2005, 01:59:01 StartupList version: 1.52.2 Started from : C:\Documents and Settings\Jamie Lowry\My Documents\hijackthis\hijackthis\HijackThis.EXE Detected: Windows XP SP2 (WinNT 5.01.2600) Detected: Internet Explorer v6.00 SP2 …

Member Avatar for jermaldan
0
213
Member Avatar for adriangrant

Dear all, I'm not a computer geek, by any stretch of the imagination. So, need help! In IE images appear pixilated (spelt correctly?) and fuzzy. Pictures on hard disk are OK. Must be missing a setting or something what is it I've tried everything I know (not a lot!) Thanks …

Member Avatar for _priya_
0
47
Member Avatar for hooko22

Hello there everyone. I just could swear that I have a new boogey in my laptop. At least I can't find any record of it anywhere no matter how I change the name or cut of it. The thing is that Trend micro Auto protect detected some virus or malware, …

0
51
Member Avatar for Tristanschepel

Hello guys! :cheesy: I have a very anoyying problem. I get pop-ups ever minute or even more. The ads are ussualy something containing ''searc-h'' and ''yyy34''. Please help me! Logfile of HijackThis v1.99.1 Scan saved at 20:41:17, on 20-10-2005 Platform: Windows XP SP2 (WinNT 5.01.2600) MSIE: Internet Explorer v6.00 SP2 …

Member Avatar for swatkat
0
256
Member Avatar for alanled

I have a PC, win2k, a bit dated I went to upgrade the graphics card from a ATI rage 128 pro agp to something else. Opened add/remove programs clicked to remove the ATI drivers and got a pop up message: RUNDLL Error in C:\WINNT\system32\atiiiexx.dll missing entry:InfEngUnInstallINFFile-RUNDLL Now, I tried copying …

Member Avatar for alanled
0
108
Member Avatar for janus

Hello All I have a problem with a laptop, something is causing the browser to open and display various ads. Urls such as [url]www.searc-h.com/normal/yyy34.html[/url] www220.paypopup.com/links.php?data (etc) I have run Ad-Aware SE and it does not pick anything up! I need help - thanks

Member Avatar for MUKUL
0
333
Member Avatar for michael123

I have three tables, table1 store records which may have next level ID(child), table2 lists corresponding child ID, and table3 stores the possible message for that particular ID. table1: [CODE]------------------------------------------ ID | group | tochild ------------------------------------------ 1 A y 2 A n 3 B y 4 A y 5 A …

Member Avatar for chrisbliss18
0
138
Member Avatar for SpS

[code] #include <iostream> using namespace std; class emp { private : int i ; int j; public : emp( ) { i = 10 ; j = 50 ; } void display() { cout<<endl<<i<<" "<<j<<endl; } } ; int main( ) { emp *p = new emp ; p->display(); int …

Member Avatar for SpS
0
131
Member Avatar for some one

hi plzzz i need ahelp to know what rong with this program the problem is in the display function the code [code]#include <iostream.h> #include<string.h> class Employee { private: char number[55], name [55], salary[55]; public: Employee(); ~Employee(); void set(); void display (); }; Employee::Employee() { cout<<"The constructor called"<<endl; } Employee::~Employee() { …

Member Avatar for some one
0
317
Member Avatar for N17scj

Hi, Im new to programing in java and i am having an extemly hard time comprehending and writing code, so if anyone could please help me on a java problem that i have it would be greatly, greatly, appriciated. The question is as follows: *Write a program that will calculate …

Member Avatar for server_crash
0
99
Member Avatar for daninspokane

Well, I just started getting popups/ads. Every minute or so I get one. Even on the net it will change my browser to an ad site. Here's my HJT log, please help. email me at [email]daninspokane@msn.com[/email] I've tried Spybot/adaware, everything!! help appreciated Logfile of HijackThis v1.99.1 Scan saved at 9:48:51 …

Member Avatar for daninspokane
0
107
Member Avatar for jpheezy

I am having trouble getting my program to store values and to be changed throughout the functions. Any help would be much appreciated. Here is the code. [code]#include <iostream> using namespace std; void DisplayMenu(void); void Enter_Inventory(); int Display_Inventory(int inventory_number_coke, int inventory_number_pepsi, int inventory_number_cd, int inventory_number_hires); void Purchase_Soda(); int main() { …

Member Avatar for Ancient Dragon
0
72
Member Avatar for monkeyscope

im having trouble with my pc recognizing my graphics card. when i go into command prompt and then debug mode i can find the chipset for my card there but when i go to display properties it doesnt show i have that card it has everything as unknown and the …

Member Avatar for Coconut Monkey
0
76
Member Avatar for jjayna

Hi. I've noticed my computer slowing down the past few days, with IE pop-ups. Found this unusual as I'm currently using Firefox. Opened my IE and noticed the yupsearch.com toolbar. Please help to advice on how to remove this? Logfile of HijackThis v1.99.1 Scan saved at 12:29:12 PM, on 10/15/2005 …

Member Avatar for DMR
0
419
Member Avatar for Naters_uk

I am creating a movie system. I am using a dropdownlist to retrieve the date slots data from the movie database and display it into the dropdown list. Anyone have any idea how to do it with some sample asp.net codes? Thanks :eek:

Member Avatar for Naters_uk
0
97
Member Avatar for doug2k9

when i search for anything mainly on google the first three clicks redirects me to a searching site not the proper site tillt he fourth time then it works does anyone know how i can fix this it's so damn annoying. Thanks here's the log Logfile of HijackThis v1.99.1 Scan …

Member Avatar for doug2k9
0
146
Member Avatar for southernneonser

:cry: Man does any one know how to reset the appearance of the windows back to default. I never claimed to be the smartest person in the world but I thought I could dress up the appearance of my displays a little bit. I'm running windows xp and I went …

Member Avatar for Dortz
0
129
Member Avatar for monkeyscope

i dont know what to do really im stumped when i go into display properties and look at what my card is it has it listed as unknown i tried a reformat but that didnt help im thinking im just going to buy a new card to see if it …

Member Avatar for chrisbliss18
0
36
Member Avatar for tllcll

Hi, I would like to know how to assign and display the value to a column name 'item_name' in first.jsp I have 2 jsp pages - first.jsp , second.jsp. The first.jsp will call the second.jsp and pass in the value. In the second.jsp, I will call the method in the …

0
75
Member Avatar for Steve Shaffer

[FONT=Microsoft Sans Serif]undefined[/FONT][FONT=Arial Black]undefined[/FONT][SIZE=2]undefined[/SIZE][COLOR=Black]undefined[/COLOR] :sad: windows 98se picture viewer gone. When I downloaded quicktime, it took over showing my pictures. I removed the program and MGI photosuite has now taken over display of all my pictures! Help!

Member Avatar for claudp
0
144
Member Avatar for chyenn

Hi, I really need your help. My Husbands Laptop has a bug that I can’t fix. I ran Adaware, Spybot, Norton Anti Virus and Counterspy. I had them fix all it found, now I can’t get on the internet to run some of the scans you all recommend. I was …

Member Avatar for chyenn
0
532
Member Avatar for kahaj

[code] //Clifton Copeland //Excercise 6.27 //This program outputs Fahrenheit and Celcius range charts. //C = (F-32)*5/9 //F = C*9/5+32 #include <iostream> using namespace std; int cTable; int fTable; int main() { cout << "Choose which table you would like to display." << endl; cout << "Press C for conversions to …

Member Avatar for Dave Sinkula
0
133
Member Avatar for SummerLand

Can someone please tell me how to get this horrible things off my computer? Here is my HiJack This Log from earlier today: Logfile of HijackThis v1.99.1 Scan saved at 5:56:24 PM, on 10/12/2005 Platform: Windows XP SP2 (WinNT 5.01.2600) MSIE: Internet Explorer v6.00 SP2 (6.00.2900.2180) Running processes: C:\WINNT\System32\smss.exe C:\WINNT\system32\winlogon.exe …

Member Avatar for Justin01
0
221
Member Avatar for wallis_online

I am trying to use the data form wizard to create a chart for my program using the information in a database. On the section that asks you to select the database, I click browse, go to whre my database is saved and click ok. When I try to click …

Member Avatar for frogman_fizz
0
164
Member Avatar for ! !

[QUOTE] [color=navy]The bootable USB flash drive ...using as little as 200MB of flash memory. The device features Atmel's FingerChip sensor for one-swipe secure data access, and a large font LCD display. [/color] [color=navy]Based on Linux 2.6.x Kernel with Gnome GUI Desktop, [/color] [color=navy]an Office Productivity Suite, compatible with Microsoft Office …

0
48
Member Avatar for Si_B

Can someone tell me what needs deleting please. Logfile of HijackThis v1.99.1 Scan saved at 00:45:07, on 12/10/2005 Platform: Windows XP (WinNT 5.01.2600) MSIE: Internet Explorer v6.00 (6.00.2600.0000) Running processes: C:\WINDOWS\System32\smss.exe C:\WINDOWS\system32\csrss.exe C:\WINDOWS\system32\winlogon.exe C:\WINDOWS\system32\services.exe C:\WINDOWS\system32\lsass.exe C:\WINDOWS\system32\svchost.exe C:\WINDOWS\System32\svchost.exe C:\WINDOWS\System32\svchost.exe C:\WINDOWS\System32\svchost.exe C:\WINDOWS\Explorer.EXE C:\WINDOWS\system32\spoolsv.exe C:\WINDOWS\System32\RUNDLL32.EXE C:\Program Files\Thomson\SpeedTouch USB\Dragdiag.exe C:\WINDOWS\System32\lssas.exe C:\WINDOWS\System32\izoqrllvhq.EXE C:\WINDOWS\System32\winamp.exe C:\WINDOWS\System32\ctfmon.exe C:\Program …

Member Avatar for swatkat
0
352
Member Avatar for jackdog1

Hello again thanks for your patience and thanks in advance for any help you may provide, well here is the HJT log.... Logfile of HijackThis v1.99.1 Scan saved at 12:57:45, on 09/10/2005 Platform: Windows XP SP2 (WinNT 5.01.2600) MSIE: Internet Explorer v6.00 SP2 (6.00.2900.2180) Running processes: C:\WINDOWS\System32\smss.exe C:\WINDOWS\system32\winlogon.exe C:\WINDOWS\system32\services.exe C:\WINDOWS\system32\lsass.exe …

Member Avatar for DMR
0
118
Member Avatar for banshee48

Someone appears to have changed the display on monitor to upside down. Running OSX 10.4 - anyone any ideas about getting it back to right way up??

Member Avatar for alicealger
0
196
Member Avatar for gsr2k6

Recently my comp was pretty messed up so i just decided to wipe it. when i went to put my os on it all i had was 98 and i cant get anything new. before i wiped it it has like 32 bit true color or somthing and now its …

Member Avatar for Fireblade2bad
0
104
Member Avatar for Tecra-tes

Hello, I was wondering if any Toshiba experts out there could help me with a little problem I was having. I have an older Toshiba Tecra 8100 that won't boot. I had the motherboard replaced a while back and when I got it back it worked perfectly, except for that …

Member Avatar for BuggZ
0
74
Member Avatar for rjime2002

Hey everybody. I've looked at other threads regarding this problem on these forums and have downloaded and run the HijackThis program (and unzipped it to a permanent folder i.e. C:\Program Files\HijackThis). I've seen that i'll have to post up the logfile, so here it is (i'm running on a Dell …

Member Avatar for swatkat
0
168
Member Avatar for meow

[url]http://photobucket.com/albums/v735/Dragonfire43560/?action=view&current=7.gif[/url] this messege comes up at random times and it apears to be in spanish. I also get this esxplorer icon on my desktop. I ran all my virus scanners and stuff. here is log Logfile of HijackThis v1.99.1 Scan saved at 4:12:16 AM, on 10/11/2005 Platform: Windows XP SP2 …

Member Avatar for meow
0
169
Member Avatar for djbsabkcb

Okay I have a problem where the name of my vector is highlighted in yellow throughout my code and my output. I changed the name of the vector but on the output the word list is still highlighted in yellow, why? Below is my code: [code] #include <iostream> #include <string> …

Member Avatar for Ancient Dragon
0
107
Member Avatar for mycomputerdied

i have a dell pc. i have a ati radeon 9600 graphics card (very expensive) i was playing one of my games and it crashed and an error said graphics card wasnt working normily or something like that. i played another game and the screen went blank and the monitor …

Member Avatar for mycomputerdied
0
69
Member Avatar for ellsy

I have had this problem ever since I bought my PC a few months ago. When playing games like Battlefield 2, World of Warcraft etc, my computer will randomly freeze, and my monitor displays a 'No Signal' message. It has also been known to display an 'Out of Range' message. …

Member Avatar for mycomputerdied
0
143
Member Avatar for young

I need to create a JAVA Class TicTacToe program. There are API doc of the class TicTacToe and TicTacToeApp.java which program control TicTacToe game play. Would you please tell me how to write the Java Class program. Thanks a lot! TicTacToeApp Java Program as shown below: /** * TIC TAC …

Member Avatar for NPH
0
118
Member Avatar for TheSkunkMan

sorry about my post on pygame, but i'm having more trouble. frist off im ending the simple program that opens a window with if event.type == QUIT: raise SystemExit That makes a window pop up asking me if i want to quit. Is there another way to exit the window? …

Member Avatar for vegaseat
0
177
Member Avatar for jmbjrpcmp2004

(Thread split from [url]http://www.daniweb.com/techtalkforums/thread28374.html[/url]) Hi. I was having the same problem with msdirectx.exe and followed the steps that you have on here, but I am still having problems with msdirectx.exe showing up every time I do a virus scan. I was hoping that maybe you could help me. When I …

Member Avatar for dlh6213
0
221
Member Avatar for ramareddy_dotne

for one of my projects I need to display a list of items in list box.my user want to enter options into the list box by editing the listbox on the webpage itself but is it possible :?:

Member Avatar for npasma
0
124
Member Avatar for ast5

So I read some of the other threads and I've got this for you guys...... please help. Logfile of HijackThis v1.99.1 Scan saved at 12:48:04 AM, on 10/6/2005 Platform: Windows XP SP2 (WinNT 5.01.2600) MSIE: Internet Explorer v6.00 SP2 (6.00.2900.2180) Running processes: C:\WINDOWS\System32\smss.exe C:\WINDOWS\system32\winlogon.exe C:\WINDOWS\system32\services.exe C:\WINDOWS\system32\lsass.exe C:\WINDOWS\system32\svchost.exe C:\WINDOWS\System32\svchost.exe C:\WINDOWS\system32\spoolsv.exe C:\Program …

Member Avatar for crunchie
0
407
Member Avatar for apcxpc

Hi all Here is a PHP question I have to answer. [quote]Write a php file called reload.php that contains a table with 2 rows and 3 columns. In each of the cells of the top row of this table there should be the strings AAA, BBB & CCC. In the …

Member Avatar for apcxpc
0
221
Member Avatar for Thong_Ispector

When can you use FSO in a VB 5 program? I got it working... I know it is supposed to be for ASP... But why does it work in some applications ans situations and not others.? Here is the code Private fso As New FileSystemObject Private strName As String Private …

0
91

The End.