Jump to content

Fantastico - Noah's Classifieds Login


dirtvoyles

Recommended Posts

Hola, guys. I am wanting to setup a free classified subdomain, and Noah's will not let me login.

 

Thus far I have installed, uninstalled, and re-installed. I have tried using the "forgot password", and signing up as a new user. Nothing will let me login.

 

Can anyone give me some ideas, or should I file a ticket?

 

Thanks again, guys and gals. You always seem to know what to do.

Link to comment
Share on other sites

Tom, I didn't read through the FAQ's far enough. Thanks for the pointing. :)

 

Moving on to the solution, would the help desk be able to do that for me, or should I use the user-fix? Unfortunately my IT admin doesn't allow me FTP access here at work, so the TT would be easiest for me right now.

 

Q: The user authentication doesn't work. I can't log in, can't register. I am running MySql 4.x. What is wrong?

 

A: There are more than one solutions for the problem. The two which may be the fastest ways:

 

* If you own the server yourselves (or at least have a helpful server support), you can restart the MySql daemon with the --old-passwords option, or alternatively put this setting in the MySql startup file. This will force MySql to treat the passwords as in the older versions.

Link to comment
Share on other sites

Off the top of my head I'd say that when it got installed it put the password in already encrypted. If they are simply using the PASSWORD function of MySQL (which they shouldn't do) you could just use phpMyAdmin to reset the password to anything you want.

Link to comment
Share on other sites

Hokay, did the user-option and modified the PHP. Yay, it works.

 

Now, the images don't display at all in the "i" folder. This is the one that contains all of the images for the site. I have checked permissions and the filenames.

 

Any other suggestions?

 

ads.danvoyles.us

Link to comment
Share on other sites

Yeah, all of the images are in a subfolder called "i" in Noah's. The paths are correct when I check them on the page.

 

I don't know about .htaccess. Anything you can tell me to check or how to post the output?

Link to comment
Share on other sites

# -FrontPage-

 

IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*

 

<Limit GET POST>

#The next line modified by DenyIP

order allow,deny

#The next line modified by DenyIP

#deny from all

allow from all

</Limit>

<Limit PUT DELETE>

order deny,allow

deny from all

</Limit>

AuthName www.danvoyles.us

AuthUserFile /home/******/public_html/_vti_pvt/service.pwd

AuthGroupFile /home/******/public_html/_vti_pvt/service.grp

 

RewriteEngine on

RewriteCond %{HTTP_REFERER} !^http://danvoyles.us/.*$ [NC]

RewriteCond %{HTTP_REFERER} !^http://voyles.us/.*$ [NC]

RewriteCond %{HTTP_REFERER} !^http://voyles.us$ [NC]

RewriteCond %{HTTP_REFERER} !^http://www.voyles.us/.*$ [NC]

RewriteCond %{HTTP_REFERER} !^http://www.voyles.us$ [NC]

RewriteCond %{HTTP_REFERER} !^http://danvoyles.us$ [NC]

RewriteCond %{HTTP_REFERER} !^http://www.danvoyles.us/.*$ [NC]

RewriteCond %{HTTP_REFERER} !^http://www.danvoyles.us$ [NC]

RewriteRule .*\.(jpg|jpeg|gif|png|bmp)$ - [F,NC]

<IfModule mod_rewrite.c>

RewriteEngine On

RewriteBase /

RewriteCond %{REQUEST_FILENAME} !-f

RewriteCond %{REQUEST_FILENAME} !-d

RewriteRule . /index.php [L]

</IfModule>

 

 

<Files 403.shtml>

order allow,deny

allow from all

</Files>

 

deny from 70.86.75.

deny from 64.69.39.

deny from 64.111.199.

deny from 208.21.175.

 

 

There you go. :whip: I took a screenshot of the "i" folder from public_html/ads/, but the forum won't let me attach the file.

 

"Upload failed. Please ask the administrator to ensure the uploads directory is writeable"

Edited by TCH-Don
removed cpanel name
Link to comment
Share on other sites

I'll be darned. You're right. I ran into something similar when I used photos.danvoyles.us. The /photos looked right, but not when the address was used as a subdomain.

 

Am I doing something wrong when I create the sub, then select the subdomain from Fantastico's menu as where to install?

 

In this case, I used ads.danvoyles.us as the directory to install to from Fantastico's menu.

Link to comment
Share on other sites

  • 3 weeks later...
What happens if you save a copy of your .htaccess file and then remove it?

 

Nothing. I removed it and looked at it with Fx, and there are still no images. HOWEVER, in IE it shows the "header" gif that I changed permissions on.

 

CORRECTION - Fx does show it properly. Apparently AdBlock was removing it from the page for me. I should guess then that the .htaccess file needs to be manipulated. All suggestions appreciated as I don't know anything about the .htaccess file.

 

 

 

I apologize for taking so long to get back to this matter, but I have had issues going on.

 

Don - Thank you very much for editing my post! Whenever I create the sub-domain, it won't let me install to the folder because it says it already exists. If there is a way around, please let me know.

 

You guys are very kind to help me with this, and I do appreciate your assistance.

Link to comment
Share on other sites

OIC. Lemme try that real quick and see what we get...

 

 

EDIT: EUREKA!!!!!!!!!!!! It's there and working well!

 

 

Thanks to everyone for your great help and suggestions. It was a long struggle, but you helped me push through. :) As usual.

Edited by dirtvoyles
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...