7,713 Topics
![]() | |
Adaware, Spybot, Spywareblaster, Spysweeper, Xcleaner -- plus added Zone Alarm. My computer is still infected. Please somebody review the following Hijack This and advise me. Thanks!!!!! Logfile of HijackThis v1.97.7 Scan saved at 9:58:40 PM, on 8/4/04 Platform: Windows 98 SE (Win9x 4.10.2222A) MSIE: Internet Explorer v6.00 SP1 (6.00.2800.1106) Running … | |
After I have sucessfully connected to the internet, IE doesn't want to start. I know it is not a network problem because i can chat on msn and get my e-mails on outlook. Here is the hijack this results after the scan. If someone could help me I would be … | |
ok i got a nearly-new S3 trio 3D video card. but when i put it in windows only detects it as a standard pci video card, when it is an AGP card. so i can only get the standard resolution with 16 colours. i tried downloading the correct drivers, but … | |
I have used the following code on one of my pages to place the variables in the URL for the next page: [php] <?php $db = mysql_connect("HOST","USERNAME","PASSWORD"); mysql_select_db("DBNAME",$db); $result = mysql_query("SELECT * FROM TABLE_NAME WHERE FIELD_NAME=??",$db); while ($myrow = mysql_fetch_row($result)) ( printf("<tr><td>%s</td><td>%s</td><td>%s</td><td>%s</td><td>%s</td><td>%s</td><td>%s</td><td>%s</td><td>%s</td></tr>\n", $myrow[0], $myrow[1], $myrow[2], $myrow[3], $myrow[4], $myrow[5], $myrow[7], $mysql[8], … | |
I have a Hp pavilion, running windows me, internet explorer 6.0. logged on to [url]www.cmt.com[/url] last weekend and apparently downloaded a hijack. When I start up, I immediatly get pop ups, it has been going on for a few days and they are increasing. every 60 seconds i get around … | |
Hi all, sure hope somebody can help me. On my sons computer, everything is big. The font and the windows. I tried to change the display settings but the window that opens is so big that the ok, apply and cancle button are behind the toolbar. I close the toolbar, … | |
I need to finish my assignment but i seem to have several problem and i stuck. Below is the assignment question and also the source code that i wrote Question Write an interactive C++ program that will encode or decode a line of text. To encode a line of text, … | |
Does anyone know or has seen a good example for a Master/Detail INPUT WEBFORM, using Datagrids? I've seen a lot of examples of Master/Detail Display, but none of Master/Detail INPUT. Thanks! | |
i need to pass up an operating systems project on the 19th of july. can anyone please help me do this project. i cant manage it by myself :rolleyes: . this is the question: Develop a program to simulate a computer using a Round-Robin scheduling algorithm with a time slice … | |
I have a problem I can't seem to fix... (and when that happens, I doubt anyone else can fix it...) I have a Max IC Live 3600A video conferencing card hooked up to the S-Video on my TV. When using Windows default drivers, (and at boot) I get 16 colors. … | |
Dear Friends, Here I have tried to connect to Sybase Adaptive Server Anywhere 7.0 with the following code in C# as console application, I am getting the ERROR: System.NullReference Exception occured in system.data.dll , this code executed after running the asademo. Can you help me out where exactly I am … | |
helloo... I'm going my Mtech 2nd course..in which we have 1 year proj MY research problem is -to design an interface to optimize the search to search engines(ex.Google) . My approach is .....When we type keywords in the browsers of search engines..then instead of only matching the keywords it should … | |
I have a problem with Windows XP Pro Internet Explorer that I can't solve. When on line with IE, it will change my Windows Explorer display format from the "List" file display to the "Tiles" display. At the same time my IE Encoding will be changed from Western European (Windows) … | |
System: Windows XP Pro Ok, this is a very strange problem so I'll try and explain it as best as I can. As soon as I start my computer (even when I'm not connected to the internet), I get a warning that says "Your current security settings prohibit running ActiveX … | |
I am new to coding and I am trying to display a league table of football teams in a memo box using C++Builder. The code below prints a list of the team names from an array of 12 teams, but I cannot get the rest of the details i.e. games … | |
Hello, I am fairly new to using Java, and something I wish to do is create a Java program to calculate and display the distance between pairs of (x,y) points supplied from a text file. I'm using xCode on Mac OS X, and I've got a file named "data.txt" in … | |
I have been looking up some of this stuff in my book but I just can't seem to get it. Below is my code. If my username and password are correct I want to display the page (GetPictureFromUser.cfm) If the passwords do not match up I want to display the … | |
Hi! I really need someone who can help me fix all my problems because I can't even normally work on my PC. Thanks in advance! [U][B]PC specifications:[/B][/U] ï‚· Windows 98 SE 4.10.2222 A ï‚· 256 Mb RAM ï‚· 12,7 Gb hard disk [U][B]Problems:[/B][/U] ï‚· Rundll32 not responding ï‚· lots of … | |
I have a wonderful problem today, and yesterday, and Sunday.... I was playing around on [url]www.CMT.com[/url], yes the country music site, and it gave me a bug, a nasty one. When I turn on my pc it brings up an about blank website before I can even click on the … | |
After this line of code: <cfif Password eq #Password# and UserName eq #UserName#> If this info is right I want to Display a page called GetPictureFromUser. How do I do this? | |
My computer, with Win98SE, was on the Internet one day and it worked fine then. But the next day, although Windows booted up okay, I found it impossible to enter shortcuts to "My Computer," "Internet Explorer" and others. I am unable to right click on the display to access "Display," … | |
I'm pasting the hijack this log and would appreciate any help that anyone can offer as to how to slay this hijacker. Thanks in advance. (Cudos by the way to the folks that run this site! Great help!) Logfile of HijackThis v1.97.5 Scan saved at 12:34:28 PM, on 3/18/04 Platform: … | |
I have a tecra 8100 laptop that will not boot. When you try and power it up you get absolutely nothing. Sometimes you will get a constant beeping, but it doesn't happen each time. The green indicator light for the power comes on but the hard drive will not spin … | |
[code]#include <iostream.h> #include <ctype.h> #include <string.h> #define MAX_NAME_LEN 30 typedef struct Sheet { char Name[MAX_NAME_LEN + 1]; struct Sheet *Next, *Prev; }Sheet; //prototypes void initialise(Sheet *&, char arr[], Sheet *&); void right(Sheet *); void left(Sheet *); void first(Sheet *&); void last(Sheet *&); void erase(Sheet *); void insert(char word[], Sheet *&, … | |
Hi everyone. I am fairly new to Linux and I am taking a UNIX course. I have been asked to write a shell script and I am having a little trouble. I was wondering if anyone could help me. Here are my instructions -- create a script called command find_big.sh … | |
My computer was working fine yesterday, I shut down, and everything was fine. This morning when I cut it on, my display isn't right. There is about half an inch of space on the (my) left hand side of the screen, while on the other side it is right...it's as … | |
Can anyone help, Ive been at this problem all week!! Installed new hard drive , modum , cant adjust screen area 640x480 16 color . I restart pc pop up says cant used the display settings u choose , Ive tried to remove monitor and restert thinking it would detect … | |
I want to know if there is a way to display an excel doc in a web page and be able to edit the source doc on the server and have it update it in real time back to the web. | |
Hi i am allen :lol: I have been developing a small software package which incorporates Address details. Now i have created the design using swing. I am using Oracle as backend. I am facing three specific problems. 1) I have added JTree using hashtable, but wen i add subnodes like … | |
Hello, Some time ago I bought space at Homestead to build a business website, and located my business domain name there. I've ended up creating my business elsewhere on the Web. I've established a redirect link from an empty index page at Homestead to my new website. I have nothing … | |
[B]Creating a C++/Assembly Project [/B] The project we'll develop in this tutorial will consist of a main() function written in C++. It will call an assembly function named clear(). Since Visual C++ does not recognize assembly code, VC++ will have to be told what program to call to compile the … | |
Hi everyone, I've recently been having a problem with my current program. I've gotten it to work so that I can enter a word in and it will check the word to see whether or not it is a palindrome by methods of stack/queue. eg. dad "Dad is a palindrome" … | |
I'm trying to make an eBay ad with an HTML editor (FrontPage '02). What I'm selling is over 1500 rare collectible cards, and I've very painstakenly created a worksheet using Excel '03. My whole objective was to create the worksheet (spreadsheet or database, not sure if I'm using the right … | |
Hey all, I go to LAN parties every sunday, I've had my monitor for a while and I've been to two since I've had it however, last weekend the settings on it totally changed, even the diagonal alignment or whatever, it's an f710b I think and I've installed the drivers … | |
BEGIN +$#Using online Help To identify a tool or control: Position the pointer over a tool or control and pause. A tool tip appears showing the name and keyboard shortcut (if any) for the item. If tool tips don’t appear, the preference for displaying them may be turned off. See … | |
I am having problems with loading photos from my digital camera, and on the website for the camera, it said the following: 4. The automatic launching software (Exif Launcher) may not be functioning correctly. Perform the following: <Windows 98, Windows 98SE, Windows Me and Windows 2000> a. Right-click the Exif … | |
I have been getting this warning alot recently. It comes up on some internet sites prior to loading and I think it was completly imobilized Quicktime. I cant View anything in a quicktime format. Quicktime wont even start anymore. I have uninstalled it and reinstalled it it just isnt working. … | |
I have been hearing hype for so long now about a 30" cinema display. Is this just another rumor? As the owner of dual 23" cinema hd displays, I'm very interested in this ;) I heard awhile ago that supposedly Apple was going to release the new monitor with a … | |
Hi everyone, I've been taking a class on cprogramming and have been successful up thus far. I am now learning about stacks and am having tremendous problems. I've written a program that will calculate the prime factors of numbers. The only problem is that I needed to reverse the output … | |
Could someone give me a hint, an algorithm or a source code if you like.... for this program... I need to display and store the highest scorers in my Game.... How is that? | |
My display properties have somehow messed up and I can't restore them. It got stuck on 640x480 and 16 colors. When I restart the CPU, the screen looks like its on safe mode, but it doesn't show "safe" at the corners. I have reinstalled the drivers, but it doesn't seem … | |
my code is posted below the program is to be very simple just just a button a choice box a text box and a canvas the user is to be able to select what item they want and then the price appears in the label....then the user is able to … | |
[B][COLOR=Orange]NOTE: I was FINALLY able to merge the "URLRepair" thing successfully. Sorry about that. Would someone mind, however, peeking at the HJT? Thank you so very much[/COLOR].[/B] Well, I'm sorry to ask for help again -- I followed all previous instructions (or so I thought) while trying to repair the … | |
I've reformatted twice to try to see my Linux would just forget to be problematic, so far no luck. Anyway. I've had a few issues with video adapter drivers, sound card drivers, and just some odd system malfunctions. VIDEO PROBLEMS I used YaST2 to update my video drivers, and it … | |
Hi I'd appreciate help regarding following issue: I've moved from Windows to Mandrakelinux 10.0 (some 250 re-installations/10 days ago :) ; worst problem I have with drivers is problem with nVidia FX 5200 (with tv-out). After I had downloaded new drivers from their site (nv 5336) and installed them, card … | |
Hello! I'm just a beginner in C Programming. I just want to ask for some help here! I need to input a number 10, 20 or 0 If I entered a number 100, 2000, or 0000 that will be invalid... There should only be a limit of two characters..... and … | |
I have got a 800MHz P3, GABX2000 motherboard, 128MB RAM, Win98SE, and a TNT2 32MB video card (ancient but have to live with it). I decided to replace the TNT2 with a GeForce 2MX after a clean format and new install of Windows 98SE. Everything goes well and I can … | |
I need help (actually, my computer does!) :eek: I've got Spyware/Adware/Malware completely overtaking my computer, despite my best efforts. Just when I think I've gotten rid of it all... Anyway, is there someone that could take a look at this and let me know which are the "at-risk" files? I … | |
Trying to help a friend with her computer, but the computer needs some serious attention. its been used for a long time without firewall, virus scann, adaware spybot, nothing. so i hope to clean it up a bit. heres the LOG, i plan on starting a scan before i go … | |
just started using a belkin pro series 8 port kvm with highest quailty cables available. it still degrades the video signal going to my 21" flat screen dell trinitron. I am told there is nothing i can do about this, all kvms reduce video quality at least somewhat. If I … |
The End.