2016-10-15 69 views
2

我使用Botdetect驗證碼,但我需要刪除它們圖像驗證碼下面給的鏈接,如何去除它去除botdetect驗證碼代碼點火器鏈接

<a href="//captcha.org/captcha.html?codeigniter" title="BotDetect CAPTCHA Library for CodeIgniter" style="display: block !important; height: 10px !important; margin: 0 !important; padding: 0 !important; font-size: 9px !important; line-height: 9px !important; visibility: visible !important; font-family: Verdana, DejaVu Sans, Bitstream Vera Sans, Verdana Ref, sans-serif !important; vertical-align: middle !important; text-align: center !important; text-decoration: none !important; background-color: #f8f8f8 !important; color: #606060 !important;">BotDetect CAPTCHA Library for CodeIgniter</a> 

這裏是圖像enter image description here

+0

的鏈路自生成的? –

+0

是它的自動生成 –

+0

嘗試一些jQuery並刪除標題屬性 –

回答

0

我曾使用botdetect captcha用於非商業用途,

我在那裏能夠成功地刪除鏈接和標題。文件的

路徑被修改,

供應商/驗證碼-COM /示例/驗證碼/ LIB/botdetect/CaptchaInculdes.php

private static function iqy23{ 
return ''; 
} 

而且

public static function GetHelpLinkText($_1qfl5bimwvnl8fd7, $_iitpwcsaaap742gstb7q5) { 
return ''; 
} 

返回空白以上兩個功能。

希望它可以幫助別人尋找非商業用途或誰願意理解算法,

它始終是推薦購買付費版本用於商業用途。

乾杯:)

0

你可以在傳奇一個div:

<botDetect:captcha id="miCaptcha" userInputID="captchaCode" codeLength="4" imageWidth="150" imageStyle="GRAFFITI2"/> 
<div id="tapa" style="background-color: #ffffd9;height: 10px;width: 150px;position: relative;top: -10px;"></div>