Results 1 to 9 of 9

Thread: Your Weather .swf file

  1. #1
    Join Date
    Nov 2016
    Location
    1906 Twilight Drive Killeen Texas
    Posts
    3,316
    Post Thanks / Like

    Your Weather .swf file

    Hey Rick,

    The shockwave code on your landing page interferes with google chrome, poses a scripting error with the adblock plugin.

    REFERENCE:
    http://www.wunderground.com/swf/pws_...nglish&lang=EN" type="application/x-shockwave-flash" width="200" height="85" align="Right" />
    Additionally, it looks like SH-- !

    Use this code & it will autosize to the aspect ratio of the browser.
    http://www.clickanerd.com/3-developm...her-script.asp







  2. LOL Mestral LOL'd at this post
  3. #2
    Join Date
    Nov 2016
    Location
    1906 Twilight Drive Killeen Texas
    Posts
    3,316
    Post Thanks / Like
    Simply RIGHT CLICK and view the .html on this page:
    http://www.clickanerd.com/3-developm...her-script.asp

    Its accuweather without any advertising embedded.

    it will load very fast and not jam up the ad blockers or other extensions used in Firefox or Chrome.

  4. #3
    Join Date
    Jul 2009
    Location
    SE corner of the Ozark Redoubt
    Posts
    22,233
    Post Thanks / Like
    Blog Entries
    23
    Quote Originally Posted by shawnricheson View Post
    This quote is hidden because you are ignoring this member. Show Quote
    Hey Rick,
    The shockwave code on your landing page interferes with google chrome, poses a scripting error with the adblock plugin.
    The only problem I am having with it is that I have to click on it after the page loads to see it clearly (other wise it looks like it has a grey film over it)

    On the other hand, it fixed a problem I was having with my page display being over crowded
    I don't mind being called far right.
    I have been right so far.

  5. #4
    Join Date
    Nov 2016
    Location
    1906 Twilight Drive Killeen Texas
    Posts
    3,316
    Post Thanks / Like
    Shockwave is a crappy technology.

    http://www.pcadvisor.co.uk/how-to/in...hrome-3332967/

    Flash is being phased out.

    I prefer clean, fast loading html or css based appelets for weather.

    I ripped all the advertising out of the flash appelet tied to the police scanner stream.

    Check this out.
    http://www.clickanerd.com/forums/kpd/index.asp

  6. #5
    Join Date
    Jan 2009
    Location
    Killeen, Tx
    Posts
    27,004
    Post Thanks / Like
    Blog Entries
    2
    I added an html link to it. As you can see, it's rather BORING!

  7. LOL Mestral LOL'd at this post
  8. #6
    Join Date
    Jan 2009
    Location
    Killeen, Tx
    Posts
    27,004
    Post Thanks / Like
    Blog Entries
    2
    Quote Originally Posted by shawnricheson View Post
    This quote is hidden because you are ignoring this member. Show Quote
    Hey Rick,

    The shockwave code on your landing page interferes with google chrome, poses a scripting error with the adblock plugin.

    REFERENCE:

    http://www.wunderground.com/swf/pws_mini_rf_nc.swf?station=KTXKILLE41&freq=&units=english&lang=EN" type="application/x-shockwave-flash" width="200" height="85" align="Right" />
    Additionally, it looks like SH-- !

    Use this code & it will autosize to the aspect ratio of the browser.
    http://www.clickanerd.com/3-developm...her-script.asp





    Thanks, but the ones I have up there link to my weather station and it uploads data to www.weatherunderground.com.

  9. #7
    Join Date
    Nov 2016
    Location
    1906 Twilight Drive Killeen Texas
    Posts
    3,316
    Post Thanks / Like
    It looks better being centered.

    BUT

    If you want to graduate to the next level of programming.

    Use a piece of code like this.





    This script is the main entry point to many of the domains I manage.

    I force the server to look for the size of the device pulling queries from the domain.

    Additionally, its the perfect time to embed session cookies & persistent cookies in all browsers.

    This command "if (screen.width >= 701" is used to split the break-point of the pixel size of the device. (701 pixels)

    Hence, Iphone (smartphone) users are redirected to one page and Ipad size are sent to another location & so on.

    If you want the flash script on (centextalk.com) to appear in one browser and not in others, this method is fool proof.

    I built a database that checks the user-string of the device looking specifically for the twitter, fb apps etc.

    It is part of my "you can run but you can't hide algorithm".

    If the user disables JavaScript in their browser it politely shoves them out the door.

    If the user uses a proxy like "Hide My Ass" etc., it breaks the proxy, and the users ARP data is exposed.

    EXAMPLE




    Once this data is exposed and captured - you can assist law enforcement.

    Imagine an evil doer jacking a neighbors WIFI then heading to a motel with embedded scripts and session cookies that are essentially device GPS tracking data.

    Then they popup for a for a few seconds to check their e-mail?















    Attached Images Attached Images
    Last edited by shawnricheson; December 16th, 2016 at 9:38 AM. Reason: add image

  10. #8
    Join Date
    Jul 2009
    Location
    SE corner of the Ozark Redoubt
    Posts
    22,233
    Post Thanks / Like
    Blog Entries
    23
    If the user disables JavaScript in their browser it politely shoves them out the door.
    Hmmmm, I need to check to see if my proxy (that I don't use for here) "sandboxes" Javascript.

    [evil laugh inserted here]
    I don't mind being called far right.
    I have been right so far.

  11. #9
    Join Date
    Nov 2016
    Location
    1906 Twilight Drive Killeen Texas
    Posts
    3,316
    Post Thanks / Like
    Quote Originally Posted by Mestral View Post
    This quote is hidden because you are ignoring this member. Show Quote
    Hmmmm, I need to check to see if my proxy (that I don't use for here) "sandboxes" Javascript.

    [evil laugh inserted here]
    Javascript is just as exploitable today as it was when it was first released.

    What is amazing is it mostly client side code processing.

    IOS devices are not immune.

    The only true way to stay stealth on the internet is never go on the internet.

  12. LOL Mestral LOL'd at this post

Posting Permissions

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