31
snakes
Re: Suddenly cannot login...
  • 2005/8/13 16:08

  • snakes

  • Just popping in

  • Posts: 69

  • Since: 2004/8/8 0


It's OK
the mainfile.php seems correct.

I've found the problem.
I use php-stats, and it seems to conflicts with xoops.
When I exclude my IP from the count, its OK, when I include, then I cannot login anymore.



32
snakes
Suddenly cannot login...
  • 2005/8/13 15:56

  • snakes

  • Just popping in

  • Posts: 69

  • Since: 2004/8/8 0


Hi,

I've just installed XOOPS few days ago.
It was all good, until this morning...
I use my admin/pass to log into my website. It says thank you for your connection, admin and redirect me to the main page as usual. But then the connexion block is still here asking for login/pass and there is no user menu block. Going directly to admin.php says I cannot go there...

Seems there is a problem with my config, but I can't tell what...

can someone help me plz ?

thnx



33
snakes
module.textsanitizer.php hack for encrypting email addresses
  • 2005/6/22 14:47

  • snakes

  • Just popping in

  • Posts: 69

  • Since: 2004/8/8 0


Edit the file "class/module.textsanitizer.php"
Look for the function &makeClickable(&$text)
replace
$replacements = array("\1<a href="\2://\3" target="_blank">\2://\3</a>", "\1<a href="http://www.\2.\3" target="_blank">www.\2.\3</a>", "\1<a href="ftp://ftp.\2.\3" target="_blank">ftp.\2.\3</a>", "\1<a href="mailto:\2@\3">\2@\3</a>");

with
$replacements = array("\1<a href="\2://\3" target="_blank">\2://\3</a>", "\1<a href="http://www.\2.\3" target="_blank">www.\2.\3</a>", "\1<a href="ftp://ftp.\2.\3" target="_blank">ftp.\2.\3</a>", "\1<script language="javascript">var id='\2';var host1='\3';var host2='';document.write('<a href="mailto:'+id+'@'+host1+'.'+host2+'">'+id+'@'+host1+'.'+host2+'</a>');</script>");


This should replace any email address in the text by a javascript code that generate the mailto tag.



34
snakes
Re: DEBASER Bug
  • 2005/5/5 21:18

  • snakes

  • Just popping in

  • Posts: 69

  • Since: 2004/8/8 0


And now in the admin of debase if I rename /Paltak/Vietnam to /Paltalk/Vietnamese it also change Vietnam/ to /Vietnamese/ !!

You should better use ID and not category's name



35
snakes
DEBASER Bug
  • 2005/5/5 21:12

  • snakes

  • Just popping in

  • Posts: 69

  • Since: 2004/8/8 0


I have these categories and subcat
Vietnam
--VN 1
--VN 2

Paltalk
--Vietnam
--France


When I add something in /Paltak/Vietnam it is also in /Vietnam/
?? And if there is nothing in Vietnam it shows the number of files in /Paltalk/Vietnam.

SELECT d.xfid, d.filename, d.artist, d.title, d.album, d.year, d.addinfo, d.track, d.genre, d.length, d.bitrate, d.link, d.frequence, d.approved, d.weight, d.hits, d.views, t.genreid, t.genretitle FROM xoops_debaser_files d, xoops_debaser_genre t WHERE t.genreid='9' AND d.genre=t.genretitle AND d.approved = 1 ORDER BY d.xfid DESC

I think this is because of d.genre=t.genretitle

You should rename d.genre field as d.genreid and then make a request such as d.genreid=t.genreid



36
snakes
Re: Permissions in DEBASER
  • 2005/5/4 19:11

  • snakes

  • Just popping in

  • Posts: 69

  • Since: 2004/8/8 0


ok thanks.



37
snakes
Permissions in DEBASER
  • 2005/5/4 11:36

  • snakes

  • Just popping in

  • Posts: 69

  • Since: 2004/8/8 0


Hi,

Debaser is a great tool !
I've activated the permission system for files.
I then deactivate all file viewing for anonymous.
But doing this make all anonymous users get a message "no file available in the categorie" (or something like this) when they click on a category.

Is it possible to make them able to view the file name and description but not able to download, rate or play the file ??

Thanx



38
snakes
Re: SnX-Weather -> Please UPGRADE now to v1.09
  • 2005/1/26 13:46

  • snakes

  • Just popping in

  • Posts: 69

  • Since: 2004/8/8 0


UPGRADE TO v1.10!

Yeah they've changed again !
Seems that they really don't want modules !

Download it here



39
snakes
SnX-Weather -> Please UPGRADE now to v1.09
  • 2005/1/20 14:30

  • snakes

  • Just popping in

  • Posts: 69

  • Since: 2004/8/8 0


Weather.com has changed its design and data format.
Thus version of SnX-Weather previous to 1.09 will not work anymore. And oldest one will hang XOOPS because of an exit() call in the error handling.
This call has been deleted, and the parsing engine upgraded to support the Javascript format of Weather.com

A timeout is set so SnX-Weather will not loop too long if weather.com is lagging.

Test here



40
snakes
How to disable email field check in register.php
  • 2005/1/20 13:07

  • snakes

  • Just popping in

  • Posts: 69

  • Since: 2004/8/8 0


Hi,

I've made a website that gives free email accounts.
But in the register section, XOOPS is asking for email address not to be empty. How can I disable the test so the register is OK even if the user did not enter an email address ?
In Admin section I've set to activate automatically but it still want non empty email...

thnx




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



Login

Who's Online

163 user(s) are online (95 user(s) are browsing Support Forums)


Members: 0


Guests: 163


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