• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

Travian t4level cookies

Newbie Spellweaver
Joined
Nov 13, 2022
Messages
5
Reaction score
0
Hello i was testing script on my vps and somehow cookies for show or hide building level not work but work like it change state but not hide levels and not write cookies thanks for any help
 
Newbie Spellweaver
Joined
Nov 13, 2022
Messages
5
Reaction score
0
This didn’t make any cookies or anything it still show levels <img src="img/x.gif" id="lswitch" <?php if(isset($_COOKIE['t4level'])) { echo "class="lswitchMinus""; }else{ echo "class="lswitchPlus""; } ?> onclick=" $('lswitch').toggleClass('lswitchMinus');
$('lswitch').toggleClass('lswitchPlus');
if ($('levels').toggleClass('on').hasClass('on'))
{
document.cookie = 't4level=1; expires=Wed, 1 Jan 2020 00:00:00 GMT';
}
else
{
document.cookie = 't4level=1; expires=Thu, 01-Jan-1970 00:00:01 GMT';
}

" />
<img class="clickareas" usemap="#clickareas" src="img/x.gif" alt="" />.
Caipa - Travian t4level cookies - RaGEZONE Forums





You need upload screenshots.
When you click it still shows level
 
Newbie Spellweaver
Joined
Nov 16, 2022
Messages
6
Reaction score
0
1.change first expires time to new.
2.close your debug model. let javascripts active.


This didn’t make any cookies or anything it still show levels <imgsrc="img/x.gif"id="lswitch"<?phpif(isset($_COOKIE['t4level'])) { echo"class="lswitchMinus""; }else{ echo"class="lswitchPlus""; } ?>onclick="$('lswitch').toggleClass('lswitchMinus');
$('lswitch').toggleClass('lswitchPlus');
if ($('levels').toggleClass('on').hasClass('on'))
{
document.cookie= 't4level=1; expires=Wed, 1 Jan 2020 00:00:00 GMT';
}
else
{
document.cookie= 't4level=1; expires=Thu, 01-Jan-1970 00:00:01 GMT';
}

" />
<img class="clickareas" usemap="#clickareas" src="img/x.gif" alt="" />.
Caipa - Travian t4level cookies - RaGEZONE Forums






When you click it still shows level
 
Back
Top