Sanal Hayvanlar Web Tabanlı Online Oyun Scripti (1 İzleyici)

BaRRaCuDa

Root Admin
Admin
Katıldı
Mesajlar
1,904
Yaş
39
Kredi
769
K04XK51.jpg


Sanal Hayvanlar Web Tabanlı Online Oyun Scriptini görmüşsünüzdür.Görmeyenler için zamanında deneme şansım oldu. Geliştirilebilindiği takdirde işe yarar scripttir.Hayvan alıyorsunuz besliyorsunuz büyüyor gibi bir sürü etkinlikler var.Açıklamayı ingilizce ekliyorum.Türkçe'ye çevirecek zamanım olmadı.Anlayamdığın yer varsa yazın.Açıklamada her şey mevcut

Features:
-Login & logout area
(Login and Logout here, nothing special

-Adoption Center
(When people drop their vpet, you can adopt them here

-Bank
(Players save their game money to earn interest)

-Items Shop
(Players buy foods, magic items, etc...)

-Fountain of Health
(Here you can heal your pets and cost you nothing)

-Notice Board
(Players or admin can leave their comment or official notice here)
-Penny store
(Buy items for one penny)

-Free Food
(Get free food here)

-Message Board
(Chat with other players here)

-Post Office
(Check messages from other players or admin)

-Club
(Player can create their own club and talk with their members)

-Auction Center
(Player can create their own auction here)

-News Center
(Latest news from admin)


User Features:

-Users can post items for auction
-User can create their own items gallery
-User can create their own club
-Users can add buddies as friends
-Users can manage their items thru items helper
-Users can store their items in their own safe
-Users can schedule their own jobs such as feeding
-Users can create their own shop to sell items
-Users save money in the bank to earn interest
-Users can talk to each others thru forum


Game Center Features:

-Snake Eyes
-Lottery Center
-Random numbers
-Drop Box
-Referral Contest
-Daily Item
-Slots
-Random points
-The Price is right
-Search for Pets
-Fish for Pets
-Battle Center
-Quests
-Trivia

Admin Features:

-Site Management
Add news and headlines
Edit game settings like 'Game Name', 'Logo', etc
Automate system tasks like shop stocks filling, referral contest, daily lotto, etc.
Customize Skin and Pages

-Forum Management
Add/Delete Category

-Pets Management
Add/Edit pet
Add pet outlook
Change pet name

-Mini Game Management
Search for Pets
Fish for Pets
Quests
Trivia Game
Daily Item Lotto
Daily 3 4 5
Penny Play
Referral Contest

-Game Management
Add/Edit enemy
Add attack

-Shops Management
Add/Edit/Delete official shop
Shops stock filling
Shops Logs

-Items Management
Add/Edit/Delete Items
Add/Edit Starter Items Kit

-Events Management
Point give away event
Cheap items event
Rare items event
Talking event

-Members Management
Assign police
Assign moderator
Suspend users
View users
IP search
View authority
Add/Reduce points
Add/Reduce discount
Add/Reduce Item
Add/Remove tokens
Add/Reduce bank interest

-Extra Pages Management
Add/Edit/Delete/View Pages

Zippyshare.com - vpet_v21.rar

Rar pass: TuRKMaXi.OrG Webmaster Forumu - Webmaster Sitesi
 
Katıldı
Mesajlar
2
Kredi
0
Fatal error: Call to undefined function import_request_variables() in C:\xampp\htdocs\globals.inc.php on line 3

Hatası alıyorum nedeni ne olabilir? Teşekkürler.

globals.inc.php dosyası
Kod:
<?php

import_request_variables("gp");
extract($_SERVER);

include "config.inc.php";

$baseurl = "$websiteURL";
$base_url = "$baseurl";
$base_url2 = "$websiteURL2";
$webmaster = "<a href=mailto:$webmasterEmail>$webmasterEmail</a>";
if ($game == "") { $game = 1; }

$date = date("U"); // TIMESTAMP
$timestamp = $date;
$minute = date("i", $date);        // MINUTE 00-59
$hour = date("H", $date);          // HOUR 00-23
$today = date("j",$date);          // DAY 1-31
$today2 = date("d",$date);         // DAY 01-31
$today3 = date("w",$date) + 1;     // DAY 0 (sunday) - 6 (saturday) + 1
$this_week = date("W",$date);      // WEEK 0-52
$this_month = date("n",$date);     // MONTH 1-12
$this_month2 = date("m",$date);    // MONTH 01-12
$this_year = date("Y",$date);      // YEAR YYYY
$datestamp = date("Ymd",$date);    // DATE STAMP YYYYmmdd
$timestamp2 = date("H:i:s",$date); // TIME STAMP HH:ii:ss - HOUR:MINUTE:SECOND
$datestamp2 = date("M j",$date);   // DATE STAMP Mon DD
$datestamp3 = date("m-j-",$date);  // DATE STAMP mm-jj-
$datestamp4 = date("m-d-",$date);  // DATE STAMP mm-dd-

$HTTP_REFERER = eregi_replace("www.", "", $HTTP_REFERER);

?>
 
Katıldı
Mesajlar
8
Kredi
0
config.inc.php Yaptınmı Kendine Göre
 
Katıldı
Mesajlar
2
Kredi
0
evet hepsini ayarladım fakat sorun devam etmekte
 

epilc

Üye
Katıldı
Mesajlar
2
Kredi
0
Fatal error: Call to undefined function import_request_variables() in C:\xampp\htdocs\globals.inc.php on line 3

Hatası alıyorum nedeni ne olabilir? Teşekkürler.

globals.inc.php dosyası
Kod:
<?php

import_request_variables("gp");
extract($_SERVER);

include "config.inc.php";

$baseurl = "$websiteURL";
$base_url = "$baseurl";
$base_url2 = "$websiteURL2";
$webmaster = "<a href=mailto:$webmasterEmail>$webmasterEmail</a>";
if ($game == "") { $game = 1; }

$date = date("U"); // TIMESTAMP
$timestamp = $date;
$minute = date("i", $date);        // MINUTE 00-59
$hour = date("H", $date);          // HOUR 00-23
$today = date("j",$date);          // DAY 1-31
$today2 = date("d",$date);         // DAY 01-31
$today3 = date("w",$date) + 1;     // DAY 0 (sunday) - 6 (saturday) + 1
$this_week = date("W",$date);      // WEEK 0-52
$this_month = date("n",$date);     // MONTH 1-12
$this_month2 = date("m",$date);    // MONTH 01-12
$this_year = date("Y",$date);      // YEAR YYYY
$datestamp = date("Ymd",$date);    // DATE STAMP YYYYmmdd
$timestamp2 = date("H:i:s",$date); // TIME STAMP HH:ii:ss - HOUR:MINUTE:SECOND
$datestamp2 = date("M j",$date);   // DATE STAMP Mon DD
$datestamp3 = date("m-j-",$date);  // DATE STAMP mm-jj-
$datestamp4 = date("m-d-",$date);  // DATE STAMP mm-dd-

$HTTP_REFERER = eregi_replace("www.", "", $HTTP_REFERER);

?>

ben de aynı hatayı alıyorum çözemedim ?
 

BaRRaCuDa

Root Admin
Admin
Katıldı
Mesajlar
1,904
Yaş
39
Kredi
769
Hostta denedeniz mi
 

Asi p@TRON

Üye
Katıldı
Mesajlar
8
Kredi
0
$baseurl = "$siteadresii yazın"; $base_url = "$anasayfa adresini yazın"; $base_url2 = "$aynı şekilde anasayfa"; $webmaster = "<a href=mailto:$webmasterEmail>$webmasterEmail</a>"; if ($game == "") { $game = 1; }

birde öyle deneyin
 

LeoJeLy

Üye
Katıldı
Mesajlar
250
Kredi
0
Ücretsiz hosta kuruyorsanız normal bu hatalar.
 

crawer

Üye
Katıldı
Mesajlar
5
Kredi
0
Script çılgın tavuklar benzeri bir script mı acaba? Eğer öyle ise türkçeleştirmeyi düşünüyorum scripti.
 

BaRRaCuDa

Root Admin
Admin
Katıldı
Mesajlar
1,904
Yaş
39
Kredi
769
Script çılgın tavuklar benzeri bir script mı acaba? Eğer öyle ise türkçeleştirmeyi düşünüyorum scripti.

Hayır öyle değil hayvanlar var bu hayvanlar büyütüyorsunuz besliyorsunuz falan
 

kartal3457

Üye
Katıldı
Mesajlar
8
Kredi
0
sql hatalı

sql dosyası sorunlu
7qJldr.jpg
 

BaRRaCuDa

Root Admin
Admin
Katıldı
Mesajlar
1,904
Yaş
39
Kredi
769
Oyun maalesef arşivlerimizde yok. Başka bi yerde şu anlık bulamadım
 

cronos86

Üye
Katıldı
Mesajlar
34
Yaş
33
Kredi
1
bu tarz varmı hocam elinizde veya bulma şansınız nedir
 

Bu konuyı kimler okuyor

Benzer konular

Top