91
wizanda
Re: Fixing the Xoops Tables in Mysql to Run Loads Faster
  • 2007/10/31 8:44

  • wizanda

  • Home away from home

  • Posts: 1585

  • Since: 2004/3/21


Ok final conclusion is this, you can ignore or read most of the rest, some is ok and all is tested…..Yet now following all tests, here is my quick conclusion.

The shortest path possible to the information is all that is required.

This normally means just a primary ID, with a sequential sequence in it.

MySql indexing is not for storing information; it is for reaching the line that exists in a table.

By storing lots of information in MySQL Indexing you make it top heavy and so a slower site……This is as it can’t reach the information, without first checking each index for if the information exists…….

Reach the line through primary index first, so it sees all information in one go….If you add a second index it also has to check this then, before reaching information, so then slower.



92
wizanda
Re: Access Yahoo Newsgroup
  • 2007/10/30 12:24

  • wizanda

  • Home away from home

  • Posts: 1585

  • Since: 2004/3/21


You can use RSS feeds from Yahoo groups....also check the original authors sites for new updates of modules there....



93
wizanda
Re: CMS Project
  • 2007/10/30 8:43

  • wizanda

  • Home away from home

  • Posts: 1585

  • Since: 2004/3/21


Reason I chose XOOPS to begin is it had a great community….it also had the nicest layout and cleanest looking system at the time, with easy admin and functionality…
While being here I have learned loads as the stages of development within XOOPS systems is easy to follow….Smarty makes it you get lots of tools to design PHP and Html together with then the CSS handling a lot of the overall look….
The system and layout of XOOPS is laid out in a fashion where you can find most bits to fix or change with ease and so makes a good learning system.



94
wizanda
Re: Running two Forums on Xoops
  • 2007/10/29 18:12

  • wizanda

  • Home away from home

  • Posts: 1585

  • Since: 2004/3/21


Version one of Newbb can be updated, i advise getting a copy of WAMP….. change the php.ini upload limit, so you can import your full MySql… test the site upgrades correctly, at home first before touching the live site
There were upgrade scripts done, there are odd permission and changes that need adding, yet i did so also.....
As for two forums it depends if they are two separate systems else they might call the same data and functions....



95
wizanda
Re: good hosting deal?
  • 2007/10/29 18:05

  • wizanda

  • Home away from home

  • Posts: 1585

  • Since: 2004/3/21


Resized Image
They have been extremely reliable (especially considering the amount of messing I do) and helpful with good support, they also have a good affiliation service; so if use my link then i also get extra free space and time as do you...

Resized Image



96
wizanda
Re: Online Payment
  • 2007/10/29 17:59

  • wizanda

  • Home away from home

  • Posts: 1585

  • Since: 2004/3/21


Normally what E-Commerce is there for



97
wizanda
Re: Error When Sending Private Messages!
  • 2007/10/29 17:57

  • wizanda

  • Home away from home

  • Posts: 1585

  • Since: 2004/3/21


Check in MySQL how many PM’s exist, not that it should matter, yet maybe they have become out of synchronization due to the quantities…



98
wizanda
Re: Login Problem
  • 2007/10/29 11:04

  • wizanda

  • Home away from home

  • Posts: 1585

  • Since: 2004/3/21


Mysql xoops_session



99
wizanda
Re: Problem with CGI scripts?
  • 2007/10/29 10:51

  • wizanda

  • Home away from home

  • Posts: 1585

  • Since: 2004/3/21


They can be really slow



100
wizanda
Re: Plan on how to merge 2.2 and 2.0
  • 2007/10/29 10:49

  • wizanda

  • Home away from home

  • Posts: 1585

  • Since: 2004/3/21


Ok maybe you don’t need to change the userinfo.php, as they messed up the new profiles….yet since I changed that back yesterday on realizing and then today I still had Yogurt still installed on my home PC, with xoops_module_header in exchange for the $xoTheme->addstylesheet……..
Then on going to it, it still works….other then the user language files, which within the profiles module have been defined with PROFILE_ in front….so on adding the language alone in the language/../user.php this then works……

So we need to add $xotheme back into XOOPS 2.2 so that isn’t comprised….as it is far better system then Xoops_module_header….




TopTop
« 1 ... 7 8 9 (10) 11 12 13 ... 131 »



Login

Who's Online

211 user(s) are online (151 user(s) are browsing Support Forums)


Members: 0


Guests: 211


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