ヤミRoot VoidGate
User / IP
:
216.73.216.84
Host / Server
:
146.88.233.70 / dev.loger.cm
System
:
Linux hybrid1120.fr.ns.planethoster.net 3.10.0-957.21.2.el7.x86_64 #1 SMP Wed Jun 5 14:26:44 UTC 2019 x86_64
Command
|
Upload
|
Create
Mass Deface
|
Jumping
|
Symlink
|
Reverse Shell
Ping
|
Port Scan
|
DNS Lookup
|
Whois
|
Header
|
cURL
:
/
home
/
logercm
/
dev.loger.cm
/
src
/
Entity
/
Viewing: Contact.php
<?php namespace App\Entity; use ApiPlatform\Core\Annotation\ApiResource; use App\Repository\ContactRepository; use Doctrine\Common\Collections\ArrayCollection; use Doctrine\ORM\Mapping as ORM; /** * @ApiResource() * @ORM\Entity(repositoryClass=ContactRepository::class) */ class Contact { /** * @ORM\Id() * @ORM\GeneratedValue() * @ORM\Column(type="integer") */ private $id; /** * @ORM\ManyToOne(targetEntity=Visitor::class, inversedBy="contacts") * @ORM\JoinColumn(nullable=false) */ public $visitor; /** * @ORM\Column(type="string", length=10000) */ public $message; /** * @ORM\Column(type="datetime", nullable=true) */ public $createdAt; /** * @ORM\ManyToOne(targetEntity=User::class, inversedBy="contacts") */ public $threatBy; /** * @ORM\Column(type="datetime", nullable=true) */ public $threatAt; public function getId(): ?int { return $this->id; } public function getVisitor(): ?Visitor { return $this->visitor; } public function setVisitor(?Visitor $visitor): self { $this->visitor = $visitor; return $this; } public function getMessage(): ?string { return $this->message; } public function setMessage(string $message): self { $this->message = $message; return $this; } public function getCreatedAt(): ?\DateTimeInterface { return $this->createdAt; } public function setCreatedAt(?\DateTimeInterface $createdAt): self { $this->createdAt = $createdAt; return $this; } public function getThreatBy(): ?User { return $this->threatBy; } public function setThreatBy(?User $threatBy): self { $this->threatBy = $threatBy; return $this; } public function getThreatAt(): ?\DateTimeInterface { return $this->threatAt; } public function setThreatAt(?\DateTimeInterface $threatAt): self { $this->threatAt = $threatAt; return $this; } public function __construct() { $this->createdAt = new \DateTime( ); } public function __toString() { // TODO: Implement __toString() method. return "(".$this->id.")". substr($this->message,0,20)."..."; } }
Coded With 💗 by
0x6ick