Файл: How to Update/1.1.txt
Строк: 74
How to update from phpShark V1.0 to v1.1 [Don't forget to back up your
files before
proceeding]
----------------------------------------------------------------------------
---------------------------------
MySQL ------------------------------------
Log-in into phpMyAdmin (or
your MySQL database) and on the SQL tab run the following
queries:
1)
ALTER TABLE `users` ADD `auth` VARCHAR( 50 ) NOT NULL
AFTER `num_chats` ,
ADD `auth_id` VARCHAR( 255 ) NOT NULL AFTER `auth`
,
ADD `facebook` VARCHAR( 255 ) NOT NULL AFTER `auth_id` ,
ADD
`twitter` VARCHAR( 255 ) NOT NULL AFTER `facebook` ,
ADD `linkedin`
VARCHAR( 255 ) NOT NULL AFTER `twitter` ,
ADD `gplus` VARCHAR( 255 ) NOT
NULL AFTER `linkedin` ,
ADD `coderecovery` VARCHAR( 50 ) NOT NULL AFTER
`gplus`
;
----------------------------------------------------------------------------
----------------------------------
FTP -------------------------------------
Upload and replace the following
files on your server:
system/config.php /** Only the necessary lines
**/
themes/default/html/home.php
themes/default/html/_home-foot.php
themes/default/js/js_login.js
themes/default/css/css.css
system/helpers/func_main.php
system/controllers/postear.php
system/controllers/dashboard.php
system/controllers/profile.php
system/controllers/ajax_reload-activities.php
system/controllers/ajax_reload-activities-dashboard.php
system/controllers/likes.php
system/controllers/ajax_reload-likes.php
system/controllers/home.php
system/controllers/logout.php
system/classes/class_network.php
system/classes/class_user.php
(Consider
only lines new
translation.)
system/languages/en/outside/home.php
system/languages/es/outside/home.php
system/languages/en/global/global.php
system/languages/es/global/global.php
NEW
FILES
system/helpers/class.phpmailer.php
system/helpers/class.pop3.php
system/helpers/class.smtp.php
themes/default/html/__mail_resetpass.php
themes/default/html/login-resetpass.php
system/controllers/login.php
system/controllers/login_resetpass.php
system/controllers/_all-required-recovery.php
system/controllers/ajax_recovery.php
system/controllers/_connect-facebook.php
system/controllers/connect/base_facebook.php
system/controllers/connect/facebook.php
system/controllers/connect/fb_ca_chain_bundle.crt
themes/default/imgs/icobfacebook.png
[or
do a clean
reinstall]
----------------------------------------------------------------------------
---------------------------------
Changelog --------------------------------
- Fixed some errors.
- Has
been added as required for password recovery..
- Added the login with
facebook.