Shinys WCMS-Blog hackfree mod [multi language ready]
Re: Shinys WCMS-Blog hackfree mod [multi language ready]
hy all,
i´ve tried the blog module and it worked fine for me but only the comments won´t work, i add a comment and nothing appears!
any hints?
thx chrischan
i´ve tried the blog module and it worked fine for me but only the comments won´t work, i add a comment and nothing appears!
any hints?
thx chrischan
Re: Shinys WCMS-Blog hackfree mod [multi language ready]
Hi
if the comment does not open this is a sign of missing javascript.
There is (from root) a subdir: "script" with the both scriptlets in it .. program is searching in there....
if the comment does not open this is a sign of missing javascript.
Code: Select all
<script src="script/prototype.lite.js" type="text/javascript"></script>
<script src="script/moo.fx.js" type="text/javascript"></script>
Re: Shinys WCMS-Blog hackfree mod [multi language ready]
Hy, das toggeln geht. Es wird einfach kein Kommentar aus / eingegeben. Keine Meldung nix, wird einfach verschluckt 
Greetz Chrischan

Greetz Chrischan
Re: Shinys WCMS-Blog hackfree mod [multi language ready]
Nach Besichtigung: Mootools ... mal sehen ob es ohne dann geht..
Re: Shinys WCMS-Blog hackfree mod [multi language ready]
Dieser mod scheint nicht mit dem captcha aus 1.3.5 kompatibel zu sein,... als ich die Captcha-Abfrage im Frontend-Renderer auskommentiert hatte, liessen sich wieder Kommentare einfügen,...
Mit dem offiziellen Release ging es ohne Probleme,...
Kann es daran liegen?
MfG,
Björn
Mit dem offiziellen Release ging es ohne Probleme,...
Kann es daran liegen?
MfG,
Björn
Never argue with an idiot. They bring you down to their level and beat you with experience.
Re: Shinys WCMS-Blog hackfree mod [multi language ready]
Ja balbi da ist was dran... irgendwo spielt die PHP Version da noch mit hinein.
Re: Shinys WCMS-Blog hackfree mod [multi language ready]
Hy Björn,balbi21 wrote:Dieser mod scheint nicht mit dem captcha aus 1.3.5 kompatibel zu sein,... als ich die Captcha-Abfrage im Frontend-Renderer auskommentiert hatte, liessen sich wieder Kommentare einfügen,...
Mit dem offiziellen Release ging es ohne Probleme,...
Kann es daran liegen?
MfG,
Björn
magste mir sagen welche Zeile da auskommentiert werden muß? Habs probiert mit nur wenig erfolg

