5,346 Topics
![]() | |
I finished posting it as a post on my blog but I could not find this topic being covered in here so here we go (apologies if I used the wrong keywords and could not find it). I dunno if you read this [url=http://adsense.blogspot.com/2006/06/letter-from-eric-schmidt-ceo.html]open letter from Eric Schmidt[/url], the CEO … | |
Cheers to my first 6hours of coding ... but that's the catch when you start (or start over) ... you get stuck with silly problems: I have created a DataGrid with a DataSet from a search result class- Now I've added a button in my rows to get a new … | |
I havent had any today but i did yesterday, they randomly pop up, and I unplug my internet cord from my computer. I put the cord back in (after I close the windows) and they are gone for the rest of the day. I ran a virus scan and it … | |
here is the info you requested b/c my internet explorer was hijacked by about:blank --------------------------------------------------------- ewido anti-spyware - Scan Report --------------------------------------------------------- + Created at: 8:25:22 PM 6/21/2006 + Scan result: C:\Program Files\AWS\WeatherBug\MiniBugTransporter.dll -> Adware.Aws : Cleaned with backup (quarantined). HKU\S-1-5-21-3696964677-1241534873-2123546022-1006\Software\Microsoft\Windows\CurrentVersion\Ext\Stats\{736B5468-BDAD-41BE-92D0-22AE2DDF7BCB} -> Adware.Generic : Cleaned with backup (quarantined). :mozilla.102:C:\Documents and Settings\Ryan\Application … | |
I dunno if this idea has been brought up already, but whaddya guys think about a forum for canned messages? This sorta came to my attention that we don't have one after I was lookin for somewhere to post the Ewido canned... | |
I've added some features to member profiles worth mentioning, in an attempt to add a social networking aspect to the site. The overview: Every member profile includes ... - a listing of the member's favorite forums (which forums they post the most in) along with how many posts they have … | |
Here in the UK there has been a growing, and nasty, trend over the last year for teenagers (mainly) to film unprovoked attacks on innocent victims using their cellphones. The resulting video footage or images are then distributed to friends in an almost cult like fashion. This has become known … | |
Hi, Im new here. Im having a bit of trouble with a homebuilt computer which was previously working, but is not anymore for no reason that I can see: gigabyte k8triton nsc -939 amd 64 3000+ 1g ram sata2 wd hd nvdea 5200 (ill add more if needed) Anyway, Im … | |
my internet explorer won't load...when i click on properties it as about:blank as my homepage. Here is my hijack this log Logfile of HijackThis v1.99.1 Scan saved at 3:59:41 PM, on 6/17/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 … | |
I'm trying to use the following script to test password strength: [PHP]<? switch($_REQUEST['req']){ case "change_password": function CheckPasswordStrength($password) { $strength = 0; $patterns = array('#[a-z]#','#[A-Z]#','#[0-9]#','/[¬!"£$%^&*()`{}\[\]:@~;'#<>?,.\/\\-=_+\|]/'); foreach($patterns as $pattern) { if(preg_match($pattern,$password,$matches)) { $strength++; } } return $strength; // 1 - weak // 2 - not weak // 3 - acceptable // 4 … | |
ok, i had this red circle w/ a white x appear in my tool bar stating that my computer has been infected..then my desktop background went away and turned to a blue background. i cant even set pictures as a background any more, only colors..so i went to a past … | |
Hello Here is my hijack this log file. My computer isn´t working propertly in some areas. For example when I turn on my computer the wireless zero configuration service doesn´t start though it´s set as automatic. I always have to start the computer automatically. Also when I leave my computer … | |
ok well i put a post on the Which is best Post (Mac Or Pc?) and i put a huge post on there, asking the full specs and if macs can be upgraded and what not, as my pc is giving me hell now, service pack 2 has done something, … | |
| |
I'm not sure if this is a Server 2003 issue or an MSSQL issue, so pardon the cross-post. I have created a local user called "sql-daemon" to run MSSQL 2005. At the onset, everything works fine: I can reboot the server and all SQL processes start as expected. Then, one … | |
Hi all, This is my first post here. I appreciate any help you can give me. I am writing a solution that involves having a ConnectionManager application aside from the main application. I intend to have the ConnectionManager create sessions that wrap around the OleDbConnection that provides the connection to … | |
Looking to make extra$$ in spare time, nights and weekends. Wanna stay in IT, no retail bull. Let me know what you think. Post on Dice and Computerjobs CompUSA at nights, in tech dept. Own PC repair biz going to ppl's homes. I'm open to any Ideas | |
"sorry if this is in the wrong place :confused: " What other forums are you a member of??? im a member of Daniweb (i post the most at) Shadows over silence (my forum) Offspring forums IF Skin zone musician forums ultimate guitar forums deviantart forums (im a moderator) and worth1000 … | |
![]() | I recently aquired a Sony Vaio [URL="http://www.ciao.co.uk/Sony_Vaio_T1XP_L__5790260"][B]VGN-T1XP[/B][/URL] laptop. The problem with it is, you switch it on, the green power, orange battery, orange hdd status, wireless and bluetooth lights are all on. The screen doesn't change at all. No backlight comes on, nothing appears on the screen, no sound comes … |
I think is problem may be more connected to HTML rather then php. The issue I have is that I have a my sql db and in one of the colume in which there is a string like: [code]Testing 1 2 3[/code] but when I extract the variable all I … | |
[B]Warning[/B]: session_start(): Cannot send session cookie - headers already sent by i want to use session in my prog and this error comes every times due 2 which i cann't use session which is vry important for me. but whn i run the same prog in my computer i.e. localhost … | |
Hi All, I have scanned my pc for viruses with numerous checkers including Norton and Bitdefender but all are saying I have no virus but the pc is slow and unresponsive and takes forever to log on to the internet etc and I think there is a Bl**dy virus on … | |
What's up? I'm 19 yrs old and most interested in computers. I'm having problems with my computer right now. If you've got time, here is the story: I have an old [B]GQ[/B] ("Great Quality") laptop (2003) [B]XP Home Edition[/B] with a [B]Intel[/B] [I][B]Celeron [/B][/I]CPU [B]2.4GHz. RAM [/B]256MB. So the cheap … | |
i have a form with checkboxes and i was wondering how i could write the php code so that the choices you check can come into my email. here is the html coding for the form: [code]<form action="<?php echo $me;?>" method="post" name="form1" id="form1"> <p>Name : <input type="text" name="textfield"> </p> <p>Course: … | |
If you would like to join a cool group of people who like to get together relax and have fun gaming check out [URL="http://www.bornslacker.com"]http://www.bornslacker.com[/URL]. We are mostly an 18 and over clan with the exception of a few mature younger people. We play everything from battlefield 2 to world of … | |
I was getting help removing some viruses on my daughters computer on a post in another forum. I was asked to start in safe mode to remove some stuff. The computer wouldent start in safe mode. It would scroll with the numbers and crap like it was going to and … | |
I have some maths puzzles which I've been trying to figure out for ages but have not succeeded. I'd really appreciate it if someone could help me out. Thanks, Josh. [B]Number sequence - 1[/B] Here's a number sequence: 1, 11, 21, 1211, 111221, 312211... Find the rule and post two … | |
hey everybody, this is my first post here. So first of all my apologies for any wrongdoings in the netiquette. Yes, its from school, and its an example from the book, I recreate them to figure out what commands i need and to memorize them. But the problem is, that … | |
Hi everyone I hope this is in the correct forum, my appologies if not but I couldn't work out where to post. Really I just wanted some advice. I have just been given a laptop. I've never owned one before but can see the advantage of having one, especially for … | |
I made this php mailform months ago, and I haven't done php in a while, so I need help with it. Though a person might not have a valid email or typed in their name and/or comments it still submits, how can I fix this problem? [PHP]<? include('header.txt'); ?> <table … | |
Hello. I am running some sites, from which one is a new forum for women. It's a sort of a general chat for women only. We discuss about everything in our lives: home, career, relationships ... My question now: how and where do you think I could promote it? The … | |
hello all i hope someone can help me with this i have this notice that keeps coming up from norton. it says virus detected a hijack tool of some sort. can anyone help me out with this ? it would be much appreciated. also can anyone tell me how to … | |
Hey guys, I was curious if someone would be able to provide advice on how to do this... Basically I want to create a simple web-form that has a bunch of questions and allows the user to answer them. Then it has to pass the list of questions under one … | |
Hi everybody! I recently wrote a little simulation program, that simulates a real-time elevator system with 3 elevators. Since the code is around 530 lines I presume it is not a good idea to paste it here. There is some number of minor flaws of logical type and I would … | |
:sad: ive recently bought a new mouse but found a problem. ive set the left and right clicks on the mousewheel to keystrokes e.g. left on tilt wheel = 1 on keyboard. but ive found that when in game these have only been working sometimes. ive traced the problem back … | |
Ill put my code at the end, as not to scare off anyone from reading on past the code (as if something so simple could scare!) I basically wrote this tonight. I have been working on my C++ skills, specifically in the way of learning newer concepts...such as implementing OOP, … | |
I got most of it done except one part to it. I also took out the part that picks the word.. I used the compare string command for each guess to see if the letter matches with what the user put in or not. But I wanted it so that … | |
Hi, all! I've been trying to pass a javascript variable to an asp.net webapp through a hidden input field. All according to post [URL="http://www.daniweb.com/techtalkforums/thread26184.html"]http://www.daniweb.com/techtalkforums/thread26184.html[/URL]. But something seems to be garbled. Here's what parts of my aspx code looks like. [code] ... [COLOR=#0000ff] var[/COLOR] src = document.documentElement.outerHTML; document.getElementById([COLOR=#800000]"pSource"[/COLOR]).Value = src; } … | |
i got a virus (maybe more) and wanted to post my hijack this logfile to make sure everything is gone. problems i had: popups for a spyware remover, i dont remember the name, but it was ssk3 or something like that. when i ran adaware, it came up with 300 … | |
Hi, to all I know this was ask before, but in the Post you say search in Google, I did and I didn't found what I'm looking for. How to connect to SQL Server from C++ code? I found the tutorial: [URL="http://www.codeproject.com/database/sqlconnect.asp"]http://www.codeproject.com/database/sqlconnect.asp[/URL], and is working and is very good, but … | |
How do I get a Tree menu to expand when I navigate from another page? ... also is it possible to expand on a specific section? (See prev. Post for code and more background) | |
I know many people have had this problem, but I read I should post it myself also, so here it is, I am getting this Generic Host Error and the details are szAppName : svchost.exe szAppVer : 5.1.2600.2180 szModName : unknown szModVer : 0.0.0.0 offset : 00000000 since it really … | |
I am using libcurl ls -l lib* libcurl.a libcurl.la -> ../libcurl.la libcurl.lai libcurl.so -> libcurl.so.3.0.0 libcurl.so.3 -> libcurl.so.3.0.0 libcurl.so.3.0.0 libcurl3.so -> libcurl.so.3 So we have link for libcurl.so and libcur.so.3 When I complile the code and link it how do I link the [B]libcurl.so.3 (with .3 at the end)[/B]? [B]cc … ![]() | |
HI all Please help I have already run WINPFIND Check my log I have mad pop-ups Regards Mabhiza:sad: The file does not want to upload, so I pasted everything here....Sorry WARNING: not all files found by this scanner are bad. Consult with a knowledgable person before proceeding. If you see … | |
Hi All, I have scanned my pc for viruses with numerous checkers including Norton and Bitdefender but all are saying I have no virus but the pc is slow and unresponsive and there is a Bl**dy virus on the pc. I will post a Hijack this report and if anyone … | |
hi, I could not help a friend of mine when shew asked me this .- She on creating a database and tables opted for encryption and she is now complaining that she is not finding it encrypt as she is able to get the data in not- deciphered form ... … | |
Hi all, I have an urgent problem..Plzz can anyone help me guys.. We are into a student management system project and we want to send E-mails to students once tehy are registered with us saying taht from so and so date teh course is gonna start. I am getting teh … | |
First of all I would like to say hello to everyone as this is my first post. Lately my PC has been playing up and acting a bit strange. I cannot open the control panel, do a system restore and when I try to drag items on my desktop, the … | |
Hi, I've been trying to figure out what's wrong with my PC. a few days ago, my computer stopped responding when I was working with an application so I pressed the restart button. My pc now refuses to go into windows. I goes through post properly, and then where the … | |
is it just me, or is this thread empty: [url]http://www.daniweb.com/techtalkforums/thread47461.html[/url] I have recently answered a post in that thread, and now the screen shows blank..... any ideas? |
The End.