News:

Want to get involved in developing SMF, then why not lend a hand on our github!

Main Menu

Search results for: visual verification image not showing up

Search order
#1
SMF 2.1.x Support / Quick Edit
February 23, 2024, 03:22:12 PM by Alex98
...... ['becomesUnapproved']) echo ' <div class="noticebox"> ', $txt['post_becomes_unapproved'], ' < ............ "> <div id="poll_options">'; // Are they not allowed to vote but allowed to view the options?  ............ ="button" id="bot"><i class="fa-solid fa-chevron-up"></i></a> ', $context['page_index'], ' </div> ............  small screen), this uses responsive css does not check mobile device. echo ' <div id=" ............ " class="popup_container"> <div class="popup_window  ............ "> <div class="popup_heading"> ', $txt['mobile_action'], ' <a  ............ ="javascript:void(0);" class="main_icons hide_popup"></a> </div> ', template_button_strip($ ............ ])) echo ' <div id="mobile_moderation" class="popup_container"> <div class="popup_window  ............ "> <div class="popup_heading"> ', $txt['mobile_moderation'], '  ............ ="javascript:void(0);" class="main_icons hide_popup"></a> </div> <div id=" ............ : \'moderationbuttons_strip\', bUseImageButton: false, bCanRemove: ', $context[' ............ ['quickmod_delete_selected'], '\', sRemoveButtonImage: \'delete_selected.png\', sRemoveButtonConfirm: ............ , $txt['quick_mod_restore'], '\', sRestoreButtonImage: \'restore_selected.png\',  ............ ['quickmod_split_selected'], '\', sSplitButtonImage: \'split_selected.png\', sSplitButtonConfirm: \ ............ : \'moderationbuttons_strip_mobile\', bUseImageButton: false, bCanRemove: ', $context[' ............ ['quickmod_delete_selected'], '\', sRemoveButtonImage: \'delete_selected.png\', sRemoveButtonConfirm: ............ , $txt['quick_mod_restore'], '\', sRestoreButtonImage: \'restore_selected.png\',  ............ ['quickmod_split_selected'], '\', sSplitButtonImage: \'split_selected.png\', sSplitButtonConfirm: \ ............ -avatar-cover'), ''; // Show avatars, images, etc.? if (!empty($modSettings[' ............ ']) && !empty($message['member']['avatar']['image'])) echo ' <div class="poster-avatar" ' ............ ;"', '> ', $message['member']['avatar']['image'], ' </div>'; echo ' </div>  ............ 'title'], '</li>'; // Show the member's primary group (like 'Administrator') if they have one. if (! ............ ($message['member']['group'])) echo ' <li class="membergroup" style=" ............ : none;">', $message['member']['group'], '</li>'; // Are there any custom fields  ............ ']['blurb'], '</li>'; // Show the post group icons echo ' <li class="icons">', $ ............ ['member']['group_icons'], '</li>'; // Show how many posts they  ............  target="_blank" rel="noopener">', ($settings['use_image_buttons'] ? '<span class="main_icons www  ............ ']['email'] . '" rel="nofollow">', ($settings['use_image_buttons'] ? '<span class="main_icons mail  ............ '], '</a> </li>'; // Otherwise, you see NOTHING! else echo ' <li class="poster_ip">',  ............  ends. echo ' </ul>'; // Are we showing the warning status? // Don't show these things  ............ " ', ($message['icon_url'] === $settings['images_url'] . '/post/xx.png' && !$message['can_modify'] ............ ="msg_', $message['id'], '_ignored_prompt" class="noticebox"> ', $txt['ignoring_user'], '  ............ $context['user']['id']) echo ' <div class="noticebox"> ', $txt['post_awaiting_approval'], ............ $attachment) { // Do we want this attachment to not be showed here? if ($attachment['is_approved'] & ............  <div class="attached">'; if ($attachment['is_image'] && !empty($modSettings['attachmentShowImages'])) ............  ' <a href="', $attachment['href'], ';image" id="link_', $attachment['id'], '" onclick="', $ ............  ' <img src="' . $attachment['href'] . ';image" alt="" loading="lazy" class="atc_img">'; echo  ............  $attachment['href'] . '"><img src="' . $settings['images_url'] . '/icons/clip.png" class="centericon" alt= ............  <br>', $attachment['size'], ($attachment['is_image'] ? ', ' . $attachment['real_width'] . 'x' . $ ............ ->'; } // If we had unapproved attachments clean up. if ($last_approved_state == 0) echo ' < ............ " value="1"> <input type="hidden" name="notify" value="', $context['is_marked_notify'] || ! ............ ($options['auto_notify']) ? '1' : '0', '"> <input type="hidden"  ............ ="not_approved" value="', !$context['can_reply_approved' ............  return false; } </script>'; // Is visual verification enabled? if ($context[' ............ ']) echo ' <div class="post_verification"> <strong>', $txt['verification'], ':</ ............ > ', template_control_verification($context['visual_verification_id'], 'all'), '  ............ ({ sSelf: \'oDraftAutoSave\', sLastNote: \'draft_lastautosave\', sLastID: \'id_draft\' ............ ['start'], ', sScriptUrl: smf_scripturl, sImagesUrl: smf_images_url, sContainerId: " ............ ", sImageId: "quickReplyExpand", sClassCollapsed: " ......
......  forum registration broke after updating it to the latest version. ): I'm not sure  ............ 't think it's the register.php file itself. I run another SMF forum and I used its register.php file to  ............  Activate() // !!! void CoppaForm() // !!! void VerificationCode() // Show the verification code or let it  ............ =admin;area=regcenter;sa=register'); // You are not a guest, so you are a member - and members don't  ............ ($sourcedir . '/Profile-Modify.php'); // Setup some important context. loadLanguage('Profile');  ............ $field]); // Load all the fields in question. setupProfileContext($reg_fields); } // Generate a  ............  verification code to make sure the user is no bot. if (!empty($ ............ ['reg_verification'])) { require_once($sourcedir . '/Subs-Editor. ............ '); $verificationOptions = array( 'id' => 'register', ); $ ............ ['visual_verification'] = create_control_verification($ ............ ); $context['visual_verification_id'] = $verificationOptions['id']; }  ............ // Otherwise we have nothing to show. else $context['visual_verification'] ............ ($modSettings['allow_disableAnnounce']); $context['notify_announcements'] = isset($_POST[' ............ ']) ? (bool) $_POST['notify_announcements'] : !empty($modSettings[' ............ ['coppaAge'])); } // Check whether the visual verification code was entered correctly. if (! ............ ($modSettings['reg_verification'])) { require_once($sourcedir . '/Subs-Editor. ............ '); $verificationOptions = array( 'id' => 'register', ); $ ............ ['visual_verification'] = create_control_verification($ ............ , true); if (is_array($context['visual_verification'])) { loadLanguage('Errors');  ............  foreach ($context['visual_verification'] as $error) $reg_errors[] = $ ............ ', ); $possible_ints = array( 'pm_email_notify', 'notify_types', 'icq', 'gender', ' ............ ( 'time_offset', ); $possible_bools = array( 'notify_announcements', 'notify_regularity', ' ............ -Members.php'); // Validation... even if we're not a mall. if (isset($_POST['real_name']) && (!empty( ............ $_POST['lngfile']); // Some of these fields we may not want. if (!empty($modSettings[' ............ ' : (empty($modSettings['registration_method']) ? 'nothing' : ($modSettings['registration_method'] == 1 ? ............ ['options']) ? $_POST['options'] : array(); // Note when they accepted the agreement and privacy  ............ ($regOptions['theme_vars'][$row['col_name']]); // Not actually showing it then? if (!$row['show_reg'])  ............ ) $custom_field_errors[] = array('custom_field_not_number', array($row['field_name'])); elseif ( ............ ['field_name'])); } } // Is this required but not there? if (trim($value) == '' && $row['show_reg'] ............ ); } // If we've come from OpenID set up some default stuff. elseif ($verifiedOpenID || (! ............  has been selected then things get complicated, setup the template. if (!empty($modSettings['coppaAge']) ............ =' . $memberID); // Basic template variable setup. elseif (!empty($modSettings['registration_method' ............ 't banned. isBannedEmail($_POST['new_email'], 'cannot_register', $txt['ban_register_prohibited']); //  ............ ']))); $smcFunc['db_free_result']($request); updateMemberData($row['id_member'], array(' ............ ', false); } // Quit if this code is not right. if (empty($_REQUEST['code']) || $row[' ............ ('Profile'); fatal_error($txt['registration_not_approved'] . ' <a href="' . $scripturl . '?action= ............ ($row['member_name'])); // Validation complete - update the database! updateMemberData($row[' ............ )); // Also do a proper member stat re-evaluation. updateStats('member', false); if (!isset($_POST[' ............ ($sourcedir . '/Subs-Post.php'); adminNotify('activation', $row['id_member'], $row[' ............  . '<br />' . $context['forum_contacts'] : ''; // Showing template? if (!isset($_GET['dl'])) { //  ............ ']), 'id' => $_GET['member'], ); }}// Show the verification code or let it hear.function VerificationCode(){  ............  $sourcedir, $modSettings, $context, $scripturl; $verification_id = isset($_GET['vid']) ? $_GET['vid'] : ''; $ ............  = $verification_id && isset($_SESSION[$verification_id . '_vv']) ? ............  $_SESSION[$verification_id . '_vv']['code'] : (isset($_SESSION[' ............ ']) ? $_SESSION['visual_verification_code'] : ''); // Somehow no code was  ............  lost. if (empty($code)) { header('Content-Type: image/gif'); die("\x47\x49\x46\x38\x39\x61\x01\x00\x01\ ............ \x00\x3B"); } // Show a window that will play the verification code. elseif (isset($_REQUEST['sound'])) {  ............ ('Login'); loadTemplate('Register'); $context['verification_sound_href'] = $scripturl . '?action= ............ ;rand=' . md5(mt_rand()) . ($verification_id ? ';vid=' . $verification_id : '') . ';format=. ............ '; $context['sub_template'] = 'verification_sound'; $context['template_layers'] = array();  ............ ('gd', get_loaded_extensions()) && !showCodeImage($code)) header('HTTP/1.1 400 Bad Request'); //  ............ $_REQUEST['letter'] <= strlen($code) && !showLetterImage(strtolower($code[$_REQUEST['letter'] - 1]))) {  ............  header('Content-Type: image/gif'); die("\x47\x49\x46\x38\x39\x61\x01\x00\ ............ \x02\x02\x44\x01\x00\x3B"); } } // You must be up to no good. else { header('Content-Type:  ............ ''; $context['valid_username'] = true; // Clean it up like mother would. $context['checked_username'] =  ............  && !empty($modSettings['sfs_ipcheck'])) { //If Not Spammer check the IP //Check IP Spammer $url=' ............  !empty($modSettings['sfs_usernamecheck'])) { //If Not Spammer check the username //Check Username  ......
......  to my smf forum on top of my forum some of script showing Quote// Begin Auto Embed Media Pro Text Strings $ ............ '; $txt['mediapro_err_cache'] = 'Cache folder not writable must fix for performance!'; // END Auto  ............  for SMF $txt['recaptcha_configure'] = 'reCAPTCHA Verification System'; $txt['recaptcha_configure_desc'] = 'Use  ............  reCAPTCHA Verification System. Don\'t have a key for reCAPTCHA? Get your  ............ .'; $txt['recaptcha_enabled'] = 'Use reCAPTCHA Verification System'; $txt['recaptcha_enable_desc'] = '(This  ............  the built-in visual verification with reCAPTCHA)'; $txt[' ............  for SMF $txt['recaptcha_configure'] = 'reCAPTCHA Verification System'; $txt['recaptcha_configure_desc'] = 'Use  ............  reCAPTCHA Verification System. Don\'t have a key for reCAPTCHA? Get your  ............ .'; $txt['recaptcha_enabled'] = 'Use reCAPTCHA Verification System'; $txt['recaptcha_enable_desc'] = '(This  ............  the built-in visual verification with reCAPTCHA)'; $txt[' ............  key here.'; // --- Begin added code - nCode Image Resizer --- $txt[' ............ '] = 'Click this bar to view the full image.'; $txt['ncode_imageresizer_warning_filesize'] = ' ............  image has been resized. Click this bar to view the full  ............ . The original image is sized %1$sx%2$s and weighs %3$sKB.'; $txt[' ............ '] = 'This image has been resized. Click this bar to view the full  ............ . The original image is sized %1$sx%2$s.'; $txt[' ............ '] = 'Click this bar to view the small image.'; $txt['ncode_imageresizer_mode'] = 'Resize Mode' ............ ; $txt['ncode_imageresizer_original'] = 'Keep original size'; $txt[' ............ '] = 'Enlarge in same document'; $txt['ncode_imageresizer_open_same'] = 'Open in same window'; $txt[' ............ '] = 'Open in new window'; $txt['ncode_imageresizer_max_width'] = 'Maximum width'; $txt[' ............ ; $txt['pretty_add_url_description'] = 'Add a URL. Note that what you enter here will be processed as  ............ '] = 'Deleted board #'; $txt['pretty_duplicate_link'] = 'delete it first.'; $txt[' ............ '] = 'That URL is already in use by another board. It will be available if you '; $txt[' ............  from index.php.'; $txt['pretty_board_lookup'] = 'A serialized array of URL => ID_BOARD pairs,  ............ '] = 'View GoogleTagged'; $txt['permissiongroup_googletagged'] = 'GoogleTagged'; $txt['youtube'] = ............ '; $txt['boardViewersClickable'] = 'Enable pop-up list by clicking viewer numbers'; $txt[' ......
......  "Select avatar on registration"  I've run the pak update and all looked to go well but when new user  ............  appears:  Code Select Expand Fatal error: Cannot redeclare getavatars2() (previously declared in / ............  Activate() // !!! void CoppaForm() // !!! void VerificationCode() // Show the verification code or let it  ............ =admin;area=regcenter;sa=register'); // You are not a guest, so you are a member - and members don't  ............ ($sourcedir . '/Profile-Modify.php'); // Setup some important context. loadLanguage('Profile');  ............ $field]); // Load all the fields in question. setupProfileContext($reg_fields); } // Generate a  ............  verification code to make sure the user is no bot. if (!empty($ ............ ['reg_verification'])) { require_once($sourcedir . '/Subs-Editor. ............ '); $verificationOptions = array( 'id' => 'register', ); $ ............ ['visual_verification'] = create_control_verification($ ............ ); $context['visual_verification_id'] = $verificationOptions['id']; }  ............ // Otherwise we have nothing to show. else $context['visual_verification'] ............ ['coppaAge'])); } // Check whether the visual verification code was entered correctly. if (! ............ ($modSettings['reg_verification'])) { require_once($sourcedir . '/Subs-Editor. ............ '); $verificationOptions = array( 'id' => 'register', ); $ ............ ['visual_verification'] = create_control_verification($ ............ , true); if (is_array($context['visual_verification'])) { loadLanguage('Errors');  ............  foreach ($context['visual_verification'] as $error) $reg_errors[] = $ ............ ', ); $possible_ints = array( 'pm_email_notify', 'notify_types', 'icq', 'gender', ' ............ ( 'time_offset', ); $possible_bools = array( 'notify_announcements', 'notify_regularity', ' ............ -Members.php'); // Validation... even if we're not a mall. if (isset($_POST['real_name']) && (!empty( ............ ' : (empty($modSettings['registration_method']) ? 'nothing' : ($modSettings['registration_method'] == 1 ? ............ ($regOptions['theme_vars'][$row['col_name']]); // Not actually showing it then? if (!$row['show_reg'])  ............ ) $custom_field_errors[] = array('custom_field_not_number', array($row['field_name'])); elseif ( ............ ['field_name'])); } } // Is this required but not there? if (trim($value) == '' && $row['show_reg'] ............ ); } // If we've come from OpenID set up some default stuff. elseif ($verifiedOpenID || (! ............  has been selected then things get complicated, setup the template. if (!empty($modSettings['coppaAge']) ............ =' . $memberID); // Basic template variable setup. elseif (!empty($modSettings['registration_method' ............ 't banned. isBannedEmail($_POST['new_email'], 'cannot_register', $txt['ban_register_prohibited']); //  ............ ']))); $smcFunc['db_free_result']($request); updateMemberData($row['id_member'], array(' ............ ', false); } // Quit if this code is not right. if (empty($_REQUEST['code']) || $row[' ............ ('Profile'); fatal_error($txt['registration_not_approved'] . ' <a href="' . $scripturl . '?action= ............ ($row['member_name'])); // Validation complete - update the database! updateMemberData($row[' ............ )); // Also do a proper member stat re-evaluation. updateStats('member', false); if (!isset($_POST[' ............ ($sourcedir . '/Subs-Post.php'); adminNotify('activation', $row['id_member'], $row[' ............  . '<br />' . $context['forum_contacts'] : ''; // Showing template? if (!isset($_GET['dl'])) { //  ............ ']), 'id' => $_GET['member'], ); }}// Show the verification code or let it hear.function VerificationCode(){  ............  $sourcedir, $modSettings, $context, $scripturl; $verification_id = isset($_GET['vid']) ? $_GET['vid'] : ''; $ ............  = $verification_id && isset($_SESSION[$verification_id . '_vv']) ? ............  $_SESSION[$verification_id . '_vv']['code'] : (isset($_SESSION[' ............ ']) ? $_SESSION['visual_verification_code'] : ''); // Somehow no code was  ............  lost. if (empty($code)) { header('Content-Type: image/gif'); die("\x47\x49\x46\x38\x39\x61\x01\x00\x01\ ............ \x00\x3B"); } // Show a window that will play the verification code. elseif (isset($_REQUEST['sound'])) {  ............ ('Login'); loadTemplate('Register'); $context['verification_sound_href'] = $scripturl . '?action= ............ ;rand=' . md5(mt_rand()) . ($verification_id ? ';vid=' . $verification_id : '') . ';format=. ............ '; $context['sub_template'] = 'verification_sound'; $context['template_layers'] = array();  ............ ('gd', get_loaded_extensions()) && !showCodeImage($code)) header('HTTP/1.1 400 Bad Request'); //  ............ $_REQUEST['letter'] <= strlen($code) && !showLetterImage(strtolower($code{$_REQUEST['letter'] - 1}))) {  ............  header('Content-Type: image/gif'); die("\x47\x49\x46\x38\x39\x61\x01\x00\ ............ \x02\x02\x44\x01\x00\x3B"); } } // You must be up to no good. else { header('Content-Type:  ............ ''; $context['valid_username'] = true; // Clean it up like mother would. $context['checked_username'] =  ............ (strrchr($line, '.'), 1); // Make sure it is an image. if (strcasecmp($extension, 'gif') != 0 &&  ............ (strrchr($line, '.'), 1); // Make sure it is an image. if (strcasecmp($extension, 'gif') != 0 &&  ......
#5
......  for verification questions not showing up:  Problem: reCAPTCHA is  ............  to work as either by itself with no other verification OR replace SMF'S built-in captcha. Unfortunately  ............ 's built in captcha is tied to its verification questions, so if you select "None" for Visual  ............  image to display - it hides BOTH the built in SMF  ............ .   Solution: Select "Very simple - plain text on image" instead from the Visual Verification drop down.  ............  type x in "Number of verification questions user must answer", x being how many  ............ 's default captcha, and your questions will show up.  tested with SMF 2.0.8  ......
......  employed for new members make sure it's not set to Registration Disabled  more than likely a  ............  you installed messed up your registration can you upload your files  in  ............  // !!! void CoppaForm() // !!! void VerificationCode() // Show the verification code or let  ............ =admin;area=regcenter;sa=register'); // You are not a guest, so you are a member - and members don't  ............ ($sourcedir . '/Profile-Modify.php'); // Setup some important context. loadLanguage(' ............  // Load all the fields in question. setupProfileContext($reg_fields); } // Generate a  ............  verification code to make sure the user is no bot. if (! ............ ($modSettings['reg_verification'])) { require_once($sourcedir . '/Subs- ............ .php'); $verificationOptions = array( 'id' => 'register',  ............  ); $context['visual_verification'] = create_control_verification($ ............ ); $context['visual_verification_id'] = $verificationOptions['id'];  ............  } // Otherwise we have nothing to show. else $context[' ............ ['allow_disableAnnounce']); $context['notify_announcements'] = isset($_POST[' ............ ']) ? (bool) $_POST['notify_announcements'] : !empty($modSettings[' ............ '])); } // Check whether the visual verification code was entered correctly.  ............  (!empty($modSettings['reg_verification'])) { require_once($sourcedir .  ............ '/Subs-Editor.php'); $verificationOptions = array( 'id' => 'register', ............  ); $context['visual_verification'] = create_control_verification($ ............ , true); if (is_array($context['visual_verification'])) {  ............ ('Errors'); foreach ($context['visual_verification'] as $error) $ ............  ); $possible_ints = array( 'pm_email_notify', 'notify_types', 'icq', ' ............ ', ); $possible_bools = array( 'notify_announcements', 'notify_regularity', ' ............ -Members.php'); // Validation... even if we're not a mall. if (isset($_POST['real_name']) && (! ............ ['lngfile']); // Some of these fields we may not want. if (!empty($modSettings[' ............ ' : (empty($modSettings['registration_method']) ? 'nothing' : ($modSettings['registration_method'] == 1 ? ............  if ($regOptions['spammer'] != 8) updateSettings(array('stopspammer_count' => ++$ ............ ['options']) ? $_POST['options'] : array(); // Note when they accepted the agreement and privacy  ............ ['theme_vars'][$row['col_name']]); // Not actually showing it then? if (!$row[' ............  $custom_field_errors[] = array('custom_field_not_number', array($row['field_name']));  ............  } } // Is this required but not there? if (trim($value) == '' && $row[' ............ ); } // If we've come from OpenID set up some default stuff. elseif ($verifiedOpenID ||  ............  has been selected then things get complicated, setup the template. if (!empty($modSettings[' ............ =' . $memberID); // Basic template variable setup. elseif (!empty($modSettings[' ............ . isBannedEmail($_POST['new_email'], 'cannot_register', $txt['ban_register_prohibited']);  ............  $smcFunc['db_free_result']($request); updateMemberData($row['id_member'], array(' ............ ', false); } // Quit if this code is not right. if (empty($_REQUEST['code']) || $row[' ............ '); fatal_error($txt['registration_not_approved'] . ' <a href="' . $scripturl . '?action= ............ $row['member_name'])); // Validation complete - update the database! updateMemberData($row[' ............  // Also do a proper member stat re-evaluation. updateStats('member', false); if (!isset($_POST[' ............ ($sourcedir . '/Subs-Post.php'); adminNotify('activation', $row['id_member'], $row[' ............  />' . $context['forum_contacts'] : ''; // Showing template? if (!isset($_GET['dl'])) { ............ ' => $_GET['member'], ); }}// Show the verification code or let it hear.function VerificationCode(){  ............ , $modSettings, $context, $scripturl; $verification_id = isset($_GET['vid']) ? $_GET['vid'] : ''; $ ............  = $verification_id && isset($_SESSION[$verification_id . '_vv']) ? ............  $_SESSION[$verification_id . '_vv']['code'] : (isset($_SESSION[' ............ ']) ? $_SESSION['visual_verification_code'] : ''); // Somehow no code  ............  (empty($code)) { header('Content-Type: image/gif'); die("\x47\x49\x46\x38\x39\x61\x01\ ............ "); } // Show a window that will play the verification code. elseif (isset($_REQUEST['sound'])) {  ............  loadTemplate('Register'); $context['verification_sound_href'] = $scripturl . '?action= ............ ;rand=' . md5(mt_rand()) . ($verification_id ? ';vid=' . $verification_id : '') . ';format=. ............ '; $context['sub_template'] = 'verification_sound'; $context['template_layers'] =  ............ ('gd', get_loaded_extensions()) && !showCodeImage($code)) header('HTTP/1.1 400 Bad  ............ $_REQUEST['letter'] <= strlen($code) && !showLetterImage(strtolower($code[$_REQUEST['letter'] - 1])))  ............  { header('Content-Type: image/gif'); die("\x47\x49\x46\x38\x39\ ............ "); } } // You must be up to no good. else {  ............ ('Content-Type: image/gif'); die("\x47\x49\x46\x38\x39\x61\ ............  $context['valid_username'] = true; // Clean it up like mother would. $context['checked_username'] ......
#7
......  12:27:57 PMI'm having problems with the mod. It's not showing up on the registration page in the Writer  ............  this? Solved. After plugin installation field "Visual verification image to display" in Anti-spam  ......
......  to post this but I haven't found the answer, My visual Verification image is not showing up in  ............  the font directory to 777 from 755 (suggested in another post) Any help would be appreciated  EDIT: I  ............  to see if the sound would play and it does not.  www.flopdogg.com  Thanks 2b   Version  ............ : bundled (2.0.28 compatible)  PHPINFO.PHP GD Support&nbsp; enabled&nbsp;  GD Version&nbsp; bundled  ............ (2.0.28 compatible)&nbsp;  FreeType Support&nbsp; enabled&nbsp;  FreeType Linkage&nbsp;  ............ ;  FreeType Version&nbsp; 2.1.9&nbsp;  GIF Read Support&nbsp; enabled&nbsp;  GIF Create Support&nbsp;  ............ &nbsp;  JPG Support&nbsp; enabled&nbsp;  PNG Support&nbsp;  ............ &nbsp;  WBMP Support&nbsp; enabled&nbsp;  XPM Support&nbsp;  ............ &nbsp;  XBM Support&nbsp; enabled&nbsp;      Mod Name Version& ............ ;  The image did not work prior to the install of mods   ............  out means its not applied 1. Report Icon Mod 1.0&nbsp; &nbsp; 2.  ............  Post 1.0.0&nbsp; &nbsp; 21. Additional Membergroups on Profile 1.0  22. Lots_o_Smileys 1.0  ......
#9
SMF 1.1.x Support / Visual verification not showing up
December 13, 2006, 01:16:23 AM by MothMan
......  a new 1.1 final install, and for some reason, the visual verification image is AWOL.  It just doesn't show  ............  in Firefox, and shows a broken image link in IE.  I tried installing the advanced  ............  verification mod but show a parse error with the modification,  ......
......  am having problems with the visual verification image. I get the background image  ............  have read what I can on the forum here, but have not found any reason why I am not getting the letter.  ............  with 1.1.3. I have tried the defualt theme with not luck. I have checked to make sure that the images  ......
#11
......  having is that when a user goes to register the visual modification is required (good!), except that it  ............  not produce an image. My understanding of this is  ............  is produce by the default template which I have not touched. When I switch to another unmodified  ............  it shows up fine, but I cannot see the image with my modified  ......
......  to find out that no one can register because the verification image is not showing up, and you can't listen to  ......
......  that in- wait, im asking for help, i need to shutup and quit wasting your time. Anyway, This seems  ............  problem, but I havent found a solution. The visual verification is not showing up. It just says  ............ . Then when you goto view picture, it says The Image (link) cannot be displayed because it contains  ......
...... ,But when my users try to register an  account the visual verifiaction image was showing up..it looks  ............ .sprinterweb.net/SMF11/index.php?action=verificationcode;rand=aaffa921663c30900f28d652e Im using the  ............  theme,.and i hav GD support enabled and i also checked that phpinfo.php  ............  that it was GD is Enabled.  Plzzzzz  I uploaded so much stuff in my site...But users cant  ......
#15
SMF 1.1.x Support / Missing visual verification screen
January 27, 2007, 05:03:08 PM by Lee123
...... , I'm using SMF 1.1.1 and the screen for visual verification is not showing. My forum is  ............  a graphic library or something to make the image show up?  Thanks for your replies. ......
#16
......  "Visual verification" image is not showing up when i  ............  on view image it is   showing this path with this message  The  ............ :www.mywebsiteforumurl.com/forum/index.php?action=verificationcode;rand=ww74188a7ab0284c40a94cea85b95a76 [ ............ ]" cannot be displayed, because   it contains errors.  We  ............  footer ) & renamed the display.php to index.php & uploaded  everything is working fine i.e it is  ............  we need when i use the original index.php it is showing up.  but it is not showing the "Visual  ............ " image.  Can anyone help / guide me out in displaying  ............  "Visual verification" image......
......  have noticed recently that the visual verification image  ............  not showing up on my Registration page for my forums,  ............  this issue? When I put it on any setting I notice the Image Box never appears.   Without the  ......
...... ] domain)  Hello, I've just recently finished uploading and installing my SMF onto my web domain,  ............ /), everything was rolling along smoothly until I noticed something on the register page of my SMF. . .  ............  ...The "Visual Verification" image never shows up, I've tried  ............  and still the same result with each one of them--visual verification image never showing up. I've viewed  ............  friends' houses on their computers, and still NO Visual Verification image showing up. What is the  ............  the URL of the register page of my SMF where the Visual Verification won't show up, I have no mods  ............  installed to my SMF and nothing has been edited: hxxp:whatsgoindownnow.com/ ............ =register [nonactive]  I've already tried a couple things like: Tried downloading a new full  ............ (from http://www.simplemachines.org/download/), nothing changed. Tried deleting everything uploaded  ............  the FTP client from my first try, then uploaded again, still nothing changed. Please help  ............  2 days now all day and night and I still have not found a fix for this problem. Any detailed  ......
......  SMF 1.1.1  When a user attempts to send a PM to another use, the visual verification is not showing up............ .. rather its a broken image link... is there a way to disable this feature or  ............  out why the image is broken? the site is at hxxp:www. ......
#20
SMF 2.0.x Support / Re: Malware Found
December 15, 2016, 09:19:05 AM by Willie
...... ()  // !!!   void CoppaForm()  // !!!   void VerificationCode()  // Show the verification code or let it  ............ =admin;area=regcenter;sa=register');  // You are not a guest, so you are a member - and members don't  ............ ($sourcedir . '/Profile-Modify.php');   // Setup some important context.  loadLanguage('Profile'); ............ ]);   // Load all the fields in question.  setupProfileContext($reg_fields);  }   // Generate a  ............  verification code to make sure the user is no bot.  if (!empty( ............ $modSettings['reg_verification']))  {  require_once($sourcedir . '/Subs-Editor. ............ ');  $verificationOptions = array(  'id' => 'register',  );  $ ............ ['visual_verification'] = create_control_verification($ ............ );  $context['visual_verification_id'] = $verificationOptions['id'];  } ............   // Otherwise we have nothing to show.  else  $context[' ............ ['coppaAge']));  }   // Check whether the visual verification code was entered correctly.  if (! ............ ($modSettings['reg_verification']))  {  require_once($sourcedir . '/Subs- ............ .php');  $verificationOptions = array(  'id' => 'register',  );  $ ............ ['visual_verification'] = create_control_verification($ ............ , true);   if (is_array($context['visual_verification']))  {  loadLanguage('Errors');  ............  foreach ($context['visual_verification'] as $error)  $reg_errors[] = $ ............ ',  );  $possible_ints = array(  'pm_email_notify',  'notify_types',  'icq',  'gender',  ' ............   'time_offset',  );  $possible_bools = array(  'notify_announcements', 'notify_regularity', ' ............ -Members.php');   // Validation... even if we're not a mall.  if (isset($_POST['real_name']) && (! ............ ['lngfile']);   // Some of these fields we may not want.  if (!empty($modSettings[' ............ ' : (empty($modSettings['registration_method']) ? 'nothing' : ($modSettings['registration_method'] == 1 ? ............ ['theme_vars'][$row['col_name']]);   // Not actually showing it then?  if (!$row['show_reg']) ............   $custom_field_errors[] = array('custom_field_not_number', array($row['field_name']));  elseif ( ............ ']));  }  }   // Is this required but not there?  if (trim($value) == '' && $row['show_reg' ............ );  }  // If we've come from OpenID set up some default stuff.  elseif ($verifiedOpenID || (! ............  has been selected then things get complicated, setup the template.  if (!empty($modSettings['coppaAge'] ............ =' . $memberID);  // Basic template variable setup.  elseif (!empty($modSettings[' ............  banned.  isBannedEmail($_POST['new_email'], 'cannot_register', $txt['ban_register_prohibited']);   // ............ '])));  $smcFunc['db_free_result']($request);   updateMemberData($row['id_member'], array(' ............ ', false);  }   // Quit if this code is not right.  if (empty($_REQUEST['code']) || $row[' ............ ('Profile');  fatal_error($txt['registration_not_approved'] . ' <a href="' . $scripturl . '?action= ............ ($row['member_name']));   // Validation complete - update the database!  updateMemberData($row[' ............    // Also do a proper member stat re-evaluation.  updateStats('member', false);   if (!isset($_POST[' ............ ($sourcedir . '/Subs-Post.php');   adminNotify('activation', $row['id_member'], $row[' ............  '<br />' . $context['forum_contacts'] : '';   // Showing template?  if (!isset($_GET['dl']))  {  //  ............  'id' => $_GET['member'],  );  } }  // Show the verification code or let it hear. function VerificationCode() { ............ $sourcedir, $modSettings, $context, $scripturl;   $verification_id = isset($_GET['vid']) ? $_GET['vid'] : '';  $ ............  = $verification_id && isset($_SESSION[$verification_id . '_vv']) ? ............  $_SESSION[$verification_id . '_vv']['code'] : (isset($_SESSION[' ............ ']) ? $_SESSION['visual_verification_code'] : '');   // Somehow no code  ............ .  if (empty($code))  {  header('Content-Type: image/gif');  die("\x47\x49\x46\x38\x39\x61\x01\x00\ ............ \x3B");  }   // Show a window that will play the verification code.  elseif (isset($_REQUEST['sound']))  {   ............ 'Login');  loadTemplate('Register');   $context['verification_sound_href'] = $scripturl . '?action= ............ ;rand=' . md5(mt_rand()) . ($verification_id ? ';vid=' . $verification_id : '') . ';format=. ............ ';  $context['sub_template'] = 'verification_sound';  $context['template_layers'] = array();   ............ ('gd', get_loaded_extensions()) && !showCodeImage($code))  header('HTTP/1.1 400 Bad Request');    ............ $_REQUEST['letter'] <= strlen($code) && !showLetterImage(strtolower($code{$_REQUEST['letter'] - 1})))  {  ............  header('Content-Type: image/gif');  die("\x47\x49\x46\x38\x39\x61\x01\x00\ ............ \x02\x44\x01\x00\x3B");  }  }  // You must be up to no good.  else  {  header('Content-Type:  ............   $context['valid_username'] = true;   // Clean it up like mother would.  $context['checked_username'] = ......
Advertisement: