karlosantana
Feb 25 2008, 12:03 AM
Hi guys. So I bought this script. And now I'm loading it up HERE and It's giving this message to when you sign up for a new forum QUOTE Warning: fopen(cookie.txt) [function.fopen]: failed to open stream: Permission denied in /home/kyle/public_html/forumhost/forumhost/index.php on line 17
Warning: fclose(): supplied argument is not a valid stream resource in /home/kyle/public_html/forumhost/forumhost/index.php on line 17 Thank you for your choosing us to host your free forum. In order to finalize and confirm your forum setup, please click the button below HTTP/1.0 404 Not Found Server: cpsrvd/11.2.2 Connection: close Content-type: text/html 404 Not Found Not Found The server was not able to find the document (./frontend/x/fantastico/autoinstallcheck.php) you requested. Please check the url and try again. You might also want to report this error to your webhost. cpaneld/11.2.2 Server at www.forumhost.urbaninsticts.trap17.com I have contacted him, I'm still waiting for his reply, but there's cleverer people on trap than he is most likely! Any help is appreciated! If you need a look at the script PM me and i will see what I can do Thanks in advance
Reply
rvalkass
Feb 25 2008, 06:41 AM
Well, the first error is causing the second one, so you only have one error to fix, and it is a fairly simple one at that. The file cookie.txt needs to be opened by the script, but it can't do it. Find that file and change its permissions so that everyone can read, write and execute it (i.e. CHMOD 777). That will then also solve the second PHP error.
Reply
imbibe
Feb 25 2008, 07:18 AM
This looks like either the file called cookie.txt needs to be manually created and proper permissions assigned or if file exists then permissions are not correct. Kindly check if this file exists and is writable. cookie.txtIf you are unable to determine where to look for this file then check the PHP script that references it. index.php
Reply
karlosantana
Feb 25 2008, 01:27 PM
Thanks guys! I've looked for cookie.txt and ive looked in index.php to find it, nothing. This is what the Index.php page has to say about it, QUOTE $file = fopen("cookie.txt", "w+"); fclose($file); //Flush contents from cookie file before beginning. What should cookie.txt contain? should it contain nothing? If not then what should it contain? because the code above should flush the file out, no? Look forward to your replies, and I am thankful for the help so far! Karlos
Reply
karlosantana
Feb 25 2008, 01:41 PM
Ok ignore that hehe I think I got it! But what is this doing now? QUOTE HTTP/1.0 404 Not Found Server: cpsrvd/11.2.2 Connection: close Content-type: text/html 404 Not Found Not Found The server was not able to find the document (./frontend/x/fantastico/autoinstallcheck.php) you requested. Please check the url and try again. You might also want to report this error to your webhost. cpaneld/11.2.2 Server at www.forumhost.urbaninsticts.trap17.com Is it a simple case of directing it to a different directory? karlos EDIT: Ok I've got the script working (go me)  So now when a forum is made, the new forum will say QUOTE Language file english/common.php couldn't be opened. Now I know thats it is having difficulty finding common.php but what I need to do is make it, so that it wont happen again, oh the new forum i made through that script is hereThanks is advance karlos
Reply
Recent Queries:--
advantages of internet forum - 101.22 hr back.
-
fopen(cookie.txt) [function.fopen]: failed to open stream: permission denied - 335.92 hr back.
-
firefox parsing cookie.txt - 377.34 hr back.
Similar Topics
Keywords : swanson, internet, forum, error
- Building A Forum Under Another Web Site?
(7)
A Good Forum
(4) Im looking for a good reliable forum for my website. I dont really have the money to spend 100s of
dollars on them so what are the best free or cheap fourms, but still work well and are able to have
cool looking templates. any suggestions would help, so i can check them out. thanks....
Advanced Contact Forum
(0) Okay so people that want a contact form in their website, but keep getting spammed my bots here is
your solution. This script might be a little advanced, but it stops spammers. They way it stop
spammers is that it has a box where you enter the numbers. I think it's called a captcha.
CODE ###################### ##### contact.php #### ###################### <?php
@session_start(); if(isset($_POST['submit'])) {
if(($_POST['security_code'] ==
$_SESSION['security_code']....
An Automatic Smf Forum Creator
I cant think oif what else to call it! (5) Hi there, as the title says im wanting to make something like this I've seen the automated
scripts about heres one SMF isn't a must I have seen one for Yabb but I've heard things
about it so i probably wont be using it!....
Multiple Forum Skins
To have, or not to have? (6) Hey all, I'm just starting up a forum on my hosting here, and I was wondering, how do people
here feel about having multiple skins? I think just having the default skins that come with the
forum and maybe one or two added on that match the style of the forum a little better, but what do
you think? Should I have a dark/light added on, in addition to the default skins? and should I
leave the forum default as one of the included skins? or something that fits in with my idea of what
the forum looks like a little better? thanks for your opinions /smile.gif" style="vert....
Smf: Template Parse Error
HELP ME!!! (7) QUOTE Template Parse Error! There was a problem loading the
/Themes/default/index.template.php template or language file. Please check the syntax and try again
- remember, single quotes (') often have to be escaped with a slash (\). To see more
specific error information from PHP, try accessing the file directly. You may want to try to
refresh this page or use the default theme. Parse error: syntax error, unexpected T_STRING,
expecting ',' or ';' in .../Themes/default/index.template.php on line 167
And here's line 166 QU....
What's The Best Script For Web Designing?
(6) I've been using PHP for about a month and I like it cos it's so powerful. I don't know
about the others like CGI, Perl..etc. Can anybody tell me the MAIN Difference between these
languages? I'd really love to try them out if I know their advantages, pros and cons. I've
been searching the internet for answers, but they are too complicated and use too many jargons that
newbies like me don't understand.....
Post Disappeared
Error messages (1) Hello, I notice in the list that my post "SMTP settings" has received a reply. Yet, when I click on
the title to enter the topic, I get the following: QUOTE The error returned was: Sorry, some
required files are missing, if you intended to view a topic, it's possible that it's been
moved or deleted. Please go back and try again. Can anyone tell me what has happened to the
topic, and, more importantly, how I would be able to read it? Thanks.....
Why This Error?
PHP script fault (4) Hello, I typed out a PHP script (literally copied from w3schools, the script is as follows: CODE
<html> <body> <?php function spamcheck($field) {
//eregi() performs a case insensitive regular expression match
if(eregi("to:",$field) ||
eregi("cc:",$field)) { return TRUE; } else {
return FALSE; } } //if "email" is filled out, send email if
(isset($_REQUEST['email'])) { //check if the emai....
Combining Aef Forum And Snews Cms
A first effort, not quite fully integrated yet (2) http://jlhaslip.com/snews/ Have a look, please. Forum link is top of the left-hand sidebar. AEF
Forum software can be downloaded from http://anelectron.com sNews CMS can be downloaded from
http://www.snewscms.com/ The link above shows the two combined using a Wordpress Theme as a base
for the layout (modified), and integrates a centred, horizontal Unordered List as a Navigation Bar
below the header, courtesy of Stu Nicholls at http://cssplay.co.uk I need to begin coding a
Login integration script next. /smile.gif" style="vertical-align:middle" emoid=":)" bo....
Firefox V/s Internet Explorer For Web Design
(14) hi friends. I have noticed one thing that when we surf web with columns on it we see that internet
explorer shows the site in a nice way. But when we surf the same site with firefox, it destroys the
whole structure of site. and shows the columns very clearly and boldly. Can any body tell me
what's wrong with firefox?....
Forum Rpgs
Is the PHP code convertable? (1) I use Proboards Forums, which doesn't allow PHP. I've been looking for a RPG forum game for
Proboards. But sadly, they only come in PHP. So, I was wondering, is it possible to convert that PHP
into HTML? Can Java Script be converted into HTML, too? Some of these codes are in java, as well.
If you don't know, the RPGs have stats, classes, battling, shops, ect. I've seen it on many
forums. I know that boards like InvisionFree abd PHPBB are great for this kind of thing, but I feel
comfortable on Proboards. Plus, those boards confuse me. I know it's sil....
Can't Delete A Folder On Server!
a small mistake in a script.... (7) I maintain my college's website and since I update it frequently, I decided to
write a php script that would backup all the data in a folder on the server itself. To backup all th
e data I would only need to run the script once in a while: function dircpy($basePath,
$source, $dest, $overwrite = false) { print
"============================================================================ ";
if(!is_dir($basePath . $dest)) mkdir($basePath . $dest);
if($handle = opendir($basePath . $source)) {....
I Need Help With My Forum
(5) hello everyone, i finaly managed to get my forum looking like my website, but there is something i
like to change . i don't know who of u knows forum coding or what so ever, but i hope some 1
can help me with this,go to my forum http://www.crazydesign.trap17.com/forums/index.php srry for
the link but u need to see it oke so what my forum does ,is it adjust to resolutions sizes ,but i
made it so it fits the largest size 1280x1024,well the tables adjust to the resolution size, i
don't want that ever to happen,i want them to stay put on everyresolution,just lik....
Web Design Forum
(12) Hey. I am a freelance web designer and i can sometimes find it hard to get clients. I was thinkin of
setting up a forum for web designers to offer their services, portfolios etc. And also for people
looking for web design and seeing what the best price is for them to get. Do people think this woud
be a good idea and work or will it be a flop?....
Integrate Forum To My Site
(2) Hello all Can someone help me to integrate forum to my site the forum is located here
http://www.koddinn.com/spjallid and the site here http://www.koddinn.com ....
Script.aculo.us - A Library Of Ajax Scripts To Improve Your Website's Design
many ways to impress your visitors (0) SCRIPT.ACULO.US Homepage AJAX is a futuristic language used by experts to
program the web. It adds many interesting features which will enhance your website. Click the link
below for a demo of all the things you can do with the AJAX scripts available on script.aculo.us:
http://wiki.script.aculo.us/scriptaculous/show/Demos The current version (1.7.0) of the entire
library of their scripts is available as a download in ZIP , TAR.GZ and TAR.BZ2
format. ZIP {146KB} TAR.GZ TAR.BZ2 Please see the documentation available on....
Host Files On Other Site
(3) To save the disk usages of our host, we can upload files somewhere else like fileXoom or
filelodge and any other file hosting service... but is there any filehosting service that provides
gigabytes of space for free? If there's any, please tell... I have a lot of files to be upload
to the net. If anyone can help me find free file host that provides 1 or 2 gigabytes of space.......
Users Online
Looking for the best counter script (9) Hi people, I am wondering If do you know a good "users online" I know many remote hosted services
for this but I am looking for a counter script to install in my own website, If possible a counter
that displays my visitors information , like country or an image(flag) links where they come from
etc. something like this: Webpage I would SO appreciate any help! because I want to give to
my site a more professional and international look /cool.gif" style="vertical-align:middle"
emoid="B)" border="0" alt="cool.gif" /> ....
Inviter Script
(1) Gmail inviters and spoolers abound on the Internet, such as here , and here . I'm not
especially planning to make yet another Gmail inviter, but I'm trying to set up a site that
works like a gmail spooler, but that will distribute links for the free icon/Free Delivery sets at
IconBuffet.com. Does anyone know of any ready-made scripts that does this?....
Reseller Hosting Script
InvasionPanel.com (8) Hey my friend just made a new site selling reseller hosting script Its called InvasionPanel Its a
script Which has cPanel and InvasionPanel (Something like WHM) Features of reseller hosting panel
(InvasionPanel) CODE Administration - Settings - Advertisement settings - Reseller Packages -
Create Reseller - Reseller Management Server - Server Information - Service Status - Reseller
Information - Reseller Usage cPanel Accounts - List Accounts - List Suspended - Create a New Account
- Password Modification - Suspend Account - Unsuspend Account - Terminate Account -....
Phpbb 3.0 Beta 2 - Free Forum Software
Have a look at the features... (28) In the fantastico section of the Trap17 cpanel you might have noticed that there is an opportunity
of have a Forum installed on your Hosting account. One of the available Forums is phpBB, and last
time I checked, the version on the fantastico was something like 2.17. The newest production
version is phpbb 2.21 and it includes all the latest fixes and bug squashes. The 'new'
phpbb is version 3.0 Beta 2. This means it is not yet suitable for an actual production environment,
but it is solid enough to be made available to user for testing. Phpbb 3 Beta 2 version....
Making Stuff For A Forum
(1) Howdy everybody before I begin what I want to ask you all I must give a BIG thank you to the Mods &
Admins of Trap 17 for accepting my request form for a Web Hosting. I'll never ever fiorget
youse. I'll always be here and be posting but please don't ban suspend or warn me of posting
in the wrong place please. That's the last thing I want to be happening, I just have problems
understand what I'm doing sometimes. Anyways what I'm wanting to ask you all is that if
anybody here can help me out and make me a lazy town animation banner? I have an imag....
Want A Internet Radio Station For Free
(12) Hey, I know a website that lets you broadcast free radio station.. I've been using it for 2
years and its awesome.. iT's www.flatcast.com but when you type url into the browser you have to
put www hope you enjoy it.......
Phpbb And Mysql Relations?
Need forum code for my website (2) Hi if someone could get back to me as fast as they can that would be great! i got a couple of
questions what do you use my sql for what does that have to do with forums? and secondally can
someone give me the php code for the forum thanks /biggrin.gif" style="vertical-align:middle"
emoid=":D" border="0" alt="biggrin.gif" />....
What Is The Better Forum For You?
(3) i have triy any forums software, and i give some of descriptions about that software : 1.SMF -
this forum software is simple, and admin menu is not hard, it math for the beginner if you want to
build forum start from beginner, but for advanced users, is usually not using this, because admin
menu to configur this forum is not advanced, but you can try some modules, and this software must be
patch by yourself because this software is many bugs, like CHMOD must bysel 2.IPB - this software
is match for beginner and advanced user, because admin menu and look style is fa....
30 Gb Mail Account For Free On Internet
(19) In Order To Get 30Gb Mail Account Simply Click The Links Given Below And Register On The That
Website For 30GB Mail Account.. Click Here: http://www.congloi.5gigs.com/30gigs/ Mirror Or Same
Thing With Different Link: http://www.30gigs.com/accept/140083/ebdde3...941de344441d08c Well If U
Like My This Inventory Please Rate It Also Do Tell Me Your Thoughts About This Thanx......
What Is A Good Free Forum Software?
(29) I dont like phpbb, but anything that is a bit like IPB wood be nice, can anyone just tell me a good
free forum software?....
Fp2003 - Tables
Hope this is the right forum...? (7) Hi, I have designed a page within a table - three columns all adding up to 100% (no fixed pixel
column widths). The thing is that when I previously previewed it in other browsers it showed the
whole page - a but squashed, but everything was in the window without having to scroll horizontaly.
I made some adjustments without interfering with column widths, but now previews require horizontal
scrolling to view the page. Previously the text links in the centre column would wrap to cater for
the smaller browser size, but not now. Also, at the foot of the page there is a b....
What Is Topsites Script (its In Php)
(5) i have been looking at a lot of php scripts lately and i keep seeing this script over and over
again. its called "topsites". what is this "topsites" scrtipt. its in php and i m new to this stuff
so i woulnt know, and non of websites offering the script actually explains what it is. this is a
big forum so i thought you guys might know what it is. so if you know can you please give me a
simple brief explanation of it and how it can be useful for a webmaster. i would appericate your
help. thank you....
Looking for swanson, internet, forum, error
|
|
Searching Video's for swanson, internet, forum, error
|
advertisement
|
|