91
Dave_L
Re: reconfiguring phpMyAdmin after changing MySQL password
  • 2007/6/17 18:52

  • Dave_L

  • XOOPS is my life!

  • Posts: 2277

  • Since: 2003/11/7


If $cfg['Servers'][$i]['auth_type'] is 'http' or 'cookie', then you shouldn't have to make any changes to config.inc.php. By the way, I prefer 'cookie'.

When you browse tohttp://localhost/phpmyadmin/, it will ask for your MySQL username and password.

If $cfg['Servers'][$i]['auth_type'] were 'config', then $cfg['Servers'][$i]['user'] and $cfg['Servers'][$i]['password'] to the correct values.



92
Dave_L
Re: GPLv3
  • 2007/6/16 23:08

  • Dave_L

  • XOOPS is my life!

  • Posts: 2277

  • Since: 2003/11/7


Torvalds likes the latest draft of GPLv3 better, although he still seems to favor v2:

http://enterprise.linux.com/article.pl?sid=07/06/11/1322215&from=rss



93
Dave_L
GPLv3
  • 2007/6/16 22:51

  • Dave_L

  • XOOPS is my life!

  • Posts: 2277

  • Since: 2003/11/7


Quote:
BOSTON, Massachusetts, USA—Thursday, May 31, 2007—The Free Software Foundation (FSF) today released the fourth and “last call” draft for version 3 of the GNU General Public License (GNU GPL), the world's most widely used free software license. The Foundation will hear comments on the latest draft for 29 days, and expects to officially publish the license on Friday, June 29, 2007.


http://www.fsf.org/news/gpl3dd4-released

XOOPS is licensed, I think, under GPLv2. Should we switch to GPLv3 after that license is released?

You may want to read the article linked at the above page, "Why Upgrade to GPL Version 3".



94
Dave_L
Re: Login with e-mail
  • 2007/6/15 17:48

  • Dave_L

  • XOOPS is my life!

  • Posts: 2277

  • Since: 2003/11/7


include/checklogin.php should be the correct file.

After messing with the login processing, you may need to empty (delete the rows in) the session table and delete the cookies for the site.



95
Dave_L
Re: [XoopsProject] proposal - XOOPS End Users' Team
  • 2007/6/14 17:02

  • Dave_L

  • XOOPS is my life!

  • Posts: 2277

  • Since: 2003/11/7


Raising the issue of end-users, and useability, is a good idea. The users' perspective is often overlooked in software development.



96
Dave_L
Re: is_home ==1 and is_module=="modulename"
  • 2007/6/14 12:22

  • Dave_L

  • XOOPS is my life!

  • Posts: 2277

  • Since: 2003/11/7


What about using
<{$xoops_dirname}>
?

<{if $xoops_dirname == 'system'}>
... 
in system module ...
<{else}>
... 
in another module ...
<{/if}>


You could parse
<{$xoops_requesturi}>
if you need more specific information.



97
Dave_L
Re: command injection of phpmailer ? is this really important?
  • 2007/6/14 11:55

  • Dave_L

  • XOOPS is my life!

  • Posts: 2277

  • Since: 2003/11/7


vaughan, why is $this->Sendmail escaped, since its value is set in the script, and not from user input?



98
Dave_L
Re: Open holes and hacked
  • 2007/6/14 11:45

  • Dave_L

  • XOOPS is my life!

  • Posts: 2277

  • Since: 2003/11/7


wtravel: Thanks. Someone earlier in this thread said he tested this and it worked.

But it only applies if the server is running Apache. Also, it requires that Apache be configured to allow the use of .htaccess files (AllowOverride); not all servers are configured that way.



99
Dave_L
Re: Open holes and hacked
  • 2007/6/14 10:52

  • Dave_L

  • XOOPS is my life!

  • Posts: 2277

  • Since: 2003/11/7


[/quote]Stick this in your .htaccess file in any upload directory..

AddHandler cgi-script .php .pl .py .jsp .asp .htm .shtml .sh .cgi 
Options 
-ExecCGI

[/quote]

What exactly does this do? I've read the Apache documentation, but don't fully understand it.



100
Dave_L
Re: Upgrade to Protector 3.04?
  • 2007/6/14 10:13

  • Dave_L

  • XOOPS is my life!

  • Posts: 2277

  • Since: 2003/11/7


Quote:

JAVesey wrote:
Quote:
Dave_L wrote:

1. Replace the currently installed files with the corresponding files from the new version.

2. Update the module from the XOOPS admin page.


Done this on my test site without problems.

I didn't delete/replace/overwrite the filters_enabled/disabled or /configs directories, though. Keeping the latter maintains your banned IP lists.


Good point. I forgot to mention that.




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



Login

Who's Online

273 user(s) are online (169 user(s) are browsing Support Forums)


Members: 0


Guests: 273


more...

Donat-O-Meter

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

Latest GitHub Commits