Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

HELPPP im so screwed

Asked Modified Viewed 1,624 times
C
christy
C
  • Newbie, joined since
  • Contributed 3 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
asked
Newbie

I am new to PHP and was editing my page making pannels. everythig was going well, then my signin box just disapeared. I cant sign in or out or edit. On the top right where all of that used to be...is just my chat box. Can anyone tell me what I did or if there is a way that I dont have to delete it and start from scratch? PLEASEEE http://www.cnkdesigns.net/phpfusion/viewpage.php?page_id=1
0 replies

7 posts

P
PCG3EK13
P
PCG3EK13 10
  • Member, joined since
  • Contributed 182 posts on the community forums.
  • Started 35 threads in the forums
answered
Member

login.php

is to login to the site

then to get to the admin panel

administration/index.php
0 replies
C
christy
C
  • Newbie, joined since
  • Contributed 3 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
answered
Newbie

thanks for your help..the login allowed me to log in. but when i tried the admin..it kept redirecting me to the front page....wahhhhhhhhhh
0 replies
P
PCG3EK13
P
PCG3EK13 10
  • Member, joined since
  • Contributed 182 posts on the community forums.
  • Started 35 threads in the forums
answered
Member

administration/index.php?aid=6a9c04ff73790588


try that
0 replies
C
christy
C
  • Newbie, joined since
  • Contributed 3 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
answered
Newbie

haha i must have really screwed it up..i keep getting redirected to that main page. Im so sorry.
0 replies
P
PCG3EK13
P
PCG3EK13 10
  • Member, joined since
  • Contributed 182 posts on the community forums.
  • Started 35 threads in the forums
answered
Member

hmm

the only other way i know of is if u go to the admin panel and do it from there
0 replies
M
Matonor
M
Impossible things are there to be made possible
  • Veteran Member, joined since
  • Contributed 1,022 posts on the community forums.
  • Started 3 threads in the forums
answered
Veteran Member

you can use the manage comments link or the shoutbox edit link to get to your admin panel.
0 replies
F
Falk
F
Falk 148
Need help?, Having trouble?
• View our Documentation for Guides, Standards and Functions
• Name and Organize your Topics and Content correctly in the corresponding Forums for best support results
• Attaching Log Files and Screenshots when reporting issues will help
• Provide with an URL to live example if one exists
• Please read the How to Report an Error post
• Please read and comply with the Code of Conduct

(¯·._.·(¯°·._.·°º*[ Project Manager ]*º°·._.·°¯)·._.·¯)
  • Super Admin, joined since
  • Contributed 6,201 posts on the community forums.
  • Started 639 threads in the forums
  • Answered 12 questions
answered
Super Admin

You're right about that Tammy, christy, here's a fix, open the file index.php, located in the administration folder. Look for:

if (!iADMIN || $userdata['user_rights'] == "" || !defined("iAUTH") || $aid != iAUTH) fallback("../index.php");


Replace it with:

if (!iADMIN || $userdata['user_rights'] == "") fallback("../index.php");


That should help!
0 replies

Labels

None yet

Statistics

  • Views 0 views
  • Posts 7 posts
  • Votes 0 votes
  • Topic users 4 members

0 participants

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet