Add Poll
 
Options: Text Color Split Pie
 
 
 
 
 
 
 
 
Poll Comment:
Max 500 characters. Remaining characters:
days and minutes. Leave it blank if you don't want to set it now.

Please type the characters exactly as they appear in the image,
without the first 2 and last 2 characters.
The characters must be typed in the same order,
and they are case-sensitive.
Open Preview Preview

You can resize the textbox by dragging the right or bottom border.
Off Topic Comment Insert Spoiler
Insert Hyperlink Insert FTP Link Insert Image Insert E-mail Insert Media Insert Table Insert Table Row Insert Table Column Insert Horizontal Rule Insert Teletype Insert Code Insert Quote Edited Superscript Subscript Insert List /me - my name Insert Marquee Insert Timestamp No Parse
Bold Italicized Underline Insert Strikethrough Highlight
                       
Change Text Color
Insert Preformatted Text Left Align Centered Right Align
resize_wb
resize_hb







Max 5000 characters. Remaining characters:
Text size: %
More Smilies
View All Smilies
Collapse additional features Collapse/Expand additional features Smiley Wink Cheesy Grin Angry Sad Shocked Cool Huh Roll Eyes Tongue Embarrassed Lips Sealed Undecided Kiss Cry
Topic Summary - Displaying 14 post(s). Click here to show all
Posted by: pyragony54
Posted on: Nov 14th, 2023 at 11:13am
Working at night, I managed to install the module via a detour so that the mod also works under Debian 12. I won't give a description now, the work is very extensive and time-consuming. If you don't know your way around the server, you will have significant problems. If you still want to install the mod, please contact me.
Posted by: pyragony54
Posted on: Nov 13th, 2023 at 5:27pm
Unfortunately the mod no longer works on Debian 12.
I don't know whether it still worked on Debian 10 and 11, I haven't tested it.
The reason is that the Perl modules are no longer supported.
If anyone has a solution, bring it on.
Posted by: pyragony54
Posted on: Jul 27th, 2020 at 6:57pm
Okay!!!

Once you have successfully installed XML::SAX, you should consider installing a module such as XML::LibXML to replace the slower pure-Perl parser bundled with SAX.

If you are packaging XML::SAX in an alternative distribution format (such as RPM), your post-install script should check if ParserDetails.ini exists and if it doesn't, run this command:

Install first XML::LibXML to the server with the putty.

Code
Select All
perl -MXML::SAX -e "XML::SAX->add_parser(q(XML::SAX:TongueurePerl))->save_parsers()" 



And in the code we now have a great smiley face.
Why, that is known.


ParserDetails.ini is newly created on the server.

Copy the Simple.pm into the Modules -> XML because it cannot be installed on the server.

It works.



Posted by: pyragony54
Posted on: Jun 1st, 2019 at 8:27am
XML::SAX and XML::Simple no longer work with Perl v5.24.1

Quote:
Ein Fehler ist aufgetreten! could not find ParserDetails.ini in /usr/local/share/perl/5.24.1/XML/SAX


for XML::Simple following alternative

https://metacpan.org/pod/XML::Simple


for XML::SAX  ?????

https://metacpan.org/pod/XML::SAX


please check, the mod is unusable otherwise.


This also applies to the weather mod of XTC

https://yabbforumsoftware.com/cgi-bin/yabb2/YaBB.pl?num=142151516

XML::SAX can still be installed via the Putty on the server, but does not work anymore.
XML::Simple refuses the installation.

Posted by: Dandello
Posted on: Sep 2nd, 2016 at 1:52pm
Smiley

I'll be uploading a new version shortly - in the meantime, in Register.lng, find the StopForumSpam addition and change '$register_txt' to '$prereg_txt'
Posted by: pyragony54
Posted on: Sep 2nd, 2016 at 6:23am
Continue:

The button is displayed while and works well, but the text in the button is not shown. In no language.
Posted by: pyragony54
Posted on: Sep 2nd, 2016 at 6:18am
The German files contained a serious error that has been corrected here.
Please delete Annex in response # 1, it would not work.
Posted by: Dandello
Posted on: Jul 17th, 2016 at 7:08pm
I'll upload the corrected mod shortly.  Embarrassed
Posted by: pyragony54
Posted on: Jul 17th, 2016 at 5:56pm
In Post.pm

Code
Select All
<add after>
     if ($check_sfs_username || $check_sfs_ip || $check_sfs_email) {
         require Sources::StopForumSpam;
         $sfs_username = $name;
         $sfs_email = $email;
         CheckForumSpam();
     } 




The error in response 3 is not solved.


Edited:
And found. In the Variables folder "Mods" must be created.
Posted by: pyragony54
Posted on: Jul 17th, 2016 at 5:44pm
I believe this is also wrong. In  RegistrationLog.pm


Code
Select All
<add after>
         elsif ($descision eq $prereg_txt{'sfs_delete_report'}) {
             require Sources::StopForumSpam;
             $sfs_response_page = 1;
             kill_registration($descuser);
             SubmitForumSpam();
         }
 </add after> 



Code
Select All
require Sources::Mods::StopForumSpam; 




Posted by: pyragony54
Posted on: Jul 17th, 2016 at 5:03pm
Upppsss.
Registration not possible.


Quote:
Untrapped Error :
Cannot print log at Sources/Mods/StopForumSpam.pm line 272.
Posted by: Dandello
Posted on: Jul 17th, 2016 at 2:41pm
Thank You  Smiley
Posted by: pyragony54
Posted on: Jul 17th, 2016 at 12:52pm
German Files
Posted by: Dandello
Posted on: Mar 22nd, 2016 at 8:15pm
for 2.6.12
Edited:
Typos in mod