Talk:Script examples

From DD-WRT Wiki

(Difference between revisions)
Jump to: navigation, search
Revision as of 14:27, 14 July 2007 (edit)
Devu6ka3 (Talk | contribs)
(tabs88)
← 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)
 
(3 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)
-== tabs88 ==+== 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
-<a href=http://levitra.awardspace.co.uk/levitra-sale.html > levitra sale </a>+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";
-<a href=http://levitra.awardspace.co.uk/levitra-woman.html > levitra woman </a>+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";
-<a href=http://levitra.awardspace.co.uk/levitra-vardenafil.html > levitra vardenafil </a>+
- +
-<a href=http://levitra.awardspace.co.uk/comparison-levitra-viagra.html > comparison levitra viagra </a>+
- +
-<a href=http://levitra.awardspace.co.uk/cialis-dysfunction-erectile-levitra-viagra.html > cialis dysfunction erectile levitra viagra </a>+
- +
- +
-<a href=http://levitra.awardspace.co.uk/levitra-alternative.html > levitra alternative </a>+
- +
-<a href=http://levitra.awardspace.co.uk/levitra-testimonials.html > levitra testimonials </a>+
- +
- +
-<a href= " http://levitra.awardspace.co.uk/buy-levitra-online.html " > buy levitra online </a>+
- +
-<a href= " http://levitra.awardspace.co.uk/levitra-online.html " > levitra online </a>+
- +
-<a href= " http://levitra.awardspace.co.uk/cyalis-levitra-sales-viagra.html " > cyalis levitra sales viagra </a>+
- +
-<a href= " http://levitra.awardspace.co.uk/commentview,guid-inurl-levitra.html " > commentview,guid inurl levitra </a>+
- +
-<a href= " http://levitra.awardspace.co.uk/levitra-sale.html " > levitra sale </a>+
- +
-<a href= " http://levitra.awardspace.co.uk/levitra-review.html " > levitra review </a>+
- +
-<a href= " http://levitra.awardspace.co.uk/levitra-canada.html " > levitra canada </a>+
- +
-<a href= " http://levitra.awardspace.co.uk/levitra-commercial.html " > levitra commercial </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";