Search found 6764 matches

by Lantis
Mon Oct 26, 2015 8:02 pm
Forum: Hardware / Installation Issues
Topic: Need Firmware for tplink tl-wr841n v10
Replies: 3
Views: 4099

Re: Need Firmware for tplink tl-wr841n v10

This device has had support added for the next version of openwrt (Designated Driver). Unless it gets back ported to chaos calmer it won't likely see gargoyle support in 1.9.X. Sorry! Here is the required patch. http://git.openwrt.org/?p=openwrt.git;a=commit;h=1cd7e6c1fd07527d2a6a7660c85e7e90160956a9
by Lantis
Mon Oct 26, 2015 6:42 pm
Forum: General Discussion
Topic: Transmission installed and running on 1.7.1
Replies: 32
Views: 37246

Re: Transmission installed and running on 1.7.1

Great comprehensive guide.
I was surprised you were able to run so many torrents at once without a crash however your tips about memory management and the EXT file system were right on point :)
by Lantis
Mon Oct 26, 2015 5:11 am
Forum: General Discussion
Topic: WRT1200AC v1.9 ?
Replies: 49
Views: 32842

Re: WRT1200AC v1.9 ?

I used spy's.
Sounds like something might be slightly broken.
You might have to do a firstboot and start fresh. Not sure.

Usually when the graphs break its a sign that the firewall isn't restarting properly (which makes me think something is corrupt).
by Lantis
Sun Oct 25, 2015 9:44 pm
Forum: Show / Tell / Contribute
Topic: Adblock Plugin
Replies: 325
Views: 411908

Re: Adblock Plugin

Sure. Take a look at other pages on the router that already exist that read stuff from the back end into lists. Off the top of my head... Maybe the DHCP page? It has a listed config file. When reading in the black and white lists, they have pre-amble to explain their functionality. If you can't easi...
by Lantis
Sun Oct 25, 2015 7:12 pm
Forum: General Discussion
Topic: WRT1200AC v1.9 ?
Replies: 49
Views: 32842

Re: WRT1200AC v1.9 ?

it should be. did it not work for you?

edit: just tested it with a sysupgrade and a fresh flash. both worked fine.
by Lantis
Sun Oct 25, 2015 7:11 pm
Forum: Show / Tell / Contribute
Topic: Adblock Plugin
Replies: 325
Views: 411908

Re: Adblock Plugin

Done: https://jsfiddle.net/StopSpazzing/4kd8aeq5/ use google or yahoo or bing in the search box as example. Supports selecting multiple items in any box also. Awesome. in my opinion Line 6 of your JS should be document.getElementById("adblock_searchlist_add_list").innerHTML=""; ...
by Lantis
Sun Oct 25, 2015 4:44 pm
Forum: Hardware / Installation Issues
Topic: My router does not restart
Replies: 16
Views: 12412

Re: My router does not restart

Unless you can enter failsafe mode the device is effectively bricked.
by Lantis
Sun Oct 25, 2015 1:15 am
Forum: Show / Tell / Contribute
Topic: Adblock Plugin
Replies: 325
Views: 411908

Re: Adblock Plugin

if you have teamspeak i can chat to you on there
by Lantis
Sun Oct 25, 2015 1:04 am
Forum: Show / Tell / Contribute
Topic: Adblock Plugin
Replies: 325
Views: 411908

Re: Adblock Plugin

but adding "hulu.com" to the whitelist does nothing. adding "ads.hulu.com" does. The whitelist only removes items from block.hosts. Therefore it should only be necessary to add items to white.list if they exist on block.hosts. I agree that delete function is necessary though. on ...
by Lantis
Sat Oct 24, 2015 11:46 pm
Forum: Show / Tell / Contribute
Topic: Adblock Plugin
Replies: 325
Views: 411908

Re: Adblock Plugin

Looks good. Remember, while it may be necessary to read the block.list in, it is never necessary to re-write it. The plugin itself handles this. We just need to be able to move items from block.hosts -> white.list Add/remove items to black.list. I'd also like all 3 lists scrollable. That's my though...