parameter passing on command line

Discussion of non-phpBB related topics with other phpBB.com users.
Forum rules
General Discussion is a bonus forum for discussion of non-phpBB related topics with other phpBB.com users. All site rules apply.
Post Reply
jmperu
Registered User
Posts: 7
Joined: Sat Sep 09, 2017 6:58 pm

parameter passing on command line

Post by jmperu »

Hello,
I would like to know how to pass on a command line the user, the password
as I did for the forum
https://xxxxxx/phpBB3/viewforum.php?f=4

cordially
User avatar
david63
Registered User
Posts: 20646
Joined: Thu Dec 19, 2002 8:08 am

Re: parameter passing on command line

Post by david63 »

That link does not work
jmperu
Registered User
Posts: 7
Joined: Sat Sep 09, 2017 6:58 pm

Re: parameter passing on command line

Post by jmperu »

actually it was to give an example of what I'm doing right now but I would like to add also the username and the password
User avatar
AmigoJack
Registered User
Posts: 6113
Joined: Tue Jun 15, 2010 11:33 am
Location: グリーン ヒル ゾーン
Contact:

Re: parameter passing on command line

Post by AmigoJack »

You can't, as login credentials are only accepted thru a HTTP POST, not script parameters alone - you'd need additional software to do that, such as cURL or wget.
jmperu
Registered User
Posts: 7
Joined: Sat Sep 09, 2017 6:58 pm

Re: parameter passing on command line

Post by jmperu »

merci
Post Reply

Return to “General Discussion”