Files and Directory Update Information for v1.5+
PostPosted: 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/
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/