20,737 Topics
![]() | |
Logfile of HijackThis v1.99.1 Scan saved at 5:15:28 PM, on 10/8/2007 Platform: Windows XP SP2 (WinNT 5.01.2600) MSIE: Internet Explorer v7.00 (7.00.6000.16512) 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\Sygate\SPF\Smc.exe C:\WINDOWS\Explorer.EXE C:\Program Files\Alwil Software\Avast4\aswUpdSv.exe C:\Program Files\Alwil Software\Avast4\ashServ.exe C:\WINDOWS\system32\LEXBCES.EXE C:\WINDOWS\system32\spoolsv.exe C:\WINDOWS\system32\LEXPPS.EXE C:\Program Files\CyberLink\PowerDVD\PDVDServ.exe C:\WINDOWS\system32\igfxtray.exe C:\Program Files\Microsoft Hardware\Mouse\point32.exe C:\PROGRA~1\ALWILS~1\Avast4\ashDisp.exe C:\Program … | |
Hey everyone, I have a blog site that I made on my own and I want people to be able to comment on each entry so I was wondering how do I go about doing that, because I can not find any code that shows me how to do it... … | |
I'm making a website with the little help of my dad who’s is working in <SNIP> [URL="http://www.webdesigningcompany.net/"][/URL]. It is the professional site and which site I making it is just finished up an html, xhtml, and css tutorial for review and would like to know the html code for aligning … | |
The trend micro house call free scan has detected TROJ_GENERIC and WORM_GENERIC on my computer, but I can't seem to get rid of them. Could someone please give me some step-by-step instructions on how to get rid of each of these?? I have Ad-Aware SE Personal and AVG. Here is … | |
Perhaps this is a virus or hijack problem or some strange corruption to IE6 but I'm not sure. I have McAffee and had been faithfully updating it but my subscription expired about a month ago and I had neglected to renew...so now I'm paranoid that my system got a virus … | |
Hia, A user (was a potential client) is seeing jumbled up pages on my site and I have no idea why. There follows a screenshot of what she has been seeing for the past few days, and a screenshot of the correct rendering seen by myself and other users I've … | |
Hello. I've purchased an upgrade to a graphics prog.(Xara3D). On my Xara account site is a link to download the file. I've tried the link with 3 different systems. First system is running Windows 98SE, IE 6 and Opera 9. Second system is WindowsXP Home Premium with IE 6. I've … | |
I am working with some other guys on a web page [URL]http://mala.laguna.co.yu/index.php[/URL] The guy we are buildin the page for demands that we center the page differently. Right now if you shrink the width of the browser, the page will align it self to the left corner of the browser … | |
I am using divs to relative position my blocks of code. I got 3 colums - left, center and right, i am floating the first left, the third column right, then want to center the 'content' div between the left and right divs, but it dont center align it in … | |
Hey! I been a member here for sometime, but only now do i get a problem and im hopin you guys could help me out! Basically i was creating a website in Dreamweaver... which looks like: [IMG]http://i5.photobucket.com/albums/y161/lochii/dream.gif[/IMG] I then uploaded it to my website [url]http://ps-gfx.net[/url] and it looks different to … | |
Hi everyone, How do you make the text in bullets wrap so that the words on the following line dont begin under the bullet, but rather under the first word of the bulletted text? Should I do this in my html text doc (in the <li></li> tags) or in a … | |
![]() | Hi all! Finally I have made my site valid XHTML 1.0 transitional and CSS! ([url="http://keefe.hyspex.com"]http://keefe.hyspex.com[/url] = not my main site) What I want to know is, do you bother to make your sites valid markup? Cheers! |
Hi This is my new site [URL]http://www.almennt.com[/URL] I just installed latest version of Wordpress and gallery plugin, thats where the problem is, see here [URL]http://www.almennt.com/myndir[/URL] see how the sitebar goes down after i installed the gallery, i was wonderning if this had something to do with css style. Here is … | |
Hi. I was wondering if there was a 'best practice' for formatting an html form. I assume that you are not supposed to use tables for this. Any ideas? Thanks. | |
[URL]http://www.myfeva.com/HTML/template.html[/URL] i would liek to set that background (gradiant) fullscreen and box in middle auto adjust on screen size can anyone help me with this.. thanks a lot for looking. | |
Hi all I am new to C# and I made a simple web browser using a tutorial but I was wondering for the form size what are the dimensions for full screen? Its just when it opens its small and if you stretch it the web browser window doesn't stretch … | |
Hi all, I m using a web page in my application by using web browser control. but before the page gets loaded completely, the next statement gets executed. I have used DocumentCompleted Event bt found no solution. Can any one give me the solution. Thanx in advance. | |
For the last few days whenever i try to download a file neither the built in download manager nor the add on download manager work. The download goes straight to the desktop(or wherever else i direct it) meaning i cant see the status or any of the other information that … | |
Hello everyone! My name is Mitch and I just discovered this community on accident while doing research. I was so impressed with it, that I thought I'd stick around and learn a lot more from all of you. As for me, I just launched a new business venture, I design … | |
please see the attached logo5.swf and flash.txt. logo5.swf reads the variable values from flash.txt and both should be placed in the same directory. i want to change all the 6 text components to blue color (#242440). i am able to do this except for the slogan 'Innovating Electronic Intelligence' which … | |
Hi, Web pages are prinitng as mark-up language instead of normal text. Don't know what started this but it's definitely not printer specific. Can anyone explain what browser settings or other changes have to be set to revert back to normal printing? Current browser is IE7 with most recent critical … | |
[B]Hello Everyone,[/B] I always had problems with my computer and I never have energy to troubleshoot these spyware issues. My solution most of the time is to buy a new drive and just start over. This is my 2nd drive this year and I need some help. [B][I]Now the Issues:[/I][/B] … | |
This is an example of editing in DataGrid and Default Paging Html Design Code : - <asp:DataGrid id="DataGrid1" DataKeyField="id" runat="server" Height="224px" AutoGenerateColumns="False" PageSize="5" AllowPaging="True"> <Columns> <asp:BoundColumn Visible="False" DataField="id" HeaderText="Category Id"></asp:BoundColumn> <asp:TemplateColumn HeaderText="Category"> <ItemTemplate> <asp:Label id=lblName text='<%# DataBinder.Eval(Container.DataItem,"name")%>' Runat="server"> </asp:Label> </ItemTemplate> <EditItemTemplate> <asp:TextBox id=txtEdit Runat="server" Text='<%# DataBinder.Eval(Container.DataItem,"name")%>'> </asp:TextBox> </EditItemTemplate> </asp:TemplateColumn> <asp:EditCommandColumn … | |
I need to find a code in a website thats broadcasting a tv show... I need the code so that i can post in my own site... I have already tried download the page and opening with wordpad. I'am using IE 7 and WMP 11 Thanks in advance rellik232 | |
I found a posting that answers almost 100% of my question I had on how to automatically load a page after a flash has played ([url]http://www.daniweb.com/forums/thread58872.html[/url]) The answer said to "add the getURL action to the last keyframe of your movie". How do I find and navigate to the last … | |
a web developer. My final goal is to offer 3-5 minute video tutorials online. When completed there will be at the very least a couple dozen tutorials, perhaps as many a hundred or two hundred. My desire is for the website to have both a "free" version and a for … | |
Hi all, I am starting out as a web designer, and I am not getting many requests to design websites for small businesses. This web designing is not a full-time job, but it's something I do on the side. Anyways, since I'm not getting many requests, I wondering if my … | |
Need help. My outlook express, AIM and related internet software works. Both Internet explorer an Netscape will not connect. I am using a cable modem. I have done all of the related remedies from LAN settings, to winsock fix to hijack this. none work. When I run the diagnostics connection … | |
Hey, I live in Canada and I have a subscription to Bell Sympatico Internet. I am planing to take a trip to Florida soon and I was planning on bringing my laptop. I was wondering if there was any way to get internet in Florida, by maybe using my own … | |
Hi! I have the same virus as the two people in this thread [url]http://www.daniweb.com/forums/thread89451.html[/url] Please could I have some help on how to remove it? Here's my HJT logfile: Logfile of Trend Micro HijackThis v2.0.2 Scan saved at 16:02:15, on 30/09/2007 Platform: Windows XP SP2 (WinNT 5.01.2600) MSIE: Internet Explorer … | |
Hello Everyone, I have spent nearly 3 years developing this new browser, and it's finally ready after over 600 revisions. I decided to build it on proven technology and have "borrowed" the browsing engine from Internet Explorer 7. Needless to say, it's got the best stability possible. I invite you … | |
I am learning struts from various e-books.I am facing this problem. [code][B]HTTP Status 500 - No action instance for path /Test could be created[/B] [B]type[/B] Status report [B]message[/B] [U]No action instance for path /Test could be created[/U] [B]description[/B] [U]The server encountered an internal error (No action instance for path /Test … | |
:P Hi my name is Jennifer but I go by my nickname Disturbed Angel Im never really very good at these things so Im gonna use the little questionaire that was used before. Name: Jennifer Nickname: disturbed angel Height: 5'7" Hair: blonde Eyes: hazel Location: ca Age: 23 Hobbies: Listening … | |
So, my virus detector has repeatedly (several times a day) picked up on osmim.dll, yet it doesn't seem anything can be done about it. Here's the HJT log... lots of stuff here, sorry: Logfile of HijackThis v1.99.1 Scan saved at 7:14:16 AM, on 10/1/2007 Platform: Windows XP SP2 (WinNT 5.01.2600) … | |
ok, lemme start off by saying I'm ill and tired. My face is sweating - rest of me is shivering. But none the less it's time to apply for uni! I'm so confused, I want(ed) to do software developing as a career. I also want to move out. Everyone is … | |
Well, I'm not sure how other people do it, but eh, for some reason VB makes my task excessively difficult, because it is so inter-dependent and integrated. Now, HTMLDocument, is a Document interface for...go figure...an Html Document. However, I can't use it. I can only get to it via a … | |
![]() | Hello, We are running cfmx7 with apache on red hat linux. A problem started 2 days ago causing our website to hang, where coldfusion and apache do not seem to be communicating properly with each other. We will restart the coldfusionmx7 service (with or without restarting httpd service), and everything … ![]() |
HI! I recently installed windows XP on my computer and transferred files over from an older computer. In the process something happened and I cannot open the "My Computer" Icon, nor can I get to my computer drives in anyway other then opening a my documents window and then typing … | |
My computer gets slower and slower as time goes on. And the connection icons(2 computers icon) keeps showing packet sent and receive but i already make sure i din download anythings. The internet connection also very slow but the other pc using the same router works normally. I tried a … | |
I have this web page that sends a start real-time tracking command to GPS devices all over. The way the code is currently written fulfills its purpose as long as the page is actively loaded. However, if the user shuts down the browser or the computer, the device does not … | |
Hi, 1. How can i enable activex control in internet explorer 7. 2. I am having trouble to add activex control in HTML. My tried coding is [code] <HTML> <HEAD> <TITLE>Customer Data</TITLE> </HEAD> <BODY> <FORM> phone: <OBJECT ID="Phone" CLASSID="clsid:C932BA85-4374-101B-A56C-00AA003668DC" CODEBASE="/Controls/msmask32.ocx" WIDTH="120" HEIGHT="25"> <PARAM NAME="Appearance" VALUE="1"></PARAM> <PARAM NAME="BoderStyle" VALUE="1"></PARAM> <PARAM NAME="Mask" … | |
Dear friends, Is any one aware about hacked by godizlla displayed in the internet explorer title page. i have tried to remove it then also am facing the same issue. it some virus in my system, if anyone knows the solution for this pls help me out... Thanks, Prakash.R | |
I have windows xp home. I am using aol 9.0VR dialup. I make online memorials. When I go to upload a photo The blue bar fills like it is being loaded and then I get a dns error page..like I am not online. It will then error out all of … | |
I am at my wits end. I have tried everything to get rid of my every annoying pop-ups but to no avail. I've downloaded spyware blockers, my internet provider has a spyware and popup blocker and have even restricted the sites that are a problem and they still pop up. … | |
Hi, I want to design a suggestion form inside a layer,bt when I insert any form object its very taugh to make setting of those objects.Can its solution is to insert each object in a separaet layer? Regards, | |
I confront... this one.. Unable to place two different images side by side.... After all I 'm 17... Pls help | |
Hi, When you look at the following code it shows up fine in IE and FireFox as a list of images placed next to each other. But when I open it in Word it puts each image on a new line. How can this be fixed. Thanks <!DOCTYPE html PUBLIC … | |
Hi, I'm building a web page and want to be able initiate the download from my website. I researched a bunch of resources and I haven't been to figure out how in the HTML to cause the download to start. I want to give the user the option to download … | |
[B]İ did my own header in Microsoft Publisher. [CODE]http://diziler.di.funpic.org/header2.htm[/CODE] Please look at my header.And problem is: "How can I put my header to vBulletin?" Please i really need that badly.[/B] | |
I am not able to open some websites. some sites are opening. what is the problem ? please help . I have run hijackthis and i got this log file : Logfile of HijackThis v1.99.1 Scan saved at 9:18:23 AM, on 9/29/2007 Platform: Windows XP SP2 (WinNT 5.01.2600) MSIE: Internet … |
The End.