• Forum
  • Doc
  • Screenshots
  • Download
  • Donate
  • Contributors
  • Contact
  • Follow @phpfreechat
  • DEMO
  • Board index ‹ Version 1.x branch ‹ General Support (v1.x)
  • Change font size
  • FAQ
  • Register
  • Login

total noob here

Moderators: OldWolf, re*s.t.a.r.s.*2

Post a reply
2 posts • Page 1 of 1

Postby capypara » Fri Aug 05, 2011 7:47 am

hi, i got interested in trying to make a chatroom using php, so i came across this site.

however, i have no idea on where to start; overview says that i only have to copy/paste a few lines of code, but
i dont even know which file to copy from lol

i have downloaded phpfreechat-1.3.zip already, whats next? i am using windows 7 and xampp, if this helps any.
i appreciate any help, thanks.
capypara
New member
 
Posts: 1
Joined: Fri Aug 05, 2011 7:42 am
Top

Postby MiniMike » Sun Aug 14, 2011 7:24 am

when you unzip the phpfreechat, and you upload it to your site (I think it only works server side) extract all the files and go into it. There is a index.php, you need to open this.

Inside that, you have the layout all of that, you will be looking for a simple line of code that says

Code: Select all
 <?php $chat->printChat(); ?>
  <?php if (isset($params["isadmin"]) && $params["isadmin"]) { ?>
    <p style="color:red;font-weight:bold;">Warning: because of "isadmin" parameter, everybody is admin. Please modify this script before using it on production servers !</p>
  <?php } ?>

paste your $params and everyhting inside the
Code: Select all
<?php if (isset($params["isadmin"]) && $params["isadmin"]) { ?>

line, and I deleted this as I dont like the idea of everyone being admin :P

hope this helps :)
MiniMike
New member
 
Posts: 2
Joined: Sun Aug 14, 2011 7:15 am
Top


Post a reply
2 posts • Page 1 of 1

Return to General Support (v1.x)

Who is online

Users browsing this forum: No registered users and 24 guests

  • Board index
  • The team • Delete all board cookies • All times are UTC + 1 hour
Powered by phpBB® Forum Software © phpBB Group
Sign in
Wrong credentials
Sign up I forgot my password
.
jeu-gratuit.net | more partners
Fork me on GitHub