darkarmy
Posts: 11

|
Well I followed the readme file and made a folder through ftp called snippetmaster. I edited the config and put in the <snippet> and </snippet> codes into the pages i wanted to be editable. THen when i try to access it by the url it shows up some message. Click on the link to see what it says.
http://Http://www.systemspecs.com/~darkarmy/snippetmaster/index.php
I talked to my website holder and everything and they said they dont know why it is saying that and they told me to ask u guys. Am i typing in the wrong url to access snippetmaster. Please check out the url i specified above and read what is says and if u could tell y it is saying tht.Thanx
|
|
|
|
|
admin
Forum Administrator

Posts: 3169
SnippetMaster Author
|
Is this the page you're using in the config.inc.php file to your snippetmaster files?
/home/virtual/site69/fst/home/darkarmy/public_html/snippetmaster
|
|
|
|
|
darkarmy
Posts: 11

|
no tht isnt wht i have in my config file.
wht i do have is:
systemspecs.com/home/darkarmy/public_html/snippetmaster
u know wht could be the prob?
lmk
thanx
|
|
|
|
|
admin
Forum Administrator

Posts: 3169
SnippetMaster Author
|
Try using this instead:
$PATH = "/home/virtual/site69/fst/home/darkarmy/public_html/snippetmaster";
$ROOT = "/home/virtual/site69/fst/home/darkarmy/public_html/";
Let me know how that goes..
|
|
|
|
|
darkarmy
Posts: 11

|
Well i did wht u told me and it worked for a sec and it gave me the login and when i login it showed up a new message. And now everytime i go back the message keeps showing up. heres the url read the message.
http://Http://www.systemspecs.com/~darkarmy/snippetmaster/index.php
so if u could lmk whts going on tht would be cool
thanx
|
|
|
|
|
admin
Forum Administrator

Posts: 3169
SnippetMaster Author
|
Can you send me (private msg) the username/password so I can log in?
Thanks. 
|
|
|
|
|
darkarmy
Posts: 11

|
jeez u guys are hella fast
i just need to know if u want pass of the ftp or the pass of the snippetmaster. ill send u private message of the pass for snippetmaster but if u want other let me know.
thanx
|
|
|
|
|
admin
Forum Administrator

Posts: 3169
SnippetMaster Author
|
The error message indicates that this path "home/virtual/site69/fst/home/darkarmy/public_html" does not have enough permissions for SnippetMaster to read the folder contents.
You must chmod this folder to 755 permissions... you can do this with your ftp program.
Let me know if that doesn't fix the problem.
|
|
|
|
|
darkarmy
Posts: 11

|
i made the snippetmaster folder 755 and the same message is appearing
wht else should be made 755
lmk
thanx
|
|
|
|
|
darkarmy
Posts: 11

|
do u have aim it might be easier for us to talk????
|
|
|
|
|
admin
Forum Administrator

Posts: 3169
SnippetMaster Author
|
Try using this path instead:
/home/virtual/site69/fst/var/www/html
Let me know....
|
|
|
|
|
admin
Forum Administrator

Posts: 3169
SnippetMaster Author
|
This is from you "phpinfo.php" page and shows your true file path is:
["DOCUMENT_ROOT"] /home/virtual/site69/fst/var/www/html
So you can try using this path in your config.inc.php file instead of the other one you tried...
Let me know if that works.
|
|
|
|
|
darkarmy
Posts: 11

|
so wht do i write in the config.inc.php file
under $path???
the full thing
lmk
thanx
|
|
|
|
|
admin
Forum Administrator

Posts: 3169
SnippetMaster Author
|
$PATH = "/home/virtual/site69/fst/var/www/html/snippetmaster";
$ROOT = "/home/virtual/site69/fst/var/www/html";
Let me know...
|
|
|
|
|
darkarmy
Posts: 11

|
damn it aint working
do u want me to give my ftp adress username and pass so u can do it?
|
|
|
|
|
admin
Forum Administrator

Posts: 3169
SnippetMaster Author
|
Sure. Send it via Private Msg and I'll take a look... 
|
|
|
|
|
|
|
admin
Forum Administrator

Posts: 3169
SnippetMaster Author
|
Got it! (It was that crzy ENSIM hosting panel that was causing problems... it screws up the folders, etc..)
Be sure to set authentication on so that people have to log in, etc...
(If you're happy, be sure to rank the script at the various websites on the bottom of www.snipopetmaster.com)
Let me know if I can help any further..
Cheers! 
|
|
|
|
|
darkarmy
Posts: 11

|
alright thanx a lot!
great but how do i set the password thing cause it was set?
|
|
|
|
|
admin
Forum Administrator

Posts: 3169
SnippetMaster Author
|
In the config.inc.php file there is a variable called "$AUTH".
You must change this value to "1" instead of "0". This will turn on the login authentication function.

|
|
|
|
|
|