PDA

View Full Version : Need help with modifying my hack...


Chris M
06-22-2002, 05:26 PM
<a href="https://vborg.vbsupport.ru/showthread.php?s=&threadid=40146" target="_blank">User Bio Hack...</a>

I am trying to allow members to view and rate the bios too...

Ive got a file (viewbio.php)...

Could you tell me what is wrong with this code below?

Wrong file...

Satan

Lesane
06-22-2002, 05:29 PM
LMAO, that's my code. hahaha

U steal my code, don't understand it and now you ask for help. hahah so funny :D

Chris M
06-22-2002, 05:32 PM
Oops...

Copied the wrong file...

Satan

Chris M
06-22-2002, 05:40 PM
It wasnt a file I was trying to get to work...

I wanted to know how I would get the information the user submitted to be displayed in a template format for regular users...

The viewbio.php file contains :

<?php

if ($bbuserinfo['userid']!=0) {
eval("dooutput(\"".gettemplate("viewbio")."\");");
} else {
eval("dooutput(\"".gettemplate("unregviewbio")."\");");
}
?>

Can somebody tell me how I would achieve that?

Satan