Anonymous
Unregistered
Posted 7 years ago #
hi. i've successfully installed a hack on my blog. how do i go about adding more hacks? i've tried doing it by inserting the code in the myhacks.php. after i do this though, i always get errors on my page of all sorts. i'm assuming that i really dont know how to add more than one hack code. the wiki documents only show u to insert the code between the <?php and ?>. what about if i add another code? thanks for helping.
Eleni
just add the function right after your first hack still between <?php and ?>
Let's try this: What kind of errors do you get?
TG
Anonymous
Unregistered
Posted 7 years ago #
Parse error: parse error, unexpected '<' in /home/ragmusf/public_html/photoblog/my-hacks.php on line 24
Eleni
OK, you should only have one set ov the <?php ?> tags. And all of the code should go between those two tags.
TG