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

Pages: 1 2 3 [4] 5 6 7 8 ... 91
46
i want to make a link which address is: http://yahoo.com+http://msn.com/

The real problem is you are trying to make 4images work with bad data.  The URL you have given is invalid.  There is no such TLD as .com+http  Therefore when 4images parses this information, it stops at the .com  Your solution is to use a valid URL.

47
Discussion & Troubleshooting / Re: two installation in one server
« on: May 23, 2005, 03:30:30 PM »
V@no is right.

u can not use same domain for two different installations of 4images

http://localhost/4images
http://localhost/4images2

These are the same domain "localhost".  You have to register a 2nd domain name like "localhost2"

48
to link directly to another template.

Templates are parsed by PHP and the resulting page is sent to the browser.  You cannot link to templates so what do you mean by this?

V@no has something like this on his gallery. ( Layout: » Menu: right / Auto-hide).

This is still unclear to me.  Please explain

49
Try disabling the random image first before modifying the code to be so specific.  Just edit includes/constants.php to turn off the random and/or random category image

50
There is no way to grab a frame from video to make a thumbnail using the software already installed on a typical web server.  4images cannot do this either.  You have to upload a thumbnail or find some other PHP/scripting package that will do it on the server (if it even exists)

52
Discussion & Troubleshooting / Re: two installation in one server
« on: May 21, 2005, 01:21:37 AM »
Don't edit the PHP code!  This is a setup issue for sure.  I just don't know enough about the details to provide an answer yet.

A "parked" domain is one that shares the same web space (file system directory location) as another domain.  It has nothing to do with the name of the server box.

Instead, try to edit the includes/constants.php for each site.  Locate this:
Code: [Select]
// If 4images has problems to find out the right URL, define it here.
// define('SCRIPT_URL', 'http://www.yourdomain.com/4images'); //no trailing slash

Uncomment it and set the URL to the root of 4images (where the index.php is located)  Example:
Code: [Select]
// If 4images has problems to find out the right URL, define it here.
define('SCRIPT_URL', 'http://www.example.com/4images'); //no trailing slash

Also try to think about any other details regarding your web site set up.  Please provide more details if you can.  How about a URL to each web site?  No login information, just URLs.

53
Mods & Plugins (Requests & Discussions) / Re: Mod rewrite tweak
« on: May 21, 2005, 01:17:04 AM »
A more search engine optimized mod would change catagoryx into its catagory name.

Do your research into SEO.  You'll find that this statement is only good for people, not search engines. ;)  It's page content, not URLs that achieve higher page rankings.

54
That's a brute force method meaning you will remove the benefits of sessions for real people.  Good luck.

55
Chit Chat / Re: spamming my 4images webpage
« on: May 20, 2005, 07:31:40 PM »
My advice would also be to set your category permissions to only allow registered users to post comments

56
Mods & Plugins (Requests & Discussions) / Re: url rewriting
« on: May 20, 2005, 07:27:45 PM »
I want to optimize the url to be seen from the search engine (no ID number for exemple...)

This is what v@no was talking about.  You never told us what you wanted to do with URL rewriting and he was saying we aren't mind readers here. ;)

See the [Mod] Search Engine Friendly URLs aka Short URLs in the published mods forum.  That's what v@no was pointing out.

57
Discussion & Troubleshooting / Re: Searching not working with PHP5
« on: May 20, 2005, 04:52:07 PM »
Interesting.  I don't think 4images has been adequately tested against PHP 5.  Try the [Plugin] Rebuild Search Index and see if that helps.  Otherwise I have no other ideas

58
Discussion & Troubleshooting / Re: two installation in one server
« on: May 20, 2005, 03:00:17 PM »
Different site (domain) and different database?  That's fine even on the same server.  There must be something else going on here.

Is one of these domains a "parked" domain? 

For your 2 config.php files, do you have it set up so that:

Site A uses localhost and database 4images_siteA
Site B uses localhost and database 4images_siteB

Are you using two separate installations of the PHP & template files?  Are you using the same MySQL user for both config.php files?  If so, you MIGHT try creating a 2nd MySQL user.

We need more info to help

59
Discussion & Troubleshooting / Re: Searching not working with PHP5
« on: May 20, 2005, 02:54:52 PM »
How about a link to where this is happening so we can try it out?

60
Discussion & Troubleshooting / Re: next released
« on: May 20, 2005, 02:47:54 PM »
Not announced, no date and no demo

Pages: 1 2 3 [4] 5 6 7 8 ... 91