Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Jaap12

Pages: [1] 2 3 4 5 ... 8
1
Discussion & Troubleshooting / phpbb user problem?
« on: May 19, 2003, 03:20:32 PM »
hello?

2
Chit Chat / What the heck is a PHPNuke?
« on: May 19, 2003, 03:18:27 PM »
phpnuke is a portal. You can install it, and then you have a complete website, including memberlist, news, poll, forum, download, sections, newsletter etc.

All the above named things you can download @ www.phpnuke.org that site is the demo to.

3
Mods & Plugins (Releases & Support) / Question
« on: May 18, 2003, 06:57:38 PM »
Hi,

First of all great mod! (4images and phpbb) it sounds very nice. But i have 120 users with my photogallery.
My question is:
Is it nessesery to delete all my 120 users before installing the phpbb mod? if yes, the admin account to?

If so .... after the upgrade is it possible to restore all my members? 120 is much to do it all by hand, but that's no problem i think.

I need then only restore the:
-username
-email
-password
?

Password is a big problem, i have looked in the mysql backup from my site and i saw that all the passwords a encrypted? how can i restore the passwords of all the usernames?

I hope somebody can answer al my questions.

Thank you very much.

Bas

4
Discussion & Troubleshooting / phpbb user problem?
« on: May 18, 2003, 06:56:50 PM »
well this question is about 4images and phpbb... i want do the upgrade but i have some questions about that. So i started a different thread about this issue.

PLease answer my questions

Bas

5
Discussion & Troubleshooting / phpbb user problem?
« on: May 18, 2003, 05:15:10 PM »
Hi,

First of all great mod! (4images and phpbb) it sounds very nice. But i have 120 users with my photogallery.
My question is:
Is it nessesery to delete all my 120 users before installing the phpbb mod? if yes, the admin account to?

If so .... after the upgrade is it possible to restore all my members? 120 is much to do it all by hand, but that's no problem i think.

I need then only restore the:
-username
-email
-password
?

Password is a big problem, i have looked in the mysql backup from my site and i saw that all the passwords a encrypted? how can i restore the passwords of all the usernames?

I hope somebody can answer al my questions.

Thank you very much.

Bas

6
Installation, Update & Configuration / Error after new version
« on: May 01, 2003, 03:18:56 PM »
First i hajd installed 1.6, that works fine. But today i made the final step to 1.7 but that goed very very bad. It's a nightmare.

I hope that someone can help me. My site is down for the last 40 hours so i lost a lot of visitors.

The problem:
After updating and overwirting all the files i get this error @ my index.php
Code: [Select]

DB Error: Bad SQL Query: SELECT u.*, l.* FROM 4images_users u, 4images_lightboxes l WHERE u.user_id = XippiX AND l.user_id = u.user_id
Unknown column 'XippiX' in 'where clause'

DB Error: Bad SQL Query: SELECT * FROM 4images_users WHERE user_id = XippiX
Unknown column 'XippiX' in 'where clause'

Warning: Cannot add header information - headers already sent by (output started at /home/XippiX/HTML/includes/db_mysql.php:188) in /home/XippiX/HTML/includes/sessions.php on line 85

Warning: Cannot add header information - headers already sent by (output started at /home/XippiX/HTML/includes/db_mysql.php:188) in /home/XippiX/HTML/includes/sessions.php on line 85

Warning: Cannot add header information - headers already sent by (output started at /home/XippiX/HTML/includes/db_mysql.php:188) in /home/XippiX/HTML/includes/sessions.php on line 85

And the below that error code i see my normal page.
What can i do? and help me plz i get sick of this error. :

