
stebbi
Members-
Posts
21 -
Joined
-
Last visited
Never
Profile Information
-
Gender
Not Telling
stebbi's Achievements

Member (2/5)
0
Reputation
-
Hey I´m new to js trying to have an image with mouseover effect and also a tooltip I have combined to scripts here to try to get this effect maybe I´m way off but this is what I have so far ..its almost working but not well enough the tooltip appears in the top left and the mouseout dont work...Thanks for the help! <div class="code"><script type="text/javascript"> function ShowText(id) { document.getElementById(id).style.display = 'block'; } function HideText(id) { document.getElementById(id).style.display = 'none'; } function replaceme(which,img) { which.src = img; } function restoreme(which,img) { which.src = img; } </script> <style type="text/css"> <!-- .box { background-color: #504D6F; border: 1px solid #FFF; height: 100px; width: 200px; padding: 5px; } --> </style> <span onmouseover="ShowText('answer1'); return false; replaceme(this,'images/on1.gif');" > <img src="images/off1.gif" style="position:relative; left:200px; top:200px; width:20px; height:20px;"></span> <span id="answer1" class="box" onMouseOut="HideText('answer1'); return false; restoreme(this,'images/off1.gif');" style="display:none;">text info</span></div>
-
Hi I need to add a referred by field to my registration form, for users to enter a members user name.. can some one help me with this please
-
CSS freelancer needed contact me on [email protected] include a link to previous work would
-
I am using Ajax chat, and have edited the login system so it gets the data from the database i have also changed the session name, the problem is that the session doesn't seem to be carried to my site (in a seperate folder). Any ideas?
-
Hi Can some one help me please , my website is not displaying special characters. Instead of ( á í ú ö Æ ð þ ) I get boxes. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> Thanks for you help
-
Do you want somthing like this http://cardiffroyalcabs.com/booking.htm
-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <meta name="description" content="#" /> <meta name="keywords" content="#" /> <meta name="author" content="#" /> <link rel="stylesheet" type="text/css" href="page.css" media="screen" /> <link rel="stylesheet" type="text/css" href="post.css" media="print" /> <title>Anna´s Website</title> </head> <body> <div class="page_wrap clearfix"> <div class="header_text"> <h1>Anna Ceridwen</h1> </div> <div class="topnav" id="nav"> <ul> <li><a href="default.html">Home</a></li> <li><a href="Slideshow/index.html">Slideshow</a></li> <li><a href="book/guestbook2.php">Guestbook</a></li> <li><a href="divx.html">Video Clips</a></li> <li><a href="games.html">Games</a></li> </ul> </div> <div class="container clearfix"> <div class="box_right clearfix" id="box_right"> <div class="box_cnr_top"><img src="images/cnr_tlgray.gif" alt="corner" width="8" height="8" class="cnr" style="display: none" /></div> <h3>Hi! This is me</h3> <div class="left"><img alt="" src="images/anna234.jpeg"/></div> <li><a href="calendar.js/EventList2007.html">My Diary!</a></li> <div class="box_cnr_bottom"><img src="images/cnr_blgra.gif" alt="corner" width="8" height="8" class="cnr" style="display: none" /></div> </div> <h2>Hello! Welcome To My Website</h2> <p><em>Thanks for dropping in, hope you enjoy. Don´t forget to sign my Guestbook.</em></p> <br> <h2>About Me</h2> <p>I was born in Iceland 30th july 1999 at 13:15 on a Friday. </p> <br> <h2>Ceridwen</h2> <p>Means "blessed poetry" from Welsh <em>cerdd</em> "poetry" and <em>gwen</em> "white, fair, blessed". This is the name of a Celtic goddess of poetry. Pronounced: ke-RID-wen.</p> <br> <h2>Fun Websites</h2> <ul id="list"> <li><a href="http://pollypocket.everythinggirl.com/home.aspx">Polly Pocket</a></li> <li><a href="http://barbie.everythinggirl.com/">Barbie</a></li> <li><a href="http://atv.disney.go.com/playhouse/tiggerandpooh//">Tigger & Pooh</a></li> <li><a href="http://www.crayola.com/free-coloring-pages/">Color</a>, <a href="http://www.creatingmusic.com/">Make Music</a>, <a href="http://www.leikjanet.is">Games</a></li> </ul> <h2>News</h2> <p>Coming soon .</p> <p></p> </div> <div class="footer" id="footer">Copyright, 2005 (***********) • Design by: <em>*******</em> for<em> ***********</em>. </div> <table width="133" border="0" cellspacing="0" cellpadding="3"><tr><td align="center"><a href="http://www.hit-counter-download.com/web-stats.html" target="_blank"><img src="http://www.hit-counter-download.com/cgi-bin/image.pl?URL=88698-8771" alt="click here for website analytics web page" border="0" ></a></td></tr><tr><td align="center"><font style="font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 9px; color: #330000; text-decoration: none;"> <a href="http://www.hit-counter-download.com/web-stats.html" target="_blank" style="font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 9px; color: #555555; text-decoration: none;" title="web analytics guide">web analytics guide</a> </font></td></tr></table> <a href="http://www.freedomain.co.nr/" target="_blank"> <img src="http://zrzzaoa.so.com.ru/but1.gif" width="88" height="31" border="0" alt="Free Domain Name - www.YOU.co.nr!" /></a> </div> </body> </html>
-
Does any one know what this  is, its displaying in the head section of my website there is nothing in the script to generate this any ideas?
-
Im not really sure if its flatfile or not the only other file i got with these two files is guestbook_data.txt if that helps.
-
Hello Need help with this please! I have the scrip for this guestbook just need some changes made. 1. Form and posts are on the same page want form to be on 1st page of guestbook and calls posts page on submit. 2. Want the newest posts on top of posts page. 3. Administrator Options is not working, (not so important) Many thanks for your help with this. Guestbook.php <?php /* Change this value regularly. */ $admin_password = "3007992569"; include "class_guestbook.php"; if(count($_GET) == 0){ /* This is where we display the guestbook, normally. No parameters have been specified*/ $guest = new guestbook; $guest->set_file('guestbook_data.txt'); $guest->get_data(); $guest->display(); }elseif(!empty($_GET['p'])){ /* There was a parameter set, figure out what it is and display the appropriate page. */ switch($_GET['p']){ case 'post': /* Somebody is posting to the guestbook. Let's try to add the post */ $guest = new guestbook; $guest->set_file('guestbook_data.txt'); //$guest->import('data.html'); //exit; $guest->get_data(); //$guest->display(); $data = $guest->show_data(); $entry = new entry($data); $entry->new_entry(); $entry->set_name(htmlentities($_POST['name'])); $entry->set_location(htmlentities($_POST['location'])); $entry->set_email(htmlentities($_POST['email'])); $entry->set_homepage(htmlentities($_POST['homepage'])); $entry->set_comments(nl2br(htmlentities($_POST['comments']))); $entry->set_date('', false); $entry->write_entry_data(); $entry->write(); $guest->set_data($entry->get_data()); $guest->write(); //echo $entry->show(); header("Location: http://" . $_SERVER['HTTP_HOST'] . dirname($_SERVER['PHP_SELF']) . "/guestbook.php"); exit; break; case 'admin': session_start(); /* Logging on as administrator, let's check the password. * This is hard coded into the program, so it's not going to be the * most secure thing in the world. People WILL have problems getting * in if they don't know it, though. */ if(!isset($_SESSION['pass']) && !isset($val)){ /* Print the administrator login page */; echo '<form action="./guestbook.php" method="GET"> <input type="hidden" name="p" value="admin"> <input type="hidden" name="val" value="1"> Password: <input type="password" name="pass"> <input type="submit" value="Administrator Options"> </form>'; exit; } if(@$_GET['pass'] == $admin_password){ $_SESSION['pass'] = $admin_password; } //if(!isset($_SESSION['pass'])){ //} if($_SESSION['pass'] <> $admin_password){ echo "ERROR. Access Denied. "; exit; }else{ /* Password was correct... Print the administrator options page. */ $guest = new guestbook; $guest->set_file('guestbook_data.txt'); $guest->get_data(); $guest->display(true); } break; case 'modify': session_start(); if($_SESSION['pass'] <> $admin_password){ echo "ERROR. Access Denied."; exit; } if(!isset($_GET['id']) || !isset($_GET['action'])){ echo "ERROR. Not all information specified. Please go back and try again."; exit; } switch($_GET['action']){ case 'delete': $guest = new guestbook; $guest->set_file('guestbook_data.txt'); $entry = new entry($guest->show_data()); $entry->set_entry($_GET['id']); $entry->delete(); $entry->write(); $guest->set_data($entry->get_data()); $guest->write(); /* Now we'll forward back to the page we came from. */ header("Location: http://" . $_SERVER['HTTP_HOST'] . dirname($_SERVER['PHP_SELF']) . "/guestbook.php?p=admin"); break; case 'change': /* We're here to change an entry... */ $guest = new guestbook; $guest->set_file('guestbook_data.txt'); //echo $guest->get_data(); //exit; $entry = new entry($guest->show_data()); $entry->set_entry($_GET['id']); $entry->set_name($_POST['name']); $entry->set_location($_POST['location']); $entry->set_email($_POST['email']); $entry->set_homepage($_POST['homepage']); $entry->set_comments($_POST['comments']); $entry->set_date($_POST['date']); $entry->write_entry_data(); $entry->write(); $guest->set_data($entry->get_data()); $guest->write(); header("Location: http://" . $_SERVER['HTTP_HOST'] . dirname($_SERVER['PHP_SELF']) . "/guestbook.php?p=admin"); break; } } } ?> class_guestbook.php <?php function file_put_contents($filename, $data){ /* For older PHP versions. Delete if using with a newer one. */ $handle = fopen($filename, "w"); $write = fwrite($handle, $data); $close = fclose($handle); } class guestbook { var $filename; var $data; function get_data(){ $this->data = file_get_contents($this->filename); } function show_data(){ return $this->data; } function set_data($data){ $this->data = $data; } function write(){ file_put_contents($this->filename, $this->data); } function set_file($filename){ if(file_exists($filename)){ $this->filename = $filename; }else{ file_put_contents($filename, ""); $this->filename = $filename; } /* Place the data in the appropriate place */ $this->get_data(); } function get_filename(){ return $this->filename; } function entry_count(){ return substr_count($this->data, '<entry_sep>'); } function display($admin=false){ /* Goes through the entries, calling the display method on each. */ echo ' <HTML> <HEAD> <TITLE>Guestbook</TITLE> <STYLE TYPE="TEXT/CSS"><!-- body,td{ font-family:Comic Sans MS,Arial,Helvetica,Sans-serif; } --></STYLE> </HEAD> <BODY BGCOLOR="#FFFFCC" VLINK="#3366FF" LINK="#3366FF" TEXT="#000000"> <DIV ALIGN="center"><FONT SIZE=6 COLOR=black><B>Guestbook</B></FONT></DIV> <HR>'; $count = $this->entry_count(); $entry = new entry($this->data); for($i=0;$i<$count;$i++){ $entry->set_entry($i); echo $entry->display($admin); } if(!$admin){ echo '<font size=4 color=black><b>Sign the Guestbook!</b></font> <p><form action="./guestbook.php?p=post" method="POST"> <table border=0 cellpadding=2 cellspacing=0> <tr><td align=right><b>Name:</b></td><td><input maxlength="100" type="text" name="name" ></td></tr> <tr><td align=right><b>Email:</b></td><td><input maxlength="300" type="text" name="email" va></td></tr> <tr><td align=right><b>HomePage:</b></td><td><input maxlength="300" type="text" name="homepage" ></td></tr> <tr><td align=right><b>Where are<br>you from:</b></td><td valign=top><input maxlength="100" type="text" name="location" ></td></tr> <tr><td valign=top align=right><b>Comments:</b></td><td width=500><textarea maxlength="5000" rows=10 cols=40 name="comments"></textarea></td></tr> <tr><td></td><td><input type="submit" value="Sign the Guestbook!"> </td></tr> </table> </form> '; echo '<p align="right"><a href="./guestbook.php?p=admin">Administrator Options</a></p>'; } echo ' </body> </HTML>'; } function import($datafile){ $data = file_get_contents($datafile); $start = strpos($data, '<!-- Guestbook Insertion Point -->') + strlen('<!-- Guestbook Insertion Point -->'); $end = strpos($data, '<FORM'); $data = substr($data, $start, $end - $start); /* Count the number of entries */ $count = substr_count($data, '<table border=0 cellpadding=2 cellspacing=0>'); $import_data = ''; for($i=0;$i<$count;$i++){ $start = strpos($data, '<table border=0 cellpadding=2 cellspacing=0>') + strlen('<table border=0 cellpadding=2 cellspacing=0>'); $end = strpos($data, '</table>'); $data_entry = substr($data, $start, $end-$start); /* Get information specific to the entries */ $sub_start = strpos($data_entry, '</b></td><td>') + strlen('</b></td><td>'); $sub_end = strpos($data_entry, '</td></tr>'); $name = substr($data_entry, $sub_start, $sub_end-$sub_start); $data_entry = substr($data_entry, $sub_end + strlen('</td></tr>')); $sub_start = strpos($data_entry, '</b></td><td>') + strlen('</b></td><td>'); $sub_end = strpos($data_entry, '</a></td></tr>'); $sub_start = strpos($data_entry, '>', $sub_start) + 1; $email = substr($data_entry, $sub_start, $sub_end-$sub_start); $data_entry = substr($data_entry, $sub_end + strlen('</td></tr>')); $sub_start = strpos($data_entry, '</b></td><td>') + strlen('</b></td><td>'); $sub_end = strpos($data_entry, '</a></td></tr>'); $sub_start = strpos($data_entry, '>', $sub_start) + 1; $url = substr($data_entry, $sub_start, $sub_end-$sub_start); if($url == "http://"){ $url = ''; } $data_entry = substr($data_entry, $sub_end + strlen('</td></tr>')); $sub_start = strpos($data_entry, '</b></td><td valign=top>') + strlen('</b></td><td valign=top>'); $sub_end = strpos($data_entry, '</td></tr>'); $location = substr($data_entry, $sub_start, $sub_end-$sub_start); $data_entry = substr($data_entry, $sub_end + strlen('</td></tr>')); $sub_start = strpos($data_entry, '</b></td><td width=500>') + strlen('</b></td><td width=500>'); $sub_end = strpos($data_entry, '</td></tr>'); $comments = substr($data_entry, $sub_start, $sub_end-$sub_start); $data_entry = substr($data_entry, $sub_end + strlen('</td></tr>')); $sub_start = strpos($data_entry, '<td><font size=2>') + strlen('<td><font size=2>'); $sub_end = strpos($data_entry, '</font>'); $date = substr($data_entry, $sub_start, $sub_end-$sub_start); $import_data = $import_data."<entry_sep>$name<sep>$email<sep>$url<sep>$location<sep>$comments<sep>$date</entry_sep>"; $data = substr($data, $end + strlen('</table>')); } $exists = file_exists($this->filename); if($exists){ $data = file_get_contents($this->filename); $data = $import_data.$data; $file_print = file_put_contents($this->filename, $data); if($file_print !== false){ echo "Written to: ".$this->filename; }else{ echo "Failed write. Make sure you have write access."; } }else{ $file_print = file_put_contents($this->filename, $import_data); if($file_print !== false){ echo "Written to: ".$this->filename; }else{ echo "Failed write. Make sure you have write access."; } } } } class entry { var $data; var $entry_data; var $entry; var $date; var $name; var $location; var $email; var $homepage; var $comments; function entry($data){ $this->data = $data; } function get_data(){ return $this->data; } function display($admin=false){ /* This is where the formatting of the data begins. You should change this to * whatever you want... */ if(!$admin){ return ' <table border=0 cellpadding=2 cellspacing=0> <tr><td align=right><b>Name:</b></td><td>'.$this->name.'</td></tr> <tr><td align=right><b>Email:</b></td><td><a href=mailto:"'.$this->email.'">'.$this->email.'</a></td></tr> <tr><td align=right><b>HomePage:</b></td><td><a href="'.$this->homepage.'">'.$this->homepage.'</td></tr> <tr><td align=right><b>Where are<br>you from:</b></td><td valign=top>'.$this->location.'</td></tr> <tr><td valign=top align=right><b>Comments:</b></td><td width=500>'.$this->comments.'</td></tr> <tr><td></td><td><font size=2>'.$this->date.'</font></td></tr> </table> <br> <hr size=2 width=80%> <br> '; }else{ /* Administrator page... Print the guestbook entry with options */ return '<form action="./guestbook.php?p=modify&action=change&id='.$this->entry.'" method="POST"> <a href="./guestbook.php?p=modify&action=delete&id='.$this->entry.'">Delete</a><br> <table border=0 cellpadding=2 cellspacing=0> <tr><td align=right><b>Name:</b></td><td><input maxlength="100" type="text" name="name" value="'.$this->name.'"></td></tr> <tr><td align=right><b>Email:</b></td><td><input maxlength="300" type="text" name="email" value="'.$this->email.'"></td></tr> <tr><td align=right><b>HomePage:</b></td><td><input maxlength="300" type="text" name="homepage" value="'.$this->homepage.'"></td></tr> <tr><td align=right><b>Where are<br>you from:</b></td><td valign=top><input maxlength="100" type="text" name="location" value="'.$this->location.'"></td></tr> <tr><td valign=top align=right><b>Comments:</b></td><td width=500><textarea maxlength="5000" rows=10 cols=40 name="comments">'.$this->comments.'</textarea></td></tr> <tr><td></td><td><font size=2><input type="text" name="date" value="'.$this->date.'"></font></td></tr> </table> <input type="submit" value="Change"> </form> <br> <hr size=2 width=80%> <br> '; } } function new_entry(){ /* Count the number of entries */ $count = substr_count($this->data, '<entry_sep>'); $this->entry = $count; /* A new entry can now be written by setting appropriate fields. */ } function set_entry($entry_id){ /* This will look through the data, and set class variables for the specified entry. */ $start = 0; for($i=0;$i<$entry_id + 1;$i++){ $start = strpos($this->data, '<entry_sep>', $start) + strlen('<entry_sep>'); } $end = strpos($this->data, '</entry_sep>', $start); $data = substr($this->data, $start, $end-$start); $this->entry_data = '<entry_sep>'.$data.'</entry_sep>'; $data = explode('<sep>', $data); $this->entry = $entry_id; $this->name = $data[0]; $this->email = $data[1]; $this->homepage = $data[2]; $this->location = $data[3]; $this->comments = $data[4]; $this->date = $data[5]; } function delete(){ $this->entry_data = ''; } function get_date(){ return $this->date; } function set_date($date, $modify=true){ if($modify){ $this->date = $date; }else{ $this->date = date("F j, Y, g:i a T"); } } function set_name($name){ if(strlen($name) < 300){ $this->name = $name; }else{ echo "ERROR."; exit; } } function get_name(){ return $this->name; } function set_location($location){ if(strlen($location) < 150){ $this->location = $location; }else{ echo "ERROR."; exit; } } function get_location(){ return $this->location; } function set_email($email){ if(strlen($email) < 300){ $this->email = $email; }else{ echo "ERROR."; exit; } } function get_email(){ return $this->email; } function set_homepage($homepage){ if(strlen($homepage) < 300){ $this->homepage = $homepage; }else{ echo "ERROR."; exit; } } function get_homepage(){ return $this->homepage; } function set_comments($comments){ if(strlen($comments) < 5001){ $this->comments = $comments; }else{ echo "ERROR."; exit; } } function get_comments(){ return $this->comments; } function write_entry_data(){ $newarr = array($this->name, $this->email, $this->homepage, $this->location, $this->comments, $this->date); $this->entry_data = '<entry_sep>'.implode('<sep>', $newarr).'</entry_sep>'; } function write(){ /* Writes the changes made to this entry into the file. */ $start = strpos($this->data, '<entry_sep>'); for($i=0;$i<$this->entry;$i++){ $start = strpos($this->data, '<entry_sep>', $start+4); } $end = strpos($this->data, '</entry_sep>', $start); /* Get the count of entries */ $count = substr_count($this->data, '<entry_sep'); if($this->entry == $count){ $start = strlen($this->data); $end = strlen($this->data); } /* We have to write the values between start and end... */ $this->data = substr($this->data, 0, $start).$this->entry_data.substr($this->data, $end + strlen('</entry_sep>')); } function show(){ /* This will do the same as write, but will return the data, instead of writing it to the file. */ return $this->entry_data; } } ?>