Jump to content

[Share]Request System


marwan

Recommended Posts

hey guys , didn't share for a long time , so

 

 

with this you can post request like if you need someone to level you,  trade item...

there are two type request , requester

request if you need something(like need someone to level you)

requester you are offering somthing(like leveling other for adena)

 

patch : http://pastebin.com/4FTJ5VDc

also you will need to execute this to db

CREATE TABLE `requests` (
  `id` int  AUTO_INCREMENT,
  `name` text,
  `title` text,
  `type` text,
  `desc` text,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=43 DEFAULT CHARSET=latin1;

 

atm didn't find any bug

coded by me

Link to comment
Share on other sites

To let you know, with longer text it look bad (look @ ss) :) Click

 

Also, I just added it fast on Interlude and well.. it's buggy with at least two words in title or I messed it up  :rage:. Title should be: I am SweeTs and the text: O rly? ;D Click and Click

Link to comment
Share on other sites

To let you know, with longer text it look bad (look @ ss) :) Click

 

Also, I just added it fast on Interlude and well.. it's buggy with at least two words in title or I messed it up  :rage:. Title should be: I am SweeTs and the text: O rly? ;D Click and Click

hmm will try to fix that, but since the post bypass have next tokenizer and the last one i used for message

about the longer message problem just check if its longer than 20 word tb.append("<br>")

anyway thanks for feedback

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.
Note: Your post will require moderator approval before it will be visible.

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