![]() |
I get this on my vb's who's online
Is there anyway I can fix this to replace unknown location with 4images? Guest Unknown Location /4images/categories.php?cat_id=11 202.81.174.xx |
my gallery has been running smoothly for nearly 3 weeks. now all of a sudden im getting these errors:
Warning: move_uploaded_file(./data/media/4/jiji.jpg): failed to open stream: Permission denied in *on line 114 Warning: move_uploaded_file(): Unable to move 'C:\WINDOWS\TEMP\php25B.tmp' to './data/media/4/jiji.jpg' in *on line 114 I checked the Windows\temp permissions and they are okay (I verified it by uploading an image using vBULLETIN, which works). why after 3 weeks does this fail? |
Quote:
Quote:
Quote:
|
does this hva eto be installed into the same database as vbulletin or? as i have a install scrip in fantistico (cpanal) and it creates it in a new database just want to know b4 i install
|
is there no way we can ge tthis to automatically use the forums header and footer like photopost does?
|
dear all I have a problem:
DB Error: Bad SQL Query: SELECT setting_name, setting_value FROM 4images_settings Table 'sinhvien_diendan.4images_settings' doesn't exist please help me |
Holy Moly it looks like it worked!!!
Wooo Hoo!!!!! Now I just need to fix the templates and upload the 3,000+ images I used to have before the switch... |
Quote:
Quote:
Quote:
Questions: 01. Did you install 4images seperately (follow the original instruction) and make it work? If it doesnt work, make it work first! 02. Do you have the above table exist in your database? (you can use phpMyAdmin) |
I was config database file config.php of 4images same database of forum but when I install it. I have error, can you help me?
|
Quote:
As I stated in the instruction. The integration in only work when you already have vBulletin and 4images installed AND working fine. you need to download the original 4images version from 4homepages.de and install again. Folow their install instruction and try to have your 4images works first. Alot of help on original version given in their forum. |
I've got a little problem.
I've installed 4images and am getting ready to start the modding for the integration but I can't get it in English. I've uploaded the language pack but due to my complete lack of German knowledge I can't find where to switch the language. Any help? [edit] Deoasn't matter, I've got it. good old bablefish! |
<font color="red">I click install</font>
Just one question, what's the best way to link usergroups created in 4images to usergroups in vB? |
Quote:
If you want to have a "waiting for moderation" group too, make the default to be the value for moderating, and add some code in activation form so that when he/she activate profile, the value of album_level changed to member. That way I dont have to worry about vB's groups. |
Is there a way to include the "style picker" (bottom left of every vb page) in the 4images gallery? That 4images gallery could also trace which style/skin is selected, and feed the stylesheet (not the vb templates, only the css file). I want to customize the 4images templates to use the vb classes, and have the users personal settings determine which css is fed.
Also, how to make gallery comments increase in vb post count. |
keep getting
Fatal error: Call to undefined function: imagegif() in image_utils.php on line 79 |
Quote:
This hack REQUIRE you to have your 4images installed and running. You can get help on 4images website. Quote:
currently, 4images use "styles" globally, based on 4images' setting, not based on users' setting. However, you can change this to "user setting", and read the "style setting" for each user. by that way, you can change style easier. This could be a cool hack, but I cant help right now. Quote:
|
I'm having problems; Everything worked great except for the login form...
Basically, (ive attached screenshots) it says Im logged out, yet myself and the members can upload images, go to the usercp and lightbox etc (I can even access the admincp) but it still shows the login form on the left... Please see the screenies |
I've noticed you said this hack is for vbulletin 3.0.1. Will it work with 3.0.0?
Also, where do we install the 4images at? in our sites main directory or in the /forums folder? |
Quote:
Try to upload the original user_loginfo.html and includes/page_header.php files again. I think you might have change that template to the one I gave somehow. It should be the original: HTML Code:
<table width="100%" border="0" cellpadding="4" cellspacing="0"> Quote:
Quote:
|
cool, thanks Mtha and blackxRam (hey don't be so critical) I found it.
for anyone wants to display random images on vbulletin 3.x pages: here's the link: http://4homepages.de/forum/viewtopic.php?t=1688&start=0 |
The templates were fine; Exactly as you said. This problem is still occuring... Any other ideas?
|
What does this mean in the installation instructions
2. 4images tables and vbulletin tables have to be in the same database. Does this mean we have to combine or tell 4images to use the vbulletin mysql database? If so, how? |
Quote:
if ($user_info['user_level'] >= USER) doesnt return TRUE even when you logged in. Check: - constants.php // User levels define('GUEST', 0); define('USER_AWAITING', 3); define('USER', 2); define('ADMIN', 6); -sessions.php $user_table_fields = array( "user_id" => "userid", "user_level" => "usergroupid", "user_name" => "username", "user_password" => "password", "user_email" => "email", "user_showemail" => "", "user_allowemails" => "", "user_invisible" => "", "user_joindate" => "joindate", "user_activationkey" => "", "user_lastaction" => "lastactivity", "user_location" => "", "user_lastvisit" => "lastvisit", "user_comments" => "", "user_homepage" => "homepage", "user_icq" => "icq" make sure you have correct user_level If you dont use forum's groupid, make sure that the field is filled with "user#" value check includes/page_header.php this should be default, but still chec, just incase PHP Code:
let me know how you come up with.. Quote:
if you dont have any table with the same name, then you can just dump one database and restore into the other, using phpMyAdmin maybe? |
Quote:
I have no idea how many people are experiencing this, but at least a few are since they have PM'ed me about it. Any idea why this might be? |
Quote:
I did not do anything with comments, nor display pictures. - did you have this problem before integration? - were you able to see the problem yourself? - can you get your user's account, and using his account to see the problem? |
I found the error,
Code:
- constants.php Anyways, I sorted out the problem, thanks for leading me to the fix :) |
I work at CommunityForums as well, and I've noticed that the fix works great for just registered users, however - it does not work for administrators (who's usergroupid is still 6)
What could be causing this? |
Quote:
defi sorted out the problem, he should know what cause it, right? do the same check! |
I think I may know - when I first registered it - I used my name as the admin (userid: 1)
My userid is 1 on the forums as well Could this conflict? |
Quote:
because your board has custom groups, with custom settings (which I dont know), so I cant guess the reason. try to check and play with the code I gave above. If you want, you can test, getting your user_level , in page_header.php FINE if ($user_info['user_level'] >= USER) { ADD ABOVE: echo "Userlevel: ". $user_info['user_level'] ." - "; echo "User setting: ". USER; then go to your album, read the value for user level on top of your page. Should this be the correct user_level? compare this with the second number . |
This is what I got:
Userlevel: 1 - User setting: 2 I am an admin, so shouldn't I be a 6? |
Quote:
Check your group setting, user_level setting (which assign to forum's group) ... you need to provide me detail information on how you did to your forum and album, otherwise, I cant just guess around the reason for your modifications. |
Well, everything in the database (ids and such) match the other superadmin (Defi) and it works just fine for him. In fact - I am the only user which has this problem, and it's really bothering me... here are some of the things that are setup...
4IMAGES - Constants.php ================================== // User levels define('GUEST', 1); define('USER_AWAITING', 3); define('USER', 2); define('ADMIN', 6); // Permission levels define('AUTH_ALL', 0); define('AUTH_USER', 2); define('AUTH_ACL', 3); define('AUTH_ADMIN', 6); ================================== 4IMAGES - page_header.php ================================== Code:
//----------------------------------------------------- vBulletin - Usergroup IDs ============================ Admins: 6 Mods: 7 Registered (0 posts - no access): 2 Super Mods: 5 Unreg: 1 Awaiting Confirm: 3 Banned: 8 Registered 2 (1+ posts - access): 12 ============================ It works fine for all users but me. So I really have no idea what is wrong... And OH - my userid IS 1 and my group ID IS 6.... everything seems configured properly... |
Quote:
and the checking was stated again here https://vborg.vbsupport.ru/showpost....&postcount=183 make that change back to ZERO, and you will be fine. define('GUEST', 0); |
Yup, that did it! I wonder why I didn't notice that in the posts... well - whatever it was - it worked! Thanks!
Any explination on why it was that? |
Quote:
|
Quote:
Any Suggestions? |
Quote:
Control Panel/ Settings / Conversion tool for thumbnails if you dont have this setting correct, you wont be able to create thumbnails. what it should be, based on your server, if your server has IM, GD or NetPBM. you can ask your host, or test refer their manual for instruction |
Does this also works with 4images 1.7.1 ?
Tobi |
|
All times are GMT. The time now is 09:58 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|