PHP NUKE

Les réseaux et la connexion à internet
Répondre
Avatar du membre
MystM
Actif
Messages : 1363
Enregistré le : 30 juil. 2003, 00:00
Localisation : La Louviere (.be)
Âge : 38
Contact :

Message par MystM »

oui, mais bon, ca se perpetue... :- )

bah, ca ira mieux demain, demain est un autre jour.... :roll:
Avatar du membre
MystM
Actif
Messages : 1363
Enregistré le : 30 juil. 2003, 00:00
Localisation : La Louviere (.be)
Âge : 38
Contact :

Message par MystM »

heuu, le forum de php nuke ? j'ai l'impression qu'il est pas comptible avec les themes phpBB ?? je me trompe ?
Avatar du membre
Malouk
Flooder
Messages : 6209
Enregistré le : 18 avr. 2003, 00:00
Localisation : Belgique - Gembloux
Âge : 45
Contact :

Message par Malouk »

Non c'est pas compatible, notament paece que le dossier include ne se trouve pas dans le dossier du forum mais à la racine de nuke.

Pour rendre compatible un thème phpbb, faut modifier toutes les url et tous les includes du thème ;)
Dans le doute, reboot ! Dans la tomate, Format !
Avatar du membre
MystM
Actif
Messages : 1363
Enregistré le : 30 juil. 2003, 00:00
Localisation : La Louviere (.be)
Âge : 38
Contact :

Message par MystM »

et bien entendu : on ne trouve pas de theme forum pour nuke comme ca... ah làlà...

j'ai asp encore su prendre les images pour la simple rason que toutes les images que j'upload foirent, elles sont brouillées, etc... je sais pas pk..

conclusion :

Programme de demain matin :

9:00 : reveil ( on essaye... :roll: )
9:10 : format
9:13 : mange
9:19 : debut installation windows xp
9:25 : me lave
etc... :evil:
Avatar du membre
MystM
Actif
Messages : 1363
Enregistré le : 30 juil. 2003, 00:00
Localisation : La Louviere (.be)
Âge : 38
Contact :

Message par MystM »

heuu, je comprend pas bien là, comme d'hab, tu arrive a faire ce que moi je n'arrive pas : comment tu met un script xiti ds le footer car moi j'arrive pas... :?

ou amoin que tu aies qqchose d'encore plus discret lol c mieux
Avatar du membre
Malouk
Flooder
Messages : 6209
Enregistré le : 18 avr. 2003, 00:00
Localisation : Belgique - Gembloux
Âge : 45
Contact :

Message par Malouk »

Faut mettre le code de xiti dans le fichier footer.php en dessous du copyright de nuke. Le Code xiti doit être mis come ça :

?>
Ton code xiti
<?php
Dans le doute, reboot ! Dans la tomate, Format !
Avatar du membre
MystM
Actif
Messages : 1363
Enregistré le : 30 juil. 2003, 00:00
Localisation : La Louviere (.be)
Âge : 38
Contact :

Message par MystM »

ca y est........... :cry:
Couldn't update private forum permissions

DEBUG MODE

SQL Error : 1064 You have an error in your SQL syntax near ' 1)' at line 2

INSERT INTO nuke_bbauth_access (forum_id, group_id, auth_mod) VALUES (12, , 1)

Line : 425
File : /home/windaide/www/modules/Forums/admin/admin_ug_auth.php

heuu, en francais, c'est ?
Avatar du membre
Malouk
Flooder
Messages : 6209
Enregistré le : 18 avr. 2003, 00:00
Localisation : Belgique - Gembloux
Âge : 45
Contact :

Message par Malouk »

Où as tu mis le code ? Entre quelle lignes, et dans quel fichier ?
Dans le doute, reboot ! Dans la tomate, Format !
Avatar du membre
MystM
Actif
Messages : 1363
Enregistré le : 30 juil. 2003, 00:00
Localisation : La Louviere (.be)
Âge : 38
Contact :

Message par MystM »

j'ai rien fait du tout, j'ai voulu me mettre modérateur lol
Avatar du membre
Malouk
Flooder
Messages : 6209
Enregistré le : 18 avr. 2003, 00:00
Localisation : Belgique - Gembloux
Âge : 45
Contact :

Message par Malouk »

Ha fallait le dire lol

Il y a un problème avec cette table : nuke_bbauth_access

Il arrive pas a envoyer les nouvelles données dedans !!!
Dans le doute, reboot ! Dans la tomate, Format !
Avatar du membre
MystM
Actif
Messages : 1363
Enregistré le : 30 juil. 2003, 00:00
Localisation : La Louviere (.be)
Âge : 38
Contact :

Message par MystM »

ok, je vais essayer de la remplacer.... :?
Avatar du membre
Malouk
Flooder
Messages : 6209
Enregistré le : 18 avr. 2003, 00:00
Localisation : Belgique - Gembloux
Âge : 45
Contact :

Message par Malouk »

Exécute cette requête restaurer le contenu de la table de ton ancien forum :

Code : Tout sélectionner


INSERT INTO `nuke_bbauth_access` (`group_id`, `forum_id`, `auth_view`, `auth_read`, `auth_post`, `auth_reply`, `auth_edit`, `auth_delete`, `auth_sticky`, `auth_announce`, `auth_vote`, `auth_pollcreate`, `auth_attachments`, `auth_mod`) VALUES (3, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1);

INSERT INTO `nuke_bbauth_access` (`group_id`, `forum_id`, `auth_view`, `auth_read`, `auth_post`, `auth_reply`, `auth_edit`, `auth_delete`, `auth_sticky`, `auth_announce`, `auth_vote`, `auth_pollcreate`, `auth_attachments`, `auth_mod`) VALUES (3, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1);

INSERT INTO `nuke_bbauth_access` (`group_id`, `forum_id`, `auth_view`, `auth_read`, `auth_post`, `auth_reply`, `auth_edit`, `auth_delete`, `auth_sticky`, `auth_announce`, `auth_vote`, `auth_pollcreate`, `auth_attachments`, `auth_mod`) VALUES (3, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1);

INSERT INTO `nuke_bbauth_access` (`group_id`, `forum_id`, `auth_view`, `auth_read`, `auth_post`, `auth_reply`, `auth_edit`, `auth_delete`, `auth_sticky`, `auth_announce`, `auth_vote`, `auth_pollcreate`, `auth_attachments`, `auth_mod`) VALUES (3, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1);

INSERT INTO `nuke_bbauth_access` (`group_id`, `forum_id`, `auth_view`, `auth_read`, `auth_post`, `auth_reply`, `auth_edit`, `auth_delete`, `auth_sticky`, `auth_announce`, `auth_vote`, `auth_pollcreate`, `auth_attachments`, `auth_mod`) VALUES (3, 15, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1);

INSERT INTO `nuke_bbauth_access` (`group_id`, `forum_id`, `auth_view`, `auth_read`, `auth_post`, `auth_reply`, `auth_edit`, `auth_delete`, `auth_sticky`, `auth_announce`, `auth_vote`, `auth_pollcreate`, `auth_attachments`, `auth_mod`) VALUES (3, 22, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1);

INSERT INTO `nuke_bbauth_access` (`group_id`, `forum_id`, `auth_view`, `auth_read`, `auth_post`, `auth_reply`, `auth_edit`, `auth_delete`, `auth_sticky`, `auth_announce`, `auth_vote`, `auth_pollcreate`, `auth_attachments`, `auth_mod`) VALUES (3, 23, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1);

INSERT INTO `nuke_bbauth_access` (`group_id`, `forum_id`, `auth_view`, `auth_read`, `auth_post`, `auth_reply`, `auth_edit`, `auth_delete`, `auth_sticky`, `auth_announce`, `auth_vote`, `auth_pollcreate`, `auth_attachments`, `auth_mod`) VALUES (3, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1);

INSERT INTO `nuke_bbauth_access` (`group_id`, `forum_id`, `auth_view`, `auth_read`, `auth_post`, `auth_reply`, `auth_edit`, `auth_delete`, `auth_sticky`, `auth_announce`, `auth_vote`, `auth_pollcreate`, `auth_attachments`, `auth_mod`) VALUES (3, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1);

INSERT INTO `nuke_bbauth_access` (`group_id`, `forum_id`, `auth_view`, `auth_read`, `auth_post`, `auth_reply`, `auth_edit`, `auth_delete`, `auth_sticky`, `auth_announce`, `auth_vote`, `auth_pollcreate`, `auth_attachments`, `auth_mod`) VALUES (3, 9, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1);

INSERT INTO `nuke_bbauth_access` (`group_id`, `forum_id`, `auth_view`, `auth_read`, `auth_post`, `auth_reply`, `auth_edit`, `auth_delete`, `auth_sticky`, `auth_announce`, `auth_vote`, `auth_pollcreate`, `auth_attachments`, `auth_mod`) VALUES (3, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1);

INSERT INTO `nuke_bbauth_access` (`group_id`, `forum_id`, `auth_view`, `auth_read`, `auth_post`, `auth_reply`, `auth_edit`, `auth_delete`, `auth_sticky`, `auth_announce`, `auth_vote`, `auth_pollcreate`, `auth_attachments`, `auth_mod`) VALUES (3, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1);

INSERT INTO `nuke_bbauth_access` (`group_id`, `forum_id`, `auth_view`, `auth_read`, `auth_post`, `auth_reply`, `auth_edit`, `auth_delete`, `auth_sticky`, `auth_announce`, `auth_vote`, `auth_pollcreate`, `auth_attachments`, `auth_mod`) VALUES (3, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1);

INSERT INTO `nuke_bbauth_access` (`group_id`, `forum_id`, `auth_view`, `auth_read`, `auth_post`, `auth_reply`, `auth_edit`, `auth_delete`, `auth_sticky`, `auth_announce`, `auth_vote`, `auth_pollcreate`, `auth_attachments`, `auth_mod`) VALUES (3, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1);

INSERT INTO `nuke_bbauth_access` (`group_id`, `forum_id`, `auth_view`, `auth_read`, `auth_post`, `auth_reply`, `auth_edit`, `auth_delete`, `auth_sticky`, `auth_announce`, `auth_vote`, `auth_pollcreate`, `auth_attachments`, `auth_mod`) VALUES (3, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1);

INSERT INTO `nuke_bbauth_access` (`group_id`, `forum_id`, `auth_view`, `auth_read`, `auth_post`, `auth_reply`, `auth_edit`, `auth_delete`, `auth_sticky`, `auth_announce`, `auth_vote`, `auth_pollcreate`, `auth_attachments`, `auth_mod`) VALUES (3, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1);

INSERT INTO `nuke_bbauth_access` (`group_id`, `forum_id`, `auth_view`, `auth_read`, `auth_post`, `auth_reply`, `auth_edit`, `auth_delete`, `auth_sticky`, `auth_announce`, `auth_vote`, `auth_pollcreate`, `auth_attachments`, `auth_mod`) VALUES (3, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1);

INSERT INTO `nuke_bbauth_access` (`group_id`, `forum_id`, `auth_view`, `auth_read`, `auth_post`, `auth_reply`, `auth_edit`, `auth_delete`, `auth_sticky`, `auth_announce`, `auth_vote`, `auth_pollcreate`, `auth_attachments`, `auth_mod`) VALUES (3, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1);

INSERT INTO `nuke_bbauth_access` (`group_id`, `forum_id`, `auth_view`, `auth_read`, `auth_post`, `auth_reply`, `auth_edit`, `auth_delete`, `auth_sticky`, `auth_announce`, `auth_vote`, `auth_pollcreate`, `auth_attachments`, `auth_mod`) VALUES (3, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1);

INSERT INTO `nuke_bbauth_access` (`group_id`, `forum_id`, `auth_view`, `auth_read`, `auth_post`, `auth_reply`, `auth_edit`, `auth_delete`, `auth_sticky`, `auth_announce`, `auth_vote`, `auth_pollcreate`, `auth_attachments`, `auth_mod`) VALUES (3, 18, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1);

INSERT INTO `nuke_bbauth_access` (`group_id`, `forum_id`, `auth_view`, `auth_read`, `auth_post`, `auth_reply`, `auth_edit`, `auth_delete`, `auth_sticky`, `auth_announce`, `auth_vote`, `auth_pollcreate`, `auth_attachments`, `auth_mod`) VALUES (3, 20, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1);

INSERT INTO `nuke_bbauth_access` (`group_id`, `forum_id`, `auth_view`, `auth_read`, `auth_post`, `auth_reply`, `auth_edit`, `auth_delete`, `auth_sticky`, `auth_announce`, `auth_vote`, `auth_pollcreate`, `auth_attachments`, `auth_mod`) VALUES (3, 19, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1);

INSERT INTO `nuke_bbauth_access` (`group_id`, `forum_id`, `auth_view`, `auth_read`, `auth_post`, `auth_reply`, `auth_edit`, `auth_delete`, `auth_sticky`, `auth_announce`, `auth_vote`, `auth_pollcreate`, `auth_attachments`, `auth_mod`) VALUES (3, 21, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1);
Dans le doute, reboot ! Dans la tomate, Format !
Avatar du membre
MystM
Actif
Messages : 1363
Enregistré le : 30 juil. 2003, 00:00
Localisation : La Louviere (.be)
Âge : 38
Contact :

Message par MystM »

donc, j'execute cette requete, ca remet mon forum comme avant... ( chiant ca ) et apres je refais avec le cgi ?
Avatar du membre
Malouk
Flooder
Messages : 6209
Enregistré le : 18 avr. 2003, 00:00
Localisation : Belgique - Gembloux
Âge : 45
Contact :

Message par Malouk »

Non tu execute la requête c'est tout !

Ca vas remplir la table qui est vide alors qu'elle ne devrait pas l'être vu que ton forum comporte des catégories.

Vu que c'est les même catégories que l'ancien forum, le contenu de cette table doit être le même ;)
Dans le doute, reboot ! Dans la tomate, Format !
Avatar du membre
MystM
Actif
Messages : 1363
Enregistré le : 30 juil. 2003, 00:00
Localisation : La Louviere (.be)
Âge : 38
Contact :

Message par MystM »

ah ok merci :smile:
Répondre