{"id":13560395,"url":"https://github.com/llbbl/codeigniter-chat","last_synced_at":"2025-04-03T16:30:38.671Z","repository":{"id":52429116,"uuid":"894940","full_name":"llbbl/codeigniter-chat","owner":"llbbl","description":"web based chat -- right now just a simple shoutbox","archived":false,"fork":false,"pushed_at":"2021-04-29T14:40:13.000Z","size":1091,"stargazers_count":79,"open_issues_count":0,"forks_count":72,"subscribers_count":11,"default_branch":"master","last_synced_at":"2025-04-03T13:47:55.742Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/llbbl.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"contributing.md","funding":null,"license":"license.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2010-09-07T22:55:10.000Z","updated_at":"2024-03-13T21:18:04.000Z","dependencies_parsed_at":"2022-08-18T00:55:57.111Z","dependency_job_id":null,"html_url":"https://github.com/llbbl/codeigniter-chat","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/llbbl%2Fcodeigniter-chat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/llbbl%2Fcodeigniter-chat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/llbbl%2Fcodeigniter-chat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/llbbl%2Fcodeigniter-chat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/llbbl","download_url":"https://codeload.github.com/llbbl/codeigniter-chat/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247036834,"owners_count":20873023,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-01T13:00:43.222Z","updated_at":"2025-04-03T16:30:38.235Z","avatar_url":"https://github.com/llbbl.png","language":"PHP","readme":"# Codeigniter Chat\n\nThis is a basic shoutboard built using codeigniter. Originally only used XML for the backend, \nbut was rewritten to illustrate different types of web services. It has been updated to use \nCodeIgniter 3.1.0.\n\n## Installation\n\n1. git clone git@github.com:llbbl/codeigniter-chat.git\n2. Rename application/config/database-default.php to database.php\n3. Modify database.php to include your MySQL connection details\n4. Run the create.sql (does not include schema create)\n\n## Configuration\n\n* Setup the Webserver DocumentRoot to point to public folder inside the codeigniter chat folder\n* Assuming you have setup the project under the domain example.local, Open a browser and goto example.local/chat (See Below for Webserver configuration)\n\n## Web Server Configuration\n\nIf you are using nginx, configure the example below and put in sites available/enabled folders. \n\nIf you are using Apache there is already a .htaccess file in the public folder ready to start working. Make sure you have mod_rewrite enabled. \n\n\nnginx\n\n```\nserver{\n\tserver_name default.local;\n\troot /Web/default;\n\t\n\tlisten 80;\n\tindex index.php index.html index.htm;\n\t\n    access_log /Web/logs/default.access.log;\n    error_log /Web/logs/default.error.log;\n\t\n\tlocation / {\n\t\ttry_files $uri $uri/ /index.php?$query_string;\n\t}\n\n\tlocation ~ \\.php$ {\n\t\ttry_files $uri =404;\n\t\t\t\n\t\tfastcgi_split_path_info ^(.+\\.php)(/.+)$;\n\t\tfastcgi_pass unix:/var/run/php5-fpm.sock;\n\t\tfastcgi_read_timeout 150;\n\t\tfastcgi_index index.php;\n\t\tfastcgi_param  SCRIPT_FILENAME $document_root$fastcgi_script_name;\n\t\tinclude fastcgi_params;\n\t}\n\t\n}\n```\n\n","funding_links":[],"categories":["Realtime"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fllbbl%2Fcodeigniter-chat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fllbbl%2Fcodeigniter-chat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fllbbl%2Fcodeigniter-chat/lists"}