Welcome to PayPalNuke
  Create an account Accueil  Info PayPal Nuke  Sister Sites  Your Account  Help Forum  

  Buy AlloPayPal Module

  Verified
PayPal VERIFIED March 2001

Over 500 Verified Transactions
Confidence is in
the NUMBERS !

  Premium Visible

  Blocked Idiots
This is the list of Sentinel banned IP addresses.


· 85.214.53.78  - Filter
· 66.98.188.22  - Harvest
· 217.115.154.55  - Harvest
· 140.125.155.1  - Harvest
· 89.111.176.136  - Harvest
· 88.217.172.130  - Harvest
· 67.15.58.12  - Filter
· 84.16.106.140  - Filter
· 122.252.12.34  - Harvest
· 72.47.211.55  - Harvest
· 89.108.87.248  - Filter
· 87.106.79.24  - Harvest
· 207.58.128.37  - Harvest
· 66.34.133.35  - Harvest
· 85.25.145.12  - Harvest
· 217.79.176.142  - Harvest
· 85.18.1.11  - Harvest
· 204.13.168.208  - Harvest
· 66.98.162.36  - Harvest
· 70.38.12.25  - Harvest
· 89.255.8.104  - Harvest
· 85.214.51.146  - Filter
· 87.230.21.133  - Harvest
· 80.253.245.69  - Harvest
· 66.179.175.12  - Harvest
· 216.65.1.208  - Filter
· 121.54.29.23  - Filter
· 76.12.55.52  - Harvest
· 84.54.137.9  - Harvest
· 161.58.192.22  - Filter


NukeSentinel(tm) 2.5.13

PayPal Nuke :: Voir le sujet - When updating to Phpnuke 7.5....
  FAQFAQ   RechercherRechercher   Groupes d'utilisateursGroupes d'utilisateurs   ProfilProfil  

When updating to Phpnuke 7.5....

 
Poster un nouveau sujet   Répondre au sujet    PayPal Nuke Index du Forum -> Who Uses it ? How do they use it ?
Voir le sujet précédent :: Voir le sujet suivant  
Auteur Message

Maurice

Site Admin
Site Admin




Inscrit le: Jul 01, 2004
Messages: 532

MessagePosté le: Sat Sep 18, 2004 9:48 pm    Sujet du message: When updating to Phpnuke 7.5.... Répondre en citant

Here are just a few tips :

- Make a database backup BEFORE DOING ANYTHING !
- What I do is, upload the newest version into a new folder you create. Create another new folder, called "oldsite". Copy ALL THE OLD FILES into the new folder ! Move ALL THE NEW FILES INTO THE ROOT OF THE SITE ! If you have already modified the config.php file, and you have copied your standard theme to the new theme folder, everything should be ok !
- At that point, you can copy from the oldsite folder the modules that you use. Be carefull when you copy the admin folder files, when upgrading to AlloPayPal 4.0, DO NOT COPY ANY OF THE OLD ADMIN FILES ! Nor do you copy the files userdate.php or users.php, they don't exist in the new version any more !!!!!

Thats just a short tutorial to help you out. Since it is my fault I am forcing you all to use Phpnuke 7.5, feel free to drop me a line should you need any help !


Dernière édition par Maurice le Sat Sep 18, 2004 9:53 pm; édité 1 fois
Revenir en haut
Voir le profil de l'utilisateur Envoyer un message privé Visiter le site web du posteur

Maurice

Site Admin
Site Admin




Inscrit le: Jul 01, 2004
Messages: 532

MessagePosté le: Sat Sep 18, 2004 9:52 pm    Sujet du message: Répondre en citant

And here is a little help from John, http://www.guildofsecurity.co.uk. He had the same problem I did, which is that when you upgrade, certain modules are "lost"..... (They don't appear in the modules list)

Citation:

I found the problem why phpNuke was not adding new modules automatically - it might be worth making a note in case others have this problem.
The fault stems from the fact that the default nuke_modules table has been modified by users adding modules which alter this table.

The default line in root/admin/modules/modules.php
$db->sql_query("insert into " . $prefix . "_modules values (NULL, '$modlist[$i]', '$modlist[$i]', '0', '0', '1', '0', '')");

is no longer correct if users have made modifications to their nuke_modules table.

Myself, I have googletap installed which requires modifying this line thus;

$db->sql_query("insert into " . $prefix . "_modules values (NULL, '$modlist[$i]', '$modlist[$i]', '0', '0', '1', '0', NULL'')");

However, most of the modules that a user might install that might modify the table requires the insrtion of an extra '0' thus;

$db->sql_query("insert into " . $prefix . "_modules values (NULL, '$modlist[$i]', '$modlist[$i]', '0', '0', '0', '1', '0', '')");



Hope this helps with any debugging for users who do not have 'standard' nuke-modules tables


I also found that if you delete the database nuke_modules, and REINSTALL it with a new copy, all the modules reappear. Nut VERIFY THEM to see which are activated or not !
Revenir en haut
Voir le profil de l'utilisateur Envoyer un message privé Visiter le site web du posteur

Joshua-NotLoggedIn

Invité







MessagePosté le: Fri Oct 01, 2004 7:53 pm    Sujet du message: Répondre en citant

I was just wondering.. Is there an admin section of this modification as well?

What I mean, is the section that is pulling in my module admin icons seems to not be working (No new links showing up).


Is this the same issue as the modules if I have a modified nuke_modules? or is this a different issue?


TIA
Revenir en haut

Maurice

Site Admin
Site Admin




Inscrit le: Jul 01, 2004
Messages: 532

MessagePosté le: Fri Oct 01, 2004 8:53 pm    Sujet du message: Répondre en citant

Each and every PhpNuke upgrade causes problems to the modules admin section.... If the link does not appear, it has to be put there... ;-(

What I do in that case is either pass by the phpmyadmin to install the module by hand, or just delete the whole table and reinstall it over again. Just takes a few minutes to reactivate or not the old modules.....
Revenir en haut
Voir le profil de l'utilisateur Envoyer un message privé Visiter le site web du posteur

Joshua-NotLoggedIn

Invité







MessagePosté le: Fri Oct 01, 2004 9:28 pm    Sujet du message: Répondre en citant

Yeah, Mr Burzi changes things seemingly on a whim.. I feel like I'm constantly adapting his personal system as opposed to configuring a flexible system..

But, I'm stuck for now, have a major site and a bunch of things custom-coded...CPG-nuke from now on, I think


But, anyways - If I have to install manually, where would I find the right table?

It's only the admin section that's not pulling new things - the modules menus all work..



Thanks for the quick reply
Revenir en haut

Maurice

Site Admin
Site Admin




Inscrit le: Jul 01, 2004
Messages: 532

MessagePosté le: Fri Oct 01, 2004 10:22 pm    Sujet du message: Répondre en citant

Yes, but with any site that has allot of custom modules, it is not ALWAYS the fault of Nuke..... Anyhow, do the following :

Open up your access to the DB with phpmyadmin. If you don't understand what I am saying, then you will have to pay me to do it for you !

Look for the DB nuke_modules. The modules listed all have numbers, like so :
Edit Delete 2 Downloads Downloads 0 0 1 0 NULL
2 is the number of the module. Be carefull, they are not always in order ! Find the last number, say 36.

Look for the button Insert. The new window opens.

Under mid, put 37. The next free number, get it ?
title, the name of the module. REsPecT the name !
custom_title Same thing.

Then hit Go. The module will now be online in the admin section of your site, and you can now modify what you need to.
Revenir en haut
Voir le profil de l'utilisateur Envoyer un message privé Visiter le site web du posteur

Joshua-NotLoggedIn

Invité







MessagePosté le: Sat Oct 02, 2004 3:02 am    Sujet du message: Répondre en citant

Ok, I don;t think I am explaining myself properly, but you gave me the answer I was looking for anyway Smile

This is the problem:

I am upgrading to 7.5, I added the SPChat module and since the only admin file it had was a "Links" file, I simply added that to the module/admin folder as per this topic: http://www.nukefixes.com/ftopict-931.html

Problem is, the module added just fine (Well, after I fixed the auto-add db submission as per this post - totally forgot I ever did that on the 7.4 files Wink ) - I see the SPChat module in the menu, and I have options for who can see it in admin. Problem is, I don't have a link to it in the actual admin section (IE: it didn't bring in the link)



From what you are saying, however, there is only the _modules database, none for the new admin section.


I'll move on and see how the other translations go Smile
Revenir en haut

Joshua-NotLoggedIn

Invité







MessagePosté le: Sat Oct 02, 2004 4:33 am    Sujet du message: Répondre en citant

LoL - Found the problem...

It seems the CZM-Modules makes one Minor change to the modules admin (who would have thought since it adds 40KB of code)

Basically, you have to actually click on the modules admin before it auto-populates.


A good idea, since it reduces disk and DB access, but different with no warning. Smile
Thanks - This helped.


Oh, and my personal advise to everyone facing an upgrade: Take this chance to put include statements into the language files instead of pasting!
It makes things sooo much easier to upkeep Smile
Revenir en haut

Maurice

Site Admin
Site Admin




Inscrit le: Jul 01, 2004
Messages: 532

MessagePosté le: Sat Oct 02, 2004 12:24 pm    Sujet du message: Répondre en citant

Great, glad I could help !

And as to the language files, that is pretty much resolved with the version 7.5. At least with MY modules ! ;-p
Revenir en haut
Voir le profil de l'utilisateur Envoyer un message privé Visiter le site web du posteur
Montrer les messages depuis:   
Poster un nouveau sujet   Répondre au sujet    PayPal Nuke Index du Forum -> Who Uses it ? How do they use it ? Toutes les heures sont au format GMT + 1 Heure
Page 1 sur 1


 
Sauter vers:  
Vous ne pouvez pas poster de nouveaux sujets dans ce forum
Vous ne pouvez pas répondre aux sujets dans ce forum
Vous ne pouvez pas éditer vos messages dans ce forum
Vous ne pouvez pas supprimer vos messages dans ce forum
Vous ne pouvez pas voter dans les sondages de ce forum



PayPalNuke Style © 2002 Smartor
Powered by phpBB © 2001, 2002 phpBB Group
 
Forums ©
Le site PayPalNuke est © CyberCafé.fr et design © Elodesign - 2004 - Tous droits réservés.

Tous les Logos et Marques de ce site sont la propriété de leurs propriétaires respectifs. Les commentaires sont la propriété de leurs auteurs.
Le Système PayPal est © 1999-2004 PayPal. All rights reserved.
Web site engine's code is Copyright © 2002 by PHP-Nuke. All Rights Reserved. PHP-Nuke is Free Software released under the GNU/GPL license.
PHP-Nuke Copyright © 2005 by Francisco Burzi. This is free software, and you may redistribute it under the GPL. PHP-Nuke comes with absolutely no warranty, for details, see the license.
Page Generation: 1.77 Seconds