wget -q http:// Bu forumdaki linkleri ve resimleri görebilmek için en az 25 mesajınız olması gerekir. style="color: #0000BB">tar zxvf lightirc.tar.gz
rm -rf lightirc.tar.gz
/*
* lightIRC designed
* [url] Bu forumdaki linkleri ve resimleri görebilmek için en az 25 mesajınız olması gerekir. style="color: #007700">var params = {};
/* Change these parameters */params.host = "$IPS";
params.port = $PORT;
params.policyPort = 9989;
/* Language for the user interface. Currently available translations: bd, bg, br, cz, da, de, el, en, es, et, fr, hu, it, ja, nl, pl, ro, ru, sl, sq, sr_cyr, sr_lat, sv, th, tr, uk */
params.language = "tr";
/* Relative or absolute URL to a lightIRC CSS file.
* The use of styles only works when you upload lightIRC to your webspace.
* Example: css/lightblue.css
*/
params.styleURL = "css/green.css";
/* Nick to be used. A % character will be replaced by a random number */
params.nick = "";
params.ident = "$IDENT";
params.realname = "$DOMAIN";
/* Channel to be joined after connecting. Multiple channels can be added like this: #Sohbet */
params.autojoin = "";
/* Commands to be executed after connecting. E.g.: /mode %nick% +x */
params.perform = "";
params.defaultBanmask = "*!*@%host%"
params.identifyPassword = "";
params.identifyMessage = "Bu nick kayıtlı ve korumalıdır"
params.identifyCommand = "/msg NickServ identify %pass%"
/* Whether the server window (and button) should be shown */
params.showServerWindow = true;
params.showNickSelection = true;
params.showIdentifySelection = true;
/* Show button to register a nickname */
params.showRegisterNicknameButton = true;
/* Show button to register a channel */
params.showRegisterChannelButton = true;
/* Position of the navigation container (where channel and query buttons appear). Valid values: left, right, top, bottom */
params.navigationPosition = "right";
/* See more parameters at [url]http://redmine.lightirc.com/projects/lightirc/wiki/Customization_parameters[/url] */
params.charset = "utf8_unicode_ci";
params.autoReconnect = false;
params.showEmoticonsButton = true;
params.showRichTextControls = true;
params.showTranslationButton = true;
params.showMenuButton = true;
params.showJoinPartMessages = true;
params.showTimestamps = false;
params.showInfoMessages = true;
params.showChannelHeader = true;
params.fontSize = "13";
params.showJoinChannelButton = true;
params.showListButton = true;
params.showPartChannelButton = true;
params.showNewQueriesInBackground = true;
params.userListWidth = 130;
params.showChannelCentralButton = true;
params.rememberNickname = false;
params.useUserListIcons = true;
params.showNickPrefixes = true;
params.userListCustomFormatting = "mode=o:userListOperator,mode=v:userListVoice,mode=h:userListHalfop";
/* Use this method to send a command to lightIRC with JavaScript */
function sendCommand(command) {
swfobject.getObjectById('lightIRC').sendCommand(command);
}
/* Use this method to send a message to the active chatwindow */
function sendMessageToActiveWindow(message) {
swfobject.getObjectById('lightIRC').sendMessageToActiveWindow(message);
}
/* Use this method to set a random text input content in the active window */
function setTextInputContent(content) {
swfobject.getObjectById('lightIRC').setTextInputContent(content);
}
/* This method gets called if you click on a nick in the chat area */
function onChatAreaClick(nick, ident, realname) {
//alert("onChatAreaClick: "+nick);
}
/* This method gets called if you use the parameter contextMenuExternalEvent */
function onContextMenuSelect(type, nick, ident, realname) {
alert("onContextMenuSelect: "+nick+" for type "+type);
}
/* This method gets called if you use the parameter loopServerCommands */
function onServerCommand(command) {
return command;
}
window.onbeforeunload = function() {
swfobject.getObjectById('lightIRC').sendQuit();
}
/* This loop escapes % signs in parameters. You should not change it */
for(var key in params) {
params[key] = params[key].toString().replace(/%/g, "%25");
}
function OzelKapat(type, nick, ident, realname, channel, host) {
if(type == "Ozel Mesaj Kapat") {
var nick = prompt("Ozeli Kapatmak Icin Sadece Tamama Tikla.", "");
if(nick != null) {
sendCommand("/silence +");
}
}
}
function OzelAc(type, nick, ident, realname, channel, host) {
if(type == "Ozel Mesaj Ac") {
var nick = prompt("Ozeli Acmak Icin Sadece Tamama Tikla.", "");
if(nick != null) {
sendCommand("/silence -");
}
}
}
function YardimKanali(type, nick, ident, realname, channel, host) {
if(type == "Yardim Kanalina Gir") {
var nick = prompt("Yardim Kanalina Girmek icin Tamama Tikla.", "");
if(nick != null) {
sendCommand("/join #Help");
}
}
}
__EOF__
cat > $INDEX << __EOF__
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" " Bu forumdaki linkleri ve resimleri görebilmek için en az 25 mesajınız olması gerekir. style="color: #007700">>
<html xmlns=" Bu forumdaki linkleri ve resimleri görebilmek için en az 25 mesajınız olması gerekir. style="color: #0000BB">xml:lang="en">
<head>
<meta name="google-site-verification" content="kiGMahFx9M0tg2Un1gdebLesClS9mOVZO9J-JC9uPas" />
<meta name="msvalidate.01" content="EE584277169CCAF88591F5B3AE248F91" />
<meta name='yandex-verification' content='5452bb8140a3e9d3' />
<meta http-equiv="Content-Type" content="text/html; charset=utf8" />
<meta name="language" content="de" />
<meta name="author" content="Valentin Manthei - lightIRC.com" />
<title>GalaxyShell İnternet Hizmetleri / Free Flash IRC Client</title>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/swfobject/2.2/swfobject.js"></script>
<script type="text/javascript" src="config.js"></script>
<style type="text/css">
html { height: 100%; overflow: hidden; }
body { height:100%; margin:0; padding:0; background-color:#999; }
</style>
</head>
<body>
<div id="lightIRC" style="height:100%; text-align:center;">
<p><a href=" Bu forumdaki linkleri ve resimleri görebilmek için en az 25 mesajınız olması gerekir. title="JavaScript">js"></script>
<script type='text/javascript'>
var s1 = new SWFObject('player.swf',
'player',"100%","19","0","#FFFFFF");
s1.addParam('allowfullscreen','true');
s1.addParam('allowscriptaccess','always')
s1.addParam("flashvars","skin= Bu forumdaki linkleri ve resimleri görebilmek için en az 25 mesajınız olması gerekir. type="text/javascript" src="https://code.jquery.com/jquery-1.12.0.min.js">