wickedempire script (xhtml/wml)

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

    #31
    still need help

    i need help in the fileshare area, i can connect it...
    http://myfacepals.com
    MYFACEPALS SOCIAL NETWORKsigpic

    Comment


      #32
      Originally posted by niks View Post
      thanx for the script,the only problem it has that its file sharing is not working giving following errors:

      Code:
      Warning: mysql_query() [function.mysql-query]: Access denied for user 'ODBC'@'localhost' (using password: NO) in C:\Program Files\EasyPHP 2.0b1\www\ns\uploaded\index.php on line 7
      
      Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in C:\Program Files\EasyPHP 2.0b1\www\ns\uploaded\index.php on line 7
      
      Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in C:\Program Files\EasyPHP 2.0b1\www\ns\uploaded\index.php on line 7
      
      Notice: Undefined index: action in C:\Program Files\EasyPHP 2.0b1\www\ns\uploaded\index.php on line 10
      
      Notice: Undefined index: page in C:\Program Files\EasyPHP 2.0b1\www\ns\uploaded\index.php on line 12
      
      Notice: Undefined index: who in C:\Program Files\EasyPHP 2.0b1\www\ns\uploaded\index.php on line 13
      
      Warning: mysql_query() [function.mysql-query]: Access denied for user 'ODBC'@'localhost' (using password: NO) in C:\Program Files\EasyPHP 2.0b1\www\ns\wap\core.php on line 2759
      
      Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in C:\Program Files\EasyPHP 2.0b1\www\ns\wap\core.php on line 2759
      
      Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in C:\Program Files\EasyPHP 2.0b1\www\ns\wap\core.php on line 2759
      
      Warning: mysql_query() [function.mysql-query]: Access denied for user 'ODBC'@'localhost' (using password: NO) in C:\Program Files\EasyPHP 2.0b1\www\ns\uploaded\index.php on line 15
      
      Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in C:\Program Files\EasyPHP 2.0b1\www\ns\uploaded\index.php on line 15
      
      Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in C:\Program Files\EasyPHP 2.0b1\www\ns\uploaded\index.php on line 15
      
      Notice: Undefined variable: mob_m in C:\Program Files\EasyPHP 2.0b1\www\ns\wap\core.php on line 67
      
      Notice: Undefined variable: mob_contents in C:\Program Files\EasyPHP 2.0b1\www\ns\wap\core.php on line 83
      
      Notice: Undefined offset: 1 in C:\Program Files\EasyPHP 2.0b1\www\ns\wap\core.php on line 87
      
      Wicked Empire Hosting
      
      File Share
      
      Warning: mysql_query() [function.mysql-query]: Access denied for user 'ODBC'@'localhost' (using password: NO) in C:\Program Files\EasyPHP 2.0b1\www\ns\uploaded\index.php on line 57
      
      Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in C:\Program Files\EasyPHP 2.0b1\www\ns\uploaded\index.php on line 57
      
      Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in C:\Program Files\EasyPHP 2.0b1\www\ns\uploaded\index.php on line 58
      
      Warning: mysql_query() [function.mysql-query]: Access denied for user 'ODBC'@'localhost' (using password: NO) in C:\Program Files\EasyPHP 2.0b1\www\ns\uploaded\index.php on line 67
      
      Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in C:\Program Files\EasyPHP 2.0b1\www\ns\uploaded\index.php on line 67
      Error: Access denied for user 'ODBC'@'localhost' (using password: NO)


      Originally posted by makvanpor2000 View Post
      i need help in the fileshare area, i can connect it...
      edit uploaded/index.php and look for include("../wap/config.php"); and include("../wap/core.php"); change with include("config.php"); and include("core.php"); after that edit uploaded/config.php and change it with your database logn details
      Last edited by huwad; 21.06.09, 06:06.

      Comment


        #33
        Originally posted by Kirsty View Post
        Smilies, cant upload and yes i chmod them to 777 and uploads. My conf is right and site up.
        create php.ini in the directory of smilies and

        Code:
        register_globals OFF
        its working..

        Comment


          #34
          im newbie in terms of creating php script like this..i would like to asked if your sql.txt are work when it upload in filemanager?or need to edit or change the file extension into .sql?thanks for response..

          Comment


            #35
            Originally posted by webmaster View Post
            im newbie in terms of creating php script like this..i would like to asked if your sql.txt are work when it upload in filemanager?or need to edit or change the file extension into .sql?thanks for response..
            dump it to ur phpmyadmin

            Comment


              #36
              Error
              SQL query:

              -- phpMyAdmin SQL Dump
              -- version 2.6.4-pl2
              -- http://www.phpmyadmin.net
              --
              -- Host: localhost
              -- Generation Time: Apr 16, 2009 at 09:32 AM
              -- Server version: 4.1.22
              -- PHP Version: 5.2.0-8+etch13
              --
              -- Database: `lavalair`
              --
              -- --------------------------------------------------------
              --
              -- Table structure for table `color`
              --
              CREATE TABLE `color` (

              `color` varchar( 20 ) NOT NULL default '',
              `hex` varchar( 7 ) NOT NULL default '',
              `text` varchar( 7 ) NOT NULL default '#000000',
              PRIMARY KEY ( `color` )
              ) ENGINE = MYISAM DEFAULT CHARSET = latin1;



              MySQL said:

              #1046 - No database selected

              whats wrong i import in sql?

              Comment


                #37
                read the error code... #1046 - No database selected

                Comment


                  #38
                  Originally posted by webmaster View Post
                  Error
                  SQL query:

                  -- phpMyAdmin SQL Dump
                  -- version 2.6.4-pl2
                  -- http://www.phpmyadmin.net
                  --
                  -- Host: localhost
                  -- Generation Time: Apr 16, 2009 at 09:32 AM
                  -- Server version: 4.1.22
                  -- PHP Version: 5.2.0-8+etch13
                  --
                  -- Database: `lavalair`
                  --
                  -- --------------------------------------------------------
                  --
                  -- Table structure for table `color`
                  --
                  CREATE TABLE `color` (

                  `color` varchar( 20 ) NOT NULL default '',
                  `hex` varchar( 7 ) NOT NULL default '',
                  `text` varchar( 7 ) NOT NULL default '#000000',
                  PRIMARY KEY ( `color` )
                  ) ENGINE = MYISAM DEFAULT CHARSET = latin1;



                  MySQL said:

                  #1046 - No database selected

                  whats wrong i import in sql?
                  you must select database from the list..

                  Comment


                    #39
                    help. there is no upload link on the gallery.when i click a category, it redirects to somekind of blueslagun.blahblah. thanks
                    Last edited by jedskiter; 24.06.09, 08:40.

                    Comment


                      #40
                      how to put sql in phpmyadmin?..in database list?thanks..
                      Last edited by webmaster; 25.06.09, 10:48.

                      Comment


                        #41
                        Originally posted by webmaster View Post
                        how to put sql in phpmyadmin?..in database list?thanks..
                        look here...
                        video about that..
                        you need flash to see it

                        video
                        Last edited by metulj; 25.06.09, 10:59. Reason: fixed link
                        It's better to keep your mouth shut and give the impression that you're stupid, than to open it and remove all doubt.
                        ⓣⓗⓔ ⓠⓤⓘⓔⓣⓔⓡ ⓨⓞⓤ ⓑⓔ©ⓞⓜⓔ, ⓣⓗⓔ ⓜⓞⓡⓔ ⓨⓞⓤ ⓐⓡⓔ ⓐⓑⓛⓔ ⓣⓞ ⓗⓔⓐⓡ !
                        ιη тнєσяу, тнє ρяα¢тι¢є ιѕ α яєѕυℓт σƒ тнє тнєσяу, вυт ιη ρяα¢тι¢є ιѕ тнє σρρσѕιтє.
                        キノgんイノ刀g 4 ア乇ムc乇 ノ丂 レノズ乇 キucズノ刀g 4 √ノ尺gノ刀ノイリ!

                        Comment


                          #42
                          ***text removed***
                          Last edited by metulj; 25.06.09, 11:19. Reason: english on forums please
                          Did I help you?
                          You can help me too
                          Your donations will help me finance my studies.

                          Comment


                            #43
                            Originally posted by jedskiter View Post
                            help. there is no upload link on the gallery.when i click a category, it redirects to somekind of blueslagun.blahblah. thanks
                            edit the index in the directory of male, malex, female, femalex, etc.. look 4 $siteurl and remove that.. its just like, <a href=/female> its similar to that.. just look and study the scripts..

                            Comment


                              #44
                              ,can you please help me cer huwad? What are those things that i put on the config.php of the wap and web? Because i always encounter an error, tnx in advance

                              Comment


                                #45
                                Originally posted by spAb0k View Post
                                ,can you please help me cer huwad? What are those things that i put on the config.php of the wap and web? Because i always encounter an error, tnx in advance
                                Fill it with your database name, password, username, and host

                                Comment

                                Working...
                                X