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

Pages: [1] 2
1
Works perfect with 4images 1.7.9 and vBulletin 4.0.8

Hello,

works with 4.1.x? and 4.1.3?

Thanks!

2
Hello,

Is working with vbulletin 3.8.5???
I'm testing it on my developer server before update the forum.

Thanks!

3
Hi,

My problem with the indexed pages was with my sitemap not with the mod. Sorry  :oops:

I have two suggestions, test your mod with this VB mods:

Thanks!

4
Hello denisnovikov,

I think I have the same problem than AntiNSA2.

I only have your mod on my 4images.
Since I have the mod installed Google only has indexed the index of my galleries (before was completly indexed).

I had read AntiNSA2 message yesterday, and now I'm investigating this problem.

Do you think that is a problem with the mod?


Thanks again!

5
Komme etwas durcheinander,
brauche ich alle Files die im Anhang sind?

Bei Nicky steht in der Sig für vB 3.8.1, also läuft die Version hier mir 3.8.1? Und auch mit 3.8.2?

Yes, it works with 3.8.1, and should work with 3.8.2 (can't say it will, because I didn't test it with 3.8.2 and didn't receive any reports about it). However you can try and post back here (don't forget to make backups before).

You can do installation of this mod manually using the step-by-step guide or already patched version provided at the first post.
Also keep in mind security fix: http://www.4homepages.de/forum/index.php?topic=24526.0 because this fix is not included into full patched version.

There is new release coming in a days, so I will update mod files asap.

Hello denisnovikov,

What will be the changes with this new version?

I'm very happy with your support of this mod, you are the best!!

Thanks again!

PD: Can I make a little paypal donation to you?


6
Hi!

With the fix works fine.
I'm going to do more tests.

Other thing, this mod works fine with [MOD] Google Friendly Urls For 4images Best Seo Mod and with the V@no's improve of 11 page.
Now i'm going to test it with this other mod: [MOD] Download limit v1.0.1 http://www.4homepages.de/forum/index.php?topic=7701.0

Thanks again denisnovikov.
PS: I'm going to edit my previous post becouse the problem is solved.

PS2: sorry for my english... :P

Thanks!
nic_net

7
Nah, stealing cookie will not help to login under another user

fix (~line 14 @ vb.php)
replace:
Code: [Select]
if(user_info['user_id'] == -1 && intval($vbulletin->userinfo['userid']) > 0){
with:
Code: [Select]
if(intval($vbulletin->userinfo['userid']) > 0 && ($user_info['user_id'] == -1 || $user_info['user_name'] != $vbulletin->userinfo['username'])){

First , thank you for the fast reply and thanks for support your mod.
I'll test it on my developer server as soon as possible.

PS: sorry for my english... :P

Thanks!
nic_net

8

Confirm, but it's not too big although -- if you have login data for both accounts it means they are both your accounts. However it should be fixed for sure. Already looking for solution.
Thanks for reporting!

I said that it's a big problem becouse I think that all security problems are important :P

I don't know if someone can modify a cookie, and can supplant another user.
Do you think this can be possible?

I can try to help you if you need help to improve this mod, and you want.

PS: sorry for my english... :P

Thanks!
nic_net



9
Hello, (EDIT: NOW IS SOLVED WITH A FIX) I think that this mod have a big security problem.

I have tested it on my developer server and Nicky's server.

The problem:
You do login with user A, and logout. Then you do login with user B, you are logged  with user B on vbulletin, but on 4images you are logged with user A.

If user A is the vb-4images admin, and user B is a normal user, user B can enter on 4images admin panel without any problem.

I think that this is a big problem.
I'm working on it to repair this problem becouse this is a very interesting mod. All the people want to have a forum on their site, and vbulletin it's on of the best.

I don't Know if Nicky or V@no can help us, I think they can be a big help. V@no help me a lot when I tried to make more efficient a SEO mod.

Do you have any idea that what the problem is?
PS: sorry for my english... :P

Thanks!
nic_net

10
The users are created with the same userid on 4images that they have on vbulletin?

yup

Hi! to have the same userid on 4images than your users have on vbulletin you have to do this changes:

1. Remove auto_increment on 4images_users table, field user_id.

2. Two changes on vb.php

2.1 Comment line 38:
Replace this
Code: [Select]
$user_id = $site_db->get_next_id($user_table_fields['user_id'], USERS_TABLE);
with this:
Code: [Select]
//$user_id = $site_db->get_next_id($user_table_fields['user_id'], USERS_TABLE);
2.2 Change line 42:
Replace this
Code: [Select]
($user_id, 2, '".$vbulletin->userinfo['username']."', '".$vbulletin->userinfo['password']."', '".$vbulletin->userinfo['email']."', '".$vbulletin->userinfo['joindate']."')";
with this:
Code: [Select]
('".$vbulletin->userinfo['userid']."', 2, '".$vbulletin->userinfo['username']."', '".$vbulletin->userinfo['password']."', '".$vbulletin->userinfo['email']."', '".$vbulletin->userinfo['joindate']."')";
PS: sorry for my english... :P

Thanks!
nic_net


11
Another question:

The users are created with the same userid on 4images that they have on vbulletin?

Thanks!
nic_net

12
Hi!
I have a vbulletin installed with a lot of users.

Do you have something like userexport.php but to the other way? To export users from vbulletin to 4images?


Why? Your existing vBulletin users will be created "on-the-fly" at their first attempt to visit 4images installation while they're logged in at vBulletin and session/cookies sharing is works okay between 4images and vBulletin. You have nothing to do, just install 4images and bridge ;)

Ok, was a translate problem :P
I have tested this mod http://www.vbulletin.org/forum/showthread.php?t=98640 and I have problems with it.

Thank you for this mod, I'll test it this week.
nic_net

13
Hi!
I have a vbulletin installed with a lot of users.

Quote
Users, who already have installed 4images and have users in it, can download userexport.php (attached to post - ue.zip), place it into root directory of 4image after installing bridge and run it from the browser. Existing 4images users should appear now in vBulletin.

Do you have something like userexport.php but to the other way? To export users from vbulletin to 4images?

Thanks!
nic_net

14
Thanks V@no!!

Good work!

One question: what is better? GZIP enable or disable?

Thanks!


15
okay,

here we go

index site
Code: [Select]
Page generated in 0.395708 seconds with 76 queries, spending 0.232000 seconds doing MySQL queries and 0.163708 doing PHP things. GZIP compression enabled
category site (most subs)
Code: [Select]
Page generated in 0.680518 seconds with 596 queries, spending 0.055000 seconds doing MySQL queries and 0.625518 doing PHP things. GZIP compression enabled
details site
Code: [Select]
Page generated in 0.158879 seconds with 16 queries, spending 0.054000 seconds doing MySQL queries and 0.104879 doing PHP things. GZIP compression enabled
yep..
index and categories queries are down up to 50%

GREAT! Thank you 4 that!

Hi! Nicky. It works! I'm very happy :P

I'll try to make it better, but I don't have free time now. :(

Thanks for test it!

Pages: [1] 2