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

Pages: 1 [2]
16
Discussion & Troubleshooting / close website
« on: October 15, 2005, 11:55:32 AM »
Hello,

is there a way to "close" your website for the public ?
Now i am working and testing on a "live" website, and somethimes there are errors and other things that are not so good for the reputation of the site :)
So, while working and testing, could the site be closed ? With just a message for the public like " under construction" or something like that
or is everybody working on a live site ?

thx

17
Discussion & Troubleshooting / google and registration
« on: October 06, 2005, 10:58:51 AM »
Hello,

some questions:

1. if you work with registration , how will google ( or other SE ) react on this ?
Can they search trough this pages where registration is needed ?

2. i work with the flags-mod, so you can see the flags of the visitor's country.
Now i don't want to see the name of the registered visitors next to the flags. Can i disable this for everyone?

3. Visitors are asked to fill in their homepage ( and icq ) on registration.
Why is this ? Is there a page where visitors can see who is registered ? like a member list?
or is this only for admin ?

thx !!




18
Mods & Plugins (Requests & Discussions) / see all images
« on: September 19, 2005, 04:50:03 PM »
hello,

in a far away past, i remember that there was a sort of mod that made it possible to see all images in your site.
It was done by some search term that showed up all pics.
Anyone who knows about it ?


and in adittion :
if you have category "animals" , and subcategories" sea", "forest", "desert", .....
is it possible to see all animals at once from the category animals and all subcategories ?

thx


19
Discussion & Troubleshooting / change index.html
« on: September 14, 2005, 03:51:46 PM »
hello,

is it possible to change index.html into whatever.html ?

20
hello guys,

i know there was a crash in the past and lots of data was lost.

probably you will have done this already, but in the waybackmachine ( internet archive ) data from the old forum is stocked.
Mods ( or any data ) that are still lost , may be retrieved from there....

check this :
http://web.archive.org/web/*/http://www.4homepages.de/forum ( this is one link, copy and paste )

good luck

21
Discussion & Troubleshooting / additional domain name.
« on: July 01, 2005, 12:04:11 PM »
Hello,

i have a website at schoolplaten.com.
Now i have an additional domain name added to my account : schoolplaten.be
This is no forwarding, my host added this new domain name to my account / website the same way the original schoolplaten.com is connected to my site.

Quote
As you have requested, schoolplaten.be has been added to your account, as an additional domain name. Please allow 24 hours for these modifications to update through the web.

In order for this domain to resolve properly, the nameserver information associated with the name must be modified. Please contact your domain's registrar, and arrange for the following nameserver changes:

Primary Name Server(s)
Primary Server Hostname: ns1.ipowerweb.net
Primary Server Netaddress : 64.70.6x.xxx

Secondary Name Server(s)
Secondary Server Hostname: ns1.ipowerdns.com
Secondary Server Netaddress: 66.235.21x.xxx

So this modification is done and i can use the .be adress.


The problem :
if i surf on my site with the normal adress : schoolplaten.com, i can enter the whole site
if i surf with the new adress : schoolplaten.be, i can get on the main page, i can get to the pages that are just simple html pages, but if i try to get to get into the categories , or see pics, the page cannot be found.

So http://www.schoolplaten.com/cat143.htm can be found
And http://www.schoolplaten.be/cat143.htm can not.

But http://www.schoolplaten.be/copyright.html can. ( simple html )

is is because http://www.schoolplaten.be/cat143.htm is generated trough php, and it cannot handle the .be adress ?

and is there any solution to this ?

Thx

22
Hello,

i get the error message on my site :
DB Error: Bad SQL Query: SELECT setting_name, setting_value FROM 4images_settings
User 'edupicsc_test' has exceeded the 'max_questions' resource (current value: 70000)

my host tells me this is because there are connections that stay open, and that should be something "wrong" in the code.

are you familiar with this problem ? and is there something to fix it ?

thx !!!


23
Mods & Plugins (Requests & Discussions) / print picture
« on: May 23, 2003, 07:25:25 PM »
Hello,

i'm looking for weeks now  to find a good print solution for my site... but i cant find any on the whole internet...

Here on this 4-images site the use of the phprint script is described and commented in the forum.
This works ok, it generates a printer friendly page.

But... the only problem is that you cant change the proportions of the pic in this script. It makes a printer friendly page, but if your pic on your normal webpage is 300 x 300 pix, it will be the same on the printer friendly page.

Another problem with the phprint script is that it dont work in a password protected enviroment.

I'm looking just for a button that makes it possible, to print the pic in A4 format, even from a thumbnail on your webpage.if possible working in a password protected enviroment.

Please, can any of you guys help me out ? i'm losing my hair from it :?
any ideas are welcome.

My site is www.schoolplaten.com. Not 100% operational yet... ( that damned print button  8O  )

Thx a lot,

Mike

