Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 81
Search took 0.20 seconds.
Search: Posts Made By: mexabet
Forum: Apache configuration 09-15-2012, 11:21 AM
Replies: 0
Views: 565
Posted By mexabet
I need help to properly configure a .htaccess file

I have many add-on domains in my hosting account. After purchasing an SSL certificate, which is supposed to be meant for the main website, one of the add-on domains, mexabet.biz through any other...
Forum: Apache configuration 04-14-2012, 05:28 AM
Replies: 0
Views: 529
Posted By mexabet
I need help to fix this Mod_Rewrite issue

I need help to configure this: After my web host installed a mail server, my add-on domain (e.g. addondomaintwo.biz) can now be accessed through http://mail.addondomainone.com/addondomaintwo.biz/.
...
Forum: JavaScript programming 01-30-2012, 04:19 AM
Replies: 0
Views: 408
Posted By mexabet
How Can JavaScript Grab The Active URL and Metadata?

I've successfully implemented custom images for LinkedIn and Tweet share buttons for a static HTML website - static web pages. They work fine, but the only problem is that I have to manually enter...
Forum: PHP 11-26-2011, 06:33 AM
Replies: 5
Views: 412
Posted By mexabet
Please, this thread is unresolved and I still...

Please, this thread is unresolved and I still need help to fix the issue.

I'll definitely appreciate your time and help in fixing the code. Thanks in advance.
Forum: PHP 11-04-2011, 04:35 AM
Replies: 5
Views: 412
Posted By mexabet
Thanks for coming on board again. I'm using a...

Thanks for coming on board again. I'm using a Linux server.
Forum: PHP 11-03-2011, 06:58 AM
Replies: 5
Views: 412
Posted By mexabet
Thanks for your reply. The following is one of...

Thanks for your reply. The following is one of the files that call the "session.php" file, which I posted earlier:
<?php
/**
* Admin.php
*
* This is the Admin Center page. Only administrators...
Forum: PHP 11-02-2011, 07:18 PM
Replies: 5
Views: 412
Posted By mexabet
I need help to resolve a session control that abruptly logs the admin out

The session control abruptly log the admin out. This is the session.php:
<?php
include("database.php");
include("mailer.php");
include("form.php");

class Session
{
var $username; ...
Forum: PHP 11-02-2011, 06:45 PM
Replies: 11
Views: 574
Posted By mexabet
Thanks.

Thanks.
Forum: PHP 11-02-2011, 05:52 PM
Replies: 11
Views: 574
Posted By mexabet
Thanks everyone who has replied to this thread. ...

Thanks everyone who has replied to this thread.

I've managed to fix the issue.
I modified the admin session control like this:
/**
* User not an administrator, redirect to main page
*...
Forum: PHP 11-02-2011, 05:35 PM
Replies: 11
Views: 574
Posted By mexabet
I'm confused about how to do that. And I...

I'm confused about how to do that.

And I don't understand what you meant by saying "If you want that stuff in, then did you already un-comment this from the bottom of the code as mentioned"
Can...
Forum: PHP 11-02-2011, 04:32 PM
Replies: 11
Views: 574
Posted By mexabet
I left that portion of code because I'm trying to...

I left that portion of code because I'm trying to make the page accessible to only the admin. If there's no session control on the page, then, anybody can access it, which is not proper.

I'll...
Forum: PHP 11-02-2011, 04:09 PM
Replies: 11
Views: 574
Posted By mexabet
Thanks for your reply. I removed all the...

Thanks for your reply.
I removed all the comments in that section and left it like this:
if(!$session->isAdmin()){
header("Location: ../main.php");
}else{

Unfortunately, after the removal,...
Forum: PHP 11-02-2011, 03:13 PM
Replies: 11
Views: 574
Posted By mexabet
I need help resolving commenting issues

Some comments are causing issues with this code. I've tried to remove the comments, but that caused the script to fail to process.

This is the file:
<?php
/**
* Admin.php
*
* This is the...
Forum: PHP 11-02-2011, 02:14 PM
Replies: 2
Views: 360
Posted By mexabet
A million thanks. This has fixed the issue.

A million thanks. This has fixed the issue.
Forum: PHP 11-02-2011, 01:57 PM
Replies: 2
Views: 360
Posted By mexabet
I need help to fix this code

This page resides in the admin panel and is not supposed to be viewed by other users. But the way it's unwittingly coded, it can be viewed by other members and even non-registered users.

This is...
Forum: PHP 10-16-2011, 05:45 PM
Replies: 2
Views: 351
Posted By mexabet
A million thanks! That has fixed the issue.

A million thanks! That has fixed the issue.
Forum: PHP 10-16-2011, 03:53 PM
Replies: 2
Views: 351
Posted By mexabet
I need help to resolve a syntax error

Can someone help me to look into the following code and spot why I'm getting a syntax error?
<?php
/**
* List-users.php
*
* This is the Admin Center page. Only administrators
* are allowed...
Forum: PHP 10-15-2011, 07:12 PM
Replies: 12
Views: 682
Posted By mexabet
I now get your point. I managed to get the...

I now get your point.

I managed to get the script to stop displaying the error message, but it still can't create a user's account or modify it from within the control panel. I guess I must have...
Forum: PHP 10-15-2011, 08:45 AM
Replies: 12
Views: 682
Posted By mexabet
If I understood you correctly, I don't see how...

If I understood you correctly, I don't see how just changing <title>My Company's Control Panel</title> to <title>This is a test</title> can make any difference. Or am I missing your point?
Forum: PHP 10-14-2011, 06:37 PM
Replies: 12
Views: 682
Posted By mexabet
@Fou-Lu, I'm also surprised why I'm getting the...

@Fou-Lu,
I'm also surprised why I'm getting the error message, but I'm sure I'm not viewing a cached version of the page. I've cleared cache a couple of times.
Forum: PHP 10-14-2011, 02:41 PM
Replies: 12
Views: 682
Posted By mexabet
@mleim, I'm still getting the same error....

@mleim,

I'm still getting the same error. See the updated "add-user.php" file:
<?php
/**
* Admin.php
*
* This is the Admin Center page. Only administrators
* are allowed to view this...
Forum: PHP 10-14-2011, 02:14 PM
Replies: 12
Views: 682
Posted By mexabet
I'm still getting the same error message after...

I'm still getting the same error message after adding the createThumbnail () function. Here is the file in which I included the function, but it seems I'm missing or mixed up something:

<?php
/**...
Forum: PHP 10-14-2011, 01:03 PM
Replies: 12
Views: 682
Posted By mexabet
@djm0219 and @mlseim, Thanks for replying and...

@djm0219 and @mlseim,
Thanks for replying and pointing me in the right direction. I'll try to add the createThumbnail() function and post back the outcome later.
Forum: PHP 10-14-2011, 12:16 PM
Replies: 12
Views: 682
Posted By mexabet
I need help creating a user from within the control panel

I have a membership script I'm working on, and I'm trying to get the admin to create a new user from within the control panel, display the user's thumbnail and add funds to his/her account. I've also...
Forum: Python 10-03-2011, 05:12 AM
Replies: 2
Views: 3,005
Posted By mexabet
@fatecaresx13 Thanks for your input. ...

@fatecaresx13

Thanks for your input.

I'm not planning to make direct calls, and I prefer Python to PHP.
Showing results 1 to 25 of 81

 
Forum Jump

All times are GMT +1. The time now is 08:30 PM.