3061
ghia
Re: pages selection
  • 2009/4/4 1:06

  • ghia

  • Community Support Member

  • Posts: 4953

  • Since: 2008/7/3 1


$video_page_nav and $videocss are template variables which contains the links assembled by the PHP program.

If xo-pagenav, xo-pagact, xo-counterpage and xo-pagarrow are not present in a css file, you could add them in your theme's css file and change the aspects for it.



3062
ghia
Re: Alignment Issues in WFDownloads and MyAlbum-p
  • 2009/4/4 1:01

  • ghia

  • Community Support Member

  • Posts: 4953

  • Since: 2008/7/3 1


For the subcategories of wfdownloads it seems the correct display of what is in the html source.

For the myalbum, I think it is best to add a <br /> after each item in the template.



3063
ghia
Re: Notifications.php Blank Page for just me
  • 2009/4/4 0:56

  • ghia

  • Community Support Member

  • Posts: 4953

  • Since: 2008/7/3 1


Are you or your wife member of other user groups besides ADMIN?
Have you defined the notification mode and notification method in the same way as your wife (see user profile /modules/profile/edituser.php?uid=yourid)?



3064
ghia
Re: Module Installation Help
  • 2009/4/4 0:51

  • ghia

  • Community Support Member

  • Posts: 4953

  • Since: 2008/7/3 1


Goopchoop, welcome on the XOOPS forum!

See this FAQ.



3065
ghia
Re: problems on module Planet Cloning
  • 2009/4/3 17:26

  • ghia

  • Community Support Member

  • Posts: 4953

  • Since: 2008/7/3 1


From changelog:
Quote:
Changelog 2.02
Oct 29th, 2006
==============
Bugfix for URLs in template
Made clonable
For you, to try!



3066
ghia
Re: X-Forum 4.06 (Locking/Stickying/Blocks queries)
  • 2009/4/3 16:26

  • ghia

  • Community Support Member

  • Posts: 4953

  • Since: 2008/7/3 1


See this.



3067
ghia
Re: Security Question [Cross-site scripting (XSS)]
  • 2009/4/3 16:24

  • ghia

  • Community Support Member

  • Posts: 4953

  • Since: 2008/7/3 1


AFAIK (never tried myself), Protector will make a copy of all the tables in your database with a new prefix. Then you can adapt mainfile.php to use this second set of tables. After that and when everything works ok, you can delete the original set of tables (with the XOOPS prefix).



3068
ghia
Re: Suggest a module
  • 2009/4/3 14:54

  • ghia

  • Community Support Member

  • Posts: 4953

  • Since: 2008/7/3 1


Quote:
Can you post the proper link to download?

Found it here.



3069
ghia
Re: Module that can be used to read a book or a newspaper???
  • 2009/4/3 14:39

  • ghia

  • Community Support Member

  • Posts: 4953

  • Since: 2008/7/3 1


Most news or articles are published with information modules: eg News. Wiki's are more for knowledge based info.
I know of only one book module: Quran, but don't know if it is usable for other books.



3070
ghia
Re: Security Question [Cross-site scripting (XSS)]
  • 2009/4/3 13:55

  • ghia

  • Community Support Member

  • Posts: 4953

  • Since: 2008/7/3 1


Quote:
I moved data and lib to home directory as apposed to temp folder, and manfile is 444,
I think you missed the point for the trust path. It is meant to be outside the web root.

The XOOPS_TRUST_PATH is defined in your mainfile.php (as alias to xoops_lib) and should also result to outside the web root.

Quote:
'mainfile.php' : missing precheck Not secure
This has to be set for allowing Protector to operate. Last part of mainfile.php should look like this:
// Temporary solution for extra protector module. To be refactored
    // Set the following value as true if you want to enable protector module
    
$ENABLE_PROTECTOR true;

    if ( !empty(
$ENABLE_PROTECTOR) ) {
        @include 
XOOPS_TRUST_PATH '/modules/protector/include/precheck.inc.php';
    }
    if (!isset(
$xoopsOption["nocommon"]) && XOOPS_ROOT_PATH != "") {
        include 
XOOPS_ROOT_PATH."/include/common.php";
    }
    if ( !empty(
$ENABLE_PROTECTOR) ) {
        @include 
XOOPS_TRUST_PATH '/modules/protector/include/postcheck.inc.php';
    }


Check if Protector runs ok by the 2 links in the Protect center (admin protector). It should make entries in the log of Protector.

Protector offers a function to rename all tables in the database with a prefix. (Always backup before doing such major database operations!)

The risk of XSS is not a question of the XOOPS core alone, also modules may be vulnerable. There is no 100% fail safe. Checking regulary for security alerts or module updates on XOOPS.org, together with Protector and the correct install of your site will prevent a lot of problems.
Also regular analysis of access logs from Apache is a must.





TopTop
« 1 ... 304 305 306 (307) 308 309 310 ... 461 »



Login

Who's Online

100 user(s) are online (63 user(s) are browsing Support Forums)


Members: 1


Guests: 99


Runeher2,

more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Jun 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits