1
banned
Re: help on dedicated server configuration
  • 2007/10/10 23:22

  • banned

  • Not too shy to talk

  • Posts: 159

  • Since: 2004/5/16


Hi,

Assuming you've root access, we need more details:
1. OS and distro;
2. Apache/IIS/Other WebServer version;
3. PHP version;
4. MySql version;
5. Show us the result of the 'top' command;
6. Show us the my.cof file (exclude your password);
7. Execute this command from the shell: 'mysqlreport --all -tab /statistics.txt' and paste here infos inside statistics.txt;
8. Show us a phpinfo page;
9. Show us these infos about apache conf:
KeepAlive
MaxKeepAliveRequests
KeepAliveTimeout
MinSpareServers
MaxSpareServers
StartServers
MaxClients
Maxrequestsperchild



banned,



2
banned
Re: bcoos cms? (xoops in disguise?)
  • 2007/7/22 23:14

  • banned

  • Not too shy to talk

  • Posts: 159

  • Since: 2004/5/16


Quote:

davidl2 wrote:
Its an e-xoops variation I think


You're right.



3
banned
Re: Moving to Php5 definitively
  • 2007/7/13 8:44

  • banned

  • Not too shy to talk

  • Posts: 159

  • Since: 2004/5/16


I agree with those that wanna XOOPS to be part of the gophp5 movement.
Also, modules aren't part of the core of XOOPS. This mean that if Herve wanna to make use of various things inside php5 for his great news module he can, XOOPS or not.


Last but not least:
http://www.php.net/
Read the latest news.

banned,



4
banned
Re: Pages that standalone for SEO with link to core if required
  • 2007/3/2 23:33

  • banned

  • Not too shy to talk

  • Posts: 159

  • Since: 2004/5/16


Hi, domineaux
I call those page doorway pages instead of landing pages, btw.. I'm not sure that XOOPS is the perfect solution for this job.

Maybe you can do something within the news module (version 1.52 or up); with that module you can set the properly metatags and there is a subdir called 'seo' with a .htaccess that give you the ability to access to news using an url like XOOPS_URL/news/my-news-title-1.html


.. btw, there are more interesting cms for such a work.. modx for example.

banned,



5
banned
Re: Password encryption rollback?
  • 2007/1/8 0:41

  • banned

  • Not too shy to talk

  • Posts: 159

  • Since: 2004/5/16


But you can change a little TS's queries and add md5 crypt to that.. search in the teamspeak's website for 'password', 'md5' and so on

banned,



6
banned
Re: Checking if InnoDB is supported?
  • 2007/1/7 17:18

  • banned

  • Not too shy to talk

  • Posts: 159

  • Since: 2004/5/16


with a simple query..

SHOW VARIABLES LIKE '%have_innodb%';



7
banned
Re: News Module - No editor?
  • 2007/1/1 17:39

  • banned

  • Not too shy to talk

  • Posts: 159

  • Since: 2004/5/16


Hello,
The first one is for the summary - the part visible under the main section of the news module.
The second textarea is the real news

banned,



8
banned
Re: I just installed Xoops 2.2.3a, get 403 Forbidden error when registering.
  • 2006/12/22 0:56

  • banned

  • Not too shy to talk

  • Posts: 159

  • Since: 2004/5/16


>Could be as current version is 2.2.5rc2

The official supported release is 2.0.16 - don't give wrong hints to newbies, pls.. or tomorrow we would see another 'how I can revert to 2.0.x' thread.

banned,



9
banned
Re: Moving Stuff to the Part?
  • 2006/12/6 1:05

  • banned

  • Not too shy to talk

  • Posts: 159

  • Since: 2004/5/16


Quote:

Sedoras wrote:
Hello,

is there any way to add stuff to the <head> within a module?
i.e. if i want to use a stylesheet or a <script> that is only used within that module?
I can just use echo '<link rel........' to put it in the <body> and that even works, but it does not feel right and does not look like proper HTML to me.

So, is there a way to add something within the <head> Tags?


$xoopsmoduleheader :P

You can assign stuff to this smarty var wich is inserted in most of the 2.0 themes, before the <head> is closed with something like this, in your php code:
$xoopsTpl->assign('xoopsmoduleheader', $your_magic_stuff);

.. Or you can modify your theme and insert more template vars before <head> is being closed and assign stuff to them ..

Within 2.0.15 and up there are some other changes such a $xoTheme->addcss method.. but I've not read a properly named 'documentation' and I cannot be of help here.

banned,



10
banned
Re: a Conjecture for others forums?
  • 2006/11/29 22:29

  • banned

  • Not too shy to talk

  • Posts: 159

  • Since: 2004/5/16


Mith,
Basically this can work for SMF without the bridge just replacing the various
$config $this->getSmfConfig();
include_once(
$config['smf_path']."/Settings.php");

in /conjecture/class/bridge/smf.php with the correct path for Settings.php (or ssi.php) .. or there is something else that I've not see?

Also.. when an item is submitted, for example in news, does conjecture start automatically a new topic or the new topic is started after the first comment (think the second one, but I'm asking 'cause I've not installed this.. yet )?
Maybe the possibility to choose if the topic is started when the item is created or not can be a nice option for conjecture, don't you think?

(btw, I think conjecture is one of the most interesting modules that I've seen in the last year.. keep up the good work :P )

banned,




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



Login

Who's Online

244 user(s) are online (177 user(s) are browsing Support Forums)


Members: 0


Guests: 244


more...

Donat-O-Meter

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

Latest GitHub Commits