91
alfred
Re: search.php forbidden
  • 2009/12/28 16:52

  • alfred

  • Quite a regular

  • Posts: 249

  • Since: 2005/10/29


Check the right of the file search.php in your XOOPS_ROOT
Is this file readable?



92
alfred
Re: Yogurt Vulnerability & Yogurt Photo Gallery
  • 2009/12/28 16:48

  • alfred

  • Quite a regular

  • Posts: 249

  • Since: 2005/10/29


Quote:
maybe alfred should rename the module... so i can have two different profile module


also an idea, but maybe later
How could it be called?

I will release my profile in Version 1.68 (Alpha2) this week.



93
alfred
Re: 2.2.3 upgrade to latest
  • 2009/11/15 20:20

  • alfred

  • Quite a regular

  • Posts: 249

  • Since: 2005/10/29


make backup your files and the Database.
Load archive from SF.net:
http://sourceforge.net/projects/xoops/files/XOOPS%20Core%20%28stable%20releases%29/XOOPS%202.4.1/xoops-2.4.1.zip/download

unzip the archive
remove the mainfile.php (from this arcive! not from web!!!)
upload all files from /htdocs in your web
upload folder /upgrade in your XOOPS_ROOT

login in your website
set Theme und Templates to default
enable debug

start the upgrade with
http://< yourSite >/upgrade

when all points green, ready this upgrade



94
alfred
Re: admin blank page for News module 1.64
  • 2009/11/15 20:09

  • alfred

  • Quite a regular

  • Posts: 249

  • Since: 2005/10/29


Debug message?
post all here.
php5 is better



95
alfred
Re: Webinstall and reCaptcha
  • 2009/11/14 19:57

  • alfred

  • Quite a regular

  • Posts: 249

  • Since: 2005/10/29


my config.recaptcha.php

Quote:

return $config = array(
'disabled' => false, // Disable CAPTCHA
'mode' => 'recaptcha', // default mode
'publickey' => "",
'privatekey' => "",
'theme' => 'white', // 'red' | 'white' | 'blackglass' | 'clean' | 'custom'
'lang' => 'de' );


my recaptcha.php

Quote:

defined('XOOPS_ROOT_PATH') or die('Restricted access'); require_once(XOOPS_ROOT_PATH.'/class/captcha/recaptcha/recaptchalib.php');
class XoopsCaptchaRecaptcha extends XoopsCaptchaMethod {
function render() {

parent::render();
parent::loadConfig('recaptcha');

$form = "<script type=\"text/javascript\">
var RecaptchaOptions = {
theme : '" . $this->config['theme']."',
lang : '" . $this->config['lang']."'
};
</script>";
$form .= recaptcha_get_html($this->config['publickey']);
return $form;
}
}


add to xoopscaptcha.php into function verify()

Quote:


} else if (!empty($_POST["recaptcha_response_field"])) {
require_once(XOOPS_ROOT_PATH.'/class/captcha/recaptcha/recaptchalib.php');
require_once(XOOPS_ROOT_PATH.'/class/captcha/config.recaptcha.php');
$resp = recaptcha_check_answer ($config['privatekey'],
$_SERVER["REMOTE_ADDR"],
$_POST["recaptcha_challenge_field"],
$_POST["recaptcha_response_field"]);
$is_valid = $resp->is_valid;





96
alfred
Re: Webinstall and reCaptcha
  • 2009/11/14 12:53

  • alfred

  • Quite a regular

  • Posts: 249

  • Since: 2005/10/29


reCaptcha :
http://www.myxoops.org/forum/newtopic.php?forum=13
(Scroll to bottom)

is this OK
i have added reCaptcha into /captcha



97
alfred
Re: Yogurt.. let's start hacking
  • 2009/3/30 19:27

  • alfred

  • Quite a regular

  • Posts: 249

  • Since: 2005/10/29


This module is ALPHA!
Only german User for testing!

Therefore there was not yet on xoops.org message



98
alfred
Re: problem installing xoops 2.3.3
  • 2009/3/22 12:55

  • alfred

  • Quite a regular

  • Posts: 249

  • Since: 2005/10/29


Quote:

emjoven wrote:
I deleted the template_c folder,


do not delete this folder !
Make update to 2.3.3



99
alfred
Re: working on yogurt module
  • 2009/2/22 19:29

  • alfred

  • Quite a regular

  • Posts: 249

  • Since: 2005/10/29


Quote:
I registered on myxoops some week ago and I wrote to the webmaster but got no answer. I hope that the profile module is released soon.


I have no received email or PM for me ???



100
alfred
Re: Question - Private Message Module
  • 2009/2/2 20:38

  • alfred

  • Quite a regular

  • Posts: 249

  • Since: 2005/10/29


You must have more as 200 user.




TopTop
« 1 ... 7 8 9 (10) 11 12 13 ... 18 »



Login

Who's Online

152 user(s) are online (102 user(s) are browsing Support Forums)


Members: 0


Guests: 152


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