1
xlurker
Re: Autodetect RSS
  • 2007/11/13 0:27

  • xlurker

  • Just popping in

  • Posts: 7

  • Since: 2007/11/2


Everybody's too busy bitching and moaning.

You can get browsers to auto detect the feed by adding the following line for each feed URL in your META tags...

<link rel="alternate" type="application/rss+xml" title="RSS Feed Title" href="http://yourdomain.com/backend.php" />


RSS-Fit works really well at giving RSS to modules that may not necessarily have RSS. If you combine that with Feedburner.com, you can really enhance your feeds.

There may be a way to automatically detect whether a module has a feed or not, or a way to build a feed directly off of the smarty output or DB, but that's beyond my skill level.

Don't know if that is what you were looking for, but at least I gave it a shot.



2
xlurker
Re: @script_fu, Will_H and Snow77
  • 2007/11/12 20:00

  • xlurker

  • Just popping in

  • Posts: 7

  • Since: 2007/11/2


I call it like I see it. What I see is somebody who obviously has questionable ethics (squatting on a few typo domains that are awfully similar to the company you're complaining about) accusing a company publicly who has contributed a lot to the community.

Having issues with XD is one thing. Dragging it into the public eye is another.

If you didn't want opposition, you should have kept your issues with XD private. By dragging it out into the public, you opened yourself up to scrutiny.

Know it all? No. But I know a rat when I see one.



3
xlurker
Re: @script_fu, Will_H and Snow77
  • 2007/11/12 17:28

  • xlurker

  • Just popping in

  • Posts: 7

  • Since: 2007/11/2


Perhaps it's not, but it does smell a bit gamy.

Am I the only one who thinks that Will_H's recent announcement of charging for themes and now his father's accusations against XOOPS Design are a bit more than a little fishy?

Especially considering script_fu's past comments about XOOPS Design?

What about the WHOIS info of the person who is squatting on xoopsdesigns.com?

Who stands to benefit the most if the top producer of paid XOOPS Themes gets a bad reputation. Ah, yes, another paid XOOPS Theme producer.

If it looks like a fish, smells like a fish, and acts like a fish...

I'm with JAVesey on this one. Take it elsewhere. The motivations for such bad press against a company that has been nothing but a positive contributor to XOOPS are suspect at best.



4
xlurker
Re: protect admins profile from other user ?
  • 2007/11/10 5:12

  • xlurker

  • Just popping in

  • Posts: 7

  • Since: 2007/11/2


Quote:

tom wrote:
Unless of course the site in question is run in total secrecy and no admin account ever posted.


If a webmaster never posts as the admin account, it makes it more difficult for the admin account to be sniffed out by casual queries. Given the DB structure of XOOPS, though, a knowledgeable hacker could circumvent this in seconds, provided they could perform DB queries that are unchecked.



5
xlurker
Re: protect admin's profile from other user ?
  • 2007/11/9 20:47

  • xlurker

  • Just popping in

  • Posts: 7

  • Since: 2007/11/2


Quote:

Alex_Grey wrote:
Below is some code for userinfo.php. it is set so only system_admin can view that profile.

$isAdmin $gperm_handler->checkRight'system_admin'XOOPS_SYSTEM_USER$groups);            // isadmin is true if user has 'edit users' admin rights

//Added Code
if ($uid == && !$isAdmin){
    
redirect_header('index.php'3_NOPERM); 
}
//End


Some people deliberately set uid 1 as a non-privileged or non-existent account for security reasons. Omitting that portion of the code and just checking for !$isAdmin is sufficient.

$isAdmin $gperm_handler->checkRight'system_admin'XOOPS_SYSTEM_USER$groups);            // isadmin is true if user has 'edit users' admin rights

//Added Code
if (!$isAdmin){
    
redirect_header('index.php'3_NOPERM); 
}
//End



6
xlurker
Re: Xoops not sending mail to everyone
  • 2007/11/7 3:46

  • xlurker

  • Just popping in

  • Posts: 7

  • Since: 2007/11/2


Unless I'm mistaken, XOOPS is hard coded to only allow a maximum of 200 emails to be sent. A lot of ISPs will blacklist either your domain, IP, or both if you send out more than 100 emails at a time.

For mass mailings, you're better off to use a mailing list manager likehttp://www.phplist.com/



7
xlurker
Re: Is anyone else sick of all this crap?
  • 2007/11/2 12:43

  • xlurker

  • Just popping in

  • Posts: 7

  • Since: 2007/11/2


+1

See signature




TopTop



Login

Who's Online

243 user(s) are online (140 user(s) are browsing Support Forums)


Members: 0


Guests: 243


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