Jump to content
MakeWebGames

Recommended Posts

  • Replies 73
  • Created
  • Last Reply

Top Posters In This Topic

Posted

Re: Free Multiple Event Deleter - FREE!

03laceys....in the events.php there is a bit of code that is in there twice. It only needs to be there once.

 

You're unable to view this code.

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

 

Just take on of those out.

It also missing a query at the very end of the script so you wont have the same problem i was having.

Posted

Re: Free Multiple Event Deleter - FREE!

Actually you're wrong. UCC just took the script and modified it to the way he likes it. (Correct me if i'm wrong UCC.)

Posted

Re: Free Multiple Event Deleter - FREE!

I dont know what kyle is talking about. I did spend a good hour refining the original code posted, making it pretty, converting to 2.0, and removing bugs.

Posted

Re: Free Multiple Event Deleter - FREE!

UCC, kyle and zaver - Please state these errors?

The disability feature is a add-on, I created it just as something, If they selected Uncheck all it disables multiple delete, If they check again it undisables. ;)

Posted

Re: Free Multiple Event Deleter - FREE!

 

UCC, kyle and zaver - Please state these errors?

The disability feature is a add-on, I created it just as something, If they selected Uncheck all it disables multiple delete, If they check again it undisables. ;)

They've already been stated.

Posted

Re: Free Multiple Event Deleter - FREE!

Well the only message i've been stated as a "error" is the javascript. :)

reply if theres any more, I don't seem to see any.

Posted

Re: Free Multiple Event Deleter - FREE!

He's going to tell you the same thing I did.

mysql_query("UPDATE users SET new_events=0 WHERE userid={$ir['userid']}");

Posted

Re: Free Multiple Event Deleter - FREE!

if u are having trouble with a v2 game here is the code of oxidati0n

 

You're unable to view this code.

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

NOTE: i only edited this to v2 and changed it so it shows 10000 events ok

Posted

Re: Free Multiple Event Deleter - FREE!

#1. Showing 10000 events is going to be horrible for your game's bandwidth.

#2. That code is missing the evREAD query.

Posted

Re: Free Multiple Event Deleter - FREE!

first of all there is no error bcoz it works perfect on my v2 game so no there is no error second of all i have 999999999999gb of bandwith so why am i worried :lol:

Posted

Re: Free Multiple Event Deleter - FREE!

 

first of all there is no error bcoz it works perfect on my v2 game so no there is no error second of all i have 999999999999gb of bandwith so why am i worried :lol:

Whatever you say hoss. But there is in fact a missing query. Maybe once you get users on your v2 game, you'll understand. LOL :roll:

Posted

Re: Free Multiple Event Deleter - FREE!

i need help i have this events dealer and it gets stuck when i delete a event is still says i have 1 what do i need to edit where do i need to edit it i got told to do summin b4 but that aint even in my script im useing v2 help pleaseee

Posted

Re: Free Multiple Event Deleter - FREE!

 

You're unable to view this code.

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

 

trust me that works i even have used it on my v2 game and members have no problem

Posted

Re: Free Multiple Event Deleter - FREE!

Bandwidth isn't a problem, but loading up 1000 rows puts strain on your server, and will take a hell of a long time to load, especially since you output it each iteration

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