2,965 Topics
![]() | |
This is my first post, so let me begin by describing myself before asking my question because I believe you might then better understand where I am coming from. I am twenty years old. I recently graduated from the University of Florida with a Bachelor's of Science in Business Administration … | |
I think my PC is suffering from AIDS. Or leukaemia. Or both. Either there's not enough protection agains nasties or there's WAY TOO MUCH. So much it does more damage than any nasty code ever. For the future reference, BitDefender is the AIDS and NVIDIA's firewall is the leukaemia (they … | |
I had alot of computer problems with spyware and such and such i could live with it i had spybot search and destory and ad-aware and i still had alot of spyware but now its just too much my browser keeps going off to random sites all the time. Ive … | |
Hi, I need to be able to call a function from all the C++ files included in my project and i am not sure how to do it.. everytime i try something (such as exporting a class or function) i get multiple function declaration errors and it fails to compile, … | |
[code=c]struct DATA { pid_t pid; int lenth; char buff[128]; }; main(int argc, char* argv[]) { int pos,chlds,fd[2],ifd,ofd,i,n,nofreads[50]; struct DATA data; pid_t pid,child[50]; FILE *fp; pipe(fd); chlds=atoi(argv[1]); ifd=open(argv[2],O_RDONLY); for(i=0;i<chlds;i++) nofreads[i]=0; for(i=0;i<chlds;i++) if((pid=fork())==0) { // ONLY CHILD COMES HERE close(fd[0]); data.pid=getpid(); while((data.lenth=read(ifd,&data.buff,128))>0) { write(fd[1],&data,sizeof(data)); //sleep for random time (0-chlds seconds) sleep((rand()%10)+1); } … | |
I apologize if this isn't the correct forum for this issue. I found your site while Googling for similar issues and ended up here. The advice looks very promising so I'm hoping you can help me! I received the following error on a BSOD after burning a data DVD last … | |
UPDATE: MY COMMENTS POST BUT NOTHING ELSE? I have a form that collects firstname, lastname, email, attachment(file), and comments. I can query from my database, but when i submit data the fields are BLANK? What is going on? Below is sql on export. Table structure for table `clientlist` -- CREATE … | |
Last night i got a Norton Alert saying a vrus was detected, directx.sys or something like that. I had to run so couldnt mess with it. Norton said it was denied access and couldnt remove. Perfect. I havent got the alert yet today, but im sure its still somewhere. Sometimes … | |
[B][B][B]Re: shortcuts and programs dont work.[/B][/B][/B] Newbie, Please be gentle. I Have the same problem [B][Moderator's note: Post split from [URL="http://www.daniweb.com/techtalkforums/post168055.html#post168055"]this thread[/URL]][/B] here's my log Logfile of HijackThis v1.99.1 Scan saved at 4:39:39 PM, on 10/20/2006 Platform: Windows XP SP2 (WinNT 5.01.2600) MSIE: Internet Explorer v6.00 SP2 (6.00.2900.2180) Running processes: … | |
Hi all, God Bless U, [B]Thursday, October 19, 2006[/B] [COLOR=red][B]first i am writing the my problem again......:!: [/B][/COLOR] i am facing a problem in SQL Server. I am have a table given below.. ------------------------------------------------ Table name is "A" ------------------------------------------------ 1 Michle Administrator 2 John Consumer Finance Officer 3 Jackson Employer … | |
Hi all,:confused: God Bless U, i am facing a problem in SQL Server. I am have a table given below.. ------------------------------------------------ Table name is "A" ------------------------------------------------ 1 Michle Administrator 2 John Consumer Finance Officer 3 Jackson Employer 4 Goeffery Empl0yer ------------------------------------------------ Here the identity column is the first one. Now … | |
Debian Linux is what you might call very, very flexible because it runs on nearly any hardware configuration, from Motorola chips to PowerPC to the x86 structure. So whatever your machine is Debian Linux can most likely run on it. However, because installation is so different between different setups, this … | |
i get this error while compiling my .o file (object file) Data.c:24: error: field `HtStatus' has incomplete type Data.c:25: error: field `DcStatus' has incomplete type [code] struct database { struct hStat HtStatus[SIZE]; struct dStat DcStatus; }; struct hStat { //something; }; struct dStat { //something; }; [/code] do i need … | |
Hi everybody, the problem is what i wrote in the title, when i double click any folder, the desktop vanishes for 2 seconds and explorer.exe restarts...i've already read some similar posts tha describes my problem but i didn't find a solution...:sad::sad: so i done an hijack log: [code]Logfile of HijackThis … | |
Hi everyone How are you, hope good. I am new to this forum and if there is anything that I included here which I am not supposed to have, pls let me know. However,can you please help me with matlab. I want to built a classifier to use in predicting … | |
My Internet Explorer (Version 6.0, SP2) would work for about 5 minutes after boot-up, then I would get the "The page cannot be displayed" error, with "Cannot find server or DNS error" at the bottom. It does not matter which website I try to open. I get the same error … | |
Norton is showing an unknown virus on my computer and when i try and fix it, the computer shuts down. Posted is a hijackthis log. Thank you for your help in advance. 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 Files\Common Files\Symantec Shared\ccSetMgr.exe C:\Program Files\Common Files\Symantec Shared\ccEvtMgr.exe C:\Program Files\Common … | |
[COLOR=#000000]Dear all[/COLOR] [COLOR=#000000]I need to build a search with 2 select boxes like; [/COLOR] [COLOR=#000000]Search [/COLOR] [COLOR=#000000]I need the second box to be populated according to the first. (The first one will be populated by me and not from the database with 5 or 6 values). [/COLOR] [COLOR=#000000]After the second … | |
this is a program that i have to write. followed by the code i already written. Design Specification You are to write a program called “StockAnalyser”. Your program will read a text file that contains historical price of a stock. The program will allow users to query the stock price … | |
'evening everyone, Long time since my last post, I've been good and kept machine tidy with DaniWeb recommended tools. Daily and weekly updates and manual and auto scans with AdAware, Spyware Blaster, AVG, Spybot, Panda, all of them..outcome allways "0", PC has been cleaner than baby's fresh dipers. I noticed … | |
I think my PC is infected again,when I first turn it on a warning comes up that looks like an official Microsoft warning about my OS not being genuine. Then I get this star like icon in the sys tray that says I may be a victom of software counterfeiting. … | |
Hi, I don't know if this is possible. I have a data structure that is displayed in various tabbed panels in various forms(JList/JCheckList etc.). Some of these panels are able to manipulate the data structure. Is there a way to attach some sort of ActionListener to data structure so whatever … | |
Hi, I need to learn how I can use a custom data structure in a JList. In my program when I click the Add button next to the JList a JOptionPane opens and takes a String input. The input is then used to create an object which is placed in … | |
plz friend solve this code for me I dont know what is the wrong with it. it is in c++ programing language. #include <stdio.h> #include <string.h> #define size 20 struct data { int age; int year; char course[6]; char name[20]; } students[20]; struct temporary //changed to struct? { int age; … | |
plz friends help me to solve this proplem by c++ language: [COLOR=#000000][CENTER][CENTER][B][U]Question (Check Protection and word interpretation) [/U][/B][/CENTER] [CENTER][B][U] [/U][/B][/CENTER][/CENTER] [B][U]Problem Concept [/U][/B] - Computers are frequently used in check-writing systems, such as pay-roll and accounts payable applications. Many strange stories circulate regarding weekly paychecks being printed (by mistake) for … | |
My computer is driving me nuts, very very slow. Please Help!! Hijackthis log below thank you. Logfile of HijackThis v1.99.1 Scan saved at 1:20:09 PM, on 13/08/2006 Platform: Windows XP (WinNT 5.01.2600) MSIE: Internet Explorer v6.00 (6.00.2600.0000) Running processes: C:\WINDOWSA\System32\smss.exe C:\WINDOWSA\system32\winlogon.exe C:\WINDOWSA\system32\services.exe C:\WINDOWSA\system32\lsass.exe C:\WINDOWSA\system32\svchost.exe C:\WINDOWSA\System32\svchost.exe C:\Program Files\Common Files\Symantec Shared\ccSetMgr.exe C:\Program … | |
Hello everyone, I am trying to create a "proxy" for a program. I will try to explain how I am going to do that. The program I want to write a proxy for sends and receives data to/from a server. The IP and port the client connects to is somewhere … | |
One of the things I can't get working is reading and writing a structure to and from a file in binary. I'm sure that I'm using fread and fwrite correctly. However, I keep getting crashes which I cannot find ways to debug. [CODE]#include <stdio.h> #define MAX 1 typedef struct { … | |
Hi. I can't a small part of this program to work correctly; the square root function either returns a bunch of funny symbols OR it returns 0.00 On a side note, I have 2 questions: 1) If you have a structure nesting two other data structure types (like in my … | |
![]() | i got a computer hijack. my home page has been changed to saftyhomepage.com and a window pops up saying i have a virus. also, there are windows that pop up for porn and casinos. so i downloaded Hijackthis and got a log, here it is. Logfile of HijackThis v1.99.1 Scan … ![]() |
Hi, Need in brief: [COLOR="Blue"]Have 3 tables. I need to extract data from two tables and fill the third table.[/COLOR] Table structure: COM PROFILER: CREATE TABLE comprofiler ( [COLOR="Green"] id int(11) NOT NULL default '0', user_id int(11) NOT NULL default '0', firstname varchar(100) collate latin1_general_ci default NULL, middlename varchar(100) collate … | |
I have never compiled before, and I will leave it to you gurus. But I want to drive this (single) program around the block, so any assistance would be appreciated. I have: WindowsXP Pro Borland Compiler 5.5 (free version) MS Visual C++ 2005 Express and the Platform SDK I am … | |
[LEFT]I was looking at the other threads and I believe I have a simular problem. I ran smitfraudfix and hijackthis. Here are the results. Smitfraudfix: SmitFraudFix v2.77 Scan done at 11:18:37.85, Tue 08/01/2006 Run from H:\Word\SmitfraudFix OS: Microsoft Windows XP [Version 5.1.2600] - Windows_NT Fix ran in normal mode »»»»»»»»»»»»»»»»»»»»»»»» … | |
Hi all. I am new to C, at least to the concept of pointers. I am trying to write a process scheduling simulator for my operating systems class (at the last minute of course). Anyway, I wrote a program just using arrays and got it to compile but then of … | |
i was just wondering if i could get a little help on this program that i need to do. I am having a lot of trouble just starting it. this is a program dealing with european football AKA soccer. - The program must set up an array of 12structures. - … | |
Hello, I backup my databases like this: [I][B]dump database MYDATABASE to disk='c:\temp\MYDATABASE.bak' with init[/B][/I] [B][/B] This saves the structure and data to the bak-file. Now, for some DB's I want to save the structure only, can someone tell me how to do this? THX pakko | |
Well here I go again, I let my daughter use the PC to keep her intertained . She likes playing the games at Pogo.com and now has found the pleasures of down loading music files. I think she let a spyware or malware in on me, my I.E gets redirected … | |
Hi there. I really hope someone can help me before I pull my hair out. About a week ago our Nanny's kids used my computer while I was out and when I returned there were two short cuts on the desktop. One said "Free I-pod nano" and the other said … | |
Please check this log file. I know there are problems: Logfile of HijackThis v1.99.1 Scan saved at 10:17:25 PM, on 7/6/2006 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 Files\Ahead\InCD\InCDsrv.exe C:\Program Files\Common Files\Symantec Shared\ccSetMgr.exe C:\Program Files\Common Files\Symantec … | |
[URL="http://www.daniweb.com/techtalkforums/thread49592.html"]Need a troubleshooting guide for Internet Browser (XP) ?[/URL] Logfile of HijackThis v1.99.1 Scan saved at 17.07.22, on 08-07-2006 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\csrss.exe C:\WINDOWS\system32\winlogon.exe C:\WINDOWS\system32\services.exe C:\WINDOWS\system32\lsass.exe C:\WINDOWS\system32\svchost.exe C:\Programmer\Panda Software\Panda Platinum 2005 Internet Security\PavProt.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 … | |
Hi everybody, I recently discovered a software that solves all your software problems for example say system crash,virus threats or data loss etc.in just 15 seconds.I was really amazed to see such type of software which gives me a complete pc protection.If you want to know more about the software … | |
Hi! I have a problem regarding IE. While searching on Google and then trying to visit any of the search results IE suspiciously "redirects" me to some other website with popups and ads. I have done hijackthis scan and put log over here. At first glance lines numbered 017 look … | |
here is my log: Logfile of HijackThis v1.99.1 Scan saved at 6:17:01 PM, on 7/3/2006 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:\WINDOWS\Explorer.EXE C:\WINDOWS\system32\nvraidservice.exe C:\WINDOWS\system32\CTHELPER.EXE C:\Program Files\Adobe\Acrobat 7.0\Distillr\Acrotray.exe C:\Program Files\McAfee.com\VSO\mcvsshld.exe C:\Program Files\Java\jre1.5.0_06\bin\jusched.exe C:\PROGRA~1\mcafee.com\vso\mcvsescn.exe C:\Program Files\Common Files\Ulead … | |
Ok yesterday norton told me I had trojan.nebular or something and I couldn't install or use the recovery console cus when i would boot up with the windows disc and press R it would reboot my pc so I just deleted all winrk32's registry entries and it's .dll (and yes … | |
Help! My boss's kid got on my machine this weekend and downloaded a buch of junk. That issue has been resolved. However, I keep getting pop-ups. The most annoying are the ULWindowUrl and ULWindowSeek pop-ups. But, I also got some other junk and my Home page kept going to about:blank … | |
Yesterday I (finally) armed and protected my Win98SE old and battered laptop, following instructions I was given by a good soul on this forum. One of many guarding tools is ZoneAlarm that I left pretty much set to default. Today I started receiving alarms that WUCRTUPD.EXE application is trying to … | |
Hey everybody, I originally posted to the Web Browsers forum, since I have a major problem with IE not accessing the web. I can't do Windows Update, and any apps which require IE also cannot access the web. However, Firefox and Netscape both work fine, and I can update other … | |
Recents escapades with "Red circles", followed by relentless attacks of unwanted "items" (one session with AdAware revealed 82 extras !!), like recent encounter with Alexa, found by AdAware (gave me some chills, reading description) and EzuLa, found by Spyware hunter 2.0, but not (I think) HijackThis and AdAware (logs posted … Information Security adobe app-store client-server data-protection email file-stream flash http-protocol laptop microsoft-office microsoft-windows multimedia operating-system pdf session storage user-interface visual-basic visual-studio web-browser web-server window-manager windows-server windows-virus | |
This site has been a great help for getting rid of some minor problems but I don't know what to do about this. I have run ad-aware, spybot, norton anti virus and windows defender but i still have a hijacked homepage and my search function in internet explorer has changed … | |
Hello, Browsing the net I received a present in a form of two red circles with X on my desktop shortcut bar down left (Win98SE). I found a post from 2005 about HijackThis installation and saving a copy of system scan log. I already marked the red X icons line … |
The End.