Site nuked clan

Utilisateur anonyme -  
 Utilisateur anonyme -
Bonjour, j'ai une team call of duty 4, et je souhaiterai nous crée un site internet. Je ne suis plus vraiment un debutant en info, mais j'avou que tout cela me depasse.

J'ai deja trouvé des sites qui explique comment crée un site, celui-ci entre autre:
https://openclassrooms.com/fr/

Mais je ne sais absolument pas par quoi et par ou commencer a apprendre.

Pouriez vous cheres CCMistes m'indiquer pas ou debuté.

merci d'avance


Ps: je possede un FTP pour hebergé le site

A voir également:

7 réponses

Utilisateur anonyme
 
Ok, merci beacoup. j'ai du boulot qui m'attentant on dirai ^^
2
Utilisateur anonyme
 
Bonsoir

Si ton hebergeur supporte le PHP et MySQL, tu peux télécharger Nuked Clan et le transferer sur ton espace perso chez ton hebergeur.

Tu as un toto complet sur cette page > http://docs.nuked-klan.org/doku.php?id=lestutoriaux:installation_nk

Par contre si tu n'as jamais géré un site en ligne, tu vas un peu galérer au début, mais ça vient vite.
0
soggybuttom Messages postés 73 Date d'inscription   Statut Membre Dernière intervention   4
 
Salut, il n'y a pas de secret quand tu débutes, cela passe par l'installation de notepad++ et filezilla, et ensuite une longue lecture des sites de tutoriaux pour que tu soit à l'aise avec le html qui te permettra de créer un site web statique.
Je te recommande également de dessiner sur papier dans un premier temps toutes les pages de ton site afin que tu saches quel forme il aura.
Voila je te souhaite bon courage!
0
Utilisateur anonyme
 
Il y a aussi ce lien pour la gestion de Nuked Clan > http://docs.nuked-klan.org/doku.php?id=nk1.x:team
-2

Vous n’avez pas trouvé la réponse que vous recherchez ?

Posez votre question
Utilisateur anonyme
 
On me dit qu'il est impossible d'ecrire dans la base de donnée config.inc.php , pourtant j'ai mis les droits d'ecriture oO

Qu'est ce qui se passe?
-2
Utilisateur anonyme
 
lol, laissez tombé j'ai trouvé pourquoi :)
-1
salvation62 Messages postés 9 Date d'inscription   Statut Membre Dernière intervention   1
 
Utilise nuke, c'est certainement ce qui ce fait de mieux pour les clans
-2
Utilisateur anonyme
 
Bonjour,

J'ai quelques problemes pour installé un module sur mon site nuked klan, en effet l'installation n'est pas automatique, je dois ajouter une ligne de code PHP, et comme je n'y connais rien a ce langage je galere un peu....


Voila les instruction:

INSTALLATION:
1 - Dézipper et uploader le contenue de l'archive sur votre FTP.
2 - L'installation se fait par : http://yoursite.com/install.php
3 - Ajouter cette ligne de code juste après la balise <BODY> de vos fichiers theme.php
Code:
//-------------------mise à jour des précences-------------------//
include("modules/Presence/maj.php");


Je bloque a la 3eme etape, j'ai deja essayé d'ajouter cette ligne un peu partout (au hasard) mais ça n'a rien donné.

Voici quelques lignes du Themes.php que je donne modifié. Pouvez vous me dire a quel endroit je doit ajouter la ligne de code svp.

<body>

<table style="width:1000px; margin-left:auto; margin-right:auto;" border="0" cellspacing="0" cellpadding="0">
<tr style="height:100%;">
<td style="width:59px; background-image:url(themes/Na_Gigoss/images/bordure/barreG.png); vertical-align:top;"></td>
<td style="width:882px; vertical-align:top;">
<table style="width:882px;" border="0" cellspacing="0" cellpadding="0">
<tr style="height:50px;">
<td style="width:882px; vertical-align:top;">
<table style="width:882px; height:50px; background-image:url(themes/Na_Gigoss/images/unique/utilisateur.png);" border="0" cellspacing="0" cellpadding="0">
<tr style="height:50px;">
<td style="width:882px;"><?php include ('themes/Na_Gigoss/images/unique/log.php'); ?></td>
</tr>
</table>
</td>
</tr>
<tr style="height:236px;">
<td style="width:882px; vertical-align:top;">
<table style="width:882px; height:236px; background-image:url(themes/Na_Gigoss/images/header/<?php echo $header; ?>.png);" border="0" cellspacing="0" cellpadding="0">
<tr style="height:236px;">
<?php
if (!$user)
{
?>
<td style="width:882px;">
<table style="width:882px; height:236px;" border="0" cellspacing="0" cellpadding="0">
<tr style="height:26px;">
<td style="width:882px; vertical-align:top;">
<table style="width:882px; height:26px;" border="0" cellspacing="0" cellpadding="0">
<tr style="height:26px;">
<td style="width:310px;"></td>
<td style="width:268px; text-align:center;" class="anonyme">
<a href="index.php?file=User&op=reg_screen">S'enregitrer</a> / <a href="index.php?file=User&op=oubli_pass">Perdu votre pass</a> ?
</td>
<td style="width:304px;"></td>
</tr>
</table>
</td>
</tr>
<tr style="height:210px;">
<td style="width:882px; vertical-align:top;">
<table style="width:882px; height:210px;" border="0" cellspacing="0" cellpadding="0">
<tr style="height:210px;">
<td style="width:882px;" class="name"><?php echo $nuked['name']; ?></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
<?php
}

else
{
?>
<td style="width:882px;">
<table style="width:882px; height:236px;" border="0" cellspacing="0" cellpadding="0">
<tr style="height:26px;">
<td style="width:882px; vertical-align:top;">
<table style="width:882px; height:26px;" border="0" cellspacing="0" cellpadding="0">
<tr style="height:26px;">
<td style="width:310px;"></td>
<td style="width:268px; text-align:center;" class="login">
» <a href="index.php?file=User">Compte</a> - <a href="index.php?file=User&nuked_nude=index&op=logout">Déconnexion</a> «
</td>
<td style="width:304px;"></td>
</tr>
</table>
</td>
</tr>
<tr style="height:210px;">
<td style="width:882px; vertical-align:top;">
<table style="width:882px; height:210px;" border="0" cellspacing="0" cellpadding="0">
<tr style="height:210px;">
<td style="width:882px;" class="name"><?php echo $nuked['name']; ?></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
<?php
}
?>
</tr>
</table>
</td>
</tr>
<tr style="height:36px;">
<td style="width:882px; vertical-align:top;">
<table style="width:882px; height:36px;" border="0" cellspacing="0" cellpadding="0">
<tr style="height:36px;">
<td style="width:882px;">
<div style="width:882px; height:36px; padding:0px; border:0px;">
<script type="text/javascript">
show_flash('882', '36', 'themes/Na_Gigoss/images/flash/nav.swf', '#262626', '');
</script>
</div>
</td>
</tr>
</table>
</td>
</tr>
<tr style="height:116px;">
<td style="width:882px; vertical-align:top;">
<table style="width:882px; height:116px; background-image:url(themes/Na_Gigoss/images/unique/block.png);" border="0" cellspacing="0" cellpadding="0">
<tr style="height:116px;">
<td style="width:294px;"><?php include ('themes/Na_Gigoss/images/unique/news.php'); ?></td>
<td style="width:294px;"><?php include ('themes/Na_Gigoss/images/unique/wars.php'); ?></td>
<td style="width:294px;"><?php include ('themes/Na_Gigoss/images/unique/forums.php'); ?></td>
</tr>
</table>
</td>
</tr>
<tr style="height:100%;">
<td style="width:882px; vertical-align:top;">
<table style="width:882px;" border="0" cellspacing="0" cellpadding="0">
<tr style="height:100%;">
<td style="width:165px; background-image:url(themes/Na_Gigoss/images/gauche/bg.png); vertical-align:top;">
<?php
if ($file != "Admin" && $page != "admin" && $file != "User" && $page != "user" && $file != "Forum" && $page != "forum")
{
get_blok('gauche');


Je vous met aussi le lien de mon site, si vous voulez voir:

http://doctorsclan.rcongames.com/

Merci d'avance
-2