Whooked

Go Back   Whooked > Web Development > Web Dev

Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old May 15th, 2008
Rokudaime's Avatar
Member
 
Join Date: Apr 2008
Location: Somewhere in the path of life
Posts: 67
Thanks: 0
Thanked 3 Times in 1 Post
Rokudaime is on a distinguished road
Default Need help making a comment box script

I need help with a script, I was thinking of making a chat script, but I cant figure it out how I can manage this. I want to make from a php and a text file with no mysql or any sql database, because I was going to iframe it and make a lot of them so i should us mysql.

so far I got this
PHP Code:
<?php
//This is us me oppening the file
$file "video1.txt";
$shout fopen($file'r') or die("Can't open file");
//This is us seperating this file
$divide explode("|||"$file);
//This is putting the the order
echo"Username:$file[0]<br>";
echo
"Email:$file[1]<br>"
echo"Message:$file[2]<hr>"
?>
and for video1.txt file
Code:
Admin|||Naruto@admin.com|||Killer Site
It works so far, but I don't know how I can separate theses files so there will be more that 1 shout and i was wondering how long I should refresh it (remember its not shoutbox , but a comment box)
__________________
Reply With Quote
  #2 (permalink)  
Old May 16th, 2008
Rokudaime's Avatar
Member
 
Join Date: Apr 2008
Location: Somewhere in the path of life
Posts: 67
Thanks: 0
Thanked 3 Times in 1 Post
Rokudaime is on a distinguished road
Default

I figured it out (there is no need for help anymore)
__________________
Reply With Quote
  #3 (permalink)  
Old May 17th, 2008
sanjiv's Avatar
Web Designer
 
Join Date: Sep 2007
Posts: 1,348
Thanks: 62
Thanked 16 Times in 14 Posts
sanjiv is on a distinguished road
Default

please post what you have done so that we can see just in case we need it
__________________
Reply With Quote
  #4 (permalink)  
Old May 17th, 2008
th13rteen's Avatar
Proud Whooked Addict
 
Join Date: Sep 2007
Posts: 2,283
Thanks: 14
Thanked 41 Times in 31 Posts
th13rteen is on a distinguished road
Send a message via MSN to th13rteen
Default

Here's a shoutbox script. I'm attaching it.
Attached Files
File Type: zip shoutbox.zip (6.2 KB, 3 views)
__________________
Reply With Quote
  #5 (permalink)  
Old May 17th, 2008
Rokudaime's Avatar
Member
 
Join Date: Apr 2008
Location: Somewhere in the path of life
Posts: 67
Thanks: 0
Thanked 3 Times in 1 Post
Rokudaime is on a distinguished road
Default

Quote:
Originally Posted by th13rteen View Post
Here's a shoutbox script. I'm attaching it.
This says your your script is invalid.
__________________
Reply With Quote
Reply

Bookmarks

Thread Tools

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



All times are GMT -4. The time now is 04:26 PM.