php free chat pyksa honlapba(k)

Indította isolator05, 2013-12-17, 10:28:06

2013-12-17, 10:28:06 Utolsó szerkesztés: 2014-03-05, 21:34:24 Szerző: [MOD]Aceagan
üdv.
A cím magáért beszél. Tehát hogyan tudnák chat ablakot berakni a honlapomba? És kell e neki külön tárhely vagy valaki leírná hogy hogyan is megy 1 ilyen telepítés?
Előre is köszi
Ha segítettem ne sajnáld a + t.

Letöltöd a phpfreechat-et és a README.md fájlban pontosan le van írva, hogyan tudod "telepíteni"

Köszönöm. De ezzel nem sokra megyek mert nem vagyok php zseni.
Valaki esetleg tudna többet segíteni? Hogy hova írjak , mit írjak. Ebből a leírásból annyit vettem ki hogy a honlap gyökérkönyvtárába kell felmásolni.
DE a továbbiak mik?
[spoiler]Installation quickstart

[![Build Status](https://travis-ci.org/kerphi/phpfreechat.png?branch=master)](https://travis-ci.org/kerphi/phpfreechat)

## Prerequisites

  * Web browser compatible with JQuery (almost all !)
  * A server with:
    * php >= 5.3.0 ([Slim framework](https://github.com/codeguy/Slim/blob/master/README.markdown#system-requirements) dependency)
    * apache server with mod_rewrite and .htaccess enabled
    * write access to the phpfreechat-2.1.0/server/data/ and phpfreechat-2.1.0/server/log/ folder (777 or write permission for the web server)
  * No database needed !

## Quick start

Download [phpfreechat-2.1.0.zip](http://www.phpfreechat.net/download) and unzip it in the root folder of your Web server.

JQuery should be included in your html `<head>` before the phpfreechat code:
```html
  <script src="/phpfreechat-2.1.0/client/lib/jquery-1.8.2.min.js" type="text/javascript"></script>
```

Include the phpfreechat plugin in your html `<head>`:
```html
  <link rel="stylesheet" type="text/css" href="/phpfreechat-2.1.0/client/themes/default/jquery.phpfreechat.min.css" />
  <script src="/phpfreechat-2.1.0/client/jquery.phpfreechat.min.js" type="text/javascript"></script>
```

Add this piece of HTML in your `<body>` where you want the chat to be displayed:
```html
...
<div id="mychat">Creating chat rooms everywhere - phpFreeChat</div>
...
```

The add this piece of code just after (it will hook the chat on the page):
```html
<script type="text/javascript">
  $('#mychat').phpfreechat({ serverUrl: '/phpfreechat-2.1.0/server' });
</script>
```

## Themes customization

phpfreechat is released with few themes. You can choose which one you want to use:

* `default`
* `carbon`
* `gamer`

To select the theme, you only have to change one line in your html `<head>`. To use the `default` theme:
```html
  <link rel="stylesheet" type="text/css" href="/phpfreechat-2.1.0/client/themes/default/jquery.phpfreechat.min.css" />
```
or this code for `carbon` theme:
```html
  <link rel="stylesheet" type="text/css" href="/phpfreechat-2.1.0/client/themes/carbon/jquery.phpfreechat.min.css" />
```
[/spoiler]
Ebből én nem értek sokat.
Ha segítettem ne sajnáld a + t.

Nem bonyolult... php ismeretet NEM igényel :)
[spoiler]
Idéz## Előfeltételek

  * JQuery kompatibilis böngésző (szinte az összes !)
  * Egy szerver az alábbiakkal:
    * php >= 5.3.0 ([Slim framework](https://github.com/codeguy/Slim/blob/master/README.markdown#system-requirements) dependency)
    * apache szerver mod_rewrite modullal és bekapcsolt .htaccess támogatással
    * írási jogosultság a phpfreechat-2.1.0/server/data/ és phpfreechat-2.1.0/server/log/ könyvtárra (777 vagy írási jog a webszerver számára)
  * Adatbnázisra NINCS szükség !

## Quick start

Töltsd le [phpfreechat-2.1.0.zip](http://www.phpfreechat.net/download) és csomagold ki a webszerver gyökerébe.

A JQuery-nak szerepelnie kell a html `<head>` részben a phpfreechat kód előtt:
```html
  <script src="/phpfreechat-2.1.0/client/lib/jquery-1.8.2.min.js" type="text/javascript"></script>
```

Rakd a phpfreechat plugint a  html `<head>`-be:
```html
  <link rel="stylesheet" type="text/css" href="/phpfreechat-2.1.0/client/themes/default/jquery.phpfreechat.min.css" />
  <script src="/phpfreechat-2.1.0/client/jquery.phpfreechat.min.js" type="text/javascript"></script>
```

Add ezt a HTML sort a `<body>` részbe, ahol a chat meg lesz jelenítve:
```html
...
<div id="mychat">Creating chat rooms everywhere - phpFreeChat</div>
...
```

Utána illeszd be ezt a kódot (Ez fogja "bekapcsolni" az oldalon a csetet):
```html
<script type="text/javascript">
  $('#mychat').phpfreechat({ serverUrl: '/phpfreechat-2.1.0/server' });
</script>
```
[/spoiler]

esküszöm hogy nem értem
Atag megtudnád nekem csinálni?
Ha segítettem ne sajnáld a + t.

Sajnos többet nem segíthetek.

Ha nem akarsz vele sokat szenvedni: www.xat.com