Jump to content
xisto Community

Galahad

Members
  • Content Count

    591
  • Joined

  • Last visited

Everything posted by Galahad

  1. Galahad

    Email

    Can you specify closer what you are sending?If you are sending just one file, and you use separate CSS file, then it won't work. Pack ALL files you used in creation of your site, and maintain directory structure used. That's about all the help I can give you without further info from you...
  2. As I can't think of any simple problem (I'm at work, and cracking my head with different problems ; I'm taking a break), I'll add a solution to factoriel problem, in Visual Basic. It generaly looks almost the same as the solution in matlab, with slight differences... It will be helpfull to beginners in VB, to see how to change the code in some other language, to VB... Function Fact(ByVal x As Long) As LongIf x < 1 Then Fact = 1Else Fact = x * Fact(x - 1)End IfEnd Function This is a great idea, and an opportunity for all of us to learn something new...
  3. Well, my system is Windows XP, and it's been running smoothly for: Without a glitch, and without overheating (and believe me, I do like it hot in my room, and cpu is oc'd), and always 100% in use, SETI@home running in background, always... I made my Windows stable
  4. Well, I received a certain e-mail from "Management <administrator>", and I forwarded it to Trap 17 abuse email. Here are full headers from that e-mail... X-Apparently-To: =my_email=@yahoo.com via 216.155.196.65; Thu, 17 Mar 2005 00:05:54 -0800Authentication-Results: mta140.mail.dcn.yahoo.com from=; domainkeys=neutral (no sig)X-Originating-IP: [69.50.187.114]Return-Path: <Xisto@dasher.psychz.net>Received: from 69.50.187.114 (EHLO dasher.psychz.net) (69.50.187.114) by mta140.mail.dcn.yahoo.com with SMTP; Thu, 17 Mar 2005 00:05:38 -0800Received: from Xisto by dasher.psychz.net with local (Exim 4.44) id 1DBpvF-0001LX-DW; Thu, 17 Mar 2005 00:00:01 -0800To: =my_email=@yahoo.comSubject: : HOSTING ACCOUNT SUSPENDED.MIME-Version: 1.0Content-type: text/html; charset=iso-8859-1To:=my_email=@yahoo.comFrom: Management <administrator@>Date: Thu, 17 Mar 2005 00:00:01 -0800X-AntiAbuse: This header was added to track abuse, please include it with any abuse reportX-AntiAbuse: Primary Hostname - dasher.psychz.netX-AntiAbuse: Original Domain - yahoo.comX-AntiAbuse: Originator/Caller UID/GID - [32257 32258] / [47 12]X-AntiAbuse: Sender Address Domain - dasher.psychz.netX-Source: X-Source-Args: X-Source-Dir: Content-Length: 849 Now, I dont think that Trap 17 admins have administrator@ email... Nor that they would send account suspension notices from administrators e-mail... I could be wrong though... However, Xisto@dasher.psychz.net is definitely a suspicious e-mail address, for someone like Trap 17 to use I mean, they provide web hosting, paid AND free, would they use some weird mail server, or just use something@Xisto.com? Hope they catch this lamer
  5. To edit some data in MySQL database, use UPDATE syntax: UPDATE 'businesses' SET 'business' = 'some business', 'description' = 'some description', 'emailaddress' = 'some email', 'website' = 'some website' WHERE 'id' = 'id of data to edit'; Using this code, and of course, modifying 'some something' parts, you can change the data of any record with certain id. Something that might work instantly for you: mysql_query("UPDATE businesses SET business='{$_POST['business_name']}',description='{$_POST['business_desc']}',emailaddress='{$_POST['business_email']}',website='{$_POST['business_website']}' WHERE id='{$_POST['business_id']}'") or die(mysql_error()); Hope this helped
  6. Ok, I have this weird problem, using timeGetTime() API. I'm using it in a small application, that shows current system up-time. Now, it has been working fine, but at some point, it started returning negative values, and it counts backwards (decrementing the value)...I don't know if system uptime has anything to do with it; my system has been running for approximately 690 hours, and I first noticed a problem a few days back. Now, I know there is perfectly reasonable explanation for this, but it escapes me. I tried searching for this problem on the web, but had no success. For example, timeGetTime() at some point started returning negative values: -2484000000, and counts down, to -2483999999, -2483999998, etc... Is it just my comp freaking out, or Windows was not designed to run for so long? I don't want to restart it, but if that's the only way... :)Oh, btw, I'm using it inside Visual Basic app, but I would hope that has nothing to do with this weird problem :PThanx in advance...
  7. There are several possibilities for this... One, you cooler is getting slower (dying), or not getting enough voltage, wich is possible, because you added another HDD to the system. Try removing the HDD, and checking the temperature.Second possibility, though not likely, is that your MB is using a slightly higher CPU core voltage, and thus your CPU generates more heat. Check to see that CPU core voltage is set to auto, or, if it already is, try manualy setting it to the recomended CPU Core voltage. My Celeron (oc 2.6) works on 1.616v, so I think that regular is about 1.500, to 1.525. You can use cpu-z software to see what is your current CPU core voltage is...As for your temp, my Celeron is originaly 2.0G, but I overclocked it to 2.6... Temperatures are, with box cooler, when idle, around 30 degrees, and 55 degrees on full load... Witt two extra 80mm fans, one blowing to the HDD, and one blowing over CPU (though the difference in temperature is only about 2 degrees if I remove it)My bet would be on insufficient power to the fan; I don't know how strong you power supply is, but if you have 350W, try getting more powerfull one, at least 450W...
  8. I've never heard of this problem before, but, always expect the unexpected from Microsoft :)Do you have any other OS's installed, Linux, OS/2, something? That also shoudn't present a problem, but... Also, try to create two or three partitions, limit the primary partition to, say, 20 Gigs, and leave the rest for extended partition...I didn't hear that XP has partition size limit, but hey, it's possible...Corrupted installation CD is out of question, since you say it works on a smaller HDD... Try something of above... I'm really interested in this problem now, never seen it, or heard of it, hope someone here has more info, or a solution to this...Hope some of this helped...
  9. Galahad

    First Pc

    If we're talking about any PC, my first comp was Commodore 64 I think it worked on 8MHz, had 64KB RAM Commodore 1851, 5.25" Floppy drive Two joysticks a modem (wich I had no use for ; didn't have any ISP's at that, time) I think, that covers it Oh yes, it connected to a TV... It costed about, well, at least 900 euro's, converted to that time, it was in 89 or 90 that I got it, but I started really using it in '94... If we're talking about first PC PC, it was Intel 80286 16MHz, haaad... 1 MB RAM i believe Unknown externaly mounted HDD, 40Mb Hercules display adapter (orange/black combination) aaaand, that about covers it Nice, right?
  10. You have two options, you can use OCX that comes with VB, MAPI I believe it is, or, if you are more adventurous, you can download SMTP technical specification (RFC-2821 & RFC-3461), and write your own SMTP code. This is harder, but gives you much more control...
  11. Ok, from what I see without testing the code, I see you have 6 cells, in one row (I assume you accidentaly ommited </td> closing tags)... Now, since the columns you want, are defined in a same way, here is a sample code, that should work (I'll test it, and post back a VB code, if you want) Index = 0Position = InStr(0,"<td><font face=verdana size=2>")While Position > 0 Position = Position + Len("<td><font face=verdana size=2>") ClosingTag = InStr(Position,"</td>") Columns(Index) = Mid(HTML, Position, ClosingTag - Position) Index = Index + 1 Position = InStr(Position,"<td><font face=verdana size=2>")Wend You then just need to go through the Columns array, and get the items you need, using some filter... NOTE: I did not test this code, I wrote it straight from the head, but it should give you some idea what to do. Send me an email if you need further help Hope this helped some
  12. BMW, BMW, BMW :)I like BMW over Mercedes, because it's more for young people... However, a friend of mine, had a fight with his friend over this, BMW or Mercedes. So they decided to test their cars, BMW 5, '90, and Mecedes, can't remember which one...They drove some 800 kilometers, and Mercedes had to stop for service more often than BMW, and is more expensive for maintenance... So, I vote for BMWI'll actualy buy BMW 645d one day... Even if I have to wait 10 years for it I would also love to have BMW 2002 Turbo, 645CSi, and 645 '92, but those are just dreams
  13. As everyone can see, I live in Serbia & Montenegro, and I must say, my country doesn't fascinate me much... I do love my city, it's located in the north, and I love my northern province, Vojvodina... It's nice, and plain, no mounains, no climbing neccesary, just huge agricultural fields, whereever you look... It's great.I would like to see Egipt first, than France, Switzerland, Italy... everywhere actualy... But I'd like to go to some tropical island, like Ibiza, or similar... And stay there forever
  14. I'm thinking of opening up my old AMD K5 to see what's inside :angry:But the moment I buy another CPU, I'll open up my Celeron and see what Intel drew up on the die, and share it with the world :blink:Though, maybe Intel didn't have that much imagination
  15. I use Ad-Aware for regular scans for ads and small spys, and it works fine... I use CWSShredder in addition, once a month or so, to check for CoolWebSearch spyware... But I think most of adware and spyware programs are near one another... They all do their job, some better then the rest, some not
  16. I actualy have Epson Stylus ESC/P2, and it's quite old... at least 8 years... But the little thingy works just perfectly. It became quite a problem finding someone to fill the cartridges for it, since everyone say "it's too risky for them to fill the epson cartridge" whatever that means I don't actualy do a lot of printing, but all I print, looks great...For printing your photos, I would definitely suggest Cannon, but for plain text, any printer will do, it just comes to what manufacturer you like best.
  17. I use winamp for all of my audio, and wmp only if I have to take a look at some WMV, otherwise, I use MicroDVD or Bsplayer...WMP is just... it sucks big time
  18. I don't think there is a function to clear cookies in VB6 WebBrowser, but I can't guarantee it... I'll take a look at that, and write here if I find it, or some way to delete cookies... Perhaps you'll have to delete cookies physically, directly from your browser's temporary internet files...
  19. I'm not sure at the moment, but I believe there were no Celeron A, B and C's... I think D stands for Deschutes core, used in that version of Celeron. I couldn't find any information on any other Celeron, other than D on Intel's site, but you try looking more thoroughly, and maybe you'll find something more. Try looking at Intel's site: All processors - http://www.intel.com/content/www/us/en/design/resource-design-center.html Celeron's http://www.intel.com/content/www/us/en/homepage.html
  20. It's fairly simple to do that, just use RemoveItem property. Just add another command button, and enter the following code in Click event, changing the name of List1 to whatever your listbox is named. Sub Command1_Click()List1.RemoveItem List1.ListIndexEnd Sub This code should do it
  21. I first saw Longorn in october 2003, and it was pre-alpha release... Truth be told, I was very dissapointed with it. It was in NO way different than XP, except for some weird star where Windows logo now is, in Windows explorer and IE, and hiddious huge analog clock...I know it was a pre-alpha, but I expected a little more... something I won't be switching from XP Pro, 'cause it works fine to me... And if something works, don't change it!
  22. I used NAV for years, and it worked fine... Then, I upgraded to Win XP Pro, and NAV5 just wouldn't run on XP... So, I was without AV software for about 3 or 4 months, just because I was lazy to find some AV software... I didn't want Kaspersky, just because it realy uses waaaay to much system resourcesc, even though I think it's the best AV software... During my "adventure" without AV software, I didn't get any viruses on my computer, even the small ones.Then, I found AVG had Free edition for personal use, and downloaded it, and used it... It actualy detected few viruses that tried to get on my comp, and successfully removed them, and placed them in quarantine. I now use AVG 7 Free, and it's great... The thing I like the most, is that sometimes they have several priority updates a day! And I do feel very safe with it, and I agree with styx, "If it works, don't fix it" And ofcourse, combined with a good firewall (AtGuard), I think I'm pretty safe from "hacker-wannabe's"
  23. I don't do backups in the right meaning of the word... All I do, is zip important files, and then copy them to Backup directory on a different partition I know it's not really a backup, but hey, I just can't get myself to waste an hour to do a decent backup
  24. I agree with fsastraps, and would do the same thing... I would tahe my HD out, go to a friend and copy all the relevant files to his HD... No need to buy new HD HmmZ... And why do you thing it's some kind of virus or some other malicius software? It could just be Windows bug... I mean, I myself had several situations where "important" update actualy messed my win... If the Restore Point doesn't work, the best and easiest way to get the data off the HD, i s to put that HD in some other comp, and just copy all the files. If you suspect of malicious software causing this, just copy the most important files, scan them with some AV, and that's that...
  25. Galahad

    Pentium Vs Amd

    Well, I'm Intel fan, and I don't play games that much, and the games I play, aren't that powerfull they require me to have cutting edge machine I use my comp primarily for programming, and so far, I have no objections on my Celeron performance.I agree about Celeron being a budget cpu, and it doesn't have that good results in benchmarks... However, when I was buying my comp, I had limited funds, and I went for Celeron, being such Intel fan (one and only AMD I had died on me, so I kind of hate AMD's ). I must say, that this Celeron fullfills my needs totaly, and if you want to have the ultimate gaming machine, I agree with everyone... Go tor AMD. I would suggest wich one, if I only knew which models are available I kind of dropped out of the loop with cpu's and hardware in general
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.