5,682 Topics
![]() | |
Hello, I've got an annoying adaware that after I neutralaized it it came back again My HijackThis Log: Logfile of Trend Micro HijackThis v2.0.2 Scan saved at 9:56:11 AM, on 8/21/2008 Platform: Windows XP SP3 (WinNT 5.01.2600) MSIE: Internet Explorer v7.00 (7.00.6000.16705) Boot mode: Normal Running processes: C:\WINDOWS\System32\smss.exe C:\WINDOWS\system32\winlogon.exe C:\WINDOWS\system32\services.exe … | |
I am having the same problem that somebody else posted. [url]http://www.daniweb.com/forums/thread140949.html[/url] I followed the same directions from that post. I downloaded the malwarebytes software and let it scan. Then I downloaded hijackthis and ran that I will attach the log file from hijackthis and would like some help with which … | |
Ok. Last night I was clicked a link to an archived page on a forum that I moderate on and there was some kind of nasty trojan on there. I pulled the plug on my it connection but have now got some major issues. These include task manager being disabled, … | |
Ive created a realestate application that allows the agent to upload photos along with a description of the estate, price, bedrooms and financial options. On the buyers side ive used a forms view to enable a viewer to browse through records and display images directly from the database. Everything seems … | |
Hi, Unfortunately, I am no longer near the computer with the problem and therefore have only the Hijackthis scan to offer. I just found your site from home and so did not know what else was required. I had a stubborn case of the Antivirus 2008 along with the rebooting … | |
Hi there, I was wondering if anyone would be able to help me. On the desktop on my computer it says 'virus alert' in the taskbar and I can not see My Computer or documents when I click on the start menu. It also will not allow me to use … | |
I don't know if this is in the right place but here goes. We have just invested in 8 new Windows 2000 servers, all of them hosted off site. We are also starting to deploy HP T5530 thin client terminals, running Windows CE for people who don't require PC's. The … | |
I don't know if this is in the right place but here goes. We have just invested in 8 new Windows 2000 servers, all of them hosted off site. We are also starting to deploy HP T5530 thin client terminals, running Windows CE for people who don't require PC's. The … | |
Hi, I have a aspx form on which I have a ListBox control a text field a button (btnA) and a submit button (btnB). The scenario is: the user enters text in the text field and clicks btnA. The value in the text field is added as an option in … | |
I don't know if this is in the right place but here goes. We have just invested in 8 new Windows 2000 servers, all of them hosted off site. We are also starting to deploy HP T5530 thin client terminals, running Windows CE for people who don't require PC's. The … | |
Hi there. I am new to this forum. I would like to know how can I download a file or .exe from a server on to the client machine. My software will run on the client machine. I want to know if there is some built in functionalty in windows … | |
[code] void HandleTCPClient(int clntSocket) { int recvMsgSize; char echoBuffer[32]; char test[32]; char reply[32]; memset(&echoBuffer,0,sizeof(echoBuffer)); memset(&test,0,sizeof(test)); memset(&reply,0,sizeof(reply)); if((recvMsgSize = recv(clntSocket, echoBuffer, 32, 0)) <0) { DieWithError("recv() failed."); } while (recvMsgSize > 0) { if(send(clntSocket, echoBuffer, recvMsgSize, 0) != recvMsgSize) { DieWithError("send() failed."); } if((recvMsgSize = recv(clntSocket, echoBuffer, 32, 0)) <0) { … | |
Main.cpp [code=cpp] #include <stdio.h> #include "CServer.cpp" class EventReceiver: public CServer { void OnClientReceive(CServer* SVR) { char* Packet = SVR->GetReceivedBuffer(); int packetsize = SVR->GetReceivedSize(); PCLIENT_HANDLE clientthatsent = SVR->GetLatestReadClient(); printf("\n Packet Recieved - %s", Packet); CLIENT_LIST_LOOP(SVR) if(CUR_CLIENT_SOCKETID != clientthatsent->sSocketId) { SVR->SendPacketToClient(Packet,packetsize,CUR_CLIENT); Sleep(250); } CLIENT_LIST_END_LOOP(SVR); } void OnClientConnection(CServer* SVR) { PCLIENT_HANDLE ConnectedClient = … | |
Hey guys. I've been programming in java for about a year now but I've just recently been learning socket programming before my last semester of my computer science class. I have to do a project and I was thinking about making a client/server program. I've landed on making an instant … | |
I've created a client/ server program and I'm not happy with some logic for the server. What I'm doing is Pulling it from the data base adding it to an array ' to help check for error Using the array to save to text file ' for preparation for sending … | |
I have to send bitmap and do something like this: Client: [code] HBITMAP bmp = LoadBitmap(0,MAKEINTRESOURCE(1)); send(socket,(char*)&bmp,sizeof(HBITMAP),0); [/code] Server: [code] HBITMAP bmp; recv(socket,(char*)&bmp,sizeof(HBITMAP),0); [/code] But this won't work and I know it... so I have to use e.g. GetDIBits and SetDIBits. But how? Please don't give any example links, they … | |
[CODE] string hello; cin>>hello; sprintf(buf, "This server has been contacted time%s\n", hello); [/CODE] I'm making a simple client-server program. I just want to know how do I get to print out the hello string inside the sprintf() >.< soz might be a very dumb question.... The error i keep getting … | |
I've been trying to figure this out for months so if someone could tell me how stupid I am that would be great... The first php.ini file works for sharing sessions from domain to subdomain no prob... with the simple inclusion of session.cookie_domain = "mydomain.com" I've tried them both with … | |
Hi everyone Does anyone have any information on how one would setup up a VPN tunnel to link to subnets together, where one end has a static IP and the other has a Dynamic IP? I have already got Static to Static working, but I am having trouble with the … | |
Hi I have a network security problem which I could use a little help with. I'm not sure this is the right place but I'll give it a try anyway. The company I work for has installed an ISA firewall in conjunction with Websense. As I understand it ISA is … | |
Hello, This is my second attempt at posting this problem (thanks to jholland for directing me to the appropriate place); hopefully this is the info needed to figure this out! My computer has essentially been broken for two weeks now, and I'm getting worried I'll have to wipe all the … | |
Hi. I first posted this in the Windows XP Forum, mistakenly. 7 days ago, we started getting redirected to arbitrary websites, our 'Windows XP Home' computer (with 6 separate profiles) suddenly got very slow, and we crashed alot. Norton Systemworks 2007 did not stop initially whatever hit us and could … | |
Hello everyone, My main computer is a windows XP.I don't know much, if anything other than a few basic things,I do Interior Designer/Decorating work,not anything computer related. When I am running this computer, the start menu will pop up out of the blue and windows related to start and shut … | |
Ok I have written some coding out for a server and Client in my Microsoft Visual C# 2008 but nothing seems to come up in the cmd.exe so i was wondering if anyone would know any reason why? The cmd.exe opens but it is completly blank. Here is my Coding … | |
I have a client that I am hosting DNS for and their ISP delegated part of a /24 block to my dns servers for reverse dns. So basically I have a block of x.x.x.64/27 delegated to my dns servers. I'm not sure of the syntax for the zone for a … | |
About every 5 seconds, my Windows Explorer malfunctions and restarts. It is actually very painful to even type this message as we speak. My start bar as well as all of my desktop icons all disappear and reappear as Explorer restarts. I believe the error may have come from a … Information Security adobe app-store apple audio client-server data-protection developer-tools flash http-protocol microsoft-access microsoft-office microsoft-windows office-suite open-source os-x pdf software-architecture video visual-studio web-browser web-server windows-server windows-virus windows-vista xml | |
Howdy folks, I need to open a dialog with some people that know more about Linux than I do. Specifically Apache httpd. I'm not sure that this is the appropriate place for this, so be gentle if not. Here's my situations, I have a Fedora install of Linux up and … | |
I'm not really having problems that i know of riht now but I just wanted to get it looked at just to see if theres anything i need to get rid of. here the log ======= Logfile of Trend Micro HijackThis v2.0.2 Scan saved at 10:21:09 PM, on 5/19/2008 Platform: … | |
Hi All, I have doubt here regarding above title i.e "VB Script routine to work on the server side in an ASP page".... Can we write the VB script on server side? Actually VB/Java Script are the client side codings. So can we write the server side scripting in as … | |
Hey Daniweb! Well, I have recently moved closer to where my folks live and they're not very computer literate, but to them, I'm like a computer master....so, they're pretty infected with spyware, so having been helped so quickly and completely before with my own comp, I thought I'd turn to … | |
ok, so to start, this computer is rarely used by me until the last few days. it sits in my living room and is usually just used to play videos on a TV. however within the last few days, i have installed itunes, a program called music rescue to copy … | |
Good Day! I have set up virtual IPs on my Ubuntu client machine & assigned IPs 192.168.12.3 - eth0 192.168.12.4 - eth0:1 192.168.12.5 - eth0:2 192.168.12.6 - eth0:3 I have written python code to send multiple HTTP requests to my web server to load test it.When I check the logs … | |
Hi. I dont know where to put this post since it covers so many areas. I have a few queries and i would appreciate it if you guys can help me out. I am to create a web based application which will need some access to a database. The web … | |
My computer has been having some problems and I managed to determine that the as2008xp virus was behind it. However, it has locked my task manager, regedit, and other system property managers. It has also removed the C: drive link from My Computer. I have the Hijack This log and … | |
I followed forum advice to remove this trojan and below is my log. Am I ok at this point? Thanks [CODE] [b]SDFix: Version 1.211 [/b] Run by Sean on Fri 08/01/2008 at 08:50 PM Microsoft Windows XP [Version 5.1.2600] Running From: C:\DOCUME~1\Sean\Desktop\SDFix\SDFix [b]Checking Services [/b]: Restoring Default Security Values Restoring … | |
I have a home network with three desktops running XP SP2 and a laptop running Vista Business. I would like to use Windows Remote Desktop Web service to control and access my desktops from my laptop (via broadband wireless) while I am away from home. I have used Webex’s PCNow … | |
I want to connect my Computer to any other computer around the globe using Microsoft Remote Desktop. is it Posible ? If the destination computer is connected to an ISP, which does not have private IP. What do to ? Once we connect through an ISP we come to c … | |
hey all This would be my 1st year out of school and into college woohoo! My course is for one year and it is just based on programming... the languages i've chosen to do are C++ as my primary and Java as my secondary. My course has also included SQL … | |
Hey guys am not bad with computers but so far am unable to solve this promblem. I reinstall windows xp but so far none of the audio drivers i used work. this driver causes the system to restart "WDM_R200" the board is a gateway e-4000 and the audio drivers on … | |
nvm sorry for post. admin please delete | |
Hi, I'm writing a simple echo/chat GUI server using wxPython. I made a separate thread for the server. The only problem I have is that when I try to close the server it hangs in socket.recv() thus hanging the whole thread. How can stop the socket from receiving from the … | |
heres my HJT log. i just finished scanning/removing with spybot, and ive rebooted already. my explorer.exe just automatically shuts itself off, then restarts. it eventually just stops restarting. what originally happened was i had a virus, and it actually removed explorer.exe from the startup registery. i had to add it … | |
I'm using Wimpy mp3 player for my Christian forum [url]www.talkjesus.com[/url] I'm having a bit of problem applying album cover art as instructed in the manual [url]http://wimpyplayer.com/Users_Manual/index.html[/url] Example from my list.xml file (everything works except the visual line/code for coverart. [code] <item> <filename>mp3/Awesome God.mp3</filename> <title>Awesome God</title> <artist>Hillsong United</artist> <genre>Worship</genre> <duration>4:08</duration> <visual>jpg/looktoyou.jpg</visual> … | |
Hi there! I sincerly hope you can help me! The problem started yesterday! When I boot my computer, the task bar and the icons appears and then disappears. I opened the task manager and noticed that explorer.exe keeps shutting down and reloading, and I had to terminate the process and … | |
My cousins computer has a virus/spyware/etc. problem on his desktop. Not only am I not able to change the desktop properties, the picture installed as his desktop is advertising for netflix. I have ran spyware doctor, spyware terminator, and spybot, none have spotted or deleted this problem. I browsed through … | |
Hello [url]www.daniweb.com/;[/url] am fixing a windows xp computer. Ran ATF-Cleaner , Deckard’s System Scanner (DSS) CCleaner. Ran Windows XP Maliware exe Here is a log of what i have so far.the windows xp computer runs slow and poor, can not yet get hijack-this to load and run. (cd issue). also … | |
i am 20th year old, working as a freelance web developer, i am from pakistan, i had done my secondary education 3 years ago, then i wasted rest years due to cysts under my both armpit, and did not complete my college, i did 1 year diploma from APTECH COMPUTER … | |
This is my code for a chat client. I create a simple UI with a text box for viewing the chat and an entry widget to write messages. There's a button called 'Connect', when i click this i start a new thread which does the connection and keeps receiving messages … | |
[B]Please excuse the length of this post:[/B] I'm trying to integrate OpenFire (XMPP Server) with a Joomla (CMS) user database. Openfire allows authentication against an external database by editing its configuration. In the configuration you have to supply the query that will retrieve the password from the external database, given … | |
Is it possible to code the client application using winsock API so it can run for windows but the server with berkeley socket API so it can run for linux. I mean will they be able to establish a solid connection even though the socket API's and OS's are different. … |
The End.