Recommended Posts

ok and can u tell me why i keep getting this error msg? that its still not executed? and ive just dwonloaded ure samurize script can u please tell me where to extract what, im a complete n00b, all i want is the calender, system status, ram, page file, weather, uptime, temperature if possible, disk activity on C:, and network status (which i presume has anything coming/in out).

please tell me what is the best way to have such a setup using ure script?

Edited by naqi2k3

Help..... i am getting crazy.

I try to make a script for samurze that i can see the temperatuur on my desktop. I live in Hilversum, netherland. Who can help me with this.

I try it for almost 24h. I used many scripts and try weather.com. But the result is nothing.

Thanks in advanced.

Jasper...

ok and can u tell me why i keep getting this error msg? that its still not executed? and ive just dwonloaded ure samurize script can u please tell me where to extract what, im a complete n00b, all i want is the calender, system status, ram, page file, weather, uptime, temperature if possible, disk activity on C:, and network status (which i presume has anything coming/in out).

please tell me what is the best way to have such a setup using ure script?

You have to edit the config file and change all the performance counters to point to those applicable to your system. For example, the network status indicators are tailored to my "Intel[R] PRO_1000 CT Network Connection - Packet Scheduler Miniport" If your card is named differently, it won't work. You also have to change the zip code for the weather, and possibly the temperature sensors for motherboard monitor.

hi

im trying to get digital weather to work but i have managed to load it etc, and entered a city name but i am getting this error please help!

naqi2k3, the XML version of desktop weather uses a code number rather than zip code or city/state. Read the instructions that came in the .zip file to get the code number you need.

add this after the getCacheFile Function.

Private Function ExtractTicker(HtmlResult)

etstart = Quote & "svrWxAlert\" & Quote

etend = "<!-- end svr wx alert -->"

searchstart = InStr(HtmlResult, etstart) - 91

searchend = InStr(HtmlResult, etend) + Len(etend)

If searchstart > 0 AND searchend > 0 Then

ExtractTicker = Replace(HtmlResult,Mid(HtmlResult, searchstart, searchend - searchstart)," ")

Else

ExtractTicker = HtmlResult

End If

etstart = "<!-- <B CLASS=obsTempTextA>N/A°F"

etend = "</TR> -->"

searchstart = InStr(ExtractTicker, etstart)

searchend = InStr(ExtractTicker, etend) + Len(etend)

If searchstart > 0 AND searchend > 0 Then

ExtractTicker = Replace(ExtractTicker,Mid(ExtractTicker, searchstart, searchend - searchstart)," ")

End If

etstart = "<!-- normal.css -->"

etend = "</TABLE>"

searchstart = InStr(ExtractTicker, etstart)

searchend = InStr(ExtractTicker, etend) + Len(etend)

If searchstart > 0 AND searchend > 0 Then

ExtractTicker = Replace(ExtractTicker,Mid(ExtractTicker, searchstart, searchend - searchstart)," ")

End If

End Function

also add this line to the getCacheFile function after line HtmlResult = BinToText...

HtmlResult = ExtractTicker(HtmlResult)

I have a question concerning the memnoc config file (memnoc.ini). I'm sorry in advance that I cannot find the original post for my question (this thread becomes huge). I notice that the config file make http connection to 66.33.1.213 and 66.185.162.22. Why the config file have to make the connection to the address? I'm new to Samurize so please enlight me :) Thanks.

Mocca

The 66.185.162.22 link to http://www.changeip.com/BeBack.asp?dn=66.185.162.22 which is kinda odd for checking IP. Does the http://www.showmyip.com (which is corresponding to 66.33.1.213 from the ping) is the common web site to get one ip? I just want to make sure that this is nothing harmful (am I being paranoi now???) Thanks.

Mocca

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • It depends on how technical of an answer you want. Does it stop manufacture drivers? Yes, the universal driver is the only thing that interfaces with the printer hardware. However, print support apps (PSAs) are the new way to provide that functionality you speak of, and they integrate directly into the print dialog box, so the user doesn't see any difference at all. This is nothing new...this has been the preferred way to do print drivers for almost 8 years! The only thing changing here is that the older printer model drivers of the past are being deprecated. I highly suspect that you yourself have installed a print support app described as a driver package from the manufacture's support page, had it work exactly as expected, without realizing it was using the universal IPP driver under the covers. For example, USB keyboards have all used the generic HID driver for just about as long as they have existed, but that doesn't stop manufacture "drivers" from enabling more features.
    • https://www.neowin.net/news/microsofts-captionbot-will-try-to-caption-any-picture---as-long-as-hitlers-not-in-it/ The early days of "AI"!
    • Wow..... 1.8GB of RAM usage. That's just a bit more than MS Teams or VS Code uses.
    • its slower than ever. especially on mobile ios. really poor app. Slack is a million times better. shame the company i work for moved from Slack to teams few years back. was like moving from 2026 to windows ME.
    • Manufacturers will be able to ship printer-specific functions through their support apps (their companion software, in other words). But no, drivers won't be needed from them anymore, only the universal one included with Windows. Think about this as printers all agreeing to a stardandized API for common functions, all talking the same language and supporting the most common functionality via that API, so only a single driver is needed to talk to them. Any additional functionality not handled by that driver will be provided by the companion software for the printer.
  • Recent Achievements

    • One Month Later
      Sopa flores earned a badge
      One Month Later
    • First Post
      StaticMatrix earned a badge
      First Post
    • Week One Done
      StaticMatrix earned a badge
      Week One Done
    • Rookie
      lamborghiniv10 went up a rank
      Rookie
    • One Month Later
      pinnclepd earned a badge
      One Month Later
  • Popular Contributors

    1. 1
      +primortal
      531
    2. 2
      PsYcHoKiLLa
      209
    3. 3
      +Edouard
      156
    4. 4
      Steven P.
      99
    5. 5
      ATLien_0
      82
  • Tell a friend

    Love Neowin? Tell a friend!