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

Pages: [1] 2
1
I'd like to have each member have access to upload only to their member category and not to other members categories. Is this currently possible?

2
Bug Fixes & Patches / MAIN_SCRIPT error (with fix) on 1.9 on PHP 8.1.12
« on: January 12, 2023, 09:25:08 PM »
PHP Fatal error:  Uncaught Error: Undefined constant "MAIN_SCRIPT" in includes/page_header.php:83

I get this error after creating a new account on a new install and trying to log in.

Fix:
file: global.php
line 27 add:


if(!defined('MAIN_SCRIPT')){
	
define('MAIN_SCRIPT', __FILE__);
}


It's possible this only happens on non-verified accounts

3
Long time user and contributor.. some of you may remember me.. v@no may..  :)


So I'm installing 4images on a clients site and forgot how to add a link to download the full size image inside the big folder, but only if they are a registered user..

4
Feedback & Suggestions / Re: 4images 1.7.4 - Feedback
« on: November 04, 2006, 01:17:27 PM »
does this new version handle mysql 5 correctly?

5
ive been getting spammed a bit as well...

IP   206.*.*.*   
IP   209.*.*.*   
IP   211.*.*.*   
IP   205.*.*.*   
Hostname   gellar.net
Hostname   dro4ers.net
Hostname   yamy.net



is there a way to set it, so the user cant leave a comment unless theyve been a member for over 1 day? or where the admin has to verify all comments before they show up?

6
FAQ, Tips / Re: How to add a new, custom template page
« on: January 29, 2006, 01:19:33 AM »
im doing the PM mod.. but with the template im using, it has all of the menu, header, everything, under the header.html... and not under each individual template file html..

so it looks like this
{header}
page content
{footer}

i actually converted my other install of 4images to be this way, but this template came like that.. but the problem im having is that with the pm mod, it doesnt see any of the {header} content.. it just prints out.. {header} and {footer}
its been awhile since ive worked on any 4images code, if you havent noticed me gone for awhile lol.. and.. i forgot how to make this work

7
FAQ, Tips / Re: How to add a new, custom template page
« on: January 28, 2006, 09:41:43 PM »
i think there used to be a page on it.. but how do i get it on a new .php/html page, so be able to see the {header} and {footer} info?

8
the original mod that i made, that was said to not work.. does work. i just installed it.. not sure what you guys didnt do right

9
just a note.. for this mod to work.. you need to make a database entry..

under the default

4images_categories

make a new field called
name: cat_master
type: tinyint(4)
collation: none
attributes: none
Null: No
Default 0
Extra: none

i did this mod.. and it still didnt work.. so i used the /admin/categories.php from another site, from before the hack, and plugged it in.. worked fine.. there were some other mods done to it, so i dont know if it will work with yours.. but if you want to try mine out.. feel free. im not going to try to figure out what makes this version work, and the other from this mod/page not work. this is also from 1.7.1

10
If you could notice the difference in the speed with "naked eye", then you probably would in Guinness book already ;)

haha thanks v@no.. oh im not sure if you still need it, but i still have your ftp on my server with some of your files you were mirroring.. pm me and let me know either way!

11
is anyone going to try to take on the next version for this mod?

12
kind of off topic...

but is it slower when you use language files, compared to hardcoding the words in the script?

13
Mods & Plugins (Releases & Support) / Re: [Mod] Mini-Top
« on: January 25, 2006, 10:37:44 PM »
i did it before, but i forget how...

how can i make it so that it will RANDOMLY look at the least OR the most popular

14
awesome v@no!!

just a quick typo

Quote
show_radio_row("Keyowrds", "editkeywords", 0);

should be
Quote
show_radio_row("Keywords", "editkeywords", 0);

15
i want to change it where it says New images (and under it has the latest x number of images).. if there are no new images it will show random images. i want to make it so that the New images will show Random images.. if there are no new images

Pages: [1] 2