Jump to content

wulfx01

VIP+
  • Posts

    143
  • Joined

  • Last visited

  • Days Won

    26
Posts posted by wulfx01
 
 
  1. Games DL Gold 
    20 games a day for 6 months

    Games DL Premium 
    300 games per day for 6 months


    Games DL Bronze  
    5 games a day for 1 month

    Homemade HTML5 games


    Jeux DL Gold 
    20 jeux par jour pendant 6 mois

    Jeux DL Premium 
    300 jeux par jour pendant 6 mois

    Jeux DL Bronze  
    5 jeux par jour pendant 1 mois

    Jeux HTML5 faits maison 

     

    Spiele DL Gold 


    20 Spiele am Tag für 6 Monate

    Spiele DL Premium 


    300 Spiele am Tag für 6 Monate

    Spiele DL Bronze  


    5 Spiele am Tag für 1 Monat

    Selbstgemachte HTML5 Spiele 

     

    https://janiwu.de/

    game_hexfapjs254wulf.tar

  2. <h1 class='ipsAreaBackground ipsType_pageTitle' style='text-align:center;'><strong>{lang="arcade_welcome"} {$member->name}</strong>
    	{{if settings.arcade_enable_currency}}
    	<div style='text-align:center; font-size:small;'>{lang="arcade_you_currently_have"} <strong>{number="$arcMember->arcade_points"}</strong> {setting='arcade_currency_name'} {lang="arcade_to_play_with"}</div>
    	{{endif}}</h1><br />
    {{if $currentCat}}
    <h3 class='ipsAreaBackground_dark ipsType_reset ipsType_break' style='text-align:center;'>{lang="arcade_current_category"} {$currentCat->cat_name|raw}</h3><br />
    {{endif}}
    
    <table style="width:100%; border:0; border-spacing:0; padding:2px;">
    	<tr>
    		<td class='ipsResponsive_hidePhone' style="width:20%; vertical-align:top; padding:5px;">
    			<h4 class='arcadeMainTitle ipsType_sectionTitle ipsType_reset cForumTitle' style='text-align:center;'><strong>{lang="arcade_newgames"}</strong></h4>
    			<div class='ipsAreaBackground_reset' style='padding:5px;'>
    				{$newGames|raw}
    			</div>
    		</td>
    		<td style="width:60%; vertical-align:top; padding:5px;">
    			<h4 class='arcadeMainTitle ipsType_sectionTitle ipsType_reset cForumTitle' style='text-align:center;'>
    				<strong>{{if $currentCat}}{lang="arcade_current_category_champions"}&nbsp;{$currentCat->cat_name|raw}{{else}}{lang="arcade_currentchampions"}{{endif}}</strong></h4>
                <div class='ipsAreaBackground_reset' style='padding:5px;'>
    			{$champs|raw}
    			</div><br />
    			{{if settings.arcade_announcements}}
    			<h4 class='arcadeMainTitle ipsType_sectionTitle ipsType_reset cForumTitle' style='text-align:center;'><strong>{lang="arcade_gamelistannouncement"}</strong></h4>
    			<div class='ipsAreaBackground_reset ipsType_center' style='padding:5px;'>
    				{$announcement|raw}
    			</div><br />
    			{{endif}}
    
    {{if settings.arcade_enable_gotd_boxes ||(settings.arcade_show_active_gotd_only && $gotdGOTD != "") || (settings.arcade_show_active_gotd_only && $gotdGOTW != "") || (settings.arcade_show_active_gotd_only && $gotdGOTM != "") || (settings.arcade_show_active_gotd_only && $gotdTeam != "")}}
    <div data-baseurl='' data-controller='core.global.core.table'>
      <div>
    	<div data-role='tableRows'>
    	<h4 class='arcadeMainTitle ipsType_sectionTitle ipsType_reset cForumTitle' style='text-align:center;'><strong>{lang="arcade_challenge_block"}</strong></h4>
    		<ol class='ipsAreaBackground_reset ipsList_reset ipsPad ipsGrid ipsGrid_collapsePhone ipsClear' data-ipsGrid data-ipsGrid-equalHeights='row'>
    		{{if settings.arcade_enable_gotd_boxes || settings.arcade_show_active_gotd_only && $gotdGOTD != ""}}
    		<li class='arcadeBox_alt ipsGrid_span12 arcadeStreamItem arcadeStreamItem_contentBlock ipsType_center'>
    		<h3 class='ipsType_sectionHead ipsMemberCard_name'><span class="ipsType_break ipsContained" style="text-align:center;"><img alt="star" style="width:19px;height:19px;" src="{url="applications/arcade/interface/images/star_on.png" base="none"}">&nbsp;&nbsp;<strong>{lang="arcade_gameofthedaychallenge"}</strong>&nbsp;&nbsp;<img alt="star" style="width:19px;height:19px;" src="{url="applications/arcade/interface/images/star_on.png" base="none"}"></span></h3>
      			{$gotdGOTD|raw}
      		</li>
            {{endif}}
    		{{if settings.arcade_enable_gotd_boxes || settings.arcade_show_active_gotd_only && $gotdGOTW != ""}}
    		<li class='arcadeBox_alt ipsGrid_span12 arcadeStreamItem arcadeStreamItem_contentBlock ipsType_center'>
    		<h3 class='ipsType_sectionHead ipsMemberCard_name'><span class="ipsType_break ipsContained" style="text-align:center;"><img alt="star" style="width:19px;height:19px;" src="{url="applications/arcade/interface/images/star_on.png" base="none"}">&nbsp;&nbsp;<strong>{lang="gotd_game_of_the_week"}</strong>&nbsp;&nbsp;<img alt="star" style="width:19px;height:19px;" src="{url="applications/arcade/interface/images/star_on.png" base="none"}"></span></h3>
    			{$gotdGOTW|raw}
    		</li>
            {{endif}}
    {{if settings.arcade_enable_gotd_boxes || settings.arcade_show_active_gotd_only && $gotdGOTM != ""}}
    		<li class='arcadeBox_alt ipsGrid_span12 arcadeStreamItem arcadeStreamItem_contentBlock ipsType_center'>
    		<h3 class='ipsType_sectionHead ipsMemberCard_name'><span class="ipsType_break ipsContained" style="text-align:center;"><img alt="star" style="width:19px;height:19px;" src="{url="applications/arcade/interface/images/star_on.png" base="none"}">&nbsp;&nbsp;<strong>{lang="gotd_game_of_the_month"}</strong>&nbsp;&nbsp;<img alt="star" style="width:19px;height:19px;" src="{url="applications/arcade/interface/images/star_on.png" base="none"}"></span></h3>
    			{$gotdGOTM|raw}
    		</li>
            {{endif}}
    {{if settings.arcade_enable_gotd_boxes || settings.arcade_show_active_gotd_only && $gotdTeam != ""}}
    		<li class='arcadeBox_alt ipsGrid_span12 arcadeStreamItem arcadeStreamItem_contentBlock ipsType_center'>
    		<h3 class='ipsType_sectionHead ipsMemberCard_name'><span class="ipsType_break ipsContained" style="text-align:center;"><img alt="star" style="width:19px;height:19px;" src="{url="applications/arcade/interface/images/star_on.png" base="none"}">&nbsp;&nbsp;<strong>{lang="gotd_team_challenge"}</strong>&nbsp;&nbsp;<img alt="star" style="width:19px;height:19px;" src="{url="applications/arcade/interface/images/star_on.png" base="none"}"></span></h3>
    			{$gotdTeam|raw}
            </li>
            {{endif}}
    			</ol>
    		</div>
    </div>
    </div>
    {{endif}}<br />
    
    			<h4 class='arcadeMainTitle ipsType_sectionTitle ipsType_reset cForumTitle' style='text-align:center;'><strong><img alt="star" style="width:19px;height:19px;" src="{url="applications/arcade/interface/images/star_on.png" base="none"}">&nbsp;&nbsp;{lang="arcade_latestscores"}&nbsp;&nbsp;<img alt="star" style="width:19px;height:19px;" src="{url="applications/arcade/interface/images/star_on.png" base="none"}"></strong></h4>
    			<div class='ipsAreaBackground_reset' style='padding:5px; text-align:center;'>
    				{$latest|raw}
    			</div>
    		</td>
    		<td class='ipsResponsive_hidePhone' style="width:20%; vertical-align:top; padding:5px;">
    			<h4 class='arcadeMainTitle ipsType_sectionTitle ipsType_reset cForumTitle' style='text-align:center;'><strong>{lang="arcade_populargames"}</strong></h4>
    			<div class='ipsAreaBackground_reset' style='padding:5px;'>
    				{$popularGames|raw}
    			</div><br />
    			<h4 class='arcadeMainTitle ipsType_sectionTitle ipsType_reset cForumTitle' style='text-align:center;'><strong>{lang="arcade_randomgames"}</strong></h4>
    			<div class='ipsAreaBackground_reset' style='padding:5px;'>
    				{$randomGames|raw}
    			</div>
    		</td>
    	</tr>
    </table>
    
    <br />
    {$categories|raw}
    <iframe style="width: 0px; height: 0px; border: none; display: none; visibility: hidden;" name="hiddenframe"></iframe>
    <br />
    <h4 class='arcadeMainTitle ipsType_sectionTitle ipsType_reset cForumTitle' style='text-align:center;'>
    	<strong>{lang="arcade_navigation"}</strong></h4>
    <div id="abar" class='ipsAreaBackground_reset' style="text-align:center;"><br />
    	{$aBar|raw}
    	<br /><br />
    	{$sorting|raw}
    </div><br />
    
    <h4 class='arcadeMainTitle ipsType_sectionTitle ipsType_reset cForumTitle' style='text-align:center;'>
    	<strong>{lang="arcade_number_of_games_found"} {$foundGames}</strong></h4>
    <div class='ipsAreaBackground_reset' style='padding:5px;'>
    	{$pages|raw}<br /><br />
    	<ul class='ipsList_reset ipsGrid'>
    		<li>
    			{{if (!$gameRows)}}
    			{lang="arcade_no_games_found"}<br /><br />
    			{{else}}
    			{$gameRows|raw}
    			{{endif}}
    		</li>
    	</ul>
    
    	<br />
    	{$pages|raw}</div>

     

  3. Just now, wulfx01 said:

     

    {{if $active}}
        <div style='padding:10px;'>
        <table style='width: 100%;'>
        <tr>
        <td style='width: 100%; Textausrichtung: Mitte; font-size:14px;'>
        {template="gotdPhoto" app="arcade" group="gotd" params="$gotd, 'small'"}<br /><strong>{lang="gotd_box_game"}< /strong> {$gotd['gotd_title']}<br />
        <strong>{lang="gotd_box_current_leader"}</strong> {$gotd['current_leader']|raw}    ;-   <strong>{lang="gotd_box_current_highscore"}</strong> {$gotd['current_highscore']}<br/>

        <strong>{lang="gotd_winners_pool"}</strong> {number="$gotd['point_pool']"} {setting='arcade_currency_name'}   -   < strong>{lang="gotd_show_entry_fee"}</strong> {number="$gotd['entry_fee']"} {setting='arcade_currency_name'}
        {{endif}}
        </td></tr></ table>
        <table style='width: 100%;'>
        <tr>
        <td style='width: 50%; Textausrichtung: Mitte; Schriftgröße:14px;' valign='top'>
          <strong>{lang="gotd_box_start_time"}</strong> {arcadedatetime="$gotd['start_time']"}<br />

        <strong>{lang="gotd_box_time_left"}</strong> {template="countdown" app="arcade" group="common" params="$gotd['timeleft'], FALSE"}</td>
         <td style='width: 50%; Textausrichtung: Mitte; Schriftgröße:14px;' valign='top'>
        <strong>{lang="gotd_box_current_players"}</strong> {$gotd['number_players']}<br />
        <strong>{lang="gotd_box_max_players"}</strong>  ;{$gotd['max_players']}<br/>
        <strong>{lang="gotd_box_max_tries"}</strong> {$gotd['max_tries']}</td>
        </tr></table ><br />
        <div style='width: 100%; Textausrichtung: Mitte; Schriftgröße:14px;'
            valign='top'>{{if $participant}} {{if $gotd['max_tries'] == 0 OR $gotd['max_tries'] > $participant['gotd_tries']}}
            <a href="{url="app=arcade&module=arcade&controller=playgame&gid={$gotd['gid']}" base="front" seoTemplate="arcade_playgame"}" class='ipsButton ipsButton_normal ipsButton_veryVerySmall ipsResponsive_inlineTooltip' data-ips title='{lang="gotd_box_play"}'>{lang="gotd_box_play"}</a>
            {{else}}
                {lang="gotd_box_no_tries_left"}
            {{endif}}</div>
        {{else}}
            { {if $gotd['max_players'] == 0 OR $gotd['max_players'] > $gotd['number_players']}}
            <a href="{url="app=arcade&module=arcade&controller=gotd&do=joinGotd&id={$gotd['id']}" base="front" seoTemplate="arcade_gotd_join"}" class='ipsButton ipsButton_normal ipsButton_veryVerySmall ipsResponsive -ipsTooltip title='{lang="gotd_box_join_and_play"}'>{lang="gotd_box_join_and_play"}</a>
            {{else}}
                {lang="gotd_box_no_room_left"}
    {{endif}}
        {{endif}}
        
    {{else }}
        <div style="text-align: center;">{lang="gotd_box_no_current_challenges"} <a href="{url="app=arcade&module=arcade&controller=gotd&show=expired" base="front" seoTemplate="arcade_gotd_expired"}">{lang="gotd_box_no_current_challenges_here"}</a></div>
    {{endif}}

    the code goes

  4. 36 minutes ago, wulfx01 said:

    GOTD oder andere
    nicht mehr gehen
    Stile sind nicht gut

     

    {{if $active}}
        <div style='padding:10px;'>
        <table style='width: 100%;'>
        <tr>
        <td style='width: 100%; text-align: center; font-size:14px;'>
        {template="gotdPhoto" app="arcade" group="gotd" params="$gotd, 'small'"}<br /><strong>{lang="gotd_box_game"}</strong>&nbsp;{$gotd['gotd_title']}<br />
        <strong>{lang="gotd_box_current_leader"}</strong>&nbsp;{$gotd['current_leader']|raw}&nbsp;&nbsp;&nbsp;-&nbsp;&nbsp;&nbsp;<strong>{lang="gotd_box_current_highscore"}</strong>&nbsp;{$gotd['current_highscore']}<br/>
        {{if settings.arcade_enable_currency}}
        <strong>{lang="gotd_winners_pool"}</strong>&nbsp;{number="$gotd['point_pool']"} {setting='arcade_currency_name'}&nbsp;&nbsp;&nbsp;-&nbsp;&nbsp;&nbsp;<strong>{lang="gotd_show_entry_fee"}</strong>&nbsp;{number="$gotd['entry_fee']"} {setting='arcade_currency_name'}
        {{endif}}
        </td></tr></table>
        <table style='width: 100%;'>
        <tr>
        <td style='width: 50%; text-align: center; font-size:14px;' valign='top'>
          <strong>{lang="gotd_box_start_time"}</strong>&nbsp;{arcadedatetime="$gotd['start_time']"}<br />
          <strong>{lang="gotd_box_end_time"}</strong>&nbsp;{arcadedatetime="$gotd['end_time']"}<br />
        <strong>{lang="gotd_box_time_left"}</strong>&nbsp;{template="countdown" app="arcade" group="common" params="$gotd['timeleft'], FALSE"}</td>
         <td style='width: 50%; text-align: center; font-size:14px;' valign='top'>
        <strong>{lang="gotd_box_current_players"}</strong>&nbsp;{$gotd['number_players']}<br />
        <strong>{lang="gotd_box_max_players"}</strong>&nbsp;{$gotd['max_players']}<br/>
        <strong>{lang="gotd_box_max_tries"}</strong>&nbsp;{$gotd['max_tries']}</td>
        </tr></table><br />
        <div style='width: 100%; text-align: center; font-size:14px;' valign='top'>{{if $participant}}
            {{if $gotd['max_tries'] == 0 OR $gotd['max_tries'] > $participant['gotd_tries']}}
            <a href="{url="app=arcade&module=arcade&controller=playgame&gid={$gotd['gid']}" base="front" seoTemplate="arcade_playgame"}" class='ipsButton ipsButton_normal ipsButton_veryVerySmall ipsResponsive_inlineBlock' data-ipsTooltip title='{lang="gotd_box_play"}'>{lang="gotd_box_play"}</a>
            {{else}}
                {lang="gotd_box_no_tries_left"}
            {{endif}}</div>
        {{else}}
            {{if $gotd['max_players'] == 0 OR $gotd['max_players'] > $gotd['number_players']}}
            <a href="{url="app=arcade&module=arcade&controller=gotd&do=joinGotd&id={$gotd['id']}" base="front" seoTemplate="arcade_gotd_join"}" class='ipsButton ipsButton_normal ipsButton_veryVerySmall ipsResponsive_inlineBlock' data-ipsTooltip title='{lang="gotd_box_join_and_play"}'>{lang="gotd_box_join_and_play"}</a>
            {{else}}
                {lang="gotd_box_no_room_left"}
    {{endif}}
        {{endif}}
        
    {{else}}
        <div style="text-align: center;">{lang="gotd_box_no_current_challenges"} <a href="{url="app=arcade&module=arcade&controller=gotd&show=expired" base="front" seoTemplate="arcade_gotd_expired"}">{lang="gotd_box_no_current_challenges_here"}</a></div>
    {{endif}}

  5. C:\Users\Leser\AppData\Local\Temp\dIHRQnw9.tar.part konnte nicht gespeichert werden, weil die Quelldatei nicht gelesen werden konnte.

    Versuchen Sie es später erneut oder kontaktieren Sie den Server-Administrator.

     

    1 went again, then always comes this message, if I now get the afternoon goes certainly again , laughing

     

     

    ..................................................................

    the error message gets the user wen they download with firefox games with me. with you it works

  6. 57 minutes ago, KennethWriedtJensen said:

     

    Hallo. Haben Sie sich für Ihre Seite angemeldet. Bekomme aber keine Mail damit ich meinen User aktivieren kann.

     

    the is certainly in the junk mail, but have you so unlocked

    • Thanks 1
  7. Ich habe es gelesen und denke, dass einige Betreiber von Spielhallen Probleme haben, Spiele zu bekommen, daher werde ich die Spiele, die ich erstellt habe, kostenlos dem DL für eine Mohnat anbieten   

     

    https://janiwu.de/

     

    (mit tief übersetzt)

    • Thanks 3
  8. Vermeiden Sie das Scrollen in der Spielhalle für Spiele, die mit der Tastatur gespielt werden. Der Code ist großartig für die Spielhalle, in der Benutzer Spiele spielen can, die mit der Tastatur gespielt werden

     

    Avoid scrolling the arcade for games played with the keyboard. The code is great for the arcade where users
    can play games that are played with the keyboard

     

        
    
               <script>
    
    window.addEventListener("keydown",  function(e)  {
    
     if([32,  37,  38,  39,  40].indexOf(e.keyCode)  >  -1)  {
    
     e.preventDefault();
    
     }
    
    },  false);
    
    </script>    
    
    
     
    
      
    

     

  9. avoid scrolling in the arcade for games played with the keyboard

     

    in the index html

     

     

    <script>
    
    window.addEventListener("keydown",  function(e)  {
    
     if([32,  37,  38,  39,  40].indexOf(e.keyCode)  >  -1)  {
    
     e.preventDefault();
    
     }
    
    },  false);
    
    </script>

     

 
×
  • Create New...