1
TBrillon
Re: tokens
  • 2005/4/29 20:16

  • TBrillon

  • Just popping in

  • Posts: 9

  • Since: 2002/9/1 7


Johnrot

The only thing I can tell you is to go to your database, find a table called Config.

Browse records in the conf_name field look for something called session_expire

When you find that record, hit edit on that line and replace whatever is currently in your conf_value field with a 15

Hit submit, head back to the site and update your modules.


I know this isnt real pretty but it seems like the only semi fix we have at the moment seeing that no one is burning down the door to answer it lol


Hope this helps.

TBrillon



2
TBrillon
Re: tokens
  • 2005/4/26 23:02

  • TBrillon

  • Just popping in

  • Posts: 9

  • Since: 2002/9/1 7


Yeah I am having the same exact issue. Token Expiration will not allow me to change anything even after module updates. From what I am seeing the token expiration is keeping me from even updating the modules.

Is it possible to have a GUI that allows us to turn tokens off and on without editing code?

Is editing the DB data the only fix for this?


Thanks,
TBrillon



3
TBrillon
Re: Removing authentication from register.php
  • 2005/2/14 15:49

  • TBrillon

  • Just popping in

  • Posts: 9

  • Since: 2002/9/1 7


Zzzzzzzzzz.... *falls asleep while waiting for some sign of life*



4
TBrillon
Removing authentication from register.php
  • 2005/2/10 19:00

  • TBrillon

  • Just popping in

  • Posts: 9

  • Since: 2002/9/1 7


Anyone know what code elements I would need to remove from register.php so that I can display this page to new users when I have the site in Closed Status?


I want to close the site indefinitely and give access to people that are already members but in the same sense I want to have register.php available for new people to sign up.

As it is right now, new users cannot access register.php unless they authenticate first.

I just want to remove the authenication piece within register.php so new users can sign up.

Any ideas on how to remove the code?

Since I start the sites main page in a sensitive module I cant just remove it from anonymous view without it redirecting to a profile page.

Thanks for your help



5
TBrillon
URL detection and re route on mainfile.php
  • 2004/10/8 22:16

  • TBrillon

  • Just popping in

  • Posts: 9

  • Since: 2002/9/1 7


Ok. I am using the XOOPS 2.0.6 engine behind a firewall. I have users able to connect by using one address (lets say 150.xx.xx.01). This is the internal address and will route directly to this XOOPS site when I call it via a browser. No problem.

Currently no users outside of the firewall can access the site unless they authenticate to an internet portal. Once they are authorized, it redirects them to a new address (say 150.xx.xx.02). This redirection will not connect to XOOPS unless I try to manage the headers that it comes in on.

I need a little help on figuring out the best place to put this code OR if you have something better in mind I'll be happy to enterain it.

I have currently placed it on or around line 45 of the mainfile.php.

Heres the code:
$port = $HTTP_SERVER_VARS['REMOTE_ADDR'];
if($port == '150.xx.xx.02'){
define('XOOPS_URL', ''http://150.xx.xx.02');
} else {
define('XOOPS_URL', 'http://150.xx.xx.01');
}

When I run this as is... it conflicts with common.php which is also trying to execute headers.

Can someone push me in the right direction? Thanks alot for any assistance you all can provide :)



6
TBrillon
Re: Deleting recalcitrant users
  • 2002/12/27 18:51

  • TBrillon

  • Just popping in

  • Posts: 9

  • Since: 2002/9/1 7


I have to admit that I do submit bogus email addresses from time to time.... but only because I HATE SPAM.

Sorry, but you guys sound like your trying to control a users visit.

I am a fellow web developer as well and I understand your itch but... your not the only one in the game. The public is as well. Forcing them to do certain things makes them go away...

Just food for thought

BTW - Great script Regen_8r




TopTop



Login

Who's Online

223 user(s) are online (147 user(s) are browsing Support Forums)


Members: 0


Guests: 223


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