Help PHP nuke plz.

Questions about programming languages and debugging
Post Reply
User avatar
zigo
suck-o-fied!
suck-o-fied!
Posts: 88
Joined: 07 Jul 2005, 16:00
18

Help PHP nuke plz.

Post by zigo »

hey guys im trying to help my freind he's getting this error in the administration panel like at the bottom Fatal error: Call to undefined function: platinum_technology() in /home/mowclan/public_html/zoot/admin.php on line 377

on line 377 this is what we see .

376 OpenTable();
377 $v_check = platinum_technology();
378 echo "<center><b>"._VCHECKHEADER."</b></center><br>"
379 ."<center>$v_check</center><br>"
380 ."<center>[&nbsp;$sitename&nbsp;]</center>";
381 CloseTable();

the numbers those are the lines numebers plz if u can help me to understand this error it wub be very nice .

User avatar
Gogeta70
^_^
^_^
Posts: 3275
Joined: 25 Jun 2005, 16:00
18

Post by Gogeta70 »

Post the whole code, or if you don't want everyone seeing, then private message the code to me, if you want. There doesn't seem to be much of a problem with that code there...
¯\_(ツ)_/¯ It works on my machine...

User avatar
zigo
suck-o-fied!
suck-o-fied!
Posts: 88
Joined: 07 Jul 2005, 16:00
18

Post by zigo »

ah it's okay guys i managed to fix the prob he had few block and module that were vulnrebale so he was geting Sql injection and files were beeing deleted so we deleted those block and modules and it's working file of course w pute dback on all the files that were deleted and renamed . but thx everyone for ur help .

Post Reply