Help
Find out what the ArrowChat team is currently working on in here.
User avatar
Jason
Customer
 
Posts: 2352
Joined: 12 Dec 2009, 16:06

 

by Jason 13 Sep 2011, 04:22

We've drastically changed the file and folder setup of ArrowChat for v1.5. This change was designed to make development for ArrowChat easier. To give our developers a head start on things, we want to take this opportunity to outline some of the changes being made.

Please reply if you have any questions regarding this change.

New ArrowChat folder setup:
admin
applications
cache
includes
install
language
public
themes
upgrade
uploads

Here are a few of the most important file changes (Old location -> New):
external.php -> public/external.php (URL can be written as /arrowchat/external.php)
debug.php -> public/debug/ (URL can be written as /arrowchat/debug/)
cron.php -> public/cron/ (URL can be written as /arrowchat/cron/)
video_chat.php -> public/video/ (URL can be written as /arrowchat/video/)
config.php -> includes/config.php

includes/data_core.php -> includes/init.php
includes/functions_receive.php -> includes/integration.php
includes/class_ -> includes/classes/
includes/functions_ -> includes/functions/

recieve/receive_core.php -> includes/json/receive/receive_core.php


All JSON post and get data files have been moved to includes/json/receive and includes/json/send

All integration files have been moved to includes/functions/integrations/
User avatar
Staff Bot
ArrowChat Team
 
Posts: 8996
Joined: 07 Nov 2012, 13:41

 

by Staff Bot 07 Nov 2012, 12:40

This thread has been locked because the last post is greater than six months old. There is a good chance that the information in this thread is outdated. Please open a new topic if you wish to discuss this further.