81
EyeKeeper
Variables in url for xoops login
  • 2005/9/30 17:23

  • EyeKeeper

  • Quite a regular

  • Posts: 209

  • Since: 2002/6/11


Hello folks!

what I'm trying to do is to use a login via flash to provide the information to login on xoops.
But I'm not getting it to work... the only thing I got running is to have the variables send together with the url but then I'm not able to login and get the wrong password/username error page.
As I look into the template file for the login procedure I need to have three variables to be able to login:

- op to identify the operation (login)
- uname --> the username
- pass --> for the password

When I click my submit button the url looks like:
Quote:

www.domain.com.br/user.php?op=login&uname=XXXX&passXXX


How can I handle that? I don't understand quite anything aboiut flash so I don't know ho to send hidden variables?

But how can I ...

a) change the checklogin file so that it can read the url?
b) make the variables not be visible on the url since I'm sending the user's password?

I looked up here through the forums and search function, but I couldn't find anything that helped me...
Thanks in advance,



82
EyeKeeper
Re: Help needed -- Flash Banner login box
  • 2005/9/27 20:31

  • EyeKeeper

  • Quite a regular

  • Posts: 209

  • Since: 2002/6/11


did anyone find an answer to this matter?



83
EyeKeeper
Re: newsletter module
  • 2005/6/22 16:48

  • EyeKeeper

  • Quite a regular

  • Posts: 209

  • Since: 2002/6/11


I can suggest Xmail
https://xoops.org/modules/repository/viewcat.php?list=X&start=10

the new version is going to be launched shortly and it's really worth taking a look at it...

here is the extract from the readme.txt file that is included in the module

Quote:

Module Capabilities:

- Allows saving messages on the database for later sending.
Accepts html, smiles, photos and special codes:
{X_UID} will return member ID
{X_UNAME} will return member name
{X_UEMAIL} will return members email

- Sending emails, sending personal messages, and whatever is selected on the member’s profile.
, establishing criteria such as:
only one user or several users selected,
only one group or several groups selected,
last login was after (Format yyyy-mm-dd, optional),
last login was before (Format yyyy-mm-dd, optional) ,
last login was more then X days ago (optional),
last login was less then X days ago (optional),
Send mail only to users that accept notification (optional)
Send mail only to inactive members (optional)
If item selected, all messages (including private ones) will be ignored
Registration date is after (Format yyyy-mm-dd, optional),
Registration date is before (Format yyyy-mm-dd, optional)


- Logs sent messages, recording the user who receives them and when he receives it.
This is important to keep trace off what messages were delivered.

- Allows complete visualization of the log or selection of message and user groups.
Module supervisor can view the entire log.
Module user can view his messages (sent and received).


- IMPORTANT: This module respects the user’s option of receiving or not mail notifications.
If the user does not have this option active, we will not receive any email.
If within the module you activate the option not to check for the previously referred notification, the message

will be forwarded to the Inbox of the user as a private message in case any one tries to mail him.
Doing so, you wont be violating SPAM rules.


And what can the average user do ??

Submit a message for approval. ( The webmaster will receive an email to approve it)
However, if you optimize the module for auto-approval, the message sending will not require Webmaster or Supervisor

acceptation.
Send a message after it has been approved.
See the Sent Log.
Change (when not sent or not approved) and delete his sent messages.

What can the Admin do ?
Everything the user can plus...
Send messages that are automatically approved.
Administrate Messages:
Change ( if not yet sent )
Delete ( if sent, will verify parameters ref. Delete message, after x days sent )
Approve ( the user that sent it, will receive a 'message approved' email )
Disapprove ( will deactivate the msg, thus not sending it)

In administration - Change parameters .

There are 12 parameters:

Delete msg after X days sent :
(Within the admin panel, trying to delete a message sent no more then X days ago will not work.)

How many messages can be sent each time :
(To prevent server overload, you can easily set how many messages can be sent at each time.
Example: If you choose 50, you then select a group of 200 users.
After 50 messages have been sent, a form will be displayed requesting your authorization for the remaining

150. )


Message Sorting Options:
Title
Code
Sent Date (decreasing)
Sent Date (increasing)


Page Limit:
How many messages you wish to display in Administrate messages
and sent Log.

Auto-Approve :
Choose either Yes or NO, depending on whether you want (or not) to auto-approve every single message.
Watch-Out !! Be sure to really need this service if you choose 'Yes'.


Folder to upload file attachments to:
Default : XOOPS_URL/modules/xmail/upload
Folders will be created inside this 'upload' directory, named after the login of the user, on which each user can

upload the files to be sent with the message.

File types allowed for attachments.

Maximum file size in bytes.

Date Format, based on the php function date.
To display registration date and last sent.

Whether to allow or not file attachments.

Permission setting for the 'upload' directory, (windows OS don't need this).
Default: 0774

Respect the user?s option of receiving or not mail notifications
If 'Yes' and the user doesn't want to receive email, no message will be sent.
If 'No' and the user doesn't want to receive email, a personal message will be sent.


How do the attachments work ?
Will only accept attach. if that option is active.
The process of indexing a file will be done in the 'change' option, where there will be a form for the upload.
After uploading, the file will be auto-annexed with the email, although you can still remove it.
The user will be presented with a list of other uploaded files that can be indexed to his own message.
The above can be done only if the message hasn't been sent yet and hasn't been authorized yet.

Where will the uploaded attach files be ?
They will be stored in the directory set before, on which each user will have its own folder, named after their login.
If the file isn't being used on another message, it will be deleted when you delete the message.


What to do after Install ?

Go to administration and work on the settings.

Which XOOPS version do i need to run ?

XOOPS must be version 2.05 or higher.
Be sure to check whether your XOOPS version 2.05 is stable, following the step below:
Go to line 342 in file <path_do_xoops>/class/criteria.php
If that line looks like this:

if ( is_numeric($this->value) ) { // || strtoupper($this->operator) == 'IN') ???

Change it to:

if ( is_numeric($this->value) || strtoupper($this->operator) == 'IN') {


What if you forget to check for it?
In the send email option, when you select one or two groups, you will always receive the 'no user selected' message.



For those upgrading their version ...

I think you all know this, but besides the file substitution, you need to go to administrator and update the module.
Some template changes will only be seen if you do so.

Some unnecessary files where deleted, so you should consider deleting and installing, rather then just upgrading.
IMPORTANT:

To upgrade, besides doing the above, you must run the script:
<xoops_url>/modules/xmail/upgrade1.0X_to_1.0Y.php to do the database changes.
Obs. X is current version
Y is new version
Example: upgrade1.08_to_1.09.php


From version 1.10, to bring up to date the module, after to execute the normal procedures of
xoops, script must be executed < xoops_url>/modules/xmail/upgrade.php, in which was implemented
a project of update of the data base using itself xml.

XOOPERS Brasil team would appreciate your feedback.
Pay us a visit athttp://www.xoops.net.br



84
EyeKeeper
Re: News title select box
  • 2004/8/17 17:51

  • EyeKeeper

  • Quite a regular

  • Posts: 209

  • Since: 2002/6/11


Thanks...

I wasn't finding the location of this code...
I will mess around...




85
EyeKeeper
Re: News title select box
  • 2004/8/17 10:37

  • EyeKeeper

  • Quite a regular

  • Posts: 209

  • Since: 2002/6/11


any ideas?



86
EyeKeeper
News title select box
  • 2004/8/16 17:46

  • EyeKeeper

  • Quite a regular

  • Posts: 209

  • Since: 2002/6/11


Hey folks,

I've been truing to change the navigation box for the news module (1.0) and I'd like instead of having the categories displayed in the navigation box, the titles of news of any categories...
Can anyone give me and idea where I can change this? I'm not finding the right call in any of the files (although I know it should be somewhere there....)
Thanks



87
EyeKeeper
News shrinking its size
  • 2004/7/21 16:34

  • EyeKeeper

  • Quite a regular

  • Posts: 209

  • Since: 2002/6/11


Hello folks...

something strange is happening with the mews modulkes installed in this site:

http://www.jaraguaturismo.com.br/modules/news/

You can see that the news showed ath the bottom of the page were (somehow) shrinked and I have no idea how to solve it...

Can anyone help me?



88
EyeKeeper
Re: Import e-mails using Evennews
  • 2004/7/20 20:57

  • EyeKeeper

  • Quite a regular

  • Posts: 209

  • Since: 2002/6/11


OK...

good to know about it...
I'll be thinking of something and I'll post there...
Thanks



89
EyeKeeper
Import e-mails using Evennews
  • 2004/7/20 17:53

  • EyeKeeper

  • Quite a regular

  • Posts: 209

  • Since: 2002/6/11


Hi folks,

I have a list of emails I use to send to visitors of my site trough my email app... I exported them into a text file...
How can I insert these emails into evennews without needing to do it one by one?
Thanks,



90
EyeKeeper
Re: Wordpress - Recent post layout
  • 2004/7/16 12:16

  • EyeKeeper

  • Quite a regular

  • Posts: 209

  • Since: 2002/6/11


sorry...

I tried many thing yesterday and I couldn't solve it...
but I got it know...

if someone could use it...just this line:

Quote:

$output .= '<br>>> <a href="' . $permalink . '" rel="bookmark" ' . $post_title . '">' . $post_title . '</a>';


to this:
Quote:

$output .= '<div align="left">>> <a href="' . $permalink . '" rel="bookmark" ' . $post_title . '">' . $post_title . '</a></div>';


that's it....




TopTop
« 1 ... 6 7 8 (9) 10 11 12 ... 17 »



Login

Who's Online

240 user(s) are online (153 user(s) are browsing Support Forums)


Members: 0


Guests: 240


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