Easyslider01's Profile
Reputation: 0
Apprentice
- Group:
- New Members
- Active Posts:
- 8 (0.01 per day)
- Joined:
- 20-September 11
- Profile Views:
- 370
- Last Active:
Apr 16 2012 11:23 PM- Currently:
- Offline
Previous Fields
- Dream Kudos:
- 0
Posts I've Made
-
In Topic: Does Anyone Know of Any Video Website Tutorials?
Posted 16 Apr 2012
Denis1, on 16 April 2012 - 01:33 PM, said:First you need to get yourself a Dedicated server or VPS.
Then you need to install a series of encoders, click here to find a tutorial on how to do so.
You will then need to create an uploader script which will encode/convert the videos to FLV. Click hereto find out more.
After that you will need a website design which will include a flash player ===> This is the one I use
Thank you very much! -
In Topic: Does Anyone Know of Any Video Website Tutorials?
Posted 16 Apr 2012
Good question. I guess what I meant by aspects was, the uploading of videos, the video playback, video suggestions, admin area, embed code. -
In Topic: Receiving undefined error when implementing my Wordpress Theme
Posted 19 Mar 2012
Thank you for the quick responses. It was as JackOfAllTrades and Slice thought, I forgot to include the functions file.
I was working off a tutorial and the the author of the tutorial forgot to ad in that part.
Thank you
Here is the link, just in case anyone else comes along this problem:
http://markjaquith.w...umbnail-images/ -
In Topic: Text Based Mafia Game || Usersonline/ Inside game Design part 4
Posted 25 Oct 2011
For some weird reason, when I add in the php code in Usersonline that shows other users online it doesn't work. It says that I haven't selected a database and the my right php doesn't show up.
Here is my code:
<?php require("left.php"); ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Users Online</title> </head> <body> <table width="90%" height="94" border="1"> <tr> <td height="23" align="center">Users online</td> </tr> <tr> <td><?php $sql = "SELECT name FROM users WHERE DATE_SUB(NOW(),INTERVAL 5 MINUTE) <= lastactive ORDER BY id ASC"; // Searches the database for every one who has being last active in the last 5 minute $query = mysql_query($sql) or die(mysql_error()); $count = mysql_num_rows($query); $i = 1; while($row = mysql_fetch_object($query)) { $online_name = htmlspecialchars($row->name); echo "$online_name."; // displays the names that fit our search if($i != $count) { // this counts the amount of people that are online and display the results. echo "<label> - </label>"; } $i++; } echo "<p><center>Total Online: ".$count."</center></p>"; ?></td> </tr> </table> </body> </html> <?php require("Right.php"); ?> -
In Topic: Text Based Mafia Game || View/Edit Profile and Find Player Part 6
Posted 25 Oct 2011
For some reason my right.php will not show up and it says I need to connect to a database every time I'm on my Useronline.php.
Here is my code:
<?php require("left.php"); ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Users Online</title> </head> <body> <table width="90%" height="94" border="1"> <tr> <td height="23" align="center">Users Online</td> </tr> <tr> <td> <?php $sql = "SELECT name FROM users WHERE DATE_SUB(NOW(), INTERVAL 5 MINUTES) <= lastactive ORDER BY id ASC"; $query = mysql_query($sql) or die(mysql_error()); $count = mysql_num_rows($query); $i = 1; while($row = mysql_fetch_object($query)) { $online_name = htmlspecialchars($row->name); echo "<a href=\"View_Profile.php?name=".$online_name."\"onfocus=\"if(this.blur)this.blur()\">".$online_name."</a>"; if($i != $count) { echo '<label>-</label>'; } $i++; } echo "<p><center>Total Online: ".$count."</center></p>"; ?> </td> </tr> </table> </body> </html> <?php require("right.php"); ?>
My Information
- Member Title:
- New D.I.C Head
- Age:
- Age Unknown
- Birthday:
- Birthday Unknown
- Gender:
Contact Information
- E-mail:
- Click here to e-mail me
Friends
Easyslider01 hasn't added any friends yet.
|
|


Find Topics
Find Posts
View Reputation Given
|
Comments
Easyslider01 has no profile comments yet. Why not say hello?