Greetings i have installed everything but when people want to sign up the confirmation code is not being show to the page so the can't sign up
is there a way to turn it off ? or make it work because the copcha.php is encrypted
Printable View
Greetings i have installed everything but when people want to sign up the confirmation code is not being show to the page so the can't sign up
is there a way to turn it off ? or make it work because the copcha.php is encrypted
What is your site url ? Captcha will work if your server support GD.
Current version do not allow disabling captcha.
for now it is http://www.style-movie.nl
Your error is
Quote:
Fatal error: Call to undefined function: imagettfbbox() in /home/gremman5/domains/style-movie.nl/public_html/captcha.php on line 38
You need to install FreeType library on the server.
http://in.php.net/imagettfbbox
ok thnks my host will install it
greets
gremman
hmm freetype is installed and the confirmation code is still not working
what can i do about that ?
It is not properly installed. If you have done, your phpinfo should show
See the phpinfo atQuote:
GD Support enabled
GD Version bundled (2.0.28 compatible)
FreeType Support enabled
FreeType Linkage with freetype
FreeType Version 2.1.9
GIF Read Support enabled
GIF Create Support enabled
JPG Support enabled
PNG Support enabled
WBMP Support enabled
XPM Support enabled
XBM Support enabled
http://video.bizhat.com/phpinfo.php
fixet but still no image to sign up
Check your phpinfo
http://www.style-movie.nl/phpinfo.php
It is not available, contact your web host.
Quote:
FreeType Support enabled
FreeType Linkage with freetype
FreeType Version 2.1.9
my host tells me that it is availeble and running
but he says that the problem is with the png he tells me that it is bether to use jpg and he says that there is the problem
maybe u can make it with jpg for me the captcha file
Did you see the above in your phpinfo ? I don't see it. If it is not there, how the host can say it is available ?Quote:
FreeType Support enabled
FreeType Linkage with freetype
FreeType Version 2.1.9
This is just part of the requirements, if they don't able to add support for this, i doubt the server is going to support all the requirements and video formats. So first get the simple things fixed.
here is what mij host said i have translate it with an translater
He stands enabled and freetype linkage with freetype stand there also, the version is not reflected at us on the servers, look to another server where it is also successfully used: http://www.knoth.nl/phpinfo.php
if that is modified in the script of png to jpg then is you. If you think that the problem lies to the serer then want I, however, just as another captcha script regulate to show it.
http://www.knoth.nl/phpinfo.php this is OK
http://www.style-movie.nl/phpinfo.php do not have freetype.
ok the freetype is working now
now i am gonna look what to do else
greets
gremman
next problem :
i have uploaded one file to test nut it would not be loaded when i want to view it
the player page it leaves an white page here the url to the movie
http://www.style-movie.nl/view/1/sleeping-truck-driver/
it whas loaded one time but now it would load again and the video part is white
greets
gremman
Replace include/player.inc with the one available at
http://forums.buyscripts.in/viewtopic.php?t=278
thnx also that is fixet
my rss feed page there is an error also must i make an rss by my self ?
and is there a way to remove the watermark from other's site's movie's ?
greets
gremman
What error you get in RSS ? You can check the RSS output the script make, if you think there is an error, we can fix it. RSS work fine with IE 6, Opera 9 and FireFox.Quote:
Originally Posted by gremman
Open include/player.incQuote:
and is there a way to remove the watermark from other's site's movie's ?
Remove following string
Quote:
&logo={$config["baseurl"]}/templates/images/watermark.gif&link={$config["watermark_url"]}&linktarget=_blank
.Quote:
What error you get in RSS ? You can check the RSS output the script make, if you think there is an error, we can fix it. RSS work fine with IE 6, Opera 9 and FireFox
if i click on the the rss button i go to this page
http://www.style-movie.nl/rss/new/
but it doesn't excists
[edit]
when i try to upload a movie it says this
Temporary File Name :
File Size :0
File Type :
File Name :sarp20.wmv
The file you are trying to upload is too big.
but the file is 2 mb so it is even close too 100 mb
Your RSS works for me.
For uploading, try setting php settings as per
http://www.vshare.in/requirements.html
where is that page located ?Quote:
Originally Posted by admin
i found only one in the admin area map but it is encrypted
php.ini is a server file, so you need to contact the web host to make the changes. You can see its location in phpinfo.
http://www.style-movie.nl/phpinfo.php
These are some of the limits, max_execution_time 30 means you can only execute a script for 30 seconds, you need to increase it, not only this one, need to alter few other settings as given in requirements page, than only script will able to upload and convert movies.Quote:
max_execution_time 30 30
max_input_time 60 60
memory_limit 20M 20M