Search found 6735 matches

by Lantis
Sat Oct 17, 2015 7:07 pm
Forum: Show / Tell / Contribute
Topic: gargoyle-ispy 2015-October-18 05:57.torrent
Replies: 56
Views: 48599

Re: gargoyle-ispy 2015-October-18 05:57.torrent

As of this build I'm declaring the WRT1900AC v1/v2 and the WRT1200AC support completed.
by Lantis
Sat Oct 17, 2015 7:05 pm
Forum: Hardware / Installation Issues
Topic: Current Date and Time Archer C7
Replies: 21
Views: 12779

Re: Current Date and Time Archer C7

Did you use Telnet to access the failsafe router?
by Lantis
Sat Oct 17, 2015 12:58 am
Forum: General Discussion
Topic: USB Hard Drive Transfer Rate Testing! Come Get Some!
Replies: 26
Views: 113397

Re: USB Hard Drive Transfer Rate Testing! Come Get Some!

WRT1900AC on Gargoyle 1.9.X Built 20151011-1810 git@a5c027b Drive Format: NTFS Drive Size: 2TB HDD Connection: USB3.0 PC Connection: Ethernet (1 Gbps) Test Files: 22 AVI files each ~360MB each copied from drive to an SSD on the local computer (and vice versa). Avg Read: 24MB/s Peak Read: 31MB/s Min ...
by Lantis
Fri Oct 16, 2015 7:21 pm
Forum: Show / Tell / Contribute
Topic: Email notifications plugin revisited
Replies: 109
Views: 138326

Re: Email notifications plugin revisited

Lol. Oh well we got there in the end. ;)

I'll post the code for you to add it to the menu manually.



uci set gargoyle.display.system_email_notifications="Email"
uci set gargoyle.scripts.system_email_notifications='email.sh'
uci set gargoyle.system.email_notifications='380'
uci commit
by Lantis
Fri Oct 16, 2015 6:24 pm
Forum: Show / Tell / Contribute
Topic: Email notifications plugin revisited
Replies: 109
Views: 138326

Re: Email notifications plugin revisited

It looks like all of the necessary pieces are in order.

Have you tried this from different browsers or devices?
Clearing cache in your browser and trying it?
by Lantis
Fri Oct 16, 2015 6:18 pm
Forum: Hardware / Installation Issues
Topic: Current Date and Time Archer C7
Replies: 21
Views: 12779

Re: Current Date and Time Archer C7

you can get back to square 1 by doing a failsafe reset.
http://wiki.openwrt.org/doc/howto/generic.failsafe

We can almost certainly get you up and running but we need to see your configuration.
Pictures of both bits of hardware and how you have connected them.
And the settings page for both.
by Lantis
Fri Oct 16, 2015 10:04 am
Forum: Show / Tell / Contribute
Topic: Adblock Plugin
Replies: 325
Views: 349272

Re: Adblock Plugin

yes, version 1.0.4
by Lantis
Fri Oct 16, 2015 10:03 am
Forum: Feature Requests
Topic: Scheduled SSID name change
Replies: 3
Views: 3856

Re: Scheduled SSID name change

1. yes, do a full build. after you've done one full build, on each subsequent change you should just be able to clear all the package files and then do a full_build=false to remake each package. 2. WinSCP the file to /tmp and then opkg install it from the command line 3. if you get stuck in a reboot...
by Lantis
Fri Oct 16, 2015 10:01 am
Forum: General Discussion
Topic: Redirect users if quota exceed
Replies: 4
Views: 2784

Re: Redirect users if quota exceed

you would need to write your own customisation. this is not a feature.
by Lantis
Fri Oct 16, 2015 5:23 am
Forum: Feature Requests
Topic: Scheduled SSID name change
Replies: 3
Views: 3856

Re: Scheduled SSID name change

i would strongly suggest starting with the Wifi-Schedule plugin and modifying it to allow an additional script to be run as well as it taking down the wifi. The additional command you would want to run would be something along the lines of uci set wireless.ap_g.ssid='gargoyle_metered' uci commit wir...