Old 05-12-2004   #1 (permalink)
Art Extortionist
 
LimitLess's Avatar
 
Join Date: Oct 2003
Posts: 80

PHP Help! Someone please help me

hey people iam currently designing v2 of my site and am using PHP technology. anyways, i am using the <? include ($) ?> code that lets u embedd html and other pages within that tag and that works great for my main page for the content.

so anyway here is where the problem comes in, i have a shoutbox to the left of the main content and i don't want to include it in its slice with an iframe so what I am asking is that is there a way that i can include the shoutbox file without it being in an iframe.

i tried to use the <? include (' ') ?> which is an unchangable code that embeds a specified html page but it didnt work because the shoutbox is a php file.

any ideas anyone?
LimitLess is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 05-12-2004   #2 (permalink)
Local Biorust Beast
 
Order's Avatar
 
Join Date: Oct 2003
Location: San Diego, CA, USA
Posts: 2,253

Send a message via AIM to Order Send a message via MSN to Order Send a message via Yahoo to Order
So you are wanting to include a shoutbox without an iframe, but not have it stretch on forever, explain your problem in more detail.
__________________
Order is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 05-13-2004   #3 (permalink)
Art Extortionist
 
LimitLess's Avatar
 
Join Date: Oct 2003
Posts: 80

i want to have the shoutbox entend with the php content so as far as the content goes as does the shoutbox, kinda of like on www.snecx.com
LimitLess is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 05-13-2004   #4 (permalink)
Incredible Indelible Etiquette
 
Young Spartan's Avatar
 
Join Date: Oct 2003
Location: Hobe Sound, Florida
Posts: 1,751

Send a message via AIM to Young Spartan Send a message via MSN to Young Spartan Send a message via Yahoo to Young Spartan
I know what your talking about, but I don't know how to achieve it . I wanted the same thing for a sife of mine a while back but never did really get it. Good luck though.
Young Spartan is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 05-13-2004   #5 (permalink)
Sheep Worrier
 
Man1c M0g's Avatar
 
Join Date: Sep 2003
Location: Portsmouth, UK.
Posts: 4,105
Blog Entries: 14

Send a message via ICQ to Man1c M0g Send a message via MSN to Man1c M0g Send a message via Skype™ to Man1c M0g
Hmmm, that's strange limitless - I had absolutely no problem integrating a PHP shoutbox into a PHP website via includes in Biorust v2. I used the following command:

<?php include("http://biorust.com/shoutbox/viewshoutbox.php");?>

Maybe you just need to alter the code of the shoutbox? I had to heavily hack the webfroot shoutbox to display correctly, simply because the include changed its path to biorust.com instead of biorust.com/shoutbox/ where its other components were to be found...
__________________
Man1c M0g is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 05-14-2004   #6 (permalink)
Art Extortionist
 
LimitLess's Avatar
 
Join Date: Oct 2003
Posts: 80

man1c, ur good didnt work, any other ideas?
LimitLess is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 05-14-2004   #7 (permalink)
Sheep Worrier
 
Man1c M0g's Avatar
 
Join Date: Sep 2003
Location: Portsmouth, UK.
Posts: 4,105
Blog Entries: 14

Send a message via ICQ to Man1c M0g Send a message via MSN to Man1c M0g Send a message via Skype™ to Man1c M0g
Quote:
Originally Posted by LimitLess
man1c, ur good didnt work, any other ideas?
It should work just fine. HmMmmmm. Have you had a look at the scripts to see if there is a definable cause there? And what scripts are you using? I can offer you my madly hacked version of the Webfroot shoutbox if you really need it...
__________________
Man1c M0g is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 05-15-2004   #8 (permalink)
Art Extortionist
 
LimitLess's Avatar
 
Join Date: Oct 2003
Posts: 80

yes please do that. i would be most grateful
LimitLess is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 05-15-2004   #9 (permalink)
Sheep Worrier
 
Man1c M0g's Avatar
 
Join Date: Sep 2003
Location: Portsmouth, UK.
Posts: 4,105
Blog Entries: 14

Send a message via ICQ to Man1c M0g Send a message via MSN to Man1c M0g Send a message via Skype™ to Man1c M0g
Here ya go then m8. Don't forget that these are just the files for the program - you'll need to set up the mysql database details and the actual database structure yourself (just install webfroot shoutbox as normal and then overrwrite with my changes).
Attached Files
File Type: zip mog's hacked shoutbox.zip (326.5 KB, 45 views)
__________________
Man1c M0g is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 05-15-2004   #10 (permalink)
Incredible Indelible Etiquette
 
Young Spartan's Avatar
 
Join Date: Oct 2003
Location: Hobe Sound, Florida
Posts: 1,751

Send a message via AIM to Young Spartan Send a message via MSN to Young Spartan Send a message via Yahoo to Young Spartan
I might have to look into that when it comes time for me to put a shoutbox on my site.

Yuneek
Young Spartan is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 05-16-2004   #11 (permalink)
Art Extortionist
 
LimitLess's Avatar
 
Join Date: Oct 2003
Posts: 80

thanks a lot man1c but there is one problem, i dont know how to set it up onto the mysql database. iam not much of a mysqler. some intructions would be helpful. if u cant i understand and thanks again buddy.
LimitLess is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 05-16-2004   #12 (permalink)
Sheep Worrier
 
Man1c M0g's Avatar
 
Join Date: Sep 2003
Location: Portsmouth, UK.
Posts: 4,105
Blog Entries: 14

Send a message via ICQ to Man1c M0g Send a message via MSN to Man1c M0g Send a message via Skype™ to Man1c M0g
Quote:
Originally Posted by LimitLess
thanks a lot man1c but there is one problem, i dont know how to set it up onto the mysql database. iam not much of a mysqler. some intructions would be helpful. if u cant i understand and thanks again buddy.
Well, just go to http://sourceforge.net/project/showf...ckage_id=30306, download the 2.33 package, and follow the install instructions in that - its all pretty basic. Then, when its working, overwrite the files (not the database) with my hacked files. Simple.

I could send you a .SQL structure file, but installing that is much more complex than just following the above instructions if you have no idea what's going on...
__________________
Man1c M0g is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 05-16-2004   #13 (permalink)
Art Extortionist
 
LimitLess's Avatar
 
Join Date: Oct 2003
Posts: 80

ok i see thanks again
LimitLess is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT +1. The time now is 05:23 PM.
Content Relevant URLs by vBSEO 3.2.0

Design & Content © BioRUST 2008 :: PRIVACY STATEMENT :: LEGAL INFORMATION :: ADVERTISING MEDIA KIT