Instant Interrupts - Revisited


Closed Thread
Results 1 to 40 of 773

Hybrid View

  1. #1
    Join Date
    Sep 2004
    Location
    montreal, canada
    Posts
    6,898


    Did you find this post helpful? Yes | No

    Default

    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.

    Quote Originally Posted by DT
    ** Files removed **
    They're back on the website again.

    Thanks Steve!
    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.

  2. #2
    Join Date
    Jul 2003
    Location
    Colorado Springs
    Posts
    4,959


    Did you find this post helpful? Yes | No

    Default

    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

  3. #3
    T.Jackson's Avatar
    T.Jackson Guest


    Did you find this post helpful? Yes | No

    Thumbs down These bloody &*%^%

    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.

  4. #4
    Join Date
    Jul 2003
    Location
    Colorado Springs
    Posts
    4,959


    Did you find this post helpful? Yes | No

    Default

    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

    Quote Originally Posted by T.Jackson
    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.
    Yesterday 20:59
    That would be nice. But I don't know anyone that I would entrust those powers too.
    All govenments immediately exluded.
    <br>
    DT

  5. #5
    Join Date
    Oct 2003
    Location
    Australia
    Posts
    257


    Did you find this post helpful? Yes | No

    Default

    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

  6. #6
    T.Jackson's Avatar
    T.Jackson Guest


    Did you find this post helpful? Yes | No

    Post

    Quote Originally Posted by Darrel Taylor View Post
    That would be nice. But I don't know anyone that I would entrust those powers too. All govenments immediately exluded.
    <br>
    It would be a paid job like any other. Plenty of people around fit to do it.

  7. #7


    Did you find this post helpful? Yes | No

    Default Blinky Light Error?

    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

  8. #8
    Join Date
    Jul 2003
    Location
    Colorado Springs
    Posts
    4,959


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by elevenscorpions View Post
    ... I get an error ... "ERROR: Variable wsave3 position request 416 beyond RAM_END 367."
    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

  9. #9
    Join Date
    Aug 2006
    Location
    Look, behind you.
    Posts
    2,818


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by Darrel Taylor View Post
    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.

    <br>
    Hi Darrel,
    I can think of a reason, maybe to run scripts to install a trojan to your visitors.
    or cgi redirects for that reason or other bad behavior. Oh and to piss you off too . . .
    JS
    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.

  10. #10
    Join Date
    Jul 2003
    Location
    Colorado Springs
    Posts
    4,959


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by Joe S. View Post
    I can think of a reason, maybe to run scripts to install a trojan to your visitors. or cgi redirects for that reason or other bad behavior. JS
    And create another SPAM spewing Zombie.
    I suppose that's a reason.
    (rassa fracken ricken racken ... Hackers)

    Oh and to piss you off too . . .
    Mission Accomplished!
    <br>
    DT

  11. #11
    Join Date
    Jun 2007
    Posts
    3


    Did you find this post helpful? Yes | No

    Default Problems with RX_INT

    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

Similar Threads

  1. Clock using Instant Interrupts
    By PICpocket in forum mel PIC BASIC Pro
    Replies: 3
    Last Post: - 16th February 2009, 21:43
  2. DT instant interrupts with mister_e keypad
    By Tomexx in forum mel PIC BASIC Pro
    Replies: 5
    Last Post: - 26th November 2008, 20:02
  3. DT's Instant Interrupts trouble
    By Tomexx in forum mel PIC BASIC Pro
    Replies: 7
    Last Post: - 24th November 2008, 20:48
  4. Keypad and DT's Instant Interrupts
    By Homerclese in forum General
    Replies: 11
    Last Post: - 27th April 2007, 06:32
  5. Replies: 1
    Last Post: - 1st November 2006, 03:11

Members who have read this thread : 6

You do not have permission to view the list of names.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts