61
stelian
Re: FriendFinder Help
  • 2006/1/7 3:39

  • stelian

  • Just popping in

  • Posts: 87

  • Since: 2005/12/17


Log in as administrator and go to administrator panel.
Preferences Main »» General Settings
Module for your start page>> and here u cand chose any module.

Good luck!



62
stelian
Re: Imagegallery with voting function
  • 2006/1/5 1:53

  • stelian

  • Just popping in

  • Posts: 87

  • Since: 2005/12/17


yes, it's true, but you can not start a competiotion like MISS World :) (Something like this i am going to do)



63
stelian
Re: Imagegallery with voting function
  • 2006/1/4 19:32

  • stelian

  • Just popping in

  • Posts: 87

  • Since: 2005/12/17


I'm interested too in this kind of module.



64
stelian
Re: friendfinder random profile block
  • 2005/12/30 18:34

  • stelian

  • Just popping in

  • Posts: 87

  • Since: 2005/12/17


baraxas, thanks a lot for this.

I went further and i made a link on the picture, too
Here is the code.
<?
#################################################################################
# Friend Finder for XOOPS 1.3.x and XOOPS 2.xx Version 3.1 beta                 #
#                                                                               #
#             Copyright 2003 by eagle81                                            #
#                                                                                #
# Manuel Caballero         friendfinder@dancepartner.net                            #
# Module Homepage:        http://www.dancepartner.net                                #
#                                                                                #
# Please report bugs and new feature request at modcentral.com friendfinder        #
# forum or via mail frienfinder@dancepartner.net                                  #
#                                                                                #
# Copyright for this langfile                                                    #
# Lanuage:            Language name                                                #
# Name:                your name and email                                            #
# Homepage:            your Homepage                                                #
#                                                                                #
#                                                                               #
# Last modification:            2002-02-22                                        #
#                                                                               #
# Initialy this script is based on phpMeet from                                 #
# Jeremy Ross                     webmaster@phprank.com                              #
# Script design  : PhpMeet      Copyright 2002 -                                #
# Created 15/01/02              Last Modified 15/01/02                          #
# Scripts Home                  http://www.jrscripts.com                        #
#                                                                                #
# First XOOPS Versions from:                                                       #
#                                                                               #
# Xoops-RC2 French Version  :   jokerman@free.fr                                #
# Web Home                  :   http://www.webetfric.com                        #
#                                                                               #
# Xoops-RC2 English Version :   webmaster@modscentral.com                        #
# Web Home                  :   http://www.modscentral.com                      #
#################################################################################
//include("../header.php");
include_once XOOPS_ROOT_PATH.'/modules/friendfinder/header.php';

function 
friendfinder_show() {
global 
$xoopsConfig;

$myts =& MyTextSanitizer::getInstance();

    
$block = array();
    
$block['title'] =  ""._FFBLOCKHEAD."";

global 
$xoopsDB$xoopsTheme$xoopsConfig$xoopsModule;

$result $xoopsDB->query("SELECT id FROM ".$xoopsDB->prefix("friendfinder")." where active=1");
$dataresult =$xoopsDB->getRowsNum($result);

//$gimaxwight=100

mt_srand((double)microtime()*1000000);
$zufall mt_rand(1$dataresult);
 
/*Kontrollausgabe für den Admin
echo "zufall: ".$zufall;
echo "<br> dataresult: ".$dataresult;
*/

$view =$xoopsDB->query("SELECT user, id, pic, imgname, imgtime FROM ".$xoopsDB->prefix("friendfinder")." where id=$zufall");
while(list(
$user$id$pic$imgname$imgtime) = $xoopsDB->fetchRow($view)) {

    
$block['content']  .= 
    
"<center>
<a href='"
.XOOPS_URL."/modules/friendfinder/view.php?id=".$myts->makeTboxData4Show($id)."'>
    <img src='"
.XOOPS_URL."/modules/friendfinder/generateimg.php?viewwidth=100&pfad=".XOOPS_URL."/modules/friendfinder/members/uploads/".$imgtime."/&bildname=".$imgname."' border=0></a>
        <br>
<a href='"
.XOOPS_URL."/modules/friendfinder/view.php?id=".$myts->makeTboxData4Show($id)."'>".$user."</a>
    </center>"
;
    return 
$block;
}
    
}
?>



65
stelian
Re: New User Can Not Register
  • 2005/12/21 6:08

  • stelian

  • Just popping in

  • Posts: 87

  • Since: 2005/12/17


Digital8 it is from a security setting from the server. Read all the topic.



66
stelian
Re: New User Can Not Register
  • 2005/12/17 12:00

  • stelian

  • Just popping in

  • Posts: 87

  • Since: 2005/12/17


I had the same problem.

I installed XOOPS 2.0.13 and then updated to 2.2.3 and averything works fine. (well, everything except friendfinder module )

I tolked to my server administrator and he told me that that error was from a rule from the security modul mod_security from Apache.

Regards.

PS: please excuse my bad english.




TopTop
« 1 ... 4 5 6 (7)



Login

Who's Online

230 user(s) are online (151 user(s) are browsing Support Forums)


Members: 0


Guests: 230


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