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.


Topics - naif824

Pages: [1]
1
Hello,

I have 4images library, files should be validated by admins to get approval before publishing !

the question is :

Is there any way to give the user "ABC" a permission to validate the files waiting in the category "CARs" only for example?

It's like giving the permission for a user to moderate his category only ! the permission should be only "VALIDATION"

no modification or deletion permission.


Thank you

2
hello,

I got a problem of having a White blank page after you submit an image or file .. or when you click submit after Registration ! , and it will lead / take you to member.php page !

I passed almost by most of the threads talking about this prolem, and I got the solution only in one of them !

So to make your life easier, I'll post the fix right here.


First, if you have upgraded to PHP 5+ , solution by V@no , and it was not my problem cuz  I run on PHP 4.4, but in case you have upgraded then make sure this is the FIX !

In PHP v5.x some default settings are turned off, which makes 4images not compatible with it.

Here are few changes u should make in order to make it to work with PHP5

1) Open global.php
Find:
Code: [Select]
if (get_magic_quotes_gpc() == 0) {Insert above:
Code: [Select]
/*
  FIX PHP5
  START INSERT
*/
if (!isset($HTTP_GET_VARS)) {
  $HTTP_GET_VARS    = &$_GET;
  $HTTP_POST_VARS   = &$_POST;
  $HTTP_COOKIE_VARS = &$_COOKIE;
  $HTTP_POST_FILES  = &$_FILES;
}
/*
  FIX PHP5
  END INSERT
*/


2) Open includes/upload.php
Find two (2) times:
Code: [Select]
  var $upload_errors = array();Remove one (1) of them (doesnt metter which one)



P.S. If I or someone else remmember anything else it will be added to this topic ;)



Second, if you're still running PHP 4.x.x , solution by fatro , and it was my problem and it solved it perfectly, is the FIX !

After hard reading.. I already made it!!

My problem is about "memory_limit" in pnp.ini but I can't config it directly so,

I add some config command after "<?php" in global.php
here they are..

Code: [Select]
ini_set("memory_limit", "50M");
ini_set("max_execution_time", "10000");
ini_set("default_socket_timeout", "100");
ini_set("expect.timeout", "30");

It's working fine  :)



P.S.: If you're intersted in freelancing, here you go to modify my 4images Library : http://www.4homepages.de/forum/index.php?topic=16990.msg


All the best.

3
Hello,

I'm using 4images 1.7.4 in my website: http://www.sources.ws/file

NOTE: I have modified the script, I added many new fields to the database.

It's in Arabic and it manages files so it works like a Library, not a Galerry as it used to be ;)

I will pay via "PayPal" to do 3 basic stuff.

1- see the sample file here : http://www.sources.ws/file/details.php?image_id=1

I need a "Alert Admin" button, like (I'll give you the real image later) , where registerd user can click on this option and a pop-up window will appear, so he will fill a blank text form to report:
1- Problem with that file
2- Violated (Un-accpeted) comment

he doesn't have to put the URL, cuz an email should be sent automatically having the message + URL of that page to a specific email a@b.c for example.


2- I wanna let the script accepts the RAR files.
Again I know the normal way to do that, but I failed to do it regarding to modification I made to the datebase and the new fields I added.


3- Registration Problem.
Try to register as a normal user, after you successfully finished filling the forms, u'll get a blank page, why is that?



Waiting to get bids, all the best.

4
Hello all,
I'm using 1.7.4 as a library script, it consists of files instead of images and it works very well.

I wanted to add many extensions and especially RAR files, i added the template HTML file for template folder and added the rar extension to my admin control panel.

Still after I uploaded the file it takes me to a white page?? and problem appeared for all other files extensions, so I had to restore my script to original setting.
 
Now i wanna add RAR extension since its very important, whats the steps in details to do that?

by the way, this happens only when a user add RAR file and i have a validation system by admin, when the admin add a RAR file it uploads successfully since he has the right to add files directly !


and Idea?


Thanks in advance

5
Hello Guys,

      I'm intending to buy a template from rustynet, but they didnt mention if each template comes with PSD file or not? I sent them an Email but they didnt respond to me. so If anyone biught a template before please let me know the answer for my question.

Best regards,

6
Hello

This is My website, www.Kashtah.com

Its in Arabic but still I can explain the problems !

My old version was 1.7.1 and I upgraded to 1.7.4 so I got some problems :

1- No Categories Icons

2- No Statistics

3- No Random Images

4- New pictures are 4 inststead of 8 before upgrading

5- No images in Top Images page : http://www.kashtah.com/4images/top.php



Any Idea?

7
Ppl , It's an OFFER !

Any PHP Experts , wanna modify this issue :

http://www.4homepages.de/forum/index.php?topic=6841


How much that would cost me?



regards

8
Mornings Ppl

I'm using 1.7.1

after I logged in with a regular registered user , assume the user : aa

then after I browse the gallery

if I stopped by an Image

and copy the URL in the address bar

then sent it to any body like this :

http://www.kashtah.com/4images/details.php?image_id=623&sessionid=NMPJf2wUjHBvw

he will be able to get him self into my account !!

How could I modify this to restrict that?

I mean to ask for a user & password if there was no cockie ??



best regards

9
Salam Guyz

I have a Strange question didnt find an answer for it ! i'll explain step by step to make it easier :)


I have a web design templates , I made a 4images gallery to show them

http://www.d6b.net/44

its clear that when I add an image , it will make a thumbnail images directly

like these :

http://www.d6b.net/44/categories.php?cat_id=13&sessionid=69a4aa3df37eabfe5ad563f876c6695b

click at any image :

http://www.d6b.net/44/details.php?image_id=14

see the download links below : download & download zipped

assume that the picture for a template file

I want to create a new folder contain all templates zipped with names like that images names !!

so the picture will only show the template demo , and when I click the "download zipped" button , it downloads the zipped file that contains the whole template


I hope the idea is clear now , if there is any thing unclear plz let me now and i'll clarify it again


Best regards


Pages: [1]