7,373 Topics
![]() | |
here is my log file. please tell me what to get rid of thank you very much, steve Logfile of HijackThis v1.99.0 Scan saved at 8:42:14 PM, on 12/30/2004 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 … | |
Hi i ran a manual scan over my machine today using Trendmicro pc cillian that is usual very good at removing the nasties that get into my machine however this file WINNT\system32\NETAPI32.DLL has become infected which is what the virus scanner detects however it can not clean/quarantine or delete from … | |
Hello, I am a software developer on a rather large project and I use vim as my primary file editor. The project is spread out over many paths. What I want to do is to create a large tag file for the entiere project. I used the find command to … | |
Hi everyone, I am currently trying to create a tool that jars all my classes into an executable jar. What i mean is that when i click on the particular jar file in windows explorer the program is run. I managed to create the jar file but the problem is … | |
Hi. My computer has a file in C://Windows called 'wndllsys.exe' This file, since it's licated there, runs on startup every time. Selective startup will not work (Automatically re-ads itself to the accept list). Now the file simply brings up a window with some.. Er... Rude text, and gived the option … | |
I have a script to read a file that has text on lines. The script is supposed to take the text and make them into space delimited and save the new text to a new file. I am able to only accomplish this with 1 line from the text file. … | |
Hi - new to all this. Trying to learn C++. How can I create an exe file in C++ that will open another file eg an excel file, when my created exe file is run?? Thanks for any help TP | |
I'm having trouble defining the functions get_last, delete_last, and add_item. I've been working on the program for days and can't get the function definitions to work at all, so i left them blank. COULD SOMEBODY PLEASE HELP!!! This program is suppose to define a List class that holds a list … | |
Sir, I need ur help in the Following Assignement. I have to write a program to store the Employee details i.e rollno,Department,salary,name,experience etc using the file operation. plz help me! Urs PriyaJaiGanesh | |
I am making (or trying to make) a mailing list form for my web site. It is supposed to write the email addresses to the file but it isnt working any help would be [B]GREATLY[/B] helpful THANKS 1} <html> <body> <form action="write1.php" method="POST"> What is your E-MAIL ADRESS <input type="text" … | |
Hi my name is Peter and I'm looking for somebody who can help me to understand how to read from external file without "destroing" existing inforamtion inside. whole staff is based on book example which i'm trying to extend. I have a programm which is working with database of 3 … | |
My system file was corrupted and my computer wouldn't start. So I went into the restore console and manually wrote over it with the system file from the repair folder. I did this because the "repair" option was not showing up when I booted from the CD. After doing this, … | |
I AM RUNNING A PROGRAM THAT DEALS WITH TEXT FILES IN NOTEPAD. I TYPE IN A FAKE SSN AND THE PROGRAM IS TO READ A LIST OF FILES FROM student course. I AM GETTING AN ERROR MESSAGE TELLING ME THAT PROGRAM CAN'T READ FILE. TWO EX OF SSN'S ARE 201235678 … | |
I thought I had read info on this somewhere but can not get the right 'google' to find what I need. I have a TiBook with ethernet and wireless card. I have configured my network settings to make both active and have different IPs on each (on our LAN. 192.168.1.x). … | |
normally we read text file like this.. $filename = "D:/Point/Point.txt"; $handle = fopen($filename, "r"); $contents = fread($handle, filesize($filename)); fclose($handle); if i want read text file on LAN computer. how to write path name of the text file?? | |
Hi- I just set-up and installed a usb ethernet adapter on my Laptop (windows 98 se). It is one of four computers connected to the Netgear router. I can access the files on the laptop from my other PCs but I cannot connect to the internet from the laptop- I … | |
Hello everyone, If I am using two threads, the task of one thread is to read the first 1k bytes from a specific file and the task of second thread is to write (maybe modify without the change of 1k length, maybe append some additional bytes making the file larger, … | |
Write a program that will read the file, Address.txt, which I have provided. It contains names and numbers with no spaces between. Write the same data to a new file with the numbers right justified in 12 spaces and with 3 decimals. (file): Pete Moss25.33 Sara Bellum78.45 Harry Legg 76 … | |
I need help ladies and gentlemen, I am writing a program that validates ISBN numbers both from file and from console input. However my program is unable to open the file even though I have it in my Debug folder. Here is a piece of my code. I need help … | |
Days since 1/1/1800,that day was Wednesday. Need to convert a date in the form mo/dy/year into this single number. Need a function to print out the day of the week, and a function to print out the date in the form month day, year where the month is completely spelled … | |
I am working on a project which involves a server/client model running over a network. The server is written in Java, and the client is a C++ addition to an existing product (which is written in VB and C/C++). I chose to write my section in Java simply because I … | |
Hiya ! I want to see how the following types of files’ Interpreters are built into a browser : 1. Un-compressed Image files 2. Compressed Image files 3. Un-compressed Animation files 4. Compressed Animation files 5. Un-compressed Audio files 6. Compressed Audio files Question 1 : So, can anyone tell … | |
the code that is attached it what i have done so far but dont seem to be able to get the test file to get it to display the informationthe code i have is shown below import java.io.*; import java.util.*; public class league{ private static final int MAX_TEAMS = 50; … | |
The program is supposed to pen and read a file with student’s scores for a semester. Display a chart with the average and median scores for each section and each lab. Example: CS 111 this semester has 7 sections and 10 labs. The output will be a chart with 7 … | |
windows isn't loading for me. need help. it says....... [COLOR=Navy]a device file that is specified in the system.ini file is damaged. it may be needed to run windows. you may need to run the windows setup program again. if the file is included in another software package, you may need … | |
Hi, I'm working an a project that must take a text file (provided to us, in.txt) that has the scores of students from different sections on different labs. You can view the assignment page at: [url]http://www.cs.wmich.edu/~nelson/CS111FALL04/lab06/index.htm[/url]. The problem I'm having is that I can't think of how to make a … | |
Here is my code I am trying to figure out what is wrong with it, can anybody help me. [code] #include <stdio.h> #include <stdlib.h> #include <string.h> int GetBuffer(char* buffer[]); int ParseArgs(int argc, char* argv[], int* canonical); main(int argc, char* argv[]) { int canonical=0; //If it is true, print the ascii … | |
I am very, very new to this whole php thing, so i am sorry for being so dumb, i am trying to learn, and i am going crazy! I am trying to get several scripts working but keep getting similar errors for them.. looks something like this Warning: Division by … | |
Hey Everyone, I need to write a program where the first half builds what is basically a file directroy tree. Files and their paths will come in from file in the form... /program/file/whatever ... and be read into a string. Problem is I don't know how to manipulate strings very … | |
hi below is my save function that is used to placed data from the C program to a text file for future usage. [code] [COLOR=Blue]void save() { FILE *save; int i = 0; save=fopen("employeerecord.txt", "a+"); do { if(strcmp(record[i].ID, "")!=0) { if(i!=0) fprintf(save, "\n"); fprintf(save, "%s %s %s %s %s ", … | |
Hi I got one assignment to submit within 2 days.I am suppose to build scanner(lexicle analyser) in c,which will take input from standard input stream and print its class. for example if I input + it will displya "plus",- "minus" I have to run this program in unix environment. program … | |
can any1 tellme how to access the sql file using c++. what i've to do is to take a sample file from oracle and one from access(a table having employee's personal info with different attribs,obviously) then i've to print them in c using standard format which i'l define in c++ … | |
Im trying to write a struct for a binary header of a sun raster file to a file on disk. i have a struct for the header data: [CODE] struct rasterfile { int ras_magic; int ras_width; int ras_height; int ras_depth; int ras_length; int ras_type; int ras_maptype; int ras_maplength; }; which … | |
accidently clicked a button twice, resulting in MAC read the command as in download the file. forced to quit the process, but the file is now on desktop, can not be moved nor deleted, the message says the file is currently used by another task right now, such as moving, … | |
Well, not so much difficulty, more like I am completely stumped! I've only been programming with c++ for a few weeks, yet I have found myself in the predicament of having a small, albeit difficult assignment to complete for university pretty soon. I was wondering if anyone could help me. … | |
hi rellay i am new in you forum but i think that i will intersted with you... my quastion is: how can i compressed any file as zip by php? i have a file and i want from user to download it as zip file and i want to compress … | |
Hi everyone, I am trying to save the entire jtable (as an object if possible) to my disk and then be able to read that same file in the same table. First there are two buttons on my frame one is "load" and the other "save as" when the save … | |
Hi! I am trying to write the program described below. Below the program I have included the text from the file I call. I have written the program, but I don't know what I have done wrong. Can anyone enlighten me? Thanks *Write a program that will compute the words … | |
Hi everyone, I am doing a simple program that the user is able to select whatever folders(not files) in the drive(through the argument of the folderpaste function) and is able to paste the folders (with their contents) in the the path "C:" but i think my main problem is that … | |
hey guys, i want to overclock my comps vid card and processor. If any of you know how please tell me ... Heres my dxdiag: Is this a good gaming comp? ------------------ System Information ------------------ Time of this report: 9/30/2004, 17:29:37 Machine name: DRAGONFIRE Operating System: Windows XP Home Edition … | |
Hello there, My program is supposed to read data from a txt file, and put this data in a 2 dimension array. All I have is the last line of data in my text file. My teacher said that I have to update the array in my loop. I have … | |
Hi ... I am a newbie and I've been exploring around this website for like over a month 'til I came and joined this site for help. I've been having troubles with my computer and it's starting to tick me off because I have been trying and trying and trying … | |
I have a windows 98 running in a compaq deskpro that now is saying that there is an unrecognised command in config.sys file and that there is an error in config.sys file in line 1.I have a rescue disk and I copied the himem.sys file to c:\windows and typed sys … | |
Hi everyone, I am doing a simple compression program in which the application uncompresses the file to a selected folder. The thing is that the file that is being compressed already exists in that folder. What i need is someone to show me a way in whic the file is … | |
hey guys, i want to overclock my comps vid card and processor. If any of you know how please tell me ... Heres my dxdiag: Is this a good gaming comp? ------------------ System Information ------------------ Time of this report: 9/30/2004, 17:29:37 Machine name: DRAGONFIRE Operating System: Windows XP Home Edition … | |
Here is my log file from hijack this. can someone tell me what to delete? somthing is taking control of my mouse and opening start etc. Logfile of HijackThis v1.98.2 Scan saved at 3:44:58 PM, on 9/24/2004 Platform: Windows XP SP1 (WinNT 5.01.2600) MSIE: Internet Explorer v6.00 SP1 (6.00.2800.1106) Running … | |
Hey there, I'm new to java and I need to write a string that i generated in my code to an output file. I'm currently writing the string to the standard output like so : System.out.println("K_"+Receiver+",t"+msgnum+"(R(" +Receiver+",t"+msgnum+"("+out1+")))"); All the types e.g. 'Receiver' or 'out1' are of type string. Could anyone … | |
I need a good programme for generating new files that will save consecutively etc. Quite basic stuff for your great minds I would believe. :cool: My files get a bit messy after a while and mistakes are not unknown. Each job we do needs its own report, sometimes upto 3 … | |
Hi everyone, I have a weird problem. I have created a zip manager and unzip manager. The zip manager works alright in a sense that it can create zip files and also the contents of the zip file zipped by my own zip manager can be extracted by using winzip. … | |
Hi All, I am new to Java and need some help with my first assignment: > Assignment 1: Taxation Calculator > Specification > Write a program to calculate the tax of an employee. The program should > prompt for a salary and age, and work out the required tax from … |
The End.