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

Pages: [1] 2
1
Discussion & Troubleshooting / Re: Help me , it's weird
« on: July 28, 2002, 09:05:05 AM »
Quote from: VN
Know where I'm wrong. The meta in admin section is dif with UTF-8 from the user section.


i have the same problem too, can you guys help me?

2
Discussion & Troubleshooting / PLEASE help with Auto-THumbnailer
« on: July 05, 2002, 08:13:13 PM »
ask the host to install ImageMagick for u, then tell u the path, thats wat i did ;)

3
Discussion & Troubleshooting / Block an IP address
« on: July 05, 2002, 03:40:25 PM »
y don't u set the upload permission for private user only?

4
Discussion & Troubleshooting / PLEASE help with Auto-THumbnailer
« on: July 03, 2002, 04:23:18 PM »
if u could use the auto thumbnailer features, then turn it on in the setting - configuration so when the user upload a picture, the thumbnail will be created automatically ;)

i recommend u use imageMagick, work great for me

5
sorry, just ignore the first post, i found they way to do it ;)

sorry

6
hi i got about 40 registered users but they are not activated, some of them don't know that they have to check their emails to activate the account.

So how do i re-actiavate them from the admin control panel? is there an option for this? :)

Thank you

7
Mods & Plugins (Requests & Discussions) / post news on index page???
« on: July 02, 2002, 04:03:28 AM »
i'm just wondering how this is done? any1 cares to help me ;)

thanks

8
Feedback & Suggestions / phpbb integration Poll
« on: July 01, 2002, 10:27:36 AM »
hey guys, i haven't done this with my live board and site yet, only testing...

If u look carefully in the user tables of 4images and phpbb, i will see that most of the field are the same so its fairy easy to to the import.

The next things to worry about is u want to make sure users have to login via the phpbb board before they can view 4images pages...just add this codes to any of ur php files

Code: [Select]


<?php

define
&#40;'IN_PHPBB', 1&#41;; 

$no_page_header TRUE

$phpbb_root_path "./your forum dir"

require&
#40;$phpbb_root_path . 'extension.inc'&#41;; 

include&#40;$phpbb_root_path . 'common.'.$phpEx&#41;; 

$userdata session_pagestart&#40;$user_ip, PAGE_INDEX&#41;; 

init_userprefs&#40;$userdata&#41;; 

if&#40; !$userdata['session_logged_in'&#93; &#41; &#123; 

header&#40;"Location&#58; http&#58;//www.yoursite.com/phpbb/login.php?redirect=fileToRedirec.php"&#41;; 

&#125; 

?>



Also look at the phpbb forum, u will find codes that allow u to specify only certain user in a certain group to view the files, just create a group call every1 and allow access for all user, u shoudl be fine

9
Feedback & Suggestions / If u know absolute path, u can get a file
« on: July 01, 2002, 10:21:59 AM »
thanks for all the help guys, really appreciate it ;)

well, what i've already done is, i put the .htaccess file inside the data directory so no one can hot linking to my stuff from my site ;)

But to prevent people from downloading certain files at ur site ( i only want server people from a specific group to download), if they guess tha path right, they still can get the file....urm...

10
Feedback & Suggestions / phpbb integration Poll
« on: June 30, 2002, 06:32:01 PM »
yeah sorry i didn't see the resuts :( but anyways, i've already intergrate 4images with my phpbb2.0.1 forum.

Well, its not really intergrate but i've merged the two users table in one. And when the user click on the register link, they will be redirect to my forum registration, once they login the forum, they can view images, download files on the 4images page, also according to their permission ;)

11
Feedback & Suggestions / If u know absolute path, u can get a file
« on: June 30, 2002, 06:29:26 PM »
well, i've seen scripts, program that prevent people from geting files on ur server directly, unfortunately i can't afford to buy the software so i'm looking for a free scripts that let me do this

any1 got any idea where i could get these kind of script?

12
Feedback & Suggestions / phpbb integration Poll
« on: June 30, 2002, 03:39:17 PM »
u see ur topics got like 30 views but no1 have voted yet  :lol:

13
Feedback & Suggestions / If u know absolute path, u can get a file
« on: June 30, 2002, 03:38:37 PM »
am I right or wat, u can test on ur own 4images site anyways :)

14
Feedback & Suggestions / If u know absolute path, u can get a file
« on: June 30, 2002, 06:40:46 AM »
well, version 1.6 works like a dream, however, if people knows the absolute path to your images or files, they still can download, view it even tho u set the permission for the categories if private or registered or watever  :(

Is there a way to prevent this

15
hi, i use the full path start with http://www.mysite.com/image/name.jpg but the download button is still not working, click on it, redirect u to the main page :(

Pages: [1] 2