Add to Google

Ok This May Be A Dumb Question But... - About PhpNuke

Pages: 1, 2
free web hosting

Read Latest Entries..: (Post #16) by prodigy on Sep 25 2004, 11:17 PM. (Line Breaks Removed)
YOu don't need to make any folders, the archives you download for php-nuke are intact using the format of which they are meant to be uploaded. Eg. html/modules/All you hav to do is upload all the files and create the database, and even if you can't create a database you can get an installer, simple. Use an ftp client such as Cute FTP and its easy as.... read more.
Read the FIRST post of this Topic. - Express your Opinion! Contribute Knowledge :-).

Open Discussion > General > Hosted Members Area

Ok This May Be A Dumb Question But... - About PhpNuke

Triple X
I wanted to try out this phpnuke thing, but when I went to it it was a blank page, so Iwent into the file manager and to its folder, and every file(admin.php index.php config.php and modules.php) was empty, so wtf how does this work?

Reply

football123213
It could be that u dont have space 4 it cuss its a big progm

Reply

Triple X
QUOTE(football123213 @ Aug 30 2004, 05:07 PM)
It could be that u dont have space 4 it cuss its a big progm

Uh I'mbarely using ANY space dude, plusnow I can't even get into my cd player, keeps saying its loading andnever does. Sigh.

Reply

hatebreed
i found PHPNuke too complicated blink.gif dunno why...but Mambo OSM is easier to me...

Reply

Zenchi
Mayhaps you are not CHMODing it correctly? I generally set things like that to 755 (Everything but Write options for public, users.)

Also, you may have installed it incorrectly.

Reply

Triple X
QUOTE(Zenchi @ Aug 30 2004, 06:17 PM)
Mayhaps you are not CHMODing it correctly? I generally set things like that to 755 (Everything but Write options for public, users.)

Also, you may have installed it incorrectly.

O_o all I did was go into the script library, click on it, and set it to myownworld.trap17.com/nuke.

Disk usage 20.00 Megabytes
SQL Disk usage 0.36 Megabytes
Disk space available 0.00 Megabytes

Uh....ok uhm I guess that would be it o_o *goes to request an upgrade*

Reply

Triple X
Wait a ****ing second thats only 20 megs I should have 50 WTF is that ****?

Reply

MSTR
lol, you might need to update your acount!

Reply

hatebreed
QUOTE(Triple X @ Aug 31 2004, 05:31 AM)
Wait a ****ing second thats only 20 megs I should have 50 WTF is that ****?

thats the problem then....ohpnuke takes more than 20mb

try Mambo

Reply

Stealth
Did you try reading the manual tongue.gif.. the pages were empty because its php you need to look at the file's source code and to install it upload the thing chmod the files it asks to chmod then you go to install.php if there is one or to the index or you can get a installer upload it then enter it's index page with is nukesql.php i think, the installers are named as nukesql so look for it, it might help...
Phpnuke owns mango

Reply

Latest Entries

prodigy
YOu don't need to make any folders, the archives you download for php-nuke are intact using the format of which they are meant to be uploaded. Eg. html/modules/
All you hav to do is upload all the files and create the database, and even if you can't create a database you can get an installer, simple. Use an ftp client such as Cute FTP and its easy as.

Reply

Triple X
...there is no *BLEEP*ing way I am using it, do you know how many folders I would have to make? how many files I'd have to upload? *BLEEP* that I am not spending all that time doing it....but thanks anyway.

Reply

prodigy
Its only easy to hack if you use an older version of phpnuke because most of them are not patched by chatserv. The mysql tables are scrambled and you cant tell which scripts calls which table. The newest version 7.5 chatserved patched 2.6 available at Nuke Resources is damn secure. Everyone should try it!!

Reply

Triple X
Have fun with it, I was going to try it again but I found out from someone that its easy to hack since it just uses mysql and tables and no encryption(sp?). I am not going to waste the time just to get hacked easily...

Reply

prodigy
phpnuke is better and it doesnt take up 20mb i hav successfully installed 2 phpnuke projects and they each take about 10mb.
Triple x you probably havn't installed your database correctly or uploaded all the files. If you installed using the cpanel i suggest you dont, you should download phpnuke 7.4 patched from Nuke scripts as it is more secure then 6.8 in cpanel.
You should start from srcatch and upload all the files from the archive of the phpnuke release you download as says in the instructions, then use the following instructions to set up your database and config.php:

Create the database through cpanel in the mysql database section (eg nuke which becomes punit_nuke)
then you must create a user (eg punit which becomes punit_punit) give this user full access rights to the database punit_nuke.
NOTE: This part is all done through cpanels mysql database section.



Yeh you can import sql files, its easy go to phpmyadmin. Then select the database you created on the left(eg. punit_nuke), then your database's inserts will show up (if you have any) on the right frame. Then click the button sql up the top in the right frame, then the sql import page comes up and browse for the file on you computer and select go.
Your sql file is then imported into your database and all the tables and lines etc are created. (if it says completed succesfully)

Now open your config.php file and make the following changes to the parts with ***. I will use the database punit_nuke and user punit_punit as examples.


CODE


<?php

######################################################################
# PHP-NUKE: Advanced Content Management System
# ============================================
#
# Copyright (c) 2002 by Francisco Burzi (fbc@mandrakesoft.com)
# http://phpnuke.org
#
# This module is to configure the main options for your site
#
# This program is free software. You can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License.
######################################################################

