- Mensajes
- 2,471
- Puntuación de reacción
- 0

Página de venta: Like 2 Unlock for Wordpress
Descarga por MEGA:
You must reply before you can see the hidden data contained here.
Para poder ver los temas de este FORO PRIVADO debes ser VIP.
Para más información sobre como hacerte VIP haz click aquí
@Jose Ferreira se ve bueno para lo que les comentaba de desbloquear la solucion de la adivinanza, no tienes uno para G+ ?
<?php
function like_save_settings()
{
?>
<div id="message" class="updated" style="margin: 0px; margin-top: 10px; font-weight: bold;">
<p>Facebook Settings updated!</p></div>
<?
foreach($_POST as $field_name => $value)
{
if ( preg_match("/^like_/", $field_name)) {
$value = stripslashes( $value );
update_option( $field_name, $value );
}
}
}
function like_settings() {
if ( isset( $_POST['save-action'] ) ) like_save_settings();
?>
<link rel='stylesheet' id='thickbox-css' href='<?php echo LIKE_PLUGIN_URL . '/assets/admin/css/settings-style.css'?>' type='text/css' media='all' />
<form method="post" class="form-horizontal">
<div id="facebook" class="panel like-panel">
<h2>Facebook Settings</h2>
<p>Setup the App Id to use the Strict Mode or to get statistics in your app profile.</p>
<fieldset>
<legend></legend>
<div class="control-group">
<label class="control-label" for="like_facebook_appid"><?=__('Facebook App ID')?></label>
<div class="controls">
<input type="text" class="short" name="like_facebook_appid" id="like_facebook_appid" placeholder="enter a facebook appid" value="<?= get_option('like_facebook_appid') ?>" />
<span class="help-block">
The facebook app id (to grab statistics or to use the Strict Mode).<br />
Create an app here: <a href="https://developers.facebook.com/apps" target="_blank">https://developers.facebook.com/apps</a>.</span>
</div>
</div>
<div class="control-group">
<label class="control-label" for="like_facebook_lang"><?=__('Facebook Lang')?></label>
<div class="controls">
<input type="text" class="short" name="like_facebook_lang" id="like_facebook_lang" placeholder="enter a facebook lang" value="<?= get_option('like_facebook_lang') ?>" />
<span class="help-block">A language ot the facebook widgets.</span>
</div>
</div>
<div class="form-actions">
<input name="save-action" class="button-primary" type="submit" value="Save changes"/>
</div>
</fieldset>
<div style="clear: both;"></div>
</div>
</form>
<?
}
@Jose Ferreira esto es lo que te comentaba
pego el codigo del archivo que da problemas
este es el codigo
Parse error: syntax error, unexpected end of file in C:\xampp\htdocs\wordpress\wp-content\plugins\like2unlock\admin\settings.php on line 63
cambie el orden pero sigue dando el mismo problema
algo mas trae, ademas creo que sobra un ?>
![]()
Página de venta: Like 2 Unlock for Wordpress
Descarga por MEGA:You must reply before you can see the hidden data contained here.
Que buen aporte, no esta en otro servidor, justo estoy en el trabajo y desde el navegador al no estar actualizado no me deja bajar nada desde mega. Y no tengo permisos para instalar la actualización o uno nuevo.
![]()
Página de venta: Like 2 Unlock for Wordpress
Descarga por MEGA:You must reply before you can see the hidden data contained here.
amigo, existe un posible baneo de adsense por usar este plugin?
![]()
Página de venta: Like 2 Unlock for Wordpress
Descarga por MEGA:You must reply before you can see the hidden data contained here.