• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

[GESIOR AAC] Live Streams

Bump

- - - Updated - - -

HELP ERROR

Fatal error: Uncaught exception 'Exception' with message 'String could not be parsed as XML' in C:\Users\ACER\xampp\htdocs\stream.php:20 Stack trace: #0 C:\Users\ACER\xampp\htdocs\stream.php(20): SimpleXMLElement->__construct('', 16384) #1 {main} thrown in C:\Users\ACER\xampp\htdocs\stream.php on line 20

- - - Updated - - -

PM ME-
F/nedim.kanat.3
 
i know this might sound daft but try changing this

Code:
C:\Users\ACER\xampp\htdocs\stream.php:20

to this

Code:
C:/Users/ACER/xampp/htdocs/stream.php:20
 
Fatal error: Uncaught exception 'Exception' with message 'String could not be parsed as XML' in C:\xampp\htdocs\pages\streams.php:20 Stack trace: #0 C:\xampp\htdocs\pages\streams.php(20): SimpleXMLElement->__construct('', 16384) #1 C:\xampp\htdocs\system\load.page.php(7): include('C:\xampp\htdocs...') #2 C:\xampp\htdocs\index.php(37): include_once('C:\xampp\htdocs...') #3 {main} thrown inC:\xampp\htdocs\pages\streams.php on line 20
 
@EvilSkillz Hahah :D Lawl

Code:
#include <iostream>

using namespace std;

int main()
{
       cout << "He's Drunk! :D lawl can't you see? :D he wrote: replace  C:\Users\ACER\xampp\htdocs\stream.php:20  with C:/Users/ACER/xampp/htdocs/stream.php:20  he thinks its possible to change error message on webbrowser!... (/// --- OH GOD!? WHY? :D --- ///)" << endl;
       return 0;
}
 
@EvilSkillz Hahah :D Lawl

Code:
#include <iostream>
 
using namespace std;
 
int main()
{
       cout << "He's Drunk! :D lawl can't you see? :D he wrote: replace  C:\Users\ACER\xampp\htdocs\stream.php:20  with C:/Users/ACER/xampp/htdocs/stream.php:20  he thinks its possible to change error message on webbrowser!... (/// --- OH GOD!? WHY? :D --- ///)" << endl;
       return 0;
}


haha yea I see that :)
maybe you're right he is drunk :p
 
he is atleast trying to help to think of a solution you guys dont come up with a solution for the problems instead of laughing at someone you could provide help?

childish fucktards
 
hey noob @53701688 for the first we do not use tel number as username.... (/drunk as fck/)
for the second.. i found the solution., im just having fun!.....
 
@Snavy , Are you Drunk? i did say in my post "i know this might sound 'daft' " and who cares what people use as there user names, it keeps him hidden from nerds that hack people because there low life sad Bas*ards, just like you.

sorry for the OT but it had to be said..
 
Streamlist for Gesior by Korrex
List provided by SlurpDerp

Presenting a livestream list making use of the SlurpDerp Livestream API.
It functions by fetching the list from Slurpderp's API.
It shows previews of the streams!
It allows you to click the preview and almost immediatly start watching!
And to top it off, you can get it here for free!
You can even apply for your stream to be listed!
And it updates automatically every 5-10 minutes, removing the offline streams and only showing online gaming streams! (including fellow OtLanders):$


I know what you are all thinking: :eek:, can it really do all that?
And my answer to that is. Yes, yes it does exactly that, AND MORE.

Now the steps to installing:

1. Download the package from the attachments below. (Don't worry it's completely safe, it's just the css file and php file :)) [For those still doubting me: VirusTotal Scan
2. Unzip the file to your www/htdocs folder depending on what webserver you're using :)
3. Open your index.php and add this in the "switch":
PHP:
case "streams";
    $topic = "Stream List";
    $subtopic = "streams";
    include("gesior.php");
break;
4. Open your layout.php and add this after the last item in your "Community" tab:
HTML:
<a href='?subtopic=streams'>
    <div id='submenu_streams' class='Submenuitem' onMouseOver='MouseOverSubmenuItem(this)' onMouseOut='MouseOutSubmenuItem(this)'>
        <div class='LeftChain' style='background-image:url(<?PHP echo $layout_name; ?>/images/general/chain.gif);'></div>
        <div id='ActiveSubmenuItemIcon_wars' class='ActiveSubmenuItemIcon' style='background-image:url(<?PHP echo $layout_name; ?>/images/menu/icon-activesubmenu.gif);'></div>
        <div class='SubmenuitemLabel'>Live Streams</div>
        <div class='RightChain' style='background-image:url(<?PHP echo $layout_name; ?>/images/general/chain.gif);'></div>
    </div>
</a>
5. You're done. Simple as that :)

NOTE:
If you experience this error follow the steps provided below.
HTML:
Call to undefined function curl_init()

Windows user:
To enable cURL

1. Find your PHP folder
2. Open php.ini with notepad
3. Find ;extension=php_curl.dll
4. Remove the colon ;
5. Save and

If you cannot find the line on step 3, add extension=php_curl.dll to the bottom of the php.ini file.

You may have to restart apache after I dunno

Screenshots:
View attachment 13754
View attachment 13806
Bump Why is my http://bloxx.sytes.net/?subtopic=streams blank? Did everything right!
 
Last edited by a moderator:
In index.php change:
Code:
define('DEBUG_DATABASE', false);
To
Code:
define('DEBUG_DATABASE', true);

And see if you get any output, if you do post it otherwise re-add everything again.
I readded everything and when i did as you said there was no error messages
 
Back
Top