Jul 26, 2008

Php And Irc - PHP-based IRC web client

Free Web Hosting, No Ads > CONTRIBUTE > Computers > Programming Languages > PHP Programming

free web hosting

Php And Irc - PHP-based IRC web client

coolcat50
I am wondering whether or not you could create a basic client for IRC using PHP. I know that PHP does have IRC functions which I read about on php.net. I am not quite sure whether or not a client could be built around this. I do know that there is a CGI IRC client on the web. I use this while I am on my Wii I am wanting to incorporate a PHP IRC client into my website and use AJAX to automatically reload the chat. Well, if anybody could help that would be great.

Reply

jlhaslip
Internet Relay Chat Servers are not allowed at the Trap17 Hosting Accounts, as per the Terms of Service (TOS) and Acceptable Use Policy (AUP) found by reading the Trap17 readme file.
QUOTE
Internet Relay Chat (IRC) traffic is not permitted on our servers in any of its many forms including, but not limited to: bots and IRC servers.

Since this is a Shared Server, an IRC places too much demand on the Server and degrades the service for others.
Finding an IRC Server in your account will result in a Cancellation of your Hosting Account. No exceptions.

Trap17 Readme file here.

Reply

BuffaloHELP
If we're just discussing about PHP programming for IRC, the perfect example is our Trap17 forum shoutbox. It is written in PHP and using AJAX to auto refresh at every 15 seconds or so. AJAX can be altered to automatically refresh when there's a new data submitted.

So IRC written in PHP is possible but not PHP alone. The standard function of "IRC" is not present, i.e. call function of irc(network.address:port), but you can configure the whole page to refresh when a new submit is detected. But as IRC user interface, the whole page refresh is very annoying. Therefore some type of AJAX is the better way to go.

Reply

coolcat50
I wasn't going to have a server on my account. My IRC channel is hosted on dejatoons.net. So an IRC client is against TOS. Well, i still want to devleop one to see how to make one just in case I run a localhost and I can use this client. I do know that in PHP there are the ircg functions that can connect to IRC servers. I just don't see how I could output the messages once it starts. If this is against TOS then close the topic.

Reply

BuffaloHELP
Trying to develop an IRC prototype and running IRC service are two different things. You may use Trap17 hosting as developing ground for your scripts, in hopes that you don't abuse Trap17 servers tongue.gif

You can use Trap17 hosting to develop even IRC client but what you should refrain is advertising/making widely available you're developing, which leads to visitors using your developing page to chat.

Visit http://www.handyphp.com/ one of AstaHost administrator's page. You can post your question or request for help/guidance.

Good luck and let us know how it goes.

Reply

gogoily
Maybe we can write such a script with PHP, it has to be a script that using socket functions in PHP.
But as jlhaslip said, we can't place such pages in trap17.

Reply



Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

(Maximum characters: 10,000)
You have characters left.
Confirm Code:

Recent Queries:-
  1. irc php - 12.20 hr back. (1)
Similar Topics

Keywords : php, irc, php, based, irc, web, client

  1. How To Run Wow-wotlk Client.
    Need help? (5)
  2. Warlords Series And Other Turn Based Strategy Games
    Both RTS (Battlecry) and TBS (0)
    So are there any fans of any of the above mentioned games? Personally Warlords series is one of my
    favorite game series and definitely has the best music. Other great games I have enjoyed very much
    are Disciples, Age of Wonders and Lords of Magic. How about you?....
  3. Free Newsgroups (based On Nntp Protocol)
    Discussion on benefitting from free newsgroups (0)
    If you are reading this you know what a discussion forum is. It is also called as newsgroup or
    usenet groups. This was the first application of computer networks- computer programmers and
    scientists used to collaborate over usenet groups! So what is the difference between
    traditional usenet groups and a discussion forum like this? Here is a short answer: Usenet groups
    are hosted on dedicated servers using NNTP protocol. The users need to have a client like Mozilla
    Thunderbird or Opera mail client to subscribe to usenet groups. Typically, you don't use a b....
  4. Text Based Rpg Game Maker
    (3)
    Well I need one, if you can help please do...I would like it so I can have people play online.....
  5. Sending E-mails Based On Intervals?
    (7)
    Again, I need your help. I have two database entries, let's say "reg_users" and "news". The
    question is that if somethings was changed in the "news" database, the email letter will be sent
    automatically to all emails which are related to "reg-users" database. So, how can I accomplish this
    point. How can I set this process based on daily, weekly or monthly basis?....
  6. I've Made A Site With Which You Could Download Sxe Client
    SXE (0)
    http://sxe.org.ru latest SXE version md5 is the same as official release....
  7. Text Based Game
    (5)
    Is it possible to make a Text Based game with only HTML and some PHP for chat? I dunno any
    languages besides HTML. =.= yeah Im a newbie.....
  8. Budding Java Game Developers?
    Ever wanted to make your own java web-based game, but not had the time (8)
    Right, this is the first post of hopefully many in this thread. Basically the idea is to get many
    developers together to share ideas and knowledge to create our very own game. First we'll be
    asking for is any ideas of what kind of game everybody would like to make, and then we'll set
    about assigning tasks depending on everybodies skills. We will need programmers, artists,
    web-designers, even admin and marketing. This will be freeware, but the experience will be great.
    So, ideas anyone?....
  9. Client Correspondence - Keeping Unflattering Words Off The Record
    (0)
    Email messages that contain seemingly harmless gossip or criticism can be passed around and hauled
    out later, and used to build a case against the corporation that engaged the people who sent them.
    When you are about to send a message that spreads a rumor, including comments that belittle a
    client, or passes on a fact that could be damaging to a client's reputation, think again. In
    view of what could be dragged out of the darkness into the harsh light of the courtroom, a whispered
    conversation with the co-worker you intended to send the email to would be a safer op....
  10. Make A Flat Based Shoutbox, With Auto Refresh.
    (6)
    With this tutorial, you will learn how to create a simple shoutbox, but only uses a .txt file. Also
    with auto refresh, and I am going to do a backgound. We will be making 5 files. 1. index.php The
    main page 2. msg.php Reading msg.txt 3. msg.txt Note: You must give it 777 4. shout.php Where
    it add to msg.txt 5. bg.gif Background. Index.php would be like this: Shoutbox
    Name: Message: Let's go over what the code do. -> are just the title.
    gets msg.php which gets msg.txt. You will know why I do that later. -> is wh....
  11. Creating Something With Co-ordinates With Php.
    Something like you see in those web-based php games, like a map or som (12)
    Well, i was just wondering if something simple and basic could be made (like a small map where you
    could move around on, like you click up, and your position moves up and reports it to the
    database..etc) with co-ordinates in php . Taking the x-axis and the y-axis into consideration.
    Things like maps which online games have such as web-based space games or legacy-game.net. Thanks
    for any feedback, ~Aldo....
  12. Pop3 Email Supported?
    Trying to receive zzn.com email in my client (2)
    Hi, at the moment I am running a test to offer visitors to my web site a free email address via
    zzz.com ( ZZN Free Email ). This seems to work, however (the reason why I am asking here is because
    I cannot find satisfactory answers in their FAQs and support does not seem to get back to me),
    although it is advertised on their web site that you can receive your email in your email client
    rather than as webmail, it does not deem to work. I got in touch with support to ask if that was a
    service restricted to paid users only (nothing about that mentioned on their web site anyw....
  13. Dreamweaver Cs3 Help With Php
    dunno where to post topic. webdesign based but software? (1)
    i have installed cs3 and its good with html and such but when im previewing .php files its showing
    not connected to internet. do i still need to install php,mysql and such? xamp right?....
  14. Ftp In Visual Basic 6.0
    Start making your FTP client using VB6 (0)
    Recently, I had a need to make a FTP client, since our webhosting FTP server was kind of exotic, and
    very restrictive, and most of uploads, even though they reach 100% would crash... File would be
    uploaded to a server, but FTP clients just froze upon completion, waiting for the 226 (OK) from FTP
    server... So, I had to make my own, one who would not wait for 226, but instead, watch the file
    pload progress... This tutorial is not fuly complete, in the sense that it does not offer COMPLETE
    FTP client functionality (for example, I ddn't write the code for FTP download, ....
  15. Web Based Accounting Software
    do you know of any open source web based accounting software (4)
    Hi all, I'm looking for an open source web based accounting software, preferably a PHP-MySQL
    based one if possible. I've already started searching but so far no luck. Many Thanks ....
  16. Internet Based Confessionals...
    (6)
    I had the novel idea the other day about an internet based confession service for the catholic
    church. e.g "fill out the for below confessing your sins and one of our fathers will reply with the
    appropriate course of action... What do you think? I thought of it as a kind of a joke... do you
    think it has merit?....
  17. Remove A Value From A Php Array Based On Its Value
    (5)
    I have an index array CODE $array[0] = 10; $array[1] = 12; ...
    Its kinda late and I'm falling asleep now but I had a quick look through PHP.net, and could not
    find what I'm after, Maybe I'm too sleepy, sorry, but if anyone knows off the top of their
    head a way to removed members in that array based on its value, i.e. I wanna remove values 12. I
    don't really want to do a loop but if I cant find any existing function to do it, then I may
    have to. Thanks for any help.....
  18. Ghostbusters - The Video Game
    New movie-based game coming Fall 2008 (5)
    Next fall, who you gonna call? Ghostbusters – The Video Game, based on the 1984 worldwide
    blockbuster hit created by Dan Aykroyd and Harold Ramis which spawned a 1989 sequel, a popular
    Saturday Morning animated series and countless spin-offs, will hit stores next fall for the
    next-generation gaming consoles. Sierra, the software developer behind the RTS hit World in Conflict
    and the SWAT series, will co-produce the games with Sony Pictures Entertainment. GameTrailers.com
    has posted a debut trailer available in HD and standard definition formats. It’s a little short wit....
  19. Background Image Swap Script
    Change a Background Image based on clock time (15)
    Background Image Changer Script To swap the background image from your CSS file according to the
    Server Clock Time. 1.) In your CSS file, add the following rule: CODE body {
        background: url(time.png); } 2.) Create a "folder" named time.png. 3.) Into the
    folder, place three images named morning.png, day.png, night.png. 4.) Also, in the same folder,
    create an index.php file and copy/paste the following script. CODE <?php $hour =
    date('H'); if ($hour < 12 ) {     $image =
    "morning.png"; } ....
  20. Are Female Clients More Difficult To Satisfy
    (7)
    I have been doing businesses with different individuals and believe me with all due respects to
    ladies and no gender discrimination. Ladies or should i say women are very difficult to satisfy when
    it comes to doing business. I have about 3 outstanding obs on ground that have already been
    completed bot this women are finding it difficult to sign my cheque and let me move on. instead
    they keep giving one silly excuse or the other. And i have done the same project for more than 4
    guys far after i met this women and i have even forgotten I even got such projects. Aside th....
  21. Three Neat Avatar-based Sites
    Zantarni, Menewsha and Elyzeria (7)
    I'm not sure if this goes here. Sorry if it's the wrong place. lol /tongue.gif"
    style="vertical-align:middle" emoid=":P" border="0" alt="tongue.gif" /> I joined three neat sites
    this week: Zantarni, Menewsha and Elyzeria. Elyzeria This is a cool site. It's not
    avatar-based, actually. You make three characters on your account and they can have a certain class
    (mage, healer, or warrior). And they can be either a human, elf or dwarf. You have to feed them and
    basically improve their stats. You can go on quests. There's a whole lot more to it. I'll ....
  22. Travian Online Game
    Village Based Online Game (1)
    Have anyone of you played travian online game. Based around building your own village. Here is the
    link TRAVIAN Also you may want to check this server I am palying on it is 3 times faster then any
    else. (THIS IS NOT REFFERAL LINK) TRAVIAN SERVER 3 ....
  23. Carpentry Information
    Based on my experiences as a Carpenter (9)
    This is my "Day Job". If anyone has any questions about Carpentry, Cabinetmaking, Finish
    Carpentry, Timber Framing or Woodworking (in general), I would be pleased to assist them with find
    answers. I am not "ticketed", which means I haven't learned any bad habits from schools, but
    with more than a few years in Construction, and having worked from Concrete to Countertops, I am
    very experienced. And that is a fair to middling Teacher... /smile.gif"
    style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" /> Residential, Commercial,
    Industrial, Interior....
  24. Travian Browser Based Game
    The Travian Story (1)
    This is the story of travian which is a game found at http://www.travian.com it is a game based on
    real time except it is set in the middle ages it is all about runnign you own litte village and
    expanding your kingdom by conquering new villages or settleing in emty vallys but i dnt want to be
    talking about that as you will find all the info you need in the site i am here to show everyone the
    translated story of travian which is a little project of mine. you see travian started in germany
    and now has servers for england, america, france, spain, germany, holland and ital....
  25. Do You Use (or Plan To) Asp.net?
    Or some other .NET based evniroment? (7)
    I'm interested how many of you use .NET framework, how do you like it, what are it's pros
    and cons, and anything that comes accross your mind related to it? I'm using PHP/MySQL
    combination for now, but I'm considering move to ASP.NET. I've never even used ASP, so what
    do you recommend? ASP.NET or NOT ASP.NET? Or maybe to start with ASP?....
  26. Css Cal Config Client
    CASEYS config (7)
    Casey's Source Config & Tweak Guide Last Updated: 12/18/05 Below is my expanded tweak guide
    for getting the best performance out of CS: Source. Drivers First and foremost, drivers are key to
    performance; but not all drivers are created equal, and no one driver is right for every card. It is
    up to you to research and test to find the best driver for your specific card. However, below are
    some generally recommended 3rd-party drivers for your brand of card. One thing to keep in mind: Just
    because a driver is newer doesn't mean it's better. You'll need to....
  27. Is There An Adium-like Im Client For Windows?
    (17)
    Recently I've been getting sick of connecting to so many accounts on so many different clients.
    It's troublesome to maintain so many accounts/programs. I liked using Trillian for a while but
    it took too much processor memory and it can't connect to Skype or Googletalk (which I
    haven't downloaded, but will do so when I find a suitable Adiumlike program). Does anyone know
    of an IM client which supports all the major IM protocols? That would be MSN, Yahoo, AIM,
    Jabber/Google (well, Skype too but I guess it's optional). I've looked around the plac....
  28. Opengl And Mfc Dialog Based Application
    some comments about using it together (7)
    AS you probably know you can create a simple OpenGL applications using WinAPI functionality only
    (you can create it using Microsoft Visual Studio), but if you are making somethink with real windows
    interface and want to create application with multiple windows/dialogs/buttons with Windows Styles
    etc... you can use MFC (Microsoft Foundation Classes) to do it ... But i did a 2 hours web search to
    find example of using OpenGL windows inside MFC created Dialog window. I found it and want to share
    my results now. My application is a simple OpenGL based tool, which shows Ope....
  29. Dubit Informer (uk Based Survey Site)
    Known to be active and pay at £25 (4)
    Heres the blurb: Informer is a unique scheme only for young people who want to make their opinions
    and voices heard and get paid for it. As a member of Informer you will be part of an exclusive group
    of teenagers that is given access to new ideas, new ad campaigns and new technologies – all before
    anyone else!! Members of Informer are the ones who influence which ideas are decent enough
    to take forward – because companies are keen to hear what you think! If that sounds good to
    you heres how to make the money, i already have made some: Once you have been ....
  30. Bittorrent Client
    What is your favorite BT client? (90)
    I use BitTornado because it's very reliable for me, although at times, the GUI seems to freeze,
    and I get very mad when that happens because I leave the computer on for a long time, so when I get
    back, I expect a finished download. I've also tried BitComet. I don't know if this is me,
    but the torrent seems to take SO much longer to finish downloading than it does on BitTornado. If
    you've experienced this, post below. Shareaza is another client that I've tried, but it
    doesn't seem to handel torrents very well.....

    1. Looking for php, irc, php, based, irc, web, client

Searching Video's for php, irc, php, based, irc, web, client
Similar
How To Run
Wow-wotlk
Client. -
Need help?
Warlords
Series And
Other Turn
Based
Strategy
Games - Both
RTS
(Battlecry)
and TBS
Free
Newsgroups
(based On
Nntp
Protocol) -
Discussion
on
benefitting
from free
newsgroups
Text Based
Rpg Game
Maker
Sending
E-mails
Based On
Intervals?
I've
Made A Site
With Which
You Could
Download Sxe
Client - SXE
Text Based
Game
Budding Java
Game
Developers?
- Ever
wanted to
make your
own java
web-based
game, but
not had the
time
Client
Corresponden
ce - Keeping
Unflattering
Words Off
The Record
Make A Flat
Based
Shoutbox,
With Auto
Refresh.
Creating
Something
With
Co-ordinates
With Php. -
Something
like you see
in those
web-based
php games,
like a map
or som
Pop3 Email
Supported? -
Trying to
receive
zzn.com
email in my
client
Dreamweaver
Cs3 Help
With Php -
dunno where
to post
topic.
webdesign
based but
software?
Ftp In
Visual Basic
6.0 - Start
making your
FTP client
using VB6
Web Based
Accounting
Software -
do you know
of any open
source web
based
accounting
software
Internet
Based
Confessional
s...
Remove A
Value From A
Php Array
Based On Its
Value
Ghostbusters
- The Video
Game - New
movie-based
game coming
Fall 2008
Background
Image Swap
Script -
Change a
Background
Image based
on clock
time
Are Female
Clients More
Difficult To
Satisfy
Three Neat
Avatar-based
Sites -
Zantarni,
Menewsha and
Elyzeria
Travian
Online Game
- Village
Based Online
Game
Carpentry
Information
- Based on
my
experiences
as a
Carpenter
Travian
Browser
Based Game -
The Travian
Story
Do You Use
(or Plan To)
Asp.net? -
Or some
other .NET
based
evniroment?
Css Cal
Config
Client -
CASEYS
config
Is There An
Adium-like
Im Client
For Windows?
Opengl And
Mfc Dialog
Based
Application
- some
comments
about using
it together
Dubit
Informer (uk
Based Survey
Site) -
Known to be
active and
pay at £25
Bittorrent
Client -
What is your
favorite BT
client?
advertisement



Php And Irc - PHP-based IRC web client



 

 

 

 

ADD REPLY / Got an Opinion! Remove these ADs! RAPID SEARCH! Free Web Hosting [X]
Express your Opinions, Thoughts or Contribute more info. to help others.
Ask your Doubts & Queries to get answers, So that "Together We can help others!"
Register FREE for AD-FREE forum, Create your own topics, Ask Questions, track topics, setup subscriptions & notifications and Get a Free Website w/ Email and FTP.
500MB Space *No Ads*, CPanel, FTP, PHP, MySQL, EMails - 100% FREE