Jump to content
MakeWebGames

[Mod] Voting Page [Mod]


Veasey

Recommended Posts

Run this SQL through your database:

[mysql]

ALTER TABLE `grpgusers` ADD `vote` INT( 11 ) NOT NULL DEFAULT '1'

[/mysql]

Now open up classes.php and paste in the page:

You're unable to view this code.

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

 

now save and close

now crate a new file call vote.php and copy the following codes and paste and save the page:

You're unable to view this code.

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

Link to comment
Share on other sites

[Mod] Voting Page [Mod]

Dont forget to add the link for the vote page in header

Now open up rollover.php ( your crons page ) and find:

You're unable to view this code.

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

 

and replace with

 

You're unable to view this code.

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

 

and your done

Link to comment
Share on other sites

  • 9 years later...

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