21
DuGris
Re: NewBB Spam Posts - Any simple challenge hack avail?
  • 2006/9/26 0:15

  • DuGris

  • Core Developer

  • Posts: 67

  • Since: 2004/3/14


A new version compatible PHP5 : HERE



22
DuGris
Re: CAPTCHA hack for xoops comments?
  • 2006/9/25 23:16

  • DuGris

  • Core Developer

  • Posts: 67

  • Since: 2004/3/14


Php version ???

you can download a version of securityimage compatible php 5 : HERE



23
DuGris
Re: Xoops petition module?
  • 2006/9/6 22:49

  • DuGris

  • Core Developer

  • Posts: 67

  • Since: 2004/3/14


Hi
i'm the author of epetition's module.
at this time, it is not completely finished, still some options to be added.
in a few weeks, I will propose a beta version.



24
DuGris
Re: CAPTCHA hack for xoops comments?
  • 2006/9/5 21:28

  • DuGris

  • Core Developer

  • Posts: 67

  • Since: 2004/3/14


have you installed the hack for the comments available at this url : xoops_2.0.13-hack_comments_securityimage



25
DuGris
Re: What do you know about blog modules?
  • 2006/6/17 7:47

  • DuGris

  • Core Developer

  • Posts: 67

  • Since: 2004/3/14


you can also use securityimage (captcha class and module for xoops)

downloads : here
documentation : here (only in french at this time)
modules modification samples : here



26
DuGris
[fixed] blocksadmin and xoops 2.0.14
  • 2006/6/4 23:49

  • DuGris

  • Core Developer

  • Posts: 67

  • Since: 2004/3/14


I hacked blocksadmin 0.33 for XOOPS 2.0.14

in file myblocksadmin.php line 103 replace
$sseln $ssel0 $ssel1 $ssel2 $ssel3 $ssel4 "";
$scoln $scol0 $scol1 $scol2 $scol3 $scol4 "#FFFFFF";


by
$sseln $ssel0 $ssel1 $ssel2 $ssel3 $ssel4 $ssel5 $ssel6 $ssel7 "";
$scoln $scol0 $scol1 $scol2 $scol3 $scol4 $scol5 $scol6 $scol7 "#FFFFFF";


in file myblocksadmin.php add lines (in red), after the line 137

case XOOPS_CENTERBLOCK_CENTER :
    
$ssel3 " checked='checked'";
    
$scol3 "#00FF00";
    break ;            [
color=0000FF]line 137[/color]
[
color=CC0000]case XOOPS_CENTERBLOCK_BOTTOMLEFT :
    
$ssel5 " checked='checked'";
    
$scol5 "#00FF00";
    break ;
case 
XOOPS_CENTERBLOCK_BOTTOMRIGHT :
    
$ssel6 " checked='checked'";
    
$scol6 "#00FF00";
    break ;
case 
XOOPS_CENTERBLOCK_BOTTOM :
    
$ssel7 " checked='checked'";
    
$scol7 "#00FF00";
    break ;
[/
color]


in file myblocksadmin.php line 220 replace
<div style='float:left;background-color:$scol0;'>
    <
input type='radio' name='side[$bid]' value='".XOOPS_SIDEBLOCK_LEFT."' style='background-color:$scol0;' $ssel0 />
</
div>
<
div style='float:left;'>-</div>
<
div style='float:left;background-color:$scol2;'>
    <
input type='radio' name='side[$bid]' value='".XOOPS_CENTERBLOCK_LEFT."' style='background-color:$scol2;' $ssel2 />
</
div>
<
div style='float:left;background-color:$scol3;'>
    <
input type='radio' name='side[$bid]' value='".XOOPS_CENTERBLOCK_CENTER."' style='background-color:$scol3;' $ssel3 />
</
div>
<
div style='float:left;background-color:$scol4;'>
    <
input type='radio' name='side[$bid]' value='".XOOPS_CENTERBLOCK_RIGHT."' style='background-color:$scol4;' $ssel4 />
</
div>
<
div style='float:left;'>-</div>
<
div style='float:left;background-color:$scol1;'>
    <
input type='radio' name='side[$bid]' value='".XOOPS_SIDEBLOCK_RIGHT."' style='background-color:$scol1;' $ssel1 />
</
div>


by

<div align='center' >
    <
input style='background-color:$scol2;' type='radio' name='side[$bid]' value='".XOOPS_CENTERBLOCK_LEFT."'$ssel2 />
    <
input style='background-color:$scol3;'type='radio' name='side[$bid]' value='".XOOPS_CENTERBLOCK_CENTER."'$ssel3 />
    <
input style='background-color:$scol4;'type='radio' name='side[$bid]' value='".XOOPS_CENTERBLOCK_RIGHT."'$ssel4 />
</
div>
<
div>
    <
span style='float:right'>
    <
input style='background-color:$scol1;' type='radio' name='side[$bid]' value='".XOOPS_SIDEBLOCK_RIGHT."'$ssel1 />
    </
span>
    <
div align='left'>
    <
input style='background-color:$scol0;' type='radio' name='side[$bid]' value='".XOOPS_SIDEBLOCK_LEFT."'$ssel0 />
    </
div>
</
div>
<
div align='center'>
    <
input style='background-color:$scol5;' type='radio' name='side[$bid]' value='".XOOPS_CENTERBLOCK_BOTTOMLEFT."'$ssel5 />
    <
input style='background-color:$scol7;' type='radio' name='side[$bid]' value='".XOOPS_CENTERBLOCK_BOTTOM."'$ssel7 />
    <
input style='background-color:$scol6;' type='radio' name='side[$bid]' value='".XOOPS_CENTERBLOCK_BOTTOMRIGHT."'$ssel6 />
</
div>


in file myblockform.php line 39 replace

$side_select->addOptionArray(array(=> _AM_SBLEFT=> _AM_SBRIGHT=> _AM_CBLEFT=> _AM_CBRIGHT=> _AM_CBCENTER, ));


by
$side_select->addOptionArray(array(=> _AM_SBLEFT=> _AM_SBRIGHT=> _AM_CBLEFT=> _AM_CBRIGHT=> _AM_CBCENTER=> _AM_CBBOTTOMLEFT=> _AM_CBBOTTOMRIGHT=> _AM_CBBOTTOM, ));



27
DuGris
[fixed] Sitemap 1.25 & Xoops 2.0.14
  • 2006/6/4 23:45

  • DuGris

  • Core Developer

  • Posts: 67

  • Since: 2004/3/14


For the users of xml_google.php (sitemap 1.25)

If the debug mode is activated, an error occurs during the generation of the xml.

To remove this error, edit the file xml_google.php (in root directory and module directory) and to add the line

[color=CC0000]$GLOBALS['xoopsLogger']->activated false;[/color]


before

$xoopsTpl->display('db:sitemap_xml_google.html');



28
DuGris
Re: Wordbook Module and Spam
  • 2006/5/29 13:54

  • DuGris

  • Core Developer

  • Posts: 67

  • Since: 2004/3/14


Edit the file class/xoopsformloader.php, and add this line to the end

include_once XOOPS_ROOT_PATH."/class/xoopsform/securityimage.php";



29
DuGris
Re: Creating submenu
  • 2006/5/23 7:20

  • DuGris

  • Core Developer

  • Posts: 67

  • Since: 2004/3/14


You can use multimenu module : HERE



30
DuGris
Re: Wordbook Module and Spam
  • 2006/5/22 0:45

  • DuGris

  • Core Developer

  • Posts: 67

  • Since: 2004/3/14


Quote:

THEM1060 wrote:
Tried installing the module and I got this error:

Fatal error: Class xoopsformtextdateselect: Cannot inherit from undefined class xoopsformcalendar in mysite/class/xoopsform/formtextdateselect.php on line 52

Any pointers?


The class SecurityImage is not responsible for this error !!!




TopTop
« 1 2 (3) 4 »



Login

Who's Online

136 user(s) are online (96 user(s) are browsing Support Forums)


Members: 0


Guests: 136


more...

Donat-O-Meter

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

Latest GitHub Commits