Results 1 to 13 of 13

Thread: Polo's Website

  1. #1
    Join Date
    Oct 2003
    Location
    R.T.U
    Posts
    580

    Default Polo's Website

    Hi everyone,

    as you may know, I been around the forums for quite some time, you see I have a Christian website that runs on phpnuke, the people from phpnuke helped me so much in the development of my website that I decided to do something to thank them, first I tried creating modules and themes to give back to the community, but found out that fixing bugs was not an easy task, so I headed in a different direction.

    I decided to create a directory of only! phpnuke websites, I thought that would be something fun and easy to do. So I did, got a nice piece of sotfware and decided to create the directory. What suprise I received when Nuke users started to like my site, they started to ask me for diffent features and stuff, but since I'm limited in my knowledge of php, I decided to get Indexu, which is one of the best software that exist today (official support is not that good to be honest) but that's another story. Anyways, so I'm currently working on the directory and it looks pretty good.

    So yes, in the first week of this simple directoy I created people all over started submitting their phpnuke sites, in a period of one week I received 2500 submissions, so that can give you an idea of how the phpnuke community was in need of a good directory (which in this case was only a simple one)

    So yeah, thanks to indexu, I'm heading into a cool database of nuked sites that I can say will be a complete success, with only sites submitted by real people and reviews from real people as well.

    but... yes, thereis always a but right? there is a problem! yeah, so let me tell you what I'm having problems with,

    Ok, so the directoy got popular and People started telling me that they would like to translate my site into different languages (8 different language offers in total) so I modified indexu and made it multilanguage, calling every word and phrase from the msg.php file.

    This is the way I did it:

    on my html templates I have this

    <php>echo SUBMIT_YOUR_SITE;<\php>

    and in my msg.php file I have the following:

    define ("_SUBMIT_YOUR_SITE", "Submit Your Site");

    this way, I only need to translate msg.php to have a directoy in another complete language...

    so yes, my application is ready to be translated into any language...

    The thing is.......... there is some files in the cp/ folder that are not picking up the variables from the msg.php file, and I really do not konw why.

    if someone has an idea of how this can be fixed, I would really apprecaite it.

    Thanks..

    Sincerely,

    Polo

  2. #2
    Join Date
    Oct 2003
    Location
    R.T.U
    Posts
    580

    Default

    Ok, I'm done, I just need to get this problem out of the way...

    Anyways, here a clear example of what I mean...

    those variables should be appearing as text from the msg.php file, but they dont, anyone has an idea why? or how I can solve this problem?

    Click here to see what I'm talking about...

    Thanks in advance...

  3. #3
    Join Date
    Apr 2003
    Location
    NY
    Posts
    331

    Default

    nice name

  4. #4
    Join Date
    Apr 2003
    Location
    NY
    Posts
    331

    Default

    you should use a image rotator for your logo like google does

  5. #5
    Join Date
    Oct 2003
    Location
    R.T.U
    Posts
    580

    Default

    Originally posted by persut
    nice name
    Thanks

    you should use a image rotator for your logo like google does
    for what?

    anyways, do you have an idea on how I can fix this problem?

  6. #6
    Join Date
    Apr 2003
    Location
    Atlanta GA
    Posts
    3,395

    Default

    Originally posted by Polo5
    Ok, I'm done, I just need to get this problem out of the way...

    Anyways, here a clear example of what I mean...

    those variables should be appearing as text from the msg.php file, but they dont, anyone has an idea why? or how I can solve this problem?

    Click here to see what I'm talking about...

    Thanks in advance...
    you have something like the following in the page
    <php>echo _YOUR_ARE_SENDING2;</php>
    and
    <php>echo _TELL_A_FRIEND;</php>

    In all honesty, I am confused by when you can and when you cannot use PHP in html pages in INDEXU.

    If you look at http://www.indexuhelp.com/forum/inde...start=0&rid=3, you would think that you could use PHP in the pages.

    and
    http://www.nicecoder.com/community/s...&threadid=1777
    http://www.nicecoder.com/community/s...&threadid=1321


    But then there is this post
    http://www.nicecoder.com/community/s...&threadid=1940

    so who knows. either it works or it does not.
    esm
    "The older I get, the more I admire competence, just simple competence, in any field from adultery to zoology."

    .

  7. #7
    Join Date
    Jan 2004
    Posts
    10

    Default

    Originally posted by Polo5
    Ok, I'm done, I just need to get this problem out of the way...

    Anyways, here a clear example of what I mean...

    those variables should be appearing as text from the msg.php file, but they dont, anyone has an idea why? or how I can solve this problem?

    Click here to see what I'm talking about...

    Thanks in advance...
    Might have something to do with the uploading of the file. Delete it and try to upload it in ASCII mode, not Binary. Typically we would only use binary upload for encoded PHP

    EDITED :

    This file - sorry :
    tell_friend.php

    And this is just a random guess. I'm not familiar with PHPnuke all that well. If you can post the actual php code that generates that page, we might be able to help some more.
    Last edited by tally; 02-03-2004 at 11:26 PM.

  8. #8
    Join Date
    Oct 2003
    Location
    R.T.U
    Posts
    580

    Default

    Originally posted by esm
    so who knows. either it works or it does not.
    mmm...

    I tried using some of the methods in those posts esm, I even tried using the php command "require" instead of "include" but it didnt work....


  9. #9
    Join Date
    Oct 2003
    Location
    R.T.U
    Posts
    580

    Default

    Originally posted by tally
    Might have something to do with the uploading of the file. Delete it and try to upload it in ASCII mode, not Binary. Typically we would only use binary upload for encoded PHP


    Ok, I tried this but didnt worked....

    And this is just a random guess. I'm not familiar with PHPnuke all that well. If you can post the actual php code that generates that page, we might be able to help some more.
    well I'm not using phpnuke at all is all indexu... the files are from version 3.1

  10. #10
    Join Date
    Oct 2003
    Location
    R.T.U
    Posts
    580

    Default

    So far so good...

    I have finally after long hours managed to integrate not 1 or 2 but 5!!! directories in one...

    user have to loggin only once to review anything on any of the 5 directories...

    is working almost flawless...

    Here is a preview of the Admin Pannel...

    Any comments or suggestions are welcome!

    Polo

    --------------------------------------
    Christian Website

  11. #11
    Join Date
    Oct 2003
    Location
    R.T.U
    Posts
    580

    Default

    I will be implementing the "broken links report" that is being made at this point... waiting for an answer from esm...
    Polo

    --------------------------------------
    Christian Website

  12. #12
    Join Date
    Apr 2003
    Location
    Atlanta GA
    Posts
    3,395

    Default

    did you get the PM I sent you?
    esm
    "The older I get, the more I admire competence, just simple competence, in any field from adultery to zoology."

    .

  13. #13
    Join Date
    Oct 2003
    Location
    R.T.U
    Posts
    580

    Default

    no... could you please send it again?
    Polo

    --------------------------------------
    Christian Website

Similar Threads

  1. A Indexu Website Crawl Feature
    By Hart_House in forum v3.2
    Replies: 16
    Last Post: 05-08-2006, 06:21 AM
  2. Website Header
    By Hart_House in forum Website development, hosting and promotion
    Replies: 1
    Last Post: 02-29-2004, 12:13 PM
  3. Creating a Multilanguage website
    By Polo5 in forum v5.x
    Replies: 2
    Last Post: 12-22-2003, 04:14 PM
  4. A nice dark background website
    By Hart_House in forum Sites in Action
    Replies: 1
    Last Post: 10-27-2003, 07:20 PM
  5. New Update INDEXU 3.1 Preview in demo website!
    By dody in forum Announcements
    Replies: 3
    Last Post: 04-13-2003, 04:11 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •