Jump to content
MakeWebGames

guess the 4 digit coed script


carlg

Recommended Posts

it is me agen plezz dont dich my script i am still lerning

so here it is first u make a file with the name gess.php

and put this in to it

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

then make a file called gess1.php

 

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

then add this to your day cron

 

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

after that u need to add

ALTER TABLE `users` ADD `gess` INT( 11 ) NOT NULL DEFAULT '0';

to your db and thats it

and once agen please dont dich my script

here is a screen shot

gess.PNG

Link to comment
Share on other sites

Re: guess the 4 digit coed script

here it is for v1

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

then make a file called gess1.php

 

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

then add this to your day cron

 

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

after that u need to add

ALTER TABLE `users` ADD `gess` INT( 11 ) NOT NULL DEFAULT '0';

to your db and thats it

 

here is a screen shot

gess.PNG

i think this would work for v1 i am not sure if i converted it right thoe but tht gives a ider

Link to comment
Share on other sites

Re: guess the 4 digit coed script

NIce mod tho the gess1.php looks rite but the gess.php should start like this mate but great mod

<?php

session_start();

require "global_func.php";

if($_SESSION['loggedin']==0) { header("Location: login.php");exit; }

$userid=$_SESSION['userid'];

require "header.php";

$h = new headers;

$h->startheaders();

include "mysql.php";

global $c;

$is=mysql_query("SELECT u.*,us.* FROM users u LEFT JOIN userstats us ON u.userid=us.userid WHERE u.userid=$userid",$c) or die(mysql_error());

$ir=mysql_fetch_array($is);

check_level();

$fm=money_formatter($ir['money']);

$cm=money_formatter($ir['crystals'],'');

$lv=date('F j, Y, g:i a',$ir['laston']);

$h->userdata($ir,$lv,$fm,$cm);

$h->menuarea();

Link to comment
Share on other sites

Re: guess the 4 digit coed script

no sorry the gess1.php is wrong as to start

 

<?php

session_start();

require "global_func.php";

if($_SESSION['loggedin']==0) { header("Location: login.php");exit; }

$userid=$_SESSION['userid'];

require "header.php";

$h = new headers;

$h->startheaders();

include "mysql.php";

global $c;

$is=mysql_query("SELECT u.*,us.* FROM users u LEFT JOIN userstats us ON u.userid=us.userid WHERE u.userid=$userid",$c) or die(mysql_error());

$ir=mysql_fetch_array($is);

check_level();

$fm=money_formatter($ir['money']);

$cm=money_formatter($ir['crystals'],'');

$lv=date('F j, Y, g:i a',$ir['laston']);

$h->userdata($ir,$lv,$fm,$cm);

$h->menuarea();

 

great mod tho only missing a few lines nice work

Link to comment
Share on other sites

Re: guess the 4 digit coed script

 

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

An extra on of these in the cron, would cause your users to gain 2 days instead of one to there account..

Use...

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

Damn, this is a rare occasion, a guy who can't spell for shit but manages to code :lol:

Link to comment
Share on other sites

Re: guess the 4 digit coed script

 

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

An extra on of these in the cron, would cause your users to gain 2 days instead of one to there account..

Use...

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

Damn, this is a rare occasion, a guy who can't spell for shit but manages to code :lol:

lol there is no need to dich people that cant spell i chose not to spell right cus it pisses people off

and thank you for the error in the cron

Link to comment
Share on other sites

Re: guess the 4 digit coed script

 

Lol

So Carlg you enjoy pissin people off?

Lemmi tell you what I enjoy, I enjoy shagging ' peoples ' mums...people who like to piss people off that is...

So be aware..lol

Jus kiddin

 

ncie lol i have to think about changeing my ways then lol

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...