2,928 Topics
![]() | |
Hi, I recently encountered a virus on my computer which I tried everything to remove although AVG was coming back clean, as a last resort I wiped my computer but since then I have been going to google and click on any of the links and am redirected to a … | |
Hello, i am running a site consisting mainly of images . the problem im facing is high traffic loads sometimes from social networks on image links directly like : /i/image_123232.jpg instead of the image page. I have developed teh site in a way to use same image name as teh … | |
Hey all, I know there are a few topics on this similar subject, but I'm at my end of what to do and I really need some help. So I have the issue of website links and google searches redirecting to random ad sites (with similar search terms linked). In … | |
I'm having trouble redirecting a form via JS. This code (accidentally) works fine as long as there is only one variable: [CODE]<SCRIPT language="JavaScript"> <!-- function Page(thisform) { with (thisform){ var page = thisform.p.value; } } //--> </SCRIPT>[/CODE] [CODE]<form class="box" action="/user/fave.php" onsubmit="return Page(this);">[/CODE] Which just adds the variable to the URL … | |
Hi there my pc has been infected by trojans lately and I have had a go at removing them but am not sure whether how effective my efforts have been. Could you please advise whether my pc is still infected? - I have run MBA-M and HijackThis scans and the … | |
Hi, I'm new here. i have a acer running on windows 7. i switched from the trial Mcafee to my university sophos antivirus. i keep getting this pop up that says "File "C;|windows\sysWOW64\identprv.dll" has been identified as suspicious file of type Sus/Dropper-A. Please send a sample to sophos." I have … | |
ok, whenever i make my browser smaller then like 900px wide it will push the footer image to the right but when the browser is nice and big it will display perfectly fine, any ideas? I only put in the css that you should need, but if you want all … | |
[CODE]mport java.net.*; import java.io.*; class Ur { public static void main(String[] arg) throws Exception { URL u = new URL("http://www.whitehouse.gov/"); InputStream ins = u.openStream(); InputStreamReader isr = new InputStreamReader(ins); BufferedReader whiteHouse = new BufferedReader(isr); System.out.println(whiteHouse.readLine()); } }[/CODE] It shows the error.. when i changed the site to [url]www.google[/url] .com \Program … | |
So posting in forums isn't something I normally do so bare with me here, basically I just reformat my whole computer and have a fresh install of xp on here and trying to get avg up and running but whenever I attempt to open avg to insure its working properly … | |
Hi everyone. Well,I don't know how to deal with this problem. Malwarebytes'Anti-malware,found 2 Generic.Bot.H but,there is no way to delete them. Registry Key : HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Active Setup\Installed Components\{453e36y7-4080-42bf-6to5-27q74a2tn61k} File : C:\Windows\System32\winlog\winlog.exe I used HijackThis and this is the log: Logfile of Trend Micro HijackThis v2.0.2 Scan saved at 11:26:45 μμ, on … | |
Running windows XP using Belkin Wireless Network Utility. I show strong connetion on the wireless side and LAN. Chrome, IE7 and Firefox are all unable to connect. I've run multiple virus scans, winsockXP, registry scan and tried to reinstall the browsers. I've gone through multiple threads here and could not … | |
Hi there, I am busy with a ajax driven application in combination with Wordpress and now i found a great script that will convert every link into a ajaxlink that will call its content to a div. great, and it works! sometimes :( when it outputs urls like [url]www.domain.com/#/information[/url] or … | |
Hello all, How would I go about getting my site to redirect any visitor to [url]http://site.com[/url] rather than [url]http://www.site.com?[/url] I have searched the forums here and have tried various coding people have provided but none of it seems to work. Could someone maybe post a step by step guide on … | |
Well my computer was infected by a myriad of nasties, I've managed to destroy and delete most of them, but there's something still lurking around unnoticed to me preventing me from beig able to connect to online. I'm using a computer using the same network and the infected computer is … | |
I have a script that is using the internet protocol 'Curl' I am sending a http _POST to a php file. To send a post with curl, I need to make a char variable with all my info. for example "name=andrew&country=usa" Here is where the problem comes in - One … | |
This is the sample code my proffessor posted online [CODE]import java.applet.*; import java.awt.*; public class AnAppletSubclass extends Applet { public void init() { System.err.println("Hello from AnAppletSubClass.init - the current value of n is " + n); color = Color.green; } public void paint(Graphics g) { setBackground(color); System.err.println("Hello from AnAppletSubClass.paint-- the … | |
Hello i want create gui for aria2c( internet download manager ) with java for doing this aria2c has built in xmlrpc. i use xmlRpc to create gui for aria2c. in aria2c support site there is a example code for python programming language that uses xmlrpc [CODE]>>> import xmlrpclib >>> s … | |
Hi everyone, I have designed my website from 6000 static HTML pages to a more structured system. However I am not carrying over same structure so I will need to setup a bunch of 301 permanent redirects in order to keep my search rankings. (have spent a lot of money … | |
Often times I see a SOAP document (blog or example) that references the WSDL from the client side as: [url]http://yourUserid:yourPassword@example.com/foobar.wsdl[/url] as in this example:[code] $client = new SoapClient("https://yourLogin:yourPassword@foo.com/bar.wsdl", array( "login" => "yourLogin", "password" => "yourPassword", "trace" => 1, "exceptions" => 0));[/code] How are they processing the userid/password and managing the … | |
hello, i got a problem with my netbook running windows xp home edition. explorer.exe keeps restarting approximately every 5 seconds unless i boot the netbook in safe mode. enclosing log file. thank you in advance for your help. [CODE]Logfile of Trend Micro HijackThis v2.0.4 Scan saved at 20:34:22, on 2010-11-06 … | |
Hello, So I've been camping with this problem for a while now, IE just starts when I run my computer, but it just stays in the background(makes some weird noises aswell sometimes) and it kicks me out of any full screen application every 5-10 minutes. I've read quite some posts … | |
My file below checks if the user is ! logged in, and redirects to login page, or does nothing if user is logged in. [CODE]<?php if(isset($_COOKIE['SID'])) { $sid= $_COOKIE['SID']; $uid = $_COOKIE['User']; $lastip = $_COOKIE['Cname']; $_POST['SID']=$sid; $check = mysql_query("SELECT * FROM users WHERE SID = '".$_POST['SID']."'")or die(mysql_error()); while($info = mysql_fetch_array( … | |
While connected to a public wireless network at a hotel, my laptop lost its ability to browse websites via HTTP. The problem persisted when I returned home using my private wireless network. However, I noticed I can browse sites via HTTPS and FTP. I can even ping external websites in … | |
Hello, I have an asp form page that works in IE but I receive an error in Firefox that says: "There was an error on this page. Error description: undefined Click OK to continue" Here is the code of the page below: [CODE] <html> <head> <script src="/backoffice/includes/jquery-1.3.2.min.js"></script> <script src="/backoffice/includes/jquery.validate.js"></script> <script … | |
For some reason I cannot open Internet explorer and connect to the internet on my cable connection. But if I open MSN messenger or any other internet related program it connects fine. I run Windows XP, Adaware, Spyware Doctor, Panda antivirus/antispyware, and I ran trendmicro. I don't understand this, please … | |
heres my hijack this log, when i ran the program it asked me to do a notepad thing about some hosts reports, and to delete the line(s) the sayd hijackthis report but there was no line saying this in the note pad, well here my log, my 2wire box says … | |
Alright so here is what happened, my friend didnt have a anti-virus on her computer and she got some viruses, so I downloaded Avast on it because it has been reliable for me. But when I downloaded it the taskbar turned grey, and can not be switched back to the … | |
please let me know what I can delete without causing problems. my machine is running slow and I run ESET security and have run spybot but am sure there are other grimlins in my machine Logfile of Trend Micro HijackThis v2.0.2 Scan saved at 4:23:23 PM, on 10/25/2010 Platform: Unknown … | |
I can sign into my messenger, but the icon goes down into my tool bar, and when I put my cursor over it, the icon totally disappears and signs me out! I’ve followed the instructions in the link [url]http://messenger-support.spaces.live.com/blog/cns!8B3F39C76A8B853F!15940.entry[/url], it worked for a few hours but the problem started again.I’ve … | |
Logfile of Trend Micro HijackThis v2.0.4 Scan saved at 4:37:50 PM, on 10/21/2010 Platform: Windows XP SP3 (WinNT 5.01.2600) MSIE: Internet Explorer v8.00 (8.00.6001.18702) Boot mode: Normal 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:\Program Files\Common Files\Apple\Mobile Device Support\bin\AppleMobileDeviceService.exe C:\PROGRA~1\AVG\AVG8\avgwdsvc.exe C:\Program Files\Bonjour\mDNSResponder.exe C:\Program Files\Common Files\Microsoft Shared\VS7DEBUG\mdm.exe C:\WINDOWS\system32\svchost.exe C:\Program … | |
At first taskmanager is disabled as well but i fixed it now either blue screen keeps popping up or explorer.exe keeps crashing and restarting please help:( Hijack this: Logfile of Trend Micro HijackThis v2.0.4 Scan saved at 17:28:50, on 22/10/2010 Platform: Windows Vista SP2 (WinNT 6.00.1906) MSIE: Internet Explorer v8.00 … | |
I am writing this because i tried to solve this problem a month ago and it did not fully go away. Within seconds of booting up, i lose all sound and and my taskbar reverts to some really old format. Google also constantly redirects me to known attack sites which … | |
hi im pretty sure i have some sort of maleware or virus on my computer, sometimes when i search for something in the search bar i would get redirected to another site the same thing happens when im using google. The page layout of google even changes from time to … | |
I want to make a program which will send POST request to a web server. And also able to send required cookie(provided by me). Example. [url]http://www.somesite.com/requesthandler.asp[/url] POST DATA::::::::name=some_name&age=19 //i will provide the post data Cookie to be sent::::JHFFHJBSVB848X489CNU98C4Y //I'll Provide this cookie My desired application should POST the "POST DATA" … | |
My IE keeps opening on start up, I've checked the msconfig start up but it's not on there and I just ran Hijackthis and this is my log file for it. Am grateful for any help in sorting it out. Logfile of Trend Micro HijackThis v2.0.4 Scan saved at 16:44:11, … | |
Recently bought new laptop Toshiba Satellite L555 with Windows 7 Home Pro, 4 Gb ram 320 Gb HD and everithing working perfectly. Only internet and e-mail start to work pretty slow even I have fast connection G2. Here's my scans and please if someone can help me to cleanup computer. … | |
Good morning, I am working on a website that has 3 versions: local development and the live site (say for example [url]http://www.google.com[/url]) As it can sometimes be confusing for testers which version they are on, I created (with help from this forum) a static footer for the bottom of your … | |
I am trying to pipe an email to PHP. I currently have set up a forwarder in cPanel that does the following : [B]|/home/username/public_html/mailscripttest.php[/B] mailscripttest.php has permissions 755 and contains: [CODE=php] #!/usr/bin/php –q <? /* Read the message from STDIN */ $fd = fopen("php://stdin", "r"); $email = ""; // This … | |
Yesterday, I had some Windows Internet Explorer browsers open and all of a sudden about 9 or more of them popped opened, minimized and all containing the same website (which was one of the websites I had previously had open). I'm not sure if it was a virus, spyware or … | |
Hello Everybody, My site [url]www.mygospellove.com/[/url] is https based. It works fine in all major browsers but it shows system information message in IE. It shows site contains secure & nonsecure items. How i can resolve this issue..? Any help will be appreciated.. | |
I need to temporarily disable 302 redirects in Firefox. How can I do this? I tried going to tools>options>advanced>general>checkmark warn me when sites try to redirect or reload the page, but that didn't work, 302 redirects are still followed. Is there anywhere in about:config that I can disable 302 redirects? | |
hello i am still fairly new to network programming and have been reading up on it but can't find any solid examples for what i'm looking for my goal is to make a bot that connects to a server via the battle.net protocol, and part of it involves parsing data … | |
[B]My PC has been infected with the [U]'Security Tool[/U]' spy ware. I think I have managed to successfully remove the spy ware from my system but could someone please take a look at my HiJack This log and tell me if there's something I've missed?[/B] Running processes: C:\Program Files (x86)\ASUS\ControlDeck\ControlDeckStartUp.exe … | |
Hi there, I need to block port 80 (HTTP for internet). Is there a way to block give socket? Thanks! | |
Hi everyone, I need a script that will redirect an excel API from one database to another using VB.net. I am still a novice. I need your help. Thank you. | |
Logfile of Trend Micro HijackThis v2.0.4 Scan saved at 4:16:34 PM, on 10/3/2010 Platform: Windows XP SP3 (WinNT 5.01.2600) MSIE: Internet Explorer v8.00 (8.00.6001.18702) Boot mode: Normal 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:\Program Files\Common Files\Apple\Mobile Device Support\AppleMobileDeviceService.exe C:\Program Files\Bonjour\mDNSResponder.exe C:\Program Files\Juniper Networks\Common Files\dsNcService.exe C:\Program Files\Java\jre6\bin\jqs.exe C:\Program … | |
QUES:Explain the services provided by IP (Internet Protocol) - Addressing, Fragmentation, Packet timeouts and options ---------------------------------------------------------- [URL="http://www.lawebdesigning.com/"]los angeles e-Commerce[/URL] [URL="http://www.lawebdesigning.com/"]los angeles e-Commerce[/URL] [URL="http://www.lawebdesigning.com/"]los angeles custom web design[/URL] | |
Hi, I'm working on a multiplayer internet game. I decided to use UDP protocol, as it's faster than TCP. The problem is that UDP doesn't have an established server-client connection which makes it impossible for me to send data from server (with public ip) to a client (with non-public ip). … | |
Hi, I have a hijack situation. When I click on some links, the website is hijacked to another site. I have run AdAware and Malwarebytes but nothing works. Any help is appreciated. Here is my hijack log: Logfile of Trend Micro HijackThis v2.0.4 Scan saved at 12:09:32 PM, on 9/28/2010 … | |
HELP ME! I'm a college student and use my computer ALL of the time. All of a sudden this thing called Relevant Knowledge started popping up on my computer. I wanted to get rid of it, so I stupidly clicked the button that said stop receiving these messages or something … |
The End.