GIDForums  

Go Back   GIDForums > Computer Programming Forums > MySQL / PHP Forum
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

 
 
Thread Tools Search this Thread Rate Thread
  #1  
Old 06-Dec-2005, 14:56
flintman flintman is offline
New Member
 
Join Date: Dec 2005
Posts: 5
flintman is on a distinguished road

Newby to php


Im pretty good with html files now my problem is i downloaded a script PHP how do i implement it into the html file. It's a shout box i uploaded everything to the site now i just don't know how to put it in my site
  #2  
Old 06-Dec-2005, 15:14
cable_guy_67's Avatar
cable_guy_67 cable_guy_67 is offline
Senior Member
 
Join Date: Oct 2004
Location: Nescopeck, PA
Posts: 1,109
cable_guy_67 is a jewel in the roughcable_guy_67 is a jewel in the roughcable_guy_67 is a jewel in the roughcable_guy_67 is a jewel in the rough

Re: Newby to php


Hello and Welcome to GIDForums™ flintman. Could you be a little more specific about your problem? Do you just need to know how to run a specific script? Is there a part of the script you are having problems with?

Give some additional details and perhaps we can offer some assistance.

Mark
__________________
"Opportunity is missed by most people because it comes dressed in overalls and looks like work."
--Thomas Alva Edison
"Those who would give up essential liberty to purchase a little temporary safety, deserve neither liberty nor safety."
--Benjamin Franklin
"A happy person is not a person in a certain set of circumstances, but rather a person with a certain set of attitudes."
--Hugh Downs
  #3  
Old 06-Dec-2005, 15:21
flintman flintman is offline
New Member
 
Join Date: Dec 2005
Posts: 5
flintman is on a distinguished road

Re: Newby to php


hello and thank you
Well i got a website up and i wanted to add in a shoutbox to it
now i downloaded a enitre shoutbox there is 5 or 6 different php files in the main folder in the instructions that say upload the entire folder to server witch i did. Now how do i display the shoutbox on my main page. im very confused
  #4  
Old 06-Dec-2005, 16:29
cable_guy_67's Avatar
cable_guy_67 cable_guy_67 is offline
Senior Member
 
Join Date: Oct 2004
Location: Nescopeck, PA
Posts: 1,109
cable_guy_67 is a jewel in the roughcable_guy_67 is a jewel in the roughcable_guy_67 is a jewel in the roughcable_guy_67 is a jewel in the rough

Re: Newby to php


Quote:
Originally Posted by flintman
I wanted to add in a shoutbox to it. now i downloaded a enitre shoutbox ... how do i display the shoutbox on my main page.

Once again, without any information about the shoutbox script I really can't answer your question. Where did you get it. What does it want you to do.

Little help here, throw me a bone.

Mark
__________________
"Opportunity is missed by most people because it comes dressed in overalls and looks like work."
--Thomas Alva Edison
"Those who would give up essential liberty to purchase a little temporary safety, deserve neither liberty nor safety."
--Benjamin Franklin
"A happy person is not a person in a certain set of circumstances, but rather a person with a certain set of attitudes."
--Hugh Downs
  #5  
Old 06-Dec-2005, 19:31
Paramesh's Avatar
Paramesh Paramesh is offline
Regular Member
 
Join Date: Sep 2005
Location: The Milky Way
Posts: 927
Paramesh is a jewel in the roughParamesh is a jewel in the roughParamesh is a jewel in the rough

Re: Newby to php


First, you should grant some privileges to some of your files.

Then, you should create a new frame in the page in which you want to display your shoutbox.
Something like this:
HTML Code:
<IFRAME SRC="somefile.php" WIDTH=200 HEIGHT=500 frameborder="0" scrolling="yes"></IFRAME>

There would be a config.php file, which you may want to edit for some options.

Where did you download the shoutbox? If you can give that information, we could help you more clearly.

Regards,
Paramesh.
__________________

Don't walk in front of me, I may not follow.
Don't walk behind me, I may not lead.
Just walk beside me and be my friend.
  #6  
Old 06-Dec-2005, 19:51
flintman flintman is offline
New Member
 
Join Date: Dec 2005
Posts: 5
flintman is on a distinguished road

Re: Newby to php


HTML Code:
http://cynic.x10hosting.com/downloads.php?show=phpscripts&item=1&skin=cleanblue

this is the shout i used. ill try that impoting that and see what happes
  #7  
Old 06-Dec-2005, 20:27
Paramesh's Avatar
Paramesh Paramesh is offline
Regular Member
 
Join Date: Sep 2005
Location: The Milky Way
Posts: 927
Paramesh is a jewel in the roughParamesh is a jewel in the roughParamesh is a jewel in the rough

Re: Newby to php


Try adding the index.php to a new frame.
Add the exact location to the SRC.

For example, if you have uploaded the contents to folder ShoutLIVE, then the code would be like this:
HTML Code:
<IFRAME SRC="/ShoutLive/index.php" WIDTH=200 HEIGHT=500 frameborder="0" scrolling="yes"></IFRAME>

Regards,
Paramesh.
__________________

Don't walk in front of me, I may not follow.
Don't walk behind me, I may not lead.
Just walk beside me and be my friend.
  #8  
Old 06-Dec-2005, 20:40
flintman flintman is offline
New Member
 
Join Date: Dec 2005
Posts: 5
flintman is on a distinguished road

Re: Newby to php


if i use this line and go to the site it asks me is i want to download the file
  #9  
Old 06-Dec-2005, 20:54
Paramesh's Avatar
Paramesh Paramesh is offline
Regular Member
 
Join Date: Sep 2005
Location: The Milky Way
Posts: 927
Paramesh is a jewel in the roughParamesh is a jewel in the roughParamesh is a jewel in the rough

Re: Newby to php


Oh My!!!!
It seems that you cant add that to your main page.

Suppose that your domain name is:
www.abcd.com

Then, you can access your shoutbox like this:
www.abcd.com/folder_name.

If you had uploaded it to ShoutLIVE folder, you can do like this:
www.abcd.com/ShoutLIVE.

Why dont you try this:
phpSHOUT
Its nice, and you can add that to your index page itself(look at the demo there...)

Regards,
Paramesh.
__________________

Don't walk in front of me, I may not follow.
Don't walk behind me, I may not lead.
Just walk beside me and be my friend.
  #10  
Old 06-Dec-2005, 21:06
flintman flintman is offline
New Member
 
Join Date: Dec 2005
Posts: 5
flintman is on a distinguished road

Re: Newby to php


thanks alot for the help im going to give that other shoutbox a shoot thanks again all
 
 

Recent GIDBlogStupid Management Policies by crystalattice

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Rate This Thread
Rate This Thread:

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

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
PHP - sizes and generation times cable_guy_67 MySQL / PHP Forum 3 29-Sep-2005 09:26
Help ! I need help starting up on Php ! onauc MySQL / PHP Forum 11 05-Jan-2005 00:57
uisng php to display php dopee MySQL / PHP Forum 6 14-May-2004 19:40
php software dopee MySQL / PHP Forum 0 04-May-2004 12:26
All the big PHP script collections that matter jrobbio MySQL / PHP Forum 5 06-Jun-2003 17:14

Network Sites: GIDNetwork · GIDWebHosts · GIDSearch · Learning Journal by J de Silva, The

All times are GMT -6. The time now is 12:15.


vBulletin, Copyright © 2000 - 2008, Jelsoft Enterprises Ltd.