24
This is a print code i found.
(http://www.mikenew.net/download/scripts/phprintCodeDisplay.php)

it should be useful to do some printing, but it doesn't seems to work at my site (www.schoolplaten.com)
Anyone who wants to check the code ? Maybe there is a bug in it , i dont know php well enough to do that myself.

 :arrow: Instructions :
Paste it into a text file, then save that text file as "phprint.php". Upload it. After burying the two tags in your HTML pages, just link to your new script. That's it!

<--------8<--------Start copying below this line------->
Code: [Select]
<?php 

/*PHPrint - This file is phprint.php
Make any Page Printer Friendly! Version 2.0 - With error handling
Copyright by MikeNew.Net, Notice must stay intact
Any improvements to this script are welcome: www.mikenew.net/contact.asp 
************
Legal: MikeNew.Net is not responsible for any damages caused
by use of this script. (Not likely that it will. Hasn't yet.)
This script will make your pages printer friendly. 
Optionally, it will strip images as well. (Instructions for that below)

// After installation, you can remove text from here down to the next: 8< ---->
// Back up/copy this file first.

1. Save this script in the root of the site for simplicity.
2. Place <!-- startprint --> somewhere in your HTML page where you consider 
it to be the start of printer friendly content, and <!-- stopprint --> goes at the end
of that same content.
3. You place a link to phprint.php anywhere on the HTML page (preferably outside the printed content,
like this: <a href="/phprint.php">Print this page</a>
- or however you like, just as long as you link to this script. */

// If you've already tested, you can remove the text from here up to the other: 8< ---->

//Do you want to strip images from the printable output?
// If no, change to "no". Otherwise, images are stripped by default.
$stripImages "yes";

//what's the base domain name of your site, without trailing slash? 
// Just the domain itself, so we can fix any relative image and link problems.
$baseURL="http://www.yoursite.com"

// That's it! No need to go below here. Upload it and test by going to yoursite.com/page.php
// (The page containing the two tags and a link to this script)
// -----------------------------------------------------

$startingpoint "<!-- startprint -->";
$endingpoint "<!-- stopprint -->";
// let's turn off any ugly errors for a sec so we can use our own if necessary...
error_reporting(0);
// $read = fopen($HTTP_REFERER, "rb") ... this line may work better if you're using NT, or even FreeBSD
$read fopen($HTTP_REFERER"r") or die("<br /><font face=\"Verdana\">Sorry! There is no access to this file directly. You must follow a link. <br /><br />Please click your browser's back button. </font><br><br><a href=\"http://miracle2.net/\"><img src=\"http://miracle2.net/i.gif\" alt=\"miracle 2\" border=\"0\"></a>");
// let's turn errors back on so we can debug if necessary
error_reporting(1);

$value "";
while(!
feof($read)){
$value .= fread($read10000); // reduce number to save server load
}
fclose($read);
$startstrpos($value"$startingpoint"); 
$finishstrpos($value"$endingpoint"); 
$length$finish-$start;
$value=substr($value$start$length);

function 
i_denude($variable) {
return(
eregi_replace("<img src=[^>]*>"""$variable));
}
function 
i_denudef($variable) {
return(
eregi_replace("<font[^>]*>"""$variable));
}

$PHPrint = ("$value");
if (
$stripImages == "yes") {
$PHPrint i_denude("$PHPrint");
}

$PHPrint i_denudef("$PHPrint");
$PHPrint str_replace"</font>"""$PHPrint );
$PHPrint stripslashes("$PHPrint"); 

echo 
"<base href=\"$baseURL\">";

echo 
$PHPrint
// Next line is invisible except to SE crawlers, please don't remove. Thanks! :)
echo "<br><a href=\"http://miracle2.net/\"><img src=\"http://miracle2.net/i.gif\" ";
echo 
"alt=\"miracle 2\" border=\"0\"></a>";
echo 
"<br/><br/>This page printed from: $HTTP_REFERER";
flush (); 
?>

<--------8<--------Stop copying above this line ------->

 :roll:
That's it

25
Hello,

At my site : if people click the thumbnail pic, a popup window shows up with the big size picture in it.
header.thml generates the popup.
details.html contain the html where the image is put in.

I want people only to be able to print he picture, not to save it or to link to it.
So i would like to make a print button in the popup, so the picture could be printed out.
i can find a way to make a print button, with java script, but always the whole page ( popup ) is printed out,  so even the print button is printed out ....
(and aff course the printed figure has to match an A4-format.)

so : anyone has an idea how to manage this ?

Some guys managed it already at www.kleurplaten.nl
i'm still trying at www.schoolplaten.com

Thx !

26
i would like to put pictures as flash documents, .fla files, on my site.
i suppose i must make an fla.html in "media", but what should be the html of that page ?
The purpose of doing that is that i want people only to print the pictures from my site, and not be able to download them.
A picture as .fla file can't be saved or downloaded , if im right.

 :arrow: i want to include a print button also.

All this in a popup window, what i already have.
my site ( still working at it ) is : www.schoolplaten.com

it's the same principle  i'm looking for as used at http://www.kleurplaten.nl

thx a lot !

Pages: 1 [2]