Jump to content

Prel

Members
  • Posts

    495
  • Joined

  • Last visited

Everything posted by Prel

  1. Thank´s Thomas (you is very rapid)
  2. Hi, I need of a "simple" On Line Service Chat or Help Desk free system of service for use in my site. That can use here in TCH. Of preference that be in php. Some suggestion ? Thak´s
  3. Hi Tommy and David, Sorry by it delay it answer. Tommy, ok, its information was correct, now functions. Thank´s
  4. Congratulations for Billh and family. 07 Kids is fantastic Very love and joy for its family BillH.
  5. My condolences the persons of London. That God is with them.
  6. Prel

    Spam

    Hi kingram, Read about anti spam here: Anti Spam
  7. Bill, I use Microsoft Outlook 2003. For funciton right, it is necessary configure "My server of exit (SMTP) it requires autentication"
  8. Macromedia Fireworks is good.
  9. I find that the best "cost/benefit" with quality they are Samsung and Lg. Good luck.
  10. Options for it control adults: 2watch Surfcontrol Afafilter Many exist others well more specific. Good luck for you.
  11. Some options or it control childrens: Cyber Control Wisechoice Netnanny Cybersitter You also can see the list of the 10 best in this site: Internet Filter TopTen Reviews
  12. Hi Bruce and Tommy. Thank´s by its answers. Tommy, thank´s by the link. "My Uploads 4.4" it is exactly what did I be necessary.
  13. Good news Bill
  14. Hello, I thought this would be a cool topic. What Is Your Occupation and Businesses? For example: My university formation and occcupation is Administrator of Companies and Theacher of Physical Education. My Businesses is Consulting computer, Webdesgin, Webhosting. Other Businesses; I have basic school and Course Military Preparation School. Paulo
  15. Ok Rob. Thank´s.
  16. Hello, In PHPnuke It is possible edit file php.ini ? If it will go possible or permitted: Where he is? I need to move an instruction of file_uploads it to be adjusted to "On". Thank´s
  17. Hi, Exists some I module for PHPnuke of "Virtual Disk"? For upload and download. Thank´s
  18. My hobby is Martial Arts (Shorinji Kempo), Cars (sport cars, muscle cars, etc), Computers and Internet solutions and Protection Animals (I have ONG).
  19. Thank´s Rob
  20. Hi All, Im PHPnuke file index.php have Meta Tags with for example: <META NAME="KEYWORDS" CONTENT="News, news, New, new, Technology, technology, Headlines, headlines, Nuke, nuke, PHP-Nuke, phpnuke, php-nuke, Geek, geek, Geeks, geeks, Hacker, hacker, Hackers, hackers, Linux, linux, Windows, windows, Software, software, Download, download, Downloads, downloads, Free, FREE, free, Community, community, MP3, mp3, ................... etc etc etc As to modify this metatag and others ?? Which archive I must edit ? Thank´s
  21. Hi Bill, Everything ok. This is the solution: It locates these lines of code in its archive file mainfile.php : (in line 673) >function formatTimestamp($time) { global $datetime, $locale; setlocale (LC_TIME, "$locale"); ereg ("([0-9]{4})-([0-9]{1,2})-([0-9]{1,2}) ([0-9]{1,2}):([0-9]{1,2}):([0-9]{1,2})", $time, $datetime); $datetime = strftime(""._DATESTRING."", mktime($datetime[4],$datetime[5],$datetime[6],$datetime[2],$datetime[3],$datetime[1])); $datetime = ucfirst($datetime); return($datetime);} and change for these[/i]: (in mine case days in Portuguese) >function formatTimestamp($time){ global $datetime, $locale; $dias_semana = array ("0" => "Domingo", "1" => "Segunda-feira", "2" => "Terça-feira", "3" => "Quarta-feira", "4" => "Quinta-feira", "5" => "Sexta-feira", "6" => "Sábado"); $meses_ano = array ("1" => "Janeiro", "2" => "Fevereiro", "3" => "Março", "4" => "Abril", "5" => "Maio", "6" => "Junho", "7" => "Julho", "8" => "Agosto", "9" => "Setembro", "10" => "Outubro", "11" => "Novembro", "12" => "Dezembro"); setlocale (LC_TIME, "$locale"); ereg ("([0-9]{4})-([0-9]{1,2})-([0-9]{1,2}) ([0-9]{1,2}):([0-9]{1,2}):([0-9]{1,2})", $time, $datetime); $ano=$datetime[1]+0; $mes=$datetime[2]+0; $dia=$datetime[3]+0; $hora=$datetime[4]+0; $min=$datetime[5]+0; $longitud=strlen($min); if ($longitud == 1) $min="0".$min; $segs=$datetime[6]+0; $longitud=strlen($segs); if ($longitud == 1) $segs="0".$segs; $quedia= strftime ("%w", mktime($hora,$min,$segs,$mes,$dia,$ano)); $quedia = $dias_semana[$quedia]; $mes = $meses_ano[$mes]; $datetime = "$quedia, $dia de $mes de $ano ($hora:$min:$segs)"; return($datetime); } and: To modify the date in "Old Articles" it makes the following one: It locates the following existing line in the archive of its block (block-Old_Articles.php): setlocale(LC_TIME, $locale); (in line 66) and change ?for setlocale(LC_TIME, 'pt_BR'); (or you country) Soon ! I wait that it is useful for somebody. Bill, thank´s for its interest.
  22. What is your website addy -- I will look at it for you.. <{POST_SNAPBACK}> I obtained modifying the archive mainfile.php
  23. Hello, As to change the days of the week of English for another language? Already I changed in Admin Preferences for the language that desire but the days of the week in the News and the Calendar it continues in English. Thanks
  24. Hello, Always that I Add Filter (Filter Maintenance) in Cpanel I receive this message from error: For example: A filter has been added that sends all mail header_subject: that contains **** [an error occurred while processing this directive] Discard What it means this error ? thank´s
  25. Hi Andy, Semidedicated not have for example: Acess Shell, DNS my domain, Exclusive client e-mail Horde (Horde not shared) etc, etc ..? Thank´s
×
×
  • Create New...