Talk:Script examples

From DD-WRT Wiki

(Difference between revisions)
Jump to: navigation, search
Revision as of 08:17, 21 June 2007 (edit)
14galava (Talk | contribs)
(error1704)
← Previous diff
Current revision (16:53, 11 May 2010) (edit) (undo)
Glenn (Talk | contribs)
m (Talk:Script Examples moved to Talk:Script examples: small start letters)
 
(11 intermediate revisions not shown.)
Line 3: Line 3:
With the freedns.afraid.org, can't that be done using [[DDNS_-_How_to_setup_Custom_DDNS_settings_using_embedded_inadyn_-_HOWTO|Inadyn]]? [[User:AlReece45|Alex]] 15:42, 3 Sep 2006 (CEST) With the freedns.afraid.org, can't that be done using [[DDNS_-_How_to_setup_Custom_DDNS_settings_using_embedded_inadyn_-_HOWTO|Inadyn]]? [[User:AlReece45|Alex]] 15:42, 3 Sep 2006 (CEST)
-== error1704 ==+== Small change to wireless scanner script for v24 ==
 +I was getting bleed onto the second line using the provided (and very functional) script. I modified the code to shorten the length of the signal strength meter to fit nicely on one line
-[url=http://amandalist.awardspace.co.uk/amandalist-com.html ] amandalist com [/url]+Change this:
 + fmt = "%s%-15s %s%0"sigstrength"d "reset erase2end "\n %s %s%-4d %s%-4d %s%-4d %s%2s " reset erase2end "\n" erase2end "\n";
-[url=http://dudetube.awardspace.us/blog-dudetube.html ] blog dudetube [/url]+To This:
- + fmt = "%s%-15s %s%0"sigstrength/3"d "reset erase2end "\n %s %s%-4d %s%-4d %s%-4d %s%2s " reset erase2end "\n" erase2end "\n";
-[url=http://urnotalone.awardspace.com/urnotalone-free-chat.html ] urnotalone free chat [/url]+
- +
-[url=http://urnotalone.awardspace.com/urnotalone-com.html ] urnotalone com [/url]+
- +
-[url=http://vtunnel.awardspace.biz/myspace-vtunnel.html ] myspace vtunnel [/url]+
- +
-[url=http://vtunnel.awardspace.biz/vtunnel-vtunnle.html ] vtunnel vtunnle [/url]+
- +
- +
- +
-<a href= " http://vtunnel.awardspace.biz/similar-site-vtunnel.html " > similar site vtunnel </a>+
-<a href= " http://urnotalone.awardspace.com/urnotalone-free-chat.html " > urnotalone free chat </a>+
- +
-<a href= " http://sologals.awardspace.com/andi-pink-sologals.html " > andi pink sologals </a>+
- +
-<a href= " http://dudetube.awardspace.us/blog-dudetube.html " > blog dudetube </a>+
-<a href= " http://dudetube.awardspace.us/blogspot-dudetube.html " > blogspot dudetube </a>+

Current revision

[edit] DNS Setup

With the freedns.afraid.org, can't that be done using Inadyn? Alex 15:42, 3 Sep 2006 (CEST)

[edit] Small change to wireless scanner script for v24

I was getting bleed onto the second line using the provided (and very functional) script. I modified the code to shorten the length of the signal strength meter to fit nicely on one line

Change this:

       fmt = "%s%-15s %s%0"sigstrength"d "reset erase2end "\n    %s  %s%-4d %s%-4d %s%-4d %s%2s "  reset erase2end "\n" erase2end "\n";

To This:

       fmt = "%s%-15s %s%0"sigstrength/3"d "reset erase2end "\n    %s  %s%-4d %s%-4d %s%-4d %s%2s "  reset erase2end "\n" erase2end "\n";