Thread: integrate mIRC
View Single Post
  #3  
Old 13th April 2009, 19:55
victor victor is offline
Member
 
Join Date: Feb 2009
P2P
Posts: 6
Default
1.sorry
2.ts 5.0
3.yes
4.no
5.ok

:)

Bump: im integrate the irc main page middle side now
don't remember get a backup your orginal irc.php

how to ?

open irc.php ( notpad++, Dreamviewer etc )

removode standart footer
Code:
<?
stdfoot();
?>
remove header
Code:
stdhead(sprintf($lang->irc['head'], $SITENAME));
and save as irc.php to chat.php
upload the chat.php to http docs via ftp
go to tracker settings
create a new block middle side or left side,right side
Plugin Name = what u want
Plugin Title = what u want

directly open plugin code

Code:
<center><iframe src=http://www.yourwebsite.com/chat.php?page=chat&smileys=0 height=600 width=750 frameborder=no scrolling=no></iframe></center>
if u need users can open

Code:
<center><iframe src=http://www.yourwebsite.com/chat.php height=600 width=750 frameborder=no scrolling=no></iframe></center>
good luck

and guys i dont know howto active irc anoounca bot if u know im wating your tutorial
ex: a new torrent blah blah added member etc

Last edited by victor; 17th April 2009 at 20:17.
Reply With Quote