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 - satine88

Pages: 1 2 3 4 [5] 6 7 8 9 ... 17
61
Just a few messages before yours
http://www.4homepages.de/forum/index.php?topic=6922.msg143083#msg143083
Ok; sorry
Thanks ;)

But : I've this error :

Code: [Select]
Fatal error: Call to undefined function: get_basename() in /homez.93/fondecra/www/global.php on line 346
global.php on line 346 :
Code: [Select]
  $url = get_basename(getenv("HTTP_REFERER"));


62
Hello
How to get it working for sub categories?

http://nsa15.casimages.com/img/2010/05/15//100515030413798529.jpg


63
Thanks :)

64
Hello
I'm looking for how to add the dimensions of the image on the page details as here:



http://nsa14.casimages.com/img/2010/05/13//100513081237605013.jpg

Thanks

65
Hello

I went on the website:

http://www.budduke.com/gallery/details.php?image_id=4883

and I would like to know the name of the mod to add this:


http://nsa15.casimages.com/img/2010/05/13//100513081050201848.jpg

Thanks

66
I'll try, will it be possible that you send me a file. Zip or .rar your script by email?

Edit : His march, but I have an error when I change page it disconnects me

I connect via the website, I am redirected to the forum -> ok
I return to the site I'm Disconnected

My files are modded so much, that they will be no use for you.. sorry about that..

So I understand I works for you finally?
If you are kicked off after the site redirects you back to the 4images, try to clean all of your cookies in the browser and check if the user is being automatically inserted into the 4images_users table. If the user if inserted properly we'll look for another problem....

I attach only 2 files that have not been modified from my installation (phpBB.php and phpBB_sessions.php)... try to replace your files with mine (backup your files first!!)


Ok, I took your files, no change

Edit :

I connect via the website, I am redirected to the forum -> ok
I return to the site I'm always online, then when I click on a page of the site I am disconnected,
I test on a virgin version

the user is present in both databases

Thanks :)

67
I'll try, will it be possible that you send me a file. Zip or .rar your script by email?

Edit : His march, but I have an error when I change page it disconnects me

I connect via the website, I am redirected to the forum -> ok
I return to the site I'm Disconnected

68
Thank you for your reply, I tested, but no change

Does it work with someone? For even on the demo it does not work (blank page)

69
Hello

I tested version "modded.zip" but :

error :
Code: [Select]
Warning: require(\\CONFIG.PHP) [function.require]: failed to open stream: No such file or directory in E:\wamp\www\includes\phpbb_sessions.php on line 9
Config.php :

Code: [Select]
$db_servertype = "mysql";
$db_host = "localhost";
$db_name = "wall";
$db_user = "root";
$db_password = "";

$table_prefix = "4images_";

define("4IMAGES_ACTIVE", 1);

define('PHPBB3_BRIDGE_ON', true);
define('PHPBB3_PATH', realpath(realpath(dirname(__FILE__)).'forum').'/');
define('PHPBB3_URL', 'http://localhost/forum/');

?>

Thanks


the site "demo" --> page blank

71
Hello,

I want to install: [MOD] Bridge: 4images 1.7.7 - phpBB 3.0.5 : http://www.4homepages.de/forum/index.php?topic=26013.0

but I can not, there is an error: http://www.4homepages.de/forum/index.php?topic=26013.msg144201#msg144201

Does someone could install it myself?

If yes, at what price?

72
Hello,

Does anyone has succeeded?

I just reinstall everything 4images for this mod, but it's still not working

73
Anybody ? :)

74
Hello,
I decided to reinstall everything from scratch again.

So I download 4images with the amendment already installed, but installation does not work

An unexpected error occured. Please try again later.

75
During the installation of this mod, there are:

Step 3. includes/sessions.php

Quote
Locate somewhere around line 191:

Code: [Select]
Code:  [Select]  [Expand]  [Hide line numbers]
1
$user_password = md5($user_password);

Replace with:

Code: [Select]
Code:  [Select]  [Expand]  [Hide line numbers]
1
if($do_md5 == true) $user_password = md5($user_password);


Looking through my software:
 "$user_password ="

I found the line:

Code: [Select]
function login($user_name = "", $user_password = "", $auto_login = 0, $set_auto_login = 1, $do_md5 = true) {
    global $url_login;
    header("Location: $url_login");
  }


What should I do?


1) 4images doesn't support mysqli, only mysql.

I thought he needed to change because I saw
Code: [Select]
Known issues

Known not to be working if phpBB configured to use mysql driver. Use mysqli instead (http://php.net/manual/en/mysqli.overview.php).
phpBB_installation_path/config.php
Code:  [Select]  [Expand]  [Hide line numbers]
1
$dbms = 'mysqli';

When switching bridge off users can’t login to 4images anymore from the native 4images form. However they still exist in 4images database and could request for new password.

After logging off user will be returned to the main page of the forum installation instead of page he was browsing previously.


Quote
2) An unexpected error occured. Please try again later
ok :)

Thanks ! :)

Pages: 1 2 3 4 [5] 6 7 8 9 ... 17