891
zyspec
Re: My site has been HACKED
  • 2006/8/16 15:58

  • zyspec

  • Module Developer

  • Posts: 1095

  • Since: 2004/9/21


I noticed that you have the Jobs module loaded on your site. A SQL injection vulnerability was found in this module that also needs to be fixed. You can find out more about this problem here. The problem described in this post is also present in the Jobs module.

Once you get the vulnerability fixed you can begin to go through your site and repair the damage. Once you get the files fixed then clear your /cache and /templates_c directories (except for the index.html file).



892
zyspec
Re: Moved Xoops from one server to another - now it wont work
  • 2006/8/14 21:07

  • zyspec

  • Module Developer

  • Posts: 1095

  • Since: 2004/9/21


I may be stating the obvious but make sure you clear your /cache and /templates_c directories (except for the index.html files).



893
zyspec
Re: Blank Module
  • 2006/8/14 1:47

  • zyspec

  • Module Developer

  • Posts: 1095

  • Since: 2004/9/21


Look at this article - it gives you easy to follow instructions to create a small module. The article also references the mypage module (and gives you a URL to download it) which is basically the same thing.



894
zyspec
Re: my problem?
  • 2006/8/11 20:40

  • zyspec

  • Module Developer

  • Posts: 1095

  • Since: 2004/9/21


I suspect this is because your hosting company has PHP execute as an CGI script (PHPsuexec) instead of loading it as a module under Apache. Several shared hosting companies do this as a security measure. Having your file set to 644 instead of 444 should not cause any problems.

Note: You may also see warning messages in the XOOPS Admin panel that says your mainfile.php isn't set to 444, this is due to the same problem.



895
zyspec
Re: Problem with my site, weird text
  • 2006/8/9 15:54

  • zyspec

  • Module Developer

  • Posts: 1095

  • Since: 2004/9/21


There's definitely something wrong in your /language/english directory. The file that is being served as the index file for that directory appears to be a CSS file. You need to look at all the files in the /language/english directory to make sure they're what's suppose to be there.



896
zyspec
Re: Help* No language file found
  • 2006/7/27 13:41

  • zyspec

  • Module Developer

  • Posts: 1095

  • Since: 2004/9/21


Somewhat frequently files are not copied (ftp'd) correctly by ftp client programs. Verify that all the files that you thought you copied are really on your server.

Check to verify the /language/english directory exists (and isn't empty or doesn't contain a bunch of zero length files). Also verify any other language folders (for example /language/spanish) that you're attempting to use too.

Since this appears to be a new install - if the problem persists then I'd do the following:

* Delete the files from your server.
* Delete the .zip and local copy of the XOOPS files
* Re-download the XOOPS 2.0.14 zip
* Extract the zip locally
* Re-upload the files to your server.
* change the rights on /cache, /templates_c, and mainfile.php
* Run installation again.



897
zyspec
Re: hacked xoops 2.0.13.2
  • 2006/7/18 13:39

  • zyspec

  • Module Developer

  • Posts: 1095

  • Since: 2004/9/21


mendow,

Can you tell us what other modules you have loaded? Perhaps we can help identify another module that may be vulnerable.

You may want to verify your directory/file rights and clear all your caches after you restore.

The other thing to consider is that it may not be coming in through Xoops. Is this a shared server? Are there other scripts installed? Have all the operating system patches been applied?



898
zyspec
Re: Content module not returning in searches
  • 2006/7/15 22:26

  • zyspec

  • Module Developer

  • Posts: 1095

  • Since: 2004/9/21


Hmmm... I loaded it on my 2.0.14 site and it works. Maybe we can debug using a different approach.

Can you turn on debug and see what errors show up when you perform a search (and the SQL queries) and then post them back here or send me a PM if you'd prefer.

The SQL queries ought to look something like:

SELECT storyid, title, homepage, submenu FROM your_database_name_content WHERE homepage='0' AND submenu='1'

SELECT storyid, title, text FROM your_database_name_content WHERE visible='1' AND ((text LIKE '%your_search_string%' OR title LIKE '%your_search_string%')) ORDER BY storyid ASC LIMIT 0, 5



899
zyspec
Re: Content module not returning in searches
  • 2006/7/15 20:54

  • zyspec

  • Module Developer

  • Posts: 1095

  • Since: 2004/9/21


Okay - I found another problem.

Replace "main.php" in lines 34-37 with "modinfo.php".

This will load _MIC_CONTENT_PREFIX constant - which it's not doing right now so it's not finding the 'content' table in the database.

I don't see anything else obvious - if this doesn't work then I'll install the module and look more...



900
zyspec
Re: Content module not returning in searches
  • 2006/7/15 20:23

  • zyspec

  • Module Developer

  • Posts: 1095

  • Since: 2004/9/21


The above is a problem...but apparently there must be additional issues. I'll dig further when I get a chance...




TopTop
« 1 ... 87 88 89 (90) 91 92 93 ... 100 »



Login

Who's Online

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


Members: 0


Guests: 191


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