Jul 25, 2008

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

Free Web Hosting, No Ads > General > Hosted Members Area
Pages: 1, 2

free web hosting

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*

(Maximum characters: 10,000)
You have characters left.
Confirm Code:

Pages: 1, 2
Similar Topics

Keywords : dumb, phpnuke

  1. Anyone Like Going 'dumb'?!
    (0)
  2. Man Am I Dumb!
    Network story (4)
    Well at my house we have the net on a comp. I made for my parents upstairs. Well I have been bugging
    them about putting it down in my room and they finally agreed. So I had to gather some equipment
    right? So for my parents computer it is so old it doesn\'t have a on board nic. So I had
    to find one from my comp. part stash downstairs and copy down some model numbers. Install the
    nic...SO MANY CORDS! Then find the drivers...Took forever! We were using usb to connect it
    before from the modem. Two short ethernet cables! *check* One fifty foot ethernet ....
  3. HornyManatee
    Yes, it's a real site, but it's so dumb (7)
    I saw this on conan o brian. Check it out. It's kinda funny and you can send pictures in. Some
    one in the GFX should make a pic and send it in! sorry, http://hornymanatee.com ....
  4. Dumb People
    (12)
    It started today in English class. We are going over the vocab test, easy easy stuff. As we're
    going through, people want some credit for things that sort of make sense. Stuff like "The two men
    were being loud an obnoxious so the judge ordered their adjourn (supposed to be expulsion) from the
    courtroom." Now honestly, that doesn't make too much sense. Sitting through about 30 minutes of
    stupid people trying to justify dumb mistakes. I was first done and got a 96, wtf, I'm not that
    smart buddy. Later, in lunch, yes lunch. I am trying to put $11 on my ac....
  5. Changin My Phpnuke Directory...please Help
    (13)
    ok i wus fantastico to install my nuke...it asked me to give it a name for its directory so ive put
    down "nuke" so to get to my site ud have to go to www.boaw.trap17.com/"nuke" but now i want to
    change nuke into something else more related to the site...i was wondering if any1 can tell me the
    best way to do that...thanks....
  6. Free Phpnuke Themes
    Cool-looking themes for your website (3)
    Hi, i'm new and I would like to start to post in these forums by sharing you all a link to a
    website that contains FREE PHP-Nuke PRO themes. Many of those templates include its own V2 ShoutBox,
    a Flash Navigation Bar, Flash Headers, Forums matching skin and many other cool features. You can
    even play your music in your website with some of them!! Check them out! them are
    perfect for host a gaming website or personal homepages http://phpthemes.net/ ....
  7. Phpnuke Newsletter Sending Problems
    (0)
    i have a problem sending newsletters....when i send them no1 receives it...i tried sending to the
    registered users on my site which im in and i didnt recieve it in my mail...i dont know why this is
    happening...it says the newsletter is sent...but we get nothing in our mail... heres the code
    QUOTE /************************************************************************/ /* PHP-NUKE:
    Web Portal System */ /* ===========================
    */ /* ....
  8. Zidine Zidane
    he acted dumb/understandable? (11)
    Everyone who watched the match Italy - France (like there is some one who hasn't) , or heard
    about what happend with Zidine Zidane, I would like to ask you a thing: would youm when you were
    (like Zidane) on the top of your career, and would be seen as a God even though France would lose
    the game with Italy, hit a opponent with your head... when billions of people watching? Do you think
    Zidane acted normal, because who wouldn't act like him if someone is talking about you mother
    and sister... Or do you think that was the most stupid thing to do, and he blew it b....
  9. Speegle
    dumb way to search? (3)
    Did you heard for Speegle. It is something like Google but you can hear the results of your search.
    When you enter on site speegle.co.uk you can choose betwen female and male voice. i dont know what
    is wrong with it. I think it is junk. I tried their search, entered letter a and it says No matches
    found. Took him 3.9 seconds to tell me that. take a look and tell me. ....
  10. About My Phpnuke Website
    (2)
    ok i dont know but somthing happened. i used to be able to search "boaw" on google and find my site
    2nd on their list. Now its not, actually its not in it at all, what the hell?? and in my last
    referers block it used to tell me exactly where these people linked into my site from. It would tell
    me the exact page the link actually came from. But instead now it just tells me the site. just the
    sites domain, not even the subdomains that were involved. For ex. it used to say something like,
    http://www.bboy.org/forums/forumdisplay.php?f=28 , but instead of that it just says w....
  11. Meta Tage On My Phpnuke
    (5)
    when i view source on my website i can see my meta tags displayed right on the top of the file, but
    i can seem to find the file that containt the meta tag content. I want to be able to edit it and
    change and/or add into it. please someone help this is probably an easy problem to solve =/....
  12. Problem Putting Adsense Up On My PHPNuke Site
    help pweez (4)
    I have a phpnuke site...and i want to put up the ad onto a block that i can put up on the side...but
    i have to set up the right php code block with the code they give me for adsense. so i went to a
    site where they have a block creator and i pasted the adsense code and created the block which is
    now in php code...so i created a block called block-Adsense.php and added it from my administration
    panel on the phpnuke, and once i did that i went to check if it work and on the block nothing shows
    up...i just the block with the title "Adsense" but theres nothing under it...no a....
  13. Phpnuke Add Download Section
    i want to edit/change stuff around (2)
    In order to add a download onto the website up mine you have to upload it or get it linked from
    another place. There is a form that asks you for Program Name, File Link, Author's Name,
    Author's Email, Filesize: (in bytes), Version, and HomePage. Now im using phpnuke and i want to
    change some parts of the form like Program Name to Artist - Title, or perhaps just take some of the
    stuff out like Authors Name. And where it says "(in bytes)" id like to change it to "(in MB)"
    instead. what do i have to do to edit these? help please i want this to work please reply if ....
  14. Hmm Better Site Than Trap17? (for Phpnuke Users)
    uh oh i think i found a better site lol check it out urself (6)
    freephpnuke.org hmm i wus just looking for some phpnuke shoutboxes and i found this site that
    allows you to make a free account with phpnuke....and it even came with the shoutbox ive been
    wanting...and you dont have to do nething to try to keep your server up unlike trap17 =P...well for
    you phpnuke users i think this site is for you.. i find it to be really kool to be able to just have
    a free nuke site just lke that....and plus you dont have to set it up....they set it up for you
    isntantly...peace pls try this site out n tell me what you think p.s. even thou i found t....
  15. Phpnuke Themes
    (4)
    can anyone make a good list of sites that allow you to download some nice lookin free phpnuke
    themes?....
  16. Adapting Html Code Embed To Work On Phpnuke
    Help With This Html Code Pls (7)
    QUOTE how can get this html code to work on my phpnuke site? what tags would i
    have to enable in the $Allowable HTML part of my config.php file?? Edited topic title. Moved
    to Programming. ....
  17. I Cant Use Codes =(
    phpnuke (4)
    i tried making a new block for me, a navigation and i put in the html code for my links and the the
    site wont take my html code. when i preview it all i see are the codes not even the links. so i
    tried converting it to php code and not even that worked..i dont understand argh what am i supposed
    to do now? can even make any html codes anywhere on my site....
  18. Phpnuke Registration Problem
    CMS : Content Management Software (4)
    when i have people register into my phpnuke website they are sent a message throu email to activate
    their account...well it doesnt seem to send. i dont know if we have to wait longer or its just
    something wrong in my administration panel. Ive had a problem lke this before but email was being
    sent...just had wrong urls for the user to click on to activate their account n i fixed it on m
    admin panel..so hopefully i can fix this problem on my admin panel aswell and another thing..i cant
    seem to b able to use html on my content, is that also something i need to fix somewher....
  19. 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 ....
  20. 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 ....
  21. Advertisements Are Getting "dumb-er"
    Advertisement I noticed... (12)
    society is offically dead. . . . when adverts like this are devised to get people to click. . . .we
    know something is wrong. . . . http://img.photobucket.com/albums/v175/Goosestaf/fart.jpg (EXAMPLE
    IMAGE) adverts like this dum down the internet /tongue.gif" style="vertical-align:middle"
    emoid=":P" border="0" alt="tongue.gif" /> it is a sad state of affares people. . . . . what other
    stupid adverts have people found. . . . . i mean theres the obvious smiley's ones and the ones
    which pray on people who are new to computers and the internet with warning messages....
  22. Bandwidth
    Caution: Extreme dumb question! (5)
    You've been warned.. What exactly is bandwidth? /blink.gif' border='0'
    style='vertical-align:middle' alt='blink.gif' /> What does it do? What is its purpose? I don't
    get it! Explain plOz /biggrin.gif' border='0' style='vertical-align:middle' alt='biggrin.gif'
    /> ....
  23. Phpnuke...postnuke
    (1)
    wuts the difference between the two?? n wuts phpbbhacks....is that only to build yourself a forums
    page?....
  24. Phpnuke Themes
    (4)
    can i get a good list of sites that allows you to download free nice looking phpnuke themes??....
  25. Phpnuke, E107 Or Post Nuke?
    (13)
    I would say that php nuke and e107 are the best.....
  26. Image Display
    Feeling really dumb (3)
    I'm a first time user of trap17.com cpannel.I have ftped the html file, and the animated image
    gif file onto the server.I have two questions.Why cannt I get the image to display?And how do I
    remove trapes head on the page?I'm getting the big red X place hold for my image.This code works
    on other host that Ive used It must be how the file path is, and the way the file structure is on
    the server.Would any of you be willing to give me a hint how this works?
    Feeling really Dumb...lol ....
  27. 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....
  28. Which Is The Best Premade Website?
    mambo or phpnuke (7)
    Hi, I am looking for a ready made site like mambo or phpuke, anyone know anyhting faster and lighter
    to use. Moving from What Is...? to Webdesigning Tools and Software Discussion . Topic title AND
    its description are very important when posting a new topic. Entered description. ....
  29. Need Phpnuke Themes.where Can I Get Some(halo-ones
    (4)
    i need some halo phpnuke themes. (or just any) where could i get some?....
  30. Does any one also think harry potters dumb??
    huh>>>?? (52)
    I think harry potters ok wen ur about 8-10 years old but past that come on, grow up. lol no offense
    to any admin mebers who like harry potter. Do u hate itas well or do u disagee?? You be the judge.....

    1. Looking for dumb, phpnuke

Searching Video's for dumb, phpnuke
advertisement



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



 

 

 

 

ADD REPLY / Got an Opinion! Remove these ADs! RAPID SEARCH! Free Web Hosting [X]
Express your Opinions, Thoughts or Contribute more info. to help others.
Ask your Doubts & Queries to get answers, So that "Together We can help others!"
Register FREE for AD-FREE forum, Create your own topics, Ask Questions, track topics, setup subscriptions & notifications and Get a Free Website w/ Email and FTP.
500MB Space *No Ads*, CPanel, FTP, PHP, MySQL, EMails - 100% FREE