3v4l.org

run code in 300+ PHP versions simultaneously
<?php $con = file_get_contents('http://botd.wordpress.com/topsites-ta.xml/');/* Feed Url */ $title = getlinks("<title>", "</title>", $con); // gets Title and stored in array $url = getlinks("<link>", "</link>", $con); // gets Url and stored in array echo "<ul>"; for($i=0; $i < 6; $i++) { echo '<li><a href="'.$url[$i].'" title="'.$title[$i].'" >'.urldecode($title[$i]).'</a></li>'; } echo "</ul>"; function getlinks($s1,$s2,$s) { $myarray=array(); $s1 = strtolower($s1); $s2 = strtolower($s2); $L1 = strlen($s1); $L2 = strlen($s2); $scheck=strtolower($s); do { $pos1 = strpos($scheck,$s1); if($pos1!==false) { $pos2 = strpos(substr($scheck,$pos1+$L1),$s2); if($pos2!==false) { $myarray[]=substr($s,$pos1+$L1,$pos2); $s=substr($s,$pos1+$L1+$pos2+$L2); $scheck=strtolower($s); } } } while (($pos1!==false)and($pos2!==false)); return $myarray; } ?>
Output for 8.1.0 - 8.1.28, 8.2.0 - 8.2.18, 8.3.0 - 8.3.6
Warning: file_get_contents(): php_network_getaddresses: getaddrinfo for botd.wordpress.com failed: System error in /in/h0VfS on line 3 Warning: file_get_contents(http://botd.wordpress.com/topsites-ta.xml/): Failed to open stream: php_network_getaddresses: getaddrinfo for botd.wordpress.com failed: System error in /in/h0VfS on line 3 <ul> Warning: Undefined array key 0 in /in/h0VfS on line 9 Warning: Undefined array key 0 in /in/h0VfS on line 9 Warning: Undefined array key 0 in /in/h0VfS on line 9 Deprecated: urldecode(): Passing null to parameter #1 ($string) of type string is deprecated in /in/h0VfS on line 9 <li><a href="" title="" ></a></li> Warning: Undefined array key 1 in /in/h0VfS on line 9 Warning: Undefined array key 1 in /in/h0VfS on line 9 Warning: Undefined array key 1 in /in/h0VfS on line 9 Deprecated: urldecode(): Passing null to parameter #1 ($string) of type string is deprecated in /in/h0VfS on line 9 <li><a href="" title="" ></a></li> Warning: Undefined array key 2 in /in/h0VfS on line 9 Warning: Undefined array key 2 in /in/h0VfS on line 9 Warning: Undefined array key 2 in /in/h0VfS on line 9 Deprecated: urldecode(): Passing null to parameter #1 ($string) of type string is deprecated in /in/h0VfS on line 9 <li><a href="" title="" ></a></li> Warning: Undefined array key 3 in /in/h0VfS on line 9 Warning: Undefined array key 3 in /in/h0VfS on line 9 Warning: Undefined array key 3 in /in/h0VfS on line 9 Deprecated: urldecode(): Passing null to parameter #1 ($string) of type string is deprecated in /in/h0VfS on line 9 <li><a href="" title="" ></a></li> Warning: Undefined array key 4 in /in/h0VfS on line 9 Warning: Undefined array key 4 in /in/h0VfS on line 9 Warning: Undefined array key 4 in /in/h0VfS on line 9 Deprecated: urldecode(): Passing null to parameter #1 ($string) of type string is deprecated in /in/h0VfS on line 9 <li><a href="" title="" ></a></li> Warning: Undefined array key 5 in /in/h0VfS on line 9 Warning: Undefined array key 5 in /in/h0VfS on line 9 Warning: Undefined array key 5 in /in/h0VfS on line 9 Deprecated: urldecode(): Passing null to parameter #1 ($string) of type string is deprecated in /in/h0VfS on line 9 <li><a href="" title="" ></a></li></ul>
Output for 8.0.13 - 8.0.30
Warning: file_get_contents(): php_network_getaddresses: getaddrinfo failed: System error in /in/h0VfS on line 3 Warning: file_get_contents(http://botd.wordpress.com/topsites-ta.xml/): Failed to open stream: php_network_getaddresses: getaddrinfo failed: System error in /in/h0VfS on line 3 <ul> Warning: Undefined array key 0 in /in/h0VfS on line 9 Warning: Undefined array key 0 in /in/h0VfS on line 9 Warning: Undefined array key 0 in /in/h0VfS on line 9 <li><a href="" title="" ></a></li> Warning: Undefined array key 1 in /in/h0VfS on line 9 Warning: Undefined array key 1 in /in/h0VfS on line 9 Warning: Undefined array key 1 in /in/h0VfS on line 9 <li><a href="" title="" ></a></li> Warning: Undefined array key 2 in /in/h0VfS on line 9 Warning: Undefined array key 2 in /in/h0VfS on line 9 Warning: Undefined array key 2 in /in/h0VfS on line 9 <li><a href="" title="" ></a></li> Warning: Undefined array key 3 in /in/h0VfS on line 9 Warning: Undefined array key 3 in /in/h0VfS on line 9 Warning: Undefined array key 3 in /in/h0VfS on line 9 <li><a href="" title="" ></a></li> Warning: Undefined array key 4 in /in/h0VfS on line 9 Warning: Undefined array key 4 in /in/h0VfS on line 9 Warning: Undefined array key 4 in /in/h0VfS on line 9 <li><a href="" title="" ></a></li> Warning: Undefined array key 5 in /in/h0VfS on line 9 Warning: Undefined array key 5 in /in/h0VfS on line 9 Warning: Undefined array key 5 in /in/h0VfS on line 9 <li><a href="" title="" ></a></li></ul>
Output for 8.0.0 - 8.0.12
Warning: file_get_contents(): php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution in /in/h0VfS on line 3 Warning: file_get_contents(http://botd.wordpress.com/topsites-ta.xml/): Failed to open stream: php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution in /in/h0VfS on line 3 <ul> Warning: Undefined array key 0 in /in/h0VfS on line 9 Warning: Undefined array key 0 in /in/h0VfS on line 9 Warning: Undefined array key 0 in /in/h0VfS on line 9 <li><a href="" title="" ></a></li> Warning: Undefined array key 1 in /in/h0VfS on line 9 Warning: Undefined array key 1 in /in/h0VfS on line 9 Warning: Undefined array key 1 in /in/h0VfS on line 9 <li><a href="" title="" ></a></li> Warning: Undefined array key 2 in /in/h0VfS on line 9 Warning: Undefined array key 2 in /in/h0VfS on line 9 Warning: Undefined array key 2 in /in/h0VfS on line 9 <li><a href="" title="" ></a></li> Warning: Undefined array key 3 in /in/h0VfS on line 9 Warning: Undefined array key 3 in /in/h0VfS on line 9 Warning: Undefined array key 3 in /in/h0VfS on line 9 <li><a href="" title="" ></a></li> Warning: Undefined array key 4 in /in/h0VfS on line 9 Warning: Undefined array key 4 in /in/h0VfS on line 9 Warning: Undefined array key 4 in /in/h0VfS on line 9 <li><a href="" title="" ></a></li> Warning: Undefined array key 5 in /in/h0VfS on line 9 Warning: Undefined array key 5 in /in/h0VfS on line 9 Warning: Undefined array key 5 in /in/h0VfS on line 9 <li><a href="" title="" ></a></li></ul>
Output for 7.0.20, 7.1.5 - 7.1.25, 7.2.0 - 7.2.13, 7.3.0 - 7.3.12, 7.4.0, 7.4.27 - 7.4.33
Warning: file_get_contents(): php_network_getaddresses: getaddrinfo failed: System error in /in/h0VfS on line 3 Warning: file_get_contents(http://botd.wordpress.com/topsites-ta.xml/): failed to open stream: php_network_getaddresses: getaddrinfo failed: System error in /in/h0VfS on line 3 <ul> Notice: Undefined offset: 0 in /in/h0VfS on line 9 Notice: Undefined offset: 0 in /in/h0VfS on line 9 Notice: Undefined offset: 0 in /in/h0VfS on line 9 <li><a href="" title="" ></a></li> Notice: Undefined offset: 1 in /in/h0VfS on line 9 Notice: Undefined offset: 1 in /in/h0VfS on line 9 Notice: Undefined offset: 1 in /in/h0VfS on line 9 <li><a href="" title="" ></a></li> Notice: Undefined offset: 2 in /in/h0VfS on line 9 Notice: Undefined offset: 2 in /in/h0VfS on line 9 Notice: Undefined offset: 2 in /in/h0VfS on line 9 <li><a href="" title="" ></a></li> Notice: Undefined offset: 3 in /in/h0VfS on line 9 Notice: Undefined offset: 3 in /in/h0VfS on line 9 Notice: Undefined offset: 3 in /in/h0VfS on line 9 <li><a href="" title="" ></a></li> Notice: Undefined offset: 4 in /in/h0VfS on line 9 Notice: Undefined offset: 4 in /in/h0VfS on line 9 Notice: Undefined offset: 4 in /in/h0VfS on line 9 <li><a href="" title="" ></a></li> Notice: Undefined offset: 5 in /in/h0VfS on line 9 Notice: Undefined offset: 5 in /in/h0VfS on line 9 Notice: Undefined offset: 5 in /in/h0VfS on line 9 <li><a href="" title="" ></a></li></ul>
Output for 7.3.32 - 7.3.33, 7.4.26
Warning: file_get_contents(): php_network_getaddresses: getaddrinfo failed: System error in /in/h0VfS on line 3 Warning: file_get_contents(http://botd.wordpress.com/topsites-ta.xml/): failed to open stream: php_network_getaddresses: getaddrinfo failed: System error in /in/h0VfS on line 3 <ul><li><a href="" title="" ></a></li><li><a href="" title="" ></a></li><li><a href="" title="" ></a></li><li><a href="" title="" ></a></li><li><a href="" title="" ></a></li><li><a href="" title="" ></a></li></ul>
Output for 7.2.29 - 7.2.33, 7.3.16 - 7.3.31, 7.4.3 - 7.4.25
Warning: file_get_contents(): php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution in /in/h0VfS on line 3 Warning: file_get_contents(http://botd.wordpress.com/topsites-ta.xml/): failed to open stream: php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution in /in/h0VfS on line 3 <ul> Notice: Undefined offset: 0 in /in/h0VfS on line 9 Notice: Undefined offset: 0 in /in/h0VfS on line 9 Notice: Undefined offset: 0 in /in/h0VfS on line 9 <li><a href="" title="" ></a></li> Notice: Undefined offset: 1 in /in/h0VfS on line 9 Notice: Undefined offset: 1 in /in/h0VfS on line 9 Notice: Undefined offset: 1 in /in/h0VfS on line 9 <li><a href="" title="" ></a></li> Notice: Undefined offset: 2 in /in/h0VfS on line 9 Notice: Undefined offset: 2 in /in/h0VfS on line 9 Notice: Undefined offset: 2 in /in/h0VfS on line 9 <li><a href="" title="" ></a></li> Notice: Undefined offset: 3 in /in/h0VfS on line 9 Notice: Undefined offset: 3 in /in/h0VfS on line 9 Notice: Undefined offset: 3 in /in/h0VfS on line 9 <li><a href="" title="" ></a></li> Notice: Undefined offset: 4 in /in/h0VfS on line 9 Notice: Undefined offset: 4 in /in/h0VfS on line 9 Notice: Undefined offset: 4 in /in/h0VfS on line 9 <li><a href="" title="" ></a></li> Notice: Undefined offset: 5 in /in/h0VfS on line 9 Notice: Undefined offset: 5 in /in/h0VfS on line 9 Notice: Undefined offset: 5 in /in/h0VfS on line 9 <li><a href="" title="" ></a></li></ul>
Output for 5.3.0 - 5.3.29, 5.4.0 - 5.4.45, 5.5.0 - 5.5.37, 5.6.0 - 5.6.28, 7.0.0 - 7.0.14, 7.1.0
Warning: file_get_contents(): php_network_getaddresses: getaddrinfo failed: Name or service not known in /in/h0VfS on line 3 Warning: file_get_contents(http://botd.wordpress.com/topsites-ta.xml/): failed to open stream: php_network_getaddresses: getaddrinfo failed: Name or service not known in /in/h0VfS on line 3 <ul> Notice: Undefined offset: 0 in /in/h0VfS on line 9 Notice: Undefined offset: 0 in /in/h0VfS on line 9 Notice: Undefined offset: 0 in /in/h0VfS on line 9 <li><a href="" title="" ></a></li> Notice: Undefined offset: 1 in /in/h0VfS on line 9 Notice: Undefined offset: 1 in /in/h0VfS on line 9 Notice: Undefined offset: 1 in /in/h0VfS on line 9 <li><a href="" title="" ></a></li> Notice: Undefined offset: 2 in /in/h0VfS on line 9 Notice: Undefined offset: 2 in /in/h0VfS on line 9 Notice: Undefined offset: 2 in /in/h0VfS on line 9 <li><a href="" title="" ></a></li> Notice: Undefined offset: 3 in /in/h0VfS on line 9 Notice: Undefined offset: 3 in /in/h0VfS on line 9 Notice: Undefined offset: 3 in /in/h0VfS on line 9 <li><a href="" title="" ></a></li> Notice: Undefined offset: 4 in /in/h0VfS on line 9 Notice: Undefined offset: 4 in /in/h0VfS on line 9 Notice: Undefined offset: 4 in /in/h0VfS on line 9 <li><a href="" title="" ></a></li> Notice: Undefined offset: 5 in /in/h0VfS on line 9 Notice: Undefined offset: 5 in /in/h0VfS on line 9 Notice: Undefined offset: 5 in /in/h0VfS on line 9 <li><a href="" title="" ></a></li></ul>
Output for 5.2.6 - 5.2.17
Warning: file_get_contents(): php_network_getaddresses: getaddrinfo failed: Name or service not known in /in/h0VfS on line 3 Warning: file_get_contents(http://botd.wordpress.com/topsites-ta.xml/): failed to open stream: php_network_getaddresses: getaddrinfo failed: Name or service not known in /in/h0VfS on line 3 <ul> Notice: Undefined offset: 0 in /in/h0VfS on line 9 Notice: Undefined offset: 0 in /in/h0VfS on line 9 Notice: Undefined offset: 0 in /in/h0VfS on line 9 <li><a href="" title="" ></a></li> Notice: Undefined offset: 1 in /in/h0VfS on line 9 Notice: Undefined offset: 1 in /in/h0VfS on line 9 Notice: Undefined offset: 1 in /in/h0VfS on line 9 <li><a href="" title="" ></a></li> Notice: Undefined offset: 2 in /in/h0VfS on line 9 Notice: Undefined offset: 2 in /in/h0VfS on line 9 Notice: Undefined offset: 2 in /in/h0VfS on line 9 <li><a href="" title="" ></a></li> Notice: Undefined offset: 3 in /in/h0VfS on line 9 Notice: Undefined offset: 3 in /in/h0VfS on line 9 Notice: Undefined offset: 3 in /in/h0VfS on line 9 <li><a href="" title="" ></a></li> Notice: Undefined offset: 4 in /in/h0VfS on line 9 Notice: Undefined offset: 4 in /in/h0VfS on line 9 Notice: Undefined offset: 4 in /in/h0VfS on line 9 <li><a href="" title="" ></a></li> Notice: Undefined offset: 5 in /in/h0VfS on line 9 Notice: Undefined offset: 5 in /in/h0VfS on line 9 Notice: Undefined offset: 5 in /in/h0VfS on line 9 <li><a href="" title="" ></a></li></ul>
Output for 4.3.3 - 4.3.4, 4.3.10 - 4.3.11, 4.4.0 - 4.4.9, 5.0.3 - 5.0.5, 5.1.0 - 5.1.6, 5.2.0 - 5.2.5
Warning: file_get_contents(): php_network_getaddresses: getaddrinfo failed: Name or service not known in /in/h0VfS on line 3 Warning: file_get_contents(http://botd.wordpress.com/topsites-ta.xml/): failed to open stream: Connection refused in /in/h0VfS on line 3 <ul> Notice: Undefined offset: 0 in /in/h0VfS on line 9 Notice: Undefined offset: 0 in /in/h0VfS on line 9 Notice: Undefined offset: 0 in /in/h0VfS on line 9 <li><a href="" title="" ></a></li> Notice: Undefined offset: 1 in /in/h0VfS on line 9 Notice: Undefined offset: 1 in /in/h0VfS on line 9 Notice: Undefined offset: 1 in /in/h0VfS on line 9 <li><a href="" title="" ></a></li> Notice: Undefined offset: 2 in /in/h0VfS on line 9 Notice: Undefined offset: 2 in /in/h0VfS on line 9 Notice: Undefined offset: 2 in /in/h0VfS on line 9 <li><a href="" title="" ></a></li> Notice: Undefined offset: 3 in /in/h0VfS on line 9 Notice: Undefined offset: 3 in /in/h0VfS on line 9 Notice: Undefined offset: 3 in /in/h0VfS on line 9 <li><a href="" title="" ></a></li> Notice: Undefined offset: 4 in /in/h0VfS on line 9 Notice: Undefined offset: 4 in /in/h0VfS on line 9 Notice: Undefined offset: 4 in /in/h0VfS on line 9 <li><a href="" title="" ></a></li> Notice: Undefined offset: 5 in /in/h0VfS on line 9 Notice: Undefined offset: 5 in /in/h0VfS on line 9 Notice: Undefined offset: 5 in /in/h0VfS on line 9 <li><a href="" title="" ></a></li></ul>
Output for 4.3.5 - 4.3.9, 5.0.1 - 5.0.2
Warning: file_get_contents(): php_network_getaddresses: gethostbyname failed in /in/h0VfS on line 3 Warning: file_get_contents(http://botd.wordpress.com/topsites-ta.xml/): failed to open stream: Success in /in/h0VfS on line 3 <ul> Notice: Undefined offset: 0 in /in/h0VfS on line 9 Notice: Undefined offset: 0 in /in/h0VfS on line 9 Notice: Undefined offset: 0 in /in/h0VfS on line 9 <li><a href="" title="" ></a></li> Notice: Undefined offset: 1 in /in/h0VfS on line 9 Notice: Undefined offset: 1 in /in/h0VfS on line 9 Notice: Undefined offset: 1 in /in/h0VfS on line 9 <li><a href="" title="" ></a></li> Notice: Undefined offset: 2 in /in/h0VfS on line 9 Notice: Undefined offset: 2 in /in/h0VfS on line 9 Notice: Undefined offset: 2 in /in/h0VfS on line 9 <li><a href="" title="" ></a></li> Notice: Undefined offset: 3 in /in/h0VfS on line 9 Notice: Undefined offset: 3 in /in/h0VfS on line 9 Notice: Undefined offset: 3 in /in/h0VfS on line 9 <li><a href="" title="" ></a></li> Notice: Undefined offset: 4 in /in/h0VfS on line 9 Notice: Undefined offset: 4 in /in/h0VfS on line 9 Notice: Undefined offset: 4 in /in/h0VfS on line 9 <li><a href="" title="" ></a></li> Notice: Undefined offset: 5 in /in/h0VfS on line 9 Notice: Undefined offset: 5 in /in/h0VfS on line 9 Notice: Undefined offset: 5 in /in/h0VfS on line 9 <li><a href="" title="" ></a></li></ul>
Output for 5.0.0
Warning: file_get_contents(): php_network_getaddresses: gethostbyname failed in /in/h0VfS on line 3 Warning: file_get_contents(http://botd.wordpress.com/topsites-ta.xml/): failed to open stream: Bad file descriptor in /in/h0VfS on line 3 <ul> Notice: Undefined offset: 0 in /in/h0VfS on line 9 Notice: Undefined offset: 0 in /in/h0VfS on line 9 Notice: Undefined offset: 0 in /in/h0VfS on line 9 <li><a href="" title="" ></a></li> Notice: Undefined offset: 1 in /in/h0VfS on line 9 Notice: Undefined offset: 1 in /in/h0VfS on line 9 Notice: Undefined offset: 1 in /in/h0VfS on line 9 <li><a href="" title="" ></a></li> Notice: Undefined offset: 2 in /in/h0VfS on line 9 Notice: Undefined offset: 2 in /in/h0VfS on line 9 Notice: Undefined offset: 2 in /in/h0VfS on line 9 <li><a href="" title="" ></a></li> Notice: Undefined offset: 3 in /in/h0VfS on line 9 Notice: Undefined offset: 3 in /in/h0VfS on line 9 Notice: Undefined offset: 3 in /in/h0VfS on line 9 <li><a href="" title="" ></a></li> Notice: Undefined offset: 4 in /in/h0VfS on line 9 Notice: Undefined offset: 4 in /in/h0VfS on line 9 Notice: Undefined offset: 4 in /in/h0VfS on line 9 <li><a href="" title="" ></a></li> Notice: Undefined offset: 5 in /in/h0VfS on line 9 Notice: Undefined offset: 5 in /in/h0VfS on line 9 Notice: Undefined offset: 5 in /in/h0VfS on line 9 <li><a href="" title="" ></a></li></ul>
Output for 4.3.2
Warning: file_get_contents(): php_network_getaddresses: getaddrinfo failed: Name or service not known (is your IPV6 configuration correct? If this error happens all the time, try reconfiguring PHP using --disable-ipv6 option to configure) in /in/h0VfS on line 3 Warning: file_get_contents(http://botd.wordpress.com/topsites-ta.xml/): failed to open stream: Connection refused in /in/h0VfS on line 3 <ul> Notice: Undefined offset: 0 in /in/h0VfS on line 9 Notice: Undefined offset: 0 in /in/h0VfS on line 9 Notice: Undefined offset: 0 in /in/h0VfS on line 9 <li><a href="" title="" ></a></li> Notice: Undefined offset: 1 in /in/h0VfS on line 9 Notice: Undefined offset: 1 in /in/h0VfS on line 9 Notice: Undefined offset: 1 in /in/h0VfS on line 9 <li><a href="" title="" ></a></li> Notice: Undefined offset: 2 in /in/h0VfS on line 9 Notice: Undefined offset: 2 in /in/h0VfS on line 9 Notice: Undefined offset: 2 in /in/h0VfS on line 9 <li><a href="" title="" ></a></li> Notice: Undefined offset: 3 in /in/h0VfS on line 9 Notice: Undefined offset: 3 in /in/h0VfS on line 9 Notice: Undefined offset: 3 in /in/h0VfS on line 9 <li><a href="" title="" ></a></li> Notice: Undefined offset: 4 in /in/h0VfS on line 9 Notice: Undefined offset: 4 in /in/h0VfS on line 9 Notice: Undefined offset: 4 in /in/h0VfS on line 9 <li><a href="" title="" ></a></li> Notice: Undefined offset: 5 in /in/h0VfS on line 9 Notice: Undefined offset: 5 in /in/h0VfS on line 9 Notice: Undefined offset: 5 in /in/h0VfS on line 9 <li><a href="" title="" ></a></li></ul>
Output for 4.3.0 - 4.3.1
Warning: file_get_contents() [http://www.php.net/function.file-get-contents]: php_network_getaddresses: getaddrinfo failed: Name or service not known in /in/h0VfS on line 3 Warning: file_get_contents(http://botd.wordpress.com/topsites-ta.xml/) [http://www.php.net/function.file-get-contents]: failed to create stream: Connection refused in /in/h0VfS on line 3 <ul> Notice: Undefined offset: 0 in /in/h0VfS on line 9 Notice: Undefined offset: 0 in /in/h0VfS on line 9 Notice: Undefined offset: 0 in /in/h0VfS on line 9 <li><a href="" title="" ></a></li> Notice: Undefined offset: 1 in /in/h0VfS on line 9 Notice: Undefined offset: 1 in /in/h0VfS on line 9 Notice: Undefined offset: 1 in /in/h0VfS on line 9 <li><a href="" title="" ></a></li> Notice: Undefined offset: 2 in /in/h0VfS on line 9 Notice: Undefined offset: 2 in /in/h0VfS on line 9 Notice: Undefined offset: 2 in /in/h0VfS on line 9 <li><a href="" title="" ></a></li> Notice: Undefined offset: 3 in /in/h0VfS on line 9 Notice: Undefined offset: 3 in /in/h0VfS on line 9 Notice: Undefined offset: 3 in /in/h0VfS on line 9 <li><a href="" title="" ></a></li> Notice: Undefined offset: 4 in /in/h0VfS on line 9 Notice: Undefined offset: 4 in /in/h0VfS on line 9 Notice: Undefined offset: 4 in /in/h0VfS on line 9 <li><a href="" title="" ></a></li> Notice: Undefined offset: 5 in /in/h0VfS on line 9 Notice: Undefined offset: 5 in /in/h0VfS on line 9 Notice: Undefined offset: 5 in /in/h0VfS on line 9 <li><a href="" title="" ></a></li></ul>

preferences:
214.78 ms | 405 KiB | 366 Q