Glitch World [Glitch, Bug, Hack, Call of Duty, Trucchi, Soluzioni]

VOTATE TUTTI

« Older   Newer »
  Share  
sh3vr4r
view post Posted on 2/10/2010, 20:22




Votate il nostro forum per farci salire in classifica qui: http://top.forumcommunity.net/?t=40946041
Votate dove c'è scritto [63] Glitch World [Glitch, Bug, Hack, Call Of Duty, Trucchi, Soluzioni]
 
Top
»£ÐØ™
view post Posted on 2/10/2010, 20:46




metti il bottone clicca qui per diventare fan voti e poi diventi fan se vuoi te lo creo
 
Top
««XxSuperRyugaxX»»
view post Posted on 2/10/2010, 21:24




Io ho votato ù.ù
 
Top
SmOkY DRFT
view post Posted on 3/10/2010, 06:58




ogni quanto si puo votare?
 
Top
««XxSuperRyugaxX»»
view post Posted on 3/10/2010, 11:51




Ogni mese credo u.u
 
Top
•Neko™
view post Posted on 3/10/2010, 13:02




Ecco il codice del bottone


metti questo in Amministrazione > Modifica Colori e Stili:

CODICE
CODICE
/* Inizio Script Auto-Abilitazione V2.5 */
.aa form input.codebuttons {display: none}
.tag .aa form input.codebuttons {display: inline} /* Fix Tagboard View in Blog(no JS) */
div#ab_div {display: none; font-weight: bold; color: #FF0000}
/* Fine Script Auto-Abilitazione V2.5 */




Questo in Amministrazione > Gestione Codice HTML > In fondo al sito:

CODICE
CODICE
<!-- Inizio Script Auto-Abilitazione V2.5 -->
<script type="text/javascript"><!--
if(location.search.indexOf('g=4')!=-1){document.getElementsByName('CODE').item(document.getElementsByName('CODE').length-1).form.action='javascript:history.go(-1)';}if(document.ElementById('ab_submit1'))document.ElementById('ab_submit1').style.display='inline';
//--></script>
<!-- Fine Script Auto-Abilitazione V2.5 -->



in questo caso inserito al posto di IDGRUPPO nella prima parte l'ID del gruppo aperto. (nel caso del gliitch world il gruppo che verra abilitato votando sarà il gruppo GLITCH FUN, cioe il numero 4 , potet pure creare un nuovo gruppo e chiamarlo utente + e ci mettete quelli che votano il forum...per il momento nel codice metto l'id del gruppo glitch fun) IN VERDE QUELLO CHE MODIFICO IO!

Poi questo codice va in Amministrazione > Gestione Codice HTML > [Dove desiderate inserire il pulsante, di norma si tratta dell'Homepage del forum]

CODICE
CODICE
<!-- Inizio Script Auto-Abilitazione V2.5 -->
<script type="text/javascript"><!--
/* =======================================
// Script Auto-Abilitazione Potenziato
// Realizzato da Bowser
// (C) 2010 http://ffmagazine.forumfree.it
// Versione: 2.5 - Ultima modifica: 16/04/2010 23:50
// ======================================= */

//-- Mostrare i messaggi alert? (Si=1,No=0)
var ab_alert = 1;
//-- Messaggi informativi
var ab_messaggi = new Array(
"Non puoi votare (sei iscritto da meno di 1 mese) o hai già votato questo mese in top forum, non puoi quindi auto-abilitarti!",
"Voto confermato, potrai ora abilitarti cliccando sul bottone sottostante",
"Procedura di autoabilitazione conclusa con successo, grazie per averci votato!"
);
//-- Inserire l'ID del sondaggio di votazione in top corrente
var ab_tid ='40946041';

//-- Non modificare oltre questo punto
ab_time=null;ab_stop=0;function urlfrm(o){return(o.contentDocument?o.contentDocument.location:o.contentWindow.location)}function ab_controllo(c){if(urlfrm(document.ElementById('ab_frame')).host){if(urlfrm(document.ElementById('ab_frame')).search.indexOf('t='+ab_tid)!=-1){if(c==1&&ab_stop==0){ab_stop=1;if(ab_alert)alert(ab_messaggi[1]);document.ElementById('ab_submit2').disabled=false;document.ElementById('ab_div').style.display='none';document.ElementById('ab_submit2').style.display='inline';return true}else if(c==2){document.ElementById('ab_submit1').disabled=true;document.ElementById('ab_submit2').disabled=true;return true}else return false}else if(ab_stop!=2){if(ab_time!=null){if(ab_alert)alert(ab_messaggi[0]);document.ElementById('ab_div').style.display='none';return false}else{ab_time=setTimeout("ab_controllo(1)",5000);return false}}}}
//--></script><noscript><strong>ATTENZIONE: E' necessario abilitare JavaScript per effettuare correttamente la procedura di auto-abilitazione</strong><br></noscript>


Infine inserisci subito sotto il codice che ti ho detto sopra questo,per i due bottoni di autoabilitazione

CODICE
<form action="" method="post" target="ab_frame" onsubmit="document.ElementById('ab_div').style.display='block';return true">
<input name="act" value="Poll" type="hidden">
<input name="t" value="40946041" type="hidden">
<input name="poll_vote" value="63" type="hidden">
<input type="submit" value="Vota il forum e potrai entrare nel gruppo Utenti+!" class="forminput" id="ab_submit1" style="display: none">
</form>
<div id="ab_div"><iframe id="ab_frame" frameborder="0" name="ab_frame" onload="if(ab_stop!=2)ab_controllo(1);return true" style="display: none; overflow: hidden;"></iframe>Votazione in corso, attendi qualche istante...</div><br>
<form action="/?act=Members&amp;g=4" target="ab_frame" method="post" onsubmit="if(ab_controllo(2)){ab_stop=2;setTimeout(function(){alert(ab_messaggi[2]);},1000);return true}else return false">
<input name="s" value="c=IDFORUM(lo devi fare tu perche non so admin e nn posso andare in amministrazione)" type="hidden">
<input name="CODE" value="01" type="hidden">
<input type="submit" name="submit" id="ab_submit2" class="forminput" style="display:none;" value="Ora puoi iscriverti al gruppo Utenti+!" disabled>
</form><br>
<small>Realizzato da <a rel="nofollow" href="http://www.forumfree.it/?act=Profile&amp;MID=424957">Bowser</a> &copy; <a href="http://ffmagazine.forumfree.it/?t=41484483" title="Script Auto-Abilitazione V2.5"><strong><abbr title="ForumFree">FF</abbr> Magazine</strong></a>
<!-- Fine Script Auto-Abilitazione V2.5 -->

 
Top
Th3-Nx5
view post Posted on 3/10/2010, 16:04




Fatto ;)
 
Top
Serial~Player™
view post Posted on 4/10/2010, 20:26




up
 
Top
recinto
view post Posted on 4/10/2010, 21:49




RAGA STIAMO INGUAIATI SOLO IL 0,10% CI SONO FORUM CHE HANNO 2000 VOTI NOI NE ABBIAMO 2O PORKO NAZI-KAMPER
 
Top
8 replies since 2/10/2010, 20:22   730 views
  Share