Jump to content
amprenta

Php-Nuke youtube block

Recommended Posts

Posted

-deschizi notepad , copiezi codul, salvezi ca block-YouTube.php (sau cum vrei tu ,important este daca pui alt nume ,sa modifici si in cod )

-intrii pe ftp-ul site-ului unde ai php-nuke ,cauti "blocks" si il uploadezi acolo.

-ca sa il activezi faci ca si cu un block normal adica http://sitemeu/admin.php , Blocks - Add New block


<?php
if (eregi("block-YouTube.php",$_SERVER['PHP_SELF'])) {
Header("Location: index.php" );
}

$content = "";
$stuff = <<< End_Stuff
<center>
<object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/v93S3FaTxGw"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/v93S3FaTxGw" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object>
</center>

End_Stuff;

$content .= $stuff;
?>

-- modifici tu "marimile "ca sa se potriveasca cu aspectul site-ului

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...