Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 10 of 10
Search took 0.03 seconds.
Search: Posts Made By: qode
Forum: PHP 01-02-2013, 12:10 AM
Replies: 9
Views: 383
Posted By qode
Exclamation It is still showing double entries within the...

It is still showing double entries within the getshells table:
http://i45.tinypic.com/29auxpx.jpg

Here is my full code:
<?php
require 'header.php';
?>

<?php if (checkAdmin()) { ?>
...
Forum: PHP 01-01-2013, 11:30 PM
Replies: 9
Views: 383
Posted By qode
Ah, I mean stop users from creating a double post...

Ah, I mean stop users from creating a double post & it being saved to the mysql table. Like have the mysql delete double entries.

URL TABLE
http://www.google.com
URL TABLE...
Forum: PHP 01-01-2013, 09:52 PM
Replies: 9
Views: 383
Posted By qode
[request]Stop users from double posting

How can I stop a user from double posting a link in my code?

<?php
// first the check of a submitted form
if (isset($_POST['Submit'])) {
$hosts = explode("\r\n", $_POST['url']);
// let's...
Forum: Small projects (quick fixes and changes) 01-01-2013, 12:38 AM
Replies: 0
Views: 467
Posted By qode
[Free Service] Converting Script Too New Theme

Could someone on their free time convert my script to a new theme that I have? My msn is qode-exploiter@live.com. Thank you in advanced.
Forum: PHP 01-01-2013, 12:32 AM
Replies: 4
Views: 426
Posted By qode
Lulz, I fixed my problem: ...

Lulz, I fixed my problem:
if(eregi($file,$_SERVER['REQUEST_URI'])) {

Replace with:
if(@eregi($file,$_SERVER['REQUEST_URI'])) {
Forum: PHP 12-31-2012, 02:54 AM
Replies: 4
Views: 426
Posted By qode
This is Header.php: <?php include...

This is Header.php:

<?php
include "dbc.php";
page_protect();
include "includes/functions.php";
getBooterTitle();

$file = basename(__FILE__);
if(eregi($file,$_SERVER['REQUEST_URI'])) {
Forum: PHP 12-31-2012, 02:54 AM
Replies: 4
Views: 426
Posted By qode
I Get Two Problems That Wont Go Away

This is the error that is popping up before my layout:

Deprecated: Function eregi() is deprecated in /home/booter4/domains/shell-list.com/public_html/includes/functions.php on line 4
...
Forum: PHP 12-31-2012, 02:49 AM
Replies: 6
Views: 313
Posted By qode
I actually made it myself. Sorry guys! I get lazy...

I actually made it myself. Sorry guys! I get lazy sometimes, and I throw money too people when I don't want too do something. I been this way since I was born, I procrastinate too much lmfao.
Forum: PHP 12-28-2012, 04:41 PM
Replies: 6
Views: 313
Posted By qode
If I pay you 30.00 will you make me a tiny...

If I pay you 30.00 will you make me a tiny script? :3
Forum: PHP 12-27-2012, 05:10 AM
Replies: 6
Views: 313
Posted By qode
Question [Some Help] Telling PHP to identify pre-existing URLS.

Hello,

I would like some help trying to code a little script. However, I do not want you guys to do it for me, simply direct me to a source where I can learn myself. I appreciate it in advanced. ...
Showing results 1 to 10 of 10

 
Forum Jump

All times are GMT +1. The time now is 12:54 AM.