403Webshell
Server IP : 209.209.40.120  /  Your IP : 216.73.217.112
Web Server : Microsoft-IIS/10.0
System : Windows NT NEWWWW 10.0 build 17763 (Windows Server 2019) i586
User : NEWWWW$ ( 0)
PHP Version : 8.3.30
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /software/Services/EmailPenpalAfrica/php/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /software/Services/EmailPenpalAfrica/php/tdf_generator.php
<?php 
$fp = fopen('tdf_output.txt', 'a');

if ($file = fopen("tdf_input.txt", "r")) {
    while(!feof($file)) {
        $line = fgets($file);
        $line_hold=explode(',',$line);
        $value= $line_hold[0];
	$text_field= $line_hold[1];
	$text_field=str_replace(array("\r\n","\n"),'',$text_field);
        $new_value="<Field Name='$text_field' ValueList='false' DataType='Long' ParameterType='INTERNAL' AutoConditionMap='true' Default='$value'><Additional><AdditionalVar Name='Write to CDR' DataType='Boolean' Value='true' /></Additional>
<TheAdditionalTDFDataTypes><AdditionalDataType>Amount</AdditionalDataType><AdditionalDataType>RatingDecimal</AdditionalDataType><AdditionalDataType>Date</AdditionalDataType>
</TheAdditionalTDFDataTypes></Field>".PHP_EOL;;
       //echo ("$new_value");
       fwrite($fp,$new_value);
    }
    fclose($file);
}   
?> 

Youez - 2016 - github.com/yon3zu
LinuXploit