wapdesire v2 xhtml (teaze-n-plz.com)

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Originally posted by nadym89 View Post
    Thanks for the reply....It's working now.....

    Another question...What's the procedure to change the level of owner to 5?. I know it can be done by doing something with phpMyAdmin. But can anyone tell me how to set the level?
    you set the level in users and then go to admintools and put ya id number in the top box and then put one in all the other boxs and away ya go all this is done in phpmyadmin
    Last edited by wap2010v2; 01.11.10, 18:10.

    Comment


      wap2010v2 nor be so, at nadym
      go to phpmyadmin, users table select the user and edit, change perm to 5
      http://myfacepals.com
      MYFACEPALS SOCIAL NETWORKsigpic

      Comment


        Originally posted by wap2010v2 View Post
        you set the level in users and then go to admintools and put ya id number in the top box and then put one in all the other boxs and away ya go all this is done in phpmyadmin
        moderator tool seems to be just admin ill just rename it lol...how can i permit when i assign someone to be my admin? in there tools always permission denied
        Last edited by adriane14; 02.11.10, 05:32.

        Comment


          Originally posted by adriane14 View Post
          moderator tool seems to be just admin ill just rename it lol...how can i permit when i assign someone to be my admin? in there tools always permission denied
          if you go in phpmyadmin and then go to admintools and then get the member of staffs id number eg:2 put in the top box 2 and then put 1 in all the other boxs and it will give them the tools

          Comment


            ok i got shop working mixing to another modified script lol
            Last edited by adriane14; 03.11.10, 07:36. Reason: solved

            Comment


              ok last question where can i find the auto msg to email when someone registered??

              Comment


                Originally posted by adriane14 View Post
                ok last question where can i find the auto msg to email when someone registered??
                you will find it in the core/register.inc off the top of my head

                Comment


                  too many question but i have to ask n ask lol

                  Added after 5 minutes:

                  how about msg that goes to email lyk gmail or yahoo about ur info eg. username n pass with the msg i want to change??cant find there
                  Last edited by adriane14; 03.11.10, 17:05.

                  Comment


                    I can still remember the day I was a n00b coder.....
                    The simplest thing got me so worked up exmpl the } tags and ; simple little things.
                    BakGat
                    Code:
                    class Counter {
                    public:
                      void Count();
                      int  ReadDisplay();
                    private:
                      int  CurrentCount;
                    };








                    Back up my hard drive? How do I put it in reverse?
                    My Community
                    BakGat
                    sigpic

                    Comment


                      adriane14, look in register.php for this:
                      mail($email,
                      "Registration details for ".sitename(), "<b>Username:</b> ".$uid."
                      <b>Password:</b> ".$pwd."

                      ".sitename()." is a nice friendly chat community, we are glad to hav u with us :o) pls feel free to bring your friends along to join in the fun:-)

                      <b>Thank You
                      ".sitename()."</b>", "From: admin@".sitename()."\r
                      Reply-To: admin@wapdesire.com\r
                      X-Mailer: PHP/".phpversion());
                      $title="<img src=\"images/ok.gif\" alt=\"o\"/><br/><b>Registration completed successfully!</b>";

                      There you can change the message as well what your email is... Hope this helps.
                      Why cry for a soul set free?

                      Comment


                        does anyone have a better looking forum page of wapdesire? The FIELD to reply to forum threads are too small...

                        By the way, I wanted to post a message containing 2 paragraphs in a single post.........But found that I couldn't write sentences in a newline. I used "\n" function too.


                        For example, I wanted to write the following.
                        Code:
                        This is a test:-
                        1- test one
                        2- test two.
                        But the tests appear in wapdesire forum is like below.
                        Code:
                        This is a test:- 1- test one 2- test two.

                        Does anyone have a solution for this?
                        Last edited by nadym89; 06.11.10, 07:52.

                        Comment


                          Use [br/] in btw

                          Comment


                            WHYQ, it works, but for some posts.... In many posts it doesnt work

                            Comment


                              Originally posted by nadym89 View Post
                              WHYQ, it works, but for some posts.... In many posts it doesnt work
                              in your core.php find if(substr_count($text,"[br/]")<=2) or something like that.. and replace with

                              Code:
                              if(substr_count($text,"[br/]")<=1000)
                              it will allows you 1000 linebreak bbcode.. :D

                              http://wapx.amob.com
                              Applications, Games, Wallpapers, Ringtones, Videos, Themes, Screensaver and More!!!

                              Comment


                                Thanks man, it works.....Found it in core/functions.inc

                                Comment

                                Working...
                                X