Advertisement
Guest User

IRCWeb India v3

a guest
May 25th, 2015
245
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 4.05 KB | None | 0 0
  1. <!doctype html>
  2. <html>
  3.     <head>
  4.         <meta charset="utf-8">
  5.         <meta http-equiv="x-ua-compatible" content="ie=edge">
  6.         <title>IRCweb India chat server</title>
  7.         <meta name="description" content="India chat server for local city and state chat">
  8.         <meta name="keywords" content="India, chat, city, states, local chat">
  9.         <meta name="viewport" content="width=device-width, initial-scale=1">
  10.  
  11.         <style type="text/css" media="screen">
  12.             body {
  13.                 padding: 10px;
  14.                 background: #fff;
  15.                 font-family: sans-serif;
  16.                 font-size: 12pt;
  17.             }
  18.             a {
  19.                 text-decoration: none;
  20.                 font-weight: bold;
  21.                 background: #FFF;
  22.             }
  23.             a:link {
  24.                 color: #728FCE;
  25.             }
  26.             a:visited {
  27.                 color: #4863A0;
  28.             }
  29.             a:active {
  30.                 color: #FF0;
  31.             }
  32.             a:hover {
  33.                 color: #C00;
  34.             }
  35.             .email {
  36.                 color: #222EFF !important;
  37.             }
  38.         </style>
  39.     </head>
  40.     <body>
  41.         <h1 align= "center">Welcome to Ircweb India chat network!</h1>
  42.  
  43.         <p>This is a free chat server connecting states and cities of India.On this server, you can chat in different rooms or channels which usually are names of places or various topics .To connect to the server and to chat,you would need IRC client software ,some of which, you can download at windows and linux download links below.Settings of the server can be found under server address. To search for rooms or channels, type '/list' command without ' ' after connecting to the server.To join a channel, type '/join #channelname' command without ' '.</p>
  44.  
  45.         <!-- Server Info -->
  46.         <h3>Server address </h3>
  47.  
  48.         <p>Ircweb chat at <a href="irc://irc.ircweb.in">irc://irc.ircweb.in</a></p>
  49.         <p>Ports: 6667,6668,6669 (Unsecure) 6697,7777,8888 (SSL)</p>
  50.  
  51.         <!-- FAQ -->
  52.         <h3>Frequently asked questions</h3>
  53.  
  54.         <p>IRC Internet Chat FAQ (extensive) at <a href="http://www.irchelp.org/irchelp/allfaqs.html">http://www.irchelp.org/irchelp/allfaqs.html</a></p>
  55.  
  56.         <p>Frequently asked questions on Ircweb to be added.</p>
  57.  
  58.         <!-- IRC Clients -->
  59.         <h3>IRC Clients</h3>
  60.         <h4>For Windows</h4>
  61.         <ul>
  62.             <li><a href="http://www.ntalk.de/Nettalk/en/index.php?page=Download">Nettalk</a></li>
  63.             <li><a href="http://hexchat.github.io/downloads.html">Hexchat</a></li>
  64.             <li><a href="https://addons.mozilla.org/en-us/firefox/addon/chatzilla/">Chatzilla</a></li>
  65.             <li><a href="https://smuxi.im/download/">Smuxi</a></li>
  66.         </ul>
  67.         <h4>For Linux</h4>
  68.         <ul>
  69.             <li><a href="http://weechat.org/download/">Weechat</a></li>
  70.             <li><a href="https://smuxi.im/download/">Smuxi</a></li>
  71.             <li><a href="https://konversation.kde.org/">Konversation (KDE Only)</a></li>
  72.         </ul>
  73.  
  74.         <!-- Sponsors -->
  75.         <h3>Sponsors</h3>
  76.         <p>If you are an ISP or a hosting company who would like to sponsor a server for IRC hosting in India, please contact <a class="email" href="mailto:support@ircweb.in">support@ircweb.in</a>. We need three or four servers for different geographical regions.Specification of hosting and server required: Single or dual Core CPU, 1GB RAM, 5GB storage, Debian OS, 100 Mbit uplink,500GB monthly bandwidth,99.5% uptime. Location of the server: Any among Mumbai, Hyderabad, Bangalore, Jaipur, Gurgaon, NewDelhi, Noida, Ghaziabad, Pune, Chennai, Dehradun, Visakhapatnam.</p>
  77.  
  78.         <h3>Contact us</h3>
  79.         <p>Email: <a class="email" href="mailto:support@ircweb.in">support@ircweb.in</a> or Regular mail: Village Punnagair, Auli Rd, Joshimath, Chamoli District, Uttarakhand-246443, India.</p>
  80.  
  81.         <p align = "center">This website and chat server run on Debian. Site was updated on 23-5-2015. Copyright Ircweb 2015</p>
  82.            
  83.     </body>
  84. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement