Wapside Full (with Themes) Latest Version - Wap2k

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

    Wapside Full (with Themes) Latest Version - Wap2k

    Hi this is the last mod ill be doing to this script as i will no longer be using it hope you all enjoy it its a lot esier to add new templates now and a few new features that i added while i updating the script,

    NOTE: MOST SCRIPT ERRORS ARE NOW FIXED AND ANTIFLOOD IS WORKING SQL ALSO UPDATED

    DEFUALT ADMIN USENAME: admin
    DEFUALT ADMIN PASSWORD: admin


    Wap2k
    Attached Files

    #2
    sweet will check it out.. thanks man..
    <?php
    include ('Ghost');
    if ($Post == true) {
    echo '

    sigpic
    alt='coding-talk.com!!' />';
    echo 'Sharing Is Caring!';
    } else {
    echo '

    alt='the username GHOST has been comprimised!' />';
    echo 'OMG SOMEBODY HELP ME!!';
    }
    ?>

    Comment


      #3
      post demo link 4 preview pls
      if like my post click:

      http://coding-talk.com/images/totall...ost_thanks.gif

      Comment


        #4
        post demo link 4 preview pls [/b]
        you have allready downloaded it so why ask for a demo?? not exactly hard to install this script

        Comment


          #5
          you have allready downloaded it so why ask for a demo?? not exactly hard to install this script[/b]
          why must install when she may to see first

          Comment


            #6
            If you point me to a free server to install it on i will and link it up for demo purposes i also may have left erros in there from changes i made i didnt check it over

            Comment


              #7
              There isn&#39;t alot of changes from the old wapside script except the themes the looks may still look a bit dull but that is easy to fix and the reason it has a templating system

              Comment


                #8
                like how you have set out your sites amy very neat

                Comment


                  #9
                  pretty easy to make most of them were 5 minute jobs

                  Comment


                    #10
                    I also find it easy, Just have no design sense or color co-ordination so makes it hard to judge what looks good to other people ill improve it will just take time, btw your wowpic link is broken

                    Comment


                      #11
                      Thanks for the script ;-)

                      Comment


                        #12
                        grrrr f@ck always turn on registration in sql db......... why the hell cant i get anywhere in database to turn on the bloody registration .......... im gona use config.php that ghost did for first wapside script . hope it works

                        Comment


                          #13
                          this is not working ....wtf .... i cant add myself in db i cant turn on registration in db i can do just nothing in this db..... i used db ghost made for 1st 1 i can edit that in php myadmin but still get registration is dissabled... well now just tell us how step by step to get rid of this and its real annoying that in most scripts to turn on registration... i mean 4fs u upload it ur gona be the 1st to use it in anycase ,, why does reg need to be off.... after registration owner can turn it on or off ... come on ppl think like grownups

                          Comment


                            #14
                            This should work

                            Code:
                            DROP TABLE IF EXISTS `wst_settings`;
                            CREATE TABLE `wst_settings` (
                              `id` int(255) NOT NULL auto_increment,
                              `note` text NOT NULL,
                              `type` text NOT NULL,
                              PRIMARY KEY  (`id`)
                            ) ENGINE=MyISAM;
                            
                            -- 
                            -- Dumping data for table `wst_settings`
                            -- 
                            
                            INSERT INTO `wst_settings` (`id`, `note`, `type`) VALUES 
                            (1, &#39;Welcome to WapSide&#39;, &#39;welcomenote&#39;),
                            (0, &#39;1&#39;, &#39;registration&#39;);

                            Comment


                              #15
                              where is all the last posts gone to

                              Comment

                              Working...
                              X