SroLand Web Panel 3

Page 3 of 3 FirstFirst 123
Results 31 to 40 of 40
  1. #31
    Apprentice hhhhhhhh is offline
    MemberRank
    Nov 2012 Join Date
    9Posts

    Re: SroLand Web Panel 3

    Quote Originally Posted by RevoLand View Post
    .htaccess ?
    Code:
    RewriteEngine on
    RewriteRule reseller.php reseller/index.php
    when i try to log into ADMIN PANEL I GET THIS



    and i didnt remove .htaccess

  2. #32
    Account Upgraded | Title Enabled! asianking is offline
    MemberRank
    Aug 2009 Join Date
    273Posts

    Re: SroLand Web Panel 3

    get zend server. Worked for me, but generating silk came up with an error "There was an error happened while processing, Please contact with admins ! "

    got it..thanks

    fix is to run the sql files.
    Last edited by asianking; 27-03-13 at 03:57 PM.

  3. #33
    Member Serif94 is offline
    MemberRank
    Nov 2012 Join Date
    64Posts

    Re: SroLand Web Panel 3

    how to use the epin system ??? and i dont have that reseller php

  4. #34
    Account Upgraded | Title Enabled! asianking is offline
    MemberRank
    Aug 2009 Join Date
    273Posts

    Re: SroLand Web Panel 3

    just came to realize that admin giving sp is not work properly.

  5. #35
    Less Post, More Work ModGift is offline
    MemberRank
    Sep 2011 Join Date
    261Posts

    Re: SroLand Web Panel 3

    Quote Originally Posted by asianking View Post
    just came to realize that admin giving sp is not work properly.
    ..fine running properly, the database limit : 999999999 . Can't get over it,if you can't change data type

  6. #36
    Account Upgraded | Title Enabled! asianking is offline
    MemberRank
    Aug 2009 Join Date
    273Posts

    Re: SroLand Web Panel 3

    I tested with just 9 sp and error is "There was an error happened while processing." I have no problems with epin, creating users, accessing user profile, but error on adding sp.

  7. #37
    Less Post, More Work ModGift is offline
    MemberRank
    Sep 2011 Join Date
    261Posts

    Re: SroLand Web Panel 3

    Quote Originally Posted by asianking View Post
    I tested with just 9 sp and error is "There was an error happened while processing." I have no problems with epin, creating users, accessing user profile, but error on adding sp.
    you add tables your db?

  8. #38
    Member Serif94 is offline
    MemberRank
    Nov 2012 Join Date
    64Posts

    Re: SroLand Web Panel 3

    how can i add a forum ?

  9. #39
    Account Upgraded | Title Enabled! asianking is offline
    MemberRank
    Aug 2009 Join Date
    273Posts

    Re: SroLand Web Panel 3

    Quote Originally Posted by asianking View Post
    I tested with just 9 sp and error is "There was an error happened while processing." I have no problems with epin, creating users, accessing user profile, but error on adding sp.
    if you're talking about the two db that comes with the download; yes. But other than the two db that comes along; what exactly table that I need to add?

    Fixed. For those of you who's having issue adding sp; change these codes on admin template:
    Code:
    ////////////////////////////////////////////////////////////////////////////
    			case "spver":
    ////////////////////////////////////////////////////////////////////////////
    				?>
    							<div style="padding-top: 2px;">
    								<div class="news_row_holder">
    									<div class="news_row">
    										<div class="news_row_head" id="newstitle150">
    											<p>
    												<?php echo $lang["admin_spver"]; ?>
    											</p>
    										</div>
    										<div class="news_row_content">
    											<?php
    												if($_POST)
    												{
    													connect_db("2");
    													$karakterad		= anti_injection($_POST["karakterad"]);
    													$spmiktar		= anti_injection($_POST["spmiktar"]);
    													if($karakterad == "" && $pmiktar == "" && !is_numeric($spmiktar))
    													{
    														echo "Character Name & SP Amount can't be empty.";
    													}
    													else if(@mssql_num_rows(@mssql_query("Use SRO_VT_SHARD SELECT * FROM dbo._Char WHERE CharName16 = '$karakterad'")) == "0")
    													{
    														echo "This character not exists.";
    													}
    													else
    													{
    														$spekle		= @mssql_query("UPDATE dbo._Char SET RemainSkillPoint = RemainSkillPoint+$spmiktar WHERE CharName16 = '$karakterad'");
    														if($spekle)
    														{
    															close_db_connection();
    															connect_db("1");
    															$tarih			= date("d.m.Y H:i:s");
    															$olay			= $spmiktar . " SP gived to " . $karakterad;
    															$islemekle		= @mssql_query("INSERT INTO dbo.TB_IslemGecmisi (yapan, yapanid, tip, olay, tarih) VALUES ('$kullanici', '$kullaniciid', '3', '$olay', '$tarih')");
    															echo $spmiktar . " SP gived to " . $karakterad;
    															close_db_connection();
    														}
    														else
    														{
    															echo "There was an error happened while processing.";
    														}
    													}
    												}
    												else
    												{
    													?>
    														<form action="" method="POST">
    														<table width="100%" cellpadding="5px" cellspacing="5px" border="0">
    															<tr>
    																<td>Username:</td>
    																<td><input type="text" name="karakterad" value="" /></td>
    															</tr>
    															<tr>
    																<td>SP Amount to give:</td>
    																<td><input type="text" name="spmiktar" value="" /></td>
    															</tr>
    															<tr>
    																<td colspan="2"><div align="right"><input type="submit" value="Give SP" /></div></td>
    															</tr>
    														</table>
    														</form>
    													<?php
    												}
    											?>
    										</div>
    									</div>
    								</div>
    							</div>
    				<?php
    Last edited by asianking; 21-04-13 at 07:14 PM.

  10. #40
    Proficient Member lepitismak is offline
    MemberRank
    May 2013 Join Date
    Fortaleza, BrazLocation
    170Posts

    Re: SroLand Web Panel 3

    set primary and content 1 and not work panel :S
    elite silkroad website... any solution?



Page 3 of 3 FirstFirst 123

Advertisement