Jump to content

Prel

Members
  • Posts

    495
  • Joined

  • Last visited

Everything posted by Prel

  1. Thanks Bill for the new photos. When I will be in the city , with certainty I will make a visit.
  2. Hello, There is potential vulnerability identified in uploader class in case upload configuration is not set properly by modules. The patch is applicable to all XOOPS versions. Read more : Here
  3. Thank you Bruce, I go to study this command and to see what I obtain.
  4. Hello, In Dedicated a Server or VPS, having access for SSH, as it is possible to see who is login? thank´s
  5. Hello, TCH Data Center: 13 fev to 09 set = 7 months Have new photos and news ? Thank´s
  6. The XOOPS core development team is pleased to announce the release of XOOPS 2.0.17. This is mainly a maintenance release containing a lot of bugfixes, as well as some functionality enhancements. Read the full changelog for details. The package is available at the XOOPS Project SourceForge Download page
  7. Hello, I found this interesting one for who uses CMS. Open Source CMS Award 2007 Good luck for all. (Informing for who it does not know what he is CMS: TCH offers to several CMS in Fantastico package)
  8. Hello, What it is SPF Record ? Thank´s
  9. Ok. yes that is made with a additional module. Some modules exist that make this. Everything goes to depend you the type of content that you to desire to show. You must search in Xoops.org that with certainty she will find the correct module for its use.
  10. That is possible using the available CMS Xoops in Fantástico.
  11. Hello Maka, Already I used and I tried some CMS. In the my friendliest and easy opinion for its use it is Xoops. Easy to understand and to use Some modules exist to add of simple and easy form.
  12. I see this offers as excellent chance to grow TCH together with. How much cost more for TCH Total Monitoring and Support ? Which OS ? Ram ? Have Firewall and Anti virus includ ? Se not , how much to TCH install ? Success to you Bill and TCH. Paulo
  13. Prel

    Internet 2

    Thank you Bill.
  14. Hello, Exist many news articles on Internet 2. Many people speak on this. But in the reality somebody already saw in use ? Some special access exists ? Which its opinion and knowledge on this? As this affects the market of Hosting? Thank´s all
  15. Congratulations Bill and Staff Team . "A great step for a better future.."
  16. Happy New Year all Team and Members in TCH.
  17. 07 PC´s with Windows XP PRO 02 Notebook´s with Windows XP PRO 01 Pc with Suse
  18. Hi, I´m install new language in Oscommerce but when returning for the administration screen I receive this message : Warning: main(includes/languages/portugues.php) [function.main]: failed to open stream: No such file or directory in /home/wwwxxxxx/public_html/loja/admin/includes/application_top.php on line 130 Warning: main(includes/languages/portugues.php) [function.main]: failed to open stream: No such file or directory in /home/wwwxxxxx/public_html/loja/admin/includes/application_top.php on line 130 Fatal error: main() [function.require]: Failed opening required 'includes/languages/portugues.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/wwwxxxxx/public_html/loja/admin/includes/application_top.php on line 130 Some suggestion for Help me ? Thank´s
  19. Hi, As to reindex tables of the BD in the Mysql in Cpanel ? Thanks
  20. Hi If you click in Switch Themes x to x2, this is ok to return to x but, If you click in Switch Themes to Xmail , this is 'not" return to thems x or x2 Receive this message: Not Found The server was not able to find the document (./frontend/x2/switchtheme.html) you requested Please check the url and try again. You might also want to report this error to your webhost. I wait to have helped.
  21. I changed some portal´s of nuke for Xoops. I found xoops better.
  22. I have 157 domains distributed in the following way : TCH and 01 another hosting in USA 01 another hosting in CANADA 01 Data center in my country.
  23. Thanks Thomas
  24. Hello, In my domain "reseller", I´m use module Liasei n Xoops for to create form´s. Well, yesterday it was everything functioned, today nothing functions ... Interesting that this only happens in my domain reseller, in the customers this everything ok and customer use igual xoops.. This is message error: "Notice: Only variable references should be returned by reference in /home/mydomain/public_html/xoopsfolder/modules/liaise/class/elements.php on line 196" This is line 196 in code: function &getObjects($criteria = null, $id_as_key = false){ $ret = array(); $limit = $start = 0; $sql = 'SELECT * FROM '.$this->db_table; if( isset($criteria) && is_subclass_of($criteria, 'criteriaelement') ){ $sql .= ' '.$criteria->renderWhere(); if( $criteria->getSort() != '' ){ $sql .= ' ORDER BY '.$criteria->getSort().' '.$criteria->getOrder(); } $limit = $criteria->getLimit(); $start = $criteria->getStart(); } $result = $this->db->query($sql, $limit, $start); if( !$result ){ return false; } while( $myrow = $this->db->fetchArray($result) ){ $elements = new $this->obj_class(); $elements->assignVars($myrow); if( !$id_as_key ){ $ret[] =& $elements; }else{ $ret[$myrow['ele_id']] =& $elements; } unset($elements); } return count($ret) > 0 ? $ret : false; <<<<<---- line 196 } Some aid please, thank´s all
×
×
  • Create New...