|  | 
  bg62 - 2007-10-22 14:24:15bonjourqui pourrait m'aider à installer ce script ?
 je suis quasiment nul en PHP et encore plus en anglais !
 grand merci à l'avance
 amitiés
 b g
  Er. Rochak Chauhan - 2007-10-22 14:49:48 - In reply to message 1 from bg62Bonjour
 Je peux vous aider à installer ce script, mais je ne sais pratiquement zéro en anglais et en français.
 
 Permettez-moi de savoir comment je peux vous aider.
 
 Merci et Cordialement,
 Rochak Chauhan
 
 PS: J'ai traduit ce texte à partir de Google Translator.
  bg62 - 2007-10-23 06:26:58 - In reply to message 2 from Er. Rochak Chauhanmerci c'est gentil(la traduction avec google est bonne)
 j'ai téléchargé le zip, mais je ne sais pas comment faire ensuite pour le faire fonctionner
 amitiés
 b g
  Er. Rochak Chauhan - 2007-10-23 07:04:27 - In reply to message 3 from bg62BonjourCette classe peut faire les choses suivantes:
 
 1) Générer des balises à partir d'un fichier texte ou un tableau.
 2) Extrait étiquettes de la chaîne.
 
 Voilà comment vous l'utilisez:
 
 require_once( "TagCloudGenerator.inc.php");
 $TagCloudGenerator=new TagCloudGenerator();
 
 Après la création de l'objet, vous pouvez choisir d'utiliser l'un quelconque de ces méthodes.
 
 echo $TagCloudGenerator->generateTagCloudFromString("Rochak Chauhan", "www.rochakchauhan.com", 3);
 
 echo $TagCloudGenerator->generateTagCloudFromArray($sampleArray);
 
 echo $TagCloudGenerator->generateTagCloudFromCsv('sample.csv');
 
 echo $TagArray=tagCloudGenerator->generateTagsFromText($sampleString);
 echo $TagCloudGenerator->generateTagCloudFromText $ sampleString);
 
 Cordialement,
 Rochak Chauhan
  bg62 - 2007-10-23 07:19:49 - In reply to message 4 from Er. Rochak Chauhanmercile problème est que je voudrais mettre cela sur mon site, ... mais je suis " 0 " en php !!! trop vieux peut-être ?
 que faut-il faire ?  une page normale avec quel code ?
 peux-tu me donner un exemple de code entier d'une page qui fonctionne bien ?
 amitiés
 b g
  Er. Rochak Chauhan - 2007-10-23 09:59:21 - In reply to message 5 from bg62Type de la présente index.phprequire_once ( "TagCloudGenerator.inc.php");
 $TagCloudGenerator= new TagCloudGenerator();
 $TagCloudGenerator->generateTagCloudFromCsv( 'sample.csv');
 
 
 
 Maintenant créer un "sample.csv" avec ces informations:
 Nom Tag, Tag Link, Priorité (0-9)
 
 
 Sample.cvs
 
 Rochak Chauhan, http://www.rochakchauhan.com, 3
 DMW Technologies, http://www.dmwtechnologies.com, 8
 DMW Validator, http://www.dmwvalidator.com, 7
 God of the links, http://www.godofthelinks.com 2
  bg62 - 2007-10-23 12:11:47 - In reply to message 6 from Er. Rochak Chauhanok je ne comprends pas grand chose mais je vais essayer et je dirai quoiamicalement
 b g
 ps: tu es de où ?
  Er. Rochak Chauhan - 2007-10-23 12:33:18 - In reply to message 7 from bg62Tous les meilleurs.
 Je suis Indian(Asia)
  bg62 - 2007-10-23 12:49:18 - In reply to message 6 from Er. Rochak Chauhanre ...je viens d'essayer en local sous easyphp et j'ai ceci :
 Parse error: parse error, expecting `T_OLD_FUNCTION' or `T_FUNCTION' or `T_VAR' or `'}'' in c:\easyphp1-8\www\unesourisetmoi.info\cloud\TagCloudGenerator.inc.php on line 15
 
 ????
 il y a erreur ?  ou
 elle fonctionne en local ou pas ?
 il faut tester en ligne ?
 amitiés
 b g
  Er. Rochak Chauhan - 2007-10-23 12:59:48 - In reply to message 9 from bg62 |