Moolet Moo's Online FB 1.0.2

Get Moolets
Loading Loading...
Get Moo
 
Moolets Support Forums
Welcome, Guest
Please Login or Register.    Lost Password?
VancouverOnlineMedia - Moo's Online (1 viewing) (1) Guests
Go to bottom Avatar Required To Post Favoured: 0
TOPIC: VancouverOnlineMedia - Moo's Online
#167
sstark (User)
Fresh MooTooler
Posts: 2
graphgraph
User Offline Click here to see the profile of this user
VancouverOnlineMedia - Moo's Online 1 Year, 3 Months ago  
I love this website, very nice and creative... been using it as an example in my class.

Vancouver Online Media .com is using Moo's Online!

I had to edit the files, however, to get the data_base_ to properly connect... it was trying to login as nobody with no pass to an unknown table! ha.

thanks for the great work, looking forward to the release of users by tag name!!
 
Report to moderator   Logged Logged  
  Avatar Required To Particpate
#168
brian_williford (Admin)
Admin
Posts: 454
graph
User Online Now Click here to see the profile of this user
Gender: Male
Re:VancouverOnlineMedia - Moo's Online 1 Year, 3 Months ago  
thanks for the kind words, I will go check out your _link_

can you post back the data_base_ change you made as there are several other users with the same issue

brian
 
Report to moderator   Logged Logged  
 
Brian Williford
Jr. Spaceship Mechaninc
  Avatar Required To Particpate
#169
sstark (User)
Fresh MooTooler
Posts: 2
graphgraph
User Offline Click here to see the profile of this user
Re:VancouverOnlineMedia - Moo's Online 1 Year, 3 Months ago  
I didn't properly fix this problem... what's going on is you're using php mysql connections instead of using the Joomla $data_base_ _object_. I had to edit your mod_moolets_online.inc.php from

line 65:
Code: :

  global $mosConfig_user$mosConfig_db$mosConfig_host$mosConfig_password$mosConfig_dbprefix;



to:

Code: :

  global $mosConfig_user$mosConfig_db$mosConfig_host$mosConfig_password$mosConfig_dbprefix; $mosConfig_user "user"; $mosConfig_db "database name"; $mosConfig_host "localhost"; $mosConfig_password "password"; $mosConfig_dbprefix "jos_";



Post edited by: sstark, at: 2007/08/24 00:51
 
Report to moderator   Logged Logged  
  Avatar Required To Particpate
#170
brian_williford (Admin)
Admin
Posts: 454
graph
User Online Now Click here to see the profile of this user
Gender: Male
Re:VancouverOnlineMedia - Moo's Online 1 Year, 3 Months ago  
oh I see,
that is a tad unsafe and would require other users to fill in that code.

Seems with server with a certain php setting the joomla globals to not get read in that file loaded in with ajax.

I will keep diggin until I figure it out

thanks!
 
Report to moderator   Logged Logged  
 
Brian Williford
Jr. Spaceship Mechaninc
  Avatar Required To Particpate
Go to top Post Reply
Powered by FireBoardget the latest posts directly to your desktop
Page loading, please wait...