| Author |
Message |
Mo-Jo-52

Joined: Feb 11, 2007
Posts: 14
|
Posted:
Sun Feb 11, 2007 5:22 pm |
|
I have installed your info block and all works well except for the members online. I use php-nuke 7.9 patched 3.3. Was wondering if u could help with this issue. |
| |
|
|
 |
Mo-Jo-52

Joined: Feb 11, 2007
Posts: 14
|
Posted:
Sun Feb 11, 2007 6:08 pm |
|
Also on the info block how do i activate the security sys. |
| |
|
|
 |
gotcha
Site Admin


Joined: Oct 25, 2004
Posts: 921
|
Posted:
Mon Feb 12, 2007 1:09 am |
|
| Mo-Jo-52 wrote: |
| I have installed your info block and all works well except for the members online. I use php-nuke 7.9 patched 3.3. Was wondering if u could help with this issue. |
What is wrong with the members online?
You can change how many show in the list by changing a setting inside the block file.
| Mo-Jo-52 wrote: |
| Also on the info block how do i activate the security sys. |
This goes by the setting you use in the config.php |
| |
|
|
 |
ElijahMrE

Joined: Feb 12, 2007
Posts: 2
|
Posted:
Mon Feb 12, 2007 1:02 pm |
|
I'm having a problem, myself...
The Security Code is not showing up.... The config.php is set correctly... and the Info Block asks for the number... but there is no image provided.
Please advise. |
| |
|
|
 |
gotcha
Site Admin


Joined: Oct 25, 2004
Posts: 921
|
Posted:
Mon Feb 12, 2007 1:12 pm |
|
open up the block-Info_Box.php and find this line
| Code: |
<img src="gfx.php?gfx=gfx&random_num='. $random_num .'" alt="'. _SECURITYCODE .'" /><br /> |
and remove the gfx.php to make it look like this.
| Code: |
<img src="?gfx=gfx&random_num='. $random_num .'" alt="'. _SECURITYCODE .'" /><br /> |
alternately you could make a the file gfx.php and just put this inside
| Code: |
<?php
require_once("mainfile.php");
?> |
But why do that? Well i did it so I could block search engines from reading the security image by adding gfx.php to my robots.txt |
| |
|
|
 |
ElijahMrE

Joined: Feb 12, 2007
Posts: 2
|
Posted:
Mon Feb 12, 2007 1:31 pm |
|
|
|
 |
gotcha
Site Admin


Joined: Oct 25, 2004
Posts: 921
|
Posted:
Mon Feb 12, 2007 2:16 pm |
|
|
|
 |
Mo-Jo-52

Joined: Feb 11, 2007
Posts: 14
|
Posted:
Mon Feb 12, 2007 7:58 pm |
|
What is wrong with the members online?
You can change how many show in the list by changing a setting inside the block file.
The members online has never worked since i installed php-nuke. It just always shows zero online. And if i go into my account i am always shown as offline.
I am wondering if when i done the patch to 7.9 if i some how messed up the core files. And i have no idea where to look for the online status.
I am not a coder or script person. I just use php-nuke.
Our web site is www.osaclan.com |
| |
|
|
 |
gotcha
Site Admin


Joined: Oct 25, 2004
Posts: 921
|
Posted:
Mon Feb 12, 2007 8:56 pm |
|
It reads the online status from the "nuke_session" table.
Make sure that table exists in your database and if its not there you'll have to add it manually. |
| |
|
|
 |
Mo-Jo-52

Joined: Feb 11, 2007
Posts: 14
|
Posted:
Mon Feb 12, 2007 9:23 pm |
|
The table nuke_session is there. Records 0 Type MyISAM Size 1.0KB
And i downloaded and installed the new version of the info block and i still do not have the security code block.
Aren't i a pain the ___.  |
_________________ www.osaclan.com |
|
|
 |
floppy

Joined: Nov 29, 2006
Posts: 85
Location: Jackson, Mississippi
|
Posted:
Tue Feb 13, 2007 4:30 pm |
|
Does your gfx image work in your account? |
| |
|
|
 |
Mo-Jo-52

Joined: Feb 11, 2007
Posts: 14
|
Posted:
Tue Feb 13, 2007 8:44 pm |
|
The login security worked with a different membership block. But i like the look and feel of this one better.
And as i said before i am a noob at php-nuke, so u will have to explain gfx a little more. If u mean graphic. Most all of my graphics work on the web site.
I do want to thank all of u for the help. |
_________________ www.osaclan.com |
|
|
 |
floppy

Joined: Nov 29, 2006
Posts: 85
Location: Jackson, Mississippi
|
Posted:
Tue Feb 13, 2007 8:47 pm |
|
|
|
 |
Mo-Jo-52

Joined: Feb 11, 2007
Posts: 14
|
Posted:
Tue Feb 13, 2007 10:49 pm |
|
|
|
 |
gotcha
Site Admin


Joined: Oct 25, 2004
Posts: 921
|
Posted:
Wed Feb 14, 2007 6:45 pm |
|
|
|
 |
|
|