If everyone reading this donated $1 we would be done in a matter of hours. Once we reach our goal of $150/mo we will remove ads site-wide, but if you become a Patron today♥ you will enjoy a totally ad-free experience! ☺

Ranking: 158/262 |
Avg. Users: 65 |
Avg. Channels: 24 |
Last updated 2019-02-14 08:16:45 |
View Channel List
irc.fullirc.net
|
|
|
Connect with
IRCCloud |
KiwiIRC |
Default IRC Client
Maintained by Alien.
Today | Last 7 Days | Yesterday | This Month | Last Month | This Year | Last year
Place this code in the <head> section of your web page if jquery ( >= 1.8.3 ) isn't already included.
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
Place one or more of these codes on the page where you would like your graph(s) to go.
Graph for Today
<div id="ircs_graph_today"></div> <script type="text/javascript"> $( "#ircs_graph_today" ).load( "https://irc-source.com/method/graph?network=Fullirc&graph=today"); </script>
Graph for Yesterday
<div id="ircs_graph_yesterday"></div> <script type="text/javascript"> $( "#ircs_graph_yesterday" ).load( "https://irc-source.com/method/graph?network=Fullirc&graph=yesterday"); </script>
Graph for This Month
<div id="ircs_graph_month"></div> <script type="text/javascript"> $( "#ircs_graph_month" ).load( "https://irc-source.com/method/graph?network=Fullirc&graph=month"); </script>
Graph for Last Month
<div id="ircs_graph_last_month"></div> <script type="text/javascript"> $( "#ircs_graph_last_month" ).load( "https://irc-source.com/method/graph?network=Fullirc&graph=last_month"); </script>
Graph for This Year
<div id="ircs_graph_year"></div> <script type="text/javascript"> $( "#ircs_graph_year" ).load( "https://irc-source.com/method/graph?network=Fullirc&graph=year"); </script>
Graph for Last Year
<div id="ircs_graph_last_year"></div> <script type="text/javascript"> $( "#ircs_graph_last_year" ).load( "https://irc-source.com/method/graph?network=Fullirc&graph=last_year"); </script>