######################################################################
# Database & System Config
#
# dbhost:       SQL Database Hostname
# dbuname:      SQL Username
# dbpass:       SQL Password
# dbname:       SQL Database Name
# $prefix:      Your Database table's prefix
# $user_prefix: Your Users' Database table's prefix (To share it)
# $dbtype:      Your Database Server type. Supported servers are:
#               MySQL, mysql4, postgres, mssql, oracle, msaccess,
#               db2 and mssql-odbc
#               Be sure to write it exactly as above, case SeNsItIvE!
# $sitekey: Security Key. CHANGE it to whatever you want, as long
#               as you want. Just don't use quotes.
# $gfx_chk: Set the graphic security code on every login screen,
#  You need to have GD extension installed:
#  0: No check
#  1: Administrators login only
#  2: Users login only
#  3: New users registration only
#  4: Both, users login and new users registration only
#  5: Administrators and users login only
#  6: Administrators and new users registration only
#  7: Everywhere on all login options (Admins and Users)
#  NOTE: If you aren't sure set this value to 0
# $subscription_url : If you manage subscriptions on your site, you
#                     must write here the url of the subscription
#                     information/renewal page. This will send by
#                     email if set.
######################################################################

$dbhost = "localhost"; (LEAVE THIS)
$dbuname = "punit_punit"; ***********
$dbpass = "password";*************(user punit_punit's psword)
$dbname = "punit_nuke";************
$prefix = "nuke"; (LEAVE THIS)
$user_prefix = "nuke"; (LEAVE THIS)
$dbtype = "MySQL";
$sitekey = "SdFk*fa28367-dm56w69.3a2fDS+e9";
$gfx_chk = 0;
$subscription_url = "";





Then go create your super user at you admin.php of your nuke directory.


Hope this helps

Reply



Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

Pages: 1, 2
Recent Queries:-
  1. postnuke dbpass encryption - 961.10 hr back. (1)
  2. nukesql.php import blank page - 1418.64 hr back. (1)
Similar Topics

Keywords : dumb, phpnuke

  1. Phpnuke Registration Problem
    CMS : Content Management Software (4)
  2. Installing Phpnuke With My Cpanel
    (1)
    QUOTE Install PHP-Nuke (2/3) The installation can not be completed: - You cannot install
    more than one script in the root directory of a domain. Click on the browser's Back button to
    fix reported errors. Dont forget to add quotes to the copied material, this is a caution
    note..next time a warning will be issued ....
  3. Phpnuke Or Postnuke? Which Is Better?
    (3)
    which is most recommended? popular....phpnuke or postnuke?? um and which ever is better where can i
    get the latest update for that program...if thats wut u call it...and if so does ne1 know a cpanel
    tutorial on how to set up the php?? i used to make php sites along time ago...n i forgot some of the
    things i have to do =/...but i got mysql working thou because i think u just need to add one and
    your good right Moving it from computing host->technical support to Hosted members area ....
  4. Problem With Phpnuke
    I cant find out (4)
    Hey, when entering my site. I click on forums, and it requests data. But when I look above it, it
    displays that QUOTE Warning: Cannot modify header information - headers already sent by
    (output started at /home/r0khan/public_html/header.php:32) in
    /home/r0khan/public_html/includes/sessions.php on line 222 Warning: Cannot modify header
    information - headers already sent by (output started at /home/r0khan/public_html/header.php:32) in
    /home/r0khan/public_html/includes/sessions.php on line 223 Warning: Cannot modify header
    information - headers already sent by (outp....
  5. Some Stuff Not Showing
    in phpnuke site (7)
    hey, im having a problem with my site.. the boxes on the left are showing but the ones on the right
    are not.. they are all activated, but still not showing? any idea why? or how i can fix it.
    http://berkolli.trap17.com ....
  6. Phpnuke Custom Theme Error
    (10)
    Hey, I just setup PHP-Nuke, which worked fine, until I tried installing a custom theme. It was the
    Charcoal one, but it had the same error with another theme that I tried. I got this error: QUOTE
    Warning: head(themes/Charcoal/theme.php): failed to open stream: No such file or directory in
    /home/gchl/public_html/nuke/header.php on line 31 Warning: head(themes/Charcoal/theme.php): failed
    to open stream: No such file or directory in /home/gchl/public_html/nuke/header.php on line 31
    Warning: head(): Failed opening 'themes/Charcoal/theme.php' for inclusion (i....
  7. Phpnuke
    (3)
    Does this hosting support PHP Nuke? If it does, could someone please help me set it up? It would
    be much appreciated. Thanks....
  8. Dumb Question
    (5)
    This may sound really stupid, but when you using php-nuke and editing the main message in the middle
    column, is that html? I tried slapping on html, but it didn't turn out right. I only tried it
    once though, im not sure if I have any errors and prevent it from working... THank for your input in
    advance.....
  9. Hey This Is About Phpnuke
    (1)
    Hey when i make a nuke am a admin when my friends try 2 make a new accent ans *BLEEP* thay go 2
    thar e-mail clik on the link and it wont atvic them? can u help me out on this?....

    1. Looking for dumb, phpnuke






*SIMILAR VIDEOS*
Searching Video's for dumb, phpnuke

*MORE FROM TRAP17.COM*
advertisement



Ok This May Be A Dumb Question But... - About PhpNuke