Clan Adverts

Sponsors

CT on Facebook

Latest Product

User Box

Anonymous
38.107.179.217
Nickname:

Password:

Security Code
Security Code
Type Security Code


PND Downloads Feed

Phpnuke Downloads
How to Delete or Reset yo...
How to Delete or Reset your PHPNuke Admin Account
Lost your admin password ?  Cant login to your admin account ? This s...
Back Online & Stuff
Back Online & Stuff
Look at us with our nifty website back up and running… Seriously...
How to edit the admins in...
How to edit the admins in the forums
Here is a way to make someone admin in your forums on your Evo site. I...
Demo Splash Screen
Demo Splash Screen
Ped @ Clan Themes has released a simple splash screen entrance hack. ...
Free Phpnuke Business The...
Free Phpnuke Business Theme 6
This is the 6th Business theme for Phpnuke that Clan Themes has releas...
Tricked Out Slider
Tricked Out Slider
We have seen some great new things come out of Tricked Out News and th...

Custom Work

PHP Nuke Custom Work

www.clanthemes.com :: View topic - Help with a block
Help with a block

5 Replies / 5755 Views


Post new topic   Reply to topic  

   www.clanthemes.com Forum Index » How To's

View previous topic :: View next topic


Genuine
Reputation: 67.5 Add RepSubtract Rep
Local time: 4:58 PM


Welcome to Clan-Themes
Welcome to Clan-Themes

0.14 posts per day
Medals: 2 (View more...)
Site Supporter (Amount: 1)

Joined: Jan 30, 2008
Last Visit: 11 Apr 2012
Posts: 215
Points: 36401 

Post Help with a block Posted: Tue Feb 17, 2009 1:43 pm

Shop Purchases:
Crysis Theme · CRYSIS X-Theme (Ultimate) for PhpNuke · Lord of The Rings Theme · Clan Roster 2.0 · Diablo 3 Ultimate Theme · Battlefield 2142-X · Modern Warfare 2 Evo · Modern Gamer Evo Multi Theme  · Battlefield: Bad Company 2 Evo Theme · Crysis 2 Evo Theme · Battlefield 3 Evo Theme · Modern Warfare 3 Evo Theme · Star Wars Old Republic Evo Theme · Battlefield 3 Stats Module

hi so i have a map from http://platial.com and they gave me this code


<object width="100%" height="350px" id="mapKit1" align="middle" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0"><param name="movie" value="http://platial.com/widgets/frappr/visitormap.swf?mapViewId=603449&trackingId=mkFL_123487788984&apiKey=83b9b152d19088278ca37a301cb2048a442195f0&domain=platial.com&remote=1&deepLinking=0" ><param name="bgcolor" value="#4c4c4c"><param name="quality" value="high" ><param name="wmode" value="opaque"><param name="allowScriptAccess" value="sameDomain"><param name="base" value="http://platial.com/widgets/frappr/" ><embed src="http://platial.com/widgets/frappr/visitormap.swf?mapViewId=603449&trackingId=mkFL_123487788984&apiKey=83b9b152d19088278ca37a301cb2048a442195f0&domain=platial.com&remote=1&deepLinking=0" quality="high" width="100%" height="350px" allowScriptAccess="sameDomain" bgcolor="#4c4c4c" name="mapKit1" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" base="http://platial.com/widgets/frappr/" wmode="opaque" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed></object><div style="padding:5px; background-color: #757575; font-family:verdana,sans-serif; font-size:11px; text-align:left;"><div style="float:right;"><form action="http://platial.com/search" method="GET"><input type="text" name="what" style="margin-bottom:5px"/><input type="submit" value="Platial Search" style="margin-bottom:5px"/><input type="hidden" name="where" value="world"/><div style="clear:both; "></div></form></div><div style="color:#ddd; float:left;"><a href="http://platial.com/mapmaker/frappr/" style="color:#FFD747; font-size: 14px; text-decoration:none; ">Get Your Frappr GuestMap!</a><br/>Powered by Platial</div><div style="clear:both"></div></div>

what i put in the block folder on my ftp and add it to my mane page only thing is that the map is not in the block its above it i know its posable to do as i have seen it on other clan sites i just have no idea about codeing

any help pls
 

 
View user's profileSend private message Reply with quote

Noto
Reputation: 1072.7 Add RepSubtract Rep
votes: 13
Local time: 5:58 PM
Location: Sunny UK !
uk.gif

Site Admin
Site Admin

0.60 posts per day
Medals: 3 (View more...)
Site Supporter (Amount: 1)
Theme Guru
Theme Guru
Joined: May 03, 2007
Last Visit: 25 May 2012
Posts: 1118
Points: 73943 

Post Help with a block Posted: Tue Feb 17, 2009 3:09 pm

USE THIS tested and working fine.

Code:
<?php

if(eregi("block-YourBlockName.php",$_SERVER['PHP_SELF'])) {
   header("Location: index.php");
}

$content.= "<?php

if(eregi("block-YourBlockName.php",$_SERVER['PHP_SELF'])) {
   header("Location: index.php");
}

$content.= '<object width="100%" height="350px" id="mapKit1" align="middle" classid=
"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase=
"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0">
<param name="movie" value=
"http://platial.com/widgets/frappr/visitormap.swf?mapViewId=603449&amp;trackingId=mkFL_123487788984&amp;apiKey=83b9b152d19088278ca37a301cb2048a442195f0&amp;domain=platial.com&amp;remote=1&amp;deepLinking=0" />
<param name="bgcolor" value="#4c4c4c" />
<param name="quality" value="high" />
<param name="wmode" value="opaque" />
<param name="allowScriptAccess" value="sameDomain" />
<param name="base" value="http://platial.com/widgets/frappr/" />
<embed src=
"http://platial.com/widgets/frappr/visitormap.swf?mapViewId=603449&amp;trackingId=mkFL_123487788984&amp;apiKey=83b9b152d19088278ca37a301cb2048a442195f0&amp;domain=platial.com&amp;remote=1&amp;deepLinking=0"
quality="high" width="100%" height="350px" allowscriptaccess="sameDomain" bgcolor=
"#4C4C4C" name="mapKit1" align="middle" allowscriptaccess="sameDomain" type=
"application/x-shockwave-flash" base="http://platial.com/widgets/frappr/" wmode="opaque"
pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>

<div style=
"padding:5px; background-color: #757575; font-family:verdana,sans-serif; font-size:11px; text-align:left;">
<div style="float:right;">
<form action="http://platial.com/search" method="get">
<input type="text" name="what" style="margin-bottom:5px" /><input type="submit" value=
"Platial Search" style="margin-bottom:5px" /><input type="hidden" name="where" value=
"world" />

<div style="clear:both;"></div>
</form>
</div>

<div style="color:#ddd; float:left;">
<a href="http://platial.com/mapmaker/frappr/" style=
"color:#FFD747; font-size: 14px; text-decoration:none;">Get Your Frappr
GuestMap!</a><br />
Powered by Platial
</div>

<div style="clear:both"></div>
</div>';
?>
 

Tactical Combat Evolved - Sig Showcase  
View user's profileSend private messageVisit poster's website Reply with quote

Genuine
Reputation: 67.5 Add RepSubtract Rep
Local time: 4:58 PM


Welcome to Clan-Themes
Welcome to Clan-Themes

0.14 posts per day
Medals: 2 (View more...)
Site Supporter (Amount: 1)

Joined: Jan 30, 2008
Last Visit: 11 Apr 2012
Posts: 215
Points: 36401 

Post Help with a block Posted: Tue Feb 17, 2009 3:27 pm

Shop Purchases:
Crysis Theme · CRYSIS X-Theme (Ultimate) for PhpNuke · Lord of The Rings Theme · Clan Roster 2.0 · Diablo 3 Ultimate Theme · Battlefield 2142-X · Modern Warfare 2 Evo · Modern Gamer Evo Multi Theme  · Battlefield: Bad Company 2 Evo Theme · Crysis 2 Evo Theme · Battlefield 3 Evo Theme · Modern Warfare 3 Evo Theme · Star Wars Old Republic Evo Theme · Battlefield 3 Stats Module

sorry m8 no it does not work it does not apeer and it makes all the right hand side blocks go i am useing php nuke 8.1 if that changes anything

thanx for the help m8
 

 
View user's profileSend private message Reply with quote