7
Discussion & Troubleshooting / last commented image listing
« on: April 22, 2003, 01:17:58 PM »
Code: [Select]
//-----------------------------------------------------
//--- Print Out ---------------------------------------
//-----------------------------------------------------
$additional_sql = "";
      $table_fields = $site_db->get_table_fields(USERS_TABLE);
      foreach ($additional_user_fields as $key => $val) {
        if (isset($HTTP_POST_VARS[$key]) && isset($table_fields[$key])) {
          $additional_sql .= ", $key = '".un_htmlspecialchars(trim($HTTP_POST_VARS[$key]))."'";
        }
      }
  $sql = "SELECT c.comment_id, c.image_id, c.user_id, c.user_name AS comment_user_name, c.comment_headline, c.comment_text, c.comment_date".get_user_table_field(", u.", "user_level").get_user_table_field(", u.", "user_name").get_user_table_field(", u.", "user_lastaction").get_user_table_field(", u.", "user_comments").$additional_sql."
          FROM ".COMMENTS_TABLE." c
          LEFT JOIN ".USERS_TABLE." u ON (".get_user_table_field("u.", "user_id")." = c.user_id)
          ORDER BY c.comment_date DESC
          LIMIT 14";
  $result = $site_db->query($sql);
  $comment_row = array();
  while ($row = $site_db->fetch_array($result)) {
    $comment_row[] = $row;
  }


euh what do you mean?

Code: [Select]
c.comment_date".get_user_table_field(", u.", "user_level").get_user_table_field(", u.", "user_name").get_user_table_field(", u.", "user_lastaction").get_user_table_field(", u.", "user_comments").$additional_sql."


change in what? in this? , u.user_name
if yes, can you give an example? plz?  :oops:

8
Discussion & Troubleshooting / Error
« on: April 22, 2003, 12:21:38 PM »
Hey great mod, but i get an error:

Code: [Select]
Fatal error: Call to undefined function: get_user_table_field() in /home/zippie/HTML/index.php on line 131

I running version 1.6 and that's almost the same. I think get_user_table_field must be something else. Maby you can help me? Because i like this mod very very much.

9
Mods & Plugins (Releases & Support) / Re: [Mod] Avatar v2.01
« on: February 14, 2003, 01:48:10 PM »
Does this mod work with 1.6?

Ihope so... very intresting mod!!!

10
Installation, Update & Configuration / Move to new server
« on: December 03, 2002, 06:09:26 PM »
the backup of my 4images sql is 2,5 mb



but do you have any idea how to fix it?

11
Installation, Update & Configuration / Move to new server
« on: December 03, 2002, 04:39:30 PM »
and i can't fix that?


btw.. the dump is 2,5 mb.
So, there is no way to set the database back?  :(

12
Installation, Update & Configuration / Move to new server
« on: December 03, 2002, 04:17:43 PM »
than make no sence, get the same blank screen, how's that possible?
And what can i do with this error?
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 12 bytes) in /home/sites/zippie/HTML/includes/db_utils.php on line 26

13
Discussion & Troubleshooting / Server
« on: December 03, 2002, 02:33:04 PM »
Hi,

I have backup my database because i need to move the data to my new server.

I have everything installed, but i get a blank screen. How to fix it?
In the config file is everything alright.
i have removed the // before define in the config.php file, but still a blank screen.

i have tried to reinstall 4images and restore the database, but that doesn't work, i get then this error:


Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 12 bytes) in /home/sites/zippie/HTML/includes/db_utils.php on line 26



I hope that someone can help me. My page is 7 days offline because i can't fix it.

Best regards,

jim

14
Installation, Update & Configuration / Move to new server
« on: December 01, 2002, 09:07:43 PM »
hello? can give somebody answer?

This is a big problem for me, so i can't run 4images

15
Installation, Update & Configuration / Move to new server
« on: December 01, 2002, 12:57:49 PM »
thanks for your help, i had try that before but that doesn't work. I get an error it says

Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 12 bytes) in /home/sites/zippie/HTML/includes/db_utils.php on line 26


I think my database is to big? but how i ican fix this problem?

Pages: [1] 2 3 4 5 ... 8