Перейти к содержимому
View in the app

A better way to browse. Learn more.

Zloplay community

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

Опубликовано:

Hey guys,

 

I was bored and so I coded a little website which lists the 4D1 server :D

see here (cache intervall = 60sec)

 

http://www.tdc-clan.eu/4d1

 

Features:

  • sortable servertable
  • Hostname
  • IP and Port, flag of the country
  • Map, Gametype, Mod (if available)
  • Players online
  • Serverversion (r22 or r90 and so on)
  • website of the server owner
  • connect feature (iw4m://... ;; xfire support)
  • filter

 

ToDo:

  • display colors in the hostname??
  • optmize the table (sorting)
  • optimizing the cache
  • custom filter
  • Connector (just click on the link "connect" - bГ¤hm, you joined this server) :D
  • fix the broken country flag
  • show (if available) the mod running on the server behind the Gametype
  • rename custom Gametypes, Maps to the displayed names ingame

 

please report missing Maps, Gametypes and Mods!

I would like to get feedback :)

 

greetings,

insane

  • Ответы 100
  • Просмотры 14,4k
  • Created
  • Последний ответ

Top Posters In This Topic

Most Popular Posts

  • TDC - iNS4NE
    TDC - iNS4NE

    thank you ToDo added

  • TMJ' Emphasis
    TMJ' Emphasis

    yes! i can sort on revision ^^ thank you man and it looks good!

  • NTAuthority
    NTAuthority

    ._.   $gametypes = array('rush' => 'Rush', 'sd' => 'Search and Destroy', /* ... */ ); $gametype = $gametypes[$gametype];

Опубликовано:
  • Автор
For the right name, you could use a case switch:

switch(mapname_varible){
case "mp_favela":
    mapname_varible="Favela";
    break;
}

 

nope.. not my way because this is a foreach loop

 

I solved it on this way:

$gametype_s = array("rush","sd","war","killcon","koth","dd","dm","dom","gg","dzone");
$gametype_rpl = array("Rush","Search and Destroy","Team Deathmatch","Kill Confirmed","Headquarters","Demolition","Free for all","Domination","Gun Game","Drop Zone");
[...]foreach(...)[...]
$gq_gametype = str_replace($gametype_s, $gametype_rpl, $gq_gametype);

 

And on this way I'll do it with the mapnames

 

 

Sorting bug still there (well, it's fixed for the players), it's not fixed for the IP's.

Yes, I'll fix it.. but not today :P

Опубликовано:
I solved it on this way:

$gametype_s = array("rush","sd","war","killcon","koth","dd","dm","dom","gg","dzone");
$gametype_rpl = array("Rush","Search and Destroy","Team Deathmatch","Kill Confirmed","Headquarters","Demolition","Free for all","Domination","Gun Game","Drop Zone");
[...]foreach(...)[...]
$gq_gametype = str_replace($gametype_s, $gametype_rpl, $gq_gametype);

._.

 

$gametypes = array('rush' => 'Rush', 'sd' => 'Search and Destroy', /* ... */ );
$gametype = $gametypes[$gametype];

Опубликовано:
  • Автор

$gametypes = array('rush' => 'Rush', 'sd' => 'Search and Destroy', /* ... */ );
$gametype = $gametypes[$gametype];

 

or so.. yes...

I was stoned :D

 

edit:

- Mods added (next to the Gametype)

- typical Gametypes and Maps are replaced :)

> please report the missing Maps, Gametypes and Mods

Опубликовано:
For the right name, you could use a case switch:

switch(mapname_varible){
case "mp_favela":
    mapname_varible="Favela";
    break;
}

 

nope.. not my way because this is a foreach loop

 

I solved it on this way:

$gametype_s = array("rush","sd","war","killcon","koth","dd","dm","dom","gg","dzone");
$gametype_rpl = array("Rush","Search and Destroy","Team Deathmatch","Kill Confirmed","Headquarters","Demolition","Free for all","Domination","Gun Game","Drop Zone");
[...]foreach(...)[...]
$gq_gametype = str_replace($gametype_s, $gametype_rpl, $gq_gametype);

 

And on this way I'll do it with the mapnames

Oh ok, yes i did it on my website for my server, but here of course yours is better :D
Опубликовано:
  • Автор

PN inbound:

 

I saw ur 4d1 serverlist, really awsm work man !

I appreciate your worthy effort.

Can u help me ?

1. Can u make the same for alter REV ?

2. If not can u give me all the codes, database settings and information ?

I want to make the same for aREV too. :D

Looking for a prompt positive response. :)

 

My answer:

Hey

1) no, I dont have thime for this, sorry

2) no, I dont support aRev, sorry

Have a nice day

 

I dont think that they are able to do something like this.. xD

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Гость
Ответить в тему...

Сейчас на странице 0

  • Нет пользователей, просматривающих эту страницу

Важная информация

Используя этот сайт, вы соглашаетесь Условия использования.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.