Ravens PHP Scripts: Forums
 

 

View next topic
View previous topic
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> How To's
Author Message
Dibas
New Member
New Member



Joined: Apr 04, 2005
Posts: 16

PostPosted: Mon Apr 04, 2005 11:47 am Reply with quote

here's the deal... i'm trying to implement a flash mp3 player on my site, but i have some issues, i want it to be included in some part of the site that is never reloaded everytime i click on something on the site like read article or something, cuz everytime i click he reloads the flash player and starts the mp3 all over again... my idea is to create a top frame static which is never reloaded everytime i click on something, kinda like frames on html when only the center frame reloads when clicking on something... any idea how can i implement this?

I managed to round the problem creating a simple html frame opening the player and index.php of the nuke site... that's cool and solved part of my problem though... naturally the player only comes up when ppl access to the domain, when access directly to some article or something without passing thru the domain first it doesnt show up... i wonder if i can get around this...

Cheers.
 
View user's profile Send private message
Raven
Site Admin/Owner



Joined: Aug 27, 2002
Posts: 17088

PostPosted: Tue Apr 05, 2005 8:11 am Reply with quote

Look into the PHP setting auto_prepend_file. This setting can be set in .htaccess and will call that script regardless of how they enter your site. You could set it to something like
php_value auto_prepend_file "test.php" .

Then, in test.php you could put logic in to determine how/when to start, stop, restart, etc.
 
View user's profile Send private message
Dibas







PostPosted: Tue Apr 05, 2005 12:00 pm Reply with quote

Thanks for the suggestion... i tried that though it gave me an error... according to the error.log:

/public_html/.htaccess: Invalid command 'php_value', perhaps mis-spelled or defined by a module not included in the server configuration

i added to .htaccess:

php_value auto_prepend_file "player.php"
 
Raven







PostPosted: Tue Apr 05, 2005 12:21 pm Reply with quote

Sounds like your host does not allow you to override php settings.
 
Display posts from previous:       
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> How To's

View next topic
View previous topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum


Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours
 
Forums ©