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?
We're making progress.... (1 viewing) (1) Guests
Go to bottom Avatar Required To Post Favoured: 0
TOPIC: We're making progress....
#114
brian_williford (Admin)
Admin
Posts: 474
graph
User Online Now Click here to see the profile of this user
Gender: Male
Re:We're making progress.... 1 Year, 4 Months ago  
Okay, give me an hour, I will do a version with no langauge file
 
Report to moderator   Logged Logged  
 
Brian Williford
Jr. Spaceship Mechaninc
  Avatar Required To Particpate
#115
wolfcreek (User)
Fresh MooTooler
Posts: 19
graphgraph
User Offline Click here to see the profile of this user
Re:We're making progress.... 1 Year, 4 Months ago  
You rock...I'm working on trying to get your current code to work, too. When I get a working copy, I'll send it to you, or post it here.

I've a large project to undergo for an ongoing client this week, but I will give it some time Friday or Saturday if possible.

Wolf.
 
Report to moderator   Logged Logged  
  Avatar Required To Particpate
#116
brian_williford (Admin)
Admin
Posts: 474
graph
User Online Now Click here to see the profile of this user
Gender: Male
Re:We're making progress.... 1 Year, 4 Months ago  
Thanks for the help!
I posted version 1.0.2, I still beleive there are some issues with some servers not reading the mySQL username and password one the file being inserted by mySQL

Just realize I am using Get and never bothered to try using post in the main file

Might change line 79 on this file:

mod_moolet_total_users.php

try

method: 'get',

to

method: 'post',

I see I set the periodical loop lower in the page to Post allready.

let me know if any of that progresses your issue

brian
 
Report to moderator   Logged Logged  
 
Brian Williford
Jr. Spaceship Mechaninc
  Avatar Required To Particpate
#121
wolfcreek (User)
Fresh MooTooler
Posts: 19
graphgraph
User Offline Click here to see the profile of this user
Re:We're making progress.... 1 Year, 4 Months ago  
New problems with 1.0.2:

Code: :

 Warningmysql_connect() [function.mysql-connect]: Access denied for user 'nobody'@'localhost' (using passwordNOin /home/xxxxx/xxx/modules/mod_moolet_online/mod_moolet_online.inc.php on line 66 Warningmysql_select_db(): supplied argument is not a valid MySQL-link resource in /home/xxxxx/xxx/modules/mod_moolet_online/mod_moolet_online.inc.php on line 67 Warningmysql_query(): supplied argument is not a valid MySQL-link resource in /home/xxxxx/xxx/modules/mod_moolet_online/mod_moolet_online.inc.php on line 85 Warningmysql_query(): supplied argument is not a valid MySQL-link resource in /home/xxxxx/xxx/modules/mod_moolet_online/mod_moolet_online.inc.php on line 96 Warningmysql_fetch_row(): supplied argument is not a valid MySQL result resource in /home/xxxxx/xxx/modules/mod_moolet_online/mod_moolet_online.inc.php on line 97 Warningmysql_query(): supplied argument is not a valid MySQL-link resource in /home/xxxxx/xxx/modules/mod_moolet_online/mod_moolet_online.inc.php on line 103 Warningmysql_fetch_row(): supplied argument is not a valid MySQL result resource in /home/xxxxx/xxx/modules/mod_moolet_online/mod_moolet_online.inc.php on line 104 Warningmysql_connect() [function.mysql-connect]: Access denied for user 'nobody'@'localhost' (using passwordNOin /home/xxxxx/xxx/modules/mod_moolet_online/mod_moolet_online.inc.php on line 176 Warningmysql_select_db(): supplied argument is not a valid MySQL-link resource in /home/xxxxx/xxx/modules/mod_moolet_online/mod_moolet_online.inc.php on line 177 Warningmysql_query(): supplied argument is not a valid MySQL-link resource in /home/xxxxx/xxx/modules/mod_moolet_online/mod_moolet_online.inc.php on line 201 Warningmysql_fetch_row(): supplied argument is not a valid MySQL result resource in /home/xxxxx/xxx/modules/mod_moolet_online/mod_moolet_online.inc.php on line 202 Warningmysql_query(): supplied argument is not a valid MySQL-link resource in /home/xxxxx/xxx/modules/mod_moolet_online/mod_moolet_online.inc.php on line 213 Warningmysql_fetch_row(): supplied argument is not a valid MySQL result resource in /home/xxxxx/xxx/modules/mod_moolet_online/mod_moolet_online.inc.php on line 214 Warningmysql_query(): supplied argument is not a valid MySQL-link resource in /home/xxxxx/xxx/modules/mod_moolet_online/mod_moolet_online.inc.php on line 221 Warningmysql_fetch_row(): supplied argument is not a valid MySQL result resource in /home/xxxxx/xxx/modules/mod_moolet_online/mod_moolet_online.inc.php on line 222 Warningmysql_query(): supplied argument is not a valid MySQL-link resource in /home/xxxxx/xxx/modules/mod_moolet_online/mod_moolet_online.inc.php on line 229 Warningmysql_fetch_row(): supplied argument is not a valid MySQL result resource in /home/xxxxx/xxx/modules/mod_moolet_online/mod_moolet_online.inc.php on line 230 Warningmysql_query(): supplied argument is not a valid MySQL-link resource in /home/xxxxx/xxx/modules/mod_moolet_online/mod_moolet_online.inc.php on line 237 Warningmysql_fetch_row(): supplied argument is not a valid MySQL result resource in /home/xxxxx/xxx/modules/mod_moolet_online/mod_moolet_online.inc.php on line 238



It is finally displaying the current numbers and members/guests online, so we're closer now than we were before.

I'm in the midst of this project, but thought I would drop this into you so that you could look it over. I haven't had time to look over the offending code, but I suspect it has more to do with the parameters being passed. I'll try to check back later with other thoughts.

Wolf.
 
Report to moderator   Logged Logged  
  Avatar Required To Particpate
#122
brian_williford (Admin)
Admin
Posts: 474
graph
User Online Now Click here to see the profile of this user
Gender: Male
Re:We're making progress.... 1 Year, 4 Months ago  
Okay,
This means the ajax is now loading the page it should. However many users have this same trouble and currently I dont know how to fix it. The PHP or mySQL is not letting the data_base_ username and password pass through the ajax load, which is why you get:

'nobody'@'localhost' (using password: NO)

It really is calling:

'your_joomla_db_user'@'localhost' (your_joomla_db_pass)

So I need to fix, however all my server pass this fine which makes it hard for me

it probably is PHP security settings on shared hosts. all my servers are dedicated.

So when I figure that one out I will update the code

brian
 
Report to moderator   Logged Logged  
 
Brian Williford
Jr. Spaceship Mechaninc
  Avatar Required To Particpate
#125
brian_williford (Admin)
Admin
Posts: 474
graph
User Online Now Click here to see the profile of this user
Gender: Male
Re:We're making progress.... 1 Year, 4 Months ago  
a little google this looks like it my have someting to do with safe_mode is on in the php.ini for your server and off on mine or just the opposite

this should be resolvable. I need to do some actual client work but will get back to this soon
 
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...