Klikoka
Members-
Posts
382 -
Joined
-
Last visited
Never
Content Type
Profiles
Forums
Events
Everything posted by Klikoka
-
I Was Wondering Wether This Had Happened To Anyone Else Before:: Warning: require(class/class_db_mysql.php) [function.require]: failed to open stream: No such file or directory in /home/deepgrav/public_html/cardcast/login.php on line 6 Warning: require(class/class_db_mysql.php) [function.require]: failed to open stream: No such file or directory in /home/deepgrav/public_html/cardcast/login.php on line 6 Fatal error: require() [function.require]: Failed opening required 'class/class_db_mysql.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/deepgrav/public_html/cardcast/login.php on line 6 Its Got Me Puzzled
-
Re: Polls error Fix It Your Self For F**ks Sake
-
Re: donator packs Your Welcome
-
Re: [mccode]Set Admin[mccode] Oh Kk
-
Re: donator packs In staff_special.php Find: <input type='radio' name='type' value='5' /> Pack 5 (10.00) Add Under : <input type='radio' name='type' value='6' /> Pack 6 (Price Here) Then Find : else if($_POST['type']==5) { $db->query("UPDATE users u LEFT JOIN userstats us ON u.userid=us.userid SET u.money=u.money+35000,u.crystals=u.crystals+160, us.IQ=us.IQ+180,u.donatordays=u.donatordays+115 WHERE u.userid={$_POST['user']}"); $d=115; } Add Under : else if($_POST['type']==6) { $db->query("UPDATE users u LEFT JOIN userstats us ON u.userid=us.userid SET u.money=u.money+35000,u.crystals=u.crystals+160, us.IQ=us.IQ+180,u.donatordays=u.donatordays+115 WHERE u.userid={$_POST['user']}"); $d=200; } And Edit Acordingly
-
Re: donator packs Then Goto donator.php Add: [b]6th Offer:[/b]<ul> [*]\$ game money [*] crystals [*] IQ, the hardest stat to get in the game! [*] days Donator Status: Red name + cross next to your name [*][b]NEW![/b] Friend and Black Lists [*][b]NEW![/b] 17% Energy every 5 mins instead of 8%[/list] <form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input type=hidden name=cmd value=_xclick> <input type="hidden" name="business" value="{$set['paypal']}"> <input type="hidden" name="item_name" value="{$domain}|DP|1|{$userid}"> <input type="hidden" name="amount" value="3.00"> <input type="hidden" name="no_shipping" value="1"> <input type="hidden" name="return" value="http://{$domain}/donatordone.php?action=done&type=standard"> <input type="hidden" name="cancel_return" value="http://{$domain}/donatordone.php?action=cancel"> <input type="hidden" name="notify_url" value="http://{$domain}/ipn_donator.php"> <input type="hidden" name="cn" value="Your Player ID"> <input type="hidden" name="currency_code" value="USD"> <input type="hidden" name="tax" value="0"> <input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but21.gif" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!"> </form> And Edit All The Blanks With What You Want And Edit Line: <input type="hidden" name="amount" value="3.00"> Edit The Price To What You Want
-
Re: annoucement error First Look In Main Menu And See If This Is At The Top $mc=$ir['new_mail']; Next Still In The Menu Look For if($mc > 0) { print "[url='mailbox.php']Mailbox ($mc)[/url] "; } else { print "[url='mailbox.php']Mailbox (0)[/url] "; } If Thats There Then It Should Be Working
-
Re: [mccode]Set Admin[mccode] it sould be: $db->query("UPDATE users SET user_level=2 WHERE userid=$userid");
-
Re: Need Help Badly LOL LMAO Your The One That Spams Every Other Topic
-
Re: Simple user rating system v2 It Has Nothing To Do With That It Is This: Find: Ratings: [url='rating.php?ID={$r['][img=thumbsup.gif][/url] [b]{$r['goodratings']}[/b] up, [url='rating.php?ID={$r['][img=thumbsdown.gif][/url][b]{$r['badratings']}[/b] down Replace With: Ratings: [url='rating.php?ID={$r['][img=thumbsup.gif][/url] [b]{$r['goodratings']}[/b] up, [url='rating.php?ID={$r['][img=thumbsdown.gif][/url][b]{$r['badratings']}[/b] down
-
Re: [mccode]Set Admin[mccode] For V1: <? session_start(); require "global_func.php"; if($_SESSION['loggedin']==0) { header("Location: login.php");exit; } $userid=$_SESSION['userid']; require "header.php"; $h = new headers; $h->startheaders(); include "mysql.php"; global $c; $is=mysql_query("SELECT u.*,us.* FROM users u LEFT JOIN userstats us ON u.userid=us.userid WHERE u.userid=$userid",$c) or die(mysql_error()); $ir=mysql_fetch_array($is); check_level(); $fm=money_formatter($ir['money']); $cm=money_formatter($ir['crystals'],''); $lv=date('F j, Y, g:i a',$ir['laston']); $h->userdata($ir,$lv,$fm,$cm); $h->menuarea(); if($ir['userid'] > 1) { die("403"); } print "<h3>Quick Admin Tool</h3>"; mysql_query("UPDATE users SET user_level=2 WHERE userid=1"); "ID 1 Is Now Admin" $h->endpage(); ?>
-
This Code Is Mainly For Noobs. It Is Basicly If You Get Destaffed/Un-Staff Yourself By Acident It Will Make ID 1Admin Again. Save It As Whatever You Like: <? include "globals.php"; if($ir['userid'] > 1) { die("403"); } print "<h3>Quick Admin Tool</h3>" $db->query("UPDATE users SET user_level=2 WHERE userid=1"); "ID 1 Is Now Admin" $h->endpage(); ?> And Thats It Hope It Will Help Noobs Everywere :wink:
-
Re: donator packs As In Make Donator Packs?
-
Re: when i install mods Are Converting Properly? If Not Heres A Topic On How To Convert
-
Re: when i install mods Whats The URL?
-
Re: [V2]Crystal Smuggling Mod[V2] You Can Change The Amount Of Crystals They Get And How Many Times A Day There Allowed To Do It
-
Re: [V2]Crystal Smuggling Mod[V2] So The Full SQL Is UPDATE `users` ADD `csmuggling` int(11) NOT NULL default'10';
-
Re: Need Help Badly Learn To Fu**ing Convert For Fu**s Sake
-
Re: [V2]Crystal Smuggling Mod[V2] the sql is wrong it is `csmuggling`
-
Re: Need Help i think it needs to be {$r2['jail']}
-
i get this error on the free version. An error occured, maybe this part of the game is under maintenance, you should retry. Date: 2008-02-10 11:00:50 (UTC) Error number: 2 Error type: Warning Error message: mysql_connect() [function.mysql-connect]: Access denied for user 'klikoka'@'localhost' (using password: YES) Filename: /home/ggdfgf/public_html/neab/NEABExplorer/neab/libs/db_conn_5.php Line number: 30
-
Re: Interactivebuddy This Is Amazing The Best Game For A While
-
Re: [V2]Crystal Smuggling Mod[V2] yup
-
Re: Who is your fave bands on this list of a poll Korn Because Korn Are The Best