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 7 post(s). Click here to show all
Posted by: Rucola
Posted on: Dec 17th, 2017 at 2:08am

not problem-chat_irc-bad module zip

tested news module-verry good upload Smiley
Posted by: Rucola
Posted on: Dec 17th, 2017 at 2:01am
delete zip file-its not .mod Smiley
Posted by: Rucola
Posted on: Dec 17th, 2017 at 1:59am
where does the folder at all I'm trying to download a mod from the computer
Posted by: Dandello
Posted on: Dec 17th, 2017 at 1:36am
Exactly how many zip files are sitting in yabbfiles/YaBMod/temp?

YabMod can only handle one at a time.
Posted by: Rucola
Posted on: Dec 16th, 2017 at 11:42pm
Обнаружена Ошибка! IO error: opening /home/host1609329/ablackhole.ru/htdocs/forum/yabbfiles/YaBMod/temp/ChatIRC_2700.
zip for read : No such file or directory at Modules/Archive/Zip/Archive.pm line 415. Archive::Zip::Archive::read('Archive::Zip::Archive=HASH(0x3a98b48)', '/home/host1609329/ablackhole.ru/htdocs/forum/yabbfiles/YaBMod...') called at ./Admin/YaBMod.pm line 1267 main::yabm_uploadmod called at /home/host1609329/ablackhole.ru/htdocs/forum/cgi-bin/yabb2/AdminIndex.pl line 189 main::yymaina() called at /home/host1609329/ablackhole.ru/htdocs/forum/cgi-bin/yabb2/AdminIndex.pl line 143 eval {...} called at /home/host1609329/ablackhole.ru/htdocs/forum/cgi-bin/yabb2/AdminIndex.pl line 143
Posted by: Dandello
Posted on: Dec 16th, 2017 at 9:11pm
In Admin/YabMod.pm find
Code (Perl)
Select All
require LWP::Simple; 


add after
Code (Perl)
Select All
LWP::Simple->import(); 



then find
Code (Perl)
Select All
    if ( $FORM{'upload_mod'} && $FORM{'upload_mod'} ne q{} ) { 


and replace with
Code (Perl)
Select All
    if ( $FORM{'upload_mod'} ) { 

Posted by: Rucola
Posted on: Dec 16th, 2017 at 6:58pm
Обнаружена Ошибка! IO error: opening /home/host1609329/ablackhole.ru/htdocs/forum/yabbfiles/YaBMod/temp/ChatIRC_2700.
zip for read : No such file or directory at Modules/Archive/Zip/Archive.pm line 415. Archive::Zip::Archive::read('Archive::Zip::Archive=HASH(0x276ef08)', '/home/host1609329/ablackhole.ru/htdocs/forum/yabbfiles/YaBMod...') called at ./Admin/YaBMod.pm line 1266 main::yabm_uploadmod called at /home/host1609329/ablackhole.ru/htdocs/forum/cgi-bin/yabb2/AdminIndex.pl line 189 main::yymaina() called at /home/host1609329/ablackhole.ru/htdocs/forum/cgi-bin/yabb2/AdminIndex.pl line 143 eval {...} called at /home/host1609329/ablackhole.ru/htdocs/forum/cgi-bin/yabb2/AdminIndex.pl line 143