3
Hey, I seem to be bumping into you a lot today
Here is a portion of what I get in the Admin screen when I try to go into config:
Quote:
/ // ------------------------------------------------------------------------- // // Original Author: Pascal Le Boustouller // Author Website : pascal.e-xoops@perso-search.com // Licence Type : GPL // ------------------------------------------------------------------------- // include("admin_header.php"); include(XOOPS_ROOT_PATH."/modules/myAds/cache/config.php"); function Conf() { global $xoopsUser, $xoopsConfig, $xoopsModule; global $annoadd, $justuser, $nb_affichage, $monnaie, $newclassifieds, $moderated, $photomax, $claday, $affichebloc, $countday, $ynprice, $souscat, $classm, $nbsouscat, $newann; xoops_cp_header(); OpenTable(); echo ""._CLA_CONFMYA."
Lots more after that but it doesn't like something on my server.
A big part of it looks like a form with config options.
Quote:
"; echo "
"; echo "
"._CLA_ANNOCANPOST." "._CLA_OUI." "._CLA_NON."
"._CLA_PERPAGE."
"._CLA_MONEY."
It isn't showing here but there is what appears to be text boxes and drop down lists.
(file rights are set based on the Readme).