Author |
Message |
15/07/2003 04:29:39
|
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!!!
|
|
15/07/2003 04:36:54
|
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!
|
|
15/07/2003 21:20:26
|
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
|
|
17/07/2003 17:45:45
|
Anonymous
|
send me an e-mail to karmatico2002@yahoo.com and I'll help you out.
|
|
17/07/2003 18:03:43
|
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 ?
|
|
18/07/2003 22:01:07
|
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?
|
|
19/07/2003 05:14:40
|
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
|
|
19/07/2003 05:28:06
|
Anonymous
|
thank you
|
|
|