Jump to content
MakeWebGames

Recommended Posts

Posted

Another Mod by me as i am learning quickly..

first add this to database..

You're unable to view this code.

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

 

Then Create theisland.php

You're unable to view this code.

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

 

then add this into cron day

You're unable to view this code.

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

 

*note modify what you need to fit it into your games theme i chose islands cause i am running a pirate game..

Posted

Re: [mccode V2] Search Islands

Edited

You're unable to view this code.

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

 

I know there was no point of securing it, just a habit.

+1 to you just because im nice.

Posted

Re: [mccode V2] Search Islands

 

Another Mod by me as i am learning quickly..

first add this to database..

You're unable to view this code.

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

 

Then Create theisland.php

You're unable to view this code.

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

 

then add this into cron day

You're unable to view this code.

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

 

*note modify what you need to fit it into your games theme i chose islands cause i am running a pirate game..

this looks like search the streets but a pirate version is there any point?

Posted

Re: [mccode V2] Search Islands

Well i coded this from Scratch.

and it looks nothing like my streets.

if your streets look basic like gaining a bit of cash then so be it.

my streets have finding items cash attacking jail hospital..

this is just another feature people have to have a little fun.

 

i am still learning to code so don't punk out on me with your stupid punk ass comments

 

if you don't like it don't use it!!!!!!!

Posted

Re: [mccode V2] Search Islands

 

You're unable to view this code.

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

 

I would set the default to 100 so when they register they dont have to wait a day to search the islands.

Posted

Re: [mccode V2] Search Islands

 

Well i coded this from Scratch.

and it looks nothing like my streets.

if your streets look basic like gaining a bit of cash then so be it.

my streets have finding items cash attacking jail hospital..

this is just another feature people have to have a little fun.

 

i am still learning to code so don't punk out on me with your stupid punk ass comments

 

if you don't like it don't use it!!!!!!!

my Turns is more advanced but thats normal...

Nice mod mate + 1

  • 1 month later...
Posted

Re: [mccode V2] Search Islands

Great mod +1.

I had to change

$db->query("UPDATE users SET islands=100");

to

$db->query("UPDATE users SET islands=1");

As it let me search the island 100 times with 100 finds each time.

Posted

Re: [mccode V2] Search Islands

 

Then share it, if not shutup and stop boasting.

Nah i ain't posting it xD haha LOL and because i dont want to post the one i done maybee somethink else i do insted!

Posted

Re: [mccode V2] Search Islands

 

Then share it, if not shutup and stop boasting.

Nah i ain't posting it xD haha LOL and because i dont want to post the one i done maybee somethink else i do insted!

I don't know about Crazy-t i speak to him on msn all the time and he asks me about simple querys and i am only 5 months old in this my self but he boasts about how he always has something better than us like his ajax chat javascript.... and now this....

I think my chat is almost as advanced as you can get it .. If you can get better than prove it...

 

As for this one i know That you can do better than this cause it is a simple mod and took me all of 2 mins to write it up...

So i say again if you can do better prove it

Posted

Re: [mccode V2] Search Islands

 

Then share it, if not shutup and stop boasting.

Nah i ain't posting it xD haha LOL and because i dont want to post the one i done maybee somethink else i do insted!

I don't know about Crazy-t i speak to him on msn all the time and he asks me about simple querys and i am only 5 months old in this my self but he boasts about how he always has something better than us like his ajax chat javascript.... and now this....

I think my chat is almost as advanced as you can get it .. If you can get better than prove it...

 

As for this one i know That you can do better than this cause it is a simple mod and took me all of 2 mins to write it up...

So i say again if you can do better prove it

+1 mate gonna add it later and change a few things to suit the theme of my game :)

Posted

Re: [mccode V2] Search Islands

 

Then share it, if not shutup and stop boasting.

Nah i ain't posting it xD haha LOL and because i dont want to post the one i done maybee somethink else i do insted!

I don't know about Crazy-t i speak to him on msn all the time and he asks me about simple querys and i am only 5 months old in this my self but he boasts about how he always has something better than us like his ajax chat javascript.... and now this....

I think my chat is almost as advanced as you can get it .. If you can get better than prove it...

 

As for this one i know That you can do better than this cause it is a simple mod and took me all of 2 mins to write it up...

So i say again if you can do better prove it

I'm gonna second that....I've seen a mod which he made with no security on it and it's constructed terribly....

Posted

Re: [mccode V2] Search Islands

 

Mine is more advanced than all of yours xD

you got a link?

He aint got a game...

 

I have asked him a few times...

he sounds like a "foney"

Posted

Re: [mccode V2] Search Islands

 

Mine is more advanced than all of yours xD

you got a link?

Mine is more advanced than all of yours xD

you got a link?

He aint got a game...

 

I have asked him a few times...

One. i have got a game up.. but it aint done only done about hmm say %25 of it done but sometimes when i ask you people, my brains dead i can't think..

Posted

Re: [mccode V2] Search Islands

Can someone help me out with this?

Im a bit confused as to where to add the 'database' code and also where to place the cron code within my daily cron.

Posted

Re: [mccode V2] Search Islands

Hello again Shivski

The cron code, go into the cron and you should see other similar querys - Simple pop this underneath on a new line.

As for the DB, go into your Cpanel and access phpMyAdmin, select the database and you will see a load of tables on the left and some buttons at the top, click SQL and copy/paste the whole of the code into there and Do/Submit or whatever

Posted

Re: [mccode V2] Search Islands

Wicked, iv done the database query and its said successful. Should anything show up in the lists now, or is that it?

Added the cron too.

Posted

Re: [mccode V2] Search Islands

It's on there, but say's i've already visited today. Think there's an issue with my daily cron as other features seem to be not functioning due to it.

  • 2 weeks later...
Posted

Re: [mccode V2] Search Islands

I edit the script a bit and added some code from the streets v2 tested some display errors but works fine

 

You're unable to view this code.

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

not much of a change {i know} :-D

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...