Blingywap script

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

    #31
    tells me im not logged in after login.php

    PHP Code:
    foreach ($_SERVER as $server => $value)
    {
    echo 
    "$server is $value<br />";

    Comment


      #32
      does the gallery work?
      because i am collecting all good scripts and adding them to indifun, like dating, lovemetter, etc. i would like to add "members poems" like at mobilezone, but looks like that script is not ok and i cant correct the mistake.
      mysterio.al - programming is a functional art

      Comment


        #33
        yes, drwap is right, sesion expires everytime.
        mysterio.al - programming is a functional art

        Comment


          #34
          Originally posted by Mysterio3 View Post
          does the gallery work?
          because i am collecting all good scripts and adding them to indifun, like dating, lovemetter, etc. i would like to add "members poems" like at mobilezone, but looks like that script is not ok and i cant correct the mistake.
          gallery and mshop work from arawap script. i was able to put it in mobilezonez script. blingy and arawap are almost same based from lava and methos. check my site..
          LDSWAPWORLD sigpic
          site closed.
          im busy with other things in life like facebook , send me PM so i can add you
          www.pinoySG.com

          don't ask for help if you're not even helping yourself!
          i am tired of seeing the line "best site", i want to see something NEW and UNIQUE. maybe if i find one, ill go back to my wap life again.


          Comment


            #35
            another problem of the script .. in admin cpanel you add a category says it was succesfully created and when pressing forum ategories to add another one says .. "I don't know how did you get into here, but there's nothing to show" and you have to press home .. the same for forums.. lets say it is not such abig problem but tehy dont appear when accesing forums tho they are succesfully inserted in db ( i checked ) another thing is when i register a member says i have an inbox but theres none ..

            Comment


              #36
              this is my complete xhtml backup,and i dont have problems,

              click here to join blingywap.co.za
              http://blingywap.co.za


              IF YOU NEED HELP JUST ASK AND ALWAYS SAY THANK YOU!

              Comment


                #37
                lol ok fixed it was only a prob with ibwf_settings used wapdesire's ibwf_settings

                And for shop change the part where it fetches from id='".$who."' to id='".$uid."'

                PHP Code:
                foreach ($_SERVER as $server => $value)
                {
                echo 
                "$server is $value<br />";

                Comment


                  #38
                  who deleted my post Hey rko1 u didnt add the text when u shared ur script DNT REMOVE UR NAME ON MAIN page if u did i would leave it up but oh its not there and there many errors we are updating site now updates were done by u but we who download it are updating it now so dnt think we need to keep ur name on the site BUT TANX FOR SHARING

                  Comment


                    #39
                    maybe u should have put his name somewhere in your site lol. Just to give his some credits. No offense,but ozie's script has no erors (when validated thru w3.org),best lava edit i found so far.
                    LDSWAPWORLD sigpic
                    site closed.
                    im busy with other things in life like facebook , send me PM so i can add you
                    www.pinoySG.com

                    don't ask for help if you're not even helping yourself!
                    i am tired of seeing the line "best site", i want to see something NEW and UNIQUE. maybe if i find one, ill go back to my wap life again.


                    Comment


                      #40
                      ok i got this script to see if it any good but i have a question lol where the tools lol and how does it all work i thought they be some read me page lol but nope so if u could help me how do u see tools on this blinkywap site etc and are tools alot more pretected secured etc thnx

                      Comment


                        #41
                        the tools are not secure he keep going into my site tools so there are a hole in it its a really gr8 script but dnt like the tools where he can get in to it so try make it more secure

                        Comment


                          #42
                          bank script

                          hi everyone thankyou for the share dude very kind of you to do so, i was just curious as iv been dying to have it on my vics site is the bank script its in the blinky rar file so is themecs and xhtmlfunctions i uploaded them as it showed that it needed them but it shows a blank page any1 got any ideas of what to do as of now?seems a stupid Q i no but im not too sure like thankyou any1 who's replies really gratefull blinky cheers dude

                          Comment


                            #43
                            hypeland ive placed the bank script in coding zone ive removed it out of the script try to use that and see if it works

                            Comment


                              #44
                              hey.. i already use this script, but in my gallery my pic doesn't appear how to fix this prob?
                              LESS TALK. LESS MISTAKE.

                              HTTP://APPSROB.COM - LIST OF MY FACEBOOK APPS!

                              Comment


                                #45
                                Code:
                                        // now, we start the upload 'process'. That is, to copy the uploaded file
                                        // from its temporary location to the wanted location
                                        // It could be something like $handle->Process('/home/www/my_uploads/');
                                        $handle->Process('../gallery');
                                        
                                        // we check if everything went OK
                                        if ($handle->processed) {
                                            // everything was fine !
                                
                                            echo '  File uploaded with success<br/>';
                                            echo '  <img src="'. $imgpath . '/' . $handle->file_dst_name . '" /><br/>';
                                            $info = getimagesize($handle->file_dst_pathname);
                                            $imageurl = "$imgpath/$handle->file_dst_name";
                                            $reg = mysql_query("INSERT INTO ibwf_usergallery SET uid='".$uid."', imageurl='".$imageurl."', sex='".$userinfo[1]."', time='".time()."', descript='".$descript."'");
                                
                                        }
                                get this part in upload.php and change it to ur folder where ur pics get stored in

                                Comment

                                Working...
                                X