Jump to content
xisto Community

Soviet Rathe

Members
  • Content Count

    467
  • Joined

  • Last visited

Everything posted by Soviet Rathe

  1. If you're still having problems try this: <?php//log into the database$dbhost = 'localhost';$dbuser = 'username';$dbpass = 'password';$conn = mysql_connect($dbhost, $dbuser, $dbpass) or die ('Error connecting to mysql');$dbname = 'dbname';mysql_select_db($dbname);// get the sql info$query = mysql_query("SELECT `date`,`date2` FROM `dbtable` WHERE `id`=" . mysql_real_escape_string . " LIMIT 1");//then you need to get the result into an array$result = mysql_fetch_assoc($query);?>Then to show the result: {$result['date']}{$result['date2']}Hope that works.
  2. hmmm... this may seem like an obvious question but did you upload a "FLVPlayer.swf" file to your parent folder? if the converter game you an HTML code it probably produced a file called "FLVPlayer.swf" if you did not upload that file then it won't play :angel:
  3. on the mp3 player go to: Setup>System>USB Mode>MSCthen plug it into your computer, you may have to re-connect it a few times for your computer to reconigize it, then you will see the player in My Computer.
  4. You could use this: http://forums.xisto.com/topic/69796-put-lockerz-invite-form-on-your-website/ I made that tutorial for putting an invite form for Lockerz but it works the same way with what you're trying to do, just change the subject line and email address and you're good to go!
  5. Nein....I agree with anwiii, Xisto has history and if you change the trusted name of Xisto you are basically starting from rock bottom imo, because new name = new site = starting over.plus, think about SEO, I don't know if you know this but it will take a while for search engines to re-index all the content... believe me it's a BAD idea!newSutra? ehhh..... when I first saw it I didn't take a good look at the spelling and thought it was Surta.... like the surta mattress lol then again I usually don't pay attention :angel:
  6. That would be basically pirating the game which is illegal... pls close this thread.
  7. hmmm... let's see! My dog Hamlet: Doing what he does best Our cat Pockets - my dad named him that because he found him outside as a kitten and put him in his pocket Our other cat Patches Our bird Mable (which actually just died yesterday because she was really old) And finally.. the EVIL pictures :angel: Ok sky I'll post a random image aswell I know I went overboard with all the images :I
  8. !!--UPDATE--!!Because of the new MSN Release change it to 14.0.8089.726
  9. Hai ther discomatt!Welcome to Xisto! there are a bunch of coders here, both newbie and expert so you'll fit in just fine! :Pand yes it is cool to earn hosting and domains just by posting in the short time i've been here I've already bought 2 top-level domains :angel:Hope your stay here is pleasant! if you have any questions at all please do not hesitate to ask
  10. !!--UPDATE--!!Because of the new MSN Release change it to 14.0.8089.726
  11. Problem Solved!!! I found a good script that worked to perfection! <script LANGUAGE="JavaScript">var refarray = new Array();refarray['designplatoon.net/forums/index.php'] = "http://designplatoon.net/forums/index.php";refarray['designplatoon.net/lol.php'] = "http://designplatoon.net/lol.php";for (var i in refarray) {if (document.referrer.indexOf(i) != -1) window.location.replace(refarray[i]);}</script>
  12. but I don't want the whole page to not cache, just the login form, btw, I'm messing with the login page so it won't be the same as it was EDIT> I cannot use meta tags, maybe this will help. This is my form for the main site <?php//log into the database$dbhost = 'localhost';$dbuser = '********';$dbpass = '********';$conn = mysql_connect($dbhost, $dbuser, $dbpass) or die ('Error connecting to mysql');$dbname = '**************';mysql_select_db($dbname);?><?php if (isset($_COOKIE["member_id"])) { if ($_COOKIE["member_id"] == 0) {echo "<form action='/forums/index.php?act=Login&CODE=01' method='post' name='LOGIN'><strong>Username</strong>: <input type='text' size='25' maxlength='64' name='UserName' /><br /><strong>Password</strong>: <input type='password' size='25' name='PassWord' /><br />Remember Me? <input class='checkbox' type='checkbox' name='CookieDate' value='1' checked='checked' /><br /><input class='button' type='submit' name='submit' value='Log In' /> </form><br /><a href='/forums/index.php?act=Reg'>Register</a>"; } else { // Content that shows up if logged in// get the persons username from the database$query = mysql_query("SELECT `members_display_name` FROM `ibf_members` WHERE `id`=" . mysql_real_escape_string($_COOKIE['member_id']) . " LIMIT 1");//then you need to get the result into an array$result = mysql_fetch_assoc($query);//show the usernameecho "Welcome Back {$result['members_display_name']}"; }}else {echo "<form action='/forums/index.php?act=Login&CODE=01' method='post' name='LOGIN' target='_top'><strong>Username</strong>: <input type='text' size='25' maxlength='64' name='UserName' /><br /><strong>Password</strong>: <input type='password' size='25' name='PassWord' /><br />Remember Me? <input class='checkbox' type='checkbox' name='CookieDate' value='1' checked='checked' /><br /><input class='button' type='submit' name='submit' value='Log In' /></form><br /><a href='/forums/index.php?act=Reg'>Become a Member!</a>";}?> and here's the code for the member bar on the forums <if="$this->ipsclass->member['id']"><div id="userlinks"> <p class="home"><b>{$this->ipsclass->lang['logged_in_as']} <a href="{$this->ipsclass->base_url}showuser={$this->ipsclass->member['id']}">{$this->ipsclass->member['members_display_name']}</a></b> ( <a href="{$this->ipsclass->base_url}act=Login&CODE=03&k={$this->ipsclass->md5_check}">{$this->ipsclass->lang['log_out']}</a> )</p> <p><else /><div id="userlinksguest"> <p class="pcen"><b>{$this->ipsclass->lang['guest_stuff']}</b> ( <a href="{$this->ipsclass->base_url}act=Login&CODE=00">{$this->ipsclass->lang['log_in']}</a> | <a href="{$this->ipsclass->base_url}act=Reg&CODE=00">{$this->ipsclass->lang['register']}</a> )</if><if="$this->ipsclass->member['mgroup'] == $this->ipsclass->vars['auth_group']"> <b><a href="{$this->ipsclass->base_url}act=reg&CODE=reval">{$this->ipsclass->lang['resend_val']}</a></b> ·</if><if="$this->ipsclass->member['g_access_cp'] == 1 AND $this->ipsclass->vars['security_remove_acp_link'] == 0"> <b><a href="{$this->ipsclass->vars['_admin_link']}" target="_blank">{$this->ipsclass->lang['admin_cp']}</a></b> ·</if><if="$this->ipsclass->member['has_blog'] == 1"> <b><a href="{$this->ipsclass->base_url}automodule=blog&req=showblog&mid={$this->ipsclass->member['id']}">{$this->ipsclass->lang['myblog']}</a></b> ·</if><if="$this->ipsclass->member['has_gallery'] == 1"> <b><a href="{$this->ipsclass->base_url}autocom=gallery&req=user&user={$this->ipsclass->member['id']}">{$this->ipsclass->lang['submenu_albums']}</a></b> ·</if><if="$this->ipsclass->member['id']"> <b><a href="{$this->ipsclass->base_url}act=UserCP&CODE=00" title="{$this->ipsclass->lang['cp_tool_tip']}">{$this->ipsclass->lang['your_cp']}</a></b> · <!--UNREAD_TOPICs--> <if="$this->ipsclass->member['g_view_board']"> · <a href="java script:buddy_pop();" title="{$this->ipsclass->lang['bb_tool_tip']}">{$this->ipsclass->lang['l_qb']}</a> </if> · <a href="java script:friends_pop();">{$this->ipsclass->lang['gbl_my_friends']}</a> </if><if="$this->ipsclass->member['g_use_pm'] AND $this->ipsclass->member['members_disable_pm'] == 0"> · <a href="{$this->ipsclass->base_url}act=Msg&CODE=01">{$msg['TEXT']}</a></if> </p></div>so I think what it boils down to is disabling caching on those 2 elements
  13. I suggest you open a support ticket as this may be a flaw in the system,.. as for the edit feature, you are given 10 minutes to edit your post before it is disabled, this is because it was being abused by n00bs
  14. Truefusion's sig looked the most complex, he gets my vote :angel:Good luck everyone!
  15. when I use that it redirects back to the last page instantly, and... still no update so it looks as if the user is still not logged in until they refresh. you can see it here http://forums.xisto.com/no_longer_exists/ (login with username: test and password: test)
  16. Actually I still have a problem, even though that works fine, when it goes back. the page is not updated. so when a user logs in and they are taken back to the page they were on. it still shows them as not logged-in until they refresh the page... any solution to this?
  17. ahh thanks BH, I had already found a solution. here's the code that works <meta http-equiv="refresh" content="3,java script:window.history.back(1);" />
  18. I've integrated a login system for my forum (IPB) and I can't seem to get the redirection working. Here is my code. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://forums.xisto.com/no_longer_exists/; <html xml:lang="en" lang="en" xmlns="http://www.w3.org/1999/xhtml/; <head> <meta http-equiv="content-type" content="text/html; charset=<% CHARSET %>" /> <title>{$this->ipsclass->lang['stand_by']}</title> $css<input type="hidden" name="redirect" value="window.history.back(1)"></head> <body> <div id="redirectwrap"> <h4>{$this->ipsclass->lang['thanks']}</h4> <p>$Text<br /><br />{$this->ipsclass->lang['transfer_you']}</p> <p class="redirectfoot">(<a href="$Url">{$this->ipsclass->lang['dont_wait']}</a>)</p> </div><center>PLEASE CLICK THE LINK ABOVE AS WE ARE WORKING TO IMPROVE THE LOGIN SYSTEM</center> </body></html> the input I have right before the head ends is what I'm trying to make work. when a user logs into my site from the main page or another page their directed to a redirection page which directs them to the forums. now my login system works fine but I would like to make it so when a user logs in, they are directed to the last page they were on. This part <input type="hidden" name="redirect" value="window.history.back(1)">is the part I think is wrong because the browser gives a 404.
  19. I just hope it's better then Need For Speed Pro Street.. that was literly the worst NFS game they ever made. hardly no car customization, boring gameplay, and the graphics were defiantly a step-down from carbon... I might buy Shift from ebay if anyone's selling it cheap :angel:
  20. Haven't really done any abstract work before. (In fact, I don't even know if this is considered abstract). Well here ya go :3
  21. Sure! https://www.eset.com/us/home/antivirus/ You can try it for 30 days, I don't think there's any limitations to the trial, then if you like it it's only $39.99 for one user. Pretty cheap if ya ask me :angel: Although it's a good idea to have moderate knowledge, default values should be fine, that list of settings is only on the advanced settings view, the simple view should be easy.
  22. Hmmm.. I can't seem to find it on their website, but it would ether be on http://www.cbsnews.com/ or http://www.kfvs12.com/ idk maybe you'll have better luck finding it :angel:
  23. Really the whole point of doing this is because the new messenger doesn't work for alot of people, which forces them to use a 3rd party client to connect to msn. this is to allow those people to still use msn messenger if the new version doesn't work for them
  24. Ok heres my complete review of EST NOD32 Antivirus NOD32 isn't that well known, it's pretty new and I had to do my research before choosing to test it out, after reviewing all of the other AV's Norton,Kaspersky, etc.. I decided to give NOD32 a try. because it had very few negative reviews and many good reviews. before going any further I must warn you, this is the kind of AV that the geeks at the computer store will recommend, there are ALOT of settings so to fully customize it, you will need to have moderate knowledge of computers. The 30MB package installed in about 1/2minutes. after entering my username and password for the premium upgrade, it began to download another 30MB file to upgrade it (since I had the premium version). User Friendliness: The first thing I did was look at the list of settings, as stated above, there are a TON of settings to customize (don't worry though if you don't know what most of these mean, the default values should be fine for the normal user). NOD32's settings are quite unique to other antivirus softwares, you can completely customize and automate every aspect of how it runs, (scans before or after certain events, updates, actions, etc..) When it has something to tell you, a discreet little bubble will appear on the system tray saying "NOD32 requites your attention" I find that pretty human like XD After configuring NOD32 I restarted my computer (It didn't ask me to, but I went ahead and did it anyway). once my computer restarted, I checked my system tray and discovered it was doing a startup scan, as soon as I realized this, I opened task manager, while doing the "startup scan" it uses about 45-50MB which isn't too bad considering McAfee uses more then that when it's idle! basically what the startup scan does is scan your computer's memory and system files for infections (not your whole computer) and it takes less then 2 minutes to complete. Ok let's get to it's virus detecting ability, the way it handles suspicious files is also unique then that which other AV softwares do while doing a full system scan it detected some suspicious files, some of them it identified the threat they carried, others (this is the unique part) it identify's as "Probably a variant of a ----" This is what the company calls "Smart Scan" which are new threats it can't identify, but potently dangerous, and it found a few threats that my old AV (Avast!) couldn't. also, while doing a full scan, it uses 40-50MB of memory, now there is a slight system slow down, but not too bad, and they can still work on things where alot of other AV softwares would use so much RAM you have to walk away because your computer is useless at that time. (NOD32 system scan took 55minutes) It updates about twice a day and the file sizes are usually around 200-400 KB, and by default, it does a startup scan after every update. I highly recommend it to anyone!
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.