THX & Greetz Chrischan
Re: Shinys WCMS-Blog hackfree mod [multi language ready]
Schau mal, ob du in der frontend.render.php solche oder ähnliche Zeilen findest:
Bei mir habe ich sie auskommentiert,... ansonsten hatte der Captcha immer false zurückgeliefert (v1.3.5),... mit der 1.3.3 funktionierte es noch,...
MfG,
Björn
Code: Select all
if ($_POST["addcomment"] == true && $_POST["comment"] != "") {
// START Captcha Part ---------------------------------------------------------
// $blog['nocaptcha'] = false;
// include_once (PHPWCMS_ROOT.'/include/inc_ext/SOLMETRA_FormValidator/SPAF_FormValidator.class.php');
// $spaf_obj = new SPAF_FormValidator();
// $blog['captcha'] = clean_slweg(remove_unsecure_rptags($_POST['blog_captcha']));
// if ($spaf_obj->validRequest($blog['captcha'])) {
// // destroy successful code
// $spaf_obj->destroy();
$blog['nocaptcha'] = true;
// }
if( $blog['nocaptcha'] == true ){
// STOP Captcha Part ----------------------------------------------------------
MfG,
Björn
Never argue with an idiot. They bring you down to their level and beat you with experience.
Re: Shinys WCMS-Blog hackfree mod [multi language ready]
Hier ein kurzer Ausriss aus meinem Backend

Zumindest da funktioniert das Captcha noch. Wenn keine gravierenden Änderungen diesbezüglich gemacht wurden, müsste das also auch in zB der version vom 5.12.2007 funktionieren. Allemal scheint es lohnend, auch noch mal nach anderen Gründen für das Nichtfunktionieren zu suchen - denn bei dieser oben erwähnten Version läuft das einwandfrei (die selbe Version, die ich hatte, als DF6IH (Jürgen) und ich mit dem Blog rumgespielt haben) ...The latest available version is phpwcms 1.3.3 (2007/05/02). You are running phpwcms 1.3.5 (2007/10/29).

It's mostly all about maintaining two or three customer's sites Still supporter for the band Mykket Morton. Visit Mykket Morton on FB. Listen Mykket Morton and live videos on youtube.
Now building a venue for young artists to get wet on stage, rehearsal rooms, a studio, a guitar shop - yes I'm going to build some guitars.
Now building a venue for young artists to get wet on stage, rehearsal rooms, a studio, a guitar shop - yes I'm going to build some guitars.
Re: Shinys WCMS-Blog hackfree mod [multi language ready]
Ich hatte in den letzten Tagen gerade die aktuellste Snapshot-rar vom 29.Dezember installiert (auch wenn in der Info weiterhin 5.12.angezeigt wird),... Nur zur Info,...
MfG,
Björn
MfG,
Björn
Never argue with an idiot. They bring you down to their level and beat you with experience.
Re: Shinys WCMS-Blog hackfree mod [multi language ready]
Na, mit sowas Aktuellem kann ich nicht dienen 

It's mostly all about maintaining two or three customer's sites Still supporter for the band Mykket Morton. Visit Mykket Morton on FB. Listen Mykket Morton and live videos on youtube.
Now building a venue for young artists to get wet on stage, rehearsal rooms, a studio, a guitar shop - yes I'm going to build some guitars.
Now building a venue for young artists to get wet on stage, rehearsal rooms, a studio, a guitar shop - yes I'm going to build some guitars.
Re: Shinys WCMS-Blog hackfree mod [multi language ready]
vergleicht lieber mal eure PHP Versionen... bei >5.0 (ich habe alles umgestellt) gibt es mit dem Captcha keine Probleme... deaktivieren geht einher mit dem Risiko vollgemüllt zu werden.. das captcha ist ein programmaufruf regen.php?sonstwas...in der front.func.... Abteilung des Moduls
Re: Shinys WCMS-Blog hackfree mod [multi language ready]
php 5+ 

It's mostly all about maintaining two or three customer's sites Still supporter for the band Mykket Morton. Visit Mykket Morton on FB. Listen Mykket Morton and live videos on youtube.
Now building a venue for young artists to get wet on stage, rehearsal rooms, a studio, a guitar shop - yes I'm going to build some guitars.
Now building a venue for young artists to get wet on stage, rehearsal rooms, a studio, a guitar shop - yes I'm going to build some guitars.
Re: Shinys WCMS-Blog hackfree mod [multi language ready]
php 4.4.8
Allerdings funktioniert es mit der "alten" Hack-Einbindung und 1.3.3 auf meiner anderen Seite (gleicher Server) ohne Probleme ?
MfG,
Björn
Allerdings funktioniert es mit der "alten" Hack-Einbindung und 1.3.3 auf meiner anderen Seite (gleicher Server) ohne Probleme ?
MfG,
Björn
Never argue with an idiot. They bring you down to their level and beat you with experience.
Re: Shinys WCMS-Blog hackfree mod [multi language ready]
Ist das auf der Janina Seite ein Hack oder das Modul? Wenn Modul - wie hast Du denn die "Blättern"- Funktion und den Permalink "gefixt"?
It's mostly all about maintaining two or three customer's sites Still supporter for the band Mykket Morton. Visit Mykket Morton on FB. Listen Mykket Morton and live videos on youtube.
Now building a venue for young artists to get wet on stage, rehearsal rooms, a studio, a guitar shop - yes I'm going to build some guitars.
Now building a venue for young artists to get wet on stage, rehearsal rooms, a studio, a guitar shop - yes I'm going to build some guitars.