Tx m8.. why dont u join up the good "fight" again? ;)
This is a discussion on Rogue Universe 0.7.3 *UPDATED* within the OGame Releases forums, part of the OGame category; Tx m8.. why dont u join up the good "fight" again? ;)...
Tx m8.. why dont u join up the good "fight" again? ;)
still thinking, i have been bored lately so i think i can do some work with ogame again :P but probably join a team most likely instead of making new files
join the Rogue Universe! :]
Wish i had a team, sometimes... =P
Too bad ive got too much IRL stuff goin on atm but i havent forgotten about the project.
I will release a new release soon. Just goto make sometime..
hey PDude i am wondering how to setup that skin that is on screenshots of the game...please post a guide
If brains were dynamite, you wouldn't have enough to blow your nose.
[mod]Please do not link to forums.[/mod]
yea.. im goin to make a rar thats locked with a password and let u guess... ;)
u know, like u did with your script...
i put all files and edit config.php and upload sql db but i my page doesnt work:it show me this
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, [no address given] and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
can somebody help me?
Might be your free host that doesnt allow the script. Try use www.ej.am, i know that works anyways...
*EDIT*
After some concideration im not sure if i wanna go public with my latest stuff. Its been too much of "gimme gimme gimme" and not enough "can i help". Ive been bombarded with f*ckin stupid requests if i could give my servers away or all my files etc.
WTF?! I f*ckin do this in my sparetime and its not like i get paid for this and i sure as hell havent charged anything or ever will, but this is one f*ckin reason i might start. I really dislike pointing fingers, but H**at is one seriously b*ttmunching leech and as long as that mofo is roaming this forum i will never f*ckin release anything here!
Nothing like speaking your mind, now im signing off and maybe sometime now and again i will come back and see how things are goin. But this is it for me.
Tc, all.. have fun with the morons and leeches...
Last edited by PDude; 15-02-09 at 07:46 AM.
I found a bug on Tech Three menu.
Just...
When u Click on [i] to get Tech Three Informations, this part are bugged :)
i'm correct?
Fix it please :D
LipeGateS
There is nothing to fix.
simply clean its [i].
How fix this bug? Not show real stats
![]()
Here many things is fine.
But..
On the banner to forums
I Win 4 Raids, and Loss 0.
And the player i've Win ...
Are showing Loss 0 :(
How to fix?
And the 'CHEAT'
On the Outer Space?
whats wrong?Code:Your IP, useragent, and any other info we find will be logged along with the query you attempted to make. Good Day.'; $report = "Hacking attempt (".date("H:i:s d/m/Y")." - [".time()."]):\n"; $report .= ">Database Info\n"; $report .= "\tID - ".$user['id']."\n"; $report .= "\tUser - ".$user['username']."\n"; $report .= "\tAuth level - ".$user['authlevel']."\n"; $report .= "\tAdmin Notes - ".$user['adminNotes']."\n"; $report .= "\tCurrent Planet - ".$user['current_planet']."\n"; $report .= "\tUser IP - ".$user['user_lastip']."\n"; $report .= "\tUser IP at Reg - ".$user['ip_at_reg']."\n"; $report .= "\tUser Agent- ".$user['user_agent']."\n"; $report .= "\tCurrent Page - ".$user['current_page']."\n"; $report .= "\tRegister Time - ".$user['register_time']."\n"; $report .= "\n"; $report .= ">Query Info\n"; $report .= "\tTable - ".$table."\n"; $report .= "\tQuery - ".$query."\n"; $report .= "\n"; $report .= ">\$_SERVER Info\n"; $report .= "\tIP - ".$_SERVER['REMOTE_ADDR']."\n"; $report .= "\tHost Name - ".$_SERVER['HTTP_HOST']."\n"; $report .= "\tUser Agent - ".$_SERVER['HTTP_USER_AGENT']."\n"; $report .= "\tRequest Method - ".$_SERVER['REQUEST_METHOD']."\n"; $report .= "\tCame From - ".$_SERVER['HTTP_REFERER']."\n"; $report .= "\tUses Port - ".$_SERVER['REMOTE_PORT']."\n"; $report .= "\tServer Protocol - ".$_SERVER['SERVER_PROTOCOL']."\n"; $report .= "\n--------------------------------------------------------------------------------------------------\n"; $fp = fopen($ugamela_root_path.'badquerys.txt', 'a'); fwrite($fp, $report); fclose($fp); die($message); } //////////// SECURITY ENDS ////////////// ///////// ORIGINAL STUFF ///////////// if(!$link) {$link = mysql_connect($dbsettings["server"], $dbsettings["user"], $dbsettings["pass"]) or $debug->error(mysql_error()." $query","SQL Error"); mysql_select_db($dbsettings["name"]) or $debug->error(mysql_error()." $query","SQL Error"); mysql_query("SET NAMES latin2"); echo mysql_error();} $sql = str_replace("{{table}}", $dbsettings["prefix"].$table, $query); $sqlquery = mysql_query($sql) or $debug->error(mysql_error()." $sql ","SQL Error"); unset($dbsettings); $numqueries++; $arr = debug_backtrace(); $file = end(explode('/',$arr[1]['file'])); $line = $arr[1]['line']; $debug->add("Query $numqueries: $query$file($line)$table$fetch"); if($fetch) {$sqlrow = mysql_fetch_array($sqlquery); return $sqlrow; }else{return $sqlquery;}} ?> Fatal error: Call to undefined function doquery() in C:\wamp\www\rogue.uni_v08\common.php on line 60