225961
billo
webmailfx_1.0RC1a
  • 2004/11/11 16:30

  • billo

  • Just popping in

  • Posts: 20

  • Since: 2004/10/17


I am having problems with webmailfx. I installed the module, sending email works fine when I try and check an email account I get the following error message: Error: POP Server not set properly. Yet I have the right configuration.



225962
Mithrandir
Re: Search only one module

xoops-root/search.php:
if (empty($mids) || !is_array($mids)) {
    unset(
$mids);
    
$mids array_keys($modules);
}

find that around line 114 and change it to
if (empty($mids) || !is_array($mids)) {
    unset(
$mids);
    
$mids = array(id_of_module); //replace with your desired module's ID
}


and around line 45:
$mid = isset($mid) ? intval($mid) : 0;

change it to:
$mid = isset($mid) ? intval($mid) : id_of_module//replace with module ID of your desired module



225963
Mithrandir
Re: Is there a way to...

OK, do this:
while(list($id,$status,$name) = $xoopsDB->fetchRow($result)) {
        
$select_defaults->addOption($id,$name);
        if (
$status) {
            
$select_defaults->setValue($id);
        }
    }
    
$tray_defaults->addElement($select_defaults);



225964
drummond
Re:permission problems with iframes
  • 2004/11/11 16:21

  • drummond

  • Just popping in

  • Posts: 36

  • Since: 2004/6/19


Ackbarr,

You are a genious! Many thanks! That worked like a charm.

Who hoo!



225965
Kasch
Newbb Pro 1.03 --> Newbb 2 RC3?
  • 2004/11/11 16:20

  • Kasch

  • Not too shy to talk

  • Posts: 109

  • Since: 2004/2/9 2


After having had some trouble with restoring my DB since my last failure updating to Newbb 2:

Which update script should I run to migrate the tables from Newbb Pro 1.03 to Newbb 2 RC3? I have tried the Newbb Pro script but it will not work:

Could not create xoops_bb_archive
Could not create xoops_bb_attachments
Could not create xoops_bb_digest
Could not create xoops_bb_online
Could not create xoops_bb_report
Could not create xoops_bb_votedata

Thankful for any help on this matter.



225966
Kasch
Re: Newbb update error - please help!
  • 2004/11/11 16:15

  • Kasch

  • Not too shy to talk

  • Posts: 109

  • Since: 2004/2/9 2


OK, I fixed it myself - incredible Nice discussion by the way. Could be deleted by the moderator.



225967
andersa
Session hijacking vulnerability in XOOPS 2.0.7.3
  • 2004/11/11 16:10

  • andersa

  • Just popping in

  • Posts: 45

  • Since: 2004/5/27


If you send a link to an article or forum post to someone, and the link contains the PHPSESSID, the recipient will be able to post under your name whether he is a member or not.

Shouldn't a session id be associated with some kind of other security check on the server side, for instance an IP number?



225968
Rickb
Re: Module File for Not Found!
  • 2004/11/11 15:51

  • Rickb

  • Not too shy to talk

  • Posts: 118

  • Since: 2004/10/24


I have removed these folders but these entries are still there. I think this is possibly a weak part of the module management module is that unknown mods can add null tables.

Can you fix this in the mysql?

Rick



225969
alba_q
Re: Installation of webmailfx 1.0 rc1
  • 2004/11/11 15:33

  • alba_q

  • Just popping in

  • Posts: 7

  • Since: 2004/4/7 1


The resolution of the problem is to set the following permission to the following file of the mail server:

chmod 6711 .../vpopmail/bin/vchkpw
Bye.
Anyone can say me hoe to resolve the problem I have in the production site?
Bye





225970
jfmoore
Search only one module
  • 2004/11/11 15:31

  • jfmoore

  • Quite a regular

  • Posts: 360

  • Since: 2004/6/6 5


I would like to have a version of search.php which would search only one module--or, when the search box comes up, it would have only the one module checked. Then, you could invoke whatever search_xx.php from whatever module if you wanted to search only that module.

The other modules should be available, also, just in case, but unchecked.

Would this be hard to do?

JFM







Login

Who's Online

77 user(s) are online (53 user(s) are browsing Support Forums)


Members: 0


Guests: 77


more...

Donat-O-Meter

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

Latest GitHub Commits