Results 1 to 12 of 12

Thread: Anyone can fix this weather app source code so we can put it in the Code Bank?

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Feb 2013
    Location
    Albania
    Posts
    101

    Anyone can fix this weather app source code so we can put it in the Code Bank?

    I found this weather app coded in VB6 somewhere, but it shows an error and I'm too lazy to deal with it
    If you can fix it, we can then put it in the Code Bank I guess.

    I couldn't add as an attachment so I uploaded to MediaFire:
    < removed by moderator >
    Last edited by si_the_geek; Aug 8th, 2013 at 04:15 AM. Reason: removed inappropriate items

  2. #2
    Software Carpenter dee-u's Avatar
    Join Date
    Feb 2005
    Location
    Pinas
    Posts
    11,127

    Re: Anyone can fix this weather app source code so we can put it in the Code Bank?

    I'm just too lazy to even download it.
    Regards,


    As a gesture of gratitude please consider rating helpful posts. c",)

    Some stuffs: Mouse Hotkey | Compress file using SQL Server! | WPF - Rounded Combobox | WPF - Notify Icon and Balloon | NetVerser - a WPF chatting system

  3. #3

    Re: Anyone can fix this weather app source code so we can put it in the Code Bank?

    Quote Originally Posted by kevinKZzaka View Post
    I found this weather app coded in VB6 somewhere, but it shows an error and I'm too lazy to deal with it
    If you can fix it, we can then put it in the Code Bank I guess.

    I couldn't add as an attachment so I uploaded to MediaFire:
    < removed by moderator >
    Category: Virus

    Description: This program is dangerous and replicates by infecting other files.

    Recommended action: Remove this software immediately.
    Last edited by si_the_geek; Aug 8th, 2013 at 04:15 AM.

  4. #4

    Re: Anyone can fix this weather app source code so we can put it in the Code Bank?

    Virus:Win32/Sality.AT is a detection for a virus that spreads by infecting Windows executable files and by copying itself to removable and remote drives.
    It also terminates various security products, prevents certain Windows utilities from executing and attempts to download additional files from a predefined remote Web server.

  5. #5
    PowerPoster
    Join Date
    Jul 2006
    Location
    Maldon, Essex. UK
    Posts
    6,334

    Re: Anyone can fix this weather app source code so we can put it in the Code Bank?

    I've reported the Post so that the Mods can remove the attachment.

    @kevinKZzaka:Whatever did you think you were doing? Behaviour like this could lead to a ban from these Forums. I would suggest you read the Acceptable Use Policy http://www.vbforums.com/aup.html and and keep your posts within those rules.

  6. #6
    Default Member Bonnie West's Avatar
    Join Date
    Jun 2012
    Location
    InIDE
    Posts
    4,060

    Re: Anyone can fix this weather app source code so we can put it in the Code Bank?

    An overwhelming majority of AVs at VirusTotal detect the Weather.exe file as being infected by the Sality virus. The other binary file (CWL.dll) had only 1 detection.
    On Local Error Resume Next: If Not Empty Is Nothing Then Do While Null: ReDim i(True To False) As Currency: Loop: Else Debug.Assert CCur(CLng(CInt(CBool(False Imp True Xor False Eqv True)))): Stop: On Local Error GoTo 0
    Declare Sub CrashVB Lib "msvbvm60" (Optional DontPassMe As Any)

  7. #7
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974

    Re: Anyone can fix this weather app source code so we can put it in the Code Bank?

    I've removed the link... thanks for letting us know folks


    kevinKZzaka, please do not ever post or link to compiled files (.exe / .dll / .ocx / ...) as they are unsafe. In addition to that, a compiled program (as opposed to code) does nothing towards helping us to assist you.

  8. #8
    PowerPoster Nightwalker83's Avatar
    Join Date
    Dec 2001
    Location
    Adelaide, Australia
    Posts
    13,344

    Re: Anyone can fix this weather app source code so we can put it in the Code Bank?

    If this is the line that is causing problems

    vb Code:
    1. Private Doc As DOMDocument

    You do not have a type called "DOMDocument" anywhere within the project.
    when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
    If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
    https://get.cryptobrowser.site/30/4111672

  9. #9

    Thread Starter
    Lively Member
    Join Date
    Feb 2013
    Location
    Albania
    Posts
    101

    Re: Anyone can fix this weather app source code so we can put it in the Code Bank?

    Quote Originally Posted by si_the_geek View Post
    I've removed the link... thanks for letting us know folks


    kevinKZzaka, please do not ever post or link to compiled files (.exe / .dll / .ocx / ...) as they are unsafe. In addition to that, a compiled program (as opposed to code) does nothing towards helping us to assist you.
    Omg guys I am so sorry. I did not know it contained a virus. I just downloaded the project, tested it and I was hoping if someone could fix it. I am using Webroot secure anywhere and it did not detect anything. I uploaded the whole folder on Mediafire without removing the exe file or anything else because maybe it could help you in some way. My intention was not to spread a virus or infect any of you and I am deeply sorry about this incident.

  10. #10

    Thread Starter
    Lively Member
    Join Date
    Feb 2013
    Location
    Albania
    Posts
    101

    Re: Anyone can fix this weather app source code so we can put it in the Code Bank?

    Quote Originally Posted by Nightwalker83 View Post
    If this is the line that is causing problems

    vb Code:
    1. Private Doc As DOMDocument

    You do not have a type called "DOMDocument" anywhere within the project.
    You are right. There is no DOMDocument type. But the "doc" which represents the "DOMDocument" is used a lot in the project so I don't know, maybe sth is missing. Thanks anyway

  11. #11
    PowerPoster Nightwalker83's Avatar
    Join Date
    Dec 2001
    Location
    Adelaide, Australia
    Posts
    13,344

    Re: Anyone can fix this weather app source code so we can put it in the Code Bank?

    Quote Originally Posted by kevinKZzaka View Post
    You are right. There is no DOMDocument type. But the "doc" which represents the "DOMDocument" is used a lot in the project so I don't know, maybe sth is missing. Thanks anyway
    Where is the page that you downloaded the source code from originally?
    when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
    If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
    https://get.cryptobrowser.site/30/4111672

  12. #12

    Thread Starter
    Lively Member
    Join Date
    Feb 2013
    Location
    Albania
    Posts
    101

    Re: Anyone can fix this weather app source code so we can put it in the Code Bank?

    Quote Originally Posted by Nightwalker83 View Post
    Where is the page that you downloaded the source code from originally?
    It's a spanish blog and I don't know how I got there but this blog has so many incredible VB6 stuffs regarding graphical design.

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
  •  



Click Here to Expand Forum to Full Width