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?

Admin's URL access to dashboard

Asked Modified Viewed 2,498 times
S
servicetool
S
PFPWebHosting
  • Newbie, joined since
  • Contributed 5 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
asked
Newbie

Hello everyone,

I have removed on all pages by error the access to admin. I have no links that lead me to the admin dash board and can't see where for me to gain access to main settings.

I can log in without any problem but I will be sent o the home page and from there I will be stuck as a regular user and not as the admin.


What is the url for admin dashboard.?

Best Regards,
Mike
0 replies

4 posts

K
KasteR
K
KasteR 10
  • Senior Member, joined since
  • Contributed 290 posts on the community forums.
  • Started 1 thread in the forums
answered
Senior Member

Go to yourdomain.com/login.php. When you're logged in as an administrator, you'll see the link Admin Panel. This link will take you to the administration panel. There's an alternating "aid link" associated with the URL. It's not always the same, so there is no permalink.
0 replies
S
servicetool
S
PFPWebHosting
  • Newbie, joined since
  • Contributed 5 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
answered
Newbie

Hello KasteR,

I tried that but after login, theirs no other link to admin's dash board and you can only login when viewing articles. The module that is normally visible on the side bar is no longer showing as our developer have removed it and since no one knows much to PHPFusion we thought we'll ask the community.

Do you know another way to access the admin dashboard?

Thanks in advance..
0 replies
K
KasteR
K
KasteR 10
  • Senior Member, joined since
  • Contributed 290 posts on the community forums.
  • Started 1 thread in the forums
answered
Senior Member

Absolutely.

I'm assuming that your developer is working on a theme for your site, or that the user panel was disabled. Either way, this should work if that's the case.

I would create a new file on the root of your server. Name it whatever you want (filename.php). Paste this code into that file:

<?php
require_once "maincore.php";
require_once THEMES."templates/header.php";

opentable("Admin Panel Link");
   if (iSUPERADMIN) { echo "<a href='".ADMIN."index.php".$aidlink."'>Admin Panel</a>"; } else { redirect(BASEDIR."index.php"); }
closetable();

require_once THEMES."templates/footer.php";
?>


Now go to yourdomain.com/filename.php. The link should then be displayed. If you are not logged in as a Super Administrator, you will be redirected to index.php. So make sure that you're already logged in prior to visiting the link. Afterwards, I would remove the file. However only a Super Administrator will have visibility to the link, so don't worry about someone gaining access that shouldn't.

Let me know if this worked, or need any further help.
Edited by KasteR on 15-01-2015 02:23,
0 replies
S
servicetool
S
PFPWebHosting
  • Newbie, joined since
  • Contributed 5 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
answered
Newbie

Hello,

Thanks it worked. I guess the script took a while to be read by the server. I got access to the admin dashboard and again thank you...!!!
Edited by servicetool on 15-01-2015 14:34,
0 replies

Labels

None yet

Statistics

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

2 participants

K
K
KasteR 10
  • Senior Member, joined since
  • Contributed 290 posts on the community forums.
  • Started 1 thread in the forums
S
S
PFPWebHosting
  • Newbie, joined since
  • Contributed 5 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet