Jump to content

Recommended Posts

hi,

 

I have made a program called php-radio it's a radio station emulation i'm the first one that i have see that hase done something like this it was desinged to stream for winamp so keep that in mind.

 

links:

download at http://dream-code.net/

demo at http://php-radio.dream-code.net/

wiki at http://wiki.dream-code.net

 

 

Link to comment
https://forums.phpfreaks.com/topic/82365-php-radio/
Share on other sites

Array:

http://php-radio.dream-code.net/index.php?page[]

 

Array:

http://php-radio.dream-code.net/index.php?station[]

 

Array:

http://php-radio.dream-code.net/playlist.php?type[]

 

Cross Site Scripting:

http://php-radio.dream-code.net/index.php?station=</title><marquee><h1>vulnerable

 

Cross Site Scripting:

http://php-radio.dream-code.net/index.php?station=<marquee><h1>vulnerable

 

Directory Transversal:

http://php-radio.dream-code.net/index.php?page=a/../index

 

Full Path Disclosure:

http://php-radio.dream-code.net/pages/playlist.php

Fatal error: Call to a member function get() on a non-object in /mounted-storage/home37b/sub001/sc29565-MPEY/php-radio/pages/playlist.php on line 5

 

Full Path Disclosure:

http://php-radio.dream-code.net/pages/users.php

Fatal error: Call to a member function get_users_online_names() on a non-object in /mounted-storage/home37b/sub001/sc29565-MPEY/php-radio/pages/users.php on line 4

 

Full Path Disclosure:

http://php-radio.dream-code.net/pages/stations.php

Fatal error: Call to a member function get() on a non-object in /mounted-storage/home37b/sub001/sc29565-MPEY/php-radio/pages/stations.php on line 50

 

Full Path Disclosure:

http://php-radio.dream-code.net/pages/admins.php

Fatal error: Call to a member function get_admins() on a non-object in /mounted-storage/home37b/sub001/sc29565-MPEY/php-radio/pages/admins.php on line 7

 

Full Path Disclosure:

http://php-radio.dream-code.net/pages/addsongs.php

Warning: require_once(getid3/getid3.php) [function.require-once]: failed to open stream: No such file or directory in /mounted-storage/home37b/sub001/sc29565-MPEY/php-radio/pages/addsongs.php on line 112

 

Fatal error: require_once() [function.require]: Failed opening required 'getid3/getid3.php' (include_path='.:/usr/local/lib/php/') in /mounted-storage/home37b/sub001/sc29565-MPEY/php-radio/pages/addsongs.php on line 112

 

Full Path Disclosure:

http://php-radio.dream-code.net/pages/logout.php

Fatal error: Call to undefined function Redirect() in /mounted-storage/home37b/sub001/sc29565-MPEY/php-radio/pages/logout.php on line 5

 

URL Inclusion:

http://php-radio.dream-code.net/index.php?page=http://www.google.com/

 

User Enumeration:

http://php-radio.dream-code.net/~root

Link to comment
https://forums.phpfreaks.com/topic/82365-php-radio/#findComment-418781
Share on other sites

Full Path Disclosure:

http://php-radio.dream-code.net/pages/playlist.php

Fatal error: Call to a member function get() on a non-object in /mounted-storage/home37b/sub001/sc29565-MPEY/php-radio/pages/playlist.php on line 5

 

Full Path Disclosure:

http://php-radio.dream-code.net/pages/users.php

Fatal error: Call to a member function get_users_online_names() on a non-object in /mounted-storage/home37b/sub001/sc29565-MPEY/php-radio/pages/users.php on line 4

 

Full Path Disclosure:

http://php-radio.dream-code.net/pages/stations.php

Fatal error: Call to a member function get() on a non-object in /mounted-storage/home37b/sub001/sc29565-MPEY/php-radio/pages/stations.php on line 50

 

Full Path Disclosure:

http://php-radio.dream-code.net/pages/admins.php

Fatal error: Call to a member function get_admins() on a non-object in /mounted-storage/home37b/sub001/sc29565-MPEY/php-radio/pages/admins.php on line 7

 

Full Path Disclosure:

http://php-radio.dream-code.net/pages/addsongs.php

Warning: require_once(getid3/getid3.php) [function.require-once]: failed to open stream: No such file or directory in /mounted-storage/home37b/sub001/sc29565-MPEY/php-radio/pages/addsongs.php on line 112

 

Fatal error: require_once() [function.require]: Failed opening required 'getid3/getid3.php' (include_path='.:/usr/local/lib/php/') in /mounted-storage/home37b/sub001/sc29565-MPEY/php-radio/pages/addsongs.php on line 112

 

Full Path Disclosure:

http://php-radio.dream-code.net/pages/logout.php

Fatal error: Call to undefined function Redirect() in /mounted-storage/home37b/sub001/sc29565-MPEY/php-radio/pages/logout.php on line 5

 

i think by adding error_reporting(0); to all files will stop out putting these things thanks :)

Link to comment
https://forums.phpfreaks.com/topic/82365-php-radio/#findComment-418893
Share on other sites

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.