5,682 Topics
![]() | |
I don't think this qualifies as cheating on homework. I am making a Java applet that will input the name of a teacher at our school and output their schedule. When I say schedule, I mean the times they teach and what classes they teach, and where they teach them. … | |
Ive been creating a Auto Patch system in C# Where if people connect to the server they get the latest patches if they dont have it. but ive got a program when auto patching only auto patches latest patch can anyone help me with this problem its meant to get … | |
I think I have viruses on my computer and I have done a full scan and that and removed the viruses but i am still unable to change my background. I am running Vista Home Premium Here my Hijack this Log: Logfile of Trend Micro HijackThis v2.0.2 Scan saved at … | |
Hi all. I lost the complete ability to access my executive computer files, including control panel, "my computer, "my documents" such. This is my log. I analyzed it, but couldn't make heads or tails out of some files. Please help me, before I make a mistake, and ruin my comp … | |
Hello, I've been given the task of transferring a website from one server to another. Unfortunately the website was written in asp and is linked to a MS SQL database and I haven't had much experience with either. It was using a MS SQL 2000 database but the new host … | |
hi , had a recent virus attack on my pc and i cant seem to get rid of a problem where my explorer.exe always closes and reopens its driving me insane. here is my hijackthis report Logfile of Trend Micro HijackThis v2.0.2 Scan saved at 10:12:13 PM, on 9/29/2008 Platform: … | |
hey all, I have this script : (see below) it looks in a db for cpid (unique identifier) and gets the rest of the data out of my db, and creates then a user in a hosting platform, but now to finish the script I need to add to the … | |
Hi, I'm not sure if this is the right place for the question but it is related to databases, i think. I have been developing a site on a win server 2003 box using MySQL 5 and PHP 5. While I have been developing it the client wanted the site … | |
Computer start to work slow #1 19 Hours Ago | Add to SerbOz's Reputation | Flag Bad Post My computer start to work slow. I have no idea what happened even my comp is supposed to be fast with 3.5 Gb, 3Gb RAM, 500 HD, Windows XP... Anyway, sending my … | |
This is the copy of my hijack this log. I have worked on this system since 10am this morning and it is now 4:15...Help please Logfile of Trend Micro HijackThis v2.0.2 Scan saved at 4:07:52 PM, on 10/1/2008 Platform: Windows XP SP2 (WinNT 5.01.2600) MSIE: Internet Explorer v6.00 SP2 (6.00.2900.2180) … | |
My computer start to work slow. I have no idea what happened even my comp is supposed to be fast with 3.5 Gb, 3Gb RAM, 500 HD, Windows XP... Anyway, sending my HijackThis Scan and hope someone would know what need to fix. Thanks to everybody. Logfile of Trend Micro … | |
I downloaded a video that was supposed to be desperate housewives season5 episode 1 from youtube and somehow got a virus/spyware and two porn icons on my desktop and i keep getting micro AV security updates below is my Hi Jack this log can any one help me remove the … | |
I cannot open My Computer, Control panel...it tries to open but it closes inmediately. This is my Hijackthis log. Please help!!! Logfile of Trend Micro HijackThis v2.0.2 Scan saved at 15:09:30, on 30/09/2008 Platform: Windows 2000 SP4 (WinNT 5.00.2195) MSIE: Internet Explorer v6.00 SP1 (6.00.2800.1106) Boot mode: Normal Running processes: … | |
I seem to have picked up adware. I don't know how, but I've scanned with AVG Spyware, and AVG Anti-Virus, fixed all of the problems it showed, but I still have adware apparently. Here my HiJackThis log - Logfile of Trend Micro HijackThis v2.0.2 Scan saved at 6:45:49 PM, on … | |
well i don't know what i did, ran some exe file from a movie i downloaded and bam, was supposed to generate a password for an rar file, i ran hijack this and thought maybe somone could help me, i've run a bunch of programs i had installed, nod, adware, … | |
i currently hold my own game and game client with my own website... the game is based on runescape and i have a private server. I am currently trying too add new items and stuff to the game, but i currently keep getting errors after coding and compiling...All im trying … | |
Hi gys I hope you all fine I just have a question that I would send two UDP packets from the client to the server and the server will reply back the both messages to the client , my problem is that my program only sends one packet to the … | |
Hello: I hope I'm in the correct forum for this question: Does anyone know if the .net api for autoCad allow you to work off the internet; or rather, it for developing in client/server environment only. Thanks, Proctor | |
The issue: Need to get a WAN setup at the branch office. Preparation: Built a w2k server as an AD member server with secondary DNS, DHCP, WINS configurations--replication completed successfully. The main office DHCP is using 192.168.0 (255.255.255.0) subnet. Branch office DHCP is using 192.168.2 (255.255.255.0) subnet. Main office has … | |
Hi, My server machine is running on Windows XP and running MSSQL. I have another client machine which also installed on Windows 2000 and since i cannot install the whole MSSQL, I installed the Client Tools only. After installing,through my query analyser in client machine i can query the tables … | |
I am writing a client -server software.. In program Client tries to communicate to the server by sending a TCP packet.The packet was sent sucessfully.. But im not getting it in the other end .When I am sending another packet to the server(from any Client).. I am able to receive … | |
I think all of you know this game, I have 9 years experience in this game, and started year ago development of server, all Ideas that I have and scripted on my server maybe can kill lot of MMoRPGs, because in UO best PvP, Craft, PvM and other things, maybe … | |
There are two versions of my application. First runs on a local server and the second version runs on a client machine. The application on the local server performs that following tasks 1. Pulls data from an online Mysql database and stores it in a DataSet 2. Makes changes in … | |
Hi, im new to the site and have searched the forums, but didnt find a solution specific to my problem. I have a a server busy window pop-up and a few programs running that i don't know the origin of such as Gear511, GetModule23, and another. I recently ended the … | |
I'm a bit new at trojan removal and problem solving on this level but have been working on the problem by reading and performing some of your recommended solutions. I have removed a Trojan "Ultimate Cleaner" and I am left with what seems to be a "fake/redirect" problem but that … | |
Hey guys! im triyng to run these example codes for a simple connection using these libs, and these errors occurs: codes: [ICODE] #server import SimpleXMLRPCServer from datetime import datetime server = SimpleXMLRPCServer.SimpleXMLRPCServer(("localhost", 8888)) server.register_instance(datetime) server.serve_forever()[/ICODE] [ICODE] #client import xmlrpclib server = xmlrpclib.ServerProxy("http://localhost:8888") print server.now()[/ICODE] en the errors: Traceback (most recent … | |
Hi Friends, I want to create a script and nc (netcat) will be my tool for this test. Before telling that let me tell you the scenario that I am conducting the test. I have one client and Server. I have added exploit signatures in the server and client vice … | |
Hi every body I am new in AJAX. My server side language is ASP and I created the XML. At getting response i get this error "Only one top level element is allowed in an XML document." Here is my created XML " <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <GoodForSell> <Good> <GoodCode>1</GoodCode> … | |
hiii .. i need help in my server client program by which client n server can communicate to each other like chat server but at present it works just on LAN ...im using WINSOCK n i need to enter IP of the server to create connection between client n server..now … | |
Hi anyone with wisdom, I'm currently having problems with google search results redirecting to porn sites and other random sites and also many pages wont even load, particularly anti spyware sites..... i'm running nod32 v3 also ran Spybot S&D, Malware Bytes & Spyzooka. Below is my HJT report and FixWareOut … | |
the background of the program. A HTTP server is front end for a Fileserver and use Pyro RMI to load / write files on the Fileserver. before a client is allowed access to the files a security handshake must be done. It all works when I run it. Now I … | |
Hello ,That should read hijack not hojack lol could someone advise on what to do with this and whats bad if any or program to remove the nasties ,all ready tried AVG antiviri/ spybot S&D/malwarebytes/ and ccleaner and combofix . Logfile of Trend Micro HijackThis v2.0.2 Scan saved at 6:02:17 … | |
I have been having problems with my browser the last couple days. Everytime i do a google search and click on one of the results, it brings me to something completely different. Also certain webpages dont load at all. PLEASE HELP!! Here is a Hijackthis log of Trend Micro HijackThis … | |
Hello All, I am needing to develop an SSIS package that reads a large text file into an SQL Server table, then formats 2 different output text files. I think that is the easy part as my client wishes to run this from a VB 2005 front-end by clicking on … | |
[COLOR="Green"]Hello all, I'm new to the forum and also to python :D. Anyway I have been enjoying it quite a bit and wanted to start into something a bit more technical. So I though sockets would be a good start. I found a great sight , but the first script … | |
Hi, I've been having issues with a browser hijack. I've run ATF-Cleaner, the MS Malicious Software Removal Tool, MBA-M, ESET and Hijackthis - here is my ESET log (attached) and Hijackthis log (pasted below). Hoping someone can check this for me and advise, thanks in advance :) Logfile of Trend … | |
Trojan different from the virus, usually does not infect documents, Trojans are often used to gain backdoor access, steal passwords and important documents. It can also be used to track and monitor computer, control, view, edit information and other operations. Trojans are highly concealed, sudden and offensive. Because the Trojans … | |
Hello Everyone, i have a problem with the application i'm building, what i need is to import Excel Data into sqlServer which is on a remote Server. the tricky part is that i can't upload any file to the server so the import has to be made on client side. … | |
Hi, everyone! I'm doing a p2p streaming project. This project is actually about : the server and client will connect first (socket created), after connect then client will receive the IP address of another client from server, then those 2 clients connect together and start streaming. I can write the … | |
Hi guys, Is it possible to call a server side asp page from a VB.net application running a client PC and pass parameters to that page? My concept is a software activation system that queries the hardware of the users PC and generates codes. This is working fine in VB.net … | |
just looking for a place to call home "lol" I 'm getting a new sever today and was wondering how to set up a new gaming server. looking to find out what client software need ect. it's a Supermicro server and it has as follows: 4.4ghz, with 2- 2.2 amd64bit … | |
hi, in our organisation have 2 server running windows 2003 service pack 1 with primary and secondary domain controller, and folder sharing for winxp client computer. recently primary server was shutdown and i was discovery that the client computer login to network and try to access secondary server folder ask … | |
Please help.. I've tried everything i could find from other posts. My computer folder on the start menu and my docoments folder will not open in normal mode. Hour glass icon comes up briefly then disappears. Also, i am getting the following dll errors on start-up egcomservice_1048.dll, stlb2.dll, doceoc15b1, e6f1873b.dll. … | |
Please what's the best choice of anti-virus that I can use for both server side and client side of a company who's staff strength is 150. Preferably both client and server side should run anti-virus from the same manufacturer and should include anti spyware,malware,adware and other such stuff. Thanks guys | |
hi to all, i am new in asp.net.then i have a form in asp.net(vb) for an invoice bill. i want to add the invoice item row by row...each row containing item name,quatity,cost,tax,price.. in table i used a combo box for item name,tax,a textboxes for remaining fields.. first when i load … | |
Hi, I've been having a serious issue for the past week or so. I use Firefox and its acting up in several ways: 1. Google search results get redirected to random sites. 2. Downloads from the browser complete the instant they are started leaving me with a small fragment of … | |
Hey there! I was hoping some of you can help me with this problem i have. I was recently infected by a virus that showed up as a process named CKVO.exe. I was able to remove it through the online scanner of BitDefender but some problems still remained. All my … | |
In left bottom of internet explorer there is a message "done, but with errors on page". This happens when i first open the explorer first time and when I go to any other website it disappears. Please find below my hijack this file. Solution please. Logfile of Trend Micro HijackThis … | |
Hi all. Hope you can help me out with this problem. I am trying to get a bluetooth finder to stop, and start again. What I can see is that the first time it stops and then start again, it work. the next time I do it, nothing happens. When … | |
Hi, I need some help to enable a contact form I've been using to handle Japanese input. I'm not a PHP programmer or developer and really appreciate any feedback. The form was a download from a free resource. I have inserted some statements into the code, but have not been … |
The End.