Radio help/ Chmod (change mode) Help!

FirefighterKyle

I am Kyle!!
Sep 14, 2012
162
7
Okay so I am trying to use a radio for my site which the radio is in my mysql stuff but when I try to go forth with it (install the rest of it) I get make sure Chmodded it too 777 which my file is 066 or what not I don't know how or where I would go to make it 777 I know Chmod stands for change mode but that is it. None of the tut I looked at on google etc explained it well enough of like where I am post to go etc.
 

FirefighterKyle

I am Kyle!!
Sep 14, 2012
162
7
So your saying right click on a file > properties and do chmod 777 filename.ext? Like I don't know where I would go to change it if it is renaming the file etc let me know.
 

FirefighterKyle

I am Kyle!!
Sep 14, 2012
162
7
I am using xampp which yeah apache I watched a couple videos on youtube which I guess filezillia or what not would let me do it in that but if you got an easier or non download way I will do your way.
 

Ecko

23:37 [autobots] -!- eckostylez [[email protected]]
Nov 25, 2012
1,398
962
I see, you're doing everything locally.

You won't need to change the permissions on the file(s) because xampp (apache) is running as a system service on Windows and therefore has system privileges. You should continue with your installation and see if any errors are thrown.
 

FirefighterKyle

I am Kyle!!
Sep 14, 2012
162
7
Yeah I tried it and got a mysql error umm will redo it and prntscreen the errors :Edit

Code:
<?

//set local variables
$dbhost = "localhost"; //Database Host
$dbuser = "root"; //Database User
$dbpass = "blinkme"; //Database Password
$dbname = "gradio"; //Database Name

//connect
$dbt = mysql_pconnect($dbhost,$dbuser,$dbpass);
mysql_select_db("$dbname",$db);

?>
 
Last edited:

HonkyWam

Tickle me Elmo!
Dec 8, 2011
289
4
This is also helpful.
- Use Windows Explorer to navigate to the file or directory.
- Right click on it, and select Properties.
- Select the Security tab.
- Click the Add button.
- Use the dialogue to grant Full Control to "Everyone".
 

Tails

Go the fuck to sleep.
Jan 11, 2014
156
6
Not sure if its possible through windows XP.

Is this a server or your home PC? I would strongly advise against hosting a radio server on your home PC.
 

Users who are viewing this thread

Top