1
dbman
Re: Static html page on xbootstrap - subdomain
  • 2017/6/12 12:45

  • dbman

  • Friend of XOOPS

  • Posts: 172

  • Since: 2005/4/28


You are missing the <body> tag in your template. Check the fixed top navbar example source from the bootstrap documentation site (http://getbootstrap.com/examples/navbar-fixed-top/)



2
dbman
Re: Session automatically closed after successuflly login
  • 2015/2/18 23:50

  • dbman

  • Friend of XOOPS

  • Posts: 172

  • Since: 2005/4/28


Turn off custom session, you may need to do this via the config table in the database if you cant login. If your host implemented something like mod_security this may be the issue.



3
dbman
Re: Could not open mainfile.php for reading
  • 2014/10/27 23:33

  • dbman

  • Friend of XOOPS

  • Posts: 172

  • Since: 2005/4/28


Just tested this, same error... fixed by copying mainfile.php from extras folder to the xoops install folder and applying read, write, execute permissions (chmod 777).



4
dbman
Re: hacked?
  • 2013/10/31 1:13

  • dbman

  • Friend of XOOPS

  • Posts: 172

  • Since: 2005/4/28


Those function calls look ok.
Although it appears just the jquery file which you cleaned was the only thing infected, some other things to check:
- include files like CDN or resources and files not on your server
- .htaccess files

Another good practice is to sign you site up at google webmaster tools:https://www.google.com/webmasters/tools/home?hl=en

It will check for security issues on a regular basis.

Regarding your site being listed as containing malware, you may need to contact these companies directly to have your site removed from their list after you've confirmed it's clean.





5
dbman
Re: hacked?
  • 2013/10/30 12:50

  • dbman

  • Friend of XOOPS

  • Posts: 172

  • Since: 2005/4/28


Look for statically assigned unicode values in the function arguments like this:
String.fromCharCode(887979808332677783 )


You can copy/paste these to a test page and use a js alert() to view the values or translate the unicode values here:
http://jdstiles.com/java/cct.html

It's likely the use of this function in your editor files is legitimate. Wondering if you are still experiencing this after removing the reference from the jquery.js file (http://skinnalicious.net/final/browse.php?Frameworks/jquery/jquery.js)



6
dbman
Re: hacked?
  • 2013/10/30 2:30

  • dbman

  • Friend of XOOPS

  • Posts: 172

  • Since: 2005/4/28


Scan your source files using an antivirus program. If you can't find the redirection url, check for the use of this javascript function: fromCharCode.




7
dbman
Re: Site online, but nobody can login?
  • 2013/10/10 17:27

  • dbman

  • Friend of XOOPS

  • Posts: 172

  • Since: 2005/4/28


If you've recently turned on "use custom session" in the general preferences this may be the cause.

You can disable this from the database, assuming you can't login. Look at the config table -> conf_name column for a value of 'use_mysession', set the conf_value of this row as 0 to disable.

-- change xoops_ to your own table prefix
update xoops_config set conf_value 
0 where conf_name 'use_mysession';




8
dbman
Re: Blank white page
  • 2013/10/1 19:14

  • dbman

  • Friend of XOOPS

  • Posts: 172

  • Since: 2005/4/28


Quote:

GPboarder wrote:
As far as disabling protector, I can't get to the control panel to do that but will look around for the option in the database.


From the database set the isactive = 0 in the row where dirname = protector in the modules table.


* replace xoops with your table prefix:
update xoops_modules 
set 
    isactive 
0
where
    dirname 
'protector';



9
dbman
Re: TDMCreate v1.39 Beta 1 for Testing
  • 2013/9/13 0:49

  • dbman

  • Friend of XOOPS

  • Posts: 172

  • Since: 2005/4/28


Thanks for this timgno...

Is there a newer version of this module? The table and category forms are broken in 2.5.6, no errors in debug.

I downloaded from your site. The versions and dates don't seem to coincide on sourceforge svn.



10
dbman
Re: website speed
  • 2013/9/3 4:15

  • dbman

  • Friend of XOOPS

  • Posts: 172

  • Since: 2005/4/28


Quote:

fla-ts wrote:
hmm tested
Original = 163kB
using Casium results in 181kB


Tryhttp://tinypng.org/




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



Login

Who's Online

155 user(s) are online (59 user(s) are browsing Support Forums)


Members: 0


Guests: 155


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