GGsite Forum » Game Script ( for Webmasters ) » Addons » Bridge - SMF & AVArcade
kelo-lt Theme designed by padexx
« previous next »
Pages: [1]
Print
Author Topic: Bridge - SMF & AVArcade    (Read 220 times)
Don
Administrator
Newbie
*****
Posts: 21



View Profile WWW Email
« on: September 08, 2009, 04:35:45 PM »

SMF integration with game script:

You can find whole instruction with code in the zip file.

Bridge Installation
1. Install AV Arcade script (http://www.avscripts.net/avarcade/)
2. Download SMF (Simple Machines Forum) - http://download.simplemachines.org/
Tested(SMF 1.1.10 & SMF 2.0 RC1.2) – Download Full install

Functionality
1. You don’t need to register on both places (forum and game script). When you register on one place, script will register you on both places. So you will need to login and logout at only one place.
2. When you delete a member from the forum it will be deleted from the game script too (be careful).
3. Changing profile in the forum will change the game script profile.
4. Some basic functions

You can see how it works here :
Site: http://www.ggsite.info
Forum : http://www.ggsite.info/forum

Download here(SMF 1.1.10) : http://mlinky.com/8wusa8
Download here(SMF 2.0 RC1.2) : http://mlinky.com/1lkquc

Update 5.9.2009 :
  • Bug fix - problems using different database for smf and for avarcade fixed
  • Bug fix - changing password in SMF didn't change password in avarcade for SMF 2.0 (now fixed)
  • Bug fix - after changing password in SMF update avarcade cookies so user can normally browse homepage


Update 14.9.2009 : (Download again and update your script)
  • Bug fix - problems with registration date after forum registration fixed.
  • Bug fix - after registration in SMF update avarcade cookies so user can normally browse homepage
« Last Edit: September 14, 2009, 11:08:10 AM by Don » Logged

foxygamers
Newbie
*
Posts: 9


View Profile Email
« Reply #1 on: September 14, 2009, 02:15:57 AM »

When someone join through the forum the date come out as something like "    1252868773" in the Members List.
Logged
Don
Administrator
Newbie
*****
Posts: 21



View Profile WWW Email
« Reply #2 on: September 14, 2009, 11:14:08 AM »

Fixed now. Download a new file and upload it.

Also you need to fix that member with that number in registration date.
Go to cpanel and phpmyadmin. Take avscript database. Then open sql and insert this SQL

Code:
Update ava_users set joined = FROM_UNIXTIME(joined,'%M %e %Y') where CHAR_LENGTH(joined) = 10
Logged

 
Pages: [1]
Print
« previous next »
Jump to: