1
smart2
Re: CRM module
  • 2008/2/13 16:40

  • smart2

  • Not too shy to talk

  • Posts: 129

  • Since: 2007/1/19


Hi, just a word to tell that clientspace is not dead
The beta 3 version is about to be released, the only thing missing is a cleaning function to erase files that belong to a group that have been removed.
I had started a sourceforge project to store files, etc, but due to a lack of time it has been aborted.
Hope the module will fit your needs and I'll try to find some free time to release the first version.
++



2
smart2
Re: Xoopsgallery init_basic.php exploit
  • 2008/1/7 10:49

  • smart2

  • Not too shy to talk

  • Posts: 129

  • Since: 2007/1/19


Hi, I don't use this module, but have you got the lastest XOOPS release installed and protector module?



3
smart2
Re: Site slow: how to speed up?
  • 2007/12/12 13:01

  • smart2

  • Not too shy to talk

  • Posts: 129

  • Since: 2007/1/19


Hi, yes it's unusual for me, I've never had any webhost locking this basic functionnality of apache.
You should consider getting a more professionnal hosting service.



4
smart2
Re: Site slow: how to speed up?
  • 2007/12/11 23:54

  • smart2

  • Not too shy to talk

  • Posts: 129

  • Since: 2007/1/19


Hi your apache is not configured to keep alive connections.
Here are the headers sent by your webserver:
DateTue11 Dec 2007 23:45:56 GMT
Server
Apache/1.3.33 (Unix)
Cache-Control: private, no-cache
Expires
Mon26 Jul 1997 05:00:00 GMT
Pragma
no-cache
X
-Powered-ByPHP/4.3.11
Connection
close
Transfer
-Encodingchunked
Content
-Typetext/htmlcharset=iso-8859-1

200 OK


You can see a line saying "Connection: close".
This means apache is not configured to keep alive connections.

Here is a link about apache keep-alive feature :http://httpd.apache.org/docs/1.3/keepalive.html.

This is not configured in your mainfile.php, but in httpd.conf file of apache.

++



5
smart2
Re: How can I make Custom Pages in Xoops?
  • 2007/12/9 1:27

  • smart2

  • Not too shy to talk

  • Posts: 129

  • Since: 2007/1/19


You need to change the includes path

include 'mainfile.php';

becomes

include '../mainfile.php';

And so on



6
smart2
Re: realty module integration - help
  • 2007/12/5 16:12

  • smart2

  • Not too shy to talk

  • Posts: 129

  • Since: 2007/1/19


Hi try using xoopsDB->queryF instead of xoopsDB->query.
The error is normal.



7
smart2
Re: Site slow: how to speed up?
  • 2007/11/23 8:08

  • smart2

  • Not too shy to talk

  • Posts: 129

  • Since: 2007/1/19


To enable Gzip, go to admin>system>preferences>and check yes for gzip compression.

Enable the cache wherever it's possible.
For forums, you can choose a 30s cache, but it could cause some problems to your users posting again because they don't see their post instantly.

If you can enable MySQL cache system it can increase a lot your site speed.

If nothing works, then I guess your hosting is a bit to limited for your needs and you'll have to think about upgrade to a bigger system.

++

edit if the site in question is the one you give in your signature, it seems apache is not configured to keep alive connections, so each requests (to get images, flash,...) makes a new connection then closes and again to get all the page content. The problem is here for you.



8
smart2
Re: How to remove some modules in the user profile?
  • 2007/11/21 7:50

  • smart2

  • Not too shy to talk

  • Posts: 129

  • Since: 2007/1/19


Did you reload templates?



9
smart2
Re: Do you use Vista?
  • 2007/11/14 19:44

  • smart2

  • Not too shy to talk

  • Posts: 129

  • Since: 2007/1/19


Oh yes it sucks!

OSX is for me the best user friendly OS.

I've bought my first mac 1 year ago and a pc under vista at the same time, there's no comparison (vista = bug bug bug).

Try and you'll become an osx lover.



10
smart2
Re: Shopping Carts - Latest XOOPS consensus
  • 2007/11/14 11:10

  • smart2

  • Not too shy to talk

  • Posts: 129

  • Since: 2007/1/19


Quote:
Herve's sounds great but I do get the feeling there is some commercial advertising going on here.


Not from me I'm a client not the seller.

Quote:
Sorry, its just I need to do this in a strict budget.


Just depends on how much you evaluate the time you'll spend versus the price of a sold solution.

If you want a promising open source solution integrated with a CMS, take a look at Ubercart for drupal.
Seems promising, but a bit buggy for the moment.




TopTop
(1) 2 3 4 ... 7 »



Login

Who's Online

224 user(s) are online (145 user(s) are browsing Support Forums)


Members: 0


Guests: 224


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