Nah, it's not a dumb question. Knowing what happened last week, it's probably normal than few things are missing on his website.
I've attach ALL files.
Originally Posted by DT
Nah, it's not a dumb question. Knowing what happened last week, it's probably normal than few things are missing on his website.
I've attach ALL files.
Originally Posted by DT
Last edited by Darrel Taylor; - 11th June 2007 at 06:45. Reason: removed files
Steve
It's not a bug, it's a random feature.
There's no problem, only learning opportunities.
Nope, not a dumb question.
But I got a dumb answer.
The site was recently hacked by some Turkish Hacker Group. (Dirty Rats)
The "dumb" part is that I haven't made a backup in over a year.
So that's what the site looks like now. Same as a year+ ago.
I'm so digusted at myself, I've not even been able to start the repairs.
Every time I look at it, I just go .... "Uughhh! I don't want to do that right now."
Thanks Steve, that ought to help out, for awhile.
Regards,
DT
These bloody ******* I tell you. I'd like to see them locked up. Weekly, sometimes even daily, I receive a dozen or so emails from fraudulent individuals either telling me that I've won the lottery (the motivation behind this is identity theft) - or requesting that I go and login into my bank account on their copied fraudulent web site.
The internet needs to be policed by people that have the power to shut an operation down with as little as two keystrokes and a couple of clicks of the mouse.
Last edited by T.Jackson; - 14th May 2007 at 05:41.
Yeah, I can see doing it for a profit. (credit card/phishing scams)
No matter how much I hate the method. At least there's a reason.
But what can someone possibly gain by defacing a website? Other than pissing the webmaster off.
After a little searching, I found that it was only one of many thousands hacked by the same group.
I even found a cached page on google that showed pbpgroup que'd for defacement. The cached page was dated prior to the actual hack.
How nice of them to warn you. Sort of
That would be nice. But I don't know anyone that I would entrust those powers too.Originally Posted by T.Jackson
All govenments immediately exluded.
<br>
DT
Guys,
That would give you the ****s! Ok - so at least I'm not going blind unable to find the link on his website.
I better do a backup of my website today.
Cheers
Squib
Darrel:
I'm trying to use your "Blinky Light" interrupt code (16F690) and I get an error
"ERROR: Variable wsave3 position request 416 beyond RAM_END 367."
when I compile. Any suggestions about what I am doing wrong? Thanks.
BrianB
Hi Brian,
Open the DT_INTS-14.bas file. You should see this near the top ...Code:wsave var byte $20 SYSTEM ' location for W if in bank0 ;wsave var byte $70 SYSTEM ' alternate save location for W ' if using $70, comment out wsave1-3 ' --- IF any of these three lines cause an error ?? ---------------------------- ' Comment them out to fix the problem ---- ' -- It depends on which Chip you are using, as to which variables are needed -- wsave1 var byte $A0 SYSTEM ' location for W if in bank1 wsave2 var byte $120 SYSTEM ' location for W if in bank2 wsave3 var byte $1A0 SYSTEM ' location for W if in bank3 ' ------------------------------------------------------------------------------
DT
If you do not believe in MAGIC, Consider how currency has value simply by printing it, and is then traded for real assets.
.
Gold is the money of kings, silver is the money of gentlemen, barter is the money of peasants - but debt is the money of slaves
.
There simply is no "Happy Spam" If you do it you will disappear from this forum.
Hi, all. In my program i put all you are saying about fast interrupts, and with INT_INT, works fine, and so better than it use with on interrupt goto..... I´ve probed also with TIMR0 at same time and works again. But if i put RX_INT, others work but RX_INT subrutine nothing happens.
I delete all about INT_INT and TIMR0, and works. In RX_INT sub only have a sentence like HSERIN char, and in main program LCDOUT char to see the incoming char.
Any ideas? I copied the code of first page to make it, and it should be work.
Another question: If i want to save that char in a string to display it in the lcd, when carriage return income, how can i do it??? My head it´s warm....... sorry.
Also i´ve read the post about string of Darrel but i´m newby and i don´t undestand so much.
Thanks for all.
PD.- micro it´s 16F877A or 16F876, or 16F84
Bookmarks