41
cadelite
Re: help lost site...
  • 2009/1/27 16:41

  • cadelite

  • Just popping in

  • Posts: 86

  • Since: 2008/1/15


What are the PHP versions supported in your hosting company? Both PHP 4 and 5? Please list the full configuration of your hosting machine.

Please also list the steps you performed your upgrade? What version of XOOPS did you upgrade from? 2.0.x or 2.2.x or others?



42
cadelite
Roadmap for XOOPS 2.3.x, 3.0, 4.0
  • 2009/1/23 4:40

  • cadelite

  • Just popping in

  • Posts: 86

  • Since: 2008/1/15


Hi, all!

Since 2.3.x has been released for several versions (alpha & beta), will there be any alpha/beta releases for XOOPS 3.0 or even 4.0?

Is there any update on the roadmap of XOOPS development since the 2008 plan? Will there be a revised/updated Roadmap for XOOPS 3.0, 4.0 and onwards?

Thanks a lot!



43
cadelite
Re: Joomla Vs. Xoops
  • 2008/12/29 15:26

  • cadelite

  • Just popping in

  • Posts: 86

  • Since: 2008/1/15


This is a test site of XOOPS 3.0:

http://www.cardinn.net/

But it's in Simplified Chinese. Using Google Translate:

http://translate.google.com/translate?hl=zh-TW&ie=UTF-8&u=http%3A%2F%2Fwww.cardinn.net%2F&sl=zh-CN&tl=en&history_state0=&swap=1

It has incorporated SNS and commerce modules.



44
cadelite
Re: Joomla Vs. Xoops
  • 2008/12/29 14:20

  • cadelite

  • Just popping in

  • Posts: 86

  • Since: 2008/1/15


I've used XOOPS, Joomla and Drupal. Drupal is the smallest in size but most complicated in details. Joomla has pretty GUI (IMHO, I think pretty GUI is important for web design and for attracting eyeballs. Hope XOOPS gets prettier and prettier. Nowadays beautiful GUI is crucial to commercial websites although the techniques are equally important) but its security is not as good as XOOPS and Drupal.

I tried to develop themes for Joomla but it seems more difficult than XOOPS (even compared to template-style themes of XOOPS). XOOPS' structure seems to be easier to be understood (maybe owing to its long history). In addition, the size of Joomla is getting larger. In fact, XOOPS has this trend too. I do hope the XOOPS developers should be concerned about not getting their file too large. Drupal is much smaller and easy to install. However, much works must be done to modification, adding modules, modifying themes, except you just setup your blog.

For community website, XOOPS is still the best choice. But for commercial website, much works must be done on the GUI, themes and easiness on installation (especially without the moving of XOOPS_data and XOOPS_lib by user maually). The incorporation of ajax and other Web 2.0 (or even Web 3.0) techniques are also important.

In China, some XOOPS 3.0 test sites are available and the new features are amazing. Thanks for phppp and all XOOPS developers. XOOPS is a masterpiece indeed.



45
cadelite
Re: URL Rewriting don't work with PHP 5.2.6
  • 2008/12/27 11:58

  • cadelite

  • Just popping in

  • Posts: 86

  • Since: 2008/1/15


For use of Simplified URL, please read Readme_English.html inside the zip file:

http://xoops-tips.com/modules/mydownloads/visit.php?cid=1&lid=22



46
cadelite
Re: URL Rewriting don't work with PHP 5.2.6
  • 2008/12/27 11:55

  • cadelite

  • Just popping in

  • Posts: 86

  • Since: 2008/1/15


For further discussion on changing "+" to something else, you may take a look at this:

http://xoops-tips.com/modules/news/article.php?storyid=73&com_id=295&com_rootid=100&



47
cadelite
Re: URL Rewriting don't work with PHP 5.2.6
  • 2008/12/27 11:53

  • cadelite

  • Just popping in

  • Posts: 86

  • Since: 2008/1/15


It can be placed in XOOPS download section but I don't know how to do it. Maybe webmaster can do me a favor for it. Thanks a lot!



48
cadelite
Re: URL Rewriting don't work with PHP 5.2.6
  • 2008/12/27 11:51

  • cadelite

  • Just popping in

  • Posts: 86

  • Since: 2008/1/15


Then, you may modify "urlloadpage.php" ("loadpage.php" in previous version) as follows:

(2) Find:

$file_arr = explode('+',$req_arr[0]);

change to:

$file_arr = explode('-',$req_arr[0]);

(3) Find:

