Register
FAQ
Calendar
Search
Today's Posts
Rules
Guidelines
SMS enable your application
via Clickatell’s fast, simple and reliable API's, built to integrate with any system.
Click here
to learn more.
Flash Website Builder
- Trendy Site Builder is a Flash Site Building tool that helps users build stunning websites.
Check Out Custom
Custom Logo Design
by LogoBee. Website Design and Free Logo Templates available.
CodingForums.com
>
Search Forums
Search Results
User Name
Remember Me?
Password
Before you post, read our:
Rules
&
Posting Guidelines
Page 1 of 4
1
2
3
>
Last
»
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
I need help to properly configure a .htaccess file
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
I need help to fix this Mod_Rewrite issue
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
How Can JavaScript Grab The Active URL and Metadata?
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
I need help to resolve a session control that abruptly logs the admin out
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
I need help to resolve a session control that abruptly logs the admin out
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
I need help to resolve a session control that abruptly logs the admin out
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
I need help to resolve a session control that abruptly logs the admin out
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
I need help resolving commenting issues
Views:
574
Posted By
mexabet
Thanks.
Thanks.
Forum:
PHP
11-02-2011, 05:52 PM
Replies:
11
I need help resolving commenting issues
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
I need help resolving commenting issues
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
I need help resolving commenting issues
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
I need help resolving commenting issues
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
I need help resolving commenting issues
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
I need help to fix this code
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
I need help to fix this code
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
I need help to resolve a syntax error
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
I need help to resolve a syntax error
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
I need help creating a user from within the control panel
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
I need help creating a user from within the control panel
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
I need help creating a user from within the control panel
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
I need help creating a user from within the control panel
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
I need help creating a user from within the control panel
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
I need help creating a user from within the control panel
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
I need help creating a user from within the control panel
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
In What Way Is Python Suitable For Programming A Web Search Engine?
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
Page 1 of 4
1
2
3
>
Last
»
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
:: Client side development
JavaScript programming
DOM and JSON scripting
Ajax and Design
JavaScript frameworks
Post a JavaScript
HTML & CSS
XML
Flash & ActionScript
Adobe Flex
Graphics and Multimedia discussions
General web building
Site reviews
Building for mobile devices
:: Server side development
Apache configuration
Perl/ CGI
PHP
Post a PHP snippet
MySQL
Other Databases
Ruby & Ruby On Rails
ASP
ASP.NET
Java and JSP
Other server side languages/ issues
ColdFusion
Python
:: Computing & Sciences
Computer Programming
Computer/PC discussions
Geek News and Humour
Web Projects and Services Marketplace
Web Projects
Small projects (quick fixes and changes)
Medium projects (new script, new features, etc)
Large Projects (new web application, complex features etc)
Unknown sized projects (request quote)
Vacant job positions
Looking for work/ for hire
Project collaboration/ partnership
Paid work offers and requests (Now CLOSED)
Career, job, and business ideas or advice
Domains, Sites, and Designs for sale
Domains for sale
Websites for sale
Design templates and graphics for sale
:: Other forums
Forum feedback and announcements
All times are GMT +1. The time now is
08:30 PM
.
Web Hosting UK
|
Dedicated Server Hosting
|
Shareware Junction
|
Software Geek
|
Flash file uploader
|
Cloud Server
|
Web Hosting Australia
Home
-
Contact Us
-
Archives
-
Link to CF
-
Resources
-
Top
Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.