JDownloader Community - Appwork GmbH
 

Reply
 
Thread Tools Display Modes
  #1  
Old 26.03.2020, 14:54
3dkkm 3dkkm is offline
Modem User
 
Join Date: Mar 2020
Posts: 2
Default Links hinzufügen mit zusätzlichen Optionen

Salü Entwickler,

Ich wollte was der Kommentar mit Parameter übergeben wie so Beispiel hier von PHP Code.

Code:
function base16Encode($arg){
	$ret="";
	for($i=0;$i<strlen($arg);$i++){
		$tmp=ord(substr($arg,$i,1));	
		$ret.=dechex($tmp);	
}
	return $ret;
}

$key="1234567890987654";
$transmitKey=base16Encode($key);
$link="**External links are only visible to Support Staff**;
$cp = mcrypt_module_open(MCRYPT_RIJNDAEL_128, '', 'cbc', '');
@mcrypt_generic_init($cp, $key,$key);
$enc = mcrypt_generic($cp, $link);   
mcrypt_generic_deinit($cp);	
mcrypt_module_close($cp);
$crypted=base64_encode($enc);
	  
echo $crypted;

Siehe rote Markierung, dort möchte ich gerne Parameter übergeben.

Kann mir jemand Beispiele helfen?
Attached Images
File Type: png 1BDUsetzdLzn.png (21.6 KB, 1 views)

Last edited by 3dkkm; 26.03.2020 at 14:57.
Reply With Quote
  #2  
Old 26.03.2020, 15:30
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 71,117
Default

Bitte wende dich an support@jdownloader.org.
Poste im Anschluss am besten die Lösung hier.

Grüße, psp
__________________
JD Supporter, Plugin Dev. & Community Manager

Erste Schritte & Tutorials || JDownloader 2 Setup Download
Spoiler:

A users' JD crashes and the first thing to ask is:
Quote:
Originally Posted by Jiaz View Post
Do you have Nero installed?
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

All times are GMT +2. The time now is 01:42.
Provided By AppWork GmbH | Privacy | Imprint
Parts of the Design are used from Kirsch designed by Andrew & Austin
Powered by vBulletin® Version 3.8.10 Beta 1
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.