$para_arr = explode('+',$req_arr[1]);

change to:

$para_arr = explode('-',$req_arr[1]);

(4) Find:

$file_arr = explode('+',$req_arr[0]);

change to:

$file_arr = explode('-',$req_arr[0]);

(5) It's done now. "+" should all change to "-"



49
cadelite
Re: URL Rewriting don't work with PHP 5.2.6
  • 2008/12/27 11:45

  • cadelite

  • Just popping in

  • Posts: 86

  • Since: 2008/1/15


To change "+" to "-", you may modify "blank.php" ("simplified_url.php" in previous version) as follows:

(1) Find:

$out = array(
// Replace URLs of Xoops's root directry.
'<$1$2$3=$4'.XOOPS_URL.'/$5.html$6$7$8>'
, '<$1$2$3=$4'.XOOPS_URL.'/$5.$6+$7.html$8$9$10>'
, '<$1$2$3=$4'.XOOPS_URL.'/$5.$6+$7+$8+$9.html$10$11$12>'
// Replace URLs of modules' directry.
, '<$1$2$3=$4'.XOOPS_URL.'/$5+index.htm$6$7$8>'
, '<$1$2$3=$4'.XOOPS_URL.'/$5+$6.htm$7$8$9>'
, '<$1$2$3=$4'.XOOPS_URL.'/$5+$6.$7+$8.htm$9$10$11>'
, '<$1$2$3=$4'.XOOPS_URL.'/$5+$6.$7+$8+$9+$10.htm$11$12$13>'
, '<$1$2$3=$4'.XOOPS_URL.'/$5+$6.$7+$8+$9+$10+$11+$12.htm$13$14$15>'
, '<$1$2$3=$4'.XOOPS_URL.'/$5+$6.$7+$8+$9+$10+$11+$12+$13+$14.htm$15$16$17>'
, '<$1$2$3=$4'.XOOPS_URL.'/$5+$6.$7+$8+$9+$10+$11+$12+$13+$14+$15+$16.htm$17$18$19>'
, '<$1$2$3=$4'.XOOPS_URL.'/$5+$6.$7+$8+$9+$10+$11+$12+$13+$14+$15+$16+$17+$18.htm$19$20$21>'
);

change to:

$out = array(
// Replace URLs of Xoops's root directry.
'<$1$2$3=$4'.XOOPS_URL.'/$5.html$6$7$8>'
, '<$1$2$3=$4'.XOOPS_URL.'/$5.$6-$7.html$8$9$10>'
, '<$1$2$3=$4'.XOOPS_URL.'/$5.$6-$7-$8-$9.html$10$11$12>'
// Replace URLs of modules' directry.
, '<$1$2$3=$4'.XOOPS_URL.'/$5-index.htm$6$7$8>'
, '<$1$2$3=$4'.XOOPS_URL.'/$5-$6.htm$7$8$9>'
, '<$1$2$3=$4'.XOOPS_URL.'/$5-$6.$7-$8.htm$9$10$11>'
, '<$1$2$3=$4'.XOOPS_URL.'/$5-$6.$7-$8-$9-$10.htm$11$12$13>'
, '<$1$2$3=$4'.XOOPS_URL.'/$5-$6.$7-$8-$9-$10-$11-$12.htm$13$14$15>'
, '<$1$2$3=$4'.XOOPS_URL.'/$5-$6.$7-$8-$9-$10-$11-$12-$13-$14.htm$15$16$17>'
, '<$1$2$3=$4'.XOOPS_URL.'/$5-$6.$7-$8-$9-$10-$11-$12-$13-$14-$15-$16.htm$17$18$19>'
, '<$1$2$3=$4'.XOOPS_URL.'/$5-$6.$7-$8-$9-$10-$11-$12-$13-$14-$15-$16-$17-$18.htm$19$20$21>'
);
[To be continued]



50
cadelite
Re: URL Rewriting don't work with PHP 5.2.6
  • 2008/12/26 16:12

  • cadelite

  • Just popping in

  • Posts: 86

  • Since: 2008/1/15


You may try Simplified URL 1.51 by Xiao Dao
http://dulpi.com/uploads/wordpress/2008/03/simplified-url-151.zip

The page is in Chinese however:
http://dulpi.com/modules/wordpress/blog52.html




TopTop
« 1 2 3 4 (5) 6 7 8 »



Login

Who's Online

181 user(s) are online (110 user(s) are browsing Support Forums)


Members: 0


Guests: 181


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits