Jump to content

valtido

Members
  • Posts

    156
  • Joined

  • Last visited

    Never

Everything posted by valtido

  1. I'm trying to get a string e.g. $text = "I have visited domain.tld and i like it."; I would like that the followings: domain.tld www.domain.tld anything.domain.tld http://domain.tld http://anything.domain.tld and change it to ... $text = "I have visited <a href="domain.ltd">domain.tld</a> and i like it."; or any other way a user might enter a url or an external link. Does anyone know a pattern to make this possible? Thanks
  2. Need help on this one im stack... file.MXML <mx:Label id="SomeText" label="Hello World" /> file.as instanceName.text = SomeText.label Basically i need action script to recognise the mxml objects by their id but i don't know how so any help or suggestions ... thnx
  3. never mind found it for anyone who needs it its alert(foo[world])
  4. is there anyway to do this on javascript ? function foo(id){ this.id = id; } var nVar = new foo('hello'); instead of alert(foo.id) i need to do this var world ='id'; alert(foo.{world})
  5. i tried to global it within the random function but it said "you cannot redeclare $var" and the first one well... i have done that already because i had to call the random func in order for it to display the error. but thnx for ur post m8 much appriciated
  6. thats not a good idea. because i could open the setup.php on one window and then process-setup.php on another.
  7. oh forgot to mention that it should be at the very top of the page lol otherwise ppl can still see wotever its above it.
  8. try if (stristr(htmlentities($_SERVER['PHP_SELF']), "process-signup.php")) { header("Location: hackAttempt.php"); exit(); } im not sure it will be 100% safe but phpbb script uses that
  9. hi i got this class class foo{ function myFunc(){ } } $var = new foo(); function random(){ echo $var->myFunc(); } when i do that it shows me the following error Fatal error: Call to a member function users() on a non-object how ever if i try to echo it outside the random function it works fine. anyone got any ideas how make this work please. thnx
  10. http://www.dynamicdrive.com/forums/showthread.php?t=39937
  11. im not sure i understood u right but. from the iframe you can use the top.document.getElementbyId('checkboxid').checked= 'checked' that will check it also try true and false but unquoted.
  12. you will need session_start() at the top of the page if u are using php.
  13. Hi i have researched about this but most of them lead me to scroll up and down which is not what i need. I need to scroll a divs content left & right. e.g. <img src="left_arrow.jpg"><div>contents goes here</div> <img src="right_arrow.jpg"> please note that the div should be on one line which i have managed to make it using css white space: nowrap. Please ask any questions if you are confused. Thnx
  14. like you said use z-index: 10000; if it dont work then you should probably use the javascript or make the select z-index smaller like z-index: 2;
  15. give this a go I think the javascript is in the wrong place and it should be between <head> tag instead of on the body. <html> <head> <title>SalvationSource.com</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <link rel="stylesheet" type="text/css" href="ss2.css"> <script type="text/javascript" src="ss2.js"></script> <script language="javascript"> function calctime() { var currenttime = new Date(); var day = currenttime.getDay(); var hours = currenttime.getHours(); var minutes = currenttime.getMinutes(); var seconds = currenttime.getSeconds(); var day = currenttime.getDay(); var month = currenttime.getMonth(); var weekday= currenttime.getDate(); var year= currenttime.getYear(); if (year < 2000) year = year + 1900; hours = currenttime.getHours(); if (hours >= 12) { hours = (hours == 12) ? 12 : hours - 12; timesuffix = " PM"; } else { hours = (hours == 0) ? 12 : hours; timesuffix = " AM"; } if (minutes < 10) { minutes = "0" + minutes; } if (seconds < 10) { seconds = "0" + seconds; }; arday = new Array("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday") armonth = new Array("January ","February ","March ","April ","May ","June ","July ","August ","September ", "October ","November ","December ") ardate = new Array("0th","1st","2nd","3rd","4th","5th","6th","7th","8th","9th","10th","11th","12th","13th","14th","15th","16th","17th","18th","19th","20th","21st","22nd","23rd","24th","25th","26th","27th","28th","29th","30th","31st"); var clocklocation = document.getElementById('digitalclock'); clocklocation.innerHTML = hours + ":" + minutes + ":" + seconds + " " + timesuffix + ", " + arday[day] +", " + armonth[month] +" "+ardate[weekday] + ", " + year; setTimeout("calctime()", 1000); } </script> </head> <body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"> <!-- ImageReady Slices (ss2.psd) --> <table id="Table_01" width="951" height="100%" border="0" cellpadding="0" cellspacing="0" align="center" class="blackborderleft"> <tr> <td colspan="22" width="950" height="20" class="header" valign="center"> <div align="left" id="digitalclock"> <script>calctime();</script> </div> <div align="right"><a href="#">Register</a> | <a href="#">Administration</a></div> </td> <td bgcolor="#000000"> <img src="images/spacer.gif" width="1" height="20" alt=""></td> </tr> <tr> <td colspan="18" width="406" height="3" valign="bottom"> <table width="406" height="2" cellpadding="0" cellspacing="0" border="0" class="blackbordertop"> <tr><td width="406" height="2"></td></tr></table> </td> <td rowspan="9" background="images/banner_curve.gif" width="89" height="135"> </td> <td rowspan="2" width="3" height="12" valign="bottom"> <table width="3" height="11" cellpadding="0" cellspacing="0" border="0" class="blackbordertop"> <tr><td width="3" height="11"></td></tr></table> </td> <td colspan="2" rowspan="2" width="452" height="12" valign="bottom"> <table cellpadding="0" cellspacing="0" width="452" height="11" border="0" class="blackbordertop"> <tr><td width="452" height="11"></td></tr></table></td> <td bgcolor="#000000"> <img src="images/spacer.gif" width="1" height="3" alt=""></td> </tr> <tr> <td rowspan="3" width="10" height="31"></td> <td rowspan="3"> <span onMouseOver="ropen('roll1'), mopen('menu1')" onMouseOut="rclosetime(), mclosetime()"><div id="roll1" style="position:absolute; visibility:hidden"><a href="index.html"><img src="images/homeB.gif" width="28" height="31" alt="home" border="0"></a></div><a href="index.html"><img src="images/home.gif" width="28" height="31" alt="home" border="0"></a></span></td> <td rowspan="3" width="13" height="31" alt=""> </td> <td colspan="2" rowspan="3"><span onMouseOver="ropen('roll2'), mopen('menub')" onMouseOut="rclosetime(), mclosetime()"><div id="roll2" style="position:absolute; visibility:hidden"><a href="#"><img src="images/bibleB.gif" width="44" height="31" alt="bible" border="0"></a></div><a href="#"><img src="images/bible.gif" width="44" height="31" alt="bible" border="0"></a></span></td> <td rowspan="3" width="29" height="31"> </td> <td rowspan="3"> <span onMouseOver="ropen('roll3'), mopen('menu2')" onMouseOut="rclosetime(), mclosetime()"><div id="roll3" style="position:absolute; visibility:hidden"><a href="#"><img src="images/communityB.gif" width="24" height="31" alt="community" border="0"></a></div><a href="#"><img src="images/community.gif" width="24" height="31" alt="community" border="0"></a></span></td> <td rowspan="3" width="43" height="31"> </td> <td rowspan="3"> <span onMouseOver="ropen('roll4'), mopen('menu3')" onMouseOut="rclosetime(), mclosetime()"><div id="roll4" style="position:absolute; visibility:hidden"><a href="http://www.salvationsource.com/forums/"><img src="images/forumsB.gif" width="30" height="31" alt="forums" border="0"></a></div><a href="http://www.salvationsource.com/forums/"><img src="images/forums.gif" width="30" height="31" alt="forums" border="0"></a></span></td> <td rowspan="3" width="32" height="31"> </td> <td rowspan="3"> <span onMouseOver="ropen('roll5'), mopen('menu4')" onMouseOut="rclosetime(), mclosetime()"><div id="roll5" style="position:absolute; visibility:hidden"><a href="#"><img src="images/databaseB.gif" width="36" height="31" alt="database" border="0"></a></div><a href="#"><img src="images/database.gif" width="36" height="31" alt="database" border="0"></a></span></td> <td rowspan="3" width="28" height="31"> </td> <td rowspan="3"> <span onMouseOver="ropen('roll6'), mopen('menu5')" onMouseOut="rclosetime(), mclosetime()"><div id="roll6" style="position:absolute; visibility:hidden"><a href="#"><img src="images/radioB.gif" width="31" height="31" alt="radio" border="0"></a></div><a href="#"><img src="images/radio.gif" width="31" height="31" alt="radio" border="0"></a></span></td> <td colspan="3" rowspan="3" width="19" height="31"> </td> <td rowspan="3"> <span onMouseOver="ropen('roll7'), mopen('menu6')" onMouseOut="rclosetime(), mclosetime()"><div id="roll7" style="position:absolute; visibility:hidden"><a href="#"><img src="images/moreB.gif" width="25" height="31" alt="more" border="0"></a></div><a href="#"><img src="images/more.gif" width="25" height="31" alt="more" border="0"></a></span></td> <td rowspan="3" width="14" height="31"> </td> <td bgcolor="#000000"> <img src="images/spacer.gif" width="1" height="9" alt=""></td> </tr> <tr> <td background="images/ss2_21.gif" width="3" height="9"> </td> <td colspan="2" width="452" height="9" valign="center"> <table width="452" height="7" cellpadding="0" cellspacing="0" border="0" class="bannerstripe1"><tr><td width="452" height="7"></td></tr></table> </td> <td bgcolor="#000000"> <img src="images/spacer.gif" width="1" height="9" alt=""></td> </tr> <tr> <td colspan="2" rowspan="4" background="images/verse.gif" width="354" height="95"> </td> <td rowspan="4" background="images/girl.gif" width="101" height="95"> </td> <td bgcolor="#000000"> <img src="images/spacer.gif" width="1" height="13" alt=""></td> </tr> <tr> <td colspan="18" width="406" height="19" class="eatme"><table cellpadding="0" cellspacing="0" border="0" width="406" height="19"><tr> <td rowspan="2" width="6" height="19"> </td> <td valign="top"> <ul id="list1"> <li><table cellpadding="0" cellspacing="0" border="0"><tr><td valign="top" align="left"><span onMouseOver="mopen('menu1'), ropen('roll1')" onMouseOut="mclosetime(), rclosetime()"><a href="index.html"><img src="images/home_text.gif" width="39" height="16" alt="home" border="0"></a></span></td> <td></td></tr> <tr><td valign="top" align="left" colspan="2"> <div id="menu1" onMouseOver="mcancelclosetime(), rcancelclosetime()" onMouseOut="mclosetime(), rclosetime()" class="upmenu"> <table class="menu" width="177" cellpadding="0" cellspacing="0" border="0"> <tr><td class="menucenter" align="center"> <a href="#" class="menulink">About Us</a> <a href="#" class="menulink">Contact Us</a> <a href="#" class="menulink">Staff</a> <a href="#" class="menulink">What We Believe</a> <a class="menulink" href="#">Make SalvationSource Your Homepage</a> </td></tr> </table> </div> </td></tr></table> </li> </ul> </td> <td rowspan="2" width="12" height="19"> </td> <td valign="top"> <ul id="list2"> <li><table cellpadding="0" cellspacing="0" border="0"><tr><td valign="top" align="left"><span onMouseOver="ropen('roll2'), mopen('menub')" onMouseOut="rclosetime(), mclosetime()"><a href="#"><img src="images/bible_text.gif" width="32" height="16" alt="bible" border="0"></a></span></td><td></td></tr> <tr><td valign="top" align="left" colspan="2"> <div id="menub" onMouseOver="mcancelclosetime(), rcancelclosetime()" onMouseOut="mclosetime(), rclosetime()" class="upmenu"> <table class="menu" width="177" cellpadding="0" cellspacing="0" border="0"> <tr><td class="menucenter" align="center"> <a href="#" class="menulink">New International Version</a> <a href="#" class="menulink">New King James Version</a> </td></tr> </table> </div> </td></tr></table></li> </ul> </td> <td rowspan="2" width="14" height="19"> </td> <td valign="top"><ul id="list3"> <li><table cellpadding="0" cellspacing="0" border="0"><tr><td valign="top" align="left"><span onMouseOver="ropen('roll3'), mopen('menu2')" onMouseOut="rclosetime(), mclosetime()"><a href="#"><img src="images/community_text.gif" width="67" height="16" alt="community" border="0"></a></span></td> <td></td></tr> <tr><td valign="top" align="left" colspan="2"> <div id="menu2" onMouseOver="mcancelclosetime(), rcancelclosetime()" onMouseOut="mclosetime(), rclosetime()" class="upmenu"> <table class="menu" width="177" cellpadding="0" cellspacing="0" border="0"> <tr><td class="menucenter" align="center"> <a href="#" class="menulink">Donate</a> <a href="#" class="menulink">Praise Reports</a> <a href="#" class="menulink">Prayer Request</a> <a href="#" class="menulink">Search</a> <a href="#" class="menulink">Surveys</a> <a href="#" class="menulink">Testimonies</a> </td></tr> </table> </div> </td></tr></table> </li> </ul> </td> <td rowspan="2" width="15" height="19"> </td> <td valign="top"><ul id="list4"> <li><table cellpadding="0" cellspacing="0" border="0"><tr><td valign="top" align="left"><span onMouseOver="ropen('roll4'), mopen('menu3')" onMouseOut="rclosetime(), mclosetime()"><a href="http://www.salvationsource.com/forums/"><img src="images/forums_text.gif" width="44" height="16" alt="forum" border="0"></a></span></td> <td></td></tr> <tr><td valign="top" align="left" colspan="2"> <div id="menu3" onMouseOver="mcancelclosetime(), rcancelclosetime()" onMouseOut="mclosetime(), rclosetime()" class="upmenu"> <table class="menu" width="177" cellpadding="0" cellspacing="0" border="0"> <tr><td class="menucenter" align="center"> <a href="http://salvationsource.com/forums/viewforum.php?f=3&sid=cc34cdee86a27e424241557eb5520db5" class="menulink">Forum Rules</a> <a href="http://salvationsource.com/forums/viewforum.php?f=4&sid=cc34cdee86a27e424241557eb5520db5" class="menulink">General</a> <a href="http://salvationsource.com/forums/viewforum.php?f=6&sid=cc34cdee86a27e424241557eb5520db5" class="menulink">Religion</a> <a href="http://salvationsource.com/forums/viewforum.php?f=7&sid=cc34cdee86a27e424241557eb5520db5" class="menulink">Emotional Distress</a> <a href="http://salvationsource.com/forums/viewforum.php?f=8&sid=cc34cdee86a27e424241557eb5520db5" class="menulink">Website</a> <a href="http://www.salvationsource.com/forums/ucp.php?mode=register&sid=2f9abcaf5823b2c413a657b17cb25b14" class="menulink">Register</a> </td></tr> </table> </div> </td></tr></table> </li> </ul> </td> <td rowspan="2" width="15" height="19"> </td> <td valign="top"><ul id="list5"> <li><table cellpadding="0" cellspacing="0" border="0"><tr><td valign="top" align="left"> <span onMouseOver="ropen('roll5'), mopen('menu4')" onMouseOut="rclosetime(), mclosetime()"> <a href="#"><img src="images/database_text.gif" width="56" height="16" alt="database" border="0"></a></span></td><td></td></tr> <tr><td valign="top" align="left" colspan="2"> <div id="menu4" onMouseOver="mcancelclosetime(), rcancelclosetime()" onMouseOut="mclosetime(), rclosetime()" class="upmenu"> <table class="menu" width="177" cellpadding="0" cellspacing="0" border="0"> <tr><td class="menucenter" align="center"> <a href="#" class="menulink">Downloads</a> <a href="#" class="menulink">Games</a> </td></tr> </table> </div> </td></tr></table></li> </ul> </td> <td rowspan="2" width="15" height="19"> </td> <td valign="top"><ul id="list6"> <li><table cellpadding="0" cellspacing="0" border="0"><tr><td valign="top" align="left"> <span onMouseOver="ropen('roll6'), mopen('menu5')" onMouseOut="rclosetime(), mclosetime()"> <a href="#"><img src="images/radio_text.gif" width="35" height="16" alt="radio" border="0"></a></span></td><td></td></tr> <tr><td valign="top" align="left" colspan="2"> <div id="menu5" onMouseOver="mcancelclosetime(), rcancelclosetime()" onMouseOut="mclosetime(), rclosetime()" class="upmenu"> <table class="menu" width="177" cellpadding="0" cellspacing="0" border="0"> <tr><td class="menucenter" align="center"> <a href="#" class="menulink">Live Christian Radio</a> <a href="#" class="menulink">Request Line</a> <a href="#" class="menulink">DJ of The Week</a> <a href="#" class="menulink">Schedule </a> <a href="#" class="menulink">Jobs</a> </td></tr> </table> </div> </td></tr></table></li> </ul> </td> <td rowspan="2" width="13" height="19"> </td> <td valign="top"><ul id="list7"> <li><table cellpadding="0" cellspacing="0" border="0"><tr><td valign="top" align="left"> <span onMouseOver="ropen('roll7'), mopen('menu6')" onMouseOut="rclosetime(), mclosetime()"> <a href="#"><img src="images/more_text.gif" width="32" height="16" alt="radio" border="0"></a></span></td><td></td></tr> <tr><td valign="top" align="left" colspan="2"> <div id="menu6" onMouseOver="mcancelclosetime(), rcancelclosetime()" onMouseOut="mclosetime(), rclosetime()" class="upmenu"> <table class="menu" width="177" cellpadding="0" cellspacing="0" border="0"> <tr><td class="menucenter" align="center"> <a href="#" class="menulink">Frequently Asked Questions</a> <a href="#" class="menulink">Link To Us</a> <a href="#" class="menulink">Disclaimer</a> </td></tr> </table> </div> </td></tr></table></li> </ul> </td> <td rowspan="2" width="10" height="19"> </td> <td> <img src="images/spacer.gif" width="1" height="16" alt=""></td> </tr> <tr> <td width="39" height="3"> </td> <td width="32" height="3"> </td> <td width="67" height="3"> </td> <td width="44" height="3"> </td> <td width="56" height="3"> </td> <td width="35" height="3"> </td> <td width="32" height="3"> </td> <td> <img src="images/spacer.gif" width="1" height="3" alt=""></td></tr></table> </td> <td bgcolor="#000000"> <img src="images/spacer.gif" width="1" height="19" alt=""></td> </tr> <tr> <td colspan="14" width="359" height="9"> <table width="359" height="7" cellpadding="0" cellspacing="0" class="bannerstripe1" border="0"> <tr><td width="359" height="7"></td></tr></table> </td> <td colspan="4" background="images/ss2_27.gif" width="47" height="9"> </td> <td bgcolor="#000000"> <img src="images/spacer.gif" width="1" height="9" alt=""></td> </tr> <tr> <td colspan="4" rowspan="4" background="images/boy.gif" width="73" height="95"> </td> <td colspan="14" rowspan="4"><a href="index.html"><img src="images/logo.gif" width="333" height="95" alt="SalvationSource.com" border="0"></a></td> <td bgcolor="#000000"> <img src="images/spacer.gif" width="1" height="54" alt=""></td> </tr> <tr> <td colspan="3" width="455" height="9"> <table width="455" height="7" cellpadding="0" cellspacing="0" class="bannerstripe2"> <tr><td width="455" height="7"></td></tr></table> </td> <td bgcolor="#000000"> <img src="images/spacer.gif" width="1" height="9" alt=""></td> </tr> <tr> <td colspan="3" width="455" height="10"> </td> <td bgcolor="#000000"> <img src="images/spacer.gif" width="1" height="10" alt=""></td> </tr> <tr> <td colspan="4" width="544" height="22"> <table width="544" height="22" cellpadding="0" cellspacing="0" border="0"><tr><td width="54" height="22" background="images/login_pane.gif" valign="top"><div class="login" align="left"><table cellpadding="0" cellspacing="0" border="0"><tr><td style="padding-left:2.90em;padding-top:0.24em;">Username:</td></tr></table></div></td><td width="490" height="22" background="images/login_pane_repeat.gif" valign="top"><div class="login" align="right" id="loginpane"><table cellpadding="0" cellspacing="0" border="0"><tr><td width="120" valign="top"><input class="textbox" name="username" type="text" size="24" maxlength="35"></td><td width="55">Password:</td><td width="118" valign="top"><input class="textbox" name="password" type="password" size="24"></td><td width="25" valign="top"><input name="Remember Me" type="checkbox" value=""></td><td width="76"> Remember Me</td><td width="60"><a href="#"><img src="images/login.gif" border="0" hspace="8"></a></td></tr></table></div> </td></tr></table> </td> </td> <td bgcolor="#000000"> <img src="images/spacer.gif" width="1" height="22" alt=""></td> </tr> <tr> <td colspan="15" width="361" height="9"> <table width="361" height="7" cellpadding="0" cellspacing="0" class="bannerstripe3"> <tr><td width="361" height="7"></td></tr></table> </td> <td colspan="3" background="images/ss2_34.gif" width="45" height="9"> </td> <td colspan="4" width="544" height="9" valign="bottom"> <table width="544" height="8" cellpadding="0" cellspacing="0" class="blackbordertop"> <tr><td width="544" height="8"></td></tr></table> </td> <td bgcolor="#000000"> <img src="images/spacer.gif" width="1" height="9" alt=""></td> </tr> <tr> <td colspan="22" width="950" height="100%" valign="top"> <table class="content" cellpadding="0" cellspacing="10" width="950" heigh="100%" border="0"> <tr><td width="425" height="3" valign="bottom"> <div width="425" height="18" class="floatbox"> <table width="425" height="18" cellpadding="0" cellspacing="0" border="0" align="center"> <tr valign="top"> <td width="144" height="18" class="minibox" align="center"><table width="132" height="16" cellpadding="0" cellspacing="0" border="0" class="minibox"> <tr> <td width="132" height="16" align="center" valign="middle">This Week's Verse</td> </tr> </table></td> <td width="125" height="18" align="center"><table width="123" height="16" cellpadding="0" cellspacing="0" border="0" class="minibox"> <tr> <td width="123" height="16" align="center" valign="middle">2 Corinthians 4:16-18</td> </tr> </table></td> <td width="144" height="18" class="minibox" align="center"><table width="132" height="16" cellpadding="0" cellspacing="0" border="0" class="minibox"> <tr> <td width="132" height="16" align="center" valign="middle"><a href="#">Previous</a></td> </tr> </table></td> </tr> </table> </div></td> <td width="494" height="3" valign="bottom"> <div width="494" height="18" class="floatbox" align="center"> <table width="494" height="18" cellpadding="0" cellspacing="0" border="0"> <tr valign="top"> <td width="158" height="18" class="minibox" align="center"><table width="156" height="16" cellpadding="0" cellspacing="0" border="0" class="minibox"> <tr> <td width="156" height="16" align="center" valign="middle">Tuesday, July 22, 2008</td> </tr> </table></td> <td width="148" height="18" align="center"><table width="146" height="16" cellpadding="0" cellspacing="0" border="0" class="minibox"> <tr> <td width="146" height="16" align="center" valign="middle">Daily News</td> </tr> </table></td> <td width="158" height="18" class="minibox" align="center"><table width="156" height="16" cellpadding="0" cellspacing="0" border="0" class="minibox"> <tr> <td width="156" height="16" align="center" valign="middle"><a href="#">Posted By BrotherJVK</a></td> </tr> </table></td> </tr> </table> </div></td> </tr> <tr><td width="425" height="227" class="box"> <table cellpadding="0" cellspacing="0" border="0" width="425" height="227" class="box"><tr> <td width="425" height="227" valign="top" class="contentbox"> <?php include'verse.php';?> </td> </tr></table> </td><td width="494" height="100%" rowspan="7" valign="top" class="box"> <table cellpadding="0" cellspacing="0" border="0" width="494" height="227" class="box"><tr> <td width="494" height="227" valign="top" class="contentbox"> <?php include'news.php';?> </td></tr></table> </td></tr> <tr><td width="425" height="3" valign="bottom"> <div width="425" height="18" class="floatbox"> <table width="425" height="18" cellpadding="0" cellspacing="0" border="0" align="center"> <tr valign="top"> <td width="144" height="18" class="minibox" align="center"><table width="132" height="16" cellpadding="0" cellspacing="0" border="0" class="minibox"> <tr> <td width="132" height="16" align="center" valign="middle">This Week's Words</td> </tr> </table></td> <td width="125" height="18" align="center"><table width="123" height="16" cellpadding="0" cellspacing="0" border="0" class="minibox"> <tr> <td width="123" height="16" align="center" valign="middle">John 15:5(KJV)</td> </tr> </table></td> <td width="144" height="18" class="minibox" align="center"><table width="132" height="16" cellpadding="0" cellspacing="0" border="0" class="minibox"> <tr> <td width="132" height="16" align="center" valign="middle"><a href="#">Previous</a></td> </tr> </table></td> </tr> </table> </div></td></tr> <tr> <td width="425" height="227" class="box"> <table cellpadding="0" cellspacing="0" border="0" width="425" height="227" class="box"><tr> <td width="425" height="227" valign="top" class="contentbox"><?php include'words.php';?> </td> </tr></table> </td></tr> <tr><td width="425" height="3" valign="bottom"> <div width="425" height="18" class="floatbox"> <table width="425" height="18" cellpadding="0" cellspacing="0" border="0" align="center"> <tr valign="top"> <td width="144" height="18" class="minibox" align="center"><table width="132" height="16" cellpadding="0" cellspacing="0" border="0" class="minibox"> <tr> <td width="132" height="16" align="center" valign="middle">SalvationSource.com</td> </tr> </table></td> <td width="125" height="18" align="center"><table width="123" height="16" cellpadding="0" cellspacing="0" border="0" class="minibox"> <tr> <td width="123" height="16" align="center" valign="middle">Live Christian Radio</td> </tr> </table></td> <td width="144" height="18" class="minibox" align="center"><table width="132" height="16" cellpadding="0" cellspacing="0" border="0" class="minibox"> <tr> <td width="132" height="16" align="center" valign="middle"><a href="#">Comments</a></td> </tr> </table></td> </tr> </table> </div></td></tr> <tr><td width="425" height="227" class="box"> <table cellpadding="0" cellspacing="0" border="0" width="425" height="227" class="box"><tr> <td width="425" height="227" valign="top" class="contentbox"><?php include'box3.php';?> </td></tr> </table> </td></tr> <tr><td width="425" height="3" valign="bottom"> <div width="425" height="18" class="floatbox"> <table width="425" height="18" cellpadding="0" cellspacing="0" border="0" align="center"> <tr valign="top"> <td width="144" height="18" class="minibox" align="center"><table width="132" height="16" cellpadding="0" cellspacing="0" border="0" class="minibox"> <tr> <td width="132" height="16" align="center" valign="middle">SalvationSource.com</td> </tr> </table></td> <td width="125" height="18" align="center"><table width="123" height="16" cellpadding="0" cellspacing="0" border="0" class="minibox"> <tr> <td width="123" height="16" align="center" valign="middle">Live Christian Radio</td> </tr> </table></td> <td width="144" height="18" class="minibox" align="center"><table width="132" height="16" cellpadding="0" cellspacing="0" border="0" class="minibox"> <tr> <td width="132" height="16" align="center" valign="middle"><a href="#">Comments</a></td> </tr> </table></td> </tr> </table> </div></td></tr> <tr><td width="425" height="227" class="box"> <table cellpadding="0" cellspacing="0" border="0" width="425" height="227" class="box"><tr> <td wid
  16. in that case i think you should find one and do it manually http://www.google.co.uk/search?source=ig&hl=en&rlz=&=&q=shopping+cart+script&btnG=Google+Search&meta= http://www.commerce-cgi.com/ hope it helps
  17. i dont see where you have given the cookies a value in the first place. from the code you ahve posted it just looks like you are retrieving cookies which are not previously set. unless you have another file or something.
  18. there are alot of scripts out there for shopping carts including gateways for payments such as paypal if u have fantastico on you website control panel then use that and you will have free scripts there starting it from scratch u need a lot of time and good coding skills thats my suggestion lol
  19. look up settimeout on javascript.
  20. you will need two ../ so instead of include('../affiliate/users/groups.php' ); you need: include('../../affiliate/users/groups.php' ); because: index.php is two directories from the public_html remember ../ means go back one directory. putting include('../affiliate/users/groups.php' ); means you are looking for a file on the /home/mailsrig/public_html/mycity/affiliate/users/groups.php which ofcourse it isnt there so jus put this line on line seven include('../../affiliate/users/groups.php' );
  21. ereg_replace("<img[^>]*>", "", $your_string) give this a go ...
  22. check the CMode settings why dont u jus use unlink($dir); to delete that directory all at once
  23. thats strange because i have used word powerpoint n excel on iframes and they work fine other than that you could open the excell file and save it as an HTML page if that helps
  24. ok einstine its not like i murdered him/her or OP
  25. look go to www.valtido.com thats wot i did for college lol then u will know wot i mean
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.