If you are not registered or logged in, you may still use these forums but with limited features. Show recent topics
  [Search] Search   [Hottest Topics] Hottest Topics   [Members]  Member Listing   [FAQ]  FAQ 
[Register] Register / 
[Login] Login 
i really need some help anyone  XML
Forum Index » Support Forum
Author Message
Anonymous



Hello, my name is Danielle and i have just discovered this site my web site is threw ipowerweb my problem is I really dont know to much about computers i have had my account since march and i have set up my guestbook,chatroom,and my message board in the c-panel area but what i need is to find out how to add these things to my site im really at a dead end with this and i cant find any step by step instructions can someone please help me?thank you look forward to hearing from anyone who knows how to do these things!!!
DANIELLE SCHELLER
Newbie

Joined: 15/07/2003 04:18:13
Messages: 1
Location: TOMS RIVER NJ
Offline

HI I JUST WANTED TO SAY I AM A REGISTARDED USER NOT A GUEST PLEASE HELP!
[WWW]
Anonymous



For the poll system, create the poll. Then include this code in the top of your file:

<?php include_once "/polls/poll_cookie.php";?>
<?php include "/polls/booth.php";?>
<?php include "/polls/include/class_pollcomment.php";?>

At the location where you want the poll to display, you can use this code:

<?php include_once "/polls/booth.php";
echo $php_poll->poll_process(4);?>

Note that (4) is the poll id number. Make certain you use the number of the poll you created.

For the other tools, I cannot be much help to you.

Mark
Anonymous



send me an e-mail to karmatico2002@yahoo.com and I'll help you out.
Anonymous



in the top of file ,which means,
<head>
<?php include_once "/polls/poll_cookie.php";?>
<?php include "/polls/booth.php";?>
<?php include "/polls/include/class_pollcomment.php";?>
</head>

Is that right ?


<body>
<?php include_once "/polls/booth.php";
echo $php_poll->poll_process(4);?>
</body>

Is that right ?
Anonymous



Hi there, I have a few domains there too..

You have to configure the scripts as the docs say, but then you have to ftp the files (transfer from your local machine to the server.

You will need your login and password that ipowerweb provided when you signed up.

then you use your browser .. internet explorer or whatever, to go to your website/poll directory and run the install

make sense?
Anonymous



well honestly part of it does but as far as the ftp files i dont even know what they are but thanks for answering
Anonymous



crash wrote:send me an e-mail to karmatico2002@yahoo.com and I'll help you out.
thank you
 
Forum Index » Support Forum
Go to:   
Based on the open source JForum