31
m0nty
Re: Need a answer to the following question please!
  • 2006/11/18 0:51

  • m0nty

  • XOOPS is my life!

  • Posts: 3337

  • Since: 2003/10/24


could be anything.

bad coding, bugs somewhere, improperly set permissions.. without seeing the module code, i doubt any1 could tell you where to start.



32
m0nty
Re: Cookies Expire Too Soon (I Think)
  • 2006/11/16 19:29

  • m0nty

  • XOOPS is my life!

  • Posts: 3337

  • Since: 2003/10/24


FAQ section? search the forum.. it's been asked/answered many times

keywords: custom session.

hint: preferences.



33
m0nty
Re: Need to improve the "users module" to make it more actual
  • 2006/11/16 17:59

  • m0nty

  • XOOPS is my life!

  • Posts: 3337

  • Since: 2003/10/24


3. i disagree.. an avatar is not a photo, nor was it ever intended to be a photo. an avatar is a graphical representation of yourself or something.

a photo is a photo, (see my photo hack for user profiles)

i also disagree with 8.

my page/profile in my opinion is amateurish and child/teen based.

view account/edit account is much more professional and to the point.

6. buddy list, as mentioned, it's ok for community sites, but should not be in the core.. there is modules available for that..

7. i prefer to only see the add content links when i'm viewing the actual module.. i don't need to see them when i'm looking at the home page.

again it's all subjective & opinionated. although you have some good points.. i think some of them can be omitted.



34
m0nty
A Bit bored?
  • 2006/11/16 17:51

  • m0nty

  • XOOPS is my life!

  • Posts: 3337

  • Since: 2003/10/24


copy & paste this into the address bar of your browser..

javascript:R=0x1=.1y1=.05x2=.25y2=.24x3=1.6y3=.24x4=300y4=200x5=300y5=200DI=document.getElementsByTagName("img"); DIL=DI.length; function A(){for(i=0i-DILi++){DIS=DI].styleDIS.position='absolute'DIS.left=(Math.sin(R*x1+i*x2+x3)*x4+x5)+"px"DIS.top=(Math.cos(R*y1+i*y2+y3)*y4+y5)+"px"}R++}setInterval('A()',50); void(0);


paste it into the address bar when you are actually looking at a website.. ie. whilst you're browsing xoops.org..

it won't do any harm, but it may make you dizzy ;)

replace (tammairanslip) with java script: (remove the space)



35
m0nty
Re: Rank vs Group
  • 2006/11/16 16:41

  • m0nty

  • XOOPS is my life!

  • Posts: 3337

  • Since: 2003/10/24


just a tile.. not sure why it's still there though, i maybe misunderstanding it's use these days from not actually having my own site anymore/well not 1 that's used for such purposes.

either way though, no it doesn't grant any special priviliges, you can only do that through the groups admin.



36
m0nty
Re: Prosper Learning
  • 2006/11/16 14:43

  • m0nty

  • XOOPS is my life!

  • Posts: 3337

  • Since: 2003/10/24


try clicking documentation in the left menu.



37
m0nty
Re: Line 34 error
  • 2006/11/15 23:39

  • m0nty

  • XOOPS is my life!

  • Posts: 3337

  • Since: 2003/10/24


that means your MySQL server is not responding or is refusing the connection..

if the db details in mainfile.php are correct, then it's likely your MySQL server has stopped responding or crashed.

you might be able to trace the issues through the servers error logs.. failing that contact your host and see if they can help.



38
m0nty
Re: Unknown error always coming up!
  • 2006/11/15 23:31

  • m0nty

  • XOOPS is my life!

  • Posts: 3337

  • Since: 2003/10/24


it sounds like the module code that's the issue.

if a select query is returned as Array, then make sure you are listing the results as an array.

without seeing the relevant code of the module etc it's hard to diagnose from here without even more info.

what query/statement are you using to get the data from the db?

a simple query in a module might be:

$sql $xoopsDB->query("SELECT uname, email FROM ".$xoopsDB->prefix('users')." WHERE uid=$uid");
    list(
$username$useremail) = $xoopsDB->fetchRow($sql);


$username would then be the result of uname etc..



39
m0nty
Re: Fatal Error in edituser.php
  • 2006/11/15 20:21

  • m0nty

  • XOOPS is my life!

  • Posts: 3337

  • Since: 2003/10/24


have you used the form.php from the 2.0.16 package when you installed 2.0.15? there's a bug in the XOOPS 2.0.15 version of form.php. not gonna say much more on that as it's written all over xoops.org if you require more info.

might not be the issue, but if you haven't used the fixed form.php then it's a likely candidate.



40
m0nty
Re: Cache folder size! =Errors?
  • 2006/11/12 22:18

  • m0nty

  • XOOPS is my life!

  • Posts: 3337

  • Since: 2003/10/24


i'd clear the cache folder including admin.php, except for index.php

2ndly, make sure the folder is writeable..

a gig of files in the cache folder does seem an awful lot. check that those are actual XOOPS cached files and not from some other malicious script kiddie using ur cache folder as a storage facility.

your host could have locked the folder if that was the case..




TopTop
« 1 2 3 (4) 5 6 7 ... 289 »



Login

Who's Online

330 user(s) are online (189 user(s) are browsing Support Forums)


Members: 0


Guests: 330


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