Jump to content
xisto Community

vujsa

Members
  • Content Count

    1,008
  • Joined

  • Last visited

Everything posted by vujsa

  1. I'm working on my hobby site (http://forums.xisto.com/no_longer_exists/) and have found that it really needs a better look. I designed the current template from scratch and realized that it is just not right for the site. I need the site to have a more car site feel to it and a different color scheme. I'm going to use a blue-gray / gray theme with maybe some blue highlights. I'm not entirely sure yet because I am hoping to be inspired by the banner graphic. I was thinking of something with an actual classic VW Beetle photo incorporated into the banner perhapes in a monotone or two-tone blue-gray (color highlights would be fine to draw focus). I have seen a lot of really nice signatures images done here and thought that a similar technique would work for my application. Here is what I was hoping for: Width: 600 to 700 pixels Height: 150 to 200 pixels Primary Colors: blue, gray Images Included: Classic Volkswagen Beetle Title Text: "VW One" Description: "Your Volkwagen Information Resource." Border: Optional Text Effect: Rolling Color Change / Fade Effects (animated effect) - Perhapes Title Only I'm not a very artistic person and I'm using Photo Shop 6.0 so I can't really get the results I'm looking for by myself. Thanks for any suggestions or submissions you can give. vujsa
  2. I uninstalled and reinstalled the corrupt component and it works now. I suggest backing up your databases, files and reinstall your faulty script. It will fix your problem more than likely.vujsa
  3. Actually, there are several ''' used throughout the program and none of them have the same problem. Additionally, the file wasn't changed by the user. I also have a similar issue. It's with mambo though. I'll try to figure out the problem. I'm pretty sure some gloabl element has caused these errors. Maybe a server configuration change. Here is the first few lines of the file I get an error on /*** TFS for MAMBO Class* @package TFSforMAMBO* @copyright 2003-2005 PJH Diender* @license [url="http://forums.xisto.com/no_longer_exists/;. GNU Public License* @version $Revision: 2.0.1 $* @author Patrick Diender <webmaster@caffeinecoder.net>*///ensure this file is being included by a parent filedefined('_VALID_MOS') or die ('Direct Access to this location is not allowed.');class TFS_Engine{var $d = null; //dayvar $m = null; //monthvar $y = null; //yearvar $dom = null; // domainvar $vid = null; // visitors idvar $updatemsg= null; //update message used for purgevar $language = null; //language settingvar $langini = null; //language setting ini filevar $hourdiff = null; //hourdiff local vs servervar $onlinetime = null; //time online in minutes before new visitorvar $startoption = null; //option for starting statisticsvar $purgetime = null; //time for purge databasevar $version = null; //version of scriptvar $MainFrame = null; //mainframe object MOSvar $task = null; //task for TFS_Enginefunction TFS_Engine(&$mainframe,$task){global $mosConfig_offset;$this->MainFrame = &$mainframe;$this->task = $task;$sql = "SELECT SQL_BIG_RESULT * FROM #__TFS_configuration";$this->MainFrame->_db->setQuery($sql);$rs = mysql_query($this->MainFrame->_db->_sql);$this->hourdiff = $mosConfig_offset;while($row = mysql_fetch_array($rs)){if ($row['description'] == 'onlinetime'){$this->onlinetime = $row['value'];}if ($row['description'] == 'startoption'){$this->startoption = $row['value'];}if ($row['description'] == 'language'){$this->langini = $row['value'];}if ($row['description'] == 'purgetime'){$this->purgetime = $row['value'];}if ($row['description'] == 'version'){$this->version = $row['value'];}}mysql_free_result($rs);if(file_exists($this->MainFrame->_config->absolute_path.'/administrator/components/com_tfsformambo/language/'.$this->langini.'.ini.php')){//include language support$this->language = parse_ini_file($this->MainFrame->_config->absolute_path.'/administrator/components/com_tfsformambo/language/'.$this->langini.'.ini.php',true);}else{//include language support$this->language = parse_ini_file($this->MainFrame->_config->absolute_path.'/administrator/components/com_tfsformambo/language/en.ini.php',true);} // calculate time diff from server time to local time$visittime = (time() + ($this->hourdiff * 3600)); if(!isset($_GET['d'])){$this->d = date('j',$visittime);}else{$this->d = $_GET['d'];} Again this is a parse error and I have never edited this file. It worked a few days ago but not now. Parse error: parse error, unexpected T_VARIABLE, expecting ',' or ';' in /home/xxxxxxxx/public_html/xxxxx/xxxxxxxxx/components/com_tfsformambo/admin.tfsformambo.html.php on line 150 Here is lines 137 to 160: if ($row['description'] == 'purgetime'){$this->purgetime = $row['value'];}if ($row['description'] == 'version'){$this->version = $row['value'];}}mysql_free_result($rs); vujsa
  4. This is quite simple actually and we have a few options. I'll show you the two easiest options. Option 1: Simply delete the other inex file. Be sure to delete the right file though. If you are worried about deleting the wrong file, change the files name and then give it a try. If the default index shows again, you know you changed the wrong file's name. You probably have the folloing in you public_html folder: index.php (This is for your CMS) index.html (This is the default index) - This is the one to delete more than likely. Option 2: Access your website via an FTP client such as CuteFTP. When you select the public_html folder, you should be asked which index file should be used. Note: This doesn't work all of the time and some FTP clients don't offer this feature. These are the two easiest ways to get the right index file to show. You can also edit the .htaccess file for that folder to specify which index you prefer to use. Hope this helps. vujsa
  5. Well, I know about as much as anyone here about Mambo but I have no idea what you are asking.Mambo provide very good content management ad allows for the creation of author accounts to allow writters to submit articles without the need to be reviewed prior to being published. Also, Mambo has hundreds of add-ons available and maybe as many available templates.Mambo is offered here in the script installer Fantastico for quick and easy installation including the creation of all of the database tables, writing the configuration files, and building the file structure.Once you have hosting here, I suggest that you give it a try.If I haven't answered your question, please be more specific about what you want and need an I'll let you know if Mambo is for you.Hope this helps. B)vujsa
  6. vujsa

    MySQL Url

    You can still use "localhost" on your websites here unless you are trying to access it remotely which may not be possible. The remote permissions have probably been set to disallow. I always just use "localhost" as IP addresses can change but "localhost" will always be where your script is. Therefore, I reccomend continueing to use "localhost" as the location of your MySQL server. I wouldn't even know where to begin to specify the location of the MySQL server on the hosting server as there are many accounts on there. I think that the MySQL server location is probably 69.50.168.69 currently to answer your question though. Hope this helps. vujsa
  7. I'm pretty sure that we offer ImageMagick. And I know for sure we ofer GD cause I've used it extensively now. Even better, we offer Coppermine Photo Gallery in an easy to install package under Fantastico. Fantastico is an automated PHP script installer that creates databases, builds file structures and writes the scripts configuration files. There are 3 image gallery programs read for install in Fantastico along with Bulletin Boards, Blogs, CMS, Guest Books, Counters, etc... Here is the complete list of currently offer programs: Navigation Fantastico Home Control Panel Home Blogs b2evolution Nucleus pMachine Free WordPress Content Management Drupal Geeklog Mambo Open Source PHP-Nuke phpWCMS phpWebSite Post-Nuke Siteframe Typo3 Xoops Customer Relationship Crafty Syntax Live Help Help Center Live osTicket PHP Support Tickets Support Logic Helpdesk Support Services Manager Discussion Boards phpBB2 SMF E-Commerce CubeCart OS Commerce Zen Cart F.A.Q. FAQMasterFlex Guestbooks ViPER Guestbook Hosting Billing phpCOIN Image Galleries 4Images Gallery Coppermine Photo Gallery Gallery Mailing Lists PHPlist Polls and Surveys Advanced Poll phpESP PHPSurveyor Project Management dotProject PHProjekt Site Builders Soholaunch Pro Edition Templates Express Wiki TikiWiki PhpWiki Other Scripts Dew-NewPHPLinks Moodle Noahs Classifieds Open-Realty phpAdsNew PHPauction phpFormGenerator WebCalendar Hope this helps. vujsa
  8. I'm not sure what you mean here but I'll answer what I think you asked. I'm always prepared to quickly recover ALL data on my personal computer. As described above, all of my data is seperated, duplicated and backed up in various ways. - If I have a physical hard drive failure, my duplicate drive simply takes over the responsibilities until I replace the bad drive. No down time with that one. - If I have a software failure on my OS due to virus or other random OS error, This usually will not harm my non-OS data such as photos, music, etc. This just requires me to reinstall the OS or copy a clean backup to that partition. Either way, back up and running in about an hour but some software may need to be reinstalled. - If I lost all data on the entire disk (3 partitions) due to virus, accidental reformat, major OS error, stupidity, etc. I can reinstall the OS and then restore all of the data from my most recent data backup. Should be back up and running in less than a day. - Multiple problems where there is data loss not only on the hard drives but on the back ups as well. I can use a data recovory tool such as the one described above to find MOST of the lost data from the hard drive. I the very unlikely event that you have this type of problem, getting MOST of your data back is probably good enough for you but there may still be good data on older back ups or even the corrupt back up to fill in nearly all of the holes left by the recovery tool. Could take a few days to get things working again depending on how long it takes to identify the problems etc... Now, I keep a copy of most of my website on my hard drive as well just in case but I have never experienced a data loss on a server due to the built in protection most come with as well as the frequency of data back ups done on servers. In fact, most servers use a data loss prevention system similar to the one I've described. And most also employ a similar technique to recover data. As far as wondering how safe this site is, in my opinion it is very safe. Like I said, I have never lost data here. The servers are well maintained and administered well. Please keep in mind that this is a free hosting service here so they aren't earning any income based on the hosting accounts so no guarantees will be made about the safety of your data. Hope this helps. vujsa
  9. Okay everyone, false alarm.The problem wasn't in the code but instead was in a .htaccess two directories above the image to be shown. I forgot to delete the .htaccess that redirected .png file extensions to the PHP engine after I replaced that set up. I now use a diferent means to mask urls.Everything is working fine now with out the need to use any file system functions ot object buffering.Basically, to print to file use:imagepng($image, 'path/to/file.png');and to print to browser use:imagepng($image, '');hope this helps everyone.vujsa
  10. What is the ftp address you use to upload your files. Is it ftp.subdomain.astahost.com or an IP address. if you are using an IP address, use the address format above instead. Also, try accessing the file via the file manager in the cPanel. If you wouldn't mind, also post the url of your website so that we may better determine your problem. vujsa
  11. Well, that didn't fix the bug. I'm still getting trash instead of the image. Any ideas?vujsa
  12. I'm trying to create a script that will generate an image and send it back to the browser while saving the same image to the server. I'm doing this because the image should be dynamically generated but because of the load that would place on a server if the image happened to be requested frequently, I've decided to build in a means to serve the static version of the image most of the time. What isn't included here is the function that will check the age of the file in cache directory and serve the static image if it is less than an hour old. This isn't really needed to get this part of the script working so to prevent making the code more complicated, I left it out. I'm having trouble saving the generated image to the server. I have finally gotten it to save the file but it is saving the data as text and not as a PNG image file. Here is the script as it is currently written: <?php// Designate a background image $background = imagecreatefrompng("background001.png"); // Designate a foreground image $insert = imagecreatefrompng("token001.png"); // Select the origin pixel of the foregrounf image as the transparent color imagecolortransparent($insert,imagecolorat($insert,0,0));// Get dimisions of the foreground image $insert_x = imagesx($insert); $insert_y = imagesy($insert); // Place the foreground image on the background image imagecopymerge($background,$insert,345,72,0,0,$insert_x,$insert_y,100); // Insert Text into the image $text = $_GET['action']; $red = imagecolorallocate($background, 255, 0, 0); $font = "verdana.ttf"; imagettftext($background, 14, 0, 238, 90, $red, $font, $text); imagettftext($background, 8, 0, 238, 125, $red, $font, mktime());// Start the content buffer to hold information prior to saving ob_start();// Set the header information of the image header ("Content-type: image/png"); header('Content-transfer-encoding: binary');// Output a png image imagepng($background,'',100);//Assign a variable to hold the buffer information and clear/close buffer $output = ob_get_clean();// Clear computer memory of image data imagedestroy($background);// Output the buffer information to browser echo $output;// Open or create a file and write buffer information to it. $cachefile = "cache/test001.png"; $handle = fopen($cachefile, "w+b"); fwrite($handle, $output);// Close file fclose($handle);?> Here is the output shown of test001.png: ĂŻĂ˝Kâ1Ă}cĂÞ 1;ĹâĂťĂ0â 1ĂźĂ@fv#á1ĹacøáâŹâĂĂâĂ°âŚ_ 1â¢ÂÂşPEÂŁĂE/ú­TòT1ĂĂŠ[X!yâĂVA âĂU'&sWVÂŽ(ĂĂtYsDĂ­Ă´]1­G`RU¤hĂøj}UU¤oÂĽTSŠâŹ"PĂd"â˘ÂŻ*ËJAâ˘;^4Âr ªè@ÂśâxLĂZĂ*Ž¢â˘ĂĹžâŚVq4â˘ĂâšClâĂŚĂVIW%cPĂT¡H-âQĂżâĂ´DgBÂ#jĂâšIĂ)QÂşhjBCË@ĂÝ¿nPĆbš+â˘]yâ˘âNž¼")-Q8!Ââ-ĂĂTPâ$)ââ˘X¤ĂĂ 'G@ĂŤĂťâ°â°ĂĂK -ÂŞ{ĂŠJâŹË&'âYQRfc@ HĂP³ ť#âĂš U1 linenums:0'>â°PNGIHDR$!,.Ă¢â Ă¡BĂŤRÂŤ}E[ĂąĂúž¨Uk[­ž¿JĂĂĂĂÂĽo­Šù­ĂZĂbEEĂĂÂłB2 Yf23ĂÏááĂšsĂŻĂΚâ hĂáĂ'Ă9áĹç<çĂsžçšĂ=âš[`cĂĂĂ°ĂŻĂâ°V`cĂĂÂeŸá/qĹĂĂ0â 1ĹĂĄĂĂŻĂ˝Kâ1Ă}cĂÞ 1;ĹâĂťĂ0â 1ĂźĂ@fv#á1ĹacøáâŹâĂĂâĂ°âŚ_1â¢ÂÂşPEÂŁĂE/ú­TòT1ĂĂŠ[X!yâĂVA âĂU'&sWVÂŽ(ĂĂtYsDĂ­Ă´]1­G`RU¤hĂøj}UU¤oÂĽTSŠâŹ"PĂd"â˘ÂŻ*ËJAâ˘;^4Âr ªè@ÂśâxLĂZĂ*Ž¢â˘ĂĹžâŚVq4â˘ĂâšClâĂŚĂVIW%cPĂT¡H-âQĂżâĂ´DgBÂ#jĂâšIĂ)QÂşhjBCË@ĂÝ¿nPĆbš+â˘]yâ˘âNž¼")-Q8!Ââ-ĂĂTPâ$)ââ˘X¤ĂĂ'G@ĂŤĂťâ°â°ĂĂK-ÂŞ{ĂŠJâŹË&'âYQRfc@HĂP³ ť#âĂšU1:#âĂÂáĂĹ ÂŞke*Â.jwÂâšĂq§{â|âI¸ +Ĺž:ĂĂĹĄrV²âŹĂżDĂ´*;Ă­ĹOĂHĂâ˘10SĂE0ÂľhÂŞuSuWĂ­Ăąâş,âÂŞ6âş%â˘ĂĂĂŸĂâ°ĂĹžĂ9t!â˘ÂhrzâĂY9²Ă3iXEĂREĂP³ÏĹËÂŁĂšĂLĂąASYĂś/â°kaËz4eà ðšg`ÂŞswä'Ĺ˝YdZÂVĂÂŚĂż!_ĂŁĂIB¸â â°ÂłtkââĂŚ|§¼è_M(Ă'â pâ˘Â¨ĂŁĹ˝âa°Ă"â4ĂkS<Q>ĂsâŹĂ*;,ĂHË8´Ă2z(UžĂa8 òÊâ˘Ă/âÂźRx.P.ĂĂĂ8=N²5>¢âL6ËMĹĂĂŚ,Š§á%B?A_Tâ˘4ÂŹ0ĂĂZŽä{ºçâÂśĂÊŞýâ°âfP+2ĂĄËâ!Ă´ĂBĂĂD6ÂQ½H?ĂŠ68Ă>ÂĂĂĂAäĂĂâŹĂ´Âˇ1Þ¹âCĂĂâ˘ĂKĂÂVĂamMHâĄÂš@Ăź-âŹĂ>Ăš§ĂĂâ˘ÂžÂŠ|ÂĄFòbt,\ĂtĂ2*TĂž`ĂšdĂ4Iââ°ĂĂÂââb´Â;Ă_=~Ă_ÂľdeĂąâĄC;EmâuLÂŽ"uOĂĂĂ­Ĺ˝ĂĂâ˘Â¤Ă¤C%ò>ââš.ĆÂąfĂŁĂX!ĂľqĂ'ÂHĂŽâ,²EĂF@"IĂĹ ÂŞ5âŚĹ˝Âx.hNâ¤ĂĂŻxF:'ARP[â Ă"yŠKĂuĂO´üŠ#+2ĂâÂŽt*OmĹĄ&âĂŞU ĂèäFâžâŚĂľkFĆ?Qâ ĂŠ ù¥Ì$Hvâ˘ÂŽPUâÜþùŠN(/@ĂŤBT^°:§ĂŸ28ĂľĂ5â°Ĺ âš[<A5u=PĂ­GĂÂĂŤâŹ\â¸ĂHĂË.ĂĂ?bĂšrĂKĂâĂ­ÂâĄ>ĂĂ)Ú²T (IÂŞ7ĂÂV;â âĂĂĂľĂ¢xR &VŠË*NÂŞk³Ï3ĂB§ßDG&wsrÂş&škSjĂĂ­-)_âÂżhÂźIyl#ĂâĄÂ¤'ââĂ˝ĂQòÌââĄ>âhPTĂŁn$iĂĹĄorĹĄÂĹž sJËrâC$'ĂŁâž-a-_5ĂžeĂżâş*ĹĄ;ÂNĂ~âŹĹYĂÂś3âQ^ËĂĂúþâŚÂŠĂlĂZË8ËËĂp02p0CšãĂ}ò'x¸Zø½ĂĹsÂŁsĂCâºť-ÍŞ¢"ĂdĂĂÂĽĂ *âŚâĂ\>ĂÂWjtâ2d#iU?)uxĂĂ;"ĹžâÂCĂĂžĆr¸ĂQfâòJ%Ă´LDò]ÂŤ{ÂŞĂ5Ă1~âĂ=â˘Â5ŠĂRMuĂŞsĂh$._i6²$ÂĄ2Y­âŚĂ˛ÂĽÂ¤ĹøâĹž{:,âĂ°:øĂÂĄĂĄÂż3dvE?âŹÂśĂ;ĂĆĂĽÂŚ3ĂwĂźĂ*äièA+Ăť/ÂĽ ĹĄPEĂŚÂŁ{*Fa¤âĂšBNâŚ&¤ĂâŚ2Ă`§¾ťâ 9ÂÂç0xÂťâŚPvâĂuĂšdh`Eðše2°c)ĂÎ˸YĂĽâŚÂŤ\%âI½š$"ÂĂÂŞÌ£uY0[ÂźĂ=ĂV;­¨ÜĂĂ ĂĂĂCĂŠĂÝÏĂÂĄ?çOž²`ĂwĹ)Ĺ 'ÂÂŚââ˘mĂĂYââhâĂ)âĂĂĄĂÍâ4Ž¿lĂÂŚĂĂáD>ĂąD>FŸí2,B^¥ùä*Ăš'â˘/ÂľyϊvĂĂŚĂ°Ăè!ĂĂTâ~š¤¡ÂOsÞòÂĂĂż6.ĂąĂqÂĂżâNÂŹO°¸YĂĂ°Ă`Â_4Ă|ââ %èóšgÂŁĂÂŞâÂĂU"Ĺq)Ĺ~)ĂŹĂ(nzR|ĂŠN8Ă˝RĂâ¤ã¨/2GĹĄ)Ă/nʟNĂŤIX§]nĂşkpÍッ­p]òËŠp.JF¨ýýĂáâÂĂŚ(ĂjĂąĂâĂĂŠÜVb;Ă^&Tâš!áTݾ§Ăâ/|ĹžĂĂ:G¤Úâ°â°ĂšĂą Âäú=¸ĂĂąĂĂŠâ#ŽòýnrxAa|"ÂUÂąâ<4o"çR:⺟êŠmÂżĂĂ­t2HĹÂŽ~­aRâ˘Ăâ°ÂĽ)8&ĂĂŠĹ !ĂPäluWĂż^ÂşSlĂË°:âšÂâĄ;ÂŽ m%â 5sĂĄĂťĂĂŤâĂž>Ă°ĂĄĂŽâšĂD žá>¨ĂÂŁĂâĂXĂ@WĂ%ÂŽĹ KÂłSĂVËÎòyŽŽ< üäNsĂâ˘VÂŻ0â˘sĂ­ĂiMĂśwz{Ĺ˝u½¥âĂÂĂ­âĂMâ ¨'ĂĂŽfĂŹâĂĄĹGpâĂ2ÂŁ 2ÍŸºpÊÿŸŸFßôopĂÂĽÂWÂŞÂşâ˘Ăąpâ ødËĹ QÂSsĂšĂg/DÂťvĂĂ˝SÂŽjÂŽdpĂĂł2ÂťZ12ĂĂŤmĂąËâxĂĂþÚcĂ˝GĂ4]0Ăžâ²Ă+ÂŹ9ĂĽ@qÂťĂs§ĂÂĂĹ ĂĂuĂmĂĂťsâ â>Ăg>Ăg&SnIĂ7*'Þ§9MĂąb8ĂĂšQóþýÂOĂłl'U~7´ôý;I4ĂĄĂżĂó³¥ĂĂqĂśĂĂ_oĂźâĄĂzreβ¥Xgÿť9ĂŽĂGDÿáYyâÂź4#GOâóíââĄĂ¡Ă08ĂŚĂâŚĂŻUĂł@â~ÂźĂâÂżËÿ³ĂpĂ7#¿¤Ă¤Þœ?|ĂĂşhâšĂąCťšåoC*¥š¿ýŒïç5¥´LĂľQ]ËĹĄĂâĂşâĂŞâAĂĂ}2DĂľhĂšŞDĂŽÂŁĂ­âĂÂş ÂŻ%Âż-ĂĹĂiĂ¡Ÿ(nŠ.ÂźKĂ*Ă <NĂOuĂťLâŚS¢];äâĂwcĂ˝âĄ;ĹžĂ,~ĆÂâ˘\eâĂŚĂtÂŹââ˘ĂUR7åäZrèvĹzĂ`QĂŠ%Ă/K;ÂąËĂżhĂKĂĂĂžY{ĂŞSNĂĂĹĂ!ÂŁĂáÎâĂźeÂľ'ÂŻĂ1âK]ÂŽ/øĂ`hÂżfĂ½ýOBĂżâE9§/Ăż|¹ít)koxŸ7Bðç hĂž}rĂ²RKĂÂĂ°vĂĂĂŤ?t˽(~#&|MøĂTĂĄ|âşËÊúà zY¸ŠSTÂŁĂąĂ*ĂŁÂźYĂą+RĂŞÂĽU[oýÚâĄâgGŒŠýĂŽçžĂĂâ˘Ăòý<'⧏CrâŚ0ĂĂŽ/âĄĹĹ ĂŚâ!Âź+ĂĂĄĂĂTGèI'Ăj?r%ŸLâÂĄâÂŞpĂĹ [^Ă3ĹhOVRĂG.Fý´ð¹ýĂĂ˝ĂĹ˝â˘Â˝ÂĽYž:ĂĂ°bâ°;7/+~ÂŞÂťââĂĂá~uĂä7hĂ´l62âĂÂŽËĂĂðŸ§a,@ÂĄx2ĂPÂ/§D¡Ăâ\%uĂŁ/¹äâŠRdÂź0â˘Ĺ˝P¸Ă;øÊËĂdn8gĹÎðäà ,57ÂqĂxÂĽĂĂFÂŻN^ĂĄĂŽÂĂĄbv9;ĂŚĂTâĄÂŹ[ÿü|â âşĂà ßù-Ĺ ÂĽÂâšâ ¾£!ĹždýòFžŸNÂŻâŚWÂŁĹĄ4½Zzò%4#ÂśOFĂ˝oĂYĂŞMYĂŞâĂ´uϜĂfĂâs§Ê¯â˘ĂŞĂ[ÂĽĹ˝ĂÂŞTâŹĂžĂÂŞÂĽĂŁw:âĄĂ*%ŠGâŠĂâş^c'Ă ĆjÂśĂĂĄ žnÂżĹĂť=šu?ÂąVĹžÂN%B<ĂÂ--bÂÂŽhĂĆĂŹgâ°xcscdYŠè,ĹĂâ°ĂĂĂ4ĂĂC¿Š@52QĂR ĂŠ0á#ù¥ðÏ(â°ĂŤĂąĂâ˘TES=qŞÜĂ$wĂ­!Ĺ˝'Ă'#çLòĂ²SĹ ~çNLĂĄPçHĂËFĂŽvĂúòËĂŁÂĂ92âĄ-Fz:Ă`Ăf<ĂŸí¿âQÂŽM¯òâšÂ²¥âšĹâĆF_[ĂnĹçÝĂ⏠ĂĂjoĂâáÂ>ĂwĂĂYĂhÂť]´8ĹĄâ&}mÂśĂŸšĂlĂĂ]9<£Žá*{Ă%çĂâ³ÝÞâââúßWóï[Ă­{Üä~ĂĂŞHoŸÞâ ;bŽï¡>Tªø¸`]¾ý£ĂuHĂâĄZväfbâ°ĂWHĂsFtĂ!9ĂiĂâĄĂŤ~-Ăś^cXx-ÂĂź6YM²1¡ĂyĂOLe³¿|çŞâo=âšÂŚĂ9ݺÞþ#"w4wĂÂŁ$â˘âĹžĂÂâŹ{âĂFsÂŽaĂ Ă:ĂžcZÂ-<ihÂĄ ĂĂOý¿ê¯]ĂĽĂšĂĹĂâšÂ¤8Ăť[VÂ_ĂkĂŠĂeĂcÂŽSOĹ"ĂŹunĂšmĂľ5Ê4ĂŻE4Ă˝SžĂĂś ËpÚß|ehĂä{bĂĂĂèßĂâ˘?qF]?šd¡ÍeâĂâZĂŁ=Âť:PCÂHiĂĂi?wâŹĂèKdâ°~v¹½ť6Ĺ MâŚĹ ZĂáÞh(ĹžĹÂśĂÂŹÂźLĂ r°Ÿêâ>Ă6Ă­ĂhĂâpÍÝ¥ÍmS/DdZKg;g}/°óÚĂĂ"ÂżĹR?1)KĂĄm_çál6ĹĄsĂÂŚĂÂŚĹ9Ă½Y§ªOĂŞuâD2²BÂĂĂŽ'\y%TĂŁ\Ăş Ăş=3?F꯴ßĂ&ĂŚĂĽËyĂ,ť§]WĹÂş>?6Q@[ÂŁĂžK<°|ĂBĂĂšâ ÂŤâĹ3Ăş_Ă_Z(ĂĹâ¥þýxäO.š³žxĂ´Ă­ĂĄĹ˝eÂŤÂľ1!YĂw°sĂ/GÂşĹ{ÂşĹŸw?|Ă6ÂqĂÂŽâ#ĂŚâ˘G§ĂøèĹâøâòèôŠâ ZIÂŤ08<ÂĂĂDfGĂâ1.ĹĄ>dþø[xâH­ĂwĂw`Ă­Ă³ŸĂĂÂŹA/ĂkĹçĂò7ĂŤÂŞdC ĂÂşpWĹÂŻ[Ă°vĂø<wĂŠĆgâSĂąĂ³ž*0(âšcĂĂQĂĽh~Ăź+TÂżX>â˘ĂòĂFÂŁj§š"ÂŤz¢ê)Ĺ˝ĂĂžwÂŹĂĂ>Ăź=Ă$mĂś& jËĂ°Ă3ĂŚ ÂŞYáº\Ă}ĂĂĂŹĂą)Ă}øM4ĂĂ7Âľh>Ă~Oø=âĂBÿá{Ĺš¼šç=`)âşâŚĹ¸2â°ntâÂĂżxĂÂłc°ùÚp¡žY4Ăd ss Ăł}_Ăť:IĂť6ĂÂĽĂHýÌâ˘&W²sâ Bân%ÂkP=FĂùÚïÂŽäÂĂžâĂŻ~yâGĹžxhĂ7YĂEĂÂśĹÂŚG&/¿ãpý˞çÊôä¯H Âľ,á,9ĂâŚÂnË$kâĂĽvÂĽrŸà â <šP}}Ă\¡Ă`wÏèN)kĂáĂp ĂwDËuĂ­ĹĂť= ÂżDá½Ăá펚|y¢ĂĂ´ĂźtÂŤ{ÂŞĂ5­tĂŽ=Ĺ˝qsĂĂśrâĂâŹd +"ääMâşzĂââ厞#oøz6ĂťĂ4=ä?°oĂM!ª¡~+iZsĂ´/ Ă°ÿ@<ĂŞOĂò"}+4¥´\_¸d­´è¨ "kâ°#âşpaĂRP!ĂŠâ*+ÂŚĂâĂ}9=UAfUkĂ´Fb&1&Ć8ĂĂXFâşĂÂąhäĹĂŹÂŹ.N*9VĂ­ziâSILª¡8ĂŹĂâ˘Ău)OPâ°â\ÂłĂZ§âóáŞ¯3ĂşâşÂ¨vmòĂUÂwâŚ@^ĂĂj¸ĹøO¤hÂąyºªk)yâĂĹĂÂCÂłâš*&ĂIĂż%0âB²mâ˘5-ÂŚfĂ'Dâè 4§¼<ĂžBdâÂŤ8Ă"hĆ­*â|5ĂĹ Ă E¸²Vâ°Â˘4(^ cbY`­ÂDâí.ĹžYIU4AÂŽĂĂâĂ"wÂrMâ z7â ç%ÂtGmhĂâŚ*9nâ˘kĂÞâCSâŹĂśâA´|1Ć=ĆĂŚâžĂêþœxĂĂş!ĂâQGPÂźD0Âş(ÂŤ'ÂłââhEP~äĂE#ĂťĹâĂŤYĂĂâxqĂ°ĂgrqĂÂŤâĂF#udâĂŚâRgbtr#aĂf5xâĂĂĂ̸|ĂĂĂĹ9YTçshSâšĂ)ĂŻD*Jâ°ĂT1¢ãô­O2ĂĂg] \LĂĹ ĂĂŠâfDâEĂâŹL¡ââ°Ĺ ÂąZ<HĂ´5Ă#,LŸĂĂeDÂŚâŹ+ĂHøâ\"â˘â:jaTĂş8šĂĂź0cĂĂ0â ÂĂĂŠ2tÂŽesvĹacĂâdrĂøĂĂ0â 1Ĺå¸âbsĂŤĂrĂ°ĂĄ7âĂĄĂŠoâ#[ËĹĄĂľâŚÂŠrHZĹ˝fZdĂŠĹĄbB}wÂĂŁÂą05ýŠ"e ºøââŚÂŠËeâĂą5ĹHq²¸0ÂLT,S%=ÂĄS5saĂŤCĂÂ#š.ĂĽ *ââkĂPΉ{iĂUĂz4ĂĂÂşâÂąĂ=ÂŞSâRt\Ă-CsžkĂşgĂB ÂŞcfäóĂ¿Úó\¨ó"T¾âĂĂĄâÂĄĂ'Fsa*Q1âcĂŞŠŽ¤Ă´fĂŞĂHÂ@â ¢ÊâĂĂËĂ;Ă¿¤gÂĂPĂĂžfâŹâxMĹž"ÂľĂ5ÂĄ8Ĺ $äœCĂ˝âĂBG#IG 4Ăž?ââ bUĂNâeA<~SĂĽĂ4äĂĂŹ.bĂĂĂhĂŞf$cäĂüùŸĂÂĂ ĹĄÂΤrĂžâĂ>Ăš§ĂĂâ˘ÂžÂŠÂśTáĂââĂŠ+mĂ/âM­|Ëf2ĂžĂ£á=ĆÂĄÂNüŠMBĂDPBĂ­$!F'7âĂ´-ÂŹ_3<á2=Ĺ ĂNËI?ÂąPĂfÂź05}ĂùŞĂtĂĂÂŁÂŞÂŽÂľĂOs-LMĂäNáâ§.à ¢òâ5¨Ă9]PĂžĂĂłbĆ4øââù³9#PĂĂT²sĂŁrÂk7ĂâĂEÂťYâG,_ĂĂŚ\Ăâ˘ÂâĄ>ĂĂ)Ú²T (IÂŞ7ĂÂV;â âĂĂĂľĂ¢xR &VŠË*NÂŞk³Ï3ÂŹĂR~¢#¾8ÂchäŞq{#âŸúŠnrâ*ĂŁk½¢¢r²}:â˘Ăââ QMËĂť&â@ĂâĂąĂÍÜ¿8úÞ2xžž~ĂŠĹĄÂť7(à ¢üŽÿeâĂgĂťdĂ´Ăò\8ΧsèËÂŚ0d0C2¼ø4{ªŒäÂ)âŚBĂTçv0ÂŹ0u4;âĂŞĂĂžâxžžĂĂŞ#Ă2k§sâŚÂŤ.Ă>Y°âOâĄĂśĂgĂ!ĂĄ#kĂĂŻ>~ĆÂĂžrÂŞwĂ/ĂąE5uĂAcĂI,ĂĽÂĽĹžĂK ¨ÞĂžzP2;ÂżsFçŽÂĹĄĂĂQB§ĂpĂşĂĂáâŚâOâ ĆĂâ°ĹžĂśĂĹ >Ÿ¥H¢bĹ ĂÂŞ|â OFĂâWĂĂĂ3p¡;#òĂĂ°ĂfçCĂśfä iĂSÅlĂ´w~CÚŸĂ'Ă6ĂÂľ\7<;ââ3ÂĂśâšĂĽB¢Þ IDĹĄĹĄĂaC@#Ă|2J¢Ă½1c>â˘1|%AeÜ´qLĂ­â|TĂĂĽIÂĹĂœþ=òIÂz}2,'ĂĄ,ĂĂŁ!âš'Q<ĂşqBÂOĂâĂT§ødËĂĂ´ĂPDâWYĂ´ËÂD"ÂĄÂĽĂĂĂ°eE{GĂĂ­âĂÂŽÂdgĂşâ°^ËJÂŚ{ĂÂľ,wuťøÍAÂą+&âŚIuÂĽf9,òf@ÏŠª£ŠmX¢4,ĂÂśĂaĹĄb%!ĂĂè'ÂâJHú¨¾ĂjŸïDtGĂŞĂÝú@"OâşĂϤ"_Q=øâWĂvGzÂŁ}ĂŻ{Ă1²Ă:ĂR|fÂŞÂśR2¨yâš0UĂ.ĂĂĂŤvW'AäÍĂĂŚpl*äĂ@&zc¨ââ3>ÂĂkĂĂłEĂĂâŚĂŤĂAX4Dy!b!ĂÂľ(Ă5Âł"Ĺ 5þ­>â z:ĹĄf4UCgaĂšÂN|ĂNçÂÂŽâDÂÿà â ĂqÂ_âšĂĂł)ĂĄ#ĂcU¢âhÎòhDâKÿ§ĂĂŹÂ"Š6DĂĽOĂĂr!S!Âż\;Â3ĂĂŽËĂŻâx¨ÿüĂĂĄĂCK;ž⠏ŸĂĂĂĽvgò2_ùʧsh!wĂުĂÂŤsáÎâùHAĂ'Ăž3Wâ fĂtSĂÞýâşĂ{o4âQÂĄ~r"`OQDãâ¿ĂTÂŤÂź)Ă5w-jĂŠâĂW-ÂŽQĂâ˘uĹ*'fumĂâšĂBIÂĂĂè<\ÂŚHR/ÂUip?;­WĂĂ´0Ăpâ°CËcMÂź;c´tĂš6Ă[Ă´/C?Ăâ˘yâĂ`(3)Ă²\âkĹĄmâšĂ­i~VÂľ_â/iCMĂąĂĂĹž'Ă´t6rĂĂjθ#a¹ÝúĂEÂŁ1ĂżcâĂŻR/FUø42)ĂèĂE-ĂámĂ)]ÂŻZ<cô¢Â>j¸`1QS:ÂEmÂĄ{7$u>;âoĂÂĄiâ°Xè@ÂŞ.Ă˝ 'Ăgšâ:@"o°Œ.ĂĂĹxĂPâ@â*gÂŞĂ|QÂŽR9ĂrâD=7ĂCÎòĂâ°ÂĄĂş5Ă=Âoâ°9ĂŻĹĄBĂËĂĂDĂc]Ă¡âĂľ<ĂÂĽ7-dĂşĂQâ#rldßí.ĂΟ§=CWÂťâĂĂ­ĂĂŞ{+s*m´èĂĂ­ÂĄÂľĂâĄĂ˘}´Žf}ÂżÂß½ âÂż7 TÂ_Zç>&âĂŻyèĂdoĂŞ@dJâĄĹĄÂ¸ÂŚĂä_Rn Ă­ĂĹ ĹŸ¥ĂnĹĄ|OĂĂĄZiĂźNCâĂĂ`¸­â˘3dÂż0[âşMoL*ĹĄĂ$ĂäoĹĂŽââ°ÂŁĹ ââşnrĂ­ĂiĂ­ĂŻošÊ&9°xĂŁĂĂź;zĂ<óóÝïS²ĂĂžÞúĂĂŚf9NޜmÂĽ7ĂśĂâşÂˇĂ§ÂżHĂšåâ ĂCâĄĂĂ¿ò â˘ÂĂŚâ˘dĂä}*gèHäeĹžAË.Â0ĂĹ˝ 4lĂĂĂŁsù³ÂèĂĂ>|¹á)_eÂłĂ$Ĺ%ĂŚĂGĂm ^Ă˝Ăâ°â{Ă-ĂVĂhĂyšEĂ/ĂŚââ°Â¸5â?ÂvĂŁâ{ÂŞĂžwĂĂO2;ÿʪ[ĂŠĂŠ@-SÂÂŹ ÂŻ7F+#ߎŽÊ4DoĂâĄÂąĂ¤ÂżKĂĂśĂ~â âĂnĹzwâ˘ÂŚâĂĂłĂÂ[ËĂ:1ĂQâĂľâ2ĂhŸĂÂĄĂ°ĂżĹĂŞĂŠÂŚ@ ⧹ßĂÏáG]ÂŽÂŹeÚüâĄĂšĂĄĹĄÂžMĂžĂP=ĂßðĂsoÂźânϗĂĂŹĂĂĂyĂ1@ĂLĹ XâŒ$'§Ăs'U#zMâĂĂÂz|ĂŽĂžDb?ĂŤĂĹžaĹĄĂòĂäNÂł@¢3^ĂĂĂť0Ăś~ĂŸà 0âø*Ă~m>¤Ë#ĂÂąËIâ ĂŽÂŻv"8ĂŚ;Wá­&lVòĂÂĽÂśI:Âź(Ă)â r¸|ĂËÂŁ=Zs°ÂĂÂĹĂĂĹâ°ĹĄĂŞÂŁ2 âÂĄ'.ĹĂ°ĂšâĂĂĄNCĂj5DXĂ­VĹ cĂĂ[ĂŠâqÂŁĂ´ÂĂâ˘Ăžâ ê²so¸1Ăkú^Ý¿á*Ă%ÂeøâÂŽ$.ĂĂzĂ{ŸW¾üĂï¸hĂĂâKeŽíòšCQEoŽŠĂm{çšOj=Ăžâ IĂšâ§Ăk3ÂŞ$ÂøĂ[ĂĂwsâĄbUyw,Šh,Ăâ[]mĂ°;½6CâşĂĂ´ĂŞ_ĂĂŤZĆmnóšĂT´šMĹ ĂAmw䯯z*½¹â J[c º³,4T~Âł)vĂ'1ÂŻV\l|}ÂŞĂżlHĂŚÂŽÂĂŞĂ9ĂżĂäĂXg7Ă¾à Âs@ĆĂ3ĂĂ Ăq]Â<Ăh/bĂx¤drºžâ/ËĂAA:ĂI6皏ĂiTĆ}DHť½Z><_LĹ ĆÝŸĂ1B¡ÝðøùŽâ!­Ă/(Ă':6âB âşÂŽĂĂşĂĂSDĂ,ĂĄĂĂľ3V¨JHtĂâĂżĂâĄĂŻâšĹ&ÂĂł:HðÞ°S)$wánâşz*dĂżâ˘gĂŚĂ­Ă_ÞῚê*)ĂÂľ}{ĂĂã¾ÍçiÂłÂĂ­QIââ-MĂŽĂĄtĂ¿Ü³ĆÂŤĂNĂWnĂš\bvĹ @tGyĂĂąâþOÂťyâKŠítâĄĂtĂâĄÂš'âŚĂ¾údfâĂ ĂĂŻm8zçâ Hij=!â°Ă%ĂÂľUz#mÂŽ$ÂŽĂźĂ'1;ÝÎÂøâşwBç}ĂŽ_VÂżâ˘ĂĂâ ÂĽĂľ5#Ă°<sĂťdâŹâšĂĂ˝ Ă:ĂÂŽXÂź+&@â@$ž];â˘lŸíãy:AĂŚĂa<7¡ù¹ĂĂşĂ<Ă½cGĂŠÂşu4i?HĂŤmĂâ˘ĂÂŹNLĂâ55ÂşUĂĂj­nâšDΊ8iĂĂľĂĹç]SĂXjíÚþĂĂ@TN|Ÿó<âĂ&4âËä.ËÂ%ĂĂ¿ïj,1J?*Ĺm.CÂĽÂ:šcĂEÂŚĂşĂâLWÂĂ¢\ĂĽm.¹¥â{ĂÚŠĂ?8,á\Ćanjò/rxĂş:=ÂĽA7LÂł(ĂšEvĂ¢4§¸kĹjQĂE/°3Ă@cŠĂTjĂÂW\¤oĂŁĂEĂĄtEĂtâ°ĂĂ~â˘ââ!EĂ¡ĂupĂąĂĂŹlĂĹ /.IŠĂ%^ÂŤ5iĂ+ZĂ\RĂĂŚÂŞ9°Žš¯aRzĂSkžMJ²Üâq¡|Ë$j=ĂĂĂĂ´x°$GĂhsUn]ÂŤUb¡'R!ÂĂĂq²ŒâĹĄâŹjKÂŚĂjL+ĹĂ´ĂĆĂšd°ŸË(âĂCÂP<¹ŽËĂś>Ăâ˘ÂÂą-âLùŸĂuiy7¡HfþßâŚ}âJHIĹW/ĂŻxŠ~bSÂŁĂŤâ˘?LââĄĂŠĂĽJ87yÊ¡[â ĂgĂťdĂÂĽâ°uââĂĂŤâĂd¢O ´xâ˘Ĺ˝ÂŞjĹžĂĂuEP5E ¤RdĂ˝tĂnwBÂĽâĂ/èoĹĂŽqŸ=9d"JĂľâà ³úTĂžyĂ]â˘NFĂÂŤÂŻMĂťĂâ˘ĂgϹ§v(cĂžsĂ4eĂ°Ă_x0Xâ Ă­ÂŽĂĄ2â ¨øâQjâ4ĂOQDïâĂkËbÂĽ/žTccbĂŠĹÂĹ zJPò³°Ü¾ò`ĂT3Ă'}ĂŹ%¢Ăckjtu{èz7bâŹĂ?øĂ]ÂâŚÂŽ)cäøfdÂşĂtšĂ^Ă°9Ă­w-ĹĂ`G|2¨çDʸ@òbXĂąX.¸ªÊ,LĂä¼èËĂŽâÂĄĂşaªââyĂ°ĂĹĄĹ ÂmÞÞ`ĂĂĂèzĂ´WSeâĂĂ¡Ă45Âşjj}à ŠÚÂĂŁÂŞĂĽĂ­5Âł|Ă\ĂĂKº¡m)LĂÂĽÂĄÂĽâvĂŽntIâ pM­ïœââ ¸ïâm[ĂĽÂĽLòĹĂĂŸĂĂ|Ă! â>Ăâ*]um;¤&M²4¯Ÿ(i"MĂĹâş6âÂźT?QĂMZuĂĂáââ Ă]ĂsĂ˝wOâ^P¤ÂĂĂy-w^Ÿ!ÂĂ+ĂF=óþŸê¯çÂĂŚ$HºýŽg¤s$&^QL(ÂHãò[KÂirÂËL¡;&ĹĂĂĂĄvçÂjóåâÂŞâĂ7¡ĂW_Ă~Ă]¯ÿŽKâV=9ør}pHĂŁĂľĂÂĂĽcwâ9ÂŻĂĽâå²Ă1Ie'â˘ĂŞZ§spĂÂĂdÂŚĂŻh1Ná{Ÿ¥âŹ&ĂKfÂľĂ{eĂ­Âśnúà Ÿâş>xeĂ­6âĄ3Ăã¹­}-âĄ_Ă_Ă'{{ª§ü)4â[ĂŚĂŽĂk$VĂ!Ăâ˘ÂŽ7m,žÝÜĂâ²mKĂĄĂ¡Ă<úŠĂ¨pĂŤÂHâşĂzĂŁlʼ¥¸4tĂŤÂHYKŽøÎ;ĂĽĂŽĂk¸ïâ˘Ă¸;ĂŞHĂâŚ~<dQËĂ]ÂÂťj("âc[œœ>Pâ ĂĹĂ´T4BicSRÂŚJĂŚâÂĄ&GĂĄpĂĂźmâlwâŹĂ´]QĂĂ~5+nn^qsÂłlÂł+]=âšât/^Ă-ozCĂâĄIÂł]>%Uâ;ŠkĂŽĂ´Ă,ÂèN!ÂŻkʊíòË¡lE?9ÂŞ!ÂĄĂâ¡ ks[ÂĽâş^âşQ:âÂŁĂ3\ĂĂŞo¨rĂüèĂizĂŽÂĂĂżĂĂĄĹIF´´;²LĂp8cŝþâógĂ°~i_F´ºĂ䎤'asâ˘ĂŞ=à žáĂĂòa´uĂ6ĂŠœ²¡]Ă&â,ϼM2šâh]ĂâHĂÂľ+çĂĂ ÂásG6vĂ´¥dĂâ b9mĂł!ĂĂŞ?TCjÂĄÂŹ4Ă[ĂĂrĂĂĂŁÂą9Ĺ¹¼âuĂśxlMÂy=[qièêüâu/ĂâĂèþ-ĂĂĄĹĂ/ĂŠâR9ĹÂąĂKzKºïRZĹ˝KVHĂâo¨.ÂŽkÂĄâş#"4Âąâş+-umloÂťĂXlÂŹkgX |žuUš@l,ĂĂśd´šĂ°[xĂ#gvâ°ÂŽXtĂ°i6cÂźĂ6DĂ9ÂłĂËĂśDâĄĂś}â˘ĂâĂĂâĄĂ7TsĂ­ĂĂśĂâ˘UtrgYĂŽUymnyâşxĂąâ°ĂšĂáÞâšqj+Ă ĆGĂ\aa*+Ëâş'âï¢NΤ'$nĹž(.Ă­ ĂĂŞĂĂŽ'Ă°ĂĂŁiÂľÂNf#;lÂÂŁÂĂHä7oíÜÏþŒèXĂáĂĂĂÂżF=ĂĹèKJĂW_ĂÞà #MóÜmĂR(-eĂŞĂśXÂĽgJJĂâšĆ$ĂĂ&áišüĂY/­ŠxiMĂáÂòĂĹĄĹ sâĂ´ââ ââĂŹâĂŠĂŠÂśnĂX,â˘Ă­ĂĂŽâz)[âd>75ÂşVÿ¥ú¼5/¯ŠĂL⣊Ă%ÂIĂr'iĹ˝M6Ă >ĂâŹĂfŽŸSÂĽiË4NÂJ&4L*"KxĂNrjϜÊ9²ný¯ðm8Ă|ĹĄĂšâšĂâĂhĂ°sÂieĂ,ŽôFĂť> Ĺ),Ṝ.²ZJĂŚÂĽgwoĂľkoudĂ¡L>Âż@8ÂźQĂťĂz;^kÂą_âÂŤĂĂÂľw`Ă{Âzâ;\ĂI5ĂŁâIG²Žªùebj¤ĂP]*¾ü;R¡âMÂŽÂą4ĂÜÎÿúô¼Ÿâ˘ÂžÂŚĂĂŠl¨Râ{â_=çÂg?Žþ¤¿â5TĂĽ_~Ăâ+ĂĂVW(.­`âĂJâ˘Ăżymâ ĂłâO~Þ°Ă9óøŸâ;Ă/ââ4â$GžĂÂł4W§Ăel¨ââĄĂä´ĂUg;âIŸLĂŤgZ7O4!=ĂkĹž8Ă|ĂŻĂ>uçbĂĂĂŽâĂjĹĄâ âwcaĂ´MĂĂ­['âWNž¹;ĂąĂĂhY圎pĂ3Ăâ ĂžKùªEĂĂzaÂŽĂľĂĂĂ´L8ĂĂŤĂ˝Â_cdâwWqĂâ\ ĂĄĂŽ8=LmŒ§¥èå ĂŚĂVĂĽ)z=?9ĂĂĹĄcâUaĂwĂĂĂąÂĂž,Ă˝ĂÂèĂrÂĂŁvŸãz_=vĹ2[ÂŚĂşgâ˘Ă½CĂÂŻÂąĂøeùÎ)?ÂŞĂ;I:~>ĂżMĂĂ ~Ă7mĂ4gí­â!þœù¹ĂĂƏøĂKJ'/)ĆĂYâŹĂŻĂĂVâ˘Ĺiâ˘}Ü¡ªœ<¡?âĄLqeĂâOHŽšU|¨>ÂĄPUÂŽĂŤÂż9yĂšĂŸĂX_;N:OPĂtâĄbKáÝ*½¾šâĂş+-ĂòŒXÂĽ/¹šĂĂP!ĂĂŤGY9ŠkÂÂÂşĂ¢ĂĂĹŸâcĂqĹĄâ ic{^R`ÂśuĂą8g|UĂ"óïFĂSTĂĂĄ`pgË>}Ă?¹œJâÂŹââ°Ăâ°6HĂ([T_+/ËIĂUťž@gCbĂ Ă[&ÂťËĂ­ĂšwtĂWĂÂŽPÂŤËsAÂŽ âĂża}2âĂĂŽ4 ÂĂòŸ¥=CĂ­{ĂJÂŽ+)¸¨âĂĹ˝$âş]âĂlWĂĂè̟ýĆœ¡*ĂĂ´ÂĂDgLĂŹĂĂ ÂżbâŹ5ĂvA.âŹ~7OœŽÝĂxâ˘Ĺ¸}BĂŽ2wÂŹ'ĂŤĂ;Gâ˘Ĺ x0mÂĂ>ĂľOÂ_t+>H¾¨ĹhT8Ă˝?ÂŚl}fĂż`â⠝ŠßäßĂ%âşĂĂŹĂ$âĹËÞ´¯6¢ĂĂÂĂO>-,,zçŠÂ<Ăø¿ÿ7ßÿ܎.6ŽâŸĂ]ÂŻĂÂťâşuĂŹ%Âśâ°âšBøi*@MKĂC<PĂľ'ĂźâÂŞU ĂżR(Ë'xŠIhT$@Pj!BĂ â°((ĂŠ/(Râ4 8)ÂĂo;ĂŤÂĂĂŤĂ>ĂĂ{gĂŚĹ33wwMH¸ĂĆ}ĂŻĂâ˘3gĂŚĂýÌĂšçĂN¾¡ĂèĂâ ĂĂĂ½øâåUÂŤââm:qIq¤Ă`ĂUÂŽ%}â˘kĂĄ'Ăł$ĂHĂĂ˝ĹĹžXPsP=-{â°ââŚHĂèŠĹŠc7¤c7¤âšo¸fÂź*âšYĂżjÂĽGjè ĂąĂtq`blâšĂĄ%gĂťâ ÂłâşZ#tŸTÂťĂÂťâÂş6âÂş6SĂâ/ÂźâşÂĄÂł0*â3ZUĂ9ĂuoEÂżĂ8wĂâĄ^â âĂq`ĂaĂĂfâ°LWòâ_ĂÝà üĂĂÂŤÂąDĂ²çĂMââ UlLÂŁÂĂÂśmĂW\!Ϋ>Ĺ<thèĂGĂ­ĂâcÂąÂÝΝôŽ;â ÂŽÂź2~ĂŹĂĂ=á9ĂâĹ ËâĆâĂQšâ¤§rÂŽÂL#4N'lÂłâÂł#ĂśĂâĂĽS{¨¯½5fĂ8Ă-\:0YĂâ*[uwEcÂŤÂłĂâtF#]Q/Ă1ĂÂĄĂ z w V ù³âšĂŚĂŞĂ¤Ăâ°RaĂMâ°ÂmÂťĂuâÝŽâĂYÂąh.ĂŚâ˘ÂąĹ¸ĂžjÂżâ˘Ĺ ÂŚwÂŞ6 }2dNâäĂĂŹxĂŻuÂ^°ĂĂâ#ÂŁGĂÂĄĂžúà ĂĂ½ýÏĂm6ĂŠVĂŽ\Ĺ½èºŞĂ[â°0ĂłĂnĹâÂâ¨Ââg:2ÂťcGĂ{ïš.o=/½4xĂ-AĂÌúÝ?Y¿žÂáÜþÂÂľ}{aĂąbĂyĂâĂAü°¹ĂĂ´4á^o ßڏ¸>'Rw ýôs5ĂĄIĂłNĂĂ˝Y#,Ćâ 9Ăâš[c;­]1ÂĂâ˘ÂźĂ¨Âş(ĂšWĂÂż,1Ă}â˘:òâ˘aĂŤâŚâoĂĂ}e/ÂĽ=Ăą*â˘3Ăâ˘3âŚĂŽgĂ'FĂ}ĂŚĹĹž3âĄâ˘Ă˝]\¸w¤Ü H,žóVĂâĄ#Ă°Ă¥¡fâ˘.ĂŤSĂĂŻĂŻĂ'ººĂĂø@eGâ-ĂĂÂĂL'ââĂ]O=âŚ%ËŞáSù½:bX]d@Ă4ĹĄĂ° òť:@Ă4:ÂĂ ĂĂŹĹ?Ć ĂÂĹâšsO_ĹžĂĂžĂ_ĂcŸLCnâwCĂą5j+ËÂyĂżâ°-ĂĹĄ9MÂĂĂáĂP]ĂŚâš{(ĂâşU,>LĂľ`¡Lô²âèsâšo&ŸŠâĄĂ˘câ´$ޚ¿Ă¤tY5OCĹža0â°âšâsÝ̜üG^ĂŹ~ÂÂź0â˘ĂťMeĂŻÂâ Ćâ°ÂĂšĂĂZ#ËĂPä4YĂĹžXxWŸâşÂa86v=¨mĂť\&z}*z}ªøVaĂŞ#A=ĂŹĂKZZĂžËþœââ˘!Ă S+ÿÊÊâ˘Ă´Ĺ LĂĄĂĂźppĹ O^ËĂĂ˝6âh½Þ H²-Ă°=Ă­â¥¡ÂlÂŤPHl 9ĂŠHĂÂĽ ĂÂŁĂ˘Ë Ĺ ÂżĂĂ%ynË.hV}X ²¤S%VĂĂüŸ´~ºã´:-'%¯òÎaá)âp¸ĂĂŤDĂźĂâ˘ĂYä3§²2øâĂĂŽĂ k¢ĂUgĹĄĹ âŹ`[¾º,Âş;ĂWĂ­*Ă2œ³C5Ââşâş({_7âšĂj¨?z2{Ëè§ĂDĂŽzÂş4XĂŤR6Â+FtÂłĂU{ÂľËMBĂâšĂqºÏž7ĂĂŻ6>R1è'ĂłâşMuÂVVŒºïâĂâŹ.âš}2ºŠhâ˘ĂŹĂĹÿÍ â˘=ĂĂĂšâ­ZĹĄ`òĂXĂŠÊ@ÂŽâšhÂáa*oQ-2Ăşdtâ˘IhĂĹĂĹ J¤V-¢Ÿ]ĂŠÂ/ĂäÂ|2\Â9ĂĂšnâ°@ÂłâĂ"F Ă­ĂŹ6½ĂXu8ĂAU|Ă H)*ĂgZĂŤâ!)Ć JºÏ]Ă$¡ÜĂøeĂĹ˝cĂ TsĂĂŻËĂŞOIN/ĂťâĄĆ øªĂĂl+QÂĄlĂÂł3ÂŤĂşRu)%1;Ă¢5Ă(ĂŽĂÂłĂâ Ă=Y}MBĂ~&âGD'ĂŁÂżj¡3½Š5¤ŸTĂT+GŠ¢Ïô ĂĂĂxv²ĂÂłÂòx²Ž$*B¢|Âłâ ĂŤIÂşFa,!ĂĽĂĆ ĂÂŁb|ĂŽĹÂVŠOĂĂĆĂľÂĂĂÂźV<§;âŠVVà ­xRÂą:GÂź{âŚĂ¨/Ă´Ă[ĂĹn"SËAÂÂÂşĂPĂĂÂ4KJè~ÂĽ3ðýŸâ)âĄâşĂ§ââĂŞ5ÂŤĂĂąâiÂĂXkâŹÂ˛cĂ!xâŚĂxĂŽŠï%YĂľT(¤<ÂĄĂ8=@¸cĂ:JĂĂťrgâĄâĂŠ&yÂaoĂ+Ăż9ÂŽĂĂoh$Y=âŠÏĂA¨v%ĆeâĹ*ĂQ3pĂtÂŻÂľIYlĂł*ĂĽ;.VĂYÂŻzâŚĂľrxĂĽÂľM ĂŻp0!ĹĂFÂťâĄÂn²$žhÂŚ+Xf4ÂśĂN)^ĂÂŻÂłcÂźDiĂž31>.âş=§³ðiÂłâ $ĂŻiŸüŽ] â°ÂŹĂšĹmsN9ÂśjĂŤ HVâÂŽĂ~nĹĄĂ'ĆD!þªĆĂĂ­'Ăť*ËOèäâOÂŻ(=ĂĂâ ĂĂEĂĂv9BqKXâl0!DçâşĹĄĆĂ8O Mlâ˘ÂˇÂŤĂ â˘ĂźĂâ˘â@Ă¢udĂÂŤĂš5+T2âas3ĂGXrĂÂŽĹžrޯĂ#ÂĄĂââĂ-ĂHŸĹLá ?PĂ@$ÂąjĹ Ău:[0ĆÂĂCŽøŠ!ĂO{âÂŚ:Ă.´1ÂŻ*mâšaĂŁââcâĂâĂI1²³&~ägâð¢Ă.YP¿ª`Ĺ kâ$2âşĂ¨ĂĂåí¨Ž"Ă ÂĽqâhZĂĂh&QgŸâĂ,e´QâQÂťĂ#_ŠĂĂ°Hr|è()ÂŞUª­Ăâ#&=ÂX^7ø,ĹĂŹĂŻâšg2ĂżLAÂŁâĄ<ĂĹ{ÂŁC(HĂWs¤fT9 âşĹ¸jâŚ\&½]sjdIĂ(!°ĂhPݾ£â˘ĂĂĂ¨ÂΊ/Ĺ â˘ĹĹĄcĂŞgŸHâ Ă'FĂ˝â˘9â˘7AËĂRÂťtl^ĂLĂĂŚĹÂâĂ}šĂCĂż,{:ĂŻr?{mFšPWEq)ĂÂŞÂ£œí¡¨ĂVĂLËĂLĂžTĂĂĂŹĂŞ'ĂĂĂoò?2ĂtŒºŽĂ8ÂĂŞ3ĂMÂĹ:Ăž9ÂŚ!ĂšrqleĂT¤\°ĹâĄËâèYĂĽĂą_¢â}ŸĹ¤â°y<Ă0O°ªťäKâĄrâšÂŻ5ĂĂÂĄÂĂGĂf7ĂĂŽ*VâŹĂ­RĂT¤âĄâ°âšĂŹÂ¤Â˛Â°{ĂĂĂĂËâ tĹĂĆĹžâ°M/Ft¾ÊËRĂ`ÂżĂB[ĂĹ â²GĹ Ăzâ°Ă#QĂâĄÂŠËĂĂŹhË4!ubKĂĂb¨Ă$ĂnÂŽiÂŞĂ EÂŹsaĂDnĂâŹ'&{ĂkĂ­}Ăł3kĹž7´ýà ^ĂâĂĽÂłWÂťĂâĄĹ˝r`§8Wâúÿ|i"DË!žOP-áÂĂCâââŹDĂŽ!ÂłâĄ"Ăâ˘Ĺ¸ĂCf"DË3râ˘=DË!Ă$D dĂś!Bâ8ĂŁĂ°ĂŁÂŚkĂc+â° Anyone know how to successfully generate and save an image file using PHP? Thanks for any help you can give. vujsa
  13. This doesn't confuse the browser at all. The url points to a png image and that is exactly what is returned as a result. The mask (of sorts) doesn't take place until the server where the request for a png image is translated into the correct request for the php script that actually builds and returns the image. Your argument would be completely valid if the output was not a png format image. If I were using this toreturn text or html output, then this indeed would be an incorrect use of the mod_rewrite apach module. I am fairly sure that the browser will either give an error statement or will show nothing at all. Don't worry about showing me how to do the banner.php script, I've already got that research done. I understand how all of the variables will be passed, I just needed help with the url rewrite in the .htaccess.Thanks for taking the time to answer my question. You alway seem to come online just when I need you the most.The regular expression looks exactly like want I need, can't wait to try it out but it's so late here now. [/hr]That worked perfectly! That was exactly the result I was trying for. I only ran it with a test script but it pulled the the banner number out of the filename and displayed the number using an echo statement. [/hr]Thanks Again So Much. B)vujsa
  14. Okay, looking now I see that once again because I didn't know what I wanted, I didn't explain my question very well. The most important part of the question is how to make the seen URL friendly and clean. I don't want the user to see that the image is generated on the fly or that there is any scripting used at all. I found the following example .htaccess code sample: This is very near the reg_exp I need to accomplish my goal, but I need some help with it. I understand what you are trying to say mastercomputers but for the project, I'll need the url to appear to be an image file because it will not be allowed by the target application in many cases otherwise. I'm working on a dynamic graphical signature generator for users to place a signature image in the accounts on other forums. It would work similar to the search engine friendly URL's here: If you click http://forums.xisto.com/topic/86614-topic/?findpost=1064322612, then you see http://forums.xisto.com/topic/86614-topic/?findpost=1064322612 in the address bar but the file is actually here: http://forums.xisto.com/topic/86614-topic/?findpost=1064322612 We see links to html files but this site doesn't have any real html files on the server. Hope this better explains what I am looking for. vujsa
  15. How would I get http://forums.xisto.com/no_longer_exists/ to forward to http://forums.xisto.com/no_longer_exists/ I recently found that you can set a php file to appear to be an image file or some other type of file. Just place the following .htaccess code into the directory of the disguised script. In this case, we are disguising a PHP file as a png image file: The code above is used to make a PHP generated .png image appear to be just like any other .png image your site might contain. Now, I could write a script for every PHP generated image I want to serve but that would take up a lot of disk space and could potentially result in hundres or thousands of scripts to be written. Additionally, why bother writing a script to generate an image if I have to do one for each image, the whole point of the script is to reduce my workload. Any help here would be great. vujsa
  16. 1. Not that I know of. Because CMS and blogs are dynamic in nature, html / xhtml isn't suitable. There may be some that output pure html / xhtml. And i wouldn't worry so much about the xhtml unless you have special requirements for your site. If you need such requirements, you'd have to modify most applications. 2. Yes, I believe that the 404.shtml would need to be in the root directory. Not sure about how it is handled in subdomains in case you have any. hope this helps. vujsa
  17. So my website is a mess. I thought I had a plan and got started and took a step back to see that something wasn't right. I couldn't figure out what was wrong until I got some very good advise. Now that I can see the problems, I hope to avoid making the same mistakes again so I'm asking for help now. I have uploaded several possible templates that may work on the website if they are modified slightly. I need to choose a single template to use. I need volunteers to go browse the different templates that are available and vote on which is best. I'll add more templates latter and hope to compare this round of template winners with the next round until I have the right template. Once I have narrowed the list to about three templates, I'll modify each to fit the sites features and then ask for a final vote. [/hr] My website is a volkswagen Information and Community site found at: vw.forum500.com and http://forums.xisto.com/no_longer_exists/ The second address simply forwards to the first address. I'll switch everything over to the new domain latter. For more information about the site, here is the previous request for input.: The Volkswage Site <vwone.com; Thank you so much for any help you can give. vujsa
  18. I'm sorry that I just noticed this topic. I would have offered help sooner. My first thought when I read the first post of this topic was firewall. You'll need to set the IP addresses for both computers as safe or accepted or whatever in ALL of your firewalss on BOTH computers. If you have winXP with Service Pack 2, you'll need to click your advanced firewall settings and add your IP address to the allowed IP address section. If you do not have winXP with SP2, then just turn the windows firewall off. In your other firewalls and internet security programs, please set your IP address to the allowed section as described in your softwares help files.Again, as everyone has suggested, be sure to set the disks, directories, or files you wish to share as described in the help files reguarding network file sharing.I'm sorry not to be more specific about the required steps but with all of the software possibilities and OS choices, it has gotten difficult to know how each system works. I know what to do but without sitting in front of your PC, I can't describe the process blind.Hope this helps you out. B)vujsa
  19. I was wondering if you ever got paid by this program and if you recommend using them?The program looks promising and I could use a decent CPM. Anyone else have any experience with this company. I'd like as must information about them as possible. Since so many programs have so many problems, I tend to be very careful when choosing advertising programes.OpaQue, I really like this series of topics where you completely layout all of the required information in an easy to read format. Keep the reviews coming. Thanks for any input. ;)vujsa
  20. Wow OpaQue, that was a very informative post. I think that this should eliminate the questions that many members have about hosting credits. I was really excited to see that you were able to implement the hosting credit transfer function. This would provide our members with a really great way of thanking another member for the help that was received. I'm interested to see what kinds of contests members might dream up and offer credits as the reward for the winner.I've got some ideas about some graphics work I might need to have a contest for. I hope everyone will enjoy these new features. Thanks for all of your hard work. ;)vujsa
  21. I haven't had any log in problems so it may be a browser problem or you cookies are fouled up. I would look at the cookies first. There is another member here that seems to have the same problem but I don't know what his situation was and in the past, he has had a lot of DNS problems with the hosting server. Not sure why again.Also, I rarely have problems connecting to the site or my website. From time to time all servers have issues and ISP's have DNS problems as well. I have found that most people that have connection problems tend to live outside of the U.S. where the server is physically located. It could partially be an issue with the server farm where the server is located, net lag, DNS issues, slow connection speed, communication satalites being overburdened, or even user computer configutations. Actually, we get several "time out" or "failure to connect" complaints but it seems to be the same members that have the same problems over and over. Since the vast majority of us don't experience these problems, it has been very difficult to resolve whatever issue is causing the problem. Now, that is not to say that we don't have problems from time to time but sometimes the problems occur while an upgrade is being added or another problem is being fixed. I hope that this sheds some elight on the issue and hope that your log in problem is minor.On a brighter note, I am glad to hear that you feel so comfortable on the forum and that you are enjoying your Free Web Hosting account.vujsa
  22. Well, many search engines pay much less attention to meta descriptions now than in the past because of faulst descriptions. Google doesn't pay any attention to the meta tags. Meta tages if accurate for your website will help on smaller link indexes and search engines. I have a small link indexing script tat uses the meta description as the link description.Setting your meta tags is a very good idea even if the larger search engines pay less atttention to them now for many reasons. I recommend using meta in you website.vujsa
  23. No, you have only 150MB of disk space. The disk usage function on cPanel has a bug in it that from time to time shows the incorrect disk space allocation numbers. cPanel is an account managemnet script that is widely used by internet hosting providers. Gennerally considered to be a very good management system, it does have a few minor bugs. Additionally, cPanel does not check actual usage and allocation very frequently. Its actaully refreshed somewhere between 24 and 48 hours. The statistics are not refreshed in real-time because of the burden it would place on the server. If the usage and allocation were checked every hour, with all of the hosting accounts we have here, the server would simply be too busy refreshing quota information to serve web pages. We assume that you prefer to have your website served instead of up to the minute information about your account.I recommend that you maintain a disk usage below your allocated amount. If you are over when the statistics are updated, you'll be warned about exceeding your disk quota. If you continually abuse your disk quota, you account may be suspended. Hope this clears things up. ;)vujsa
  24. I started using PHP when I noticed a book at the bookstore about it. It talked about Apache , MySQL, and PHP installation and very basic use. I started to learn right away. I was surprised how quickly I was picking everything up. Of course I had some limited programming encounters prior to the discovery of the book, but the book has set me on a new course. In 1985, I got my first computer. It was ready to go for programming in BASIC. I printed "hello world!" a million times on my screen and even got to where I could program music into the computer. In 1992, I took my first formal programing class. Turbo C! I didn't do as well in the class as I had hoped but I started to pick up the basics of all modern programming. In 1995, I printed the source and output of the Indiana University Home Page. I went line by line until I understood every bit of HTML for that page. Shortly there after, I learned a little bit of JavaScript and made some engine displacement calculators and what not. Pretty simple scripts I must admit. In 1999, I Downloaded and installed my first CGI script called Links (Gossamer Threads). As soon as I got the link indexer / search engine up and running, I started to notice that there were modifications that I wanted to add. The script was programmed entirely in Perl and the mods were manual find and replace or find and add. Having the mods as a roadmap as I started to moddify the script, I began learning a lot about Perl. I think that I could never write a full script in Perl with my current knowledge but what I learned helped me better understand PHP. In 2003, I bought the PHP book that I have mention and started learning PHP. I have by no means mastered PHP but, I'm getting to where I can usually do what I want with it. The similarities between Perl and PHP are remarkable but that is also true about C. I have found PHP to be much easier to learn than Perl but I have very little interest in programming outside of the web now. I was told by a friend of mine that is a very well paid free lance programmer that the language really doesn't matter. He's older now so his primary laguages are also older. He said that he tends to use fortran most often. He suggested that if the programmer knows the language well and is a good programmer, then he/she can program anything to do anything with any language. While many languages were design based on certain needs of the creators, the general abilities of all laguages are more or less the same. If a language doesn't contain the out of the box functionality that you require, then you'll simply have to write a more complex program. My point is that there is no reason to think that any language will fall to extinction. There will always be a new flavor that is most popular but if a language as old as fortran is still being widely used, then it stands to reason that PHP and Perl will also survive. For my money, I'll stick to PHP for the foreseeable future. Its easy to learn, easy to use, and currently has a lot of applications built on it. vujsa
  25. This a very good explaination of website creation. I hope everyone will find a use for this information. You were wrong about one thing though, there has been HTML tutorials written in the programing tutorials category. vujsa
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | 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.