floppy
Reputation: 2088.8 Add RepSubtract Rep
votes: 22
Local time: 11:58 AM
Location: Jackson Mississippi
usa.gif

Site Admin
Site Admin

1.16 posts per day
Medals: 2 (View more...)
Dedication (Amount: 1)
Scripts/Coder
Scripts/Coder
Joined: Nov 14, 2006
Last Visit: 03 May 2012
Posts: 2353
Points: 132516 

Post Re: Help with a block Posted: Tue Feb 17, 2009 3:44 pm

Shop Purchases:
Clan Roster 2.0 · Multi Gaming (Warrior) Evo Theme · COD6 ModernWarfare 2 Teaser Splash Screen · Left for Dead Evo Extreme Version

Here try this

Code:
<?php

if(eregi("block-YourBlockName.php",$_SERVER['PHP_SELF'])) {
   header("Location: index.php");
}
$content = '';
$content.= '<object width="100%" height="350px" id="mapKit1" align="middle" classid=
"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase=
"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0">
<param name="movie" value=
"http://platial.com/widgets/frappr/visitormap.swf?mapViewId=603449&amp;trackingId=mkFL_123487788984&amp;apiKey=83b9b152d19088278ca37a301cb2048a442195f0&amp;domain=platial.com&amp;remote=1&amp;deepLinking=0" />
<param name="bgcolor" value="#4c4c4c" />
<param name="quality" value="high" />
<param name="wmode" value="opaque" />
<param name="allowScriptAccess" value="sameDomain" />
<param name="base" value="http://platial.com/widgets/frappr/" />
<embed src=
"http://platial.com/widgets/frappr/visitormap.swf?mapViewId=603449&amp;trackingId=mkFL_123487788984&amp;apiKey=83b9b152d19088278ca37a301cb2048a442195f0&amp;domain=platial.com&amp;remote=1&amp;deepLinking=0"
quality="high" width="100%" height="350px" allowscriptaccess="sameDomain" bgcolor=
"#4C4C4C" name="mapKit1" align="middle" allowscriptaccess="sameDomain" type=
"application/x-shockwave-flash" base="http://platial.com/widgets/frappr/" wmode="opaque"
pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>

<div style=
"padding:5px; background-color: #757575; font-family:verdana,sans-serif; font-size:11px; text-align:left;">
<div style="float:right;">
<form action="http://platial.com/search" method="get">
<input type="text" name="what" style="margin-bottom:5px" /><input type="submit" value=
"Platial Search" style="margin-bottom:5px" /><input type="hidden" name="where" value=
"world" />

<div style="clear:both;"></div>
</form>
</div>

<div style="color:#ddd; float:left;">
<a href="http://platial.com/mapmaker/frappr/" style=
"color:#FFD747; font-size: 14px; text-decoration:none;">Get Your Frappr
GuestMap!</a><br />
Powered by Platial
</div>

<div style="clear:both"></div>
</div>';
?>
 

Phpnuke Downloads | VMaxxRx Male Enhancement  
View user's profileSend private messageVisit poster's website Reply with quote

Genuine
Reputation: 67.5 Add RepSubtract Rep
Local time: 4:58 PM


Welcome to Clan-Themes
Welcome to Clan-Themes

0.14 posts per day
Medals: 2 (View more...)
Distinguished Buyer (Amount: 1)

Joined: Jan 30, 2008
Last Visit: 11 Apr 2012
Posts: 215
Points: 36401 

View user's profileSend private message Reply with quote

crushedsouls
Reputation: 41.7 Add RepSubtract Rep
Local time: 4:58 PM

uk.gif

Tree Hugger
Tree Hugger

0.04 posts per day
Medals: 0

Joined: Jan 12, 2008
Last Visit: 01 Jul 2011
Posts: 71
Points: 2545 

Post Re: Help with a block Posted: Wed Feb 18, 2009 12:03 am

Shop Purchases:
Topsites Manager V1 PhpNuke Module

Aggread ( this site does ROCK :)
 

 
View user's profileSend private messageVisit poster's website Reply with quote

Post new topic   Reply to topic  
   www.clanthemes.com Forum Index » How To's


 
5 Replies / 5755 Views
Page 1 of 1
All times are GMT
Display posts from previous:   
 
Jump to:  
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 cannot attach files in this forum
You can download